@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,828 @@
1
+ {
2
+ "tags": {
3
+ "supportsStyleProps": ""
4
+ },
5
+ "filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
6
+ "description": "Tree.Indicator\n\nThe expand/collapse chevron button. React Aria wires it to the row's\nexpansion state via the `chevron` slot, and provides a localized accessible\nname. The recipe hides it for leaf items and rotates it when expanded.\nRenders a default chevron icon that can be overridden via `children`.",
7
+ "displayName": "TreeIndicator",
8
+ "methods": [],
9
+ "props": {
10
+ "form": {
11
+ "defaultValue": null,
12
+ "description": "The `<form>` element to associate the button with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/button#form).",
13
+ "name": "form",
14
+ "parent": {
15
+ "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",
16
+ "name": "AriaBaseButtonProps"
17
+ },
18
+ "declarations": [
19
+ {
20
+ "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",
21
+ "name": "AriaBaseButtonProps"
22
+ }
23
+ ],
24
+ "required": false,
25
+ "type": {
26
+ "name": "string"
27
+ }
28
+ },
29
+ "autoFocus": {
30
+ "defaultValue": null,
31
+ "description": "Whether the element should receive focus on render.",
32
+ "name": "autoFocus",
33
+ "parent": {
34
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
35
+ "name": "FocusableProps"
36
+ },
37
+ "declarations": [
38
+ {
39
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
40
+ "name": "FocusableProps"
41
+ }
42
+ ],
43
+ "required": false,
44
+ "type": {
45
+ "name": "boolean"
46
+ }
47
+ },
48
+ "id": {
49
+ "defaultValue": null,
50
+ "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
51
+ "name": "id",
52
+ "parent": {
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
+ "name": "DOMProps"
55
+ },
56
+ "declarations": [
57
+ {
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
+ "name": "DOMProps"
60
+ }
61
+ ],
62
+ "required": false,
63
+ "type": {
64
+ "name": "string"
65
+ }
66
+ },
67
+ "aria-controls": {
68
+ "defaultValue": null,
69
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current\nelement.",
70
+ "name": "aria-controls",
71
+ "parent": {
72
+ "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",
73
+ "name": "AriaBaseButtonProps"
74
+ },
75
+ "declarations": [
76
+ {
77
+ "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",
78
+ "name": "AriaBaseButtonProps"
79
+ }
80
+ ],
81
+ "required": false,
82
+ "type": {
83
+ "name": "string"
84
+ }
85
+ },
86
+ "aria-current": {
87
+ "defaultValue": null,
88
+ "description": "Indicates whether this element represents the current item within a container or set of related\nelements.",
89
+ "name": "aria-current",
90
+ "parent": {
91
+ "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",
92
+ "name": "AriaBaseButtonProps"
93
+ },
94
+ "declarations": [
95
+ {
96
+ "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",
97
+ "name": "AriaBaseButtonProps"
98
+ }
99
+ ],
100
+ "required": false,
101
+ "type": {
102
+ "name": "boolean | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" | \"true\" | \"false\""
103
+ }
104
+ },
105
+ "aria-describedby": {
106
+ "defaultValue": null,
107
+ "description": "Identifies the element (or elements) that describes the object.",
108
+ "name": "aria-describedby",
109
+ "parent": {
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
+ "name": "AriaLabelingProps"
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/dom.d.ts",
116
+ "name": "AriaLabelingProps"
117
+ }
118
+ ],
119
+ "required": false,
120
+ "type": {
121
+ "name": "string"
122
+ }
123
+ },
124
+ "aria-details": {
125
+ "defaultValue": null,
126
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
127
+ "name": "aria-details",
128
+ "parent": {
129
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
130
+ "name": "AriaLabelingProps"
131
+ },
132
+ "declarations": [
133
+ {
134
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
135
+ "name": "AriaLabelingProps"
136
+ }
137
+ ],
138
+ "required": false,
139
+ "type": {
140
+ "name": "string"
141
+ }
142
+ },
143
+ "aria-disabled": {
144
+ "defaultValue": null,
145
+ "description": "Indicates whether the element is disabled to users of assistive technology.\n@deprecated Use `isDisabled` instead — React Aria manages\n`aria-disabled` automatically based on `isDisabled`.",
146
+ "name": "aria-disabled",
147
+ "parent": {
148
+ "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",
149
+ "name": "AriaBaseButtonProps"
150
+ },
151
+ "declarations": [
152
+ {
153
+ "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",
154
+ "name": "AriaBaseButtonProps"
155
+ },
156
+ {
157
+ "fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
158
+ "name": "TypeLiteral"
159
+ }
160
+ ],
161
+ "required": false,
162
+ "type": {
163
+ "name": "boolean | \"true\" | \"false\""
164
+ }
165
+ },
166
+ "aria-expanded": {
167
+ "defaultValue": null,
168
+ "description": "Indicates whether the element, or another grouping element it controls, is currently expanded\nor collapsed.",
169
+ "name": "aria-expanded",
170
+ "parent": {
171
+ "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",
172
+ "name": "AriaBaseButtonProps"
173
+ },
174
+ "declarations": [
175
+ {
176
+ "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",
177
+ "name": "AriaBaseButtonProps"
178
+ }
179
+ ],
180
+ "required": false,
181
+ "type": {
182
+ "name": "boolean | \"true\" | \"false\""
183
+ }
184
+ },
185
+ "aria-haspopup": {
186
+ "defaultValue": null,
187
+ "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that\ncan be triggered by an element.",
188
+ "name": "aria-haspopup",
189
+ "parent": {
190
+ "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",
191
+ "name": "AriaBaseButtonProps"
192
+ },
193
+ "declarations": [
194
+ {
195
+ "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",
196
+ "name": "AriaBaseButtonProps"
197
+ }
198
+ ],
199
+ "required": false,
200
+ "type": {
201
+ "name": "boolean | \"grid\" | \"dialog\" | \"menu\" | \"true\" | \"false\" | \"listbox\" | \"tree\""
202
+ }
203
+ },
204
+ "aria-label": {
205
+ "defaultValue": null,
206
+ "description": "Defines a string value that labels the current element.",
207
+ "name": "aria-label",
208
+ "parent": {
209
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
210
+ "name": "AriaLabelingProps"
211
+ },
212
+ "declarations": [
213
+ {
214
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
215
+ "name": "AriaLabelingProps"
216
+ }
217
+ ],
218
+ "required": false,
219
+ "type": {
220
+ "name": "string"
221
+ }
222
+ },
223
+ "aria-labelledby": {
224
+ "defaultValue": null,
225
+ "description": "Identifies the element (or elements) that labels the current element.",
226
+ "name": "aria-labelledby",
227
+ "parent": {
228
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
229
+ "name": "AriaLabelingProps"
230
+ },
231
+ "declarations": [
232
+ {
233
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
234
+ "name": "AriaLabelingProps"
235
+ }
236
+ ],
237
+ "required": false,
238
+ "type": {
239
+ "name": "string"
240
+ }
241
+ },
242
+ "aria-pressed": {
243
+ "defaultValue": null,
244
+ "description": "Indicates the current \"pressed\" state of toggle buttons.",
245
+ "name": "aria-pressed",
246
+ "parent": {
247
+ "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",
248
+ "name": "AriaBaseButtonProps"
249
+ },
250
+ "declarations": [
251
+ {
252
+ "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",
253
+ "name": "AriaBaseButtonProps"
254
+ }
255
+ ],
256
+ "required": false,
257
+ "type": {
258
+ "name": "boolean | \"true\" | \"false\" | \"mixed\""
259
+ }
260
+ },
261
+ "children": {
262
+ "defaultValue": null,
263
+ "description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
264
+ "name": "children",
265
+ "parent": {
266
+ "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",
267
+ "name": "RenderProps"
268
+ },
269
+ "declarations": [
270
+ {
271
+ "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",
272
+ "name": "RenderProps"
273
+ }
274
+ ],
275
+ "required": false,
276
+ "type": {
277
+ "name": "ChildrenOrFunction<PopoverRenderProps>"
278
+ }
279
+ },
280
+ "onFocus": {
281
+ "defaultValue": null,
282
+ "description": "Handler that is called when the element receives focus.",
283
+ "name": "onFocus",
284
+ "parent": {
285
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
286
+ "name": "FocusEvents"
287
+ },
288
+ "declarations": [
289
+ {
290
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
291
+ "name": "FocusEvents"
292
+ }
293
+ ],
294
+ "required": false,
295
+ "type": {
296
+ "name": "((e: FocusEvent<Element, Element>) => void)"
297
+ }
298
+ },
299
+ "onBlur": {
300
+ "defaultValue": null,
301
+ "description": "Handler that is called when the element loses focus.",
302
+ "name": "onBlur",
303
+ "parent": {
304
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
305
+ "name": "FocusEvents"
306
+ },
307
+ "declarations": [
308
+ {
309
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
310
+ "name": "FocusEvents"
311
+ }
312
+ ],
313
+ "required": false,
314
+ "type": {
315
+ "name": "((e: FocusEvent<Element, Element>) => void)"
316
+ }
317
+ },
318
+ "onKeyDown": {
319
+ "defaultValue": null,
320
+ "description": "Handler that is called when a key is pressed.",
321
+ "name": "onKeyDown",
322
+ "parent": {
323
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
324
+ "name": "KeyboardEvents"
325
+ },
326
+ "declarations": [
327
+ {
328
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
329
+ "name": "KeyboardEvents"
330
+ }
331
+ ],
332
+ "required": false,
333
+ "type": {
334
+ "name": "((e: KeyboardEvent) => void)"
335
+ }
336
+ },
337
+ "onKeyUp": {
338
+ "defaultValue": null,
339
+ "description": "Handler that is called when a key is released.",
340
+ "name": "onKeyUp",
341
+ "parent": {
342
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
343
+ "name": "KeyboardEvents"
344
+ },
345
+ "declarations": [
346
+ {
347
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
348
+ "name": "KeyboardEvents"
349
+ }
350
+ ],
351
+ "required": false,
352
+ "type": {
353
+ "name": "((e: KeyboardEvent) => void)"
354
+ }
355
+ },
356
+ "onClick": {
357
+ "defaultValue": null,
358
+ "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides\nadditional event details for non-mouse interactions.\n@deprecated Use `onPress` instead — it provides unified press handling\nacross mouse, touch, and keyboard interactions.",
359
+ "name": "onClick",
360
+ "parent": {
361
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
362
+ "name": "PressEvents"
363
+ },
364
+ "declarations": [
365
+ {
366
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
367
+ "name": "PressEvents"
368
+ },
369
+ {
370
+ "fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
371
+ "name": "TypeLiteral"
372
+ }
373
+ ],
374
+ "required": false,
375
+ "type": {
376
+ "name": "(((e: MouseEvent<FocusableElement, MouseEvent>) => void) & MouseEventHandler<HTMLButtonElement>)"
377
+ }
378
+ },
379
+ "type": {
380
+ "defaultValue": {
381
+ "value": "'button'"
382
+ },
383
+ "description": "The behavior of the button when used in an HTML form.",
384
+ "name": "type",
385
+ "parent": {
386
+ "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",
387
+ "name": "AriaBaseButtonProps"
388
+ },
389
+ "declarations": [
390
+ {
391
+ "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",
392
+ "name": "AriaBaseButtonProps"
393
+ }
394
+ ],
395
+ "required": false,
396
+ "type": {
397
+ "name": "enum",
398
+ "raw": "\"button\" | \"reset\" | \"submit\"",
399
+ "value": [
400
+ {
401
+ "value": "\"button\""
402
+ },
403
+ {
404
+ "value": "\"reset\""
405
+ },
406
+ {
407
+ "value": "\"submit\""
408
+ }
409
+ ]
410
+ }
411
+ },
412
+ "formAction": {
413
+ "defaultValue": null,
414
+ "description": "The URL that processes the information submitted by the button.\nOverrides the action attribute of the button's form owner.",
415
+ "name": "formAction",
416
+ "parent": {
417
+ "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",
418
+ "name": "AriaBaseButtonProps"
419
+ },
420
+ "declarations": [
421
+ {
422
+ "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",
423
+ "name": "AriaBaseButtonProps"
424
+ }
425
+ ],
426
+ "required": false,
427
+ "type": {
428
+ "name": "string | ((formData: FormData) => void | Promise<void>)"
429
+ }
430
+ },
431
+ "formEncType": {
432
+ "defaultValue": null,
433
+ "description": "Indicates how to encode the form data that is submitted.",
434
+ "name": "formEncType",
435
+ "parent": {
436
+ "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",
437
+ "name": "AriaBaseButtonProps"
438
+ },
439
+ "declarations": [
440
+ {
441
+ "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",
442
+ "name": "AriaBaseButtonProps"
443
+ }
444
+ ],
445
+ "required": false,
446
+ "type": {
447
+ "name": "string"
448
+ }
449
+ },
450
+ "formMethod": {
451
+ "defaultValue": null,
452
+ "description": "Indicates the HTTP method used to submit the form.",
453
+ "name": "formMethod",
454
+ "parent": {
455
+ "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",
456
+ "name": "AriaBaseButtonProps"
457
+ },
458
+ "declarations": [
459
+ {
460
+ "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",
461
+ "name": "AriaBaseButtonProps"
462
+ }
463
+ ],
464
+ "required": false,
465
+ "type": {
466
+ "name": "string"
467
+ }
468
+ },
469
+ "formNoValidate": {
470
+ "defaultValue": null,
471
+ "description": "Indicates that the form is not to be validated when it is submitted.",
472
+ "name": "formNoValidate",
473
+ "parent": {
474
+ "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",
475
+ "name": "AriaBaseButtonProps"
476
+ },
477
+ "declarations": [
478
+ {
479
+ "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",
480
+ "name": "AriaBaseButtonProps"
481
+ }
482
+ ],
483
+ "required": false,
484
+ "type": {
485
+ "name": "boolean"
486
+ }
487
+ },
488
+ "formTarget": {
489
+ "defaultValue": null,
490
+ "description": "Overrides the target attribute of the button's form owner.",
491
+ "name": "formTarget",
492
+ "parent": {
493
+ "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",
494
+ "name": "AriaBaseButtonProps"
495
+ },
496
+ "declarations": [
497
+ {
498
+ "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",
499
+ "name": "AriaBaseButtonProps"
500
+ }
501
+ ],
502
+ "required": false,
503
+ "type": {
504
+ "name": "string"
505
+ }
506
+ },
507
+ "name": {
508
+ "defaultValue": null,
509
+ "description": "Submitted as a pair with the button's value as part of the form data.",
510
+ "name": "name",
511
+ "parent": {
512
+ "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",
513
+ "name": "AriaBaseButtonProps"
514
+ },
515
+ "declarations": [
516
+ {
517
+ "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",
518
+ "name": "AriaBaseButtonProps"
519
+ }
520
+ ],
521
+ "required": false,
522
+ "type": {
523
+ "name": "string"
524
+ }
525
+ },
526
+ "value": {
527
+ "defaultValue": null,
528
+ "description": "The value associated with the button's name when it's submitted with the form data.",
529
+ "name": "value",
530
+ "parent": {
531
+ "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",
532
+ "name": "AriaBaseButtonProps"
533
+ },
534
+ "declarations": [
535
+ {
536
+ "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",
537
+ "name": "AriaBaseButtonProps"
538
+ }
539
+ ],
540
+ "required": false,
541
+ "type": {
542
+ "name": "string"
543
+ }
544
+ },
545
+ "isDisabled": {
546
+ "defaultValue": null,
547
+ "description": "Whether the button is disabled.",
548
+ "name": "isDisabled",
549
+ "parent": {
550
+ "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",
551
+ "name": "ButtonProps"
552
+ },
553
+ "declarations": [
554
+ {
555
+ "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",
556
+ "name": "ButtonProps"
557
+ }
558
+ ],
559
+ "required": false,
560
+ "type": {
561
+ "name": "boolean"
562
+ }
563
+ },
564
+ "onPress": {
565
+ "defaultValue": null,
566
+ "description": "Handler that is called when the press is released over the target.",
567
+ "name": "onPress",
568
+ "parent": {
569
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
570
+ "name": "PressEvents"
571
+ },
572
+ "declarations": [
573
+ {
574
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
575
+ "name": "PressEvents"
576
+ }
577
+ ],
578
+ "required": false,
579
+ "type": {
580
+ "name": "((e: PressEvent) => void)"
581
+ }
582
+ },
583
+ "onPressStart": {
584
+ "defaultValue": null,
585
+ "description": "Handler that is called when a press interaction starts.",
586
+ "name": "onPressStart",
587
+ "parent": {
588
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
589
+ "name": "PressEvents"
590
+ },
591
+ "declarations": [
592
+ {
593
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
594
+ "name": "PressEvents"
595
+ }
596
+ ],
597
+ "required": false,
598
+ "type": {
599
+ "name": "((e: PressEvent) => void)"
600
+ }
601
+ },
602
+ "onPressEnd": {
603
+ "defaultValue": null,
604
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
605
+ "name": "onPressEnd",
606
+ "parent": {
607
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
608
+ "name": "PressEvents"
609
+ },
610
+ "declarations": [
611
+ {
612
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
613
+ "name": "PressEvents"
614
+ }
615
+ ],
616
+ "required": false,
617
+ "type": {
618
+ "name": "((e: PressEvent) => void)"
619
+ }
620
+ },
621
+ "onPressChange": {
622
+ "defaultValue": null,
623
+ "description": "Handler that is called when the press state changes.",
624
+ "name": "onPressChange",
625
+ "parent": {
626
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
627
+ "name": "PressEvents"
628
+ },
629
+ "declarations": [
630
+ {
631
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
632
+ "name": "PressEvents"
633
+ }
634
+ ],
635
+ "required": false,
636
+ "type": {
637
+ "name": "((isPressed: boolean) => void)"
638
+ }
639
+ },
640
+ "onPressUp": {
641
+ "defaultValue": null,
642
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
643
+ "name": "onPressUp",
644
+ "parent": {
645
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
646
+ "name": "PressEvents"
647
+ },
648
+ "declarations": [
649
+ {
650
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
651
+ "name": "PressEvents"
652
+ }
653
+ ],
654
+ "required": false,
655
+ "type": {
656
+ "name": "((e: PressEvent) => void)"
657
+ }
658
+ },
659
+ "onFocusChange": {
660
+ "defaultValue": null,
661
+ "description": "Handler that is called when the element's focus status changes.",
662
+ "name": "onFocusChange",
663
+ "parent": {
664
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
665
+ "name": "FocusEvents"
666
+ },
667
+ "declarations": [
668
+ {
669
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
670
+ "name": "FocusEvents"
671
+ }
672
+ ],
673
+ "required": false,
674
+ "type": {
675
+ "name": "((isFocused: boolean) => void)"
676
+ }
677
+ },
678
+ "preventFocusOnPress": {
679
+ "defaultValue": null,
680
+ "description": "Whether to prevent focus from moving to the button when pressing it.\n\nCaution, this can make the button inaccessible and should only be used when alternative\nkeyboard interaction is provided, such as ComboBox's MenuTrigger or a NumberField's\nincrement/decrement control.",
681
+ "name": "preventFocusOnPress",
682
+ "parent": {
683
+ "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",
684
+ "name": "AriaBaseButtonProps"
685
+ },
686
+ "declarations": [
687
+ {
688
+ "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",
689
+ "name": "AriaBaseButtonProps"
690
+ }
691
+ ],
692
+ "required": false,
693
+ "type": {
694
+ "name": "boolean"
695
+ }
696
+ },
697
+ "excludeFromTabOrder": {
698
+ "defaultValue": null,
699
+ "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
700
+ "name": "excludeFromTabOrder",
701
+ "parent": {
702
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
703
+ "name": "FocusableDOMProps"
704
+ },
705
+ "declarations": [
706
+ {
707
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
708
+ "name": "FocusableDOMProps"
709
+ }
710
+ ],
711
+ "required": false,
712
+ "type": {
713
+ "name": "boolean"
714
+ }
715
+ },
716
+ "render": {
717
+ "defaultValue": null,
718
+ "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.",
719
+ "name": "render",
720
+ "parent": {
721
+ "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",
722
+ "name": "DOMRenderProps"
723
+ },
724
+ "declarations": [
725
+ {
726
+ "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",
727
+ "name": "DOMRenderProps"
728
+ }
729
+ ],
730
+ "required": false,
731
+ "type": {
732
+ "name": "DOMRenderFunction<\"div\", PopoverRenderProps>"
733
+ }
734
+ },
735
+ "onHoverStart": {
736
+ "defaultValue": null,
737
+ "description": "Handler that is called when a hover interaction starts.",
738
+ "name": "onHoverStart",
739
+ "parent": {
740
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
741
+ "name": "HoverEvents"
742
+ },
743
+ "declarations": [
744
+ {
745
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
746
+ "name": "HoverEvents"
747
+ }
748
+ ],
749
+ "required": false,
750
+ "type": {
751
+ "name": "((e: HoverEvent) => void)"
752
+ }
753
+ },
754
+ "onHoverEnd": {
755
+ "defaultValue": null,
756
+ "description": "Handler that is called when a hover interaction ends.",
757
+ "name": "onHoverEnd",
758
+ "parent": {
759
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
760
+ "name": "HoverEvents"
761
+ },
762
+ "declarations": [
763
+ {
764
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
765
+ "name": "HoverEvents"
766
+ }
767
+ ],
768
+ "required": false,
769
+ "type": {
770
+ "name": "((e: HoverEvent) => void)"
771
+ }
772
+ },
773
+ "onHoverChange": {
774
+ "defaultValue": null,
775
+ "description": "Handler that is called when the hover state changes.",
776
+ "name": "onHoverChange",
777
+ "parent": {
778
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
779
+ "name": "HoverEvents"
780
+ },
781
+ "declarations": [
782
+ {
783
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
784
+ "name": "HoverEvents"
785
+ }
786
+ ],
787
+ "required": false,
788
+ "type": {
789
+ "name": "((isHovering: boolean) => void)"
790
+ }
791
+ },
792
+ "isPending": {
793
+ "defaultValue": null,
794
+ "description": "Whether the button is in a pending state. This disables press and hover events\nwhile retaining focusability, and announces the pending state to screen readers.",
795
+ "name": "isPending",
796
+ "parent": {
797
+ "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/Button.d.ts",
798
+ "name": "ButtonProps"
799
+ },
800
+ "declarations": [
801
+ {
802
+ "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/Button.d.ts",
803
+ "name": "ButtonProps"
804
+ }
805
+ ],
806
+ "required": false,
807
+ "type": {
808
+ "name": "boolean"
809
+ }
810
+ },
811
+ "ref": {
812
+ "defaultValue": null,
813
+ "description": "Ref to the indicator button element.",
814
+ "name": "ref",
815
+ "declarations": [
816
+ {
817
+ "fileName": "nimbus/packages/nimbus/src/components/tree/tree.types.ts",
818
+ "name": "TypeLiteral"
819
+ }
820
+ ],
821
+ "required": false,
822
+ "type": {
823
+ "name": "Ref<HTMLButtonElement>"
824
+ }
825
+ }
826
+ },
827
+ "supportsStyleProps": true
828
+ }