@commercetools/nimbus-mcp 3.2.0 → 3.3.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/README.md +9 -1
- package/data/docs/route-manifest.json +806 -41
- package/data/docs/routes/components-buttons-button.json +25 -2
- package/data/docs/routes/components-chat-chat-message-list.json +448 -0
- package/data/docs/routes/components-chat-chat-message.json +580 -0
- package/data/docs/routes/components-content-markdown.json +548 -0
- package/data/docs/routes/components-feedback-activity-indicator.json +396 -0
- package/data/docs/routes/components-feedback-tooltip.json +23 -1
- package/data/docs/routes/components-inputs-drop-zone.json +562 -0
- package/data/docs/routes/components-inputs-file-trigger.json +421 -0
- package/data/docs/routes/components-layout-splitter.json +3 -3
- package/data/docs/routes/components-media-avatar.json +16 -5
- package/data/docs/routes/components-navigation-menu.json +1 -1
- package/data/docs/routes/components-navigation-tabnav.json +80 -14
- package/data/docs/routes/components-navigation-tabs.json +44 -11
- package/data/docs/routes/components-navigation-tree.json +445 -0
- package/data/docs/routes/home-getting-started-mcp-server-overview.json +2 -2
- package/data/docs/routes/home-getting-started-mcp-server-setup.json +2 -2
- package/data/docs/routes/patterns-buttons-floating-action-button.json +392 -0
- package/data/docs/routes/patterns-buttons.json +58 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +24 -24
- package/data/docs/types/AccordionHeader.json +88 -88
- package/data/docs/types/AccordionItem.json +20 -20
- package/data/docs/types/AccordionRoot.json +14 -14
- package/data/docs/types/ActivityIndicator.json +202 -0
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +98 -81
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +19 -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 +106 -89
- package/data/docs/types/Calendar.json +56 -56
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/CardRoot.json +2 -2
- package/data/docs/types/Cell.json +6 -6
- package/data/docs/types/ChatMessage.json +12 -0
- package/data/docs/types/ChatMessageActions.json +42 -0
- package/data/docs/types/ChatMessageAvatar.json +140 -0
- package/data/docs/types/ChatMessageBody.json +42 -0
- package/data/docs/types/ChatMessageList.json +12 -0
- package/data/docs/types/ChatMessageListItem.json +42 -0
- package/data/docs/types/ChatMessageListRoot.json +78 -0
- package/data/docs/types/ChatMessageMeta.json +42 -0
- package/data/docs/types/ChatMessageRoot.json +119 -0
- package/data/docs/types/ChatMessageTyping.json +42 -0
- package/data/docs/types/Checkbox.json +86 -86
- package/data/docs/types/Code.json +11 -11
- package/data/docs/types/Column.json +6 -6
- package/data/docs/types/ColumnGroup.json +6 -6
- package/data/docs/types/ColumnHeader.json +6 -6
- package/data/docs/types/ComboBoxListBox.json +70 -70
- package/data/docs/types/ComboBoxOption.json +64 -64
- package/data/docs/types/ComboBoxPopover.json +91 -70
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +24 -24
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/DataTable.json +2 -2
- package/data/docs/types/DataTableBody.json +20 -20
- package/data/docs/types/DataTableHeader.json +25 -25
- package/data/docs/types/DataTableRoot.json +2 -2
- package/data/docs/types/DataTableTable.json +6 -6
- package/data/docs/types/DateInput.json +73 -73
- package/data/docs/types/DatePicker.json +58 -58
- package/data/docs/types/DateRangePicker.json +86 -86
- package/data/docs/types/DateRangePickerField.json +86 -86
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +96 -79
- package/data/docs/types/DraggableListField.json +88 -60
- package/data/docs/types/DraggableListItem.json +52 -52
- package/data/docs/types/DraggableListRoot.json +88 -60
- package/data/docs/types/DrawerCloseTrigger.json +96 -79
- package/data/docs/types/DropZone.json +161 -0
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/FileTrigger.json +130 -0
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/FloatingActionButton.json +1036 -0
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormActionBar.json +1 -1
- 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 +106 -89
- package/data/docs/types/IconToggleButton.json +71 -71
- package/data/docs/types/Image.json +43 -43
- 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 +14 -14
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +11 -11
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MakeElementFocusable.json +18 -18
- package/data/docs/types/Markdown.json +183 -0
- package/data/docs/types/MenuItem.json +62 -62
- package/data/docs/types/MenuRoot.json +55 -55
- package/data/docs/types/MenuSection.json +30 -30
- package/data/docs/types/MenuSubmenuTrigger.json +4 -4
- package/data/docs/types/MenuTrigger.json +88 -88
- package/data/docs/types/MultilineTextInput.json +104 -104
- package/data/docs/types/MultilineTextInputField.json +102 -102
- package/data/docs/types/NumberInput.json +86 -86
- package/data/docs/types/NumberInputField.json +82 -82
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +100 -100
- package/data/docs/types/PasswordInputField.json +100 -100
- package/data/docs/types/ProgressBar.json +13 -13
- package/data/docs/types/RadioInputOption.json +56 -56
- package/data/docs/types/RadioInputRoot.json +48 -48
- package/data/docs/types/RangeCalendar.json +58 -58
- package/data/docs/types/Region.json +6 -6
- package/data/docs/types/RegionTarget.json +6 -6
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +11 -11
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/ScrollArea.json +2 -2
- package/data/docs/types/SearchInput.json +106 -106
- package/data/docs/types/SearchInputField.json +102 -102
- package/data/docs/types/SelectOption.json +54 -54
- package/data/docs/types/SelectOptionGroup.json +18 -18
- package/data/docs/types/SelectOptions.json +64 -64
- package/data/docs/types/SelectRoot.json +92 -92
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SlidingIndicatorGeometry.json +9 -0
- package/data/docs/types/SlidingIndicatorRects.json +9 -0
- package/data/docs/types/SplitButton.json +16 -20
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/Switch.json +34 -34
- package/data/docs/types/TabNavItem.json +5 -5
- package/data/docs/types/TabNavRoot.json +5 -5
- package/data/docs/types/TableBody.json +6 -6
- package/data/docs/types/TableCaption.json +6 -6
- package/data/docs/types/TableCell.json +6 -6
- package/data/docs/types/TableColumn.json +6 -6
- package/data/docs/types/TableColumnGroup.json +6 -6
- package/data/docs/types/TableColumnHeader.json +6 -6
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +19 -19
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsList.json +2 -2
- package/data/docs/types/TabsPanel.json +2 -2
- package/data/docs/types/TabsPanels.json +2 -2
- package/data/docs/types/TabsRoot.json +3 -3
- package/data/docs/types/TabsTab.json +2 -2
- package/data/docs/types/TagGroupRoot.json +24 -24
- package/data/docs/types/TagGroupTag.json +56 -56
- package/data/docs/types/TagGroupTagList.json +14 -14
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +102 -102
- package/data/docs/types/TextInputField.json +100 -100
- package/data/docs/types/TimeInput.json +68 -68
- package/data/docs/types/ToggleButton.json +73 -73
- package/data/docs/types/ToggleButtonGroupButton.json +30 -30
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +9 -9
- package/data/docs/types/TooltipContent.json +28 -28
- package/data/docs/types/TooltipRoot.json +16 -16
- package/data/docs/types/Tree.json +12 -0
- package/data/docs/types/TreeIndicator.json +828 -0
- package/data/docs/types/TreeItem.json +559 -0
- package/data/docs/types/TreeItemContent.json +27 -0
- package/data/docs/types/TreeRoot.json +636 -0
- package/data/docs/types/TreeSubTree.json +40 -0
- package/data/docs/types/VisuallyHidden.json +6 -6
- package/data/docs/types/createItemsFromCsvDrop.json +4 -4
- package/data/docs/types/createItemsFromDirectoryDrop.json +4 -4
- package/data/docs/types/createItemsFromFileDrop.json +4 -4
- package/data/docs/types/createItemsFromImageDrop.json +4 -4
- package/data/docs/types/createItemsFromJsonDrop.json +4 -4
- package/data/docs/types/manifest.json +25 -0
- package/data/docs/types/useRegion.json +2 -2
- package/data/docs/types/useSlidingIndicator.json +145 -0
- package/data/docs/types/useTree.json +267 -0
- package/data/tokens.json +21 -0
- package/data/uikit-tokens.json +894 -0
- package/dist/index.js +3298 -109
- package/package.json +8 -6
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"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.",
|
|
13
13
|
"name": "slot",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
15
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
16
16
|
"name": "SlotProps"
|
|
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.19.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",
|
|
21
21
|
"name": "SlotProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
32
32
|
"name": "id",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
35
35
|
"name": "DOMProps"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
40
40
|
"name": "DOMProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"description": "Identifies the element (or elements) that describes the object.",
|
|
51
51
|
"name": "aria-describedby",
|
|
52
52
|
"parent": {
|
|
53
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
53
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
54
54
|
"name": "AriaLabelingProps"
|
|
55
55
|
},
|
|
56
56
|
"declarations": [
|
|
57
57
|
{
|
|
58
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
58
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
59
59
|
"name": "AriaLabelingProps"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
|
|
70
70
|
"name": "aria-details",
|
|
71
71
|
"parent": {
|
|
72
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
72
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
73
73
|
"name": "AriaLabelingProps"
|
|
74
74
|
},
|
|
75
75
|
"declarations": [
|
|
76
76
|
{
|
|
77
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
77
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
78
78
|
"name": "AriaLabelingProps"
|
|
79
79
|
}
|
|
80
80
|
],
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"description": "Defines a string value that labels the current element.",
|
|
89
89
|
"name": "aria-label",
|
|
90
90
|
"parent": {
|
|
91
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
91
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
92
92
|
"name": "AriaLabelingProps"
|
|
93
93
|
},
|
|
94
94
|
"declarations": [
|
|
95
95
|
{
|
|
96
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
96
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
97
97
|
"name": "AriaLabelingProps"
|
|
98
98
|
}
|
|
99
99
|
],
|
|
@@ -107,12 +107,12 @@
|
|
|
107
107
|
"description": "Identifies the element (or elements) that labels the current element.",
|
|
108
108
|
"name": "aria-labelledby",
|
|
109
109
|
"parent": {
|
|
110
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
110
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
111
111
|
"name": "AriaLabelingProps"
|
|
112
112
|
},
|
|
113
113
|
"declarations": [
|
|
114
114
|
{
|
|
115
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
115
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
116
116
|
"name": "AriaLabelingProps"
|
|
117
117
|
}
|
|
118
118
|
],
|
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
"description": "The contents of the collection.",
|
|
127
127
|
"name": "children",
|
|
128
128
|
"parent": {
|
|
129
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
129
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
130
130
|
"name": "CollectionProps"
|
|
131
131
|
},
|
|
132
132
|
"declarations": [
|
|
133
133
|
{
|
|
134
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
134
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
135
135
|
"name": "CollectionProps"
|
|
136
136
|
}
|
|
137
137
|
],
|
|
@@ -145,12 +145,12 @@
|
|
|
145
145
|
"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.",
|
|
146
146
|
"name": "render",
|
|
147
147
|
"parent": {
|
|
148
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
148
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
149
149
|
"name": "DOMRenderProps"
|
|
150
150
|
},
|
|
151
151
|
"declarations": [
|
|
152
152
|
{
|
|
153
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
153
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
154
154
|
"name": "DOMRenderProps"
|
|
155
155
|
}
|
|
156
156
|
],
|
|
@@ -166,12 +166,12 @@
|
|
|
166
166
|
"description": "Whether the items are arranged in a stack or grid.",
|
|
167
167
|
"name": "layout",
|
|
168
168
|
"parent": {
|
|
169
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
169
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
170
170
|
"name": "GridListProps"
|
|
171
171
|
},
|
|
172
172
|
"declarations": [
|
|
173
173
|
{
|
|
174
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
174
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
175
175
|
"name": "GridListProps"
|
|
176
176
|
}
|
|
177
177
|
],
|
|
@@ -196,12 +196,12 @@
|
|
|
196
196
|
"description": "Whether keyboard navigation to focusable elements within grid list items is\nvia the left/right arrow keys or the tab key.",
|
|
197
197
|
"name": "keyboardNavigationBehavior",
|
|
198
198
|
"parent": {
|
|
199
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
199
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridList.d.ts",
|
|
200
200
|
"name": "AriaGridListProps"
|
|
201
201
|
},
|
|
202
202
|
"declarations": [
|
|
203
203
|
{
|
|
204
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
204
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridList.d.ts",
|
|
205
205
|
"name": "AriaGridListProps"
|
|
206
206
|
}
|
|
207
207
|
],
|
|
@@ -226,12 +226,12 @@
|
|
|
226
226
|
"description": "Whether pressing the escape key should clear selection in the grid list or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
|
|
227
227
|
"name": "escapeKeyBehavior",
|
|
228
228
|
"parent": {
|
|
229
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
229
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridList.d.ts",
|
|
230
230
|
"name": "AriaGridListProps"
|
|
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.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridList.d.ts",
|
|
235
235
|
"name": "AriaGridListProps"
|
|
236
236
|
}
|
|
237
237
|
],
|
|
@@ -254,12 +254,12 @@
|
|
|
254
254
|
"description": "Handler that is called when a user performs an action on an item. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
|
|
255
255
|
"name": "onAction",
|
|
256
256
|
"parent": {
|
|
257
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
257
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridList.d.ts",
|
|
258
258
|
"name": "GridListProps"
|
|
259
259
|
},
|
|
260
260
|
"declarations": [
|
|
261
261
|
{
|
|
262
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
262
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridList.d.ts",
|
|
263
263
|
"name": "GridListProps"
|
|
264
264
|
}
|
|
265
265
|
],
|
|
@@ -275,12 +275,12 @@
|
|
|
275
275
|
"description": "Whether `disabledKeys` applies to all interactions, or only selection.",
|
|
276
276
|
"name": "disabledBehavior",
|
|
277
277
|
"parent": {
|
|
278
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
278
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridList.d.ts",
|
|
279
279
|
"name": "GridListProps"
|
|
280
280
|
},
|
|
281
281
|
"declarations": [
|
|
282
282
|
{
|
|
283
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
283
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridList.d.ts",
|
|
284
284
|
"name": "GridListProps"
|
|
285
285
|
}
|
|
286
286
|
],
|
|
@@ -303,12 +303,12 @@
|
|
|
303
303
|
"description": "Whether selection should occur on press up instead of press down.",
|
|
304
304
|
"name": "shouldSelectOnPressUp",
|
|
305
305
|
"parent": {
|
|
306
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
306
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridList.d.ts",
|
|
307
307
|
"name": "GridListProps"
|
|
308
308
|
},
|
|
309
309
|
"declarations": [
|
|
310
310
|
{
|
|
311
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.
|
|
311
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/gridlist/useGridList.d.ts",
|
|
312
312
|
"name": "GridListProps"
|
|
313
313
|
}
|
|
314
314
|
],
|
|
@@ -322,12 +322,12 @@
|
|
|
322
322
|
"description": "Item objects in the collection.",
|
|
323
323
|
"name": "items",
|
|
324
324
|
"parent": {
|
|
325
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
325
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
326
326
|
"name": "CollectionBase"
|
|
327
327
|
},
|
|
328
328
|
"declarations": [
|
|
329
329
|
{
|
|
330
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
330
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
331
331
|
"name": "CollectionBase"
|
|
332
332
|
}
|
|
333
333
|
],
|
|
@@ -341,12 +341,12 @@
|
|
|
341
341
|
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise\ninteracted with.",
|
|
342
342
|
"name": "disabledKeys",
|
|
343
343
|
"parent": {
|
|
344
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
344
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
345
345
|
"name": "CollectionBase"
|
|
346
346
|
},
|
|
347
347
|
"declarations": [
|
|
348
348
|
{
|
|
349
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
349
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
350
350
|
"name": "CollectionBase"
|
|
351
351
|
}
|
|
352
352
|
],
|
|
@@ -360,12 +360,12 @@
|
|
|
360
360
|
"description": "The type of selection that is allowed in the collection.",
|
|
361
361
|
"name": "selectionMode",
|
|
362
362
|
"parent": {
|
|
363
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
363
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
364
364
|
"name": "MultipleSelection"
|
|
365
365
|
},
|
|
366
366
|
"declarations": [
|
|
367
367
|
{
|
|
368
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
368
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
369
369
|
"name": "MultipleSelection"
|
|
370
370
|
}
|
|
371
371
|
],
|
|
@@ -391,12 +391,12 @@
|
|
|
391
391
|
"description": "Whether the collection allows empty selection.",
|
|
392
392
|
"name": "disallowEmptySelection",
|
|
393
393
|
"parent": {
|
|
394
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
394
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
395
395
|
"name": "MultipleSelection"
|
|
396
396
|
},
|
|
397
397
|
"declarations": [
|
|
398
398
|
{
|
|
399
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
399
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
400
400
|
"name": "MultipleSelection"
|
|
401
401
|
}
|
|
402
402
|
],
|
|
@@ -410,12 +410,12 @@
|
|
|
410
410
|
"description": "The currently selected keys in the collection (controlled).",
|
|
411
411
|
"name": "selectedKeys",
|
|
412
412
|
"parent": {
|
|
413
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
413
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
414
414
|
"name": "MultipleSelection"
|
|
415
415
|
},
|
|
416
416
|
"declarations": [
|
|
417
417
|
{
|
|
418
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
418
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
419
419
|
"name": "MultipleSelection"
|
|
420
420
|
}
|
|
421
421
|
],
|
|
@@ -429,12 +429,12 @@
|
|
|
429
429
|
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
430
430
|
"name": "defaultSelectedKeys",
|
|
431
431
|
"parent": {
|
|
432
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
432
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
433
433
|
"name": "MultipleSelection"
|
|
434
434
|
},
|
|
435
435
|
"declarations": [
|
|
436
436
|
{
|
|
437
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
437
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
438
438
|
"name": "MultipleSelection"
|
|
439
439
|
}
|
|
440
440
|
],
|
|
@@ -448,12 +448,12 @@
|
|
|
448
448
|
"description": "Handler that is called when the selection changes.",
|
|
449
449
|
"name": "onSelectionChange",
|
|
450
450
|
"parent": {
|
|
451
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
451
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
452
452
|
"name": "MultipleSelection"
|
|
453
453
|
},
|
|
454
454
|
"declarations": [
|
|
455
455
|
{
|
|
456
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.
|
|
456
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
457
457
|
"name": "MultipleSelection"
|
|
458
458
|
}
|
|
459
459
|
],
|
|
@@ -469,12 +469,12 @@
|
|
|
469
469
|
"description": "Whether typeahead navigation is disabled.",
|
|
470
470
|
"name": "disallowTypeAhead",
|
|
471
471
|
"parent": {
|
|
472
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
472
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
473
473
|
"name": "GridListProps"
|
|
474
474
|
},
|
|
475
475
|
"declarations": [
|
|
476
476
|
{
|
|
477
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
477
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
478
478
|
"name": "GridListProps"
|
|
479
479
|
}
|
|
480
480
|
],
|
|
@@ -490,12 +490,12 @@
|
|
|
490
490
|
"description": "How multiple selection should behave in the collection.",
|
|
491
491
|
"name": "selectionBehavior",
|
|
492
492
|
"parent": {
|
|
493
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
493
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
494
494
|
"name": "GridListProps"
|
|
495
495
|
},
|
|
496
496
|
"declarations": [
|
|
497
497
|
{
|
|
498
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
498
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
499
499
|
"name": "GridListProps"
|
|
500
500
|
}
|
|
501
501
|
],
|
|
@@ -518,12 +518,12 @@
|
|
|
518
518
|
"description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for\nthe GridList.",
|
|
519
519
|
"name": "dragAndDropHooks",
|
|
520
520
|
"parent": {
|
|
521
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
521
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
522
522
|
"name": "GridListProps"
|
|
523
523
|
},
|
|
524
524
|
"declarations": [
|
|
525
525
|
{
|
|
526
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
526
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
527
527
|
"name": "GridListProps"
|
|
528
528
|
}
|
|
529
529
|
],
|
|
@@ -539,12 +539,12 @@
|
|
|
539
539
|
"description": "The primary orientation of the items. Usually this is the direction that the collection\nscrolls.",
|
|
540
540
|
"name": "orientation",
|
|
541
541
|
"parent": {
|
|
542
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
542
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
543
543
|
"name": "GridListProps"
|
|
544
544
|
},
|
|
545
545
|
"declarations": [
|
|
546
546
|
{
|
|
547
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
547
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
548
548
|
"name": "GridListProps"
|
|
549
549
|
}
|
|
550
550
|
],
|
|
@@ -562,17 +562,45 @@
|
|
|
562
562
|
]
|
|
563
563
|
}
|
|
564
564
|
},
|
|
565
|
+
"UNSTABLE_focusOnEntry": {
|
|
566
|
+
"defaultValue": null,
|
|
567
|
+
"description": "Which item in the collection to focus when tabbing into the collection. Overrides default\nroving tab index like behavior.\n@private",
|
|
568
|
+
"name": "UNSTABLE_focusOnEntry",
|
|
569
|
+
"parent": {
|
|
570
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
571
|
+
"name": "GridListProps"
|
|
572
|
+
},
|
|
573
|
+
"declarations": [
|
|
574
|
+
{
|
|
575
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.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",
|
|
576
|
+
"name": "GridListProps"
|
|
577
|
+
}
|
|
578
|
+
],
|
|
579
|
+
"required": false,
|
|
580
|
+
"type": {
|
|
581
|
+
"name": "enum",
|
|
582
|
+
"raw": "\"first\" | \"last\"",
|
|
583
|
+
"value": [
|
|
584
|
+
{
|
|
585
|
+
"value": "\"first\""
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"value": "\"last\""
|
|
589
|
+
}
|
|
590
|
+
]
|
|
591
|
+
}
|
|
592
|
+
},
|
|
565
593
|
"dependencies": {
|
|
566
594
|
"defaultValue": null,
|
|
567
595
|
"description": "Values that should invalidate the item cache when using dynamic collections.",
|
|
568
596
|
"name": "dependencies",
|
|
569
597
|
"parent": {
|
|
570
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
598
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
571
599
|
"name": "CollectionProps"
|
|
572
600
|
},
|
|
573
601
|
"declarations": [
|
|
574
602
|
{
|
|
575
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.
|
|
603
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
|
|
576
604
|
"name": "CollectionProps"
|
|
577
605
|
}
|
|
578
606
|
],
|
|
@@ -586,12 +614,12 @@
|
|
|
586
614
|
"description": "",
|
|
587
615
|
"name": "as",
|
|
588
616
|
"parent": {
|
|
589
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
617
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
590
618
|
"name": "PolymorphicProps"
|
|
591
619
|
},
|
|
592
620
|
"declarations": [
|
|
593
621
|
{
|
|
594
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
622
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
595
623
|
"name": "PolymorphicProps"
|
|
596
624
|
}
|
|
597
625
|
],
|
|
@@ -605,12 +633,12 @@
|
|
|
605
633
|
"description": "",
|
|
606
634
|
"name": "asChild",
|
|
607
635
|
"parent": {
|
|
608
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
636
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
609
637
|
"name": "PolymorphicProps"
|
|
610
638
|
},
|
|
611
639
|
"declarations": [
|
|
612
640
|
{
|
|
613
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
641
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
614
642
|
"name": "PolymorphicProps"
|
|
615
643
|
}
|
|
616
644
|
],
|
|
@@ -624,12 +652,12 @@
|
|
|
624
652
|
"description": "",
|
|
625
653
|
"name": "css",
|
|
626
654
|
"parent": {
|
|
627
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
655
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
628
656
|
"name": "JsxStyleProps"
|
|
629
657
|
},
|
|
630
658
|
"declarations": [
|
|
631
659
|
{
|
|
632
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
660
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
633
661
|
"name": "JsxStyleProps"
|
|
634
662
|
}
|
|
635
663
|
],
|
|
@@ -645,12 +673,12 @@
|
|
|
645
673
|
"description": "",
|
|
646
674
|
"name": "size",
|
|
647
675
|
"parent": {
|
|
648
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
676
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts",
|
|
649
677
|
"name": "NimbusCodeVariant"
|
|
650
678
|
},
|
|
651
679
|
"declarations": [
|
|
652
680
|
{
|
|
653
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
681
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts",
|
|
654
682
|
"name": "NimbusCodeVariant"
|
|
655
683
|
}
|
|
656
684
|
],
|