@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
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"defaultValue": {
|
|
12
12
|
"value": "'react-aria-ListBox'"
|
|
13
13
|
},
|
|
14
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
14
|
+
"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.",
|
|
15
15
|
"name": "className",
|
|
16
16
|
"parent": {
|
|
17
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
17
|
+
"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",
|
|
18
18
|
"name": "ListBoxProps"
|
|
19
19
|
},
|
|
20
20
|
"declarations": [
|
|
21
21
|
{
|
|
22
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
22
|
+
"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",
|
|
23
23
|
"name": "ListBoxProps"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
},
|
|
31
31
|
"selectionBehavior": {
|
|
32
32
|
"defaultValue": {
|
|
33
|
-
"value": "
|
|
33
|
+
"value": "'toggle'"
|
|
34
34
|
},
|
|
35
35
|
"description": "How multiple selection should behave in the collection.",
|
|
36
36
|
"name": "selectionBehavior",
|
|
37
37
|
"parent": {
|
|
38
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
38
|
+
"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",
|
|
39
39
|
"name": "ListBoxProps"
|
|
40
40
|
},
|
|
41
41
|
"declarations": [
|
|
42
42
|
{
|
|
43
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
43
|
+
"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",
|
|
44
44
|
"name": "ListBoxProps"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
@@ -60,15 +60,15 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dragAndDropHooks": {
|
|
62
62
|
"defaultValue": null,
|
|
63
|
-
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for
|
|
63
|
+
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for\nthe ListBox.",
|
|
64
64
|
"name": "dragAndDropHooks",
|
|
65
65
|
"parent": {
|
|
66
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
66
|
+
"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",
|
|
67
67
|
"name": "ListBoxProps"
|
|
68
68
|
},
|
|
69
69
|
"declarations": [
|
|
70
70
|
{
|
|
71
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
71
|
+
"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",
|
|
72
72
|
"name": "ListBoxProps"
|
|
73
73
|
}
|
|
74
74
|
],
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
"description": "Provides content to display when there are no items in the list.",
|
|
83
83
|
"name": "renderEmptyState",
|
|
84
84
|
"parent": {
|
|
85
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
85
|
+
"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",
|
|
86
86
|
"name": "ListBoxProps"
|
|
87
87
|
},
|
|
88
88
|
"declarations": [
|
|
89
89
|
{
|
|
90
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
90
|
+
"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",
|
|
91
91
|
"name": "ListBoxProps"
|
|
92
92
|
}
|
|
93
93
|
],
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"description": "Whether the items are arranged in a stack or grid.",
|
|
104
104
|
"name": "layout",
|
|
105
105
|
"parent": {
|
|
106
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
106
|
+
"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",
|
|
107
107
|
"name": "ListBoxProps"
|
|
108
108
|
},
|
|
109
109
|
"declarations": [
|
|
110
110
|
{
|
|
111
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
111
|
+
"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",
|
|
112
112
|
"name": "ListBoxProps"
|
|
113
113
|
}
|
|
114
114
|
],
|
|
@@ -133,12 +133,12 @@
|
|
|
133
133
|
"description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
|
|
134
134
|
"name": "orientation",
|
|
135
135
|
"parent": {
|
|
136
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
136
|
+
"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",
|
|
137
137
|
"name": "ListBoxProps"
|
|
138
138
|
},
|
|
139
139
|
"declarations": [
|
|
140
140
|
{
|
|
141
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
141
|
+
"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",
|
|
142
142
|
"name": "ListBoxProps"
|
|
143
143
|
}
|
|
144
144
|
],
|
|
@@ -161,12 +161,12 @@
|
|
|
161
161
|
"description": "Whether to auto focus the listbox or an option.",
|
|
162
162
|
"name": "autoFocus",
|
|
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/listbox/useListBox.d.ts",
|
|
165
165
|
"name": "ListBoxProps"
|
|
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/listbox/useListBox.d.ts",
|
|
170
170
|
"name": "ListBoxProps"
|
|
171
171
|
}
|
|
172
172
|
],
|
|
@@ -177,15 +177,15 @@
|
|
|
177
177
|
},
|
|
178
178
|
"id": {
|
|
179
179
|
"defaultValue": null,
|
|
180
|
-
"description": "The element's unique identifier. See
|
|
180
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
181
181
|
"name": "id",
|
|
182
182
|
"parent": {
|
|
183
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
183
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
184
184
|
"name": "DOMProps"
|
|
185
185
|
},
|
|
186
186
|
"declarations": [
|
|
187
187
|
{
|
|
188
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
188
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
189
189
|
"name": "DOMProps"
|
|
190
190
|
}
|
|
191
191
|
],
|
|
@@ -199,12 +199,12 @@
|
|
|
199
199
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
200
200
|
"name": "aria-describedby",
|
|
201
201
|
"parent": {
|
|
202
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
202
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
203
203
|
"name": "AriaLabelingProps"
|
|
204
204
|
},
|
|
205
205
|
"declarations": [
|
|
206
206
|
{
|
|
207
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
207
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
208
208
|
"name": "AriaLabelingProps"
|
|
209
209
|
}
|
|
210
210
|
],
|
|
@@ -215,15 +215,15 @@
|
|
|
215
215
|
},
|
|
216
216
|
"aria-details": {
|
|
217
217
|
"defaultValue": null,
|
|
218
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
218
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
219
219
|
"name": "aria-details",
|
|
220
220
|
"parent": {
|
|
221
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
221
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
222
222
|
"name": "AriaLabelingProps"
|
|
223
223
|
},
|
|
224
224
|
"declarations": [
|
|
225
225
|
{
|
|
226
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
226
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
227
227
|
"name": "AriaLabelingProps"
|
|
228
228
|
}
|
|
229
229
|
],
|
|
@@ -237,12 +237,12 @@
|
|
|
237
237
|
"description": "Defines a string value that labels the current element.",
|
|
238
238
|
"name": "aria-label",
|
|
239
239
|
"parent": {
|
|
240
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
240
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
241
241
|
"name": "AriaLabelingProps"
|
|
242
242
|
},
|
|
243
243
|
"declarations": [
|
|
244
244
|
{
|
|
245
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
245
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
246
246
|
"name": "AriaLabelingProps"
|
|
247
247
|
}
|
|
248
248
|
],
|
|
@@ -256,12 +256,12 @@
|
|
|
256
256
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
257
257
|
"name": "aria-labelledby",
|
|
258
258
|
"parent": {
|
|
259
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
259
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
260
260
|
"name": "AriaLabelingProps"
|
|
261
261
|
},
|
|
262
262
|
"declarations": [
|
|
263
263
|
{
|
|
264
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
264
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
265
265
|
"name": "AriaLabelingProps"
|
|
266
266
|
}
|
|
267
267
|
],
|
|
@@ -275,12 +275,12 @@
|
|
|
275
275
|
"description": "Handler that is called when the element receives focus.",
|
|
276
276
|
"name": "onFocus",
|
|
277
277
|
"parent": {
|
|
278
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
278
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
279
279
|
"name": "FocusEvents"
|
|
280
280
|
},
|
|
281
281
|
"declarations": [
|
|
282
282
|
{
|
|
283
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
283
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
284
284
|
"name": "FocusEvents"
|
|
285
285
|
}
|
|
286
286
|
],
|
|
@@ -294,12 +294,12 @@
|
|
|
294
294
|
"description": "Handler that is called when the element loses focus.",
|
|
295
295
|
"name": "onBlur",
|
|
296
296
|
"parent": {
|
|
297
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
297
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
298
298
|
"name": "FocusEvents"
|
|
299
299
|
},
|
|
300
300
|
"declarations": [
|
|
301
301
|
{
|
|
302
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
302
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
303
303
|
"name": "FocusEvents"
|
|
304
304
|
}
|
|
305
305
|
],
|
|
@@ -313,12 +313,12 @@
|
|
|
313
313
|
"description": "Handler that is called when the element's focus status changes.",
|
|
314
314
|
"name": "onFocusChange",
|
|
315
315
|
"parent": {
|
|
316
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
316
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
317
317
|
"name": "FocusEvents"
|
|
318
318
|
},
|
|
319
319
|
"declarations": [
|
|
320
320
|
{
|
|
321
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
321
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
322
322
|
"name": "FocusEvents"
|
|
323
323
|
}
|
|
324
324
|
],
|
|
@@ -334,12 +334,12 @@
|
|
|
334
334
|
"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.",
|
|
335
335
|
"name": "escapeKeyBehavior",
|
|
336
336
|
"parent": {
|
|
337
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
337
|
+
"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",
|
|
338
338
|
"name": "AriaListBoxPropsBase"
|
|
339
339
|
},
|
|
340
340
|
"declarations": [
|
|
341
341
|
{
|
|
342
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
342
|
+
"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",
|
|
343
343
|
"name": "AriaListBoxPropsBase"
|
|
344
344
|
}
|
|
345
345
|
],
|
|
@@ -359,15 +359,15 @@
|
|
|
359
359
|
},
|
|
360
360
|
"onAction": {
|
|
361
361
|
"defaultValue": null,
|
|
362
|
-
"description": "Handler that is called when a user performs an action on an item. The exact user event depends
|
|
362
|
+
"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.",
|
|
363
363
|
"name": "onAction",
|
|
364
364
|
"parent": {
|
|
365
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
365
|
+
"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",
|
|
366
366
|
"name": "AriaListBoxProps"
|
|
367
367
|
},
|
|
368
368
|
"declarations": [
|
|
369
369
|
{
|
|
370
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
370
|
+
"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",
|
|
371
371
|
"name": "AriaListBoxProps"
|
|
372
372
|
}
|
|
373
373
|
],
|
|
@@ -381,12 +381,12 @@
|
|
|
381
381
|
"description": "Whether selection should occur on press up instead of press down.",
|
|
382
382
|
"name": "shouldSelectOnPressUp",
|
|
383
383
|
"parent": {
|
|
384
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
384
|
+
"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",
|
|
385
385
|
"name": "AriaListBoxProps"
|
|
386
386
|
},
|
|
387
387
|
"declarations": [
|
|
388
388
|
{
|
|
389
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
389
|
+
"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",
|
|
390
390
|
"name": "AriaListBoxProps"
|
|
391
391
|
}
|
|
392
392
|
],
|
|
@@ -400,12 +400,12 @@
|
|
|
400
400
|
"description": "Item objects in the collection.",
|
|
401
401
|
"name": "items",
|
|
402
402
|
"parent": {
|
|
403
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
403
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
404
404
|
"name": "CollectionBase"
|
|
405
405
|
},
|
|
406
406
|
"declarations": [
|
|
407
407
|
{
|
|
408
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
408
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
409
409
|
"name": "CollectionBase"
|
|
410
410
|
}
|
|
411
411
|
],
|
|
@@ -416,15 +416,15 @@
|
|
|
416
416
|
},
|
|
417
417
|
"disabledKeys": {
|
|
418
418
|
"defaultValue": null,
|
|
419
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise
|
|
419
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise\ninteracted with.",
|
|
420
420
|
"name": "disabledKeys",
|
|
421
421
|
"parent": {
|
|
422
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
422
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
423
423
|
"name": "CollectionBase"
|
|
424
424
|
},
|
|
425
425
|
"declarations": [
|
|
426
426
|
{
|
|
427
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
427
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
428
428
|
"name": "CollectionBase"
|
|
429
429
|
}
|
|
430
430
|
],
|
|
@@ -438,12 +438,12 @@
|
|
|
438
438
|
"description": "The type of selection that is allowed in the collection.",
|
|
439
439
|
"name": "selectionMode",
|
|
440
440
|
"parent": {
|
|
441
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
441
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
442
442
|
"name": "MultipleSelection"
|
|
443
443
|
},
|
|
444
444
|
"declarations": [
|
|
445
445
|
{
|
|
446
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
446
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
447
447
|
"name": "MultipleSelection"
|
|
448
448
|
}
|
|
449
449
|
],
|
|
@@ -469,12 +469,12 @@
|
|
|
469
469
|
"description": "Whether the collection allows empty selection.",
|
|
470
470
|
"name": "disallowEmptySelection",
|
|
471
471
|
"parent": {
|
|
472
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
472
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
473
473
|
"name": "MultipleSelection"
|
|
474
474
|
},
|
|
475
475
|
"declarations": [
|
|
476
476
|
{
|
|
477
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
477
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
478
478
|
"name": "MultipleSelection"
|
|
479
479
|
}
|
|
480
480
|
],
|
|
@@ -488,12 +488,12 @@
|
|
|
488
488
|
"description": "The currently selected keys in the collection (controlled).",
|
|
489
489
|
"name": "selectedKeys",
|
|
490
490
|
"parent": {
|
|
491
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
491
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
492
492
|
"name": "MultipleSelection"
|
|
493
493
|
},
|
|
494
494
|
"declarations": [
|
|
495
495
|
{
|
|
496
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
496
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
497
497
|
"name": "MultipleSelection"
|
|
498
498
|
}
|
|
499
499
|
],
|
|
@@ -507,12 +507,12 @@
|
|
|
507
507
|
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
508
508
|
"name": "defaultSelectedKeys",
|
|
509
509
|
"parent": {
|
|
510
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
510
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
511
511
|
"name": "MultipleSelection"
|
|
512
512
|
},
|
|
513
513
|
"declarations": [
|
|
514
514
|
{
|
|
515
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
515
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
516
516
|
"name": "MultipleSelection"
|
|
517
517
|
}
|
|
518
518
|
],
|
|
@@ -526,12 +526,12 @@
|
|
|
526
526
|
"description": "Handler that is called when the selection changes.",
|
|
527
527
|
"name": "onSelectionChange",
|
|
528
528
|
"parent": {
|
|
529
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
529
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
530
530
|
"name": "MultipleSelection"
|
|
531
531
|
},
|
|
532
532
|
"declarations": [
|
|
533
533
|
{
|
|
534
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
534
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
535
535
|
"name": "MultipleSelection"
|
|
536
536
|
}
|
|
537
537
|
],
|
|
@@ -545,12 +545,12 @@
|
|
|
545
545
|
"description": "Whether options should be focused when the user hovers over them.",
|
|
546
546
|
"name": "shouldFocusOnHover",
|
|
547
547
|
"parent": {
|
|
548
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
548
|
+
"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",
|
|
549
549
|
"name": "AriaListBoxProps"
|
|
550
550
|
},
|
|
551
551
|
"declarations": [
|
|
552
552
|
{
|
|
553
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
553
|
+
"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",
|
|
554
554
|
"name": "AriaListBoxProps"
|
|
555
555
|
}
|
|
556
556
|
],
|
|
@@ -564,12 +564,12 @@
|
|
|
564
564
|
"description": "Whether focus should wrap around when the end/start is reached.",
|
|
565
565
|
"name": "shouldFocusWrap",
|
|
566
566
|
"parent": {
|
|
567
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
567
|
+
"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",
|
|
568
568
|
"name": "ListBoxProps"
|
|
569
569
|
},
|
|
570
570
|
"declarations": [
|
|
571
571
|
{
|
|
572
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
572
|
+
"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",
|
|
573
573
|
"name": "ListBoxProps"
|
|
574
574
|
}
|
|
575
575
|
],
|
|
@@ -583,12 +583,12 @@
|
|
|
583
583
|
"description": "The contents of the collection.",
|
|
584
584
|
"name": "children",
|
|
585
585
|
"parent": {
|
|
586
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
586
|
+
"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",
|
|
587
587
|
"name": "CollectionProps"
|
|
588
588
|
},
|
|
589
589
|
"declarations": [
|
|
590
590
|
{
|
|
591
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
591
|
+
"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",
|
|
592
592
|
"name": "CollectionProps"
|
|
593
593
|
}
|
|
594
594
|
],
|
|
@@ -602,12 +602,12 @@
|
|
|
602
602
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
603
603
|
"name": "dependencies",
|
|
604
604
|
"parent": {
|
|
605
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
605
|
+
"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",
|
|
606
606
|
"name": "CollectionProps"
|
|
607
607
|
},
|
|
608
608
|
"declarations": [
|
|
609
609
|
{
|
|
610
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
610
|
+
"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",
|
|
611
611
|
"name": "CollectionProps"
|
|
612
612
|
}
|
|
613
613
|
],
|
|
@@ -618,15 +618,15 @@
|
|
|
618
618
|
},
|
|
619
619
|
"style": {
|
|
620
620
|
"defaultValue": null,
|
|
621
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
621
|
+
"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.",
|
|
622
622
|
"name": "style",
|
|
623
623
|
"parent": {
|
|
624
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
624
|
+
"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",
|
|
625
625
|
"name": "StyleRenderProps"
|
|
626
626
|
},
|
|
627
627
|
"declarations": [
|
|
628
628
|
{
|
|
629
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
629
|
+
"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",
|
|
630
630
|
"name": "StyleRenderProps"
|
|
631
631
|
}
|
|
632
632
|
],
|
|
@@ -637,15 +637,15 @@
|
|
|
637
637
|
},
|
|
638
638
|
"render": {
|
|
639
639
|
"defaultValue": null,
|
|
640
|
-
"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
|
|
640
|
+
"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.",
|
|
641
641
|
"name": "render",
|
|
642
642
|
"parent": {
|
|
643
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
643
|
+
"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",
|
|
644
644
|
"name": "DOMRenderProps"
|
|
645
645
|
},
|
|
646
646
|
"declarations": [
|
|
647
647
|
{
|
|
648
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
648
|
+
"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",
|
|
649
649
|
"name": "DOMRenderProps"
|
|
650
650
|
}
|
|
651
651
|
],
|
|
@@ -656,15 +656,15 @@
|
|
|
656
656
|
},
|
|
657
657
|
"slot": {
|
|
658
658
|
"defaultValue": null,
|
|
659
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
659
|
+
"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.",
|
|
660
660
|
"name": "slot",
|
|
661
661
|
"parent": {
|
|
662
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
662
|
+
"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",
|
|
663
663
|
"name": "SlotProps"
|
|
664
664
|
},
|
|
665
665
|
"declarations": [
|
|
666
666
|
{
|
|
667
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
667
|
+
"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",
|
|
668
668
|
"name": "SlotProps"
|
|
669
669
|
}
|
|
670
670
|
],
|