@commercetools/nimbus-mcp 2.11.0 → 3.0.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 +203 -0
- package/data/docs/routes/components-data-display-card.json +71 -5
- package/data/docs/routes/components-feedback-toast.json +1 -1
- package/data/docs/routes/components-layout-defaultpage.json +4 -4
- package/data/docs/routes/components-layout-modalpage.json +4 -4
- package/data/docs/routes/components-layout-scrollarea.json +3 -3
- package/data/docs/routes/components-media-avatar.json +24 -2
- package/data/docs/routes/patterns-actions-form-action-bar.json +412 -0
- package/data/docs/routes/patterns-dialogs-info-dialog.json +315 -0
- package/data/docs/routes/patterns-dialogs.json +78 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionRoot.json +2 -2
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +2 -2
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +8 -8
- package/data/docs/types/Badge.json +2 -2
- package/data/docs/types/Body.json +6 -6
- package/data/docs/types/Box.json +6 -6
- package/data/docs/types/Button.json +8 -8
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/Card.json +1 -1
- package/data/docs/types/{CardContent.json → CardBody.json} +2 -2
- package/data/docs/types/CardFooter.json +27 -0
- package/data/docs/types/CardRoot.json +18 -48
- package/data/docs/types/Cell.json +6 -6
- package/data/docs/types/Checkbox.json +2 -2
- package/data/docs/types/Code.json +10 -10
- package/data/docs/types/Column.json +6 -6
- package/data/docs/types/ColumnGroup.json +6 -6
- package/data/docs/types/ColumnHeader.json +6 -6
- package/data/docs/types/ComboBoxListBox.json +6 -6
- package/data/docs/types/ComboBoxPopover.json +8 -8
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +6 -6
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/DataTable.json +2 -2
- package/data/docs/types/DataTableBody.json +6 -6
- package/data/docs/types/DataTableHeader.json +7 -7
- package/data/docs/types/DataTableRoot.json +2 -2
- package/data/docs/types/DataTableTable.json +6 -6
- package/data/docs/types/DatePicker.json +2 -2
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +2 -2
- package/data/docs/types/DraggableListField.json +10 -10
- package/data/docs/types/DraggableListItem.json +6 -6
- package/data/docs/types/DraggableListRoot.json +8 -8
- package/data/docs/types/DrawerCloseTrigger.json +2 -2
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormActionBar.json +200 -0
- package/data/docs/types/FormFieldRoot.json +2 -2
- package/data/docs/types/Grid.json +24 -24
- package/data/docs/types/Group.json +2 -2
- package/data/docs/types/Header.json +6 -6
- package/data/docs/types/Heading.json +8 -8
- package/data/docs/types/Icon.json +4 -4
- package/data/docs/types/IconButton.json +8 -8
- package/data/docs/types/Image.json +10 -10
- package/data/docs/types/Indicator.json +6 -6
- package/data/docs/types/InfoDialog.json +104 -0
- package/data/docs/types/InlineSvg.json +2 -2
- package/data/docs/types/Item.json +6 -6
- package/data/docs/types/Kbd.json +8 -8
- package/data/docs/types/Link.json +8 -8
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +10 -10
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MultilineTextInput.json +2 -2
- package/data/docs/types/MultilineTextInputField.json +2 -2
- package/data/docs/types/NumberInput.json +2 -2
- package/data/docs/types/NumberInputField.json +2 -2
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +10 -10
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/ScrollArea.json +6 -6
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SplitButton.json +2 -2
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/Switch.json +2 -2
- package/data/docs/types/TabNavItem.json +2 -2
- package/data/docs/types/TabNavRoot.json +2 -2
- package/data/docs/types/TableBody.json +6 -6
- package/data/docs/types/TableCaption.json +6 -6
- package/data/docs/types/TableCell.json +6 -6
- package/data/docs/types/TableColumn.json +6 -6
- package/data/docs/types/TableColumnGroup.json +6 -6
- package/data/docs/types/TableColumnHeader.json +6 -6
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +18 -18
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/ToggleButtonGroupButton.json +6 -6
- package/data/docs/types/ToggleButtonGroupRoot.json +6 -6
- package/data/docs/types/Toolbar.json +2 -2
- package/data/docs/types/TooltipContent.json +2 -2
- package/data/docs/types/manifest.json +4 -1
- package/data/docs/types/toast.json +0 -15
- package/package.json +6 -6
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
11
11
|
"name": "unstyled",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
14
14
|
"name": "UnstyledProp"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
19
19
|
"name": "UnstyledProp"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -140,7 +140,8 @@
|
|
|
140
140
|
"Card": "Card",
|
|
141
141
|
"CardRoot": "CardRoot",
|
|
142
142
|
"CardHeader": "CardHeader",
|
|
143
|
-
"
|
|
143
|
+
"CardBody": "CardBody",
|
|
144
|
+
"CardFooter": "CardFooter",
|
|
144
145
|
"FormFieldRoot": "FormFieldRoot",
|
|
145
146
|
"FormFieldLabel": "FormFieldLabel",
|
|
146
147
|
"FormFieldInput": "FormFieldInput",
|
|
@@ -266,6 +267,8 @@
|
|
|
266
267
|
"useColorModeValue": "useColorModeValue",
|
|
267
268
|
"useLocalizedStringFormatter": "useLocalizedStringFormatter",
|
|
268
269
|
"LocalizedStringFormatter": "LocalizedStringFormatter",
|
|
270
|
+
"InfoDialog": "InfoDialog",
|
|
271
|
+
"FormActionBar": "FormActionBar",
|
|
269
272
|
"DateRangePickerField": "DateRangePickerField",
|
|
270
273
|
"MoneyInputField": "MoneyInputField",
|
|
271
274
|
"MoneyInputFieldProps": "MoneyInputFieldProps",
|
|
@@ -187,21 +187,6 @@
|
|
|
187
187
|
"name": "boolean"
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
|
-
"pauseOnInteraction": {
|
|
191
|
-
"defaultValue": null,
|
|
192
|
-
"description": "Pause auto-dismiss on hover/focus (default: true)",
|
|
193
|
-
"name": "pauseOnInteraction",
|
|
194
|
-
"declarations": [
|
|
195
|
-
{
|
|
196
|
-
"fileName": "nimbus/packages/nimbus/src/components/toast/toast.types.ts",
|
|
197
|
-
"name": "TypeLiteral"
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"required": false,
|
|
201
|
-
"type": {
|
|
202
|
-
"name": "boolean"
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
190
|
"aria-live": {
|
|
206
191
|
"defaultValue": null,
|
|
207
192
|
"description": "Override the default `aria-live` politeness level.\nBy default, `error` toasts use `\"assertive\"` and all others use `\"polite\"`.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools/nimbus-mcp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "MCP server for the Nimbus design system",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
28
|
-
"zod": "^
|
|
28
|
+
"zod": "^4.4.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@modelcontextprotocol/inspector": "^0.21.2",
|
|
32
|
-
"@types/node": "^24.
|
|
32
|
+
"@types/node": "^24.12.2",
|
|
33
33
|
"tsup": "^8.5.1",
|
|
34
34
|
"tsx": "^4.21.0",
|
|
35
35
|
"typescript": "~5.9.3",
|
|
36
|
-
"@commercetools/nimbus": "^
|
|
37
|
-
"@commercetools/nimbus-icons": "^
|
|
38
|
-
"@commercetools/nimbus-tokens": "^
|
|
36
|
+
"@commercetools/nimbus": "^3.0.0",
|
|
37
|
+
"@commercetools/nimbus-icons": "^3.0.0",
|
|
38
|
+
"@commercetools/nimbus-tokens": "^3.0.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"prebuild": "tsx scripts/prebuild.ts",
|