@commercetools/nimbus-mcp 3.3.0 → 3.4.0
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/docs/route-manifest.json +714 -14
- package/data/docs/routes/components-data-display-item-group.json +413 -0
- package/data/docs/routes/components-data-display-item.json +611 -0
- package/data/docs/routes/components-feedback-skeleton.json +481 -0
- package/data/docs/routes/components-feedback-skeletoncircle.json +429 -0
- package/data/docs/routes/components-feedback-skeletontext.json +417 -0
- package/data/docs/routes/components-inputs-range-slider.json +633 -0
- package/data/docs/routes/components-inputs-slider.json +611 -0
- package/data/docs/routes/components-navigation-breadcrumbs.json +565 -0
- package/data/docs/routes/icons.json +3 -3
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/Breadcrumbs.json +12 -0
- package/data/docs/types/BreadcrumbsItem.json +296 -0
- package/data/docs/types/BreadcrumbsItemProps.json +9 -0
- package/data/docs/types/BreadcrumbsProps.json +9 -0
- package/data/docs/types/BreadcrumbsRoot.json +110 -0
- package/data/docs/types/ItemActions.json +27 -0
- package/data/docs/types/ItemContent.json +27 -0
- package/data/docs/types/ItemDescription.json +27 -0
- package/data/docs/types/ItemFooter.json +27 -0
- package/data/docs/types/ItemGroup.json +12 -0
- package/data/docs/types/ItemGroupRoot.json +27 -0
- package/data/docs/types/ItemGroupSeparator.json +27 -0
- package/data/docs/types/ItemHeader.json +27 -0
- package/data/docs/types/ItemMedia.json +56 -0
- package/data/docs/types/ItemRoot.json +239 -0
- package/data/docs/types/ItemTitle.json +27 -0
- package/data/docs/types/RangeSlider.json +337 -0
- package/data/docs/types/RangeSliderProps.json +9 -0
- package/data/docs/types/Skeleton.json +129 -0
- package/data/docs/types/SkeletonCircle.json +103 -0
- package/data/docs/types/SkeletonCircleProps.json +9 -0
- package/data/docs/types/SkeletonProps.json +9 -0
- package/data/docs/types/SkeletonText.json +62 -0
- package/data/docs/types/SkeletonTextProps.json +9 -0
- package/data/docs/types/Slider.json +337 -0
- package/data/docs/types/createItemsFromCsvDrop.json +4 -4
- package/data/docs/types/createItemsFromDirectoryDrop.json +4 -4
- package/data/docs/types/createItemsFromFileDrop.json +4 -4
- package/data/docs/types/createItemsFromImageDrop.json +4 -4
- package/data/docs/types/createItemsFromJsonDrop.json +4 -4
- package/data/docs/types/manifest.json +25 -0
- package/data/docs/types/useRegion.json +2 -2
- package/package.json +4 -4
|
@@ -790,10 +790,10 @@
|
|
|
790
790
|
"name": "(index: number, value: DropItem) => DropItem[]"
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
|
-
"__@iterator@
|
|
793
|
+
"__@iterator@1066": {
|
|
794
794
|
"defaultValue": null,
|
|
795
795
|
"description": "Iterator",
|
|
796
|
-
"name": "__@iterator@
|
|
796
|
+
"name": "__@iterator@1066",
|
|
797
797
|
"parent": {
|
|
798
798
|
"fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
799
799
|
"name": "String"
|
|
@@ -809,10 +809,10 @@
|
|
|
809
809
|
"name": "() => StringIterator<string>"
|
|
810
810
|
}
|
|
811
811
|
},
|
|
812
|
-
"__@unscopables@
|
|
812
|
+
"__@unscopables@3129": {
|
|
813
813
|
"defaultValue": null,
|
|
814
814
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
815
|
-
"name": "__@unscopables@
|
|
815
|
+
"name": "__@unscopables@3129",
|
|
816
816
|
"parent": {
|
|
817
817
|
"fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
818
818
|
"name": "Array"
|
|
@@ -790,10 +790,10 @@
|
|
|
790
790
|
"name": "(index: number, value: DropItem) => DropItem[]"
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
|
-
"__@iterator@
|
|
793
|
+
"__@iterator@1066": {
|
|
794
794
|
"defaultValue": null,
|
|
795
795
|
"description": "Iterator",
|
|
796
|
-
"name": "__@iterator@
|
|
796
|
+
"name": "__@iterator@1066",
|
|
797
797
|
"parent": {
|
|
798
798
|
"fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
799
799
|
"name": "String"
|
|
@@ -809,10 +809,10 @@
|
|
|
809
809
|
"name": "() => StringIterator<string>"
|
|
810
810
|
}
|
|
811
811
|
},
|
|
812
|
-
"__@unscopables@
|
|
812
|
+
"__@unscopables@3129": {
|
|
813
813
|
"defaultValue": null,
|
|
814
814
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
815
|
-
"name": "__@unscopables@
|
|
815
|
+
"name": "__@unscopables@3129",
|
|
816
816
|
"parent": {
|
|
817
817
|
"fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
818
818
|
"name": "Array"
|
|
@@ -790,10 +790,10 @@
|
|
|
790
790
|
"name": "(index: number, value: DropItem) => DropItem[]"
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
|
-
"__@iterator@
|
|
793
|
+
"__@iterator@1066": {
|
|
794
794
|
"defaultValue": null,
|
|
795
795
|
"description": "Iterator",
|
|
796
|
-
"name": "__@iterator@
|
|
796
|
+
"name": "__@iterator@1066",
|
|
797
797
|
"parent": {
|
|
798
798
|
"fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
799
799
|
"name": "String"
|
|
@@ -809,10 +809,10 @@
|
|
|
809
809
|
"name": "() => StringIterator<string>"
|
|
810
810
|
}
|
|
811
811
|
},
|
|
812
|
-
"__@unscopables@
|
|
812
|
+
"__@unscopables@3129": {
|
|
813
813
|
"defaultValue": null,
|
|
814
814
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
815
|
-
"name": "__@unscopables@
|
|
815
|
+
"name": "__@unscopables@3129",
|
|
816
816
|
"parent": {
|
|
817
817
|
"fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
818
818
|
"name": "Array"
|
|
@@ -790,10 +790,10 @@
|
|
|
790
790
|
"name": "(index: number, value: DropItem) => DropItem[]"
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
|
-
"__@iterator@
|
|
793
|
+
"__@iterator@1066": {
|
|
794
794
|
"defaultValue": null,
|
|
795
795
|
"description": "Iterator",
|
|
796
|
-
"name": "__@iterator@
|
|
796
|
+
"name": "__@iterator@1066",
|
|
797
797
|
"parent": {
|
|
798
798
|
"fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
799
799
|
"name": "String"
|
|
@@ -809,10 +809,10 @@
|
|
|
809
809
|
"name": "() => StringIterator<string>"
|
|
810
810
|
}
|
|
811
811
|
},
|
|
812
|
-
"__@unscopables@
|
|
812
|
+
"__@unscopables@3129": {
|
|
813
813
|
"defaultValue": null,
|
|
814
814
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
815
|
-
"name": "__@unscopables@
|
|
815
|
+
"name": "__@unscopables@3129",
|
|
816
816
|
"parent": {
|
|
817
817
|
"fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
818
818
|
"name": "Array"
|
|
@@ -790,10 +790,10 @@
|
|
|
790
790
|
"name": "(index: number, value: DropItem) => DropItem[]"
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
|
-
"__@iterator@
|
|
793
|
+
"__@iterator@1066": {
|
|
794
794
|
"defaultValue": null,
|
|
795
795
|
"description": "Iterator",
|
|
796
|
-
"name": "__@iterator@
|
|
796
|
+
"name": "__@iterator@1066",
|
|
797
797
|
"parent": {
|
|
798
798
|
"fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
799
799
|
"name": "String"
|
|
@@ -809,10 +809,10 @@
|
|
|
809
809
|
"name": "() => StringIterator<string>"
|
|
810
810
|
}
|
|
811
811
|
},
|
|
812
|
-
"__@unscopables@
|
|
812
|
+
"__@unscopables@3129": {
|
|
813
813
|
"defaultValue": null,
|
|
814
814
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
815
|
-
"name": "__@unscopables@
|
|
815
|
+
"name": "__@unscopables@3129",
|
|
816
816
|
"parent": {
|
|
817
817
|
"fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
818
818
|
"name": "Array"
|
|
@@ -125,6 +125,15 @@
|
|
|
125
125
|
"SelectOption": "SelectOption",
|
|
126
126
|
"SelectOptionGroup": "SelectOptionGroup",
|
|
127
127
|
"Separator": "Separator",
|
|
128
|
+
"Skeleton": "Skeleton",
|
|
129
|
+
"SkeletonProps": "SkeletonProps",
|
|
130
|
+
"SkeletonText": "SkeletonText",
|
|
131
|
+
"SkeletonTextProps": "SkeletonTextProps",
|
|
132
|
+
"SkeletonCircle": "SkeletonCircle",
|
|
133
|
+
"SkeletonCircleProps": "SkeletonCircleProps",
|
|
134
|
+
"Slider": "Slider",
|
|
135
|
+
"RangeSlider": "RangeSlider",
|
|
136
|
+
"RangeSliderProps": "RangeSliderProps",
|
|
128
137
|
"Spacer": "Spacer",
|
|
129
138
|
"SpacerProps": "SpacerProps",
|
|
130
139
|
"Accordion": "Accordion",
|
|
@@ -161,6 +170,17 @@
|
|
|
161
170
|
"FormFieldDescription": "FormFieldDescription",
|
|
162
171
|
"FormFieldError": "FormFieldError",
|
|
163
172
|
"FormFieldInfoBox": "FormFieldInfoBox",
|
|
173
|
+
"ItemRoot": "ItemRoot",
|
|
174
|
+
"ItemHeader": "ItemHeader",
|
|
175
|
+
"ItemMedia": "ItemMedia",
|
|
176
|
+
"ItemContent": "ItemContent",
|
|
177
|
+
"ItemTitle": "ItemTitle",
|
|
178
|
+
"ItemDescription": "ItemDescription",
|
|
179
|
+
"ItemActions": "ItemActions",
|
|
180
|
+
"ItemFooter": "ItemFooter",
|
|
181
|
+
"ItemGroup": "ItemGroup",
|
|
182
|
+
"ItemGroupRoot": "ItemGroupRoot",
|
|
183
|
+
"ItemGroupSeparator": "ItemGroupSeparator",
|
|
164
184
|
"Icon": "Icon",
|
|
165
185
|
"InlineSvg": "InlineSvg",
|
|
166
186
|
"LoadingSpinner": "LoadingSpinner",
|
|
@@ -234,6 +254,11 @@
|
|
|
234
254
|
"TabProps": "TabProps",
|
|
235
255
|
"TabPanelsProps": "TabPanelsProps",
|
|
236
256
|
"TabPanelProps": "TabPanelProps",
|
|
257
|
+
"Breadcrumbs": "Breadcrumbs",
|
|
258
|
+
"BreadcrumbsRoot": "BreadcrumbsRoot",
|
|
259
|
+
"BreadcrumbsItem": "BreadcrumbsItem",
|
|
260
|
+
"BreadcrumbsProps": "BreadcrumbsProps",
|
|
261
|
+
"BreadcrumbsItemProps": "BreadcrumbsItemProps",
|
|
237
262
|
"LocalizedField": "LocalizedField",
|
|
238
263
|
"Steps": "Steps",
|
|
239
264
|
"StepsRoot": "StepsRoot",
|
|
@@ -1028,10 +1028,10 @@
|
|
|
1028
1028
|
"name": "() => string"
|
|
1029
1029
|
}
|
|
1030
1030
|
},
|
|
1031
|
-
"__@iterator@
|
|
1031
|
+
"__@iterator@1066": {
|
|
1032
1032
|
"defaultValue": null,
|
|
1033
1033
|
"description": "Iterator",
|
|
1034
|
-
"name": "__@iterator@
|
|
1034
|
+
"name": "__@iterator@1066",
|
|
1035
1035
|
"parent": {
|
|
1036
1036
|
"fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
|
|
1037
1037
|
"name": "String"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools/nimbus-mcp",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "MCP server for the Nimbus design system",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"tsup": "^8.5.1",
|
|
36
36
|
"tsx": "^4.23.1",
|
|
37
37
|
"typescript": "~5.9.3",
|
|
38
|
-
"@commercetools/nimbus": "^3.
|
|
39
|
-
"@commercetools/nimbus-icons": "^3.
|
|
40
|
-
"@commercetools/nimbus-tokens": "^3.
|
|
38
|
+
"@commercetools/nimbus": "^3.4.0",
|
|
39
|
+
"@commercetools/nimbus-icons": "^3.4.0",
|
|
40
|
+
"@commercetools/nimbus-tokens": "^3.4.0"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"prebuild": "tsx scripts/prebuild.ts",
|