@commercetools/nimbus-mcp 2.10.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 +288 -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 +428 -0
- 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/AccordionHeader.json +33 -33
- package/data/docs/types/AccordionRoot.json +2 -2
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +52 -52
- 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 +24 -24
- 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 +24 -24
- 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 +16 -16
- package/data/docs/types/DateRangePickerField.json +17 -17
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +52 -52
- 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 +52 -52
- 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 +24 -24
- package/data/docs/types/IconToggleButton.json +17 -17
- package/data/docs/types/Image.json +38 -38
- 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/MenuTrigger.json +33 -33
- package/data/docs/types/MultilineTextInput.json +34 -34
- package/data/docs/types/MultilineTextInputField.json +19 -19
- package/data/docs/types/NumberInput.json +19 -19
- package/data/docs/types/NumberInputField.json +38 -38
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +20 -20
- package/data/docs/types/PasswordInput.json +17 -17
- package/data/docs/types/PasswordInputField.json +17 -17
- package/data/docs/types/ProgressBar.json +21 -21
- 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 +129 -32
- package/data/docs/types/ScrollAreaElementIds.json +9 -0
- package/data/docs/types/ScrollAreaProps.json +9 -0
- package/data/docs/types/SearchInput.json +19 -19
- package/data/docs/types/SearchInputField.json +25 -25
- package/data/docs/types/SelectRoot.json +15 -15
- 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 +19 -19
- package/data/docs/types/TabNavRoot.json +18 -18
- 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/TabsTab.json +17 -17
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +16 -16
- package/data/docs/types/TextInputField.json +17 -17
- package/data/docs/types/ToggleButton.json +17 -17
- package/data/docs/types/ToggleButtonGroupButton.json +6 -6
- package/data/docs/types/ToggleButtonGroupRoot.json +6 -6
- package/data/docs/types/Toolbar.json +16 -16
- package/data/docs/types/TooltipContent.json +21 -21
- package/data/docs/types/TooltipRoot.json +3 -3
- package/data/docs/types/manifest.json +16 -11
- package/data/docs/types/toast.json +2 -17
- package/package.json +6 -6
|
@@ -795,6 +795,23 @@
|
|
|
795
795
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
796
796
|
}
|
|
797
797
|
},
|
|
798
|
+
"variant": {
|
|
799
|
+
"defaultValue": {
|
|
800
|
+
"value": "\"solid\""
|
|
801
|
+
},
|
|
802
|
+
"description": "Visual style variant of the text input",
|
|
803
|
+
"name": "variant",
|
|
804
|
+
"declarations": [
|
|
805
|
+
{
|
|
806
|
+
"fileName": "nimbus/packages/nimbus/src/components/text-input/text-input.types.ts",
|
|
807
|
+
"name": "TypeLiteral"
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"required": false,
|
|
811
|
+
"type": {
|
|
812
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
798
815
|
"name": {
|
|
799
816
|
"defaultValue": null,
|
|
800
817
|
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
@@ -833,23 +850,6 @@
|
|
|
833
850
|
"name": "string"
|
|
834
851
|
}
|
|
835
852
|
},
|
|
836
|
-
"variant": {
|
|
837
|
-
"defaultValue": {
|
|
838
|
-
"value": "\"solid\""
|
|
839
|
-
},
|
|
840
|
-
"description": "Visual style variant of the text input",
|
|
841
|
-
"name": "variant",
|
|
842
|
-
"declarations": [
|
|
843
|
-
{
|
|
844
|
-
"fileName": "nimbus/packages/nimbus/src/components/text-input/text-input.types.ts",
|
|
845
|
-
"name": "TypeLiteral"
|
|
846
|
-
}
|
|
847
|
-
],
|
|
848
|
-
"required": false,
|
|
849
|
-
"type": {
|
|
850
|
-
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
853
|
"isDisabled": {
|
|
854
854
|
"defaultValue": null,
|
|
855
855
|
"description": "Whether the input is disabled.",
|
|
@@ -39,6 +39,23 @@
|
|
|
39
39
|
"name": "SemanticPalettesOnly"
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
+
"variant": {
|
|
43
|
+
"defaultValue": {
|
|
44
|
+
"value": "\"outline\""
|
|
45
|
+
},
|
|
46
|
+
"description": "Visual style variant of the toggle button",
|
|
47
|
+
"name": "variant",
|
|
48
|
+
"declarations": [
|
|
49
|
+
{
|
|
50
|
+
"fileName": "nimbus/packages/nimbus/src/components/toggle-button/toggle-button.types.ts",
|
|
51
|
+
"name": "TypeLiteral"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"required": false,
|
|
55
|
+
"type": {
|
|
56
|
+
"name": "ConditionalValue<\"outline\" | \"ghost\">"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
42
59
|
"type": {
|
|
43
60
|
"defaultValue": null,
|
|
44
61
|
"description": "",
|
|
@@ -58,23 +75,6 @@
|
|
|
58
75
|
"name": "string"
|
|
59
76
|
}
|
|
60
77
|
},
|
|
61
|
-
"variant": {
|
|
62
|
-
"defaultValue": {
|
|
63
|
-
"value": "\"outline\""
|
|
64
|
-
},
|
|
65
|
-
"description": "Visual style variant of the toggle button",
|
|
66
|
-
"name": "variant",
|
|
67
|
-
"declarations": [
|
|
68
|
-
{
|
|
69
|
-
"fileName": "nimbus/packages/nimbus/src/components/toggle-button/toggle-button.types.ts",
|
|
70
|
-
"name": "TypeLiteral"
|
|
71
|
-
}
|
|
72
|
-
],
|
|
73
|
-
"required": false,
|
|
74
|
-
"type": {
|
|
75
|
-
"name": "ConditionalValue<\"outline\" | \"ghost\">"
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
78
|
"className": {
|
|
79
79
|
"defaultValue": {
|
|
80
80
|
"value": "'react-aria-ToggleButton'"
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "css",
|
|
31
31
|
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
32
|
+
"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",
|
|
33
33
|
"name": "JsxStyleProps"
|
|
34
34
|
},
|
|
35
35
|
"declarations": [
|
|
36
36
|
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
37
|
+
"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",
|
|
38
38
|
"name": "JsxStyleProps"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "",
|
|
49
49
|
"name": "as",
|
|
50
50
|
"parent": {
|
|
51
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
51
|
+
"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",
|
|
52
52
|
"name": "PolymorphicProps"
|
|
53
53
|
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
56
|
+
"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",
|
|
57
57
|
"name": "PolymorphicProps"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"description": "",
|
|
68
68
|
"name": "asChild",
|
|
69
69
|
"parent": {
|
|
70
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
70
|
+
"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",
|
|
71
71
|
"name": "PolymorphicProps"
|
|
72
72
|
},
|
|
73
73
|
"declarations": [
|
|
74
74
|
{
|
|
75
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
75
|
+
"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",
|
|
76
76
|
"name": "PolymorphicProps"
|
|
77
77
|
}
|
|
78
78
|
],
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"description": "",
|
|
28
28
|
"name": "as",
|
|
29
29
|
"parent": {
|
|
30
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
30
|
+
"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",
|
|
31
31
|
"name": "PolymorphicProps"
|
|
32
32
|
},
|
|
33
33
|
"declarations": [
|
|
34
34
|
{
|
|
35
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
35
|
+
"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",
|
|
36
36
|
"name": "PolymorphicProps"
|
|
37
37
|
}
|
|
38
38
|
],
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"description": "",
|
|
47
47
|
"name": "asChild",
|
|
48
48
|
"parent": {
|
|
49
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
49
|
+
"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",
|
|
50
50
|
"name": "PolymorphicProps"
|
|
51
51
|
},
|
|
52
52
|
"declarations": [
|
|
53
53
|
{
|
|
54
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
54
|
+
"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",
|
|
55
55
|
"name": "PolymorphicProps"
|
|
56
56
|
}
|
|
57
57
|
],
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"description": "",
|
|
66
66
|
"name": "css",
|
|
67
67
|
"parent": {
|
|
68
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
68
|
+
"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",
|
|
69
69
|
"name": "JsxStyleProps"
|
|
70
70
|
},
|
|
71
71
|
"declarations": [
|
|
72
72
|
{
|
|
73
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
73
|
+
"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",
|
|
74
74
|
"name": "JsxStyleProps"
|
|
75
75
|
}
|
|
76
76
|
],
|
|
@@ -48,38 +48,38 @@
|
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"
|
|
51
|
+
"variant": {
|
|
52
52
|
"defaultValue": null,
|
|
53
|
-
"description": "
|
|
54
|
-
"name": "
|
|
55
|
-
"parent": {
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.34.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_10b2c786e2b7f83f500327a2347e0904/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
57
|
-
"name": "UnstyledProp"
|
|
58
|
-
},
|
|
53
|
+
"description": "Visual style variant of the toolbar",
|
|
54
|
+
"name": "variant",
|
|
59
55
|
"declarations": [
|
|
60
56
|
{
|
|
61
|
-
"fileName": "nimbus/
|
|
62
|
-
"name": "
|
|
57
|
+
"fileName": "nimbus/packages/nimbus/src/components/toolbar/toolbar.types.ts",
|
|
58
|
+
"name": "TypeLiteral"
|
|
63
59
|
}
|
|
64
60
|
],
|
|
65
61
|
"required": false,
|
|
66
62
|
"type": {
|
|
67
|
-
"name": "
|
|
63
|
+
"name": "ConditionalValue<\"outline\" | \"plain\">"
|
|
68
64
|
}
|
|
69
65
|
},
|
|
70
|
-
"
|
|
66
|
+
"unstyled": {
|
|
71
67
|
"defaultValue": null,
|
|
72
|
-
"description": "
|
|
73
|
-
"name": "
|
|
68
|
+
"description": "If `true`, the element will opt out of the theme styles.",
|
|
69
|
+
"name": "unstyled",
|
|
70
|
+
"parent": {
|
|
71
|
+
"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",
|
|
72
|
+
"name": "UnstyledProp"
|
|
73
|
+
},
|
|
74
74
|
"declarations": [
|
|
75
75
|
{
|
|
76
|
-
"fileName": "nimbus/
|
|
77
|
-
"name": "
|
|
76
|
+
"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",
|
|
77
|
+
"name": "UnstyledProp"
|
|
78
78
|
}
|
|
79
79
|
],
|
|
80
80
|
"required": false,
|
|
81
81
|
"type": {
|
|
82
|
-
"name": "
|
|
82
|
+
"name": "boolean"
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"orientation": {
|
|
@@ -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
|
],
|
|
@@ -24,25 +24,6 @@
|
|
|
24
24
|
"name": "boolean"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
-
"isOpen": {
|
|
28
|
-
"defaultValue": null,
|
|
29
|
-
"description": "Whether the element is rendered.",
|
|
30
|
-
"name": "isOpen",
|
|
31
|
-
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
33
|
-
"name": "PositionProps"
|
|
34
|
-
},
|
|
35
|
-
"declarations": [
|
|
36
|
-
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
38
|
-
"name": "PositionProps"
|
|
39
|
-
}
|
|
40
|
-
],
|
|
41
|
-
"required": false,
|
|
42
|
-
"type": {
|
|
43
|
-
"name": "boolean"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
27
|
"placement": {
|
|
47
28
|
"defaultValue": {
|
|
48
29
|
"value": "bottom"
|
|
@@ -133,6 +114,25 @@
|
|
|
133
114
|
]
|
|
134
115
|
}
|
|
135
116
|
},
|
|
117
|
+
"isOpen": {
|
|
118
|
+
"defaultValue": null,
|
|
119
|
+
"description": "Whether the element is rendered.",
|
|
120
|
+
"name": "isOpen",
|
|
121
|
+
"parent": {
|
|
122
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
123
|
+
"name": "PositionProps"
|
|
124
|
+
},
|
|
125
|
+
"declarations": [
|
|
126
|
+
{
|
|
127
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/overlays/useOverlayPosition.d.ts",
|
|
128
|
+
"name": "PositionProps"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"required": false,
|
|
132
|
+
"type": {
|
|
133
|
+
"name": "boolean"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
136
|
"containerPadding": {
|
|
137
137
|
"defaultValue": {
|
|
138
138
|
"value": "12"
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
"required": false,
|
|
86
86
|
"type": {
|
|
87
87
|
"name": "enum",
|
|
88
|
-
"raw": "\"
|
|
88
|
+
"raw": "\"hover\" | \"focus\"",
|
|
89
89
|
"value": [
|
|
90
90
|
{
|
|
91
|
-
"value": "\"
|
|
91
|
+
"value": "\"hover\""
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
|
-
"value": "\"
|
|
94
|
+
"value": "\"focus\""
|
|
95
95
|
}
|
|
96
96
|
]
|
|
97
97
|
}
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ScrollArea": "ScrollArea",
|
|
3
|
+
"ScrollAreaProps": "ScrollAreaProps",
|
|
4
|
+
"ScrollAreaElementIds": "ScrollAreaElementIds",
|
|
5
|
+
"toast": "toast",
|
|
6
|
+
"ToastOutlet": "ToastOutlet",
|
|
7
|
+
"ToastType": "ToastType",
|
|
8
|
+
"ToastVariant": "ToastVariant",
|
|
9
|
+
"ToastPlacement": "ToastPlacement",
|
|
10
|
+
"ToastAction": "ToastAction",
|
|
11
|
+
"ToastOptions": "ToastOptions",
|
|
12
|
+
"ToastPromiseOptions": "ToastPromiseOptions",
|
|
13
|
+
"ToastManagerApi": "ToastManagerApi",
|
|
2
14
|
"Avatar": "Avatar",
|
|
3
15
|
"Box": "Box",
|
|
4
16
|
"Button": "Button",
|
|
@@ -73,7 +85,6 @@
|
|
|
73
85
|
"Row": "Row",
|
|
74
86
|
"ColumnHeader": "ColumnHeader",
|
|
75
87
|
"Cell": "Cell",
|
|
76
|
-
"ScrollArea": "ScrollArea",
|
|
77
88
|
"ColumnGroup": "ColumnGroup",
|
|
78
89
|
"Column": "Column",
|
|
79
90
|
"TableRootProps": "TableRootProps",
|
|
@@ -129,7 +140,8 @@
|
|
|
129
140
|
"Card": "Card",
|
|
130
141
|
"CardRoot": "CardRoot",
|
|
131
142
|
"CardHeader": "CardHeader",
|
|
132
|
-
"
|
|
143
|
+
"CardBody": "CardBody",
|
|
144
|
+
"CardFooter": "CardFooter",
|
|
133
145
|
"FormFieldRoot": "FormFieldRoot",
|
|
134
146
|
"FormFieldLabel": "FormFieldLabel",
|
|
135
147
|
"FormFieldInput": "FormFieldInput",
|
|
@@ -209,15 +221,6 @@
|
|
|
209
221
|
"TabProps": "TabProps",
|
|
210
222
|
"TabPanelsProps": "TabPanelsProps",
|
|
211
223
|
"TabPanelProps": "TabPanelProps",
|
|
212
|
-
"toast": "toast",
|
|
213
|
-
"ToastOutlet": "ToastOutlet",
|
|
214
|
-
"ToastType": "ToastType",
|
|
215
|
-
"ToastVariant": "ToastVariant",
|
|
216
|
-
"ToastPlacement": "ToastPlacement",
|
|
217
|
-
"ToastAction": "ToastAction",
|
|
218
|
-
"ToastOptions": "ToastOptions",
|
|
219
|
-
"ToastPromiseOptions": "ToastPromiseOptions",
|
|
220
|
-
"ToastManagerApi": "ToastManagerApi",
|
|
221
224
|
"LocalizedField": "LocalizedField",
|
|
222
225
|
"Steps": "Steps",
|
|
223
226
|
"StepsRoot": "StepsRoot",
|
|
@@ -264,6 +267,8 @@
|
|
|
264
267
|
"useColorModeValue": "useColorModeValue",
|
|
265
268
|
"useLocalizedStringFormatter": "useLocalizedStringFormatter",
|
|
266
269
|
"LocalizedStringFormatter": "LocalizedStringFormatter",
|
|
270
|
+
"InfoDialog": "InfoDialog",
|
|
271
|
+
"FormActionBar": "FormActionBar",
|
|
267
272
|
"DateRangePickerField": "DateRangePickerField",
|
|
268
273
|
"MoneyInputField": "MoneyInputField",
|
|
269
274
|
"MoneyInputFieldProps": "MoneyInputFieldProps",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"value": "\"error\""
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
-
"value": "\"
|
|
35
|
+
"value": "\"success\""
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
"value": "\"
|
|
38
|
+
"value": "\"loading\""
|
|
39
39
|
}
|
|
40
40
|
]
|
|
41
41
|
}
|
|
@@ -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",
|