@movable/ui-mcp 1.1.1 → 1.1.3

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.
@@ -5,6 +5,11 @@
5
5
  "path": "src/components/DemoComponent",
6
6
  "props": "type DemoComponentProps = {\n stringToDisplay: string;\n}"
7
7
  },
8
+ {
9
+ "name": "InkAutocomplete",
10
+ "exportName": "InkAutocomplete",
11
+ "path": "src/components/Autocomplete/InkAutocomplete"
12
+ },
8
13
  {
9
14
  "name": "InkChip",
10
15
  "exportName": "InkChip",
package/data/stories.json CHANGED
@@ -99,7 +99,8 @@
99
99
  "Data",
100
100
  "NoIconOrHeader",
101
101
  "WithJSXDescription",
102
- "LongLoading"
102
+ "LongLoading",
103
+ "WithJSXAction"
103
104
  ]
104
105
  },
105
106
  {
@@ -393,6 +394,17 @@
393
394
  "HelperText"
394
395
  ]
395
396
  },
397
+ {
398
+ "component": "InkAutocomplete",
399
+ "title": "Input/InkAutocomplete",
400
+ "file": "stories/inputs/InkAutocomplete.stories.tsx",
401
+ "stories": [
402
+ "Single",
403
+ "Multiple",
404
+ "WithHelperText",
405
+ "ErrorWithHelperText"
406
+ ]
407
+ },
396
408
  {
397
409
  "component": "IconButton",
398
410
  "title": "Inputs/IconButton",
@@ -426,17 +438,6 @@
426
438
  "Text"
427
439
  ]
428
440
  },
429
- {
430
- "component": "Autocomplete",
431
- "title": "Input/Autocomplete",
432
- "file": "stories/inputs/Autocomplete.stories.tsx",
433
- "stories": [
434
- "Single",
435
- "Multiple",
436
- "WithHelperText",
437
- "ErrorWithHelperText"
438
- ]
439
- },
440
441
  {
441
442
  "component": "InkWorkflowHeader",
442
443
  "title": "Headers/InkWorkflowHeader",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/ui-mcp",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "MCP server for @movable/ui component library - run via npx",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",