@commercetools/nimbus-mcp 2.11.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/docs/route-manifest.json +1421 -605
- package/data/docs/routes/components-data-display-card.json +71 -5
- package/data/docs/routes/components-data-display-data-table.json +66 -34
- package/data/docs/routes/components-data-display-draggable-list.json +62 -7
- package/data/docs/routes/components-feedback-toast.json +1 -1
- package/data/docs/routes/components-inputs-checkbox.json +2 -2
- package/data/docs/routes/components-layout-defaultpage.json +4 -4
- package/data/docs/routes/components-layout-modalpage.json +4 -4
- package/data/docs/routes/components-layout-scrollarea.json +3 -3
- package/data/docs/routes/components-layout-splitter.json +654 -0
- package/data/docs/routes/components-media-avatar.json +24 -2
- package/data/docs/routes/components-utilities-region.json +265 -0
- package/data/docs/routes/home-getting-started-bundler-plugins.json +248 -0
- package/data/docs/routes/hooks-usedraganddrop.json +310 -0
- package/data/docs/routes/patterns-actions-form-action-bar.json +412 -0
- package/data/docs/routes/patterns-actions.json +78 -0
- package/data/docs/routes/patterns-dialogs-confirmation-dialog.json +391 -0
- package/data/docs/routes/patterns-dialogs-form-dialog.json +358 -0
- package/data/docs/routes/patterns-dialogs-info-dialog.json +315 -0
- package/data/docs/routes/patterns-dialogs.json +78 -0
- package/data/docs/routes/patterns-pages-public-page-layout.json +371 -0
- package/data/docs/routes/patterns-pages.json +78 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +32 -32
- package/data/docs/types/AccordionHeader.json +102 -102
- package/data/docs/types/AccordionItem.json +28 -28
- package/data/docs/types/AccordionRoot.json +15 -15
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +89 -89
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +8 -8
- package/data/docs/types/Badge.json +2 -2
- package/data/docs/types/Body.json +6 -6
- package/data/docs/types/Box.json +6 -6
- package/data/docs/types/Button.json +97 -97
- package/data/docs/types/Calendar.json +111 -65
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/Card.json +1 -1
- package/data/docs/types/{CardContent.json → CardBody.json} +2 -2
- package/data/docs/types/CardFooter.json +27 -0
- package/data/docs/types/CardRoot.json +18 -48
- package/data/docs/types/Cell.json +20 -20
- package/data/docs/types/Checkbox.json +99 -99
- package/data/docs/types/Code.json +10 -10
- package/data/docs/types/CollapsibleMotionContent.json +2 -2
- package/data/docs/types/CollapsibleMotionRoot.json +2 -2
- package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
- package/data/docs/types/Column.json +8 -8
- package/data/docs/types/ColumnGroup.json +8 -8
- package/data/docs/types/ColumnHeader.json +18 -18
- package/data/docs/types/ComboBoxListBox.json +80 -80
- package/data/docs/types/ComboBoxOption.json +77 -77
- package/data/docs/types/ComboBoxPopover.json +77 -77
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +29 -29
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/ConfirmationDialog.json +224 -0
- package/data/docs/types/Content.json +2 -2
- package/data/docs/types/DataTable.json +17 -2
- package/data/docs/types/DataTableBody.json +24 -24
- package/data/docs/types/DataTableHeader.json +31 -31
- package/data/docs/types/DataTableRoot.json +17 -2
- package/data/docs/types/DataTableTable.json +35 -20
- package/data/docs/types/DateInput.json +84 -84
- package/data/docs/types/DatePicker.json +65 -65
- package/data/docs/types/DateRangePicker.json +99 -99
- package/data/docs/types/DateRangePickerField.json +99 -99
- package/data/docs/types/DefaultPageBackLink.json +16 -16
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +87 -87
- package/data/docs/types/DialogTrigger.json +2 -2
- package/data/docs/types/DragAndDropItemData.json +9 -0
- package/data/docs/types/DragAndDropProps.json +9 -0
- package/data/docs/types/DraggableListField.json +159 -70
- package/data/docs/types/DraggableListItem.json +63 -63
- package/data/docs/types/DraggableListRoot.json +159 -70
- package/data/docs/types/DrawerCloseTrigger.json +87 -87
- package/data/docs/types/DrawerTrigger.json +2 -2
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormActionBar.json +200 -0
- package/data/docs/types/FormDialog.json +198 -0
- package/data/docs/types/FormFieldRoot.json +2 -2
- package/data/docs/types/Grid.json +24 -24
- package/data/docs/types/Group.json +12 -12
- package/data/docs/types/Header.json +6 -6
- package/data/docs/types/Heading.json +8 -8
- package/data/docs/types/Icon.json +4 -4
- package/data/docs/types/IconButton.json +97 -97
- package/data/docs/types/IconToggleButton.json +84 -84
- package/data/docs/types/Image.json +30 -30
- package/data/docs/types/Indicator.json +6 -6
- package/data/docs/types/InfoDialog.json +104 -0
- package/data/docs/types/InlineSvg.json +2 -2
- package/data/docs/types/Item.json +6 -6
- package/data/docs/types/Kbd.json +8 -8
- package/data/docs/types/Link.json +31 -31
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +10 -10
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MakeElementFocusable.json +19 -19
- package/data/docs/types/MenuItem.json +75 -75
- package/data/docs/types/MenuRoot.json +63 -63
- package/data/docs/types/MenuSection.json +35 -54
- package/data/docs/types/MenuSubmenuTrigger.json +5 -5
- package/data/docs/types/MenuTrigger.json +102 -102
- package/data/docs/types/MultilineTextInput.json +134 -134
- package/data/docs/types/MultilineTextInputField.json +131 -131
- package/data/docs/types/NumberInput.json +100 -100
- package/data/docs/types/NumberInputField.json +95 -95
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +129 -129
- package/data/docs/types/PasswordInputField.json +129 -129
- package/data/docs/types/ProgressBar.json +14 -14
- package/data/docs/types/PublicPageLayout.json +99 -0
- package/data/docs/types/RadioInputOption.json +64 -64
- package/data/docs/types/RadioInputRoot.json +55 -55
- package/data/docs/types/RangeCalendar.json +90 -71
- package/data/docs/types/Region.json +114 -0
- package/data/docs/types/RegionProvider.json +25 -0
- package/data/docs/types/RegionTarget.json +112 -0
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +10 -10
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/SPLITTER_SIZE_TOKENS.json +9 -0
- package/data/docs/types/ScrollArea.json +6 -6
- package/data/docs/types/SearchInput.json +136 -136
- package/data/docs/types/SearchInputField.json +131 -131
- package/data/docs/types/SelectOption.json +66 -66
- package/data/docs/types/SelectOptionGroup.json +22 -22
- package/data/docs/types/SelectOptions.json +74 -74
- package/data/docs/types/SelectRoot.json +102 -102
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SplitButton.json +12 -12
- package/data/docs/types/Splitter.json +12 -0
- package/data/docs/types/SplitterAside.json +27 -0
- package/data/docs/types/SplitterHandle.json +27 -0
- package/data/docs/types/SplitterMain.json +27 -0
- package/data/docs/types/SplitterRoot.json +271 -0
- package/data/docs/types/SplitterSizeToken.json +9 -0
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsNextTrigger.json +2 -2
- package/data/docs/types/StepsPrevTrigger.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/StepsTrigger.json +2 -2
- package/data/docs/types/Switch.json +38 -38
- package/data/docs/types/TabNavItem.json +18 -18
- package/data/docs/types/TabNavRoot.json +2 -2
- package/data/docs/types/TableBody.json +6 -6
- package/data/docs/types/TableCaption.json +6 -6
- package/data/docs/types/TableCell.json +20 -20
- package/data/docs/types/TableColumn.json +8 -8
- package/data/docs/types/TableColumnGroup.json +8 -8
- package/data/docs/types/TableColumnHeader.json +18 -18
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +32 -32
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsTab.json +2 -2
- package/data/docs/types/TagGroupRoot.json +27 -27
- package/data/docs/types/TagGroupTag.json +68 -68
- package/data/docs/types/TagGroupTagList.json +18 -18
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +132 -132
- package/data/docs/types/TextInputField.json +129 -129
- package/data/docs/types/TimeInput.json +78 -78
- package/data/docs/types/ToggleButton.json +86 -86
- package/data/docs/types/ToggleButtonGroupButton.json +33 -33
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +12 -12
- package/data/docs/types/TooltipContent.json +31 -31
- package/data/docs/types/TooltipRoot.json +18 -18
- package/data/docs/types/Trigger.json +4 -4
- package/data/docs/types/UseDragAndDropOptions.json +9 -0
- package/data/docs/types/VisuallyHidden.json +7 -7
- package/data/docs/types/createArrayHandlers.json +12 -0
- package/data/docs/types/createItemsFromCsvDrop.json +833 -0
- package/data/docs/types/createItemsFromDirectoryDrop.json +833 -0
- package/data/docs/types/createItemsFromFileDrop.json +833 -0
- package/data/docs/types/createItemsFromImageDrop.json +833 -0
- package/data/docs/types/createItemsFromJsonDrop.json +833 -0
- package/data/docs/types/createItemsFromTextDrop.json +12 -0
- package/data/docs/types/createListDataHandlers.json +102 -0
- package/data/docs/types/manifest.json +32 -2
- package/data/docs/types/toast.json +0 -15
- package/data/docs/types/useDragAndDrop.json +174 -0
- package/data/docs/types/useRegion.json +1052 -0
- package/data/docs/types/useResponsiveSplitterSizes.json +143 -0
- package/package.json +7 -7
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"description": "The `<form>` element to associate the input 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/input#form).",
|
|
31
31
|
"name": "form",
|
|
32
32
|
"parent": {
|
|
33
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
33
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
34
34
|
"name": "InputDOMProps"
|
|
35
35
|
},
|
|
36
36
|
"declarations": [
|
|
37
37
|
{
|
|
38
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
38
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
39
39
|
"name": "InputDOMProps"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
},
|
|
47
47
|
"slot": {
|
|
48
48
|
"defaultValue": null,
|
|
49
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
49
|
+
"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.",
|
|
50
50
|
"name": "slot",
|
|
51
51
|
"parent": {
|
|
52
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
52
|
+
"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",
|
|
53
53
|
"name": "SlotProps"
|
|
54
54
|
},
|
|
55
55
|
"declarations": [
|
|
56
56
|
{
|
|
57
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
57
|
+
"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",
|
|
58
58
|
"name": "SlotProps"
|
|
59
59
|
}
|
|
60
60
|
],
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
},
|
|
66
66
|
"style": {
|
|
67
67
|
"defaultValue": null,
|
|
68
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the
|
|
68
|
+
"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.",
|
|
69
69
|
"name": "style",
|
|
70
70
|
"parent": {
|
|
71
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
71
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
|
|
72
72
|
"name": "StyleRenderProps"
|
|
73
73
|
},
|
|
74
74
|
"declarations": [
|
|
75
75
|
{
|
|
76
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
76
|
+
"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",
|
|
77
77
|
"name": "StyleRenderProps"
|
|
78
78
|
}
|
|
79
79
|
],
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"description": "The default value (uncontrolled).",
|
|
88
88
|
"name": "defaultValue",
|
|
89
89
|
"parent": {
|
|
90
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
90
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
91
91
|
"name": "ValueBase"
|
|
92
92
|
},
|
|
93
93
|
"declarations": [
|
|
94
94
|
{
|
|
95
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
95
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
96
96
|
"name": "ValueBase"
|
|
97
97
|
}
|
|
98
98
|
],
|
|
@@ -105,15 +105,15 @@
|
|
|
105
105
|
"defaultValue": {
|
|
106
106
|
"value": "'react-aria-RadioGroup'"
|
|
107
107
|
},
|
|
108
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the
|
|
108
|
+
"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.",
|
|
109
109
|
"name": "className",
|
|
110
110
|
"parent": {
|
|
111
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
111
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/RadioGroup.d.ts",
|
|
112
112
|
"name": "RadioGroupProps"
|
|
113
113
|
},
|
|
114
114
|
"declarations": [
|
|
115
115
|
{
|
|
116
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
116
|
+
"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",
|
|
117
117
|
"name": "RadioGroupProps"
|
|
118
118
|
}
|
|
119
119
|
],
|
|
@@ -124,15 +124,15 @@
|
|
|
124
124
|
},
|
|
125
125
|
"id": {
|
|
126
126
|
"defaultValue": null,
|
|
127
|
-
"description": "The element's unique identifier. See
|
|
127
|
+
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
128
128
|
"name": "id",
|
|
129
129
|
"parent": {
|
|
130
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
130
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
131
131
|
"name": "DOMProps"
|
|
132
132
|
},
|
|
133
133
|
"declarations": [
|
|
134
134
|
{
|
|
135
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
135
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
136
136
|
"name": "DOMProps"
|
|
137
137
|
}
|
|
138
138
|
],
|
|
@@ -146,12 +146,12 @@
|
|
|
146
146
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
147
147
|
"name": "aria-describedby",
|
|
148
148
|
"parent": {
|
|
149
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
149
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
150
150
|
"name": "AriaLabelingProps"
|
|
151
151
|
},
|
|
152
152
|
"declarations": [
|
|
153
153
|
{
|
|
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
|
],
|
|
@@ -162,15 +162,15 @@
|
|
|
162
162
|
},
|
|
163
163
|
"aria-details": {
|
|
164
164
|
"defaultValue": null,
|
|
165
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the
|
|
165
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
166
166
|
"name": "aria-details",
|
|
167
167
|
"parent": {
|
|
168
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
168
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
169
169
|
"name": "AriaLabelingProps"
|
|
170
170
|
},
|
|
171
171
|
"declarations": [
|
|
172
172
|
{
|
|
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
|
],
|
|
@@ -184,12 +184,12 @@
|
|
|
184
184
|
"description": "Identifies the element that provides an error message for the object.",
|
|
185
185
|
"name": "aria-errormessage",
|
|
186
186
|
"parent": {
|
|
187
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
187
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
188
188
|
"name": "AriaValidationProps"
|
|
189
189
|
},
|
|
190
190
|
"declarations": [
|
|
191
191
|
{
|
|
192
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
192
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
193
193
|
"name": "AriaValidationProps"
|
|
194
194
|
}
|
|
195
195
|
],
|
|
@@ -203,12 +203,12 @@
|
|
|
203
203
|
"description": "Defines a string value that labels the current element.",
|
|
204
204
|
"name": "aria-label",
|
|
205
205
|
"parent": {
|
|
206
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
206
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
207
207
|
"name": "AriaLabelingProps"
|
|
208
208
|
},
|
|
209
209
|
"declarations": [
|
|
210
210
|
{
|
|
211
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
211
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
212
212
|
"name": "AriaLabelingProps"
|
|
213
213
|
}
|
|
214
214
|
],
|
|
@@ -222,12 +222,12 @@
|
|
|
222
222
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
223
223
|
"name": "aria-labelledby",
|
|
224
224
|
"parent": {
|
|
225
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
225
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
226
226
|
"name": "AriaLabelingProps"
|
|
227
227
|
},
|
|
228
228
|
"declarations": [
|
|
229
229
|
{
|
|
230
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
230
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
231
231
|
"name": "AriaLabelingProps"
|
|
232
232
|
}
|
|
233
233
|
],
|
|
@@ -241,12 +241,12 @@
|
|
|
241
241
|
"description": "Handler that is called when the element receives focus.",
|
|
242
242
|
"name": "onFocus",
|
|
243
243
|
"parent": {
|
|
244
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
244
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
245
245
|
"name": "FocusEvents"
|
|
246
246
|
},
|
|
247
247
|
"declarations": [
|
|
248
248
|
{
|
|
249
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
249
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
250
250
|
"name": "FocusEvents"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
@@ -260,12 +260,12 @@
|
|
|
260
260
|
"description": "Handler that is called when the element loses focus.",
|
|
261
261
|
"name": "onBlur",
|
|
262
262
|
"parent": {
|
|
263
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
263
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
264
264
|
"name": "FocusEvents"
|
|
265
265
|
},
|
|
266
266
|
"declarations": [
|
|
267
267
|
{
|
|
268
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
268
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
269
269
|
"name": "FocusEvents"
|
|
270
270
|
}
|
|
271
271
|
],
|
|
@@ -279,12 +279,12 @@
|
|
|
279
279
|
"description": "Handler that is called when the value changes.",
|
|
280
280
|
"name": "onChange",
|
|
281
281
|
"parent": {
|
|
282
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
282
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
283
283
|
"name": "ValueBase"
|
|
284
284
|
},
|
|
285
285
|
"declarations": [
|
|
286
286
|
{
|
|
287
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
287
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
288
288
|
"name": "ValueBase"
|
|
289
289
|
}
|
|
290
290
|
],
|
|
@@ -295,15 +295,15 @@
|
|
|
295
295
|
},
|
|
296
296
|
"name": {
|
|
297
297
|
"defaultValue": null,
|
|
298
|
-
"description": "The name of the input element, used when submitting an HTML form. See
|
|
298
|
+
"description": "The name of the input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
299
299
|
"name": "name",
|
|
300
300
|
"parent": {
|
|
301
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
301
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
302
302
|
"name": "InputDOMProps"
|
|
303
303
|
},
|
|
304
304
|
"declarations": [
|
|
305
305
|
{
|
|
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/dom.d.ts",
|
|
307
307
|
"name": "InputDOMProps"
|
|
308
308
|
}
|
|
309
309
|
],
|
|
@@ -317,12 +317,12 @@
|
|
|
317
317
|
"description": "The current value (controlled).",
|
|
318
318
|
"name": "value",
|
|
319
319
|
"parent": {
|
|
320
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
320
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
321
321
|
"name": "ValueBase"
|
|
322
322
|
},
|
|
323
323
|
"declarations": [
|
|
324
324
|
{
|
|
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/inputs.d.ts",
|
|
326
326
|
"name": "ValueBase"
|
|
327
327
|
}
|
|
328
328
|
],
|
|
@@ -336,12 +336,12 @@
|
|
|
336
336
|
"description": "Whether the input is disabled.",
|
|
337
337
|
"name": "isDisabled",
|
|
338
338
|
"parent": {
|
|
339
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
339
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
340
340
|
"name": "InputBase"
|
|
341
341
|
},
|
|
342
342
|
"declarations": [
|
|
343
343
|
{
|
|
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/inputs.d.ts",
|
|
345
345
|
"name": "InputBase"
|
|
346
346
|
}
|
|
347
347
|
],
|
|
@@ -355,12 +355,12 @@
|
|
|
355
355
|
"description": "Handler that is called when the element's focus status changes.",
|
|
356
356
|
"name": "onFocusChange",
|
|
357
357
|
"parent": {
|
|
358
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
358
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
359
359
|
"name": "FocusEvents"
|
|
360
360
|
},
|
|
361
361
|
"declarations": [
|
|
362
362
|
{
|
|
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": "FocusEvents"
|
|
365
365
|
}
|
|
366
366
|
],
|
|
@@ -371,15 +371,15 @@
|
|
|
371
371
|
},
|
|
372
372
|
"render": {
|
|
373
373
|
"defaultValue": null,
|
|
374
|
-
"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
|
|
374
|
+
"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.",
|
|
375
375
|
"name": "render",
|
|
376
376
|
"parent": {
|
|
377
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
377
|
+
"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",
|
|
378
378
|
"name": "DOMRenderProps"
|
|
379
379
|
},
|
|
380
380
|
"declarations": [
|
|
381
381
|
{
|
|
382
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
382
|
+
"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",
|
|
383
383
|
"name": "DOMRenderProps"
|
|
384
384
|
}
|
|
385
385
|
],
|
|
@@ -393,12 +393,12 @@
|
|
|
393
393
|
"description": "Whether user input is required on the input before form submission.",
|
|
394
394
|
"name": "isRequired",
|
|
395
395
|
"parent": {
|
|
396
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
396
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
397
397
|
"name": "Validation"
|
|
398
398
|
},
|
|
399
399
|
"declarations": [
|
|
400
400
|
{
|
|
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/inputs.d.ts",
|
|
402
402
|
"name": "Validation"
|
|
403
403
|
}
|
|
404
404
|
],
|
|
@@ -412,12 +412,12 @@
|
|
|
412
412
|
"description": "Whether the input value is invalid.",
|
|
413
413
|
"name": "isInvalid",
|
|
414
414
|
"parent": {
|
|
415
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
415
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
416
416
|
"name": "Validation"
|
|
417
417
|
},
|
|
418
418
|
"declarations": [
|
|
419
419
|
{
|
|
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/inputs.d.ts",
|
|
421
421
|
"name": "Validation"
|
|
422
422
|
}
|
|
423
423
|
],
|
|
@@ -431,12 +431,12 @@
|
|
|
431
431
|
"description": "Whether the input can be selected but not changed by the user.",
|
|
432
432
|
"name": "isReadOnly",
|
|
433
433
|
"parent": {
|
|
434
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
434
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
435
435
|
"name": "InputBase"
|
|
436
436
|
},
|
|
437
437
|
"declarations": [
|
|
438
438
|
{
|
|
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/inputs.d.ts",
|
|
440
440
|
"name": "InputBase"
|
|
441
441
|
}
|
|
442
442
|
],
|
|
@@ -452,12 +452,12 @@
|
|
|
452
452
|
"description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
|
|
453
453
|
"name": "validationBehavior",
|
|
454
454
|
"parent": {
|
|
455
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
455
|
+
"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",
|
|
456
456
|
"name": "RACValidation"
|
|
457
457
|
},
|
|
458
458
|
"declarations": [
|
|
459
459
|
{
|
|
460
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
460
|
+
"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",
|
|
461
461
|
"name": "RACValidation"
|
|
462
462
|
}
|
|
463
463
|
],
|
|
@@ -480,12 +480,12 @@
|
|
|
480
480
|
"description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
|
|
481
481
|
"name": "validate",
|
|
482
482
|
"parent": {
|
|
483
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
483
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
484
484
|
"name": "Validation"
|
|
485
485
|
},
|
|
486
486
|
"declarations": [
|
|
487
487
|
{
|
|
488
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
488
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
489
489
|
"name": "Validation"
|
|
490
490
|
}
|
|
491
491
|
],
|