@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
|
@@ -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
|
],
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
},
|
|
32
32
|
"selectionBehavior": {
|
|
33
33
|
"defaultValue": {
|
|
34
|
-
"value": "
|
|
34
|
+
"value": "'toggle'"
|
|
35
35
|
},
|
|
36
36
|
"description": "How multiple selection should behave in the collection.",
|
|
37
37
|
"name": "selectionBehavior",
|
|
38
38
|
"parent": {
|
|
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/ListBox.d.ts",
|
|
40
40
|
"name": "ListBoxProps"
|
|
41
41
|
},
|
|
42
42
|
"declarations": [
|
|
43
43
|
{
|
|
44
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
44
|
+
"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",
|
|
45
45
|
"name": "ListBoxProps"
|
|
46
46
|
}
|
|
47
47
|
],
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dragAndDropHooks": {
|
|
63
63
|
"defaultValue": null,
|
|
64
|
-
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for
|
|
64
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for\nthe ListBox.",
|
|
65
65
|
"name": "dragAndDropHooks",
|
|
66
66
|
"parent": {
|
|
67
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
67
|
+
"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",
|
|
68
68
|
"name": "ListBoxProps"
|
|
69
69
|
},
|
|
70
70
|
"declarations": [
|
|
71
71
|
{
|
|
72
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
72
|
+
"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",
|
|
73
73
|
"name": "ListBoxProps"
|
|
74
74
|
}
|
|
75
75
|
],
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
"description": "Provides content to display when there are no items in the list.",
|
|
84
84
|
"name": "renderEmptyState",
|
|
85
85
|
"parent": {
|
|
86
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
86
|
+
"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",
|
|
87
87
|
"name": "ListBoxProps"
|
|
88
88
|
},
|
|
89
89
|
"declarations": [
|
|
90
90
|
{
|
|
91
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
91
|
+
"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",
|
|
92
92
|
"name": "ListBoxProps"
|
|
93
93
|
}
|
|
94
94
|
],
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
"description": "Whether the items are arranged in a stack or grid.",
|
|
105
105
|
"name": "layout",
|
|
106
106
|
"parent": {
|
|
107
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
107
|
+
"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",
|
|
108
108
|
"name": "ListBoxProps"
|
|
109
109
|
},
|
|
110
110
|
"declarations": [
|
|
111
111
|
{
|
|
112
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
112
|
+
"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",
|
|
113
113
|
"name": "ListBoxProps"
|
|
114
114
|
}
|
|
115
115
|
],
|
|
@@ -134,12 +134,12 @@
|
|
|
134
134
|
"description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
|
|
135
135
|
"name": "orientation",
|
|
136
136
|
"parent": {
|
|
137
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
137
|
+
"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",
|
|
138
138
|
"name": "ListBoxProps"
|
|
139
139
|
},
|
|
140
140
|
"declarations": [
|
|
141
141
|
{
|
|
142
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
142
|
+
"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",
|
|
143
143
|
"name": "ListBoxProps"
|
|
144
144
|
}
|
|
145
145
|
],
|
|
@@ -162,12 +162,12 @@
|
|
|
162
162
|
"description": "Whether to auto focus the listbox or an option.",
|
|
163
163
|
"name": "autoFocus",
|
|
164
164
|
"parent": {
|
|
165
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
165
|
+
"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/listbox/useListBox.d.ts",
|
|
166
166
|
"name": "ListBoxProps"
|
|
167
167
|
},
|
|
168
168
|
"declarations": [
|
|
169
169
|
{
|
|
170
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
170
|
+
"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/listbox/useListBox.d.ts",
|
|
171
171
|
"name": "ListBoxProps"
|
|
172
172
|
}
|
|
173
173
|
],
|
|
@@ -178,15 +178,15 @@
|
|
|
178
178
|
},
|
|
179
179
|
"id": {
|
|
180
180
|
"defaultValue": null,
|
|
181
|
-
"description": "The element's unique identifier. See
|
|
181
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
182
182
|
"name": "id",
|
|
183
183
|
"parent": {
|
|
184
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
184
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
185
185
|
"name": "DOMProps"
|
|
186
186
|
},
|
|
187
187
|
"declarations": [
|
|
188
188
|
{
|
|
189
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
189
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
190
190
|
"name": "DOMProps"
|
|
191
191
|
}
|
|
192
192
|
],
|
|
@@ -200,12 +200,12 @@
|
|
|
200
200
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
201
201
|
"name": "aria-describedby",
|
|
202
202
|
"parent": {
|
|
203
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
203
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
204
204
|
"name": "AriaLabelingProps"
|
|
205
205
|
},
|
|
206
206
|
"declarations": [
|
|
207
207
|
{
|
|
208
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
208
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
209
209
|
"name": "AriaLabelingProps"
|
|
210
210
|
}
|
|
211
211
|
],
|
|
@@ -216,15 +216,15 @@
|
|
|
216
216
|
},
|
|
217
217
|
"aria-details": {
|
|
218
218
|
"defaultValue": null,
|
|
219
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
219
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
220
220
|
"name": "aria-details",
|
|
221
221
|
"parent": {
|
|
222
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
222
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
223
223
|
"name": "AriaLabelingProps"
|
|
224
224
|
},
|
|
225
225
|
"declarations": [
|
|
226
226
|
{
|
|
227
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
227
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
228
228
|
"name": "AriaLabelingProps"
|
|
229
229
|
}
|
|
230
230
|
],
|
|
@@ -238,12 +238,12 @@
|
|
|
238
238
|
"description": "Defines a string value that labels the current element.",
|
|
239
239
|
"name": "aria-label",
|
|
240
240
|
"parent": {
|
|
241
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
241
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
242
242
|
"name": "AriaLabelingProps"
|
|
243
243
|
},
|
|
244
244
|
"declarations": [
|
|
245
245
|
{
|
|
246
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
246
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
247
247
|
"name": "AriaLabelingProps"
|
|
248
248
|
}
|
|
249
249
|
],
|
|
@@ -257,12 +257,12 @@
|
|
|
257
257
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
258
258
|
"name": "aria-labelledby",
|
|
259
259
|
"parent": {
|
|
260
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
260
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
261
261
|
"name": "AriaLabelingProps"
|
|
262
262
|
},
|
|
263
263
|
"declarations": [
|
|
264
264
|
{
|
|
265
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
265
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
266
266
|
"name": "AriaLabelingProps"
|
|
267
267
|
}
|
|
268
268
|
],
|
|
@@ -276,12 +276,12 @@
|
|
|
276
276
|
"description": "Handler that is called when the element receives focus.",
|
|
277
277
|
"name": "onFocus",
|
|
278
278
|
"parent": {
|
|
279
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
279
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
280
280
|
"name": "FocusEvents"
|
|
281
281
|
},
|
|
282
282
|
"declarations": [
|
|
283
283
|
{
|
|
284
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
284
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
285
285
|
"name": "FocusEvents"
|
|
286
286
|
}
|
|
287
287
|
],
|
|
@@ -295,12 +295,12 @@
|
|
|
295
295
|
"description": "Handler that is called when the element loses focus.",
|
|
296
296
|
"name": "onBlur",
|
|
297
297
|
"parent": {
|
|
298
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
298
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
299
299
|
"name": "FocusEvents"
|
|
300
300
|
},
|
|
301
301
|
"declarations": [
|
|
302
302
|
{
|
|
303
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
303
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
304
304
|
"name": "FocusEvents"
|
|
305
305
|
}
|
|
306
306
|
],
|
|
@@ -314,12 +314,12 @@
|
|
|
314
314
|
"description": "Handler that is called when the element's focus status changes.",
|
|
315
315
|
"name": "onFocusChange",
|
|
316
316
|
"parent": {
|
|
317
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
317
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
318
318
|
"name": "FocusEvents"
|
|
319
319
|
},
|
|
320
320
|
"declarations": [
|
|
321
321
|
{
|
|
322
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
322
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
323
323
|
"name": "FocusEvents"
|
|
324
324
|
}
|
|
325
325
|
],
|
|
@@ -335,12 +335,12 @@
|
|
|
335
335
|
"description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
336
336
|
"name": "escapeKeyBehavior",
|
|
337
337
|
"parent": {
|
|
338
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
338
|
+
"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/listbox/useListBox.d.ts",
|
|
339
339
|
"name": "AriaListBoxPropsBase"
|
|
340
340
|
},
|
|
341
341
|
"declarations": [
|
|
342
342
|
{
|
|
343
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
343
|
+
"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/listbox/useListBox.d.ts",
|
|
344
344
|
"name": "AriaListBoxPropsBase"
|
|
345
345
|
}
|
|
346
346
|
],
|
|
@@ -360,15 +360,15 @@
|
|
|
360
360
|
},
|
|
361
361
|
"onAction": {
|
|
362
362
|
"defaultValue": null,
|
|
363
|
-
"description": "Handler that is called when a user performs an action on an item. The exact user event depends
|
|
363
|
+
"description": "Handler that is called when a user performs an action on an item. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
|
|
364
364
|
"name": "onAction",
|
|
365
365
|
"parent": {
|
|
366
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
366
|
+
"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/listbox/useListBox.d.ts",
|
|
367
367
|
"name": "AriaListBoxProps"
|
|
368
368
|
},
|
|
369
369
|
"declarations": [
|
|
370
370
|
{
|
|
371
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
371
|
+
"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/listbox/useListBox.d.ts",
|
|
372
372
|
"name": "AriaListBoxProps"
|
|
373
373
|
}
|
|
374
374
|
],
|
|
@@ -382,12 +382,12 @@
|
|
|
382
382
|
"description": "Whether selection should occur on press up instead of press down.",
|
|
383
383
|
"name": "shouldSelectOnPressUp",
|
|
384
384
|
"parent": {
|
|
385
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
385
|
+
"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/listbox/useListBox.d.ts",
|
|
386
386
|
"name": "AriaListBoxProps"
|
|
387
387
|
},
|
|
388
388
|
"declarations": [
|
|
389
389
|
{
|
|
390
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
390
|
+
"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/listbox/useListBox.d.ts",
|
|
391
391
|
"name": "AriaListBoxProps"
|
|
392
392
|
}
|
|
393
393
|
],
|
|
@@ -401,12 +401,12 @@
|
|
|
401
401
|
"description": "Item objects in the collection.",
|
|
402
402
|
"name": "items",
|
|
403
403
|
"parent": {
|
|
404
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
404
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
405
405
|
"name": "CollectionBase"
|
|
406
406
|
},
|
|
407
407
|
"declarations": [
|
|
408
408
|
{
|
|
409
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
409
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
410
410
|
"name": "CollectionBase"
|
|
411
411
|
}
|
|
412
412
|
],
|
|
@@ -417,15 +417,15 @@
|
|
|
417
417
|
},
|
|
418
418
|
"disabledKeys": {
|
|
419
419
|
"defaultValue": null,
|
|
420
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise
|
|
420
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise\ninteracted with.",
|
|
421
421
|
"name": "disabledKeys",
|
|
422
422
|
"parent": {
|
|
423
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
423
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
424
424
|
"name": "CollectionBase"
|
|
425
425
|
},
|
|
426
426
|
"declarations": [
|
|
427
427
|
{
|
|
428
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
428
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
429
429
|
"name": "CollectionBase"
|
|
430
430
|
}
|
|
431
431
|
],
|
|
@@ -439,12 +439,12 @@
|
|
|
439
439
|
"description": "The type of selection that is allowed in the collection.",
|
|
440
440
|
"name": "selectionMode",
|
|
441
441
|
"parent": {
|
|
442
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
442
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
443
443
|
"name": "MultipleSelection"
|
|
444
444
|
},
|
|
445
445
|
"declarations": [
|
|
446
446
|
{
|
|
447
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
447
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
448
448
|
"name": "MultipleSelection"
|
|
449
449
|
}
|
|
450
450
|
],
|
|
@@ -470,12 +470,12 @@
|
|
|
470
470
|
"description": "Whether the collection allows empty selection.",
|
|
471
471
|
"name": "disallowEmptySelection",
|
|
472
472
|
"parent": {
|
|
473
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
473
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
474
474
|
"name": "MultipleSelection"
|
|
475
475
|
},
|
|
476
476
|
"declarations": [
|
|
477
477
|
{
|
|
478
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
478
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
479
479
|
"name": "MultipleSelection"
|
|
480
480
|
}
|
|
481
481
|
],
|
|
@@ -489,12 +489,12 @@
|
|
|
489
489
|
"description": "The currently selected keys in the collection (controlled).",
|
|
490
490
|
"name": "selectedKeys",
|
|
491
491
|
"parent": {
|
|
492
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
492
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
493
493
|
"name": "MultipleSelection"
|
|
494
494
|
},
|
|
495
495
|
"declarations": [
|
|
496
496
|
{
|
|
497
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
497
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
498
498
|
"name": "MultipleSelection"
|
|
499
499
|
}
|
|
500
500
|
],
|
|
@@ -508,12 +508,12 @@
|
|
|
508
508
|
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
509
509
|
"name": "defaultSelectedKeys",
|
|
510
510
|
"parent": {
|
|
511
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
511
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
512
512
|
"name": "MultipleSelection"
|
|
513
513
|
},
|
|
514
514
|
"declarations": [
|
|
515
515
|
{
|
|
516
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
516
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
517
517
|
"name": "MultipleSelection"
|
|
518
518
|
}
|
|
519
519
|
],
|
|
@@ -527,12 +527,12 @@
|
|
|
527
527
|
"description": "Handler that is called when the selection changes.",
|
|
528
528
|
"name": "onSelectionChange",
|
|
529
529
|
"parent": {
|
|
530
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
530
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
531
531
|
"name": "MultipleSelection"
|
|
532
532
|
},
|
|
533
533
|
"declarations": [
|
|
534
534
|
{
|
|
535
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
535
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
536
536
|
"name": "MultipleSelection"
|
|
537
537
|
}
|
|
538
538
|
],
|
|
@@ -546,12 +546,12 @@
|
|
|
546
546
|
"description": "Whether options should be focused when the user hovers over them.",
|
|
547
547
|
"name": "shouldFocusOnHover",
|
|
548
548
|
"parent": {
|
|
549
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
549
|
+
"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/listbox/useListBox.d.ts",
|
|
550
550
|
"name": "AriaListBoxProps"
|
|
551
551
|
},
|
|
552
552
|
"declarations": [
|
|
553
553
|
{
|
|
554
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
554
|
+
"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/listbox/useListBox.d.ts",
|
|
555
555
|
"name": "AriaListBoxProps"
|
|
556
556
|
}
|
|
557
557
|
],
|
|
@@ -565,12 +565,12 @@
|
|
|
565
565
|
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
566
566
|
"name": "shouldFocusWrap",
|
|
567
567
|
"parent": {
|
|
568
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
568
|
+
"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/listbox/useListBox.d.ts",
|
|
569
569
|
"name": "ListBoxProps"
|
|
570
570
|
},
|
|
571
571
|
"declarations": [
|
|
572
572
|
{
|
|
573
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
573
|
+
"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/listbox/useListBox.d.ts",
|
|
574
574
|
"name": "ListBoxProps"
|
|
575
575
|
}
|
|
576
576
|
],
|
|
@@ -584,12 +584,12 @@
|
|
|
584
584
|
"description": "The contents of the collection.",
|
|
585
585
|
"name": "children",
|
|
586
586
|
"parent": {
|
|
587
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
587
|
+
"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",
|
|
588
588
|
"name": "CollectionProps"
|
|
589
589
|
},
|
|
590
590
|
"declarations": [
|
|
591
591
|
{
|
|
592
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
592
|
+
"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",
|
|
593
593
|
"name": "CollectionProps"
|
|
594
594
|
}
|
|
595
595
|
],
|
|
@@ -603,12 +603,12 @@
|
|
|
603
603
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
604
604
|
"name": "dependencies",
|
|
605
605
|
"parent": {
|
|
606
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
606
|
+
"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",
|
|
607
607
|
"name": "CollectionProps"
|
|
608
608
|
},
|
|
609
609
|
"declarations": [
|
|
610
610
|
{
|
|
611
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
611
|
+
"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",
|
|
612
612
|
"name": "CollectionProps"
|
|
613
613
|
}
|
|
614
614
|
],
|
|
@@ -619,15 +619,15 @@
|
|
|
619
619
|
},
|
|
620
620
|
"style": {
|
|
621
621
|
"defaultValue": null,
|
|
622
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
622
|
+
"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.",
|
|
623
623
|
"name": "style",
|
|
624
624
|
"parent": {
|
|
625
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
625
|
+
"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",
|
|
626
626
|
"name": "StyleRenderProps"
|
|
627
627
|
},
|
|
628
628
|
"declarations": [
|
|
629
629
|
{
|
|
630
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
630
|
+
"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",
|
|
631
631
|
"name": "StyleRenderProps"
|
|
632
632
|
}
|
|
633
633
|
],
|
|
@@ -638,15 +638,15 @@
|
|
|
638
638
|
},
|
|
639
639
|
"render": {
|
|
640
640
|
"defaultValue": null,
|
|
641
|
-
"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
|
|
641
|
+
"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.",
|
|
642
642
|
"name": "render",
|
|
643
643
|
"parent": {
|
|
644
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
644
|
+
"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",
|
|
645
645
|
"name": "DOMRenderProps"
|
|
646
646
|
},
|
|
647
647
|
"declarations": [
|
|
648
648
|
{
|
|
649
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
649
|
+
"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",
|
|
650
650
|
"name": "DOMRenderProps"
|
|
651
651
|
}
|
|
652
652
|
],
|
|
@@ -657,15 +657,15 @@
|
|
|
657
657
|
},
|
|
658
658
|
"slot": {
|
|
659
659
|
"defaultValue": null,
|
|
660
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
660
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent\ncomponent. An explicit `null` value indicates that the local props completely override all\nprops received from a parent.",
|
|
661
661
|
"name": "slot",
|
|
662
662
|
"parent": {
|
|
663
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
663
|
+
"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",
|
|
664
664
|
"name": "SlotProps"
|
|
665
665
|
},
|
|
666
666
|
"declarations": [
|
|
667
667
|
{
|
|
668
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
668
|
+
"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",
|
|
669
669
|
"name": "SlotProps"
|
|
670
670
|
}
|
|
671
671
|
],
|
|
@@ -679,12 +679,12 @@
|
|
|
679
679
|
"description": "",
|
|
680
680
|
"name": "as",
|
|
681
681
|
"parent": {
|
|
682
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
682
|
+
"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",
|
|
683
683
|
"name": "PolymorphicProps"
|
|
684
684
|
},
|
|
685
685
|
"declarations": [
|
|
686
686
|
{
|
|
687
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
687
|
+
"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",
|
|
688
688
|
"name": "PolymorphicProps"
|
|
689
689
|
}
|
|
690
690
|
],
|
|
@@ -698,12 +698,12 @@
|
|
|
698
698
|
"description": "",
|
|
699
699
|
"name": "asChild",
|
|
700
700
|
"parent": {
|
|
701
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
701
|
+
"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",
|
|
702
702
|
"name": "PolymorphicProps"
|
|
703
703
|
},
|
|
704
704
|
"declarations": [
|
|
705
705
|
{
|
|
706
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
706
|
+
"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",
|
|
707
707
|
"name": "PolymorphicProps"
|
|
708
708
|
}
|
|
709
709
|
],
|
|
@@ -717,12 +717,12 @@
|
|
|
717
717
|
"description": "",
|
|
718
718
|
"name": "css",
|
|
719
719
|
"parent": {
|
|
720
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
720
|
+
"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",
|
|
721
721
|
"name": "JsxStyleProps"
|
|
722
722
|
},
|
|
723
723
|
"declarations": [
|
|
724
724
|
{
|
|
725
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
725
|
+
"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",
|
|
726
726
|
"name": "JsxStyleProps"
|
|
727
727
|
}
|
|
728
728
|
],
|