@commercetools/nimbus-mcp 3.0.0 → 3.1.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 +1407 -794
- package/data/docs/routes/components-data-display-data-table.json +66 -34
- package/data/docs/routes/components-data-display-draggable-list.json +62 -7
- package/data/docs/routes/components-inputs-checkbox.json +2 -2
- package/data/docs/routes/components-layout-splitter.json +654 -0
- package/data/docs/routes/components-utilities-region.json +265 -0
- package/data/docs/routes/home-getting-started-bundler-plugins.json +248 -0
- package/data/docs/routes/hooks-usedraganddrop.json +310 -0
- package/data/docs/routes/patterns-actions.json +78 -0
- package/data/docs/routes/patterns-dialogs-confirmation-dialog.json +391 -0
- package/data/docs/routes/patterns-dialogs-form-dialog.json +358 -0
- package/data/docs/routes/patterns-dialogs.json +2 -2
- package/data/docs/routes/patterns-pages-public-page-layout.json +371 -0
- package/data/docs/routes/patterns-pages.json +78 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +32 -32
- package/data/docs/types/AccordionHeader.json +102 -102
- package/data/docs/types/AccordionItem.json +28 -28
- package/data/docs/types/AccordionRoot.json +15 -15
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +89 -89
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +2 -2
- 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 +97 -97
- package/data/docs/types/Calendar.json +111 -65
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/CardRoot.json +2 -2
- package/data/docs/types/Cell.json +20 -20
- package/data/docs/types/Checkbox.json +99 -99
- package/data/docs/types/Code.json +10 -10
- package/data/docs/types/CollapsibleMotionContent.json +2 -2
- package/data/docs/types/CollapsibleMotionRoot.json +2 -2
- package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
- package/data/docs/types/Column.json +8 -8
- package/data/docs/types/ColumnGroup.json +8 -8
- package/data/docs/types/ColumnHeader.json +18 -18
- package/data/docs/types/ComboBoxListBox.json +80 -80
- package/data/docs/types/ComboBoxOption.json +77 -77
- package/data/docs/types/ComboBoxPopover.json +77 -77
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +29 -29
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/ConfirmationDialog.json +224 -0
- package/data/docs/types/Content.json +2 -2
- package/data/docs/types/DataTable.json +17 -2
- package/data/docs/types/DataTableBody.json +24 -24
- package/data/docs/types/DataTableHeader.json +31 -31
- package/data/docs/types/DataTableRoot.json +17 -2
- package/data/docs/types/DataTableTable.json +35 -20
- package/data/docs/types/DateInput.json +84 -84
- package/data/docs/types/DatePicker.json +65 -65
- package/data/docs/types/DateRangePicker.json +99 -99
- package/data/docs/types/DateRangePickerField.json +99 -99
- package/data/docs/types/DefaultPageBackLink.json +16 -16
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +87 -87
- package/data/docs/types/DialogTrigger.json +2 -2
- package/data/docs/types/DragAndDropItemData.json +9 -0
- package/data/docs/types/DragAndDropProps.json +9 -0
- package/data/docs/types/DraggableListField.json +159 -70
- package/data/docs/types/DraggableListItem.json +63 -63
- package/data/docs/types/DraggableListRoot.json +159 -70
- package/data/docs/types/DrawerCloseTrigger.json +87 -87
- package/data/docs/types/DrawerTrigger.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/FormDialog.json +198 -0
- package/data/docs/types/FormFieldRoot.json +2 -2
- package/data/docs/types/Grid.json +24 -24
- package/data/docs/types/Group.json +12 -12
- 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 +97 -97
- package/data/docs/types/IconToggleButton.json +84 -84
- package/data/docs/types/Image.json +30 -30
- package/data/docs/types/Indicator.json +6 -6
- 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 +31 -31
- 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/MakeElementFocusable.json +19 -19
- package/data/docs/types/MenuItem.json +75 -75
- package/data/docs/types/MenuRoot.json +63 -63
- package/data/docs/types/MenuSection.json +35 -54
- package/data/docs/types/MenuSubmenuTrigger.json +5 -5
- package/data/docs/types/MenuTrigger.json +102 -102
- package/data/docs/types/MultilineTextInput.json +134 -134
- package/data/docs/types/MultilineTextInputField.json +131 -131
- package/data/docs/types/NumberInput.json +100 -100
- package/data/docs/types/NumberInputField.json +95 -95
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +129 -129
- package/data/docs/types/PasswordInputField.json +129 -129
- package/data/docs/types/ProgressBar.json +14 -14
- package/data/docs/types/PublicPageLayout.json +99 -0
- package/data/docs/types/RadioInputOption.json +64 -64
- package/data/docs/types/RadioInputRoot.json +55 -55
- package/data/docs/types/RangeCalendar.json +90 -71
- package/data/docs/types/Region.json +114 -0
- package/data/docs/types/RegionProvider.json +25 -0
- package/data/docs/types/RegionTarget.json +112 -0
- 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/SPLITTER_SIZE_TOKENS.json +9 -0
- package/data/docs/types/ScrollArea.json +2 -2
- package/data/docs/types/SearchInput.json +136 -136
- package/data/docs/types/SearchInputField.json +131 -131
- package/data/docs/types/SelectOption.json +66 -66
- package/data/docs/types/SelectOptionGroup.json +22 -22
- package/data/docs/types/SelectOptions.json +74 -74
- package/data/docs/types/SelectRoot.json +102 -102
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SplitButton.json +12 -12
- package/data/docs/types/Splitter.json +12 -0
- package/data/docs/types/SplitterAside.json +27 -0
- package/data/docs/types/SplitterHandle.json +27 -0
- package/data/docs/types/SplitterMain.json +27 -0
- package/data/docs/types/SplitterRoot.json +271 -0
- package/data/docs/types/SplitterSizeToken.json +9 -0
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsNextTrigger.json +2 -2
- package/data/docs/types/StepsPrevTrigger.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/StepsTrigger.json +2 -2
- package/data/docs/types/Switch.json +38 -38
- package/data/docs/types/TabNavItem.json +18 -18
- 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 +20 -20
- package/data/docs/types/TableColumn.json +8 -8
- package/data/docs/types/TableColumnGroup.json +8 -8
- package/data/docs/types/TableColumnHeader.json +18 -18
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +32 -32
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsTab.json +2 -2
- package/data/docs/types/TagGroupRoot.json +27 -27
- package/data/docs/types/TagGroupTag.json +68 -68
- package/data/docs/types/TagGroupTagList.json +18 -18
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +132 -132
- package/data/docs/types/TextInputField.json +129 -129
- package/data/docs/types/TimeInput.json +78 -78
- package/data/docs/types/ToggleButton.json +86 -86
- package/data/docs/types/ToggleButtonGroupButton.json +33 -33
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +12 -12
- package/data/docs/types/TooltipContent.json +31 -31
- package/data/docs/types/TooltipRoot.json +18 -18
- package/data/docs/types/Trigger.json +4 -4
- package/data/docs/types/UseDragAndDropOptions.json +9 -0
- package/data/docs/types/VisuallyHidden.json +7 -7
- package/data/docs/types/createArrayHandlers.json +12 -0
- package/data/docs/types/createItemsFromCsvDrop.json +833 -0
- package/data/docs/types/createItemsFromDirectoryDrop.json +833 -0
- package/data/docs/types/createItemsFromFileDrop.json +833 -0
- package/data/docs/types/createItemsFromImageDrop.json +833 -0
- package/data/docs/types/createItemsFromJsonDrop.json +833 -0
- package/data/docs/types/createItemsFromTextDrop.json +12 -0
- package/data/docs/types/createListDataHandlers.json +102 -0
- package/data/docs/types/manifest.json +29 -2
- package/data/docs/types/useDragAndDrop.json +174 -0
- package/data/docs/types/useRegion.json +1052 -0
- package/data/docs/types/useResponsiveSplitterSizes.json +143 -0
- package/package.json +6 -6
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "",
|
|
14
14
|
"name": "as",
|
|
15
15
|
"parent": {
|
|
16
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
16
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
17
17
|
"name": "PolymorphicProps"
|
|
18
18
|
},
|
|
19
19
|
"declarations": [
|
|
20
20
|
{
|
|
21
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
21
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
22
22
|
"name": "PolymorphicProps"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"description": "",
|
|
33
33
|
"name": "asChild",
|
|
34
34
|
"parent": {
|
|
35
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
35
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
36
36
|
"name": "PolymorphicProps"
|
|
37
37
|
},
|
|
38
38
|
"declarations": [
|
|
39
39
|
{
|
|
40
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
40
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
41
41
|
"name": "PolymorphicProps"
|
|
42
42
|
}
|
|
43
43
|
],
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"description": "",
|
|
52
52
|
"name": "css",
|
|
53
53
|
"parent": {
|
|
54
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
54
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
55
55
|
"name": "JsxStyleProps"
|
|
56
56
|
},
|
|
57
57
|
"declarations": [
|
|
58
58
|
{
|
|
59
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
59
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
60
60
|
"name": "JsxStyleProps"
|
|
61
61
|
}
|
|
62
62
|
],
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
105
105
|
"name": "unstyled",
|
|
106
106
|
"parent": {
|
|
107
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
107
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
108
108
|
"name": "UnstyledProp"
|
|
109
109
|
},
|
|
110
110
|
"declarations": [
|
|
111
111
|
{
|
|
112
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
112
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
113
113
|
"name": "UnstyledProp"
|
|
114
114
|
}
|
|
115
115
|
],
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"defaultValue": {
|
|
13
13
|
"value": "'react-aria-ListBox'"
|
|
14
14
|
},
|
|
15
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
15
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
|
|
16
16
|
"name": "className",
|
|
17
17
|
"parent": {
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
|
|
19
19
|
"name": "ListBoxProps"
|
|
20
20
|
},
|
|
21
21
|
"declarations": [
|
|
22
22
|
{
|
|
23
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
23
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
|
|
24
24
|
"name": "ListBoxProps"
|
|
25
25
|
}
|
|
26
26
|
],
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"description": "The unique id of the section.",
|
|
35
35
|
"name": "id",
|
|
36
36
|
"parent": {
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
38
38
|
"name": "SectionProps"
|
|
39
39
|
},
|
|
40
40
|
"declarations": [
|
|
41
41
|
{
|
|
42
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
42
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
43
43
|
"name": "SectionProps"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
},
|
|
51
51
|
"value": {
|
|
52
52
|
"defaultValue": null,
|
|
53
|
-
"description": "The object value that this section represents. When using dynamic collections, this is set
|
|
53
|
+
"description": "The object value that this section represents. When using dynamic collections, this is set\nautomatically.",
|
|
54
54
|
"name": "value",
|
|
55
55
|
"parent": {
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
57
57
|
"name": "SectionProps"
|
|
58
58
|
},
|
|
59
59
|
"declarations": [
|
|
60
60
|
{
|
|
61
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
61
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
62
62
|
"name": "SectionProps"
|
|
63
63
|
}
|
|
64
64
|
],
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"description": "The contents of the collection.",
|
|
73
73
|
"name": "children",
|
|
74
74
|
"parent": {
|
|
75
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
75
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
76
76
|
"name": "CollectionProps"
|
|
77
77
|
},
|
|
78
78
|
"declarations": [
|
|
79
79
|
{
|
|
80
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
80
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
81
81
|
"name": "CollectionProps"
|
|
82
82
|
}
|
|
83
83
|
],
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
92
92
|
"name": "dependencies",
|
|
93
93
|
"parent": {
|
|
94
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
94
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
95
95
|
"name": "CollectionProps"
|
|
96
96
|
},
|
|
97
97
|
"declarations": [
|
|
98
98
|
{
|
|
99
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
99
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
100
100
|
"name": "CollectionProps"
|
|
101
101
|
}
|
|
102
102
|
],
|
|
@@ -110,12 +110,12 @@
|
|
|
110
110
|
"description": "An accessibility label for the section.",
|
|
111
111
|
"name": "aria-label",
|
|
112
112
|
"parent": {
|
|
113
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
113
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
114
114
|
"name": "SectionProps"
|
|
115
115
|
},
|
|
116
116
|
"declarations": [
|
|
117
117
|
{
|
|
118
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
118
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
119
119
|
"name": "SectionProps"
|
|
120
120
|
}
|
|
121
121
|
],
|
|
@@ -129,12 +129,12 @@
|
|
|
129
129
|
"description": "Item objects in the collection.",
|
|
130
130
|
"name": "items",
|
|
131
131
|
"parent": {
|
|
132
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
132
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
133
133
|
"name": "CollectionBase"
|
|
134
134
|
},
|
|
135
135
|
"declarations": [
|
|
136
136
|
{
|
|
137
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
137
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
138
138
|
"name": "CollectionBase"
|
|
139
139
|
}
|
|
140
140
|
],
|
|
@@ -145,15 +145,15 @@
|
|
|
145
145
|
},
|
|
146
146
|
"style": {
|
|
147
147
|
"defaultValue": null,
|
|
148
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
148
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
|
|
149
149
|
"name": "style",
|
|
150
150
|
"parent": {
|
|
151
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
151
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
152
152
|
"name": "StyleRenderProps"
|
|
153
153
|
},
|
|
154
154
|
"declarations": [
|
|
155
155
|
{
|
|
156
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
156
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
157
157
|
"name": "StyleRenderProps"
|
|
158
158
|
}
|
|
159
159
|
],
|
|
@@ -164,15 +164,15 @@
|
|
|
164
164
|
},
|
|
165
165
|
"render": {
|
|
166
166
|
"defaultValue": null,
|
|
167
|
-
"description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n
|
|
167
|
+
"description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n- You must render the expected element type (e.g. if `<button>` is expected, you cannot render an\n `<a>`).\n- Only a single root DOM element can be rendered (no fragments).\n- You must pass through props and ref to the underlying DOM element, merging with your own prop\n as appropriate.",
|
|
168
168
|
"name": "render",
|
|
169
169
|
"parent": {
|
|
170
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
170
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
171
171
|
"name": "DOMRenderProps"
|
|
172
172
|
},
|
|
173
173
|
"declarations": [
|
|
174
174
|
{
|
|
175
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
175
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
176
176
|
"name": "DOMRenderProps"
|
|
177
177
|
}
|
|
178
178
|
],
|
|
@@ -186,12 +186,12 @@
|
|
|
186
186
|
"description": "",
|
|
187
187
|
"name": "as",
|
|
188
188
|
"parent": {
|
|
189
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
189
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
190
190
|
"name": "PolymorphicProps"
|
|
191
191
|
},
|
|
192
192
|
"declarations": [
|
|
193
193
|
{
|
|
194
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
194
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
195
195
|
"name": "PolymorphicProps"
|
|
196
196
|
}
|
|
197
197
|
],
|
|
@@ -205,12 +205,12 @@
|
|
|
205
205
|
"description": "",
|
|
206
206
|
"name": "asChild",
|
|
207
207
|
"parent": {
|
|
208
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
208
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
209
209
|
"name": "PolymorphicProps"
|
|
210
210
|
},
|
|
211
211
|
"declarations": [
|
|
212
212
|
{
|
|
213
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
213
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
214
214
|
"name": "PolymorphicProps"
|
|
215
215
|
}
|
|
216
216
|
],
|
|
@@ -224,12 +224,12 @@
|
|
|
224
224
|
"description": "",
|
|
225
225
|
"name": "css",
|
|
226
226
|
"parent": {
|
|
227
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
227
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
228
228
|
"name": "JsxStyleProps"
|
|
229
229
|
},
|
|
230
230
|
"declarations": [
|
|
231
231
|
{
|
|
232
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
232
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
233
233
|
"name": "JsxStyleProps"
|
|
234
234
|
}
|
|
235
235
|
],
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"name": "TypeLiteral"
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
266
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
267
267
|
"name": "RefAttributes"
|
|
268
268
|
}
|
|
269
269
|
],
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "",
|
|
14
14
|
"name": "css",
|
|
15
15
|
"parent": {
|
|
16
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
16
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
17
17
|
"name": "JsxStyleProps"
|
|
18
18
|
},
|
|
19
19
|
"declarations": [
|
|
20
20
|
{
|
|
21
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
21
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
22
22
|
"name": "JsxStyleProps"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"description": "",
|
|
33
33
|
"name": "as",
|
|
34
34
|
"parent": {
|
|
35
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
35
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
36
36
|
"name": "PolymorphicProps"
|
|
37
37
|
},
|
|
38
38
|
"declarations": [
|
|
39
39
|
{
|
|
40
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
40
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
41
41
|
"name": "PolymorphicProps"
|
|
42
42
|
}
|
|
43
43
|
],
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"description": "",
|
|
52
52
|
"name": "asChild",
|
|
53
53
|
"parent": {
|
|
54
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
54
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
55
55
|
"name": "PolymorphicProps"
|
|
56
56
|
},
|
|
57
57
|
"declarations": [
|
|
58
58
|
{
|
|
59
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
59
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
60
60
|
"name": "PolymorphicProps"
|
|
61
61
|
}
|
|
62
62
|
],
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"example": "```tsx\nconst [isOpen, setIsOpen] = useState(false);\n\n<ConfirmationDialog\n title=\"Delete project\"\n intent=\"destructive\"\n isOpen={isOpen}\n onOpenChange={setIsOpen}\n onConfirm={handleDelete}\n onCancel={() => setIsOpen(false)}\n>\n <Text>This action cannot be undone.</Text>\n</ConfirmationDialog>\n```"
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "# ConfirmationDialog\n\nA pre-composed confirm/cancel dialog pattern built on top of the Nimbus\n`Dialog` and `Button` primitives. Exposes a flat API\n(`title`, `children`, `onConfirm`, `onCancel`, plus optional state, label,\nintent, and accessibility props) for the common case of asking the user\n\"are you sure?\" before a confirm/cancel action.\n\nClose affordances: clicking the cancel button, the X button in the\nheader, pressing Escape, or clicking the overlay all invoke `onCancel`\nand `onOpenChange(false)`. Clicking the confirm button invokes\n`onConfirm` and then closes — synchronously for `void` returns, or\nafter the returned `Promise` fulfills for async confirms; rejected\npromises leave the dialog open. The confirm path never fires\n`onCancel`.\n\nWhen `isConfirmLoading` is `true` the entire dialog is locked: the\nconfirm button shows a spinner and is disabled, the cancel button is\ndisabled, and Escape / overlay click / close-button click are all\nsuppressed.",
|
|
7
|
+
"displayName": "ConfirmationDialog",
|
|
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), pair with `aria-label` if\nthe composed markup would not produce a meaningful accessible name.",
|
|
13
|
+
"name": "title",
|
|
14
|
+
"declarations": [
|
|
15
|
+
{
|
|
16
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-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 and footer remain\npinned at the top and bottom of the dialog respectively.",
|
|
28
|
+
"name": "children",
|
|
29
|
+
"declarations": [
|
|
30
|
+
{
|
|
31
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
32
|
+
"name": "TypeLiteral"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"required": true,
|
|
36
|
+
"type": {
|
|
37
|
+
"name": "ReactNode"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"onConfirm": {
|
|
41
|
+
"defaultValue": null,
|
|
42
|
+
"description": "Callback fired when the user explicitly confirms by clicking the\nconfirm button. Not invoked when the dialog is dismissed via the\ncancel button, the close button in the header, the Escape key, or\nan overlay click.\n\nIf the callback returns a `Promise`, the dialog stays open while\nthe promise is pending and closes automatically when it\nfulfills. If the promise rejects, the dialog stays open so the\nconsumer can surface the error and let the user retry — pair\nwith `isConfirmLoading` to render the spinner / lockout while\nthe promise is in flight.",
|
|
43
|
+
"name": "onConfirm",
|
|
44
|
+
"declarations": [
|
|
45
|
+
{
|
|
46
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
47
|
+
"name": "TypeLiteral"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"required": true,
|
|
51
|
+
"type": {
|
|
52
|
+
"name": "() => void | Promise<void>"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"onCancel": {
|
|
56
|
+
"defaultValue": null,
|
|
57
|
+
"description": "Callback fired when the user cancels — by clicking the cancel button,\nthe close button in the header, pressing Escape, or clicking the\noverlay. Always paired with `onOpenChange(false)` so consumers can\ndistinguish a semantic cancel from a generic open-state change.",
|
|
58
|
+
"name": "onCancel",
|
|
59
|
+
"declarations": [
|
|
60
|
+
{
|
|
61
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
62
|
+
"name": "TypeLiteral"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"required": true,
|
|
66
|
+
"type": {
|
|
67
|
+
"name": "() => void"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"isOpen": {
|
|
71
|
+
"defaultValue": null,
|
|
72
|
+
"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.",
|
|
73
|
+
"name": "isOpen",
|
|
74
|
+
"declarations": [
|
|
75
|
+
{
|
|
76
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
77
|
+
"name": "TypeLiteral"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"required": false,
|
|
81
|
+
"type": {
|
|
82
|
+
"name": "boolean"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"defaultOpen": {
|
|
86
|
+
"defaultValue": {
|
|
87
|
+
"value": "false"
|
|
88
|
+
},
|
|
89
|
+
"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.",
|
|
90
|
+
"name": "defaultOpen",
|
|
91
|
+
"declarations": [
|
|
92
|
+
{
|
|
93
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
94
|
+
"name": "TypeLiteral"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"required": false,
|
|
98
|
+
"type": {
|
|
99
|
+
"name": "boolean"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"onOpenChange": {
|
|
103
|
+
"defaultValue": null,
|
|
104
|
+
"description": "Callback fired when the open state changes. Invoked with `false`\nwhenever the dialog is closed via any affordance (confirm, cancel,\nclose button, Escape, overlay click).",
|
|
105
|
+
"name": "onOpenChange",
|
|
106
|
+
"declarations": [
|
|
107
|
+
{
|
|
108
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
109
|
+
"name": "TypeLiteral"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"required": false,
|
|
113
|
+
"type": {
|
|
114
|
+
"name": "((isOpen: boolean) => void)"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"confirmLabel": {
|
|
118
|
+
"defaultValue": null,
|
|
119
|
+
"description": "Label for the confirm button.\n\nWhen omitted, the button renders the localized default\n`Nimbus.ConfirmationDialog.confirm` (\"Confirm\" in English).",
|
|
120
|
+
"name": "confirmLabel",
|
|
121
|
+
"declarations": [
|
|
122
|
+
{
|
|
123
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
124
|
+
"name": "TypeLiteral"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"required": false,
|
|
128
|
+
"type": {
|
|
129
|
+
"name": "ReactNode"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"cancelLabel": {
|
|
133
|
+
"defaultValue": null,
|
|
134
|
+
"description": "Label for the cancel button.\n\nWhen omitted, the button renders the localized default\n`Nimbus.ConfirmationDialog.cancel` (\"Cancel\" in English).",
|
|
135
|
+
"name": "cancelLabel",
|
|
136
|
+
"declarations": [
|
|
137
|
+
{
|
|
138
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
139
|
+
"name": "TypeLiteral"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"required": false,
|
|
143
|
+
"type": {
|
|
144
|
+
"name": "ReactNode"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"intent": {
|
|
148
|
+
"defaultValue": {
|
|
149
|
+
"value": "default"
|
|
150
|
+
},
|
|
151
|
+
"description": "Visual intent of the confirm action.\n\n- `\"default\"` renders the confirm button with the primary color\n palette.\n- `\"destructive\"` renders the confirm button with the critical\n color palette, suitable for delete / remove / discard flows.",
|
|
152
|
+
"name": "intent",
|
|
153
|
+
"declarations": [
|
|
154
|
+
{
|
|
155
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
156
|
+
"name": "TypeLiteral"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"required": false,
|
|
160
|
+
"type": {
|
|
161
|
+
"name": "enum",
|
|
162
|
+
"raw": "\"default\" | \"destructive\"",
|
|
163
|
+
"value": [
|
|
164
|
+
{
|
|
165
|
+
"value": "\"default\""
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"value": "\"destructive\""
|
|
169
|
+
}
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"isConfirmDisabled": {
|
|
174
|
+
"defaultValue": {
|
|
175
|
+
"value": "false"
|
|
176
|
+
},
|
|
177
|
+
"description": "Whether the confirm button is disabled.\n\nUse to gate the confirm action on consumer-side validity (e.g. a\nrequired acknowledgement checkbox is unchecked).",
|
|
178
|
+
"name": "isConfirmDisabled",
|
|
179
|
+
"declarations": [
|
|
180
|
+
{
|
|
181
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
182
|
+
"name": "TypeLiteral"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"required": false,
|
|
186
|
+
"type": {
|
|
187
|
+
"name": "boolean"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"isConfirmLoading": {
|
|
191
|
+
"defaultValue": {
|
|
192
|
+
"value": "false"
|
|
193
|
+
},
|
|
194
|
+
"description": "Whether the confirm action is in flight.\n\nWhen `true`, the confirm button shows a loading spinner and is\ndisabled, the cancel button is also disabled, and the dialog's\ndismiss affordances (Escape, overlay click, close button) are\nsuppressed for the duration — preventing races between confirm and\ncancel.",
|
|
195
|
+
"name": "isConfirmLoading",
|
|
196
|
+
"declarations": [
|
|
197
|
+
{
|
|
198
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
199
|
+
"name": "TypeLiteral"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"required": false,
|
|
203
|
+
"type": {
|
|
204
|
+
"name": "boolean"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"aria-label": {
|
|
208
|
+
"defaultValue": null,
|
|
209
|
+
"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`.\nProvide this override when `title` is a composed `ReactNode` whose\ntext content would produce a confusing accessible name (for example\na title that concatenates inline badges or icons).",
|
|
210
|
+
"name": "aria-label",
|
|
211
|
+
"declarations": [
|
|
212
|
+
{
|
|
213
|
+
"fileName": "nimbus/packages/nimbus/src/patterns/dialogs/confirmation-dialog/confirmation-dialog.types.ts",
|
|
214
|
+
"name": "TypeLiteral"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"required": false,
|
|
218
|
+
"type": {
|
|
219
|
+
"name": "string"
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"supportsStyleProps": false
|
|
224
|
+
}
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
11
11
|
"name": "ref",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
14
14
|
"name": "RefAttributes"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
19
19
|
"name": "RefAttributes"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -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.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/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.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
19
19
|
"name": "UnstyledProp"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -71,6 +71,21 @@
|
|
|
71
71
|
"name": "Ref<HTMLDivElement>"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
|
+
"dragAndDropHooks": {
|
|
75
|
+
"defaultValue": null,
|
|
76
|
+
"description": "Drag-and-drop hooks returned by `useDragAndDrop`.\nWhen provided, enables row drag-and-drop reordering.",
|
|
77
|
+
"name": "dragAndDropHooks",
|
|
78
|
+
"declarations": [
|
|
79
|
+
{
|
|
80
|
+
"fileName": "nimbus/packages/nimbus/src/components/data-table/data-table.types.ts",
|
|
81
|
+
"name": "TypeLiteral"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"required": false,
|
|
85
|
+
"type": {
|
|
86
|
+
"name": "DragAndDropHooks"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
74
89
|
"columns": {
|
|
75
90
|
"defaultValue": null,
|
|
76
91
|
"description": "",
|