@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
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
"description": "The unique id of the item.\nThe unique identifier for the item",
|
|
13
13
|
"name": "id",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
15
|
+
"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/GridList.d.ts",
|
|
16
16
|
"name": "GridListItemProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
20
|
+
"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/GridList.d.ts",
|
|
21
21
|
"name": "GridListItemProps"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
24
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
|
|
25
25
|
"name": "HTMLAttributes"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
},
|
|
37
37
|
"rel": {
|
|
38
38
|
"defaultValue": null,
|
|
39
|
-
"description": "The relationship between the linked resource and the current page. See
|
|
39
|
+
"description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
|
|
40
40
|
"name": "rel",
|
|
41
41
|
"parent": {
|
|
42
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
42
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
43
43
|
"name": "LinkDOMProps"
|
|
44
44
|
},
|
|
45
45
|
"declarations": [
|
|
46
46
|
{
|
|
47
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
47
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
48
48
|
"name": "LinkDOMProps"
|
|
49
49
|
}
|
|
50
50
|
],
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
},
|
|
56
56
|
"children": {
|
|
57
57
|
"defaultValue": null,
|
|
58
|
-
"description": "The children of the component. A function may be provided to alter the children based on
|
|
58
|
+
"description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
|
|
59
59
|
"name": "children",
|
|
60
60
|
"parent": {
|
|
61
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
61
|
+
"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",
|
|
62
62
|
"name": "RenderProps"
|
|
63
63
|
},
|
|
64
64
|
"declarations": [
|
|
65
65
|
{
|
|
66
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
66
|
+
"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",
|
|
67
67
|
"name": "RenderProps"
|
|
68
68
|
}
|
|
69
69
|
],
|
|
@@ -74,15 +74,15 @@
|
|
|
74
74
|
},
|
|
75
75
|
"value": {
|
|
76
76
|
"defaultValue": null,
|
|
77
|
-
"description": "The object value that this item represents. When using dynamic collections, this is set
|
|
77
|
+
"description": "The object value that this item represents. When using dynamic collections, this is set\nautomatically.",
|
|
78
78
|
"name": "value",
|
|
79
79
|
"parent": {
|
|
80
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
80
|
+
"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/GridList.d.ts",
|
|
81
81
|
"name": "GridListItemProps"
|
|
82
82
|
},
|
|
83
83
|
"declarations": [
|
|
84
84
|
{
|
|
85
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
85
|
+
"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/GridList.d.ts",
|
|
86
86
|
"name": "GridListItemProps"
|
|
87
87
|
}
|
|
88
88
|
],
|
|
@@ -96,12 +96,12 @@
|
|
|
96
96
|
"description": "Whether the item is disabled.",
|
|
97
97
|
"name": "isDisabled",
|
|
98
98
|
"parent": {
|
|
99
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
99
|
+
"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/GridList.d.ts",
|
|
100
100
|
"name": "GridListItemProps"
|
|
101
101
|
},
|
|
102
102
|
"declarations": [
|
|
103
103
|
{
|
|
104
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
104
|
+
"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/GridList.d.ts",
|
|
105
105
|
"name": "GridListItemProps"
|
|
106
106
|
}
|
|
107
107
|
],
|
|
@@ -115,12 +115,12 @@
|
|
|
115
115
|
"description": "Handler that is called when the press is released over the target.",
|
|
116
116
|
"name": "onPress",
|
|
117
117
|
"parent": {
|
|
118
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
118
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
119
119
|
"name": "PressEvents"
|
|
120
120
|
},
|
|
121
121
|
"declarations": [
|
|
122
122
|
{
|
|
123
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
123
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
124
124
|
"name": "PressEvents"
|
|
125
125
|
}
|
|
126
126
|
],
|
|
@@ -134,12 +134,12 @@
|
|
|
134
134
|
"description": "Handler that is called when a press interaction starts.",
|
|
135
135
|
"name": "onPressStart",
|
|
136
136
|
"parent": {
|
|
137
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
137
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
138
138
|
"name": "PressEvents"
|
|
139
139
|
},
|
|
140
140
|
"declarations": [
|
|
141
141
|
{
|
|
142
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
142
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
143
143
|
"name": "PressEvents"
|
|
144
144
|
}
|
|
145
145
|
],
|
|
@@ -153,12 +153,12 @@
|
|
|
153
153
|
"description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
|
|
154
154
|
"name": "onPressEnd",
|
|
155
155
|
"parent": {
|
|
156
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
156
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
157
157
|
"name": "PressEvents"
|
|
158
158
|
},
|
|
159
159
|
"declarations": [
|
|
160
160
|
{
|
|
161
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
161
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
162
162
|
"name": "PressEvents"
|
|
163
163
|
}
|
|
164
164
|
],
|
|
@@ -172,12 +172,12 @@
|
|
|
172
172
|
"description": "Handler that is called when the press state changes.",
|
|
173
173
|
"name": "onPressChange",
|
|
174
174
|
"parent": {
|
|
175
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
175
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
176
176
|
"name": "PressEvents"
|
|
177
177
|
},
|
|
178
178
|
"declarations": [
|
|
179
179
|
{
|
|
180
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
180
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
181
181
|
"name": "PressEvents"
|
|
182
182
|
}
|
|
183
183
|
],
|
|
@@ -191,12 +191,12 @@
|
|
|
191
191
|
"description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
|
|
192
192
|
"name": "onPressUp",
|
|
193
193
|
"parent": {
|
|
194
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
194
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
195
195
|
"name": "PressEvents"
|
|
196
196
|
},
|
|
197
197
|
"declarations": [
|
|
198
198
|
{
|
|
199
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
199
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
200
200
|
"name": "PressEvents"
|
|
201
201
|
}
|
|
202
202
|
],
|
|
@@ -210,12 +210,12 @@
|
|
|
210
210
|
"description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
|
|
211
211
|
"name": "href",
|
|
212
212
|
"parent": {
|
|
213
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
213
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
214
214
|
"name": "LinkDOMProps"
|
|
215
215
|
},
|
|
216
216
|
"declarations": [
|
|
217
217
|
{
|
|
218
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
218
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
219
219
|
"name": "LinkDOMProps"
|
|
220
220
|
}
|
|
221
221
|
],
|
|
@@ -226,15 +226,15 @@
|
|
|
226
226
|
},
|
|
227
227
|
"target": {
|
|
228
228
|
"defaultValue": null,
|
|
229
|
-
"description": "The target window for the link. See
|
|
229
|
+
"description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
|
|
230
230
|
"name": "target",
|
|
231
231
|
"parent": {
|
|
232
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
232
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
233
233
|
"name": "LinkDOMProps"
|
|
234
234
|
},
|
|
235
235
|
"declarations": [
|
|
236
236
|
{
|
|
237
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
237
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
238
238
|
"name": "LinkDOMProps"
|
|
239
239
|
}
|
|
240
240
|
],
|
|
@@ -245,15 +245,15 @@
|
|
|
245
245
|
},
|
|
246
246
|
"render": {
|
|
247
247
|
"defaultValue": null,
|
|
248
|
-
"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
|
|
248
|
+
"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.",
|
|
249
249
|
"name": "render",
|
|
250
250
|
"parent": {
|
|
251
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
251
|
+
"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",
|
|
252
252
|
"name": "DOMRenderProps"
|
|
253
253
|
},
|
|
254
254
|
"declarations": [
|
|
255
255
|
{
|
|
256
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
256
|
+
"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",
|
|
257
257
|
"name": "DOMRenderProps"
|
|
258
258
|
}
|
|
259
259
|
],
|
|
@@ -264,15 +264,15 @@
|
|
|
264
264
|
},
|
|
265
265
|
"download": {
|
|
266
266
|
"defaultValue": null,
|
|
267
|
-
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name
|
|
267
|
+
"description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
|
|
268
268
|
"name": "download",
|
|
269
269
|
"parent": {
|
|
270
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
270
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
271
271
|
"name": "LinkDOMProps"
|
|
272
272
|
},
|
|
273
273
|
"declarations": [
|
|
274
274
|
{
|
|
275
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
275
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
276
276
|
"name": "LinkDOMProps"
|
|
277
277
|
}
|
|
278
278
|
],
|
|
@@ -283,15 +283,15 @@
|
|
|
283
283
|
},
|
|
284
284
|
"hrefLang": {
|
|
285
285
|
"defaultValue": null,
|
|
286
|
-
"description": "Hints at the human language of the linked URL
|
|
286
|
+
"description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
|
|
287
287
|
"name": "hrefLang",
|
|
288
288
|
"parent": {
|
|
289
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
289
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
290
290
|
"name": "LinkDOMProps"
|
|
291
291
|
},
|
|
292
292
|
"declarations": [
|
|
293
293
|
{
|
|
294
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
294
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
295
295
|
"name": "LinkDOMProps"
|
|
296
296
|
}
|
|
297
297
|
],
|
|
@@ -302,15 +302,15 @@
|
|
|
302
302
|
},
|
|
303
303
|
"ping": {
|
|
304
304
|
"defaultValue": null,
|
|
305
|
-
"description": "A space-separated list of URLs to ping when the link is followed. See
|
|
305
|
+
"description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
|
|
306
306
|
"name": "ping",
|
|
307
307
|
"parent": {
|
|
308
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
308
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
309
309
|
"name": "LinkDOMProps"
|
|
310
310
|
},
|
|
311
311
|
"declarations": [
|
|
312
312
|
{
|
|
313
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
313
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
314
314
|
"name": "LinkDOMProps"
|
|
315
315
|
}
|
|
316
316
|
],
|
|
@@ -321,15 +321,15 @@
|
|
|
321
321
|
},
|
|
322
322
|
"referrerPolicy": {
|
|
323
323
|
"defaultValue": null,
|
|
324
|
-
"description": "How much of the referrer to send when following the link. See
|
|
324
|
+
"description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
|
|
325
325
|
"name": "referrerPolicy",
|
|
326
326
|
"parent": {
|
|
327
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
327
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
328
328
|
"name": "LinkDOMProps"
|
|
329
329
|
},
|
|
330
330
|
"declarations": [
|
|
331
331
|
{
|
|
332
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
332
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
333
333
|
"name": "LinkDOMProps"
|
|
334
334
|
}
|
|
335
335
|
],
|
|
@@ -373,12 +373,12 @@
|
|
|
373
373
|
"description": "Handler that is called when a hover interaction starts.",
|
|
374
374
|
"name": "onHoverStart",
|
|
375
375
|
"parent": {
|
|
376
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
376
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
377
377
|
"name": "HoverEvents"
|
|
378
378
|
},
|
|
379
379
|
"declarations": [
|
|
380
380
|
{
|
|
381
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
381
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
382
382
|
"name": "HoverEvents"
|
|
383
383
|
}
|
|
384
384
|
],
|
|
@@ -392,12 +392,12 @@
|
|
|
392
392
|
"description": "Handler that is called when a hover interaction ends.",
|
|
393
393
|
"name": "onHoverEnd",
|
|
394
394
|
"parent": {
|
|
395
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
395
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
396
396
|
"name": "HoverEvents"
|
|
397
397
|
},
|
|
398
398
|
"declarations": [
|
|
399
399
|
{
|
|
400
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
400
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
401
401
|
"name": "HoverEvents"
|
|
402
402
|
}
|
|
403
403
|
],
|
|
@@ -411,12 +411,12 @@
|
|
|
411
411
|
"description": "Handler that is called when the hover state changes.",
|
|
412
412
|
"name": "onHoverChange",
|
|
413
413
|
"parent": {
|
|
414
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
414
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
415
415
|
"name": "HoverEvents"
|
|
416
416
|
},
|
|
417
417
|
"declarations": [
|
|
418
418
|
{
|
|
419
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
419
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
|
|
420
420
|
"name": "HoverEvents"
|
|
421
421
|
}
|
|
422
422
|
],
|
|
@@ -427,15 +427,15 @@
|
|
|
427
427
|
},
|
|
428
428
|
"onAction": {
|
|
429
429
|
"defaultValue": null,
|
|
430
|
-
"description": "Handler that is called when a user performs an action on the item. The exact user event depends
|
|
430
|
+
"description": "Handler that is called when a user performs an action on the item. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
|
|
431
431
|
"name": "onAction",
|
|
432
432
|
"parent": {
|
|
433
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
433
|
+
"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/GridList.d.ts",
|
|
434
434
|
"name": "GridListItemProps"
|
|
435
435
|
},
|
|
436
436
|
"declarations": [
|
|
437
437
|
{
|
|
438
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
438
|
+
"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/GridList.d.ts",
|
|
439
439
|
"name": "GridListItemProps"
|
|
440
440
|
}
|
|
441
441
|
],
|
|
@@ -449,12 +449,12 @@
|
|
|
449
449
|
"description": "A string representation of the item's contents, used for features like typeahead.",
|
|
450
450
|
"name": "textValue",
|
|
451
451
|
"parent": {
|
|
452
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
452
|
+
"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/GridList.d.ts",
|
|
453
453
|
"name": "GridListItemProps"
|
|
454
454
|
},
|
|
455
455
|
"declarations": [
|
|
456
456
|
{
|
|
457
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
457
|
+
"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/GridList.d.ts",
|
|
458
458
|
"name": "GridListItemProps"
|
|
459
459
|
}
|
|
460
460
|
],
|
|
@@ -468,12 +468,12 @@
|
|
|
468
468
|
"description": "Options for the configured client side router.",
|
|
469
469
|
"name": "routerOptions",
|
|
470
470
|
"parent": {
|
|
471
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
471
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
472
472
|
"name": "LinkDOMProps"
|
|
473
473
|
},
|
|
474
474
|
"declarations": [
|
|
475
475
|
{
|
|
476
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
476
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
477
477
|
"name": "LinkDOMProps"
|
|
478
478
|
}
|
|
479
479
|
],
|
|
@@ -487,12 +487,12 @@
|
|
|
487
487
|
"description": "",
|
|
488
488
|
"name": "as",
|
|
489
489
|
"parent": {
|
|
490
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
490
|
+
"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",
|
|
491
491
|
"name": "PolymorphicProps"
|
|
492
492
|
},
|
|
493
493
|
"declarations": [
|
|
494
494
|
{
|
|
495
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
495
|
+
"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",
|
|
496
496
|
"name": "PolymorphicProps"
|
|
497
497
|
}
|
|
498
498
|
],
|
|
@@ -506,12 +506,12 @@
|
|
|
506
506
|
"description": "",
|
|
507
507
|
"name": "asChild",
|
|
508
508
|
"parent": {
|
|
509
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
509
|
+
"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",
|
|
510
510
|
"name": "PolymorphicProps"
|
|
511
511
|
},
|
|
512
512
|
"declarations": [
|
|
513
513
|
{
|
|
514
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
514
|
+
"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",
|
|
515
515
|
"name": "PolymorphicProps"
|
|
516
516
|
}
|
|
517
517
|
],
|
|
@@ -525,12 +525,12 @@
|
|
|
525
525
|
"description": "",
|
|
526
526
|
"name": "css",
|
|
527
527
|
"parent": {
|
|
528
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
528
|
+
"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",
|
|
529
529
|
"name": "JsxStyleProps"
|
|
530
530
|
},
|
|
531
531
|
"declarations": [
|
|
532
532
|
{
|
|
533
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
533
|
+
"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",
|
|
534
534
|
"name": "JsxStyleProps"
|
|
535
535
|
}
|
|
536
536
|
],
|