@commercetools/nimbus-mcp 2.11.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 +1421 -605
- package/data/docs/routes/components-data-display-card.json +71 -5
- 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-feedback-toast.json +1 -1
- package/data/docs/routes/components-inputs-checkbox.json +2 -2
- package/data/docs/routes/components-layout-defaultpage.json +4 -4
- package/data/docs/routes/components-layout-modalpage.json +4 -4
- package/data/docs/routes/components-layout-scrollarea.json +3 -3
- package/data/docs/routes/components-layout-splitter.json +654 -0
- package/data/docs/routes/components-media-avatar.json +24 -2
- 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-form-action-bar.json +412 -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-info-dialog.json +315 -0
- package/data/docs/routes/patterns-dialogs.json +78 -0
- 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 +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 +97 -97
- package/data/docs/types/Calendar.json +111 -65
- 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 +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/FormActionBar.json +200 -0
- 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/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 +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 +6 -6
- 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 +32 -2
- package/data/docs/types/toast.json +0 -15
- 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 +7 -7
|
@@ -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
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "The placement of the tooltip with respect to the trigger.",
|
|
32
32
|
"name": "placement",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
34
|
+
"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/Tooltip.d.ts",
|
|
35
35
|
"name": "TooltipProps"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
39
|
+
"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/Tooltip.d.ts",
|
|
40
40
|
"name": "TooltipProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -119,12 +119,12 @@
|
|
|
119
119
|
"description": "Whether the element is rendered.",
|
|
120
120
|
"name": "isOpen",
|
|
121
121
|
"parent": {
|
|
122
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
122
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.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
123
|
"name": "PositionProps"
|
|
124
124
|
},
|
|
125
125
|
"declarations": [
|
|
126
126
|
{
|
|
127
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
127
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.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
128
|
"name": "PositionProps"
|
|
129
129
|
}
|
|
130
130
|
],
|
|
@@ -140,12 +140,12 @@
|
|
|
140
140
|
"description": "The placement padding that should be applied between the element and its\nsurrounding container.",
|
|
141
141
|
"name": "containerPadding",
|
|
142
142
|
"parent": {
|
|
143
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
143
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.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",
|
|
144
144
|
"name": "PositionProps"
|
|
145
145
|
},
|
|
146
146
|
"declarations": [
|
|
147
147
|
{
|
|
148
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
148
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.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",
|
|
149
149
|
"name": "PositionProps"
|
|
150
150
|
}
|
|
151
151
|
],
|
|
@@ -161,12 +161,12 @@
|
|
|
161
161
|
"description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
|
|
162
162
|
"name": "crossOffset",
|
|
163
163
|
"parent": {
|
|
164
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
164
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.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",
|
|
165
165
|
"name": "PositionProps"
|
|
166
166
|
},
|
|
167
167
|
"declarations": [
|
|
168
168
|
{
|
|
169
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
169
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.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",
|
|
170
170
|
"name": "PositionProps"
|
|
171
171
|
}
|
|
172
172
|
],
|
|
@@ -182,12 +182,12 @@
|
|
|
182
182
|
"description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
|
|
183
183
|
"name": "shouldFlip",
|
|
184
184
|
"parent": {
|
|
185
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
185
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.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",
|
|
186
186
|
"name": "PositionProps"
|
|
187
187
|
},
|
|
188
188
|
"declarations": [
|
|
189
189
|
{
|
|
190
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
190
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.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",
|
|
191
191
|
"name": "PositionProps"
|
|
192
192
|
}
|
|
193
193
|
],
|
|
@@ -198,15 +198,15 @@
|
|
|
198
198
|
},
|
|
199
199
|
"triggerRef": {
|
|
200
200
|
"defaultValue": null,
|
|
201
|
-
"description": "The ref for the element which the tooltip positions itself with respect to.\n\nWhen used within a TooltipTrigger this is set automatically. It is only required when used
|
|
201
|
+
"description": "The ref for the element which the tooltip positions itself with respect to.\n\nWhen used within a TooltipTrigger this is set automatically. It is only required when used\nstandalone.",
|
|
202
202
|
"name": "triggerRef",
|
|
203
203
|
"parent": {
|
|
204
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
204
|
+
"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/Tooltip.d.ts",
|
|
205
205
|
"name": "TooltipProps"
|
|
206
206
|
},
|
|
207
207
|
"declarations": [
|
|
208
208
|
{
|
|
209
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
209
|
+
"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/Tooltip.d.ts",
|
|
210
210
|
"name": "TooltipProps"
|
|
211
211
|
}
|
|
212
212
|
],
|
|
@@ -222,12 +222,12 @@
|
|
|
222
222
|
"description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
|
|
223
223
|
"name": "arrowBoundaryOffset",
|
|
224
224
|
"parent": {
|
|
225
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
225
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.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",
|
|
226
226
|
"name": "AriaPositionProps"
|
|
227
227
|
},
|
|
228
228
|
"declarations": [
|
|
229
229
|
{
|
|
230
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
230
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.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",
|
|
231
231
|
"name": "AriaPositionProps"
|
|
232
232
|
}
|
|
233
233
|
],
|
|
@@ -241,12 +241,12 @@
|
|
|
241
241
|
"description": "Whether the tooltip is currently performing an entry animation.",
|
|
242
242
|
"name": "isEntering",
|
|
243
243
|
"parent": {
|
|
244
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
244
|
+
"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/Tooltip.d.ts",
|
|
245
245
|
"name": "TooltipProps"
|
|
246
246
|
},
|
|
247
247
|
"declarations": [
|
|
248
248
|
{
|
|
249
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
249
|
+
"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/Tooltip.d.ts",
|
|
250
250
|
"name": "TooltipProps"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
@@ -260,12 +260,12 @@
|
|
|
260
260
|
"description": "Whether the tooltip is currently performing an exit animation.",
|
|
261
261
|
"name": "isExiting",
|
|
262
262
|
"parent": {
|
|
263
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
263
|
+
"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/Tooltip.d.ts",
|
|
264
264
|
"name": "TooltipProps"
|
|
265
265
|
},
|
|
266
266
|
"declarations": [
|
|
267
267
|
{
|
|
268
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
268
|
+
"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/Tooltip.d.ts",
|
|
269
269
|
"name": "TooltipProps"
|
|
270
270
|
}
|
|
271
271
|
],
|
|
@@ -278,15 +278,15 @@
|
|
|
278
278
|
"defaultValue": {
|
|
279
279
|
"value": "document.body"
|
|
280
280
|
},
|
|
281
|
-
"description": "The container element in which the overlay portal will be placed. This may have unknown
|
|
281
|
+
"description": "The container element in which the overlay portal will be placed. This may have unknown\nbehavior depending on where it is portalled to.\n@deprecated - Use a parent UNSAFE_PortalProvider to set your portal container instead.",
|
|
282
282
|
"name": "UNSTABLE_portalContainer",
|
|
283
283
|
"parent": {
|
|
284
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
284
|
+
"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/Tooltip.d.ts",
|
|
285
285
|
"name": "TooltipProps"
|
|
286
286
|
},
|
|
287
287
|
"declarations": [
|
|
288
288
|
{
|
|
289
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
289
|
+
"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/Tooltip.d.ts",
|
|
290
290
|
"name": "TooltipProps"
|
|
291
291
|
}
|
|
292
292
|
],
|
|
@@ -300,12 +300,12 @@
|
|
|
300
300
|
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
301
301
|
"name": "defaultOpen",
|
|
302
302
|
"parent": {
|
|
303
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
303
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
304
304
|
"name": "OverlayTriggerProps"
|
|
305
305
|
},
|
|
306
306
|
"declarations": [
|
|
307
307
|
{
|
|
308
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
308
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
309
309
|
"name": "OverlayTriggerProps"
|
|
310
310
|
}
|
|
311
311
|
],
|
|
@@ -319,12 +319,12 @@
|
|
|
319
319
|
"description": "Handler that is called when the overlay's open state changes.",
|
|
320
320
|
"name": "onOpenChange",
|
|
321
321
|
"parent": {
|
|
322
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
322
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
323
323
|
"name": "OverlayTriggerProps"
|
|
324
324
|
},
|
|
325
325
|
"declarations": [
|
|
326
326
|
{
|
|
327
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
327
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
328
328
|
"name": "OverlayTriggerProps"
|
|
329
329
|
}
|
|
330
330
|
],
|
|
@@ -335,15 +335,15 @@
|
|
|
335
335
|
},
|
|
336
336
|
"render": {
|
|
337
337
|
"defaultValue": null,
|
|
338
|
-
"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
|
|
338
|
+
"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.",
|
|
339
339
|
"name": "render",
|
|
340
340
|
"parent": {
|
|
341
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
341
|
+
"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",
|
|
342
342
|
"name": "DOMRenderProps"
|
|
343
343
|
},
|
|
344
344
|
"declarations": [
|
|
345
345
|
{
|
|
346
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
346
|
+
"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",
|
|
347
347
|
"name": "DOMRenderProps"
|
|
348
348
|
}
|
|
349
349
|
],
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "Whether the tooltip should be disabled, independent from the trigger.",
|
|
11
11
|
"name": "isDisabled",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/tooltip/useTooltipTriggerState.d.ts",
|
|
14
14
|
"name": "TooltipTriggerProps"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/tooltip/useTooltipTriggerState.d.ts",
|
|
19
19
|
"name": "TooltipTriggerProps"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"defaultValue": {
|
|
29
29
|
"value": "300"
|
|
30
30
|
},
|
|
31
|
-
"description": "The delay time for the tooltip to show up. [See
|
|
31
|
+
"description": "The delay time for the tooltip to show up. [See\nguidelines](https://spectrum.adobe.com/page/tooltip/#Immediate-or-delayed-appearance).",
|
|
32
32
|
"name": "delay",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/tooltip/useTooltipTriggerState.d.ts",
|
|
35
35
|
"name": "TooltipTriggerProps"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/tooltip/useTooltipTriggerState.d.ts",
|
|
40
40
|
"name": "TooltipTriggerProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"defaultValue": {
|
|
50
50
|
"value": "200"
|
|
51
51
|
},
|
|
52
|
-
"description": "The delay time for the tooltip to close. [See
|
|
52
|
+
"description": "The delay time for the tooltip to close. [See\nguidelines](https://spectrum.adobe.com/page/tooltip/#Warmup-and-cooldown).",
|
|
53
53
|
"name": "closeDelay",
|
|
54
54
|
"parent": {
|
|
55
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
55
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/tooltip/useTooltipTriggerState.d.ts",
|
|
56
56
|
"name": "TooltipTriggerProps"
|
|
57
57
|
},
|
|
58
58
|
"declarations": [
|
|
59
59
|
{
|
|
60
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
60
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/tooltip/useTooltipTriggerState.d.ts",
|
|
61
61
|
"name": "TooltipTriggerProps"
|
|
62
62
|
}
|
|
63
63
|
],
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
"description": "By default, opens for both focus and hover. Can be made to open only for focus.",
|
|
74
74
|
"name": "trigger",
|
|
75
75
|
"parent": {
|
|
76
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
76
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/tooltip/useTooltipTriggerState.d.ts",
|
|
77
77
|
"name": "TooltipTriggerProps"
|
|
78
78
|
},
|
|
79
79
|
"declarations": [
|
|
80
80
|
{
|
|
81
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
81
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/tooltip/useTooltipTriggerState.d.ts",
|
|
82
82
|
"name": "TooltipTriggerProps"
|
|
83
83
|
}
|
|
84
84
|
],
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"description": "Whether the tooltip should close when the trigger is pressed.",
|
|
104
104
|
"name": "shouldCloseOnPress",
|
|
105
105
|
"parent": {
|
|
106
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
106
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/tooltip/useTooltipTriggerState.d.ts",
|
|
107
107
|
"name": "TooltipTriggerProps"
|
|
108
108
|
},
|
|
109
109
|
"declarations": [
|
|
110
110
|
{
|
|
111
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
111
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/tooltip/useTooltipTriggerState.d.ts",
|
|
112
112
|
"name": "TooltipTriggerProps"
|
|
113
113
|
}
|
|
114
114
|
],
|
|
@@ -122,12 +122,12 @@
|
|
|
122
122
|
"description": "Whether the overlay is open by default (controlled).",
|
|
123
123
|
"name": "isOpen",
|
|
124
124
|
"parent": {
|
|
125
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
125
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
126
126
|
"name": "OverlayTriggerProps"
|
|
127
127
|
},
|
|
128
128
|
"declarations": [
|
|
129
129
|
{
|
|
130
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
130
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
131
131
|
"name": "OverlayTriggerProps"
|
|
132
132
|
}
|
|
133
133
|
],
|
|
@@ -141,12 +141,12 @@
|
|
|
141
141
|
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
142
142
|
"name": "defaultOpen",
|
|
143
143
|
"parent": {
|
|
144
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
144
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
145
145
|
"name": "OverlayTriggerProps"
|
|
146
146
|
},
|
|
147
147
|
"declarations": [
|
|
148
148
|
{
|
|
149
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
149
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
150
150
|
"name": "OverlayTriggerProps"
|
|
151
151
|
}
|
|
152
152
|
],
|
|
@@ -160,12 +160,12 @@
|
|
|
160
160
|
"description": "Handler that is called when the overlay's open state changes.",
|
|
161
161
|
"name": "onOpenChange",
|
|
162
162
|
"parent": {
|
|
163
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
163
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
164
164
|
"name": "OverlayTriggerProps"
|
|
165
165
|
},
|
|
166
166
|
"declarations": [
|
|
167
167
|
{
|
|
168
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
168
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
|
|
169
169
|
"name": "OverlayTriggerProps"
|
|
170
170
|
}
|
|
171
171
|
],
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"name": "type",
|
|
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": "AnchorHTMLAttributes"
|
|
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": "AnchorHTMLAttributes"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"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}",
|
|
47
47
|
"name": "ref",
|
|
48
48
|
"parent": {
|
|
49
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
49
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
50
50
|
"name": "RefAttributes"
|
|
51
51
|
},
|
|
52
52
|
"declarations": [
|
|
53
53
|
{
|
|
54
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
54
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
55
55
|
"name": "RefAttributes"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {},
|
|
3
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
4
|
+
"description": "Full configuration for the `useDragAndDrop` hook.\nExtends consumer-facing props with component-specific state mutation callbacks.",
|
|
5
|
+
"displayName": "UseDragAndDropOptions",
|
|
6
|
+
"methods": [],
|
|
7
|
+
"props": {},
|
|
8
|
+
"supportsStyleProps": false
|
|
9
|
+
}
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"props": {
|
|
10
10
|
"id": {
|
|
11
11
|
"defaultValue": null,
|
|
12
|
-
"description": "The element's unique identifier. See
|
|
12
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
13
13
|
"name": "id",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
15
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
16
16
|
"name": "DOMProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
20
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
21
21
|
"name": "DOMProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "The content to visually hide.",
|
|
32
32
|
"name": "children",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
|
|
35
35
|
"name": "VisuallyHiddenProps"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
|
|
40
40
|
"name": "VisuallyHiddenProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"description": "Whether the element should become visible on focus, for example skip links.",
|
|
51
51
|
"name": "isFocusable",
|
|
52
52
|
"parent": {
|
|
53
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
53
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
|
|
54
54
|
"name": "VisuallyHiddenProps"
|
|
55
55
|
},
|
|
56
56
|
"declarations": [
|
|
57
57
|
{
|
|
58
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
58
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
|
|
59
59
|
"name": "VisuallyHiddenProps"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"param": "setItems - The state setter from `useState`\ngetKey - Function to extract a unique key from an item.\nDefaults to `(item) => item.key ?? item.id`.",
|
|
4
|
+
"example": "```tsx\nconst [items, setItems] = useState(initialItems);\nconst { dragAndDropHooks } = useDragAndDrop({\n ...createArrayHandlers(setItems, (item) => item.key),\n});\n```"
|
|
5
|
+
},
|
|
6
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
7
|
+
"description": "Creates state mutation callbacks for use with plain `useState` arrays.\nSpread the result into `useDragAndDrop` options.",
|
|
8
|
+
"displayName": "createArrayHandlers",
|
|
9
|
+
"methods": [],
|
|
10
|
+
"props": {},
|
|
11
|
+
"supportsStyleProps": false
|
|
12
|
+
}
|