1
0
Fork 0
docsearch/bundlesize.config.json
Paul Jankowski 0da291bb95
feat(v5): UI updates (#2896)
* feat(v5): UI updates

* fix: css file size

* fix: e2e tests

* fix: e2e tests

* fix: e2e tests

* chore: add theme toggle to react demo example

* Update sources panel display, update dark theme

* fix: lint

* fix(askai): address ui review feedback

* fix: pin icon positioning

* fix(askai): improve a11y and dark-mode shimmer for thinking and error states

- add role=alert/status and aria-hidden on error/thinking UI
- support dark-mode shimmer gradients via CSS variables
- respect prefers-reduced-motion for shimmer
- handle null date in useRelativeFormattedDate with fallback translation
2026-06-11 12:51:22 -04:00

24 lines
507 B
JSON

{
"files": [
{
"path": "packages/docsearch-css/dist/style.css",
"maxSize": "7.10 kB"
},
{
"path": "packages/docsearch-react/dist/umd/index.js",
"maxSize": "115 kB"
},
{
"path": "packages/docsearch-js/dist/umd/index.js",
"maxSize": "128 kB"
},
{
"path": "packages/docsearch-core/dist/umd/index.js",
"maxSize": "3 kB"
},
{
"path": "packages/docsearch-modal/dist/umd/index.js",
"maxSize": "113.5 kB"
}
]
}