@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
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
},
|
|
40
40
|
"slot": {
|
|
41
41
|
"defaultValue": null,
|
|
42
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
42
|
+
"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.",
|
|
43
43
|
"name": "slot",
|
|
44
44
|
"parent": {
|
|
45
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
45
|
+
"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",
|
|
46
46
|
"name": "SlotProps"
|
|
47
47
|
},
|
|
48
48
|
"declarations": [
|
|
49
49
|
{
|
|
50
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
50
|
+
"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",
|
|
51
51
|
"name": "SlotProps"
|
|
52
52
|
}
|
|
53
53
|
],
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
},
|
|
59
59
|
"style": {
|
|
60
60
|
"defaultValue": null,
|
|
61
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
61
|
+
"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.",
|
|
62
62
|
"name": "style",
|
|
63
63
|
"parent": {
|
|
64
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
64
|
+
"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",
|
|
65
65
|
"name": "StyleRenderProps"
|
|
66
66
|
},
|
|
67
67
|
"declarations": [
|
|
68
68
|
{
|
|
69
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
69
|
+
"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",
|
|
70
70
|
"name": "StyleRenderProps"
|
|
71
71
|
}
|
|
72
72
|
],
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
"description": "Whether the element should receive focus on render.",
|
|
100
100
|
"name": "autoFocus",
|
|
101
101
|
"parent": {
|
|
102
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
102
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
103
103
|
"name": "FocusableProps"
|
|
104
104
|
},
|
|
105
105
|
"declarations": [
|
|
106
106
|
{
|
|
107
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
107
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
108
108
|
"name": "FocusableProps"
|
|
109
109
|
}
|
|
110
110
|
],
|
|
@@ -117,15 +117,15 @@
|
|
|
117
117
|
"defaultValue": {
|
|
118
118
|
"value": "'react-aria-ToggleButton'"
|
|
119
119
|
},
|
|
120
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
120
|
+
"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.",
|
|
121
121
|
"name": "className",
|
|
122
122
|
"parent": {
|
|
123
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
123
|
+
"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",
|
|
124
124
|
"name": "ToggleButtonProps"
|
|
125
125
|
},
|
|
126
126
|
"declarations": [
|
|
127
127
|
{
|
|
128
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
128
|
+
"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",
|
|
129
129
|
"name": "ToggleButtonProps"
|
|
130
130
|
}
|
|
131
131
|
],
|
|
@@ -136,15 +136,15 @@
|
|
|
136
136
|
},
|
|
137
137
|
"id": {
|
|
138
138
|
"defaultValue": null,
|
|
139
|
-
"description": "When used in a ToggleButtonGroup, an identifier for the item in `selectedKeys`. When used
|
|
139
|
+
"description": "When used in a ToggleButtonGroup, an identifier for the item in `selectedKeys`. When used\nstandalone, a DOM id.",
|
|
140
140
|
"name": "id",
|
|
141
141
|
"parent": {
|
|
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/ToggleButton.d.ts",
|
|
143
143
|
"name": "ToggleButtonProps"
|
|
144
144
|
},
|
|
145
145
|
"declarations": [
|
|
146
146
|
{
|
|
147
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
147
|
+
"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",
|
|
148
148
|
"name": "ToggleButtonProps"
|
|
149
149
|
}
|
|
150
150
|
],
|
|
@@ -155,15 +155,15 @@
|
|
|
155
155
|
},
|
|
156
156
|
"aria-controls": {
|
|
157
157
|
"defaultValue": null,
|
|
158
|
-
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current
|
|
158
|
+
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current\nelement.",
|
|
159
159
|
"name": "aria-controls",
|
|
160
160
|
"parent": {
|
|
161
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
161
|
+
"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",
|
|
162
162
|
"name": "AriaBaseButtonProps"
|
|
163
163
|
},
|
|
164
164
|
"declarations": [
|
|
165
165
|
{
|
|
166
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
166
|
+
"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",
|
|
167
167
|
"name": "AriaBaseButtonProps"
|
|
168
168
|
}
|
|
169
169
|
],
|
|
@@ -177,12 +177,12 @@
|
|
|
177
177
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
178
178
|
"name": "aria-describedby",
|
|
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
|
],
|
|
@@ -193,15 +193,15 @@
|
|
|
193
193
|
},
|
|
194
194
|
"aria-details": {
|
|
195
195
|
"defaultValue": null,
|
|
196
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
196
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
197
197
|
"name": "aria-details",
|
|
198
198
|
"parent": {
|
|
199
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
199
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
200
200
|
"name": "AriaLabelingProps"
|
|
201
201
|
},
|
|
202
202
|
"declarations": [
|
|
203
203
|
{
|
|
204
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
204
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
205
205
|
"name": "AriaLabelingProps"
|
|
206
206
|
}
|
|
207
207
|
],
|
|
@@ -215,12 +215,12 @@
|
|
|
215
215
|
"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`.",
|
|
216
216
|
"name": "aria-disabled",
|
|
217
217
|
"parent": {
|
|
218
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
218
|
+
"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",
|
|
219
219
|
"name": "AriaBaseButtonProps"
|
|
220
220
|
},
|
|
221
221
|
"declarations": [
|
|
222
222
|
{
|
|
223
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
223
|
+
"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",
|
|
224
224
|
"name": "AriaBaseButtonProps"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
@@ -235,15 +235,15 @@
|
|
|
235
235
|
},
|
|
236
236
|
"aria-expanded": {
|
|
237
237
|
"defaultValue": null,
|
|
238
|
-
"description": "Indicates whether the element, or another grouping element it controls, is currently expanded
|
|
238
|
+
"description": "Indicates whether the element, or another grouping element it controls, is currently expanded\nor collapsed.",
|
|
239
239
|
"name": "aria-expanded",
|
|
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
|
],
|
|
@@ -254,15 +254,15 @@
|
|
|
254
254
|
},
|
|
255
255
|
"aria-haspopup": {
|
|
256
256
|
"defaultValue": null,
|
|
257
|
-
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that
|
|
257
|
+
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that\ncan be triggered by an element.",
|
|
258
258
|
"name": "aria-haspopup",
|
|
259
259
|
"parent": {
|
|
260
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
260
|
+
"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",
|
|
261
261
|
"name": "AriaBaseButtonProps"
|
|
262
262
|
},
|
|
263
263
|
"declarations": [
|
|
264
264
|
{
|
|
265
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
265
|
+
"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",
|
|
266
266
|
"name": "AriaBaseButtonProps"
|
|
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
|
],
|
|
@@ -311,15 +311,15 @@
|
|
|
311
311
|
},
|
|
312
312
|
"children": {
|
|
313
313
|
"defaultValue": null,
|
|
314
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
314
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
315
315
|
"name": "children",
|
|
316
316
|
"parent": {
|
|
317
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
317
|
+
"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",
|
|
318
318
|
"name": "RenderProps"
|
|
319
319
|
},
|
|
320
320
|
"declarations": [
|
|
321
321
|
{
|
|
322
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
322
|
+
"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",
|
|
323
323
|
"name": "RenderProps"
|
|
324
324
|
}
|
|
325
325
|
],
|
|
@@ -333,12 +333,12 @@
|
|
|
333
333
|
"description": "Handler that is called when the element receives focus.",
|
|
334
334
|
"name": "onFocus",
|
|
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 loses focus.",
|
|
353
353
|
"name": "onBlur",
|
|
354
354
|
"parent": {
|
|
355
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
355
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
356
356
|
"name": "FocusEvents"
|
|
357
357
|
},
|
|
358
358
|
"declarations": [
|
|
359
359
|
{
|
|
360
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
360
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
361
361
|
"name": "FocusEvents"
|
|
362
362
|
}
|
|
363
363
|
],
|
|
@@ -371,12 +371,12 @@
|
|
|
371
371
|
"description": "Handler that is called when the element's selection state changes.",
|
|
372
372
|
"name": "onChange",
|
|
373
373
|
"parent": {
|
|
374
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
374
|
+
"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",
|
|
375
375
|
"name": "ToggleButtonProps"
|
|
376
376
|
},
|
|
377
377
|
"declarations": [
|
|
378
378
|
{
|
|
379
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
379
|
+
"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",
|
|
380
380
|
"name": "ToggleButtonProps"
|
|
381
381
|
}
|
|
382
382
|
],
|
|
@@ -390,12 +390,12 @@
|
|
|
390
390
|
"description": "Handler that is called when a key is pressed.",
|
|
391
391
|
"name": "onKeyDown",
|
|
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
|
],
|
|
@@ -409,12 +409,12 @@
|
|
|
409
409
|
"description": "Handler that is called when a key is released.",
|
|
410
410
|
"name": "onKeyUp",
|
|
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": "KeyboardEvents"
|
|
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": "KeyboardEvents"
|
|
419
419
|
}
|
|
420
420
|
],
|
|
@@ -425,15 +425,15 @@
|
|
|
425
425
|
},
|
|
426
426
|
"onClick": {
|
|
427
427
|
"defaultValue": null,
|
|
428
|
-
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides
|
|
428
|
+
"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.",
|
|
429
429
|
"name": "onClick",
|
|
430
430
|
"parent": {
|
|
431
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
431
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
432
432
|
"name": "PressEvents"
|
|
433
433
|
},
|
|
434
434
|
"declarations": [
|
|
435
435
|
{
|
|
436
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
436
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
437
437
|
"name": "PressEvents"
|
|
438
438
|
},
|
|
439
439
|
{
|
|
@@ -468,12 +468,12 @@
|
|
|
468
468
|
"description": "",
|
|
469
469
|
"name": "type",
|
|
470
470
|
"parent": {
|
|
471
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
471
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
472
472
|
"name": "AnchorHTMLAttributes"
|
|
473
473
|
},
|
|
474
474
|
"declarations": [
|
|
475
475
|
{
|
|
476
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
476
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
477
477
|
"name": "AnchorHTMLAttributes"
|
|
478
478
|
}
|
|
479
479
|
],
|
|
@@ -487,12 +487,12 @@
|
|
|
487
487
|
"description": "Whether the button is disabled.",
|
|
488
488
|
"name": "isDisabled",
|
|
489
489
|
"parent": {
|
|
490
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
490
|
+
"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",
|
|
491
491
|
"name": "ButtonProps"
|
|
492
492
|
},
|
|
493
493
|
"declarations": [
|
|
494
494
|
{
|
|
495
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
495
|
+
"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",
|
|
496
496
|
"name": "ButtonProps"
|
|
497
497
|
}
|
|
498
498
|
],
|
|
@@ -506,12 +506,12 @@
|
|
|
506
506
|
"description": "Handler that is called when the press is released over the target.",
|
|
507
507
|
"name": "onPress",
|
|
508
508
|
"parent": {
|
|
509
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
509
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
510
510
|
"name": "PressEvents"
|
|
511
511
|
},
|
|
512
512
|
"declarations": [
|
|
513
513
|
{
|
|
514
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
514
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
515
515
|
"name": "PressEvents"
|
|
516
516
|
}
|
|
517
517
|
],
|
|
@@ -525,12 +525,12 @@
|
|
|
525
525
|
"description": "Handler that is called when a press interaction starts.",
|
|
526
526
|
"name": "onPressStart",
|
|
527
527
|
"parent": {
|
|
528
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
528
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
529
529
|
"name": "PressEvents"
|
|
530
530
|
},
|
|
531
531
|
"declarations": [
|
|
532
532
|
{
|
|
533
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
533
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
534
534
|
"name": "PressEvents"
|
|
535
535
|
}
|
|
536
536
|
],
|
|
@@ -544,12 +544,12 @@
|
|
|
544
544
|
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
545
545
|
"name": "onPressEnd",
|
|
546
546
|
"parent": {
|
|
547
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
547
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
548
548
|
"name": "PressEvents"
|
|
549
549
|
},
|
|
550
550
|
"declarations": [
|
|
551
551
|
{
|
|
552
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
552
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
553
553
|
"name": "PressEvents"
|
|
554
554
|
}
|
|
555
555
|
],
|
|
@@ -563,12 +563,12 @@
|
|
|
563
563
|
"description": "Handler that is called when the press state changes.",
|
|
564
564
|
"name": "onPressChange",
|
|
565
565
|
"parent": {
|
|
566
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
566
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
567
567
|
"name": "PressEvents"
|
|
568
568
|
},
|
|
569
569
|
"declarations": [
|
|
570
570
|
{
|
|
571
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
571
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
572
572
|
"name": "PressEvents"
|
|
573
573
|
}
|
|
574
574
|
],
|
|
@@ -582,12 +582,12 @@
|
|
|
582
582
|
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
583
583
|
"name": "onPressUp",
|
|
584
584
|
"parent": {
|
|
585
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
585
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
586
586
|
"name": "PressEvents"
|
|
587
587
|
},
|
|
588
588
|
"declarations": [
|
|
589
589
|
{
|
|
590
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
590
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
591
591
|
"name": "PressEvents"
|
|
592
592
|
}
|
|
593
593
|
],
|
|
@@ -601,12 +601,12 @@
|
|
|
601
601
|
"description": "Handler that is called when the element's focus status changes.",
|
|
602
602
|
"name": "onFocusChange",
|
|
603
603
|
"parent": {
|
|
604
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
604
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
605
605
|
"name": "FocusEvents"
|
|
606
606
|
},
|
|
607
607
|
"declarations": [
|
|
608
608
|
{
|
|
609
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
609
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
610
610
|
"name": "FocusEvents"
|
|
611
611
|
}
|
|
612
612
|
],
|
|
@@ -617,15 +617,15 @@
|
|
|
617
617
|
},
|
|
618
618
|
"preventFocusOnPress": {
|
|
619
619
|
"defaultValue": null,
|
|
620
|
-
"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
|
|
620
|
+
"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.",
|
|
621
621
|
"name": "preventFocusOnPress",
|
|
622
622
|
"parent": {
|
|
623
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
623
|
+
"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",
|
|
624
624
|
"name": "AriaBaseButtonProps"
|
|
625
625
|
},
|
|
626
626
|
"declarations": [
|
|
627
627
|
{
|
|
628
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
628
|
+
"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",
|
|
629
629
|
"name": "AriaBaseButtonProps"
|
|
630
630
|
}
|
|
631
631
|
],
|
|
@@ -639,12 +639,12 @@
|
|
|
639
639
|
"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.",
|
|
640
640
|
"name": "excludeFromTabOrder",
|
|
641
641
|
"parent": {
|
|
642
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
642
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
643
643
|
"name": "FocusableDOMProps"
|
|
644
644
|
},
|
|
645
645
|
"declarations": [
|
|
646
646
|
{
|
|
647
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
647
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
648
648
|
"name": "FocusableDOMProps"
|
|
649
649
|
}
|
|
650
650
|
],
|
|
@@ -655,15 +655,15 @@
|
|
|
655
655
|
},
|
|
656
656
|
"render": {
|
|
657
657
|
"defaultValue": null,
|
|
658
|
-
"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
|
|
658
|
+
"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.",
|
|
659
659
|
"name": "render",
|
|
660
660
|
"parent": {
|
|
661
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
661
|
+
"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",
|
|
662
662
|
"name": "DOMRenderProps"
|
|
663
663
|
},
|
|
664
664
|
"declarations": [
|
|
665
665
|
{
|
|
666
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
666
|
+
"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",
|
|
667
667
|
"name": "DOMRenderProps"
|
|
668
668
|
}
|
|
669
669
|
],
|
|
@@ -677,12 +677,12 @@
|
|
|
677
677
|
"description": "Whether the element should be selected (controlled).",
|
|
678
678
|
"name": "isSelected",
|
|
679
679
|
"parent": {
|
|
680
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
680
|
+
"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",
|
|
681
681
|
"name": "ToggleButtonProps"
|
|
682
682
|
},
|
|
683
683
|
"declarations": [
|
|
684
684
|
{
|
|
685
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
685
|
+
"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",
|
|
686
686
|
"name": "ToggleButtonProps"
|
|
687
687
|
}
|
|
688
688
|
],
|
|
@@ -696,12 +696,12 @@
|
|
|
696
696
|
"description": "Whether the element should be selected (uncontrolled).",
|
|
697
697
|
"name": "defaultSelected",
|
|
698
698
|
"parent": {
|
|
699
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
699
|
+
"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",
|
|
700
700
|
"name": "ToggleButtonProps"
|
|
701
701
|
},
|
|
702
702
|
"declarations": [
|
|
703
703
|
{
|
|
704
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
704
|
+
"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",
|
|
705
705
|
"name": "ToggleButtonProps"
|
|
706
706
|
}
|
|
707
707
|
],
|
|
@@ -715,12 +715,12 @@
|
|
|
715
715
|
"description": "Handler that is called when a hover interaction starts.",
|
|
716
716
|
"name": "onHoverStart",
|
|
717
717
|
"parent": {
|
|
718
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
718
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
719
719
|
"name": "HoverEvents"
|
|
720
720
|
},
|
|
721
721
|
"declarations": [
|
|
722
722
|
{
|
|
723
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
723
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
724
724
|
"name": "HoverEvents"
|
|
725
725
|
}
|
|
726
726
|
],
|
|
@@ -734,12 +734,12 @@
|
|
|
734
734
|
"description": "Handler that is called when a hover interaction ends.",
|
|
735
735
|
"name": "onHoverEnd",
|
|
736
736
|
"parent": {
|
|
737
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
737
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
738
738
|
"name": "HoverEvents"
|
|
739
739
|
},
|
|
740
740
|
"declarations": [
|
|
741
741
|
{
|
|
742
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
742
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
743
743
|
"name": "HoverEvents"
|
|
744
744
|
}
|
|
745
745
|
],
|
|
@@ -753,12 +753,12 @@
|
|
|
753
753
|
"description": "Handler that is called when the hover state changes.",
|
|
754
754
|
"name": "onHoverChange",
|
|
755
755
|
"parent": {
|
|
756
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
756
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
757
757
|
"name": "HoverEvents"
|
|
758
758
|
},
|
|
759
759
|
"declarations": [
|
|
760
760
|
{
|
|
761
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
761
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
762
762
|
"name": "HoverEvents"
|
|
763
763
|
}
|
|
764
764
|
],
|