@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
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
"defaultValue": {
|
|
12
12
|
"value": "'react-aria-Button'"
|
|
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/Button.d.ts",
|
|
18
18
|
"name": "ButtonProps"
|
|
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/Button.d.ts",
|
|
23
23
|
"name": "ButtonProps"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
26
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
27
27
|
"name": "HTMLAttributes"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"description": "Whether the button is in a pending state. This disables press and hover events\nwhile retaining focusability, and announces the pending state to screen readers.",
|
|
38
38
|
"name": "isPending",
|
|
39
39
|
"parent": {
|
|
40
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
40
|
+
"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/Button.d.ts",
|
|
41
41
|
"name": "ButtonProps"
|
|
42
42
|
},
|
|
43
43
|
"declarations": [
|
|
44
44
|
{
|
|
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/Button.d.ts",
|
|
46
46
|
"name": "ButtonProps"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"description": "The `<form>` element to associate the button with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/button#form).",
|
|
57
57
|
"name": "form",
|
|
58
58
|
"parent": {
|
|
59
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
59
|
+
"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",
|
|
60
60
|
"name": "AriaBaseButtonProps"
|
|
61
61
|
},
|
|
62
62
|
"declarations": [
|
|
63
63
|
{
|
|
64
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
64
|
+
"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",
|
|
65
65
|
"name": "AriaBaseButtonProps"
|
|
66
66
|
}
|
|
67
67
|
],
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
"description": "Whether the element should receive focus on render.",
|
|
76
76
|
"name": "autoFocus",
|
|
77
77
|
"parent": {
|
|
78
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
78
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
79
79
|
"name": "FocusableProps"
|
|
80
80
|
},
|
|
81
81
|
"declarations": [
|
|
82
82
|
{
|
|
83
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
83
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
84
84
|
"name": "FocusableProps"
|
|
85
85
|
}
|
|
86
86
|
],
|
|
@@ -91,15 +91,15 @@
|
|
|
91
91
|
},
|
|
92
92
|
"id": {
|
|
93
93
|
"defaultValue": null,
|
|
94
|
-
"description": "The element's unique identifier. See
|
|
94
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
95
95
|
"name": "id",
|
|
96
96
|
"parent": {
|
|
97
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
97
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
98
98
|
"name": "DOMProps"
|
|
99
99
|
},
|
|
100
100
|
"declarations": [
|
|
101
101
|
{
|
|
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/dom.d.ts",
|
|
103
103
|
"name": "DOMProps"
|
|
104
104
|
}
|
|
105
105
|
],
|
|
@@ -110,15 +110,15 @@
|
|
|
110
110
|
},
|
|
111
111
|
"aria-controls": {
|
|
112
112
|
"defaultValue": null,
|
|
113
|
-
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current
|
|
113
|
+
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current\nelement.",
|
|
114
114
|
"name": "aria-controls",
|
|
115
115
|
"parent": {
|
|
116
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
116
|
+
"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",
|
|
117
117
|
"name": "AriaBaseButtonProps"
|
|
118
118
|
},
|
|
119
119
|
"declarations": [
|
|
120
120
|
{
|
|
121
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
121
|
+
"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",
|
|
122
122
|
"name": "AriaBaseButtonProps"
|
|
123
123
|
}
|
|
124
124
|
],
|
|
@@ -129,15 +129,15 @@
|
|
|
129
129
|
},
|
|
130
130
|
"aria-current": {
|
|
131
131
|
"defaultValue": null,
|
|
132
|
-
"description": "Indicates whether this element represents the current item within a container or set of related
|
|
132
|
+
"description": "Indicates whether this element represents the current item within a container or set of related\nelements.",
|
|
133
133
|
"name": "aria-current",
|
|
134
134
|
"parent": {
|
|
135
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
135
|
+
"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",
|
|
136
136
|
"name": "AriaBaseButtonProps"
|
|
137
137
|
},
|
|
138
138
|
"declarations": [
|
|
139
139
|
{
|
|
140
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
140
|
+
"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",
|
|
141
141
|
"name": "AriaBaseButtonProps"
|
|
142
142
|
}
|
|
143
143
|
],
|
|
@@ -151,12 +151,12 @@
|
|
|
151
151
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
152
152
|
"name": "aria-describedby",
|
|
153
153
|
"parent": {
|
|
154
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
154
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
155
155
|
"name": "AriaLabelingProps"
|
|
156
156
|
},
|
|
157
157
|
"declarations": [
|
|
158
158
|
{
|
|
159
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
159
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
160
160
|
"name": "AriaLabelingProps"
|
|
161
161
|
}
|
|
162
162
|
],
|
|
@@ -167,15 +167,15 @@
|
|
|
167
167
|
},
|
|
168
168
|
"aria-details": {
|
|
169
169
|
"defaultValue": null,
|
|
170
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
170
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
171
171
|
"name": "aria-details",
|
|
172
172
|
"parent": {
|
|
173
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
173
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
174
174
|
"name": "AriaLabelingProps"
|
|
175
175
|
},
|
|
176
176
|
"declarations": [
|
|
177
177
|
{
|
|
178
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
178
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
179
179
|
"name": "AriaLabelingProps"
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -189,12 +189,12 @@
|
|
|
189
189
|
"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`.",
|
|
190
190
|
"name": "aria-disabled",
|
|
191
191
|
"parent": {
|
|
192
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
192
|
+
"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",
|
|
193
193
|
"name": "AriaBaseButtonProps"
|
|
194
194
|
},
|
|
195
195
|
"declarations": [
|
|
196
196
|
{
|
|
197
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
197
|
+
"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",
|
|
198
198
|
"name": "AriaBaseButtonProps"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
@@ -209,15 +209,15 @@
|
|
|
209
209
|
},
|
|
210
210
|
"aria-expanded": {
|
|
211
211
|
"defaultValue": null,
|
|
212
|
-
"description": "Indicates whether the element, or another grouping element it controls, is currently expanded
|
|
212
|
+
"description": "Indicates whether the element, or another grouping element it controls, is currently expanded\nor collapsed.",
|
|
213
213
|
"name": "aria-expanded",
|
|
214
214
|
"parent": {
|
|
215
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
215
|
+
"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",
|
|
216
216
|
"name": "AriaBaseButtonProps"
|
|
217
217
|
},
|
|
218
218
|
"declarations": [
|
|
219
219
|
{
|
|
220
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
220
|
+
"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",
|
|
221
221
|
"name": "AriaBaseButtonProps"
|
|
222
222
|
}
|
|
223
223
|
],
|
|
@@ -228,15 +228,15 @@
|
|
|
228
228
|
},
|
|
229
229
|
"aria-haspopup": {
|
|
230
230
|
"defaultValue": null,
|
|
231
|
-
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that
|
|
231
|
+
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that\ncan be triggered by an element.",
|
|
232
232
|
"name": "aria-haspopup",
|
|
233
233
|
"parent": {
|
|
234
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
234
|
+
"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",
|
|
235
235
|
"name": "AriaBaseButtonProps"
|
|
236
236
|
},
|
|
237
237
|
"declarations": [
|
|
238
238
|
{
|
|
239
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
239
|
+
"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",
|
|
240
240
|
"name": "AriaBaseButtonProps"
|
|
241
241
|
}
|
|
242
242
|
],
|
|
@@ -250,12 +250,12 @@
|
|
|
250
250
|
"description": "Defines a string value that labels the current element.",
|
|
251
251
|
"name": "aria-label",
|
|
252
252
|
"parent": {
|
|
253
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
253
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
254
254
|
"name": "AriaLabelingProps"
|
|
255
255
|
},
|
|
256
256
|
"declarations": [
|
|
257
257
|
{
|
|
258
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
258
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
259
259
|
"name": "AriaLabelingProps"
|
|
260
260
|
}
|
|
261
261
|
],
|
|
@@ -269,12 +269,12 @@
|
|
|
269
269
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
270
270
|
"name": "aria-labelledby",
|
|
271
271
|
"parent": {
|
|
272
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
272
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
273
273
|
"name": "AriaLabelingProps"
|
|
274
274
|
},
|
|
275
275
|
"declarations": [
|
|
276
276
|
{
|
|
277
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
277
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
278
278
|
"name": "AriaLabelingProps"
|
|
279
279
|
}
|
|
280
280
|
],
|
|
@@ -288,12 +288,12 @@
|
|
|
288
288
|
"description": "Indicates the current \"pressed\" state of toggle buttons.",
|
|
289
289
|
"name": "aria-pressed",
|
|
290
290
|
"parent": {
|
|
291
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
291
|
+
"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",
|
|
292
292
|
"name": "AriaBaseButtonProps"
|
|
293
293
|
},
|
|
294
294
|
"declarations": [
|
|
295
295
|
{
|
|
296
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
296
|
+
"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",
|
|
297
297
|
"name": "AriaBaseButtonProps"
|
|
298
298
|
}
|
|
299
299
|
],
|
|
@@ -307,12 +307,12 @@
|
|
|
307
307
|
"description": "Handler that is called when the element receives focus.",
|
|
308
308
|
"name": "onFocus",
|
|
309
309
|
"parent": {
|
|
310
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
310
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
311
311
|
"name": "FocusEvents"
|
|
312
312
|
},
|
|
313
313
|
"declarations": [
|
|
314
314
|
{
|
|
315
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
315
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
316
316
|
"name": "FocusEvents"
|
|
317
317
|
}
|
|
318
318
|
],
|
|
@@ -326,12 +326,12 @@
|
|
|
326
326
|
"description": "Handler that is called when the element loses focus.",
|
|
327
327
|
"name": "onBlur",
|
|
328
328
|
"parent": {
|
|
329
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
329
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
330
330
|
"name": "FocusEvents"
|
|
331
331
|
},
|
|
332
332
|
"declarations": [
|
|
333
333
|
{
|
|
334
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
334
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
335
335
|
"name": "FocusEvents"
|
|
336
336
|
}
|
|
337
337
|
],
|
|
@@ -345,12 +345,12 @@
|
|
|
345
345
|
"description": "Handler that is called when a key is pressed.",
|
|
346
346
|
"name": "onKeyDown",
|
|
347
347
|
"parent": {
|
|
348
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
348
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
349
349
|
"name": "KeyboardEvents"
|
|
350
350
|
},
|
|
351
351
|
"declarations": [
|
|
352
352
|
{
|
|
353
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
353
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
354
354
|
"name": "KeyboardEvents"
|
|
355
355
|
}
|
|
356
356
|
],
|
|
@@ -364,12 +364,12 @@
|
|
|
364
364
|
"description": "Handler that is called when a key is released.",
|
|
365
365
|
"name": "onKeyUp",
|
|
366
366
|
"parent": {
|
|
367
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
367
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
368
368
|
"name": "KeyboardEvents"
|
|
369
369
|
},
|
|
370
370
|
"declarations": [
|
|
371
371
|
{
|
|
372
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
372
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
373
373
|
"name": "KeyboardEvents"
|
|
374
374
|
}
|
|
375
375
|
],
|
|
@@ -380,15 +380,15 @@
|
|
|
380
380
|
},
|
|
381
381
|
"onClick": {
|
|
382
382
|
"defaultValue": null,
|
|
383
|
-
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides
|
|
383
|
+
"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.",
|
|
384
384
|
"name": "onClick",
|
|
385
385
|
"parent": {
|
|
386
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
386
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
387
387
|
"name": "PressEvents"
|
|
388
388
|
},
|
|
389
389
|
"declarations": [
|
|
390
390
|
{
|
|
391
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
391
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
392
392
|
"name": "PressEvents"
|
|
393
393
|
},
|
|
394
394
|
{
|
|
@@ -408,12 +408,12 @@
|
|
|
408
408
|
"description": "The behavior of the button when used in an HTML form.",
|
|
409
409
|
"name": "type",
|
|
410
410
|
"parent": {
|
|
411
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
411
|
+
"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",
|
|
412
412
|
"name": "AriaBaseButtonProps"
|
|
413
413
|
},
|
|
414
414
|
"declarations": [
|
|
415
415
|
{
|
|
416
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
416
|
+
"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",
|
|
417
417
|
"name": "AriaBaseButtonProps"
|
|
418
418
|
}
|
|
419
419
|
],
|
|
@@ -439,12 +439,12 @@
|
|
|
439
439
|
"description": "The URL that processes the information submitted by the button.\nOverrides the action attribute of the button's form owner.",
|
|
440
440
|
"name": "formAction",
|
|
441
441
|
"parent": {
|
|
442
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
442
|
+
"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",
|
|
443
443
|
"name": "AriaBaseButtonProps"
|
|
444
444
|
},
|
|
445
445
|
"declarations": [
|
|
446
446
|
{
|
|
447
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
447
|
+
"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",
|
|
448
448
|
"name": "AriaBaseButtonProps"
|
|
449
449
|
}
|
|
450
450
|
],
|
|
@@ -458,12 +458,12 @@
|
|
|
458
458
|
"description": "Indicates how to encode the form data that is submitted.",
|
|
459
459
|
"name": "formEncType",
|
|
460
460
|
"parent": {
|
|
461
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
461
|
+
"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",
|
|
462
462
|
"name": "AriaBaseButtonProps"
|
|
463
463
|
},
|
|
464
464
|
"declarations": [
|
|
465
465
|
{
|
|
466
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
466
|
+
"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",
|
|
467
467
|
"name": "AriaBaseButtonProps"
|
|
468
468
|
}
|
|
469
469
|
],
|
|
@@ -477,12 +477,12 @@
|
|
|
477
477
|
"description": "Indicates the HTTP method used to submit the form.",
|
|
478
478
|
"name": "formMethod",
|
|
479
479
|
"parent": {
|
|
480
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
480
|
+
"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",
|
|
481
481
|
"name": "AriaBaseButtonProps"
|
|
482
482
|
},
|
|
483
483
|
"declarations": [
|
|
484
484
|
{
|
|
485
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
485
|
+
"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",
|
|
486
486
|
"name": "AriaBaseButtonProps"
|
|
487
487
|
}
|
|
488
488
|
],
|
|
@@ -496,12 +496,12 @@
|
|
|
496
496
|
"description": "Indicates that the form is not to be validated when it is submitted.",
|
|
497
497
|
"name": "formNoValidate",
|
|
498
498
|
"parent": {
|
|
499
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
499
|
+
"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",
|
|
500
500
|
"name": "AriaBaseButtonProps"
|
|
501
501
|
},
|
|
502
502
|
"declarations": [
|
|
503
503
|
{
|
|
504
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
504
|
+
"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",
|
|
505
505
|
"name": "AriaBaseButtonProps"
|
|
506
506
|
}
|
|
507
507
|
],
|
|
@@ -515,12 +515,12 @@
|
|
|
515
515
|
"description": "Overrides the target attribute of the button's form owner.",
|
|
516
516
|
"name": "formTarget",
|
|
517
517
|
"parent": {
|
|
518
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
518
|
+
"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",
|
|
519
519
|
"name": "AriaBaseButtonProps"
|
|
520
520
|
},
|
|
521
521
|
"declarations": [
|
|
522
522
|
{
|
|
523
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
523
|
+
"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",
|
|
524
524
|
"name": "AriaBaseButtonProps"
|
|
525
525
|
}
|
|
526
526
|
],
|
|
@@ -534,12 +534,12 @@
|
|
|
534
534
|
"description": "Submitted as a pair with the button's value as part of the form data.",
|
|
535
535
|
"name": "name",
|
|
536
536
|
"parent": {
|
|
537
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
537
|
+
"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",
|
|
538
538
|
"name": "AriaBaseButtonProps"
|
|
539
539
|
},
|
|
540
540
|
"declarations": [
|
|
541
541
|
{
|
|
542
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
542
|
+
"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",
|
|
543
543
|
"name": "AriaBaseButtonProps"
|
|
544
544
|
}
|
|
545
545
|
],
|
|
@@ -553,12 +553,12 @@
|
|
|
553
553
|
"description": "The value associated with the button's name when it's submitted with the form data.",
|
|
554
554
|
"name": "value",
|
|
555
555
|
"parent": {
|
|
556
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
556
|
+
"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",
|
|
557
557
|
"name": "AriaBaseButtonProps"
|
|
558
558
|
},
|
|
559
559
|
"declarations": [
|
|
560
560
|
{
|
|
561
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
561
|
+
"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",
|
|
562
562
|
"name": "AriaBaseButtonProps"
|
|
563
563
|
}
|
|
564
564
|
],
|
|
@@ -572,12 +572,12 @@
|
|
|
572
572
|
"description": "Whether the button is disabled.",
|
|
573
573
|
"name": "isDisabled",
|
|
574
574
|
"parent": {
|
|
575
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
575
|
+
"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",
|
|
576
576
|
"name": "ButtonProps"
|
|
577
577
|
},
|
|
578
578
|
"declarations": [
|
|
579
579
|
{
|
|
580
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
580
|
+
"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",
|
|
581
581
|
"name": "ButtonProps"
|
|
582
582
|
}
|
|
583
583
|
],
|
|
@@ -591,12 +591,12 @@
|
|
|
591
591
|
"description": "Handler that is called when the press is released over the target.",
|
|
592
592
|
"name": "onPress",
|
|
593
593
|
"parent": {
|
|
594
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
594
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
595
595
|
"name": "PressEvents"
|
|
596
596
|
},
|
|
597
597
|
"declarations": [
|
|
598
598
|
{
|
|
599
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
599
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
600
600
|
"name": "PressEvents"
|
|
601
601
|
}
|
|
602
602
|
],
|
|
@@ -610,12 +610,12 @@
|
|
|
610
610
|
"description": "Handler that is called when a press interaction starts.",
|
|
611
611
|
"name": "onPressStart",
|
|
612
612
|
"parent": {
|
|
613
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
613
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
614
614
|
"name": "PressEvents"
|
|
615
615
|
},
|
|
616
616
|
"declarations": [
|
|
617
617
|
{
|
|
618
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
618
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
619
619
|
"name": "PressEvents"
|
|
620
620
|
}
|
|
621
621
|
],
|
|
@@ -629,12 +629,12 @@
|
|
|
629
629
|
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
630
630
|
"name": "onPressEnd",
|
|
631
631
|
"parent": {
|
|
632
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
632
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
633
633
|
"name": "PressEvents"
|
|
634
634
|
},
|
|
635
635
|
"declarations": [
|
|
636
636
|
{
|
|
637
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
637
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
638
638
|
"name": "PressEvents"
|
|
639
639
|
}
|
|
640
640
|
],
|
|
@@ -648,12 +648,12 @@
|
|
|
648
648
|
"description": "Handler that is called when the press state changes.",
|
|
649
649
|
"name": "onPressChange",
|
|
650
650
|
"parent": {
|
|
651
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
651
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
652
652
|
"name": "PressEvents"
|
|
653
653
|
},
|
|
654
654
|
"declarations": [
|
|
655
655
|
{
|
|
656
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
656
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
657
657
|
"name": "PressEvents"
|
|
658
658
|
}
|
|
659
659
|
],
|
|
@@ -667,12 +667,12 @@
|
|
|
667
667
|
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
668
668
|
"name": "onPressUp",
|
|
669
669
|
"parent": {
|
|
670
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
670
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
671
671
|
"name": "PressEvents"
|
|
672
672
|
},
|
|
673
673
|
"declarations": [
|
|
674
674
|
{
|
|
675
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
675
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
676
676
|
"name": "PressEvents"
|
|
677
677
|
}
|
|
678
678
|
],
|
|
@@ -686,12 +686,12 @@
|
|
|
686
686
|
"description": "Handler that is called when the element's focus status changes.",
|
|
687
687
|
"name": "onFocusChange",
|
|
688
688
|
"parent": {
|
|
689
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
689
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
690
690
|
"name": "FocusEvents"
|
|
691
691
|
},
|
|
692
692
|
"declarations": [
|
|
693
693
|
{
|
|
694
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
694
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
695
695
|
"name": "FocusEvents"
|
|
696
696
|
}
|
|
697
697
|
],
|
|
@@ -702,15 +702,15 @@
|
|
|
702
702
|
},
|
|
703
703
|
"preventFocusOnPress": {
|
|
704
704
|
"defaultValue": null,
|
|
705
|
-
"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
|
|
705
|
+
"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.",
|
|
706
706
|
"name": "preventFocusOnPress",
|
|
707
707
|
"parent": {
|
|
708
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
708
|
+
"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",
|
|
709
709
|
"name": "AriaBaseButtonProps"
|
|
710
710
|
},
|
|
711
711
|
"declarations": [
|
|
712
712
|
{
|
|
713
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
713
|
+
"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",
|
|
714
714
|
"name": "AriaBaseButtonProps"
|
|
715
715
|
}
|
|
716
716
|
],
|
|
@@ -724,12 +724,12 @@
|
|
|
724
724
|
"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.",
|
|
725
725
|
"name": "excludeFromTabOrder",
|
|
726
726
|
"parent": {
|
|
727
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
727
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
728
728
|
"name": "FocusableDOMProps"
|
|
729
729
|
},
|
|
730
730
|
"declarations": [
|
|
731
731
|
{
|
|
732
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
732
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
733
733
|
"name": "FocusableDOMProps"
|
|
734
734
|
}
|
|
735
735
|
],
|
|
@@ -743,12 +743,12 @@
|
|
|
743
743
|
"description": "Handler that is called when a hover interaction starts.",
|
|
744
744
|
"name": "onHoverStart",
|
|
745
745
|
"parent": {
|
|
746
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
746
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
747
747
|
"name": "HoverEvents"
|
|
748
748
|
},
|
|
749
749
|
"declarations": [
|
|
750
750
|
{
|
|
751
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
751
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
752
752
|
"name": "HoverEvents"
|
|
753
753
|
}
|
|
754
754
|
],
|
|
@@ -762,12 +762,12 @@
|
|
|
762
762
|
"description": "Handler that is called when a hover interaction ends.",
|
|
763
763
|
"name": "onHoverEnd",
|
|
764
764
|
"parent": {
|
|
765
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
765
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
766
766
|
"name": "HoverEvents"
|
|
767
767
|
},
|
|
768
768
|
"declarations": [
|
|
769
769
|
{
|
|
770
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
770
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
771
771
|
"name": "HoverEvents"
|
|
772
772
|
}
|
|
773
773
|
],
|
|
@@ -781,12 +781,12 @@
|
|
|
781
781
|
"description": "Handler that is called when the hover state changes.",
|
|
782
782
|
"name": "onHoverChange",
|
|
783
783
|
"parent": {
|
|
784
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
784
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
785
785
|
"name": "HoverEvents"
|
|
786
786
|
},
|
|
787
787
|
"declarations": [
|
|
788
788
|
{
|
|
789
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
789
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
790
790
|
"name": "HoverEvents"
|
|
791
791
|
}
|
|
792
792
|
],
|
|
@@ -797,15 +797,15 @@
|
|
|
797
797
|
},
|
|
798
798
|
"slot": {
|
|
799
799
|
"defaultValue": null,
|
|
800
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
800
|
+
"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.",
|
|
801
801
|
"name": "slot",
|
|
802
802
|
"parent": {
|
|
803
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
803
|
+
"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",
|
|
804
804
|
"name": "SlotProps"
|
|
805
805
|
},
|
|
806
806
|
"declarations": [
|
|
807
807
|
{
|
|
808
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
808
|
+
"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",
|
|
809
809
|
"name": "SlotProps"
|
|
810
810
|
}
|
|
811
811
|
],
|
|
@@ -816,15 +816,15 @@
|
|
|
816
816
|
},
|
|
817
817
|
"children": {
|
|
818
818
|
"defaultValue": null,
|
|
819
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
819
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
820
820
|
"name": "children",
|
|
821
821
|
"parent": {
|
|
822
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
822
|
+
"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",
|
|
823
823
|
"name": "RenderProps"
|
|
824
824
|
},
|
|
825
825
|
"declarations": [
|
|
826
826
|
{
|
|
827
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
827
|
+
"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",
|
|
828
828
|
"name": "RenderProps"
|
|
829
829
|
}
|
|
830
830
|
],
|
|
@@ -835,15 +835,15 @@
|
|
|
835
835
|
},
|
|
836
836
|
"style": {
|
|
837
837
|
"defaultValue": null,
|
|
838
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
838
|
+
"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.",
|
|
839
839
|
"name": "style",
|
|
840
840
|
"parent": {
|
|
841
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
841
|
+
"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",
|
|
842
842
|
"name": "StyleRenderProps"
|
|
843
843
|
},
|
|
844
844
|
"declarations": [
|
|
845
845
|
{
|
|
846
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
846
|
+
"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",
|
|
847
847
|
"name": "StyleRenderProps"
|
|
848
848
|
}
|
|
849
849
|
],
|
|
@@ -854,15 +854,15 @@
|
|
|
854
854
|
},
|
|
855
855
|
"render": {
|
|
856
856
|
"defaultValue": null,
|
|
857
|
-
"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
|
|
857
|
+
"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.",
|
|
858
858
|
"name": "render",
|
|
859
859
|
"parent": {
|
|
860
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
860
|
+
"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",
|
|
861
861
|
"name": "DOMRenderProps"
|
|
862
862
|
},
|
|
863
863
|
"declarations": [
|
|
864
864
|
{
|
|
865
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
865
|
+
"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",
|
|
866
866
|
"name": "DOMRenderProps"
|
|
867
867
|
}
|
|
868
868
|
],
|