@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
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
"description": "",
|
|
62
62
|
"name": "type",
|
|
63
63
|
"parent": {
|
|
64
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
64
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
65
65
|
"name": "AnchorHTMLAttributes"
|
|
66
66
|
},
|
|
67
67
|
"declarations": [
|
|
68
68
|
{
|
|
69
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
69
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
70
70
|
"name": "AnchorHTMLAttributes"
|
|
71
71
|
}
|
|
72
72
|
],
|
|
@@ -79,15 +79,15 @@
|
|
|
79
79
|
"defaultValue": {
|
|
80
80
|
"value": "'react-aria-ToggleButton'"
|
|
81
81
|
},
|
|
82
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
82
|
+
"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.",
|
|
83
83
|
"name": "className",
|
|
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/ToggleButton.d.ts",
|
|
86
86
|
"name": "ToggleButtonProps"
|
|
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/ToggleButton.d.ts",
|
|
91
91
|
"name": "ToggleButtonProps"
|
|
92
92
|
}
|
|
93
93
|
],
|
|
@@ -98,15 +98,15 @@
|
|
|
98
98
|
},
|
|
99
99
|
"id": {
|
|
100
100
|
"defaultValue": null,
|
|
101
|
-
"description": "When used in a ToggleButtonGroup, an identifier for the item in `selectedKeys`. When used
|
|
101
|
+
"description": "When used in a ToggleButtonGroup, an identifier for the item in `selectedKeys`. When used\nstandalone, a DOM id.",
|
|
102
102
|
"name": "id",
|
|
103
103
|
"parent": {
|
|
104
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
104
|
+
"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/ToggleButton.d.ts",
|
|
105
105
|
"name": "ToggleButtonProps"
|
|
106
106
|
},
|
|
107
107
|
"declarations": [
|
|
108
108
|
{
|
|
109
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
109
|
+
"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/ToggleButton.d.ts",
|
|
110
110
|
"name": "ToggleButtonProps"
|
|
111
111
|
}
|
|
112
112
|
],
|
|
@@ -120,12 +120,12 @@
|
|
|
120
120
|
"description": "Whether the element should receive focus on render.",
|
|
121
121
|
"name": "autoFocus",
|
|
122
122
|
"parent": {
|
|
123
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
123
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
124
124
|
"name": "FocusableProps"
|
|
125
125
|
},
|
|
126
126
|
"declarations": [
|
|
127
127
|
{
|
|
128
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
128
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
129
129
|
"name": "FocusableProps"
|
|
130
130
|
}
|
|
131
131
|
],
|
|
@@ -136,15 +136,15 @@
|
|
|
136
136
|
},
|
|
137
137
|
"aria-controls": {
|
|
138
138
|
"defaultValue": null,
|
|
139
|
-
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current
|
|
139
|
+
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current\nelement.",
|
|
140
140
|
"name": "aria-controls",
|
|
141
141
|
"parent": {
|
|
142
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
142
|
+
"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/button/useButton.d.ts",
|
|
143
143
|
"name": "AriaBaseButtonProps"
|
|
144
144
|
},
|
|
145
145
|
"declarations": [
|
|
146
146
|
{
|
|
147
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
147
|
+
"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/button/useButton.d.ts",
|
|
148
148
|
"name": "AriaBaseButtonProps"
|
|
149
149
|
}
|
|
150
150
|
],
|
|
@@ -158,12 +158,12 @@
|
|
|
158
158
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
159
159
|
"name": "aria-describedby",
|
|
160
160
|
"parent": {
|
|
161
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
161
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
162
162
|
"name": "AriaLabelingProps"
|
|
163
163
|
},
|
|
164
164
|
"declarations": [
|
|
165
165
|
{
|
|
166
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
166
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
167
167
|
"name": "AriaLabelingProps"
|
|
168
168
|
}
|
|
169
169
|
],
|
|
@@ -174,15 +174,15 @@
|
|
|
174
174
|
},
|
|
175
175
|
"aria-details": {
|
|
176
176
|
"defaultValue": null,
|
|
177
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
177
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
178
178
|
"name": "aria-details",
|
|
179
179
|
"parent": {
|
|
180
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
180
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
181
181
|
"name": "AriaLabelingProps"
|
|
182
182
|
},
|
|
183
183
|
"declarations": [
|
|
184
184
|
{
|
|
185
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
185
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
186
186
|
"name": "AriaLabelingProps"
|
|
187
187
|
}
|
|
188
188
|
],
|
|
@@ -196,12 +196,12 @@
|
|
|
196
196
|
"description": "Indicates whether the element is disabled to users of assistive technology.\n@deprecated Use `isDisabled` instead — React Aria manages\n`aria-disabled` automatically based on `isDisabled`.",
|
|
197
197
|
"name": "aria-disabled",
|
|
198
198
|
"parent": {
|
|
199
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
199
|
+
"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/button/useButton.d.ts",
|
|
200
200
|
"name": "AriaBaseButtonProps"
|
|
201
201
|
},
|
|
202
202
|
"declarations": [
|
|
203
203
|
{
|
|
204
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
204
|
+
"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/button/useButton.d.ts",
|
|
205
205
|
"name": "AriaBaseButtonProps"
|
|
206
206
|
},
|
|
207
207
|
{
|
|
@@ -216,15 +216,15 @@
|
|
|
216
216
|
},
|
|
217
217
|
"aria-expanded": {
|
|
218
218
|
"defaultValue": null,
|
|
219
|
-
"description": "Indicates whether the element, or another grouping element it controls, is currently expanded
|
|
219
|
+
"description": "Indicates whether the element, or another grouping element it controls, is currently expanded\nor collapsed.",
|
|
220
220
|
"name": "aria-expanded",
|
|
221
221
|
"parent": {
|
|
222
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
222
|
+
"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/button/useButton.d.ts",
|
|
223
223
|
"name": "AriaBaseButtonProps"
|
|
224
224
|
},
|
|
225
225
|
"declarations": [
|
|
226
226
|
{
|
|
227
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
227
|
+
"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/button/useButton.d.ts",
|
|
228
228
|
"name": "AriaBaseButtonProps"
|
|
229
229
|
}
|
|
230
230
|
],
|
|
@@ -235,15 +235,15 @@
|
|
|
235
235
|
},
|
|
236
236
|
"aria-haspopup": {
|
|
237
237
|
"defaultValue": null,
|
|
238
|
-
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that
|
|
238
|
+
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that\ncan be triggered by an element.",
|
|
239
239
|
"name": "aria-haspopup",
|
|
240
240
|
"parent": {
|
|
241
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
241
|
+
"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/button/useButton.d.ts",
|
|
242
242
|
"name": "AriaBaseButtonProps"
|
|
243
243
|
},
|
|
244
244
|
"declarations": [
|
|
245
245
|
{
|
|
246
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
246
|
+
"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/button/useButton.d.ts",
|
|
247
247
|
"name": "AriaBaseButtonProps"
|
|
248
248
|
}
|
|
249
249
|
],
|
|
@@ -257,12 +257,12 @@
|
|
|
257
257
|
"description": "Defines a string value that labels the current element.",
|
|
258
258
|
"name": "aria-label",
|
|
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": "Identifies the element (or elements) that labels the current element.",
|
|
277
277
|
"name": "aria-labelledby",
|
|
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/dom.d.ts",
|
|
280
280
|
"name": "AriaLabelingProps"
|
|
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/dom.d.ts",
|
|
285
285
|
"name": "AriaLabelingProps"
|
|
286
286
|
}
|
|
287
287
|
],
|
|
@@ -295,12 +295,12 @@
|
|
|
295
295
|
"description": "Indicates the current \"pressed\" state of toggle buttons.",
|
|
296
296
|
"name": "aria-pressed",
|
|
297
297
|
"parent": {
|
|
298
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
298
|
+
"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/button/useButton.d.ts",
|
|
299
299
|
"name": "AriaBaseButtonProps"
|
|
300
300
|
},
|
|
301
301
|
"declarations": [
|
|
302
302
|
{
|
|
303
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
303
|
+
"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/button/useButton.d.ts",
|
|
304
304
|
"name": "AriaBaseButtonProps"
|
|
305
305
|
}
|
|
306
306
|
],
|
|
@@ -314,12 +314,12 @@
|
|
|
314
314
|
"description": "Handler that is called when the element receives focus.",
|
|
315
315
|
"name": "onFocus",
|
|
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
|
],
|
|
@@ -333,12 +333,12 @@
|
|
|
333
333
|
"description": "Handler that is called when the element loses focus.",
|
|
334
334
|
"name": "onBlur",
|
|
335
335
|
"parent": {
|
|
336
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
336
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
337
337
|
"name": "FocusEvents"
|
|
338
338
|
},
|
|
339
339
|
"declarations": [
|
|
340
340
|
{
|
|
341
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
341
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
342
342
|
"name": "FocusEvents"
|
|
343
343
|
}
|
|
344
344
|
],
|
|
@@ -352,12 +352,12 @@
|
|
|
352
352
|
"description": "Handler that is called when the element's selection state changes.",
|
|
353
353
|
"name": "onChange",
|
|
354
354
|
"parent": {
|
|
355
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
355
|
+
"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/button/useToggleButton.d.ts",
|
|
356
356
|
"name": "ToggleButtonProps"
|
|
357
357
|
},
|
|
358
358
|
"declarations": [
|
|
359
359
|
{
|
|
360
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
360
|
+
"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/button/useToggleButton.d.ts",
|
|
361
361
|
"name": "ToggleButtonProps"
|
|
362
362
|
}
|
|
363
363
|
],
|
|
@@ -371,12 +371,12 @@
|
|
|
371
371
|
"description": "Handler that is called when a key is pressed.",
|
|
372
372
|
"name": "onKeyDown",
|
|
373
373
|
"parent": {
|
|
374
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
374
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
375
375
|
"name": "KeyboardEvents"
|
|
376
376
|
},
|
|
377
377
|
"declarations": [
|
|
378
378
|
{
|
|
379
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
379
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
380
380
|
"name": "KeyboardEvents"
|
|
381
381
|
}
|
|
382
382
|
],
|
|
@@ -390,12 +390,12 @@
|
|
|
390
390
|
"description": "Handler that is called when a key is released.",
|
|
391
391
|
"name": "onKeyUp",
|
|
392
392
|
"parent": {
|
|
393
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
393
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
394
394
|
"name": "KeyboardEvents"
|
|
395
395
|
},
|
|
396
396
|
"declarations": [
|
|
397
397
|
{
|
|
398
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
398
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
399
399
|
"name": "KeyboardEvents"
|
|
400
400
|
}
|
|
401
401
|
],
|
|
@@ -406,15 +406,15 @@
|
|
|
406
406
|
},
|
|
407
407
|
"onClick": {
|
|
408
408
|
"defaultValue": null,
|
|
409
|
-
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides
|
|
409
|
+
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides\nadditional event details for non-mouse interactions.\n@deprecated Use `onPress` instead — it provides unified press handling\nacross mouse, touch, and keyboard interactions.",
|
|
410
410
|
"name": "onClick",
|
|
411
411
|
"parent": {
|
|
412
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
412
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
413
413
|
"name": "PressEvents"
|
|
414
414
|
},
|
|
415
415
|
"declarations": [
|
|
416
416
|
{
|
|
417
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
417
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
418
418
|
"name": "PressEvents"
|
|
419
419
|
},
|
|
420
420
|
{
|
|
@@ -432,12 +432,12 @@
|
|
|
432
432
|
"description": "Whether the button is disabled.",
|
|
433
433
|
"name": "isDisabled",
|
|
434
434
|
"parent": {
|
|
435
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
435
|
+
"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/button/useButton.d.ts",
|
|
436
436
|
"name": "ButtonProps"
|
|
437
437
|
},
|
|
438
438
|
"declarations": [
|
|
439
439
|
{
|
|
440
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
440
|
+
"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/button/useButton.d.ts",
|
|
441
441
|
"name": "ButtonProps"
|
|
442
442
|
}
|
|
443
443
|
],
|
|
@@ -451,12 +451,12 @@
|
|
|
451
451
|
"description": "Handler that is called when the press is released over the target.",
|
|
452
452
|
"name": "onPress",
|
|
453
453
|
"parent": {
|
|
454
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
454
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
455
455
|
"name": "PressEvents"
|
|
456
456
|
},
|
|
457
457
|
"declarations": [
|
|
458
458
|
{
|
|
459
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
459
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
460
460
|
"name": "PressEvents"
|
|
461
461
|
}
|
|
462
462
|
],
|
|
@@ -470,12 +470,12 @@
|
|
|
470
470
|
"description": "Handler that is called when a press interaction starts.",
|
|
471
471
|
"name": "onPressStart",
|
|
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/events.d.ts",
|
|
474
474
|
"name": "PressEvents"
|
|
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/events.d.ts",
|
|
479
479
|
"name": "PressEvents"
|
|
480
480
|
}
|
|
481
481
|
],
|
|
@@ -489,12 +489,12 @@
|
|
|
489
489
|
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
490
490
|
"name": "onPressEnd",
|
|
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/events.d.ts",
|
|
493
493
|
"name": "PressEvents"
|
|
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/events.d.ts",
|
|
498
498
|
"name": "PressEvents"
|
|
499
499
|
}
|
|
500
500
|
],
|
|
@@ -508,12 +508,12 @@
|
|
|
508
508
|
"description": "Handler that is called when the press state changes.",
|
|
509
509
|
"name": "onPressChange",
|
|
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/events.d.ts",
|
|
512
512
|
"name": "PressEvents"
|
|
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/events.d.ts",
|
|
517
517
|
"name": "PressEvents"
|
|
518
518
|
}
|
|
519
519
|
],
|
|
@@ -527,12 +527,12 @@
|
|
|
527
527
|
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
528
528
|
"name": "onPressUp",
|
|
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/events.d.ts",
|
|
531
531
|
"name": "PressEvents"
|
|
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/events.d.ts",
|
|
536
536
|
"name": "PressEvents"
|
|
537
537
|
}
|
|
538
538
|
],
|
|
@@ -546,12 +546,12 @@
|
|
|
546
546
|
"description": "Handler that is called when the element's focus status changes.",
|
|
547
547
|
"name": "onFocusChange",
|
|
548
548
|
"parent": {
|
|
549
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
549
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
550
550
|
"name": "FocusEvents"
|
|
551
551
|
},
|
|
552
552
|
"declarations": [
|
|
553
553
|
{
|
|
554
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
554
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
555
555
|
"name": "FocusEvents"
|
|
556
556
|
}
|
|
557
557
|
],
|
|
@@ -562,15 +562,15 @@
|
|
|
562
562
|
},
|
|
563
563
|
"preventFocusOnPress": {
|
|
564
564
|
"defaultValue": null,
|
|
565
|
-
"description": "Whether to prevent focus from moving to the button when pressing it.\n\nCaution, this can make the button inaccessible and should only be used when alternative
|
|
565
|
+
"description": "Whether to prevent focus from moving to the button when pressing it.\n\nCaution, this can make the button inaccessible and should only be used when alternative\nkeyboard interaction is provided, such as ComboBox's MenuTrigger or a NumberField's\nincrement/decrement control.",
|
|
566
566
|
"name": "preventFocusOnPress",
|
|
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/button/useButton.d.ts",
|
|
569
569
|
"name": "AriaBaseButtonProps"
|
|
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/button/useButton.d.ts",
|
|
574
574
|
"name": "AriaBaseButtonProps"
|
|
575
575
|
}
|
|
576
576
|
],
|
|
@@ -584,12 +584,12 @@
|
|
|
584
584
|
"description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
|
|
585
585
|
"name": "excludeFromTabOrder",
|
|
586
586
|
"parent": {
|
|
587
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
587
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
588
588
|
"name": "FocusableDOMProps"
|
|
589
589
|
},
|
|
590
590
|
"declarations": [
|
|
591
591
|
{
|
|
592
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
592
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
593
593
|
"name": "FocusableDOMProps"
|
|
594
594
|
}
|
|
595
595
|
],
|
|
@@ -603,12 +603,12 @@
|
|
|
603
603
|
"description": "Whether the element should be selected (controlled).",
|
|
604
604
|
"name": "isSelected",
|
|
605
605
|
"parent": {
|
|
606
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
606
|
+
"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/button/useToggleButton.d.ts",
|
|
607
607
|
"name": "ToggleButtonProps"
|
|
608
608
|
},
|
|
609
609
|
"declarations": [
|
|
610
610
|
{
|
|
611
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
611
|
+
"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/button/useToggleButton.d.ts",
|
|
612
612
|
"name": "ToggleButtonProps"
|
|
613
613
|
}
|
|
614
614
|
],
|
|
@@ -622,12 +622,12 @@
|
|
|
622
622
|
"description": "Whether the element should be selected (uncontrolled).",
|
|
623
623
|
"name": "defaultSelected",
|
|
624
624
|
"parent": {
|
|
625
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
625
|
+
"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/button/useToggleButton.d.ts",
|
|
626
626
|
"name": "ToggleButtonProps"
|
|
627
627
|
},
|
|
628
628
|
"declarations": [
|
|
629
629
|
{
|
|
630
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
630
|
+
"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/button/useToggleButton.d.ts",
|
|
631
631
|
"name": "ToggleButtonProps"
|
|
632
632
|
}
|
|
633
633
|
],
|
|
@@ -641,12 +641,12 @@
|
|
|
641
641
|
"description": "Handler that is called when a hover interaction starts.",
|
|
642
642
|
"name": "onHoverStart",
|
|
643
643
|
"parent": {
|
|
644
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
644
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
645
645
|
"name": "HoverEvents"
|
|
646
646
|
},
|
|
647
647
|
"declarations": [
|
|
648
648
|
{
|
|
649
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
649
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
650
650
|
"name": "HoverEvents"
|
|
651
651
|
}
|
|
652
652
|
],
|
|
@@ -660,12 +660,12 @@
|
|
|
660
660
|
"description": "Handler that is called when a hover interaction ends.",
|
|
661
661
|
"name": "onHoverEnd",
|
|
662
662
|
"parent": {
|
|
663
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
663
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
664
664
|
"name": "HoverEvents"
|
|
665
665
|
},
|
|
666
666
|
"declarations": [
|
|
667
667
|
{
|
|
668
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
668
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
669
669
|
"name": "HoverEvents"
|
|
670
670
|
}
|
|
671
671
|
],
|
|
@@ -679,12 +679,12 @@
|
|
|
679
679
|
"description": "Handler that is called when the hover state changes.",
|
|
680
680
|
"name": "onHoverChange",
|
|
681
681
|
"parent": {
|
|
682
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
682
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
683
683
|
"name": "HoverEvents"
|
|
684
684
|
},
|
|
685
685
|
"declarations": [
|
|
686
686
|
{
|
|
687
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
687
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
688
688
|
"name": "HoverEvents"
|
|
689
689
|
}
|
|
690
690
|
],
|
|
@@ -695,15 +695,15 @@
|
|
|
695
695
|
},
|
|
696
696
|
"slot": {
|
|
697
697
|
"defaultValue": null,
|
|
698
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
698
|
+
"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.",
|
|
699
699
|
"name": "slot",
|
|
700
700
|
"parent": {
|
|
701
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
701
|
+
"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",
|
|
702
702
|
"name": "SlotProps"
|
|
703
703
|
},
|
|
704
704
|
"declarations": [
|
|
705
705
|
{
|
|
706
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
706
|
+
"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",
|
|
707
707
|
"name": "SlotProps"
|
|
708
708
|
}
|
|
709
709
|
],
|
|
@@ -714,15 +714,15 @@
|
|
|
714
714
|
},
|
|
715
715
|
"children": {
|
|
716
716
|
"defaultValue": null,
|
|
717
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
717
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
718
718
|
"name": "children",
|
|
719
719
|
"parent": {
|
|
720
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
720
|
+
"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",
|
|
721
721
|
"name": "RenderProps"
|
|
722
722
|
},
|
|
723
723
|
"declarations": [
|
|
724
724
|
{
|
|
725
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
725
|
+
"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",
|
|
726
726
|
"name": "RenderProps"
|
|
727
727
|
}
|
|
728
728
|
],
|
|
@@ -733,15 +733,15 @@
|
|
|
733
733
|
},
|
|
734
734
|
"style": {
|
|
735
735
|
"defaultValue": null,
|
|
736
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
736
|
+
"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.",
|
|
737
737
|
"name": "style",
|
|
738
738
|
"parent": {
|
|
739
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
739
|
+
"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",
|
|
740
740
|
"name": "StyleRenderProps"
|
|
741
741
|
},
|
|
742
742
|
"declarations": [
|
|
743
743
|
{
|
|
744
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
744
|
+
"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",
|
|
745
745
|
"name": "StyleRenderProps"
|
|
746
746
|
}
|
|
747
747
|
],
|
|
@@ -752,15 +752,15 @@
|
|
|
752
752
|
},
|
|
753
753
|
"render": {
|
|
754
754
|
"defaultValue": null,
|
|
755
|
-
"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
|
|
755
|
+
"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.",
|
|
756
756
|
"name": "render",
|
|
757
757
|
"parent": {
|
|
758
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
758
|
+
"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",
|
|
759
759
|
"name": "DOMRenderProps"
|
|
760
760
|
},
|
|
761
761
|
"declarations": [
|
|
762
762
|
{
|
|
763
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
763
|
+
"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",
|
|
764
764
|
"name": "DOMRenderProps"
|
|
765
765
|
}
|
|
766
766
|
],
|