@commercetools/nimbus-mcp 3.2.0 → 3.4.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 +1608 -143
- 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-data-display-item-group.json +413 -0
- package/data/docs/routes/components-data-display-item.json +611 -0
- package/data/docs/routes/components-feedback-activity-indicator.json +396 -0
- package/data/docs/routes/components-feedback-skeleton.json +481 -0
- package/data/docs/routes/components-feedback-skeletoncircle.json +429 -0
- package/data/docs/routes/components-feedback-skeletontext.json +417 -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-inputs-range-slider.json +633 -0
- package/data/docs/routes/components-inputs-slider.json +611 -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-breadcrumbs.json +565 -0
- 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/icons.json +3 -3
- 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/Breadcrumbs.json +12 -0
- package/data/docs/types/BreadcrumbsItem.json +296 -0
- package/data/docs/types/BreadcrumbsItemProps.json +9 -0
- package/data/docs/types/BreadcrumbsProps.json +9 -0
- package/data/docs/types/BreadcrumbsRoot.json +110 -0
- 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/ItemActions.json +27 -0
- package/data/docs/types/ItemContent.json +27 -0
- package/data/docs/types/ItemDescription.json +27 -0
- package/data/docs/types/ItemFooter.json +27 -0
- package/data/docs/types/ItemGroup.json +12 -0
- package/data/docs/types/ItemGroupRoot.json +27 -0
- package/data/docs/types/ItemGroupSeparator.json +27 -0
- package/data/docs/types/ItemHeader.json +27 -0
- package/data/docs/types/ItemMedia.json +56 -0
- package/data/docs/types/ItemRoot.json +239 -0
- package/data/docs/types/ItemTitle.json +27 -0
- 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/RangeSlider.json +337 -0
- package/data/docs/types/RangeSliderProps.json +9 -0
- 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/Skeleton.json +129 -0
- package/data/docs/types/SkeletonCircle.json +103 -0
- package/data/docs/types/SkeletonCircleProps.json +9 -0
- package/data/docs/types/SkeletonProps.json +9 -0
- package/data/docs/types/SkeletonText.json +62 -0
- package/data/docs/types/SkeletonTextProps.json +9 -0
- package/data/docs/types/Slider.json +337 -0
- 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 +50 -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
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"example": "```tsx\nconst tree = useTree({\n initialItems: data,\n getKey: (item) => item.id,\n getChildren: (item) => item.children ?? [],\n selectionMode: \"multiple\",\n dragAndDrop: true,\n});\n\nreturn <Tree.Root aria-label=\"Files\" {...tree}>{renderItem}</Tree.Root>;\n```"
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "`useTree` — the single entry point for a data-driven, optionally draggable\nNimbus tree. It owns the hierarchical state (via React Stately's\n`useTreeData`) and, when enabled, drag-and-drop (reorder between siblings and\nre-parent by dropping onto a group). The result is designed to be spread\nstraight onto `Tree.Root`, so consumers never import from\n`react-aria-components` or `react-stately` themselves.",
|
|
7
|
+
"displayName": "useTree",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"initialItems": {
|
|
11
|
+
"defaultValue": null,
|
|
12
|
+
"description": "Initial root items in the tree.",
|
|
13
|
+
"name": "initialItems",
|
|
14
|
+
"parent": {
|
|
15
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/data/useTreeData.d.ts",
|
|
16
|
+
"name": "TreeOptions"
|
|
17
|
+
},
|
|
18
|
+
"declarations": [
|
|
19
|
+
{
|
|
20
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/data/useTreeData.d.ts",
|
|
21
|
+
"name": "TreeOptions"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"required": false,
|
|
25
|
+
"type": {
|
|
26
|
+
"name": "T[]"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"initialSelectedKeys": {
|
|
30
|
+
"defaultValue": null,
|
|
31
|
+
"description": "The keys for the initially selected items.",
|
|
32
|
+
"name": "initialSelectedKeys",
|
|
33
|
+
"parent": {
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/data/useTreeData.d.ts",
|
|
35
|
+
"name": "TreeOptions"
|
|
36
|
+
},
|
|
37
|
+
"declarations": [
|
|
38
|
+
{
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/data/useTreeData.d.ts",
|
|
40
|
+
"name": "TreeOptions"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"required": false,
|
|
44
|
+
"type": {
|
|
45
|
+
"name": "Iterable<Key>"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"getKey": {
|
|
49
|
+
"defaultValue": null,
|
|
50
|
+
"description": "A function that returns a unique key for an item object.",
|
|
51
|
+
"name": "getKey",
|
|
52
|
+
"parent": {
|
|
53
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/data/useTreeData.d.ts",
|
|
54
|
+
"name": "TreeOptions"
|
|
55
|
+
},
|
|
56
|
+
"declarations": [
|
|
57
|
+
{
|
|
58
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/data/useTreeData.d.ts",
|
|
59
|
+
"name": "TreeOptions"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"required": false,
|
|
63
|
+
"type": {
|
|
64
|
+
"name": "((item: T) => Key)"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"getChildren": {
|
|
68
|
+
"defaultValue": null,
|
|
69
|
+
"description": "A function that returns the children for an item object.",
|
|
70
|
+
"name": "getChildren",
|
|
71
|
+
"parent": {
|
|
72
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/data/useTreeData.d.ts",
|
|
73
|
+
"name": "TreeOptions"
|
|
74
|
+
},
|
|
75
|
+
"declarations": [
|
|
76
|
+
{
|
|
77
|
+
"fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/data/useTreeData.d.ts",
|
|
78
|
+
"name": "TreeOptions"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"required": false,
|
|
82
|
+
"type": {
|
|
83
|
+
"name": "((item: T) => T[])"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"disabledKeys": {
|
|
87
|
+
"defaultValue": null,
|
|
88
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise\ninteracted with.",
|
|
89
|
+
"name": "disabledKeys",
|
|
90
|
+
"parent": {
|
|
91
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
92
|
+
"name": "CollectionBase"
|
|
93
|
+
},
|
|
94
|
+
"declarations": [
|
|
95
|
+
{
|
|
96
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
97
|
+
"name": "CollectionBase"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"required": false,
|
|
101
|
+
"type": {
|
|
102
|
+
"name": "Iterable<Key>"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"selectionMode": {
|
|
106
|
+
"defaultValue": null,
|
|
107
|
+
"description": "The type of selection that is allowed in the collection.",
|
|
108
|
+
"name": "selectionMode",
|
|
109
|
+
"parent": {
|
|
110
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
111
|
+
"name": "MultipleSelection"
|
|
112
|
+
},
|
|
113
|
+
"declarations": [
|
|
114
|
+
{
|
|
115
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
116
|
+
"name": "MultipleSelection"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"required": false,
|
|
120
|
+
"type": {
|
|
121
|
+
"name": "enum",
|
|
122
|
+
"raw": "SelectionMode",
|
|
123
|
+
"value": [
|
|
124
|
+
{
|
|
125
|
+
"value": "\"none\""
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"value": "\"multiple\""
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"value": "\"single\""
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"selectedKeys": {
|
|
137
|
+
"defaultValue": null,
|
|
138
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
139
|
+
"name": "selectedKeys",
|
|
140
|
+
"parent": {
|
|
141
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
142
|
+
"name": "MultipleSelection"
|
|
143
|
+
},
|
|
144
|
+
"declarations": [
|
|
145
|
+
{
|
|
146
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
147
|
+
"name": "MultipleSelection"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"required": false,
|
|
151
|
+
"type": {
|
|
152
|
+
"name": "\"all\" | Iterable<Key>"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"defaultSelectedKeys": {
|
|
156
|
+
"defaultValue": null,
|
|
157
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
158
|
+
"name": "defaultSelectedKeys",
|
|
159
|
+
"parent": {
|
|
160
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
161
|
+
"name": "MultipleSelection"
|
|
162
|
+
},
|
|
163
|
+
"declarations": [
|
|
164
|
+
{
|
|
165
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
166
|
+
"name": "MultipleSelection"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"required": false,
|
|
170
|
+
"type": {
|
|
171
|
+
"name": "\"all\" | Iterable<Key>"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"onSelectionChange": {
|
|
175
|
+
"defaultValue": null,
|
|
176
|
+
"description": "Handler that is called when the selection changes.",
|
|
177
|
+
"name": "onSelectionChange",
|
|
178
|
+
"parent": {
|
|
179
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
180
|
+
"name": "MultipleSelection"
|
|
181
|
+
},
|
|
182
|
+
"declarations": [
|
|
183
|
+
{
|
|
184
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
185
|
+
"name": "MultipleSelection"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"required": false,
|
|
189
|
+
"type": {
|
|
190
|
+
"name": "((keys: Selection) => void)"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"onExpandedChange": {
|
|
194
|
+
"defaultValue": null,
|
|
195
|
+
"description": "Handler that is called when items are expanded or collapsed.",
|
|
196
|
+
"name": "onExpandedChange",
|
|
197
|
+
"parent": {
|
|
198
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
199
|
+
"name": "Expandable"
|
|
200
|
+
},
|
|
201
|
+
"declarations": [
|
|
202
|
+
{
|
|
203
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
204
|
+
"name": "Expandable"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"required": false,
|
|
208
|
+
"type": {
|
|
209
|
+
"name": "((keys: Set<Key>) => any)"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"expandedKeys": {
|
|
213
|
+
"defaultValue": null,
|
|
214
|
+
"description": "The currently expanded keys in the collection (controlled).",
|
|
215
|
+
"name": "expandedKeys",
|
|
216
|
+
"parent": {
|
|
217
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
218
|
+
"name": "Expandable"
|
|
219
|
+
},
|
|
220
|
+
"declarations": [
|
|
221
|
+
{
|
|
222
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
223
|
+
"name": "Expandable"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"required": false,
|
|
227
|
+
"type": {
|
|
228
|
+
"name": "Iterable<Key>"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"defaultExpandedKeys": {
|
|
232
|
+
"defaultValue": null,
|
|
233
|
+
"description": "The initial expanded keys in the collection (uncontrolled).",
|
|
234
|
+
"name": "defaultExpandedKeys",
|
|
235
|
+
"parent": {
|
|
236
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
237
|
+
"name": "Expandable"
|
|
238
|
+
},
|
|
239
|
+
"declarations": [
|
|
240
|
+
{
|
|
241
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
242
|
+
"name": "Expandable"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"required": false,
|
|
246
|
+
"type": {
|
|
247
|
+
"name": "Iterable<Key>"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"dragAndDrop": {
|
|
251
|
+
"defaultValue": null,
|
|
252
|
+
"description": "Enable drag-and-drop. `true` wires sensible reorder + re-parent handlers;\npass an object to customize the drag data or accepted external types.",
|
|
253
|
+
"name": "dragAndDrop",
|
|
254
|
+
"declarations": [
|
|
255
|
+
{
|
|
256
|
+
"fileName": "nimbus/packages/nimbus/src/components/tree/hooks/use-tree.ts",
|
|
257
|
+
"name": "TypeLiteral"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"required": false,
|
|
261
|
+
"type": {
|
|
262
|
+
"name": "boolean | UseTreeDragAndDropOptions"
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"supportsStyleProps": false
|
|
267
|
+
}
|
package/data/tokens.json
CHANGED
|
@@ -13172,6 +13172,15 @@
|
|
|
13172
13172
|
"sticky"
|
|
13173
13173
|
]
|
|
13174
13174
|
},
|
|
13175
|
+
{
|
|
13176
|
+
"name": "zIndex.fab",
|
|
13177
|
+
"value": "1150",
|
|
13178
|
+
"category": "zIndex",
|
|
13179
|
+
"path": [
|
|
13180
|
+
"zIndex",
|
|
13181
|
+
"fab"
|
|
13182
|
+
]
|
|
13183
|
+
},
|
|
13175
13184
|
{
|
|
13176
13185
|
"name": "zIndex.banner",
|
|
13177
13186
|
"value": "1200",
|
|
@@ -26892,6 +26901,15 @@
|
|
|
26892
26901
|
"sticky"
|
|
26893
26902
|
]
|
|
26894
26903
|
},
|
|
26904
|
+
{
|
|
26905
|
+
"name": "zIndex.fab",
|
|
26906
|
+
"value": "1150",
|
|
26907
|
+
"category": "zIndex",
|
|
26908
|
+
"path": [
|
|
26909
|
+
"zIndex",
|
|
26910
|
+
"fab"
|
|
26911
|
+
]
|
|
26912
|
+
},
|
|
26895
26913
|
{
|
|
26896
26914
|
"name": "zIndex.banner",
|
|
26897
26915
|
"value": "1200",
|
|
@@ -27466,6 +27484,9 @@
|
|
|
27466
27484
|
"1100": [
|
|
27467
27485
|
"zIndex.sticky"
|
|
27468
27486
|
],
|
|
27487
|
+
"1150": [
|
|
27488
|
+
"zIndex.fab"
|
|
27489
|
+
],
|
|
27469
27490
|
"1200": [
|
|
27470
27491
|
"zIndex.banner"
|
|
27471
27492
|
],
|