Address PR feedback: remove docs changes and update bundle size limits - Remove documentation changes from api.mdx (not needed in v3 backport) - Update bundlesize.config.json limits: - docsearch-react: 27 kB → 27.5 kB - docsearch-js: 35.5 kB → 36 kB 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"files": [
|
|
{
|
|
"path": "packages/docsearch-css/dist/style.css",
|
|
"maxSize": "3.25 kB"
|
|
},
|
|
{
|
|
"path": "packages/docsearch-react/dist/umd/index.js",
|
|
"maxSize": "27.5 kB"
|
|
},
|
|
{
|
|
"path": "packages/docsearch-js/dist/umd/index.js",
|
|
"maxSize": "36 kB"
|
|
}
|
|
]
|
|
}
|