@baseline-ui/mcp 0.48.0 → 0.48.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @baseline-ui/mcp
2
2
 
3
+ ## 0.48.1
4
+
3
5
  ## 0.48.0
4
6
 
5
7
  ## 0.47.0
package/dist/index.cjs CHANGED
@@ -19213,7 +19213,7 @@ layoutOptions?: O
19213
19213
  12 | export { VirtualizedVertical as ListLayoutExample } from "../UNSAFE_ListBox/UNSAFE_ListBox.stories";
19214
19214
  > 13 | export { WithVirtualization as GridLayoutExample } from "../ImageGallery/ImageGallery.stories";
19215
19215
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19216
- 14 |`},id:"core-collections-virtualizer--grid-layout-example"}],implementation:""},similarTo:[],figmaUrl:null}};var ms={version:"0.48.0"};var hs=`
19216
+ 14 |`},id:"core-collections-virtualizer--grid-layout-example"}],implementation:""},similarTo:[],figmaUrl:null}};var ms={version:"0.48.1"};var hs=`
19217
19217
  # Baseline UI MCP Server Guidelines
19218
19218
 
19219
19219
  This MCP server provides AI assistants with structured access to Baseline UI's comprehensive component documentation, icon library, theming resources, and design guidelines.
package/dist/index.js CHANGED
@@ -19213,7 +19213,7 @@ layoutOptions?: O
19213
19213
  12 | export { VirtualizedVertical as ListLayoutExample } from "../UNSAFE_ListBox/UNSAFE_ListBox.stories";
19214
19214
  > 13 | export { WithVirtualization as GridLayoutExample } from "../ImageGallery/ImageGallery.stories";
19215
19215
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19216
- 14 |`},id:"core-collections-virtualizer--grid-layout-example"}],implementation:""},similarTo:[],figmaUrl:null}};var ms={version:"0.48.0"};var hs=`
19216
+ 14 |`},id:"core-collections-virtualizer--grid-layout-example"}],implementation:""},similarTo:[],figmaUrl:null}};var ms={version:"0.48.1"};var hs=`
19217
19217
  # Baseline UI MCP Server Guidelines
19218
19218
 
19219
19219
  This MCP server provides AI assistants with structured access to Baseline UI's comprehensive component documentation, icon library, theming resources, and design guidelines.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseline-ui/mcp",
3
- "version": "0.48.0",
3
+ "version": "0.48.1",
4
4
  "description": "MCP server for Baseline UI design system documentation",
5
5
  "type": "module",
6
6
  "bin": "dist/index.js",