@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,15 +11,15 @@
|
|
|
11
11
|
"defaultValue": {
|
|
12
12
|
"value": "'react-aria-RadioGroup'"
|
|
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/RadioGroup.d.ts",
|
|
18
18
|
"name": "RadioGroupProps"
|
|
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/RadioGroup.d.ts",
|
|
23
23
|
"name": "RadioGroupProps"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"description": "A ref for the HTML input element.",
|
|
34
34
|
"name": "inputRef",
|
|
35
35
|
"parent": {
|
|
36
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
36
|
+
"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/RadioGroup.d.ts",
|
|
37
37
|
"name": "RadioProps"
|
|
38
38
|
},
|
|
39
39
|
"declarations": [
|
|
40
40
|
{
|
|
41
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
41
|
+
"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/RadioGroup.d.ts",
|
|
42
42
|
"name": "RadioProps"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"description": "Whether the element should receive focus on render.",
|
|
53
53
|
"name": "autoFocus",
|
|
54
54
|
"parent": {
|
|
55
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
55
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
56
56
|
"name": "FocusableProps"
|
|
57
57
|
},
|
|
58
58
|
"declarations": [
|
|
59
59
|
{
|
|
60
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
60
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
61
61
|
"name": "FocusableProps"
|
|
62
62
|
}
|
|
63
63
|
],
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
},
|
|
69
69
|
"id": {
|
|
70
70
|
"defaultValue": null,
|
|
71
|
-
"description": "The element's unique identifier. See
|
|
71
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
72
72
|
"name": "id",
|
|
73
73
|
"parent": {
|
|
74
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
74
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
75
75
|
"name": "DOMProps"
|
|
76
76
|
},
|
|
77
77
|
"declarations": [
|
|
78
78
|
{
|
|
79
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
79
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
80
80
|
"name": "DOMProps"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
91
91
|
"name": "aria-describedby",
|
|
92
92
|
"parent": {
|
|
93
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
93
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
94
94
|
"name": "AriaLabelingProps"
|
|
95
95
|
},
|
|
96
96
|
"declarations": [
|
|
97
97
|
{
|
|
98
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
98
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
99
99
|
"name": "AriaLabelingProps"
|
|
100
100
|
}
|
|
101
101
|
],
|
|
@@ -106,15 +106,15 @@
|
|
|
106
106
|
},
|
|
107
107
|
"aria-details": {
|
|
108
108
|
"defaultValue": null,
|
|
109
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
109
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
110
110
|
"name": "aria-details",
|
|
111
111
|
"parent": {
|
|
112
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
112
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
113
113
|
"name": "AriaLabelingProps"
|
|
114
114
|
},
|
|
115
115
|
"declarations": [
|
|
116
116
|
{
|
|
117
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
117
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
118
118
|
"name": "AriaLabelingProps"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
@@ -128,12 +128,12 @@
|
|
|
128
128
|
"description": "Defines a string value that labels the current element.",
|
|
129
129
|
"name": "aria-label",
|
|
130
130
|
"parent": {
|
|
131
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
131
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
132
132
|
"name": "AriaLabelingProps"
|
|
133
133
|
},
|
|
134
134
|
"declarations": [
|
|
135
135
|
{
|
|
136
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
136
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
137
137
|
"name": "AriaLabelingProps"
|
|
138
138
|
}
|
|
139
139
|
],
|
|
@@ -147,12 +147,12 @@
|
|
|
147
147
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
148
148
|
"name": "aria-labelledby",
|
|
149
149
|
"parent": {
|
|
150
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
150
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
151
151
|
"name": "AriaLabelingProps"
|
|
152
152
|
},
|
|
153
153
|
"declarations": [
|
|
154
154
|
{
|
|
155
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
155
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
156
156
|
"name": "AriaLabelingProps"
|
|
157
157
|
}
|
|
158
158
|
],
|
|
@@ -166,12 +166,12 @@
|
|
|
166
166
|
"description": "Handler that is called when the element receives focus.",
|
|
167
167
|
"name": "onFocus",
|
|
168
168
|
"parent": {
|
|
169
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
169
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
170
170
|
"name": "FocusEvents"
|
|
171
171
|
},
|
|
172
172
|
"declarations": [
|
|
173
173
|
{
|
|
174
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
174
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
175
175
|
"name": "FocusEvents"
|
|
176
176
|
}
|
|
177
177
|
],
|
|
@@ -185,12 +185,12 @@
|
|
|
185
185
|
"description": "Handler that is called when the element loses focus.",
|
|
186
186
|
"name": "onBlur",
|
|
187
187
|
"parent": {
|
|
188
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
188
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
189
189
|
"name": "FocusEvents"
|
|
190
190
|
},
|
|
191
191
|
"declarations": [
|
|
192
192
|
{
|
|
193
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
193
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
194
194
|
"name": "FocusEvents"
|
|
195
195
|
}
|
|
196
196
|
],
|
|
@@ -204,12 +204,12 @@
|
|
|
204
204
|
"description": "Handler that is called when a key is pressed.",
|
|
205
205
|
"name": "onKeyDown",
|
|
206
206
|
"parent": {
|
|
207
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
207
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
208
208
|
"name": "KeyboardEvents"
|
|
209
209
|
},
|
|
210
210
|
"declarations": [
|
|
211
211
|
{
|
|
212
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
212
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
213
213
|
"name": "KeyboardEvents"
|
|
214
214
|
}
|
|
215
215
|
],
|
|
@@ -223,12 +223,12 @@
|
|
|
223
223
|
"description": "Handler that is called when a key is released.",
|
|
224
224
|
"name": "onKeyUp",
|
|
225
225
|
"parent": {
|
|
226
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
226
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
227
227
|
"name": "KeyboardEvents"
|
|
228
228
|
},
|
|
229
229
|
"declarations": [
|
|
230
230
|
{
|
|
231
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
231
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
232
232
|
"name": "KeyboardEvents"
|
|
233
233
|
}
|
|
234
234
|
],
|
|
@@ -239,15 +239,15 @@
|
|
|
239
239
|
},
|
|
240
240
|
"onClick": {
|
|
241
241
|
"defaultValue": null,
|
|
242
|
-
"description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides
|
|
242
|
+
"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.",
|
|
243
243
|
"name": "onClick",
|
|
244
244
|
"parent": {
|
|
245
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
245
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
246
246
|
"name": "PressEvents"
|
|
247
247
|
},
|
|
248
248
|
"declarations": [
|
|
249
249
|
{
|
|
250
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
250
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
251
251
|
"name": "PressEvents"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
@@ -265,12 +265,12 @@
|
|
|
265
265
|
"description": "The value of the radio button, used when submitting an HTML form.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio#Value).",
|
|
266
266
|
"name": "value",
|
|
267
267
|
"parent": {
|
|
268
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
268
|
+
"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/radio/useRadio.d.ts",
|
|
269
269
|
"name": "RadioProps"
|
|
270
270
|
},
|
|
271
271
|
"declarations": [
|
|
272
272
|
{
|
|
273
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
273
|
+
"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/radio/useRadio.d.ts",
|
|
274
274
|
"name": "RadioProps"
|
|
275
275
|
}
|
|
276
276
|
],
|
|
@@ -284,12 +284,12 @@
|
|
|
284
284
|
"description": "Whether the radio button is disabled or not.\nShows that a selection exists, but is not available in that circumstance.",
|
|
285
285
|
"name": "isDisabled",
|
|
286
286
|
"parent": {
|
|
287
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
287
|
+
"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/radio/useRadio.d.ts",
|
|
288
288
|
"name": "RadioProps"
|
|
289
289
|
},
|
|
290
290
|
"declarations": [
|
|
291
291
|
{
|
|
292
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
292
|
+
"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/radio/useRadio.d.ts",
|
|
293
293
|
"name": "RadioProps"
|
|
294
294
|
}
|
|
295
295
|
],
|
|
@@ -303,12 +303,12 @@
|
|
|
303
303
|
"description": "Handler that is called when the press is released over the target.",
|
|
304
304
|
"name": "onPress",
|
|
305
305
|
"parent": {
|
|
306
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
306
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
307
307
|
"name": "PressEvents"
|
|
308
308
|
},
|
|
309
309
|
"declarations": [
|
|
310
310
|
{
|
|
311
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
311
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
312
312
|
"name": "PressEvents"
|
|
313
313
|
}
|
|
314
314
|
],
|
|
@@ -322,12 +322,12 @@
|
|
|
322
322
|
"description": "Handler that is called when a press interaction starts.",
|
|
323
323
|
"name": "onPressStart",
|
|
324
324
|
"parent": {
|
|
325
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
325
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
326
326
|
"name": "PressEvents"
|
|
327
327
|
},
|
|
328
328
|
"declarations": [
|
|
329
329
|
{
|
|
330
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
330
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
331
331
|
"name": "PressEvents"
|
|
332
332
|
}
|
|
333
333
|
],
|
|
@@ -341,12 +341,12 @@
|
|
|
341
341
|
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
342
342
|
"name": "onPressEnd",
|
|
343
343
|
"parent": {
|
|
344
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
344
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
345
345
|
"name": "PressEvents"
|
|
346
346
|
},
|
|
347
347
|
"declarations": [
|
|
348
348
|
{
|
|
349
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
349
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
350
350
|
"name": "PressEvents"
|
|
351
351
|
}
|
|
352
352
|
],
|
|
@@ -360,12 +360,12 @@
|
|
|
360
360
|
"description": "Handler that is called when the press state changes.",
|
|
361
361
|
"name": "onPressChange",
|
|
362
362
|
"parent": {
|
|
363
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
363
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
364
364
|
"name": "PressEvents"
|
|
365
365
|
},
|
|
366
366
|
"declarations": [
|
|
367
367
|
{
|
|
368
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
368
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
369
369
|
"name": "PressEvents"
|
|
370
370
|
}
|
|
371
371
|
],
|
|
@@ -379,12 +379,12 @@
|
|
|
379
379
|
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
380
380
|
"name": "onPressUp",
|
|
381
381
|
"parent": {
|
|
382
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
382
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
383
383
|
"name": "PressEvents"
|
|
384
384
|
},
|
|
385
385
|
"declarations": [
|
|
386
386
|
{
|
|
387
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
387
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
388
388
|
"name": "PressEvents"
|
|
389
389
|
}
|
|
390
390
|
],
|
|
@@ -398,12 +398,12 @@
|
|
|
398
398
|
"description": "Handler that is called when the element's focus status changes.",
|
|
399
399
|
"name": "onFocusChange",
|
|
400
400
|
"parent": {
|
|
401
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
401
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
402
402
|
"name": "FocusEvents"
|
|
403
403
|
},
|
|
404
404
|
"declarations": [
|
|
405
405
|
{
|
|
406
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
406
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
407
407
|
"name": "FocusEvents"
|
|
408
408
|
}
|
|
409
409
|
],
|
|
@@ -417,12 +417,12 @@
|
|
|
417
417
|
"description": "Handler that is called when a hover interaction starts.",
|
|
418
418
|
"name": "onHoverStart",
|
|
419
419
|
"parent": {
|
|
420
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
420
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
421
421
|
"name": "HoverEvents"
|
|
422
422
|
},
|
|
423
423
|
"declarations": [
|
|
424
424
|
{
|
|
425
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
425
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
426
426
|
"name": "HoverEvents"
|
|
427
427
|
}
|
|
428
428
|
],
|
|
@@ -436,12 +436,12 @@
|
|
|
436
436
|
"description": "Handler that is called when a hover interaction ends.",
|
|
437
437
|
"name": "onHoverEnd",
|
|
438
438
|
"parent": {
|
|
439
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
439
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
440
440
|
"name": "HoverEvents"
|
|
441
441
|
},
|
|
442
442
|
"declarations": [
|
|
443
443
|
{
|
|
444
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
444
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
445
445
|
"name": "HoverEvents"
|
|
446
446
|
}
|
|
447
447
|
],
|
|
@@ -455,12 +455,12 @@
|
|
|
455
455
|
"description": "Handler that is called when the hover state changes.",
|
|
456
456
|
"name": "onHoverChange",
|
|
457
457
|
"parent": {
|
|
458
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
458
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
459
459
|
"name": "HoverEvents"
|
|
460
460
|
},
|
|
461
461
|
"declarations": [
|
|
462
462
|
{
|
|
463
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
463
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
464
464
|
"name": "HoverEvents"
|
|
465
465
|
}
|
|
466
466
|
],
|
|
@@ -471,15 +471,15 @@
|
|
|
471
471
|
},
|
|
472
472
|
"children": {
|
|
473
473
|
"defaultValue": null,
|
|
474
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
474
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
475
475
|
"name": "children",
|
|
476
476
|
"parent": {
|
|
477
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
477
|
+
"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",
|
|
478
478
|
"name": "RenderProps"
|
|
479
479
|
},
|
|
480
480
|
"declarations": [
|
|
481
481
|
{
|
|
482
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
482
|
+
"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",
|
|
483
483
|
"name": "RenderProps"
|
|
484
484
|
}
|
|
485
485
|
],
|
|
@@ -490,15 +490,15 @@
|
|
|
490
490
|
},
|
|
491
491
|
"style": {
|
|
492
492
|
"defaultValue": null,
|
|
493
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
493
|
+
"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.",
|
|
494
494
|
"name": "style",
|
|
495
495
|
"parent": {
|
|
496
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
496
|
+
"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",
|
|
497
497
|
"name": "StyleRenderProps"
|
|
498
498
|
},
|
|
499
499
|
"declarations": [
|
|
500
500
|
{
|
|
501
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
501
|
+
"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",
|
|
502
502
|
"name": "StyleRenderProps"
|
|
503
503
|
}
|
|
504
504
|
],
|
|
@@ -509,15 +509,15 @@
|
|
|
509
509
|
},
|
|
510
510
|
"render": {
|
|
511
511
|
"defaultValue": null,
|
|
512
|
-
"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
|
|
512
|
+
"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.",
|
|
513
513
|
"name": "render",
|
|
514
514
|
"parent": {
|
|
515
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
515
|
+
"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",
|
|
516
516
|
"name": "DOMRenderProps"
|
|
517
517
|
},
|
|
518
518
|
"declarations": [
|
|
519
519
|
{
|
|
520
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
520
|
+
"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",
|
|
521
521
|
"name": "DOMRenderProps"
|
|
522
522
|
}
|
|
523
523
|
],
|
|
@@ -528,15 +528,15 @@
|
|
|
528
528
|
},
|
|
529
529
|
"slot": {
|
|
530
530
|
"defaultValue": null,
|
|
531
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
531
|
+
"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.",
|
|
532
532
|
"name": "slot",
|
|
533
533
|
"parent": {
|
|
534
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
534
|
+
"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",
|
|
535
535
|
"name": "SlotProps"
|
|
536
536
|
},
|
|
537
537
|
"declarations": [
|
|
538
538
|
{
|
|
539
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
539
|
+
"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",
|
|
540
540
|
"name": "SlotProps"
|
|
541
541
|
}
|
|
542
542
|
],
|