@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.
Files changed (223) hide show
  1. package/README.md +9 -1
  2. package/data/docs/route-manifest.json +1608 -143
  3. package/data/docs/routes/components-buttons-button.json +25 -2
  4. package/data/docs/routes/components-chat-chat-message-list.json +448 -0
  5. package/data/docs/routes/components-chat-chat-message.json +580 -0
  6. package/data/docs/routes/components-content-markdown.json +548 -0
  7. package/data/docs/routes/components-data-display-item-group.json +413 -0
  8. package/data/docs/routes/components-data-display-item.json +611 -0
  9. package/data/docs/routes/components-feedback-activity-indicator.json +396 -0
  10. package/data/docs/routes/components-feedback-skeleton.json +481 -0
  11. package/data/docs/routes/components-feedback-skeletoncircle.json +429 -0
  12. package/data/docs/routes/components-feedback-skeletontext.json +417 -0
  13. package/data/docs/routes/components-feedback-tooltip.json +23 -1
  14. package/data/docs/routes/components-inputs-drop-zone.json +562 -0
  15. package/data/docs/routes/components-inputs-file-trigger.json +421 -0
  16. package/data/docs/routes/components-inputs-range-slider.json +633 -0
  17. package/data/docs/routes/components-inputs-slider.json +611 -0
  18. package/data/docs/routes/components-layout-splitter.json +3 -3
  19. package/data/docs/routes/components-media-avatar.json +16 -5
  20. package/data/docs/routes/components-navigation-breadcrumbs.json +565 -0
  21. package/data/docs/routes/components-navigation-menu.json +1 -1
  22. package/data/docs/routes/components-navigation-tabnav.json +80 -14
  23. package/data/docs/routes/components-navigation-tabs.json +44 -11
  24. package/data/docs/routes/components-navigation-tree.json +445 -0
  25. package/data/docs/routes/home-getting-started-mcp-server-overview.json +2 -2
  26. package/data/docs/routes/home-getting-started-mcp-server-setup.json +2 -2
  27. package/data/docs/routes/icons.json +3 -3
  28. package/data/docs/routes/patterns-buttons-floating-action-button.json +392 -0
  29. package/data/docs/routes/patterns-buttons.json +58 -0
  30. package/data/docs/search-index.json +1 -1
  31. package/data/docs/types/AccordionContent.json +24 -24
  32. package/data/docs/types/AccordionHeader.json +88 -88
  33. package/data/docs/types/AccordionItem.json +20 -20
  34. package/data/docs/types/AccordionRoot.json +14 -14
  35. package/data/docs/types/ActivityIndicator.json +202 -0
  36. package/data/docs/types/AlertDescription.json +8 -8
  37. package/data/docs/types/AlertDismissButton.json +98 -81
  38. package/data/docs/types/AlertTitle.json +8 -8
  39. package/data/docs/types/Avatar.json +19 -2
  40. package/data/docs/types/Badge.json +2 -2
  41. package/data/docs/types/Body.json +6 -6
  42. package/data/docs/types/Box.json +6 -6
  43. package/data/docs/types/Breadcrumbs.json +12 -0
  44. package/data/docs/types/BreadcrumbsItem.json +296 -0
  45. package/data/docs/types/BreadcrumbsItemProps.json +9 -0
  46. package/data/docs/types/BreadcrumbsProps.json +9 -0
  47. package/data/docs/types/BreadcrumbsRoot.json +110 -0
  48. package/data/docs/types/Button.json +106 -89
  49. package/data/docs/types/Calendar.json +56 -56
  50. package/data/docs/types/Caption.json +6 -6
  51. package/data/docs/types/CardRoot.json +2 -2
  52. package/data/docs/types/Cell.json +6 -6
  53. package/data/docs/types/ChatMessage.json +12 -0
  54. package/data/docs/types/ChatMessageActions.json +42 -0
  55. package/data/docs/types/ChatMessageAvatar.json +140 -0
  56. package/data/docs/types/ChatMessageBody.json +42 -0
  57. package/data/docs/types/ChatMessageList.json +12 -0
  58. package/data/docs/types/ChatMessageListItem.json +42 -0
  59. package/data/docs/types/ChatMessageListRoot.json +78 -0
  60. package/data/docs/types/ChatMessageMeta.json +42 -0
  61. package/data/docs/types/ChatMessageRoot.json +119 -0
  62. package/data/docs/types/ChatMessageTyping.json +42 -0
  63. package/data/docs/types/Checkbox.json +86 -86
  64. package/data/docs/types/Code.json +11 -11
  65. package/data/docs/types/Column.json +6 -6
  66. package/data/docs/types/ColumnGroup.json +6 -6
  67. package/data/docs/types/ColumnHeader.json +6 -6
  68. package/data/docs/types/ComboBoxListBox.json +70 -70
  69. package/data/docs/types/ComboBoxOption.json +64 -64
  70. package/data/docs/types/ComboBoxPopover.json +91 -70
  71. package/data/docs/types/ComboBoxRoot.json +8 -8
  72. package/data/docs/types/ComboBoxSection.json +24 -24
  73. package/data/docs/types/ComboBoxTrigger.json +6 -6
  74. package/data/docs/types/DataTable.json +2 -2
  75. package/data/docs/types/DataTableBody.json +20 -20
  76. package/data/docs/types/DataTableHeader.json +25 -25
  77. package/data/docs/types/DataTableRoot.json +2 -2
  78. package/data/docs/types/DataTableTable.json +6 -6
  79. package/data/docs/types/DateInput.json +73 -73
  80. package/data/docs/types/DatePicker.json +58 -58
  81. package/data/docs/types/DateRangePicker.json +86 -86
  82. package/data/docs/types/DateRangePickerField.json +86 -86
  83. package/data/docs/types/DefaultPageRoot.json +2 -2
  84. package/data/docs/types/DialogCloseTrigger.json +96 -79
  85. package/data/docs/types/DraggableListField.json +88 -60
  86. package/data/docs/types/DraggableListItem.json +52 -52
  87. package/data/docs/types/DraggableListRoot.json +88 -60
  88. package/data/docs/types/DrawerCloseTrigger.json +96 -79
  89. package/data/docs/types/DropZone.json +161 -0
  90. package/data/docs/types/FieldErrors.json +2 -2
  91. package/data/docs/types/FileTrigger.json +130 -0
  92. package/data/docs/types/Flex.json +22 -22
  93. package/data/docs/types/FloatingActionButton.json +1036 -0
  94. package/data/docs/types/Footer.json +6 -6
  95. package/data/docs/types/FormActionBar.json +1 -1
  96. package/data/docs/types/FormFieldRoot.json +2 -2
  97. package/data/docs/types/Grid.json +24 -24
  98. package/data/docs/types/Group.json +12 -12
  99. package/data/docs/types/Header.json +6 -6
  100. package/data/docs/types/Heading.json +8 -8
  101. package/data/docs/types/Icon.json +4 -4
  102. package/data/docs/types/IconButton.json +106 -89
  103. package/data/docs/types/IconToggleButton.json +71 -71
  104. package/data/docs/types/Image.json +43 -43
  105. package/data/docs/types/Indicator.json +6 -6
  106. package/data/docs/types/InlineSvg.json +2 -2
  107. package/data/docs/types/Item.json +6 -6
  108. package/data/docs/types/ItemActions.json +27 -0
  109. package/data/docs/types/ItemContent.json +27 -0
  110. package/data/docs/types/ItemDescription.json +27 -0
  111. package/data/docs/types/ItemFooter.json +27 -0
  112. package/data/docs/types/ItemGroup.json +12 -0
  113. package/data/docs/types/ItemGroupRoot.json +27 -0
  114. package/data/docs/types/ItemGroupSeparator.json +27 -0
  115. package/data/docs/types/ItemHeader.json +27 -0
  116. package/data/docs/types/ItemMedia.json +56 -0
  117. package/data/docs/types/ItemRoot.json +239 -0
  118. package/data/docs/types/ItemTitle.json +27 -0
  119. package/data/docs/types/Kbd.json +8 -8
  120. package/data/docs/types/Link.json +14 -14
  121. package/data/docs/types/ListIndicator.json +6 -6
  122. package/data/docs/types/ListItem.json +6 -6
  123. package/data/docs/types/ListRoot.json +11 -11
  124. package/data/docs/types/LoadingSpinner.json +2 -2
  125. package/data/docs/types/MakeElementFocusable.json +18 -18
  126. package/data/docs/types/Markdown.json +183 -0
  127. package/data/docs/types/MenuItem.json +62 -62
  128. package/data/docs/types/MenuRoot.json +55 -55
  129. package/data/docs/types/MenuSection.json +30 -30
  130. package/data/docs/types/MenuSubmenuTrigger.json +4 -4
  131. package/data/docs/types/MenuTrigger.json +88 -88
  132. package/data/docs/types/MultilineTextInput.json +104 -104
  133. package/data/docs/types/MultilineTextInputField.json +102 -102
  134. package/data/docs/types/NumberInput.json +86 -86
  135. package/data/docs/types/NumberInputField.json +82 -82
  136. package/data/docs/types/PageContentColumn.json +6 -6
  137. package/data/docs/types/PageContentRoot.json +6 -6
  138. package/data/docs/types/PasswordInput.json +100 -100
  139. package/data/docs/types/PasswordInputField.json +100 -100
  140. package/data/docs/types/ProgressBar.json +13 -13
  141. package/data/docs/types/RadioInputOption.json +56 -56
  142. package/data/docs/types/RadioInputRoot.json +48 -48
  143. package/data/docs/types/RangeCalendar.json +58 -58
  144. package/data/docs/types/RangeSlider.json +337 -0
  145. package/data/docs/types/RangeSliderProps.json +9 -0
  146. package/data/docs/types/Region.json +6 -6
  147. package/data/docs/types/RegionTarget.json +6 -6
  148. package/data/docs/types/RichTextInput.json +2 -2
  149. package/data/docs/types/Root.json +11 -11
  150. package/data/docs/types/Row.json +6 -6
  151. package/data/docs/types/ScrollArea.json +2 -2
  152. package/data/docs/types/SearchInput.json +106 -106
  153. package/data/docs/types/SearchInputField.json +102 -102
  154. package/data/docs/types/SelectOption.json +54 -54
  155. package/data/docs/types/SelectOptionGroup.json +18 -18
  156. package/data/docs/types/SelectOptions.json +64 -64
  157. package/data/docs/types/SelectRoot.json +92 -92
  158. package/data/docs/types/Separator.json +4 -4
  159. package/data/docs/types/SimpleGrid.json +28 -28
  160. package/data/docs/types/Skeleton.json +129 -0
  161. package/data/docs/types/SkeletonCircle.json +103 -0
  162. package/data/docs/types/SkeletonCircleProps.json +9 -0
  163. package/data/docs/types/SkeletonProps.json +9 -0
  164. package/data/docs/types/SkeletonText.json +62 -0
  165. package/data/docs/types/SkeletonTextProps.json +9 -0
  166. package/data/docs/types/Slider.json +337 -0
  167. package/data/docs/types/SlidingIndicatorGeometry.json +9 -0
  168. package/data/docs/types/SlidingIndicatorRects.json +9 -0
  169. package/data/docs/types/SplitButton.json +16 -20
  170. package/data/docs/types/Stack.json +2 -2
  171. package/data/docs/types/StepsRoot.json +2 -2
  172. package/data/docs/types/Switch.json +34 -34
  173. package/data/docs/types/TabNavItem.json +5 -5
  174. package/data/docs/types/TabNavRoot.json +5 -5
  175. package/data/docs/types/TableBody.json +6 -6
  176. package/data/docs/types/TableCaption.json +6 -6
  177. package/data/docs/types/TableCell.json +6 -6
  178. package/data/docs/types/TableColumn.json +6 -6
  179. package/data/docs/types/TableColumnGroup.json +6 -6
  180. package/data/docs/types/TableColumnHeader.json +6 -6
  181. package/data/docs/types/TableFooter.json +6 -6
  182. package/data/docs/types/TableHeader.json +6 -6
  183. package/data/docs/types/TableRoot.json +19 -19
  184. package/data/docs/types/TableRow.json +6 -6
  185. package/data/docs/types/TableScrollArea.json +6 -6
  186. package/data/docs/types/TabsList.json +2 -2
  187. package/data/docs/types/TabsPanel.json +2 -2
  188. package/data/docs/types/TabsPanels.json +2 -2
  189. package/data/docs/types/TabsRoot.json +3 -3
  190. package/data/docs/types/TabsTab.json +2 -2
  191. package/data/docs/types/TagGroupRoot.json +24 -24
  192. package/data/docs/types/TagGroupTag.json +56 -56
  193. package/data/docs/types/TagGroupTagList.json +14 -14
  194. package/data/docs/types/Text.json +8 -8
  195. package/data/docs/types/TextInput.json +102 -102
  196. package/data/docs/types/TextInputField.json +100 -100
  197. package/data/docs/types/TimeInput.json +68 -68
  198. package/data/docs/types/ToggleButton.json +73 -73
  199. package/data/docs/types/ToggleButtonGroupButton.json +30 -30
  200. package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
  201. package/data/docs/types/Toolbar.json +9 -9
  202. package/data/docs/types/TooltipContent.json +28 -28
  203. package/data/docs/types/TooltipRoot.json +16 -16
  204. package/data/docs/types/Tree.json +12 -0
  205. package/data/docs/types/TreeIndicator.json +828 -0
  206. package/data/docs/types/TreeItem.json +559 -0
  207. package/data/docs/types/TreeItemContent.json +27 -0
  208. package/data/docs/types/TreeRoot.json +636 -0
  209. package/data/docs/types/TreeSubTree.json +40 -0
  210. package/data/docs/types/VisuallyHidden.json +6 -6
  211. package/data/docs/types/createItemsFromCsvDrop.json +4 -4
  212. package/data/docs/types/createItemsFromDirectoryDrop.json +4 -4
  213. package/data/docs/types/createItemsFromFileDrop.json +4 -4
  214. package/data/docs/types/createItemsFromImageDrop.json +4 -4
  215. package/data/docs/types/createItemsFromJsonDrop.json +4 -4
  216. package/data/docs/types/manifest.json +50 -0
  217. package/data/docs/types/useRegion.json +2 -2
  218. package/data/docs/types/useSlidingIndicator.json +145 -0
  219. package/data/docs/types/useTree.json +267 -0
  220. package/data/tokens.json +21 -0
  221. package/data/uikit-tokens.json +894 -0
  222. package/dist/index.js +3298 -109
  223. package/package.json +8 -6
@@ -0,0 +1,337 @@
1
+ {
2
+ "tags": {},
3
+ "filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
4
+ "description": "# Slider\n\nA single-thumb slider for selecting one numeric value within a range. Wraps\nReact Aria's Slider with Nimbus styling; the current value is shown in a\ntooltip on the handle while hovering, focusing, or dragging. Provide an\n`aria-label` (or use inside `FormField`) for the accessible name.",
5
+ "displayName": "Slider",
6
+ "methods": [],
7
+ "props": {
8
+ "size": {
9
+ "defaultValue": {
10
+ "value": "\"md\""
11
+ },
12
+ "description": "",
13
+ "name": "size",
14
+ "parent": {
15
+ "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",
16
+ "name": "NimbusCodeVariant"
17
+ },
18
+ "declarations": [
19
+ {
20
+ "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",
21
+ "name": "NimbusCodeVariant"
22
+ }
23
+ ],
24
+ "required": false,
25
+ "type": {
26
+ "name": "ConditionalValue<\"sm\" | \"md\" | \"lg\" | \"xs\">"
27
+ }
28
+ },
29
+ "variant": {
30
+ "defaultValue": {
31
+ "value": "\"solid\""
32
+ },
33
+ "description": "",
34
+ "name": "variant",
35
+ "parent": {
36
+ "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",
37
+ "name": "NimbusCodeVariant"
38
+ },
39
+ "declarations": [
40
+ {
41
+ "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",
42
+ "name": "NimbusCodeVariant"
43
+ }
44
+ ],
45
+ "required": false,
46
+ "type": {
47
+ "name": "ConditionalValue<\"outline\" | \"solid\" | \"subtle\" | \"plain\" | \"surface\">"
48
+ }
49
+ },
50
+ "step": {
51
+ "defaultValue": {
52
+ "value": "1"
53
+ },
54
+ "description": "The slider's step value.",
55
+ "name": "step",
56
+ "parent": {
57
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/slider/useSliderState.d.ts",
58
+ "name": "SliderProps"
59
+ },
60
+ "declarations": [
61
+ {
62
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/slider/useSliderState.d.ts",
63
+ "name": "SliderProps"
64
+ }
65
+ ],
66
+ "required": false,
67
+ "type": {
68
+ "name": "number"
69
+ }
70
+ },
71
+ "isDisabled": {
72
+ "defaultValue": null,
73
+ "description": "Whether the whole Slider is disabled.",
74
+ "name": "isDisabled",
75
+ "parent": {
76
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/slider/useSliderState.d.ts",
77
+ "name": "SliderProps"
78
+ },
79
+ "declarations": [
80
+ {
81
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/slider/useSliderState.d.ts",
82
+ "name": "SliderProps"
83
+ }
84
+ ],
85
+ "required": false,
86
+ "type": {
87
+ "name": "boolean"
88
+ }
89
+ },
90
+ "render": {
91
+ "defaultValue": null,
92
+ "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.",
93
+ "name": "render",
94
+ "parent": {
95
+ "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",
96
+ "name": "DOMRenderProps"
97
+ },
98
+ "declarations": [
99
+ {
100
+ "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",
101
+ "name": "DOMRenderProps"
102
+ }
103
+ ],
104
+ "required": false,
105
+ "type": {
106
+ "name": "DOMRenderFunction<\"div\", PopoverRenderProps>"
107
+ }
108
+ },
109
+ "orientation": {
110
+ "defaultValue": {
111
+ "value": "'horizontal'"
112
+ },
113
+ "description": "The orientation of the Slider.",
114
+ "name": "orientation",
115
+ "parent": {
116
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/slider/useSliderState.d.ts",
117
+ "name": "SliderProps"
118
+ },
119
+ "declarations": [
120
+ {
121
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/slider/useSliderState.d.ts",
122
+ "name": "SliderProps"
123
+ }
124
+ ],
125
+ "required": false,
126
+ "type": {
127
+ "name": "enum",
128
+ "raw": "Orientation",
129
+ "value": [
130
+ {
131
+ "value": "\"horizontal\""
132
+ },
133
+ {
134
+ "value": "\"vertical\""
135
+ }
136
+ ]
137
+ }
138
+ },
139
+ "formatOptions": {
140
+ "defaultValue": null,
141
+ "description": "The display format of the value label.",
142
+ "name": "formatOptions",
143
+ "parent": {
144
+ "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/Slider.d.ts",
145
+ "name": "SliderProps"
146
+ },
147
+ "declarations": [
148
+ {
149
+ "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/Slider.d.ts",
150
+ "name": "SliderProps"
151
+ }
152
+ ],
153
+ "required": false,
154
+ "type": {
155
+ "name": "NumberFormatOptions"
156
+ }
157
+ },
158
+ "minValue": {
159
+ "defaultValue": {
160
+ "value": "0"
161
+ },
162
+ "description": "The slider's minimum value.",
163
+ "name": "minValue",
164
+ "parent": {
165
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/slider/useSliderState.d.ts",
166
+ "name": "SliderProps"
167
+ },
168
+ "declarations": [
169
+ {
170
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/slider/useSliderState.d.ts",
171
+ "name": "SliderProps"
172
+ }
173
+ ],
174
+ "required": false,
175
+ "type": {
176
+ "name": "number"
177
+ }
178
+ },
179
+ "maxValue": {
180
+ "defaultValue": {
181
+ "value": "100"
182
+ },
183
+ "description": "The slider's maximum value.",
184
+ "name": "maxValue",
185
+ "parent": {
186
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/slider/useSliderState.d.ts",
187
+ "name": "SliderProps"
188
+ },
189
+ "declarations": [
190
+ {
191
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/slider/useSliderState.d.ts",
192
+ "name": "SliderProps"
193
+ }
194
+ ],
195
+ "required": false,
196
+ "type": {
197
+ "name": "number"
198
+ }
199
+ },
200
+ "thumbLabels": {
201
+ "defaultValue": null,
202
+ "description": "aria-labels for each thumb, indexed by thumb position.",
203
+ "name": "thumbLabels",
204
+ "declarations": [
205
+ {
206
+ "fileName": "nimbus/packages/nimbus/src/components/slider/slider.types.ts",
207
+ "name": "TypeLiteral"
208
+ }
209
+ ],
210
+ "required": false,
211
+ "type": {
212
+ "name": "string[]"
213
+ }
214
+ },
215
+ "showTicks": {
216
+ "defaultValue": null,
217
+ "description": "Render tick marks along the track.",
218
+ "name": "showTicks",
219
+ "declarations": [
220
+ {
221
+ "fileName": "nimbus/packages/nimbus/src/components/slider/slider.types.ts",
222
+ "name": "TypeLiteral"
223
+ }
224
+ ],
225
+ "required": false,
226
+ "type": {
227
+ "name": "boolean"
228
+ }
229
+ },
230
+ "tickStep": {
231
+ "defaultValue": null,
232
+ "description": "Interval between ticks; defaults to `step` when `showTicks` is set. A tick\nis always placed at `maxValue`, so when `tickStep` does not divide the\nrange evenly the final interval before `maxValue` is shorter than\n`tickStep`.",
233
+ "name": "tickStep",
234
+ "declarations": [
235
+ {
236
+ "fileName": "nimbus/packages/nimbus/src/components/slider/slider.types.ts",
237
+ "name": "TypeLiteral"
238
+ }
239
+ ],
240
+ "required": false,
241
+ "type": {
242
+ "name": "number"
243
+ }
244
+ },
245
+ "isInvalid": {
246
+ "defaultValue": null,
247
+ "description": "Marks the slider as invalid for styling purposes (surfaced as\n`data-invalid` on the root element). React Aria's `Slider` has no\nnative validation state, so this is a Nimbus-only prop that is\nintentionally never forwarded to the underlying `RaSlider` — it\nexists so `FormField.Input` can clone its React-Aria-named\n`isInvalid` prop onto the control (see `form-field.root.tsx`).",
248
+ "name": "isInvalid",
249
+ "declarations": [
250
+ {
251
+ "fileName": "nimbus/packages/nimbus/src/components/slider/slider.types.ts",
252
+ "name": "TypeLiteral"
253
+ }
254
+ ],
255
+ "required": false,
256
+ "type": {
257
+ "name": "boolean"
258
+ }
259
+ },
260
+ "ref": {
261
+ "defaultValue": null,
262
+ "description": "Forwarded to the root element.",
263
+ "name": "ref",
264
+ "declarations": [
265
+ {
266
+ "fileName": "nimbus/packages/nimbus/src/components/slider/slider.types.ts",
267
+ "name": "TypeLiteral"
268
+ }
269
+ ],
270
+ "required": false,
271
+ "type": {
272
+ "name": "Ref<HTMLDivElement>"
273
+ }
274
+ },
275
+ "value": {
276
+ "defaultValue": null,
277
+ "description": "",
278
+ "name": "value",
279
+ "declarations": [
280
+ {
281
+ "fileName": "nimbus/packages/nimbus/src/components/slider/slider.types.ts",
282
+ "name": "TypeLiteral"
283
+ }
284
+ ],
285
+ "required": false,
286
+ "type": {
287
+ "name": "number"
288
+ }
289
+ },
290
+ "defaultValue": {
291
+ "defaultValue": null,
292
+ "description": "",
293
+ "name": "defaultValue",
294
+ "declarations": [
295
+ {
296
+ "fileName": "nimbus/packages/nimbus/src/components/slider/slider.types.ts",
297
+ "name": "TypeLiteral"
298
+ }
299
+ ],
300
+ "required": false,
301
+ "type": {
302
+ "name": "number"
303
+ }
304
+ },
305
+ "onChange": {
306
+ "defaultValue": null,
307
+ "description": "",
308
+ "name": "onChange",
309
+ "declarations": [
310
+ {
311
+ "fileName": "nimbus/packages/nimbus/src/components/slider/slider.types.ts",
312
+ "name": "TypeLiteral"
313
+ }
314
+ ],
315
+ "required": false,
316
+ "type": {
317
+ "name": "((value: number) => void)"
318
+ }
319
+ },
320
+ "onChangeEnd": {
321
+ "defaultValue": null,
322
+ "description": "",
323
+ "name": "onChangeEnd",
324
+ "declarations": [
325
+ {
326
+ "fileName": "nimbus/packages/nimbus/src/components/slider/slider.types.ts",
327
+ "name": "TypeLiteral"
328
+ }
329
+ ],
330
+ "required": false,
331
+ "type": {
332
+ "name": "((value: number) => void)"
333
+ }
334
+ }
335
+ },
336
+ "supportsStyleProps": false
337
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "tags": {},
3
+ "filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
4
+ "description": "Geometry the indicator should adopt, in pixels, relative to the container's\ntop-left. `width` / `height` are optional — omit one to leave it controlled\nby CSS (e.g. a fixed-thickness bar).",
5
+ "displayName": "SlidingIndicatorGeometry",
6
+ "methods": [],
7
+ "props": {},
8
+ "supportsStyleProps": false
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "tags": {},
3
+ "filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
4
+ "description": "Bounding rectangles passed to {@link SlidingIndicatorOptions.getGeometry}.",
5
+ "displayName": "SlidingIndicatorRects",
6
+ "methods": [],
7
+ "props": {},
8
+ "supportsStyleProps": false
9
+ }
@@ -12,18 +12,18 @@
12
12
  "description": "",
13
13
  "name": "variant",
14
14
  "parent": {
15
- "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_66e16070833060ad19cc68e17dcd8e36/node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts",
15
+ "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",
16
16
  "name": "NimbusCodeVariant"
17
17
  },
18
18
  "declarations": [
19
19
  {
20
- "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_66e16070833060ad19cc68e17dcd8e36/node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts",
20
+ "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",
21
21
  "name": "NimbusCodeVariant"
22
22
  }
23
23
  ],
24
24
  "required": false,
25
25
  "type": {
26
- "name": "ConditionalValue<\"outline\" | \"solid\" | \"subtle\" | \"surface\" | \"plain\">"
26
+ "name": "ConditionalValue<\"outline\" | \"solid\" | \"subtle\" | \"plain\" | \"surface\">"
27
27
  }
28
28
  },
29
29
  "size": {
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "required": false,
42
42
  "type": {
43
- "name": "ConditionalValue<\"sm\" | \"md\" | \"2xs\" | \"xs\">"
43
+ "name": "ConditionalValue<\"sm\" | \"md\" | \"xl\" | \"2xs\" | \"xs\">"
44
44
  }
45
45
  },
46
46
  "colorPalette": {
@@ -63,12 +63,12 @@
63
63
  "description": "Whether the button is disabled.",
64
64
  "name": "isDisabled",
65
65
  "parent": {
66
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
66
+ "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/button/useButton.d.ts",
67
67
  "name": "ButtonProps"
68
68
  },
69
69
  "declarations": [
70
70
  {
71
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
71
+ "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/button/useButton.d.ts",
72
72
  "name": "ButtonProps"
73
73
  }
74
74
  ],
@@ -82,12 +82,12 @@
82
82
  "description": "Whether the overlay is open by default (controlled).",
83
83
  "name": "isOpen",
84
84
  "parent": {
85
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
85
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
86
86
  "name": "OverlayTriggerProps"
87
87
  },
88
88
  "declarations": [
89
89
  {
90
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
90
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
91
91
  "name": "OverlayTriggerProps"
92
92
  }
93
93
  ],
@@ -101,12 +101,12 @@
101
101
  "description": "Whether the overlay is open by default (uncontrolled).",
102
102
  "name": "defaultOpen",
103
103
  "parent": {
104
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
104
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
105
105
  "name": "OverlayTriggerProps"
106
106
  },
107
107
  "declarations": [
108
108
  {
109
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
109
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
110
110
  "name": "OverlayTriggerProps"
111
111
  }
112
112
  ],
@@ -120,12 +120,12 @@
120
120
  "description": "Handler that is called when the overlay's open state changes.",
121
121
  "name": "onOpenChange",
122
122
  "parent": {
123
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
123
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
124
124
  "name": "OverlayTriggerProps"
125
125
  },
126
126
  "declarations": [
127
127
  {
128
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
128
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.48.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
129
129
  "name": "OverlayTriggerProps"
130
130
  }
131
131
  ],
@@ -136,19 +136,15 @@
136
136
  },
137
137
  "onAction": {
138
138
  "defaultValue": null,
139
- "description": "Handler that is called when an item is selected.",
139
+ "description": "Handler called when the primary action button is pressed or a dropdown\nmenu item is selected. Receives the action's key.",
140
140
  "name": "onAction",
141
- "parent": {
142
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/menu/useMenu.d.ts",
143
- "name": "MenuProps"
144
- },
145
141
  "declarations": [
146
142
  {
147
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/menu/useMenu.d.ts",
148
- "name": "MenuProps"
143
+ "fileName": "nimbus/packages/nimbus/src/components/split-button/split-button.types.ts",
144
+ "name": "TypeLiteral"
149
145
  }
150
146
  ],
151
- "required": false,
147
+ "required": true,
152
148
  "type": {
153
149
  "name": "(key: Key) => void"
154
150
  }
@@ -13,12 +13,12 @@
13
13
  "description": "",
14
14
  "name": "as",
15
15
  "parent": {
16
- "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_66e16070833060ad19cc68e17dcd8e36/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
16
+ "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",
17
17
  "name": "PolymorphicProps"
18
18
  },
19
19
  "declarations": [
20
20
  {
21
- "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_66e16070833060ad19cc68e17dcd8e36/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
21
+ "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",
22
22
  "name": "PolymorphicProps"
23
23
  }
24
24
  ],
@@ -34,12 +34,12 @@
34
34
  "description": "If `true`, the element will opt out of the theme styles.",
35
35
  "name": "unstyled",
36
36
  "parent": {
37
- "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_66e16070833060ad19cc68e17dcd8e36/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
37
+ "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",
38
38
  "name": "UnstyledProp"
39
39
  },
40
40
  "declarations": [
41
41
  {
42
- "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_66e16070833060ad19cc68e17dcd8e36/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
42
+ "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",
43
43
  "name": "UnstyledProp"
44
44
  }
45
45
  ],