@movable/ui-mcp 1.1.0 → 1.1.2

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/data/stories.json CHANGED
@@ -188,7 +188,8 @@
188
188
  "SevenThreeSplit",
189
189
  "WithIndexLayout",
190
190
  "FiveThreeSplitContentLayout",
191
- "SevenThreeSplitContentLayout"
191
+ "SevenThreeSplitContentLayout",
192
+ "FourEightSplitContentLayout"
192
193
  ]
193
194
  },
194
195
  {
@@ -209,7 +210,8 @@
209
210
  "EightColumn",
210
211
  "WithIndexLayout",
211
212
  "EightColumnFullContentLayout",
212
- "TenColumnFullContentLayout"
213
+ "TenColumnFullContentLayout",
214
+ "TwelveColumnFullContentLayout"
213
215
  ]
214
216
  },
215
217
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/ui-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "MCP server for @movable/ui component library - run via npx",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",