@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
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"name": "type",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
14
14
|
"name": "AnchorHTMLAttributes"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
19
19
|
"name": "AnchorHTMLAttributes"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "css",
|
|
31
31
|
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
32
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
33
33
|
"name": "JsxStyleProps"
|
|
34
34
|
},
|
|
35
35
|
"declarations": [
|
|
36
36
|
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
38
38
|
"name": "JsxStyleProps"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "",
|
|
49
49
|
"name": "as",
|
|
50
50
|
"parent": {
|
|
51
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
51
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
52
52
|
"name": "PolymorphicProps"
|
|
53
53
|
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
57
57
|
"name": "PolymorphicProps"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"description": "",
|
|
68
68
|
"name": "asChild",
|
|
69
69
|
"parent": {
|
|
70
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
70
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
71
71
|
"name": "PolymorphicProps"
|
|
72
72
|
},
|
|
73
73
|
"declarations": [
|
|
74
74
|
{
|
|
75
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
75
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
76
76
|
"name": "PolymorphicProps"
|
|
77
77
|
}
|
|
78
78
|
],
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
"description": "Whether the element should be selected (controlled).",
|
|
87
87
|
"name": "isSelected",
|
|
88
88
|
"parent": {
|
|
89
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
89
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useToggleButton.d.ts",
|
|
90
90
|
"name": "ToggleButtonProps"
|
|
91
91
|
},
|
|
92
92
|
"declarations": [
|
|
93
93
|
{
|
|
94
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
94
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useToggleButton.d.ts",
|
|
95
95
|
"name": "ToggleButtonProps"
|
|
96
96
|
}
|
|
97
97
|
],
|
|
@@ -105,12 +105,12 @@
|
|
|
105
105
|
"description": "Whether the element should be selected (uncontrolled).",
|
|
106
106
|
"name": "defaultSelected",
|
|
107
107
|
"parent": {
|
|
108
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
108
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useToggleButton.d.ts",
|
|
109
109
|
"name": "ToggleButtonProps"
|
|
110
110
|
},
|
|
111
111
|
"declarations": [
|
|
112
112
|
{
|
|
113
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
113
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useToggleButton.d.ts",
|
|
114
114
|
"name": "ToggleButtonProps"
|
|
115
115
|
}
|
|
116
116
|
],
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
"description": "Whether the button is disabled.",
|
|
125
125
|
"name": "isDisabled",
|
|
126
126
|
"parent": {
|
|
127
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
127
|
+
"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",
|
|
128
128
|
"name": "ButtonProps"
|
|
129
129
|
},
|
|
130
130
|
"declarations": [
|
|
131
131
|
{
|
|
132
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
132
|
+
"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",
|
|
133
133
|
"name": "ButtonProps"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
@@ -143,12 +143,12 @@
|
|
|
143
143
|
"description": "Handler that is called when the press is released over the target.",
|
|
144
144
|
"name": "onPress",
|
|
145
145
|
"parent": {
|
|
146
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
146
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
147
147
|
"name": "PressEvents"
|
|
148
148
|
},
|
|
149
149
|
"declarations": [
|
|
150
150
|
{
|
|
151
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
151
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
152
152
|
"name": "PressEvents"
|
|
153
153
|
}
|
|
154
154
|
],
|
|
@@ -162,12 +162,12 @@
|
|
|
162
162
|
"description": "Handler that is called when a press interaction starts.",
|
|
163
163
|
"name": "onPressStart",
|
|
164
164
|
"parent": {
|
|
165
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
165
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
166
166
|
"name": "PressEvents"
|
|
167
167
|
},
|
|
168
168
|
"declarations": [
|
|
169
169
|
{
|
|
170
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
170
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
171
171
|
"name": "PressEvents"
|
|
172
172
|
}
|
|
173
173
|
],
|
|
@@ -181,12 +181,12 @@
|
|
|
181
181
|
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
182
182
|
"name": "onPressEnd",
|
|
183
183
|
"parent": {
|
|
184
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
184
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
185
185
|
"name": "PressEvents"
|
|
186
186
|
},
|
|
187
187
|
"declarations": [
|
|
188
188
|
{
|
|
189
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
189
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
190
190
|
"name": "PressEvents"
|
|
191
191
|
}
|
|
192
192
|
],
|
|
@@ -200,12 +200,12 @@
|
|
|
200
200
|
"description": "Handler that is called when the press state changes.",
|
|
201
201
|
"name": "onPressChange",
|
|
202
202
|
"parent": {
|
|
203
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
203
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
204
204
|
"name": "PressEvents"
|
|
205
205
|
},
|
|
206
206
|
"declarations": [
|
|
207
207
|
{
|
|
208
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
208
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
209
209
|
"name": "PressEvents"
|
|
210
210
|
}
|
|
211
211
|
],
|
|
@@ -219,12 +219,12 @@
|
|
|
219
219
|
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
220
220
|
"name": "onPressUp",
|
|
221
221
|
"parent": {
|
|
222
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
222
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
223
223
|
"name": "PressEvents"
|
|
224
224
|
},
|
|
225
225
|
"declarations": [
|
|
226
226
|
{
|
|
227
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
227
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
228
228
|
"name": "PressEvents"
|
|
229
229
|
}
|
|
230
230
|
],
|
|
@@ -238,12 +238,12 @@
|
|
|
238
238
|
"description": "Handler that is called when the element's focus status changes.",
|
|
239
239
|
"name": "onFocusChange",
|
|
240
240
|
"parent": {
|
|
241
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
241
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
242
242
|
"name": "FocusEvents"
|
|
243
243
|
},
|
|
244
244
|
"declarations": [
|
|
245
245
|
{
|
|
246
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
246
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
247
247
|
"name": "FocusEvents"
|
|
248
248
|
}
|
|
249
249
|
],
|
|
@@ -254,15 +254,15 @@
|
|
|
254
254
|
},
|
|
255
255
|
"preventFocusOnPress": {
|
|
256
256
|
"defaultValue": null,
|
|
257
|
-
"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
|
|
257
|
+
"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.",
|
|
258
258
|
"name": "preventFocusOnPress",
|
|
259
259
|
"parent": {
|
|
260
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
260
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
261
261
|
"name": "AriaBaseButtonProps"
|
|
262
262
|
},
|
|
263
263
|
"declarations": [
|
|
264
264
|
{
|
|
265
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
265
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
266
266
|
"name": "AriaBaseButtonProps"
|
|
267
267
|
}
|
|
268
268
|
],
|
|
@@ -276,12 +276,12 @@
|
|
|
276
276
|
"description": "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.",
|
|
277
277
|
"name": "excludeFromTabOrder",
|
|
278
278
|
"parent": {
|
|
279
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
279
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
280
280
|
"name": "FocusableDOMProps"
|
|
281
281
|
},
|
|
282
282
|
"declarations": [
|
|
283
283
|
{
|
|
284
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
284
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
285
285
|
"name": "FocusableDOMProps"
|
|
286
286
|
}
|
|
287
287
|
],
|
|
@@ -297,12 +297,12 @@
|
|
|
297
297
|
"description": "The HTML element or React element used to render the button, e.g. 'div', 'a', or `RouterLink`.",
|
|
298
298
|
"name": "elementType",
|
|
299
299
|
"parent": {
|
|
300
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
300
|
+
"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",
|
|
301
301
|
"name": "AriaButtonElementTypeProps"
|
|
302
302
|
},
|
|
303
303
|
"declarations": [
|
|
304
304
|
{
|
|
305
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
305
|
+
"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",
|
|
306
306
|
"name": "AriaButtonElementTypeProps"
|
|
307
307
|
}
|
|
308
308
|
],
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"description": "",
|
|
28
28
|
"name": "as",
|
|
29
29
|
"parent": {
|
|
30
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
30
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
31
31
|
"name": "PolymorphicProps"
|
|
32
32
|
},
|
|
33
33
|
"declarations": [
|
|
34
34
|
{
|
|
35
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
35
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
36
36
|
"name": "PolymorphicProps"
|
|
37
37
|
}
|
|
38
38
|
],
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"description": "",
|
|
47
47
|
"name": "asChild",
|
|
48
48
|
"parent": {
|
|
49
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
49
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
50
50
|
"name": "PolymorphicProps"
|
|
51
51
|
},
|
|
52
52
|
"declarations": [
|
|
53
53
|
{
|
|
54
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
54
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
55
55
|
"name": "PolymorphicProps"
|
|
56
56
|
}
|
|
57
57
|
],
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"description": "",
|
|
66
66
|
"name": "css",
|
|
67
67
|
"parent": {
|
|
68
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
68
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
69
69
|
"name": "JsxStyleProps"
|
|
70
70
|
},
|
|
71
71
|
"declarations": [
|
|
72
72
|
{
|
|
73
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
73
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
74
74
|
"name": "JsxStyleProps"
|
|
75
75
|
}
|
|
76
76
|
],
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
"description": "Whether all items are disabled.",
|
|
100
100
|
"name": "isDisabled",
|
|
101
101
|
"parent": {
|
|
102
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
102
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
103
103
|
"name": "ToggleGroupProps"
|
|
104
104
|
},
|
|
105
105
|
"declarations": [
|
|
106
106
|
{
|
|
107
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
107
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
108
108
|
"name": "ToggleGroupProps"
|
|
109
109
|
}
|
|
110
110
|
],
|
|
@@ -120,12 +120,12 @@
|
|
|
120
120
|
"description": "Whether single or multiple selection is enabled.",
|
|
121
121
|
"name": "selectionMode",
|
|
122
122
|
"parent": {
|
|
123
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
123
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
124
124
|
"name": "ToggleGroupProps"
|
|
125
125
|
},
|
|
126
126
|
"declarations": [
|
|
127
127
|
{
|
|
128
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
128
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
129
129
|
"name": "ToggleGroupProps"
|
|
130
130
|
}
|
|
131
131
|
],
|
|
@@ -148,12 +148,12 @@
|
|
|
148
148
|
"description": "Whether the collection allows empty selection.",
|
|
149
149
|
"name": "disallowEmptySelection",
|
|
150
150
|
"parent": {
|
|
151
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
151
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
152
152
|
"name": "ToggleGroupProps"
|
|
153
153
|
},
|
|
154
154
|
"declarations": [
|
|
155
155
|
{
|
|
156
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
156
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
157
157
|
"name": "ToggleGroupProps"
|
|
158
158
|
}
|
|
159
159
|
],
|
|
@@ -167,12 +167,12 @@
|
|
|
167
167
|
"description": "The currently selected keys in the collection (controlled).",
|
|
168
168
|
"name": "selectedKeys",
|
|
169
169
|
"parent": {
|
|
170
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
170
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
171
171
|
"name": "ToggleGroupProps"
|
|
172
172
|
},
|
|
173
173
|
"declarations": [
|
|
174
174
|
{
|
|
175
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
175
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
176
176
|
"name": "ToggleGroupProps"
|
|
177
177
|
}
|
|
178
178
|
],
|
|
@@ -186,12 +186,12 @@
|
|
|
186
186
|
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
187
187
|
"name": "defaultSelectedKeys",
|
|
188
188
|
"parent": {
|
|
189
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
189
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
190
190
|
"name": "ToggleGroupProps"
|
|
191
191
|
},
|
|
192
192
|
"declarations": [
|
|
193
193
|
{
|
|
194
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
194
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
195
195
|
"name": "ToggleGroupProps"
|
|
196
196
|
}
|
|
197
197
|
],
|
|
@@ -205,12 +205,12 @@
|
|
|
205
205
|
"description": "Handler that is called when the selection changes.",
|
|
206
206
|
"name": "onSelectionChange",
|
|
207
207
|
"parent": {
|
|
208
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
208
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
209
209
|
"name": "ToggleGroupProps"
|
|
210
210
|
},
|
|
211
211
|
"declarations": [
|
|
212
212
|
{
|
|
213
|
-
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.
|
|
213
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleGroupState.d.ts",
|
|
214
214
|
"name": "ToggleGroupProps"
|
|
215
215
|
}
|
|
216
216
|
],
|
|
@@ -226,12 +226,12 @@
|
|
|
226
226
|
"description": "The orientation of the the toggle button group.",
|
|
227
227
|
"name": "orientation",
|
|
228
228
|
"parent": {
|
|
229
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
229
|
+
"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/useToggleButtonGroup.d.ts",
|
|
230
230
|
"name": "AriaToggleButtonGroupProps"
|
|
231
231
|
},
|
|
232
232
|
"declarations": [
|
|
233
233
|
{
|
|
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/useToggleButtonGroup.d.ts",
|
|
235
235
|
"name": "AriaToggleButtonGroupProps"
|
|
236
236
|
}
|
|
237
237
|
],
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"name": "TypeLiteral"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
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": "GlobalDOMAttributes"
|
|
35
35
|
}
|
|
36
36
|
],
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
69
69
|
"name": "unstyled",
|
|
70
70
|
"parent": {
|
|
71
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
71
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
72
72
|
"name": "UnstyledProp"
|
|
73
73
|
},
|
|
74
74
|
"declarations": [
|
|
75
75
|
{
|
|
76
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
76
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
77
77
|
"name": "UnstyledProp"
|
|
78
78
|
}
|
|
79
79
|
],
|
|
@@ -101,15 +101,15 @@
|
|
|
101
101
|
},
|
|
102
102
|
"slot": {
|
|
103
103
|
"defaultValue": null,
|
|
104
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent
|
|
104
|
+
"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.",
|
|
105
105
|
"name": "slot",
|
|
106
106
|
"parent": {
|
|
107
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
107
|
+
"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",
|
|
108
108
|
"name": "SlotProps"
|
|
109
109
|
},
|
|
110
110
|
"declarations": [
|
|
111
111
|
{
|
|
112
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
112
|
+
"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",
|
|
113
113
|
"name": "SlotProps"
|
|
114
114
|
}
|
|
115
115
|
],
|
|
@@ -120,15 +120,15 @@
|
|
|
120
120
|
},
|
|
121
121
|
"children": {
|
|
122
122
|
"defaultValue": null,
|
|
123
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
123
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
124
124
|
"name": "children",
|
|
125
125
|
"parent": {
|
|
126
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
126
|
+
"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",
|
|
127
127
|
"name": "RenderProps"
|
|
128
128
|
},
|
|
129
129
|
"declarations": [
|
|
130
130
|
{
|
|
131
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
131
|
+
"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",
|
|
132
132
|
"name": "RenderProps"
|
|
133
133
|
}
|
|
134
134
|
],
|
|
@@ -139,15 +139,15 @@
|
|
|
139
139
|
},
|
|
140
140
|
"render": {
|
|
141
141
|
"defaultValue": null,
|
|
142
|
-
"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
|
|
142
|
+
"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.",
|
|
143
143
|
"name": "render",
|
|
144
144
|
"parent": {
|
|
145
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
145
|
+
"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",
|
|
146
146
|
"name": "DOMRenderProps"
|
|
147
147
|
},
|
|
148
148
|
"declarations": [
|
|
149
149
|
{
|
|
150
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
150
|
+
"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",
|
|
151
151
|
"name": "DOMRenderProps"
|
|
152
152
|
}
|
|
153
153
|
],
|