@baseline-ui/mcp 0.48.3 → 0.48.4

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.4
4
+
3
5
  ## 0.48.3
4
6
 
5
7
  ## 0.48.2
package/dist/index.cjs CHANGED
@@ -19710,7 +19710,7 @@ layoutOptions?: O
19710
19710
  12 | export { VirtualizedVertical as ListLayoutExample } from "../UNSAFE_ListBox/UNSAFE_ListBox.stories";
19711
19711
  > 13 | export { WithVirtualization as GridLayoutExample } from "../ImageGallery/ImageGallery.stories";
19712
19712
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19713
- 14 |`},id:"core-collections-virtualizer--grid-layout-example"}],implementation:""},similarTo:[],figmaUrl:null}};var ms={version:"0.48.3"};var hs=`
19713
+ 14 |`},id:"core-collections-virtualizer--grid-layout-example"}],implementation:""},similarTo:[],figmaUrl:null}};var ms={version:"0.48.4"};var hs=`
19714
19714
  # Baseline UI MCP Server Guidelines
19715
19715
 
19716
19716
  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
@@ -19710,7 +19710,7 @@ layoutOptions?: O
19710
19710
  12 | export { VirtualizedVertical as ListLayoutExample } from "../UNSAFE_ListBox/UNSAFE_ListBox.stories";
19711
19711
  > 13 | export { WithVirtualization as GridLayoutExample } from "../ImageGallery/ImageGallery.stories";
19712
19712
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19713
- 14 |`},id:"core-collections-virtualizer--grid-layout-example"}],implementation:""},similarTo:[],figmaUrl:null}};var ms={version:"0.48.3"};var hs=`
19713
+ 14 |`},id:"core-collections-virtualizer--grid-layout-example"}],implementation:""},similarTo:[],figmaUrl:null}};var ms={version:"0.48.4"};var hs=`
19714
19714
  # Baseline UI MCP Server Guidelines
19715
19715
 
19716
19716
  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.3",
3
+ "version": "0.48.4",
4
4
  "description": "MCP server for Baseline UI design system documentation",
5
5
  "type": "module",
6
6
  "bin": "dist/index.js",