@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
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
30
30
|
"name": "unstyled",
|
|
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": "UnstyledProp"
|
|
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": "UnstyledProp"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"name": "css",
|
|
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": "JsxStyleProps"
|
|
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": "JsxStyleProps"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "as",
|
|
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": "PolymorphicProps"
|
|
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": "PolymorphicProps"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "",
|
|
49
49
|
"name": "asChild",
|
|
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
|
],
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "",
|
|
13
13
|
"name": "css",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
15
|
+
"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",
|
|
16
16
|
"name": "JsxStyleProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
20
|
+
"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",
|
|
21
21
|
"name": "JsxStyleProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"description": "",
|
|
34
34
|
"name": "size",
|
|
35
35
|
"parent": {
|
|
36
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
36
|
+
"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/generated/recipes.gen.d.ts",
|
|
37
37
|
"name": "NimbusCodeVariant"
|
|
38
38
|
},
|
|
39
39
|
"declarations": [
|
|
40
40
|
{
|
|
41
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
41
|
+
"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/generated/recipes.gen.d.ts",
|
|
42
42
|
"name": "NimbusCodeVariant"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"description": "",
|
|
53
53
|
"name": "as",
|
|
54
54
|
"parent": {
|
|
55
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
55
|
+
"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",
|
|
56
56
|
"name": "PolymorphicProps"
|
|
57
57
|
},
|
|
58
58
|
"declarations": [
|
|
59
59
|
{
|
|
60
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
60
|
+
"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",
|
|
61
61
|
"name": "PolymorphicProps"
|
|
62
62
|
}
|
|
63
63
|
],
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"description": "",
|
|
72
72
|
"name": "asChild",
|
|
73
73
|
"parent": {
|
|
74
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
74
|
+
"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",
|
|
75
75
|
"name": "PolymorphicProps"
|
|
76
76
|
},
|
|
77
77
|
"declarations": [
|
|
78
78
|
{
|
|
79
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
79
|
+
"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",
|
|
80
80
|
"name": "PolymorphicProps"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "",
|
|
13
13
|
"name": "as",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
15
|
+
"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",
|
|
16
16
|
"name": "PolymorphicProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
20
|
+
"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",
|
|
21
21
|
"name": "PolymorphicProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"description": "",
|
|
34
34
|
"name": "size",
|
|
35
35
|
"parent": {
|
|
36
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
36
|
+
"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/generated/recipes.gen.d.ts",
|
|
37
37
|
"name": "NimbusCodeVariant"
|
|
38
38
|
},
|
|
39
39
|
"declarations": [
|
|
40
40
|
{
|
|
41
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
41
|
+
"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/generated/recipes.gen.d.ts",
|
|
42
42
|
"name": "NimbusCodeVariant"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "",
|
|
13
13
|
"name": "as",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
15
|
+
"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",
|
|
16
16
|
"name": "PolymorphicProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
20
|
+
"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",
|
|
21
21
|
"name": "PolymorphicProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "",
|
|
32
32
|
"name": "asChild",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
34
|
+
"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",
|
|
35
35
|
"name": "PolymorphicProps"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
39
|
+
"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",
|
|
40
40
|
"name": "PolymorphicProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"name": "css",
|
|
52
52
|
"parent": {
|
|
53
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
53
|
+
"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",
|
|
54
54
|
"name": "JsxStyleProps"
|
|
55
55
|
},
|
|
56
56
|
"declarations": [
|
|
57
57
|
{
|
|
58
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
58
|
+
"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",
|
|
59
59
|
"name": "JsxStyleProps"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -115,40 +115,40 @@
|
|
|
115
115
|
"name": "string | null"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
|
-
"
|
|
119
|
-
"defaultValue":
|
|
120
|
-
|
|
121
|
-
"name": "unstyled",
|
|
122
|
-
"parent": {
|
|
123
|
-
"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",
|
|
124
|
-
"name": "UnstyledProp"
|
|
118
|
+
"variant": {
|
|
119
|
+
"defaultValue": {
|
|
120
|
+
"value": "\"subtle\""
|
|
125
121
|
},
|
|
122
|
+
"description": "Visual style variant of the button",
|
|
123
|
+
"name": "variant",
|
|
126
124
|
"declarations": [
|
|
127
125
|
{
|
|
128
|
-
"fileName": "nimbus/
|
|
129
|
-
"name": "
|
|
126
|
+
"fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
|
|
127
|
+
"name": "TypeLiteral"
|
|
130
128
|
}
|
|
131
129
|
],
|
|
132
130
|
"required": false,
|
|
133
131
|
"type": {
|
|
134
|
-
"name": "
|
|
132
|
+
"name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
|
|
135
133
|
}
|
|
136
134
|
},
|
|
137
|
-
"
|
|
138
|
-
"defaultValue":
|
|
139
|
-
|
|
135
|
+
"unstyled": {
|
|
136
|
+
"defaultValue": null,
|
|
137
|
+
"description": "If `true`, the element will opt out of the theme styles.",
|
|
138
|
+
"name": "unstyled",
|
|
139
|
+
"parent": {
|
|
140
|
+
"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",
|
|
141
|
+
"name": "UnstyledProp"
|
|
140
142
|
},
|
|
141
|
-
"description": "Visual style variant of the button",
|
|
142
|
-
"name": "variant",
|
|
143
143
|
"declarations": [
|
|
144
144
|
{
|
|
145
|
-
"fileName": "nimbus/
|
|
146
|
-
"name": "
|
|
145
|
+
"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",
|
|
146
|
+
"name": "UnstyledProp"
|
|
147
147
|
}
|
|
148
148
|
],
|
|
149
149
|
"required": false,
|
|
150
150
|
"type": {
|
|
151
|
-
"name": "
|
|
151
|
+
"name": "boolean"
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
154
|
"isDisabled": {
|
|
@@ -446,6 +446,23 @@
|
|
|
446
446
|
"name": "(((e: MouseEvent<FocusableElement, MouseEvent>) => void) & MouseEventHandler<HTMLButtonElement>)"
|
|
447
447
|
}
|
|
448
448
|
},
|
|
449
|
+
"variant": {
|
|
450
|
+
"defaultValue": {
|
|
451
|
+
"value": "\"outline\""
|
|
452
|
+
},
|
|
453
|
+
"description": "Visual style variant of the toggle button",
|
|
454
|
+
"name": "variant",
|
|
455
|
+
"declarations": [
|
|
456
|
+
{
|
|
457
|
+
"fileName": "nimbus/packages/nimbus/src/components/toggle-button/toggle-button.types.ts",
|
|
458
|
+
"name": "TypeLiteral"
|
|
459
|
+
}
|
|
460
|
+
],
|
|
461
|
+
"required": false,
|
|
462
|
+
"type": {
|
|
463
|
+
"name": "ConditionalValue<\"outline\" | \"ghost\">"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
449
466
|
"type": {
|
|
450
467
|
"defaultValue": null,
|
|
451
468
|
"description": "",
|
|
@@ -465,23 +482,6 @@
|
|
|
465
482
|
"name": "string"
|
|
466
483
|
}
|
|
467
484
|
},
|
|
468
|
-
"variant": {
|
|
469
|
-
"defaultValue": {
|
|
470
|
-
"value": "\"outline\""
|
|
471
|
-
},
|
|
472
|
-
"description": "Visual style variant of the toggle button",
|
|
473
|
-
"name": "variant",
|
|
474
|
-
"declarations": [
|
|
475
|
-
{
|
|
476
|
-
"fileName": "nimbus/packages/nimbus/src/components/toggle-button/toggle-button.types.ts",
|
|
477
|
-
"name": "TypeLiteral"
|
|
478
|
-
}
|
|
479
|
-
],
|
|
480
|
-
"required": false,
|
|
481
|
-
"type": {
|
|
482
|
-
"name": "ConditionalValue<\"outline\" | \"ghost\">"
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
485
|
"isDisabled": {
|
|
486
486
|
"defaultValue": null,
|
|
487
487
|
"description": "Whether the button is disabled.",
|
|
@@ -107,6 +107,34 @@
|
|
|
107
107
|
]
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
+
"loading": {
|
|
111
|
+
"defaultValue": null,
|
|
112
|
+
"description": "",
|
|
113
|
+
"name": "loading",
|
|
114
|
+
"parent": {
|
|
115
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
|
|
116
|
+
"name": "ImgHTMLAttributes"
|
|
117
|
+
},
|
|
118
|
+
"declarations": [
|
|
119
|
+
{
|
|
120
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
|
|
121
|
+
"name": "ImgHTMLAttributes"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"required": false,
|
|
125
|
+
"type": {
|
|
126
|
+
"name": "enum",
|
|
127
|
+
"raw": "\"eager\" | \"lazy\"",
|
|
128
|
+
"value": [
|
|
129
|
+
{
|
|
130
|
+
"value": "\"eager\""
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"value": "\"lazy\""
|
|
134
|
+
}
|
|
135
|
+
]
|
|
136
|
+
}
|
|
137
|
+
},
|
|
110
138
|
"src": {
|
|
111
139
|
"defaultValue": null,
|
|
112
140
|
"description": "",
|
|
@@ -207,34 +235,6 @@
|
|
|
207
235
|
]
|
|
208
236
|
}
|
|
209
237
|
},
|
|
210
|
-
"loading": {
|
|
211
|
-
"defaultValue": null,
|
|
212
|
-
"description": "",
|
|
213
|
-
"name": "loading",
|
|
214
|
-
"parent": {
|
|
215
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
|
|
216
|
-
"name": "ImgHTMLAttributes"
|
|
217
|
-
},
|
|
218
|
-
"declarations": [
|
|
219
|
-
{
|
|
220
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
|
|
221
|
-
"name": "ImgHTMLAttributes"
|
|
222
|
-
}
|
|
223
|
-
],
|
|
224
|
-
"required": false,
|
|
225
|
-
"type": {
|
|
226
|
-
"name": "enum",
|
|
227
|
-
"raw": "\"eager\" | \"lazy\"",
|
|
228
|
-
"value": [
|
|
229
|
-
{
|
|
230
|
-
"value": "\"eager\""
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"value": "\"lazy\""
|
|
234
|
-
}
|
|
235
|
-
]
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
238
|
"srcSet": {
|
|
239
239
|
"defaultValue": null,
|
|
240
240
|
"description": "",
|
|
@@ -278,12 +278,12 @@
|
|
|
278
278
|
"description": "",
|
|
279
279
|
"name": "css",
|
|
280
280
|
"parent": {
|
|
281
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
281
|
+
"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",
|
|
282
282
|
"name": "JsxStyleProps"
|
|
283
283
|
},
|
|
284
284
|
"declarations": [
|
|
285
285
|
{
|
|
286
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
286
|
+
"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",
|
|
287
287
|
"name": "JsxStyleProps"
|
|
288
288
|
}
|
|
289
289
|
],
|
|
@@ -297,12 +297,12 @@
|
|
|
297
297
|
"description": "How the image to fit within its bounds.\nIt maps to css `object-fit` property.",
|
|
298
298
|
"name": "fit",
|
|
299
299
|
"parent": {
|
|
300
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
300
|
+
"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/components/image/image.d.ts",
|
|
301
301
|
"name": "ImageOptions"
|
|
302
302
|
},
|
|
303
303
|
"declarations": [
|
|
304
304
|
{
|
|
305
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
305
|
+
"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/components/image/image.d.ts",
|
|
306
306
|
"name": "ImageOptions"
|
|
307
307
|
}
|
|
308
308
|
],
|
|
@@ -316,12 +316,12 @@
|
|
|
316
316
|
"description": "How to align the image within its bounds.\nIt maps to css `object-position` property.",
|
|
317
317
|
"name": "align",
|
|
318
318
|
"parent": {
|
|
319
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
319
|
+
"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/components/image/image.d.ts",
|
|
320
320
|
"name": "ImageOptions"
|
|
321
321
|
},
|
|
322
322
|
"declarations": [
|
|
323
323
|
{
|
|
324
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
324
|
+
"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/components/image/image.d.ts",
|
|
325
325
|
"name": "ImageOptions"
|
|
326
326
|
}
|
|
327
327
|
],
|
|
@@ -335,12 +335,12 @@
|
|
|
335
335
|
"description": "",
|
|
336
336
|
"name": "as",
|
|
337
337
|
"parent": {
|
|
338
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
338
|
+
"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",
|
|
339
339
|
"name": "PolymorphicProps"
|
|
340
340
|
},
|
|
341
341
|
"declarations": [
|
|
342
342
|
{
|
|
343
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
343
|
+
"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",
|
|
344
344
|
"name": "PolymorphicProps"
|
|
345
345
|
}
|
|
346
346
|
],
|
|
@@ -354,12 +354,12 @@
|
|
|
354
354
|
"description": "",
|
|
355
355
|
"name": "asChild",
|
|
356
356
|
"parent": {
|
|
357
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
357
|
+
"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",
|
|
358
358
|
"name": "PolymorphicProps"
|
|
359
359
|
},
|
|
360
360
|
"declarations": [
|
|
361
361
|
{
|
|
362
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
362
|
+
"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",
|
|
363
363
|
"name": "PolymorphicProps"
|
|
364
364
|
}
|
|
365
365
|
],
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"name": "css",
|
|
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": "JsxStyleProps"
|
|
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": "JsxStyleProps"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "as",
|
|
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": "PolymorphicProps"
|
|
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": "PolymorphicProps"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "",
|
|
49
49
|
"name": "asChild",
|
|
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
|
],
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"example": "```tsx\nconst [isOpen, setIsOpen] = useState(false);\n\n<InfoDialog\n title=\"Shipping restrictions\"\n isOpen={isOpen}\n onOpenChange={setIsOpen}\n>\n <Text>Some goods cannot be shipped to the selected region.</Text>\n</InfoDialog>\n```"
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "# InfoDialog\n\nA pre-composed, read-only informational dialog pattern built on top of the\nNimbus `Dialog` primitive. Exposes a flat API (`title`, `children`, and\noptional `isOpen` / `defaultOpen` / `onOpenChange` / `aria-label`) for the\ncommon case of showing information the user only needs to read and dismiss.\n\nClose affordances: the X button in the header, the Escape key, and a click\non the overlay all invoke `onOpenChange(false)`.",
|
|
7
|
+
"displayName": "InfoDialog",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"title": {
|
|
11
|
+
"defaultValue": null,
|
|
12
|
+
"description": "Title rendered inside the dialog header.\n\nWhen passed as a string, the dialog's accessible name is derived from\nthe string automatically. When passed as a ReactNode (for example a\ncomposed heading with an icon or badge), consumers remain responsible\nfor any additional a11y affordances their composition requires.",
|
|
13
|
+
"name": "title",
|
|
14
|
+
"declarations": [
|
|
15
|
+
{
|
|
16
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/info-dialog/info-dialog.types.ts",
|
|
17
|
+
"name": "TypeLiteral"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"required": true,
|
|
21
|
+
"type": {
|
|
22
|
+
"name": "ReactNode"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"children": {
|
|
26
|
+
"defaultValue": null,
|
|
27
|
+
"description": "Content rendered inside the dialog body.\n\nLong content scrolls within the body; the header remains pinned at the\ntop of the dialog.",
|
|
28
|
+
"name": "children",
|
|
29
|
+
"declarations": [
|
|
30
|
+
{
|
|
31
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/info-dialog/info-dialog.types.ts",
|
|
32
|
+
"name": "TypeLiteral"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"required": true,
|
|
36
|
+
"type": {
|
|
37
|
+
"name": "ReactNode"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"isOpen": {
|
|
41
|
+
"defaultValue": null,
|
|
42
|
+
"description": "Whether the dialog is open (controlled mode).\n\nPair with `onOpenChange` to drive the dialog from consumer state. When\nomitted, use `defaultOpen` to start the dialog open in uncontrolled mode.",
|
|
43
|
+
"name": "isOpen",
|
|
44
|
+
"declarations": [
|
|
45
|
+
{
|
|
46
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/info-dialog/info-dialog.types.ts",
|
|
47
|
+
"name": "TypeLiteral"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"required": false,
|
|
51
|
+
"type": {
|
|
52
|
+
"name": "boolean"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"defaultOpen": {
|
|
56
|
+
"defaultValue": {
|
|
57
|
+
"value": "false"
|
|
58
|
+
},
|
|
59
|
+
"description": "Whether the dialog is open by default (uncontrolled mode).\n\nUse when the consumer does not need to observe or control the open state.\nIgnored when `isOpen` is provided.",
|
|
60
|
+
"name": "defaultOpen",
|
|
61
|
+
"declarations": [
|
|
62
|
+
{
|
|
63
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/info-dialog/info-dialog.types.ts",
|
|
64
|
+
"name": "TypeLiteral"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"required": false,
|
|
68
|
+
"type": {
|
|
69
|
+
"name": "boolean"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"onOpenChange": {
|
|
73
|
+
"defaultValue": null,
|
|
74
|
+
"description": "Callback fired when the open state changes.\n\nInvoked with `false` when the user closes the dialog via the close\nbutton in the header, the Escape key, or a click on the overlay.",
|
|
75
|
+
"name": "onOpenChange",
|
|
76
|
+
"declarations": [
|
|
77
|
+
{
|
|
78
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/info-dialog/info-dialog.types.ts",
|
|
79
|
+
"name": "TypeLiteral"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"required": false,
|
|
83
|
+
"type": {
|
|
84
|
+
"name": "((isOpen: boolean) => void)"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"aria-label": {
|
|
88
|
+
"defaultValue": null,
|
|
89
|
+
"description": "Accessible label for the dialog, forwarded to the underlying\n`Dialog.Root`.\n\nBy default the dialog's accessible name is derived from `title`. Provide\nthis override when `title` is a composed `ReactNode` whose text content\nwould produce a confusing accessible name (for example a title that\nconcatenates inline badges or icons).",
|
|
90
|
+
"name": "aria-label",
|
|
91
|
+
"declarations": [
|
|
92
|
+
{
|
|
93
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/info-dialog/info-dialog.types.ts",
|
|
94
|
+
"name": "TypeLiteral"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"required": false,
|
|
98
|
+
"type": {
|
|
99
|
+
"name": "string"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"supportsStyleProps": false
|
|
104
|
+
}
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"description": "",
|
|
31
31
|
"name": "size",
|
|
32
32
|
"parent": {
|
|
33
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
33
|
+
"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/generated/recipes.gen.d.ts",
|
|
34
34
|
"name": "NimbusCodeVariant"
|
|
35
35
|
},
|
|
36
36
|
"declarations": [
|
|
37
37
|
{
|
|
38
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
38
|
+
"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/generated/recipes.gen.d.ts",
|
|
39
39
|
"name": "NimbusCodeVariant"
|
|
40
40
|
}
|
|
41
41
|
],
|