@movable/ui-mcp 1.1.3 → 1.1.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.
@@ -130,6 +130,11 @@
130
130
  "path": "src/components/InkDrawer",
131
131
  "category": "layout"
132
132
  },
133
+ {
134
+ "name": "InkComponentTile",
135
+ "exportName": "InkComponentTile",
136
+ "path": "src/components/InkComponentTile"
137
+ },
133
138
  {
134
139
  "name": "InkSnackbar",
135
140
  "exportName": "* (barrel export)",
package/data/stories.json CHANGED
@@ -103,6 +103,22 @@
103
103
  "WithJSXAction"
104
104
  ]
105
105
  },
106
+ {
107
+ "component": "InkComponentTile",
108
+ "title": "Surfaces/InkComponentTile",
109
+ "file": "stories/surfaces/InkComponentTile/InkComponentTile.stories.tsx",
110
+ "stories": [
111
+ "Default",
112
+ "WithoutDescription",
113
+ "WithoutIcon",
114
+ "Disabled",
115
+ "IsDragging",
116
+ "DynamicComponent",
117
+ "CustomCursor",
118
+ "WidthVariants",
119
+ "CustomStyling"
120
+ ]
121
+ },
106
122
  {
107
123
  "component": "InkCard",
108
124
  "title": "Surfaces/InkCard",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/ui-mcp",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "MCP server for @movable/ui component library - run via npx",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",