@commercetools/nimbus-mcp 2.11.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/data/docs/route-manifest.json +1421 -605
  2. package/data/docs/routes/components-data-display-card.json +71 -5
  3. package/data/docs/routes/components-data-display-data-table.json +66 -34
  4. package/data/docs/routes/components-data-display-draggable-list.json +62 -7
  5. package/data/docs/routes/components-feedback-toast.json +1 -1
  6. package/data/docs/routes/components-inputs-checkbox.json +2 -2
  7. package/data/docs/routes/components-layout-defaultpage.json +4 -4
  8. package/data/docs/routes/components-layout-modalpage.json +4 -4
  9. package/data/docs/routes/components-layout-scrollarea.json +3 -3
  10. package/data/docs/routes/components-layout-splitter.json +654 -0
  11. package/data/docs/routes/components-media-avatar.json +24 -2
  12. package/data/docs/routes/components-utilities-region.json +265 -0
  13. package/data/docs/routes/home-getting-started-bundler-plugins.json +248 -0
  14. package/data/docs/routes/hooks-usedraganddrop.json +310 -0
  15. package/data/docs/routes/patterns-actions-form-action-bar.json +412 -0
  16. package/data/docs/routes/patterns-actions.json +78 -0
  17. package/data/docs/routes/patterns-dialogs-confirmation-dialog.json +391 -0
  18. package/data/docs/routes/patterns-dialogs-form-dialog.json +358 -0
  19. package/data/docs/routes/patterns-dialogs-info-dialog.json +315 -0
  20. package/data/docs/routes/patterns-dialogs.json +78 -0
  21. package/data/docs/routes/patterns-pages-public-page-layout.json +371 -0
  22. package/data/docs/routes/patterns-pages.json +78 -0
  23. package/data/docs/search-index.json +1 -1
  24. package/data/docs/types/AccordionContent.json +32 -32
  25. package/data/docs/types/AccordionHeader.json +102 -102
  26. package/data/docs/types/AccordionItem.json +28 -28
  27. package/data/docs/types/AccordionRoot.json +15 -15
  28. package/data/docs/types/AlertDescription.json +8 -8
  29. package/data/docs/types/AlertDismissButton.json +89 -89
  30. package/data/docs/types/AlertTitle.json +8 -8
  31. package/data/docs/types/Avatar.json +8 -8
  32. package/data/docs/types/Badge.json +2 -2
  33. package/data/docs/types/Body.json +6 -6
  34. package/data/docs/types/Box.json +6 -6
  35. package/data/docs/types/Button.json +97 -97
  36. package/data/docs/types/Calendar.json +111 -65
  37. package/data/docs/types/Caption.json +6 -6
  38. package/data/docs/types/Card.json +1 -1
  39. package/data/docs/types/{CardContent.json → CardBody.json} +2 -2
  40. package/data/docs/types/CardFooter.json +27 -0
  41. package/data/docs/types/CardRoot.json +18 -48
  42. package/data/docs/types/Cell.json +20 -20
  43. package/data/docs/types/Checkbox.json +99 -99
  44. package/data/docs/types/Code.json +10 -10
  45. package/data/docs/types/CollapsibleMotionContent.json +2 -2
  46. package/data/docs/types/CollapsibleMotionRoot.json +2 -2
  47. package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
  48. package/data/docs/types/Column.json +8 -8
  49. package/data/docs/types/ColumnGroup.json +8 -8
  50. package/data/docs/types/ColumnHeader.json +18 -18
  51. package/data/docs/types/ComboBoxListBox.json +80 -80
  52. package/data/docs/types/ComboBoxOption.json +77 -77
  53. package/data/docs/types/ComboBoxPopover.json +77 -77
  54. package/data/docs/types/ComboBoxRoot.json +8 -8
  55. package/data/docs/types/ComboBoxSection.json +29 -29
  56. package/data/docs/types/ComboBoxTrigger.json +6 -6
  57. package/data/docs/types/ConfirmationDialog.json +224 -0
  58. package/data/docs/types/Content.json +2 -2
  59. package/data/docs/types/DataTable.json +17 -2
  60. package/data/docs/types/DataTableBody.json +24 -24
  61. package/data/docs/types/DataTableHeader.json +31 -31
  62. package/data/docs/types/DataTableRoot.json +17 -2
  63. package/data/docs/types/DataTableTable.json +35 -20
  64. package/data/docs/types/DateInput.json +84 -84
  65. package/data/docs/types/DatePicker.json +65 -65
  66. package/data/docs/types/DateRangePicker.json +99 -99
  67. package/data/docs/types/DateRangePickerField.json +99 -99
  68. package/data/docs/types/DefaultPageBackLink.json +16 -16
  69. package/data/docs/types/DefaultPageRoot.json +2 -2
  70. package/data/docs/types/DialogCloseTrigger.json +87 -87
  71. package/data/docs/types/DialogTrigger.json +2 -2
  72. package/data/docs/types/DragAndDropItemData.json +9 -0
  73. package/data/docs/types/DragAndDropProps.json +9 -0
  74. package/data/docs/types/DraggableListField.json +159 -70
  75. package/data/docs/types/DraggableListItem.json +63 -63
  76. package/data/docs/types/DraggableListRoot.json +159 -70
  77. package/data/docs/types/DrawerCloseTrigger.json +87 -87
  78. package/data/docs/types/DrawerTrigger.json +2 -2
  79. package/data/docs/types/FieldErrors.json +2 -2
  80. package/data/docs/types/Flex.json +22 -22
  81. package/data/docs/types/Footer.json +6 -6
  82. package/data/docs/types/FormActionBar.json +200 -0
  83. package/data/docs/types/FormDialog.json +198 -0
  84. package/data/docs/types/FormFieldRoot.json +2 -2
  85. package/data/docs/types/Grid.json +24 -24
  86. package/data/docs/types/Group.json +12 -12
  87. package/data/docs/types/Header.json +6 -6
  88. package/data/docs/types/Heading.json +8 -8
  89. package/data/docs/types/Icon.json +4 -4
  90. package/data/docs/types/IconButton.json +97 -97
  91. package/data/docs/types/IconToggleButton.json +84 -84
  92. package/data/docs/types/Image.json +30 -30
  93. package/data/docs/types/Indicator.json +6 -6
  94. package/data/docs/types/InfoDialog.json +104 -0
  95. package/data/docs/types/InlineSvg.json +2 -2
  96. package/data/docs/types/Item.json +6 -6
  97. package/data/docs/types/Kbd.json +8 -8
  98. package/data/docs/types/Link.json +31 -31
  99. package/data/docs/types/ListIndicator.json +6 -6
  100. package/data/docs/types/ListItem.json +6 -6
  101. package/data/docs/types/ListRoot.json +10 -10
  102. package/data/docs/types/LoadingSpinner.json +2 -2
  103. package/data/docs/types/MakeElementFocusable.json +19 -19
  104. package/data/docs/types/MenuItem.json +75 -75
  105. package/data/docs/types/MenuRoot.json +63 -63
  106. package/data/docs/types/MenuSection.json +35 -54
  107. package/data/docs/types/MenuSubmenuTrigger.json +5 -5
  108. package/data/docs/types/MenuTrigger.json +102 -102
  109. package/data/docs/types/MultilineTextInput.json +134 -134
  110. package/data/docs/types/MultilineTextInputField.json +131 -131
  111. package/data/docs/types/NumberInput.json +100 -100
  112. package/data/docs/types/NumberInputField.json +95 -95
  113. package/data/docs/types/PageContentColumn.json +6 -6
  114. package/data/docs/types/PageContentRoot.json +6 -6
  115. package/data/docs/types/PasswordInput.json +129 -129
  116. package/data/docs/types/PasswordInputField.json +129 -129
  117. package/data/docs/types/ProgressBar.json +14 -14
  118. package/data/docs/types/PublicPageLayout.json +99 -0
  119. package/data/docs/types/RadioInputOption.json +64 -64
  120. package/data/docs/types/RadioInputRoot.json +55 -55
  121. package/data/docs/types/RangeCalendar.json +90 -71
  122. package/data/docs/types/Region.json +114 -0
  123. package/data/docs/types/RegionProvider.json +25 -0
  124. package/data/docs/types/RegionTarget.json +112 -0
  125. package/data/docs/types/RichTextInput.json +2 -2
  126. package/data/docs/types/Root.json +10 -10
  127. package/data/docs/types/Row.json +6 -6
  128. package/data/docs/types/SPLITTER_SIZE_TOKENS.json +9 -0
  129. package/data/docs/types/ScrollArea.json +6 -6
  130. package/data/docs/types/SearchInput.json +136 -136
  131. package/data/docs/types/SearchInputField.json +131 -131
  132. package/data/docs/types/SelectOption.json +66 -66
  133. package/data/docs/types/SelectOptionGroup.json +22 -22
  134. package/data/docs/types/SelectOptions.json +74 -74
  135. package/data/docs/types/SelectRoot.json +102 -102
  136. package/data/docs/types/Separator.json +4 -4
  137. package/data/docs/types/SimpleGrid.json +28 -28
  138. package/data/docs/types/SplitButton.json +12 -12
  139. package/data/docs/types/Splitter.json +12 -0
  140. package/data/docs/types/SplitterAside.json +27 -0
  141. package/data/docs/types/SplitterHandle.json +27 -0
  142. package/data/docs/types/SplitterMain.json +27 -0
  143. package/data/docs/types/SplitterRoot.json +271 -0
  144. package/data/docs/types/SplitterSizeToken.json +9 -0
  145. package/data/docs/types/Stack.json +2 -2
  146. package/data/docs/types/StepsNextTrigger.json +2 -2
  147. package/data/docs/types/StepsPrevTrigger.json +2 -2
  148. package/data/docs/types/StepsRoot.json +2 -2
  149. package/data/docs/types/StepsTrigger.json +2 -2
  150. package/data/docs/types/Switch.json +38 -38
  151. package/data/docs/types/TabNavItem.json +18 -18
  152. package/data/docs/types/TabNavRoot.json +2 -2
  153. package/data/docs/types/TableBody.json +6 -6
  154. package/data/docs/types/TableCaption.json +6 -6
  155. package/data/docs/types/TableCell.json +20 -20
  156. package/data/docs/types/TableColumn.json +8 -8
  157. package/data/docs/types/TableColumnGroup.json +8 -8
  158. package/data/docs/types/TableColumnHeader.json +18 -18
  159. package/data/docs/types/TableFooter.json +6 -6
  160. package/data/docs/types/TableHeader.json +6 -6
  161. package/data/docs/types/TableRoot.json +32 -32
  162. package/data/docs/types/TableRow.json +6 -6
  163. package/data/docs/types/TableScrollArea.json +6 -6
  164. package/data/docs/types/TabsTab.json +2 -2
  165. package/data/docs/types/TagGroupRoot.json +27 -27
  166. package/data/docs/types/TagGroupTag.json +68 -68
  167. package/data/docs/types/TagGroupTagList.json +18 -18
  168. package/data/docs/types/Text.json +8 -8
  169. package/data/docs/types/TextInput.json +132 -132
  170. package/data/docs/types/TextInputField.json +129 -129
  171. package/data/docs/types/TimeInput.json +78 -78
  172. package/data/docs/types/ToggleButton.json +86 -86
  173. package/data/docs/types/ToggleButtonGroupButton.json +33 -33
  174. package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
  175. package/data/docs/types/Toolbar.json +12 -12
  176. package/data/docs/types/TooltipContent.json +31 -31
  177. package/data/docs/types/TooltipRoot.json +18 -18
  178. package/data/docs/types/Trigger.json +4 -4
  179. package/data/docs/types/UseDragAndDropOptions.json +9 -0
  180. package/data/docs/types/VisuallyHidden.json +7 -7
  181. package/data/docs/types/createArrayHandlers.json +12 -0
  182. package/data/docs/types/createItemsFromCsvDrop.json +833 -0
  183. package/data/docs/types/createItemsFromDirectoryDrop.json +833 -0
  184. package/data/docs/types/createItemsFromFileDrop.json +833 -0
  185. package/data/docs/types/createItemsFromImageDrop.json +833 -0
  186. package/data/docs/types/createItemsFromJsonDrop.json +833 -0
  187. package/data/docs/types/createItemsFromTextDrop.json +12 -0
  188. package/data/docs/types/createListDataHandlers.json +102 -0
  189. package/data/docs/types/manifest.json +32 -2
  190. package/data/docs/types/toast.json +0 -15
  191. package/data/docs/types/useDragAndDrop.json +174 -0
  192. package/data/docs/types/useRegion.json +1052 -0
  193. package/data/docs/types/useResponsiveSplitterSizes.json +143 -0
  194. package/package.json +7 -7
@@ -12,12 +12,12 @@
12
12
  "description": "Whether the overlay is open by default (controlled).",
13
13
  "name": "isOpen",
14
14
  "parent": {
15
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
15
+ "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",
16
16
  "name": "OverlayTriggerProps"
17
17
  },
18
18
  "declarations": [
19
19
  {
20
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
20
+ "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",
21
21
  "name": "OverlayTriggerProps"
22
22
  }
23
23
  ],
@@ -31,12 +31,12 @@
31
31
  "description": "Whether the overlay is open by default (uncontrolled).",
32
32
  "name": "defaultOpen",
33
33
  "parent": {
34
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
34
+ "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",
35
35
  "name": "OverlayTriggerProps"
36
36
  },
37
37
  "declarations": [
38
38
  {
39
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
39
+ "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",
40
40
  "name": "OverlayTriggerProps"
41
41
  }
42
42
  ],
@@ -50,12 +50,12 @@
50
50
  "description": "Handler that is called when the overlay's open state changes.",
51
51
  "name": "onOpenChange",
52
52
  "parent": {
53
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
53
+ "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",
54
54
  "name": "OverlayTriggerProps"
55
55
  },
56
56
  "declarations": [
57
57
  {
58
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/overlays/useOverlayTriggerState.d.ts",
58
+ "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",
59
59
  "name": "OverlayTriggerProps"
60
60
  }
61
61
  ],
@@ -66,15 +66,15 @@
66
66
  },
67
67
  "slot": {
68
68
  "defaultValue": null,
69
- "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
69
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent\ncomponent. An explicit `null` value indicates that the local props completely override all\nprops received from a parent.",
70
70
  "name": "slot",
71
71
  "parent": {
72
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.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",
72
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
73
73
  "name": "SlotProps"
74
74
  },
75
75
  "declarations": [
76
76
  {
77
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.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",
77
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
78
78
  "name": "SlotProps"
79
79
  }
80
80
  ],
@@ -85,15 +85,15 @@
85
85
  },
86
86
  "style": {
87
87
  "defaultValue": null,
88
- "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
88
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the\nelement. A function may be provided to compute the style based on component state.",
89
89
  "name": "style",
90
90
  "parent": {
91
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.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",
91
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
92
92
  "name": "StyleRenderProps"
93
93
  },
94
94
  "declarations": [
95
95
  {
96
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.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
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
97
97
  "name": "StyleRenderProps"
98
98
  }
99
99
  ],
@@ -107,16 +107,16 @@
107
107
  "description": "Where the focus should be set.",
108
108
  "name": "autoFocus",
109
109
  "parent": {
110
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.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",
110
+ "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",
111
111
  "name": "MenuProps"
112
112
  },
113
113
  "declarations": [
114
114
  {
115
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.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",
115
+ "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",
116
116
  "name": "MenuProps"
117
117
  },
118
118
  {
119
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
119
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
120
120
  "name": "HTMLAttributes"
121
121
  }
122
122
  ],
@@ -129,19 +129,19 @@
129
129
  "defaultValue": {
130
130
  "value": "'react-aria-Menu'"
131
131
  },
132
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
132
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
133
133
  "name": "className",
134
134
  "parent": {
135
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
135
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
136
136
  "name": "MenuProps"
137
137
  },
138
138
  "declarations": [
139
139
  {
140
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
140
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
141
141
  "name": "MenuProps"
142
142
  },
143
143
  {
144
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
144
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
145
145
  "name": "HTMLAttributes"
146
146
  }
147
147
  ],
@@ -152,15 +152,15 @@
152
152
  },
153
153
  "id": {
154
154
  "defaultValue": null,
155
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
155
+ "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
156
156
  "name": "id",
157
157
  "parent": {
158
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
158
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
159
159
  "name": "DOMProps"
160
160
  },
161
161
  "declarations": [
162
162
  {
163
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
163
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
164
164
  "name": "DOMProps"
165
165
  }
166
166
  ],
@@ -174,12 +174,12 @@
174
174
  "description": "Identifies the element (or elements) that describes the object.",
175
175
  "name": "aria-describedby",
176
176
  "parent": {
177
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
177
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
178
178
  "name": "AriaLabelingProps"
179
179
  },
180
180
  "declarations": [
181
181
  {
182
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
182
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
183
183
  "name": "AriaLabelingProps"
184
184
  }
185
185
  ],
@@ -190,15 +190,15 @@
190
190
  },
191
191
  "aria-details": {
192
192
  "defaultValue": null,
193
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
193
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
194
194
  "name": "aria-details",
195
195
  "parent": {
196
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
196
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
197
197
  "name": "AriaLabelingProps"
198
198
  },
199
199
  "declarations": [
200
200
  {
201
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
201
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
202
202
  "name": "AriaLabelingProps"
203
203
  }
204
204
  ],
@@ -212,12 +212,12 @@
212
212
  "description": "Defines a string value that labels the current element.",
213
213
  "name": "aria-label",
214
214
  "parent": {
215
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
215
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
216
216
  "name": "AriaLabelingProps"
217
217
  },
218
218
  "declarations": [
219
219
  {
220
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
220
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
221
221
  "name": "AriaLabelingProps"
222
222
  }
223
223
  ],
@@ -231,12 +231,12 @@
231
231
  "description": "Identifies the element (or elements) that labels the current element.",
232
232
  "name": "aria-labelledby",
233
233
  "parent": {
234
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
234
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
235
235
  "name": "AriaLabelingProps"
236
236
  },
237
237
  "declarations": [
238
238
  {
239
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
239
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
240
240
  "name": "AriaLabelingProps"
241
241
  }
242
242
  ],
@@ -250,12 +250,12 @@
250
250
  "description": "Handler that is called when the menu should close after selecting an item.",
251
251
  "name": "onClose",
252
252
  "parent": {
253
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.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",
253
+ "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",
254
254
  "name": "MenuProps"
255
255
  },
256
256
  "declarations": [
257
257
  {
258
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.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",
258
+ "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",
259
259
  "name": "MenuProps"
260
260
  }
261
261
  ],
@@ -266,15 +266,15 @@
266
266
  },
267
267
  "render": {
268
268
  "defaultValue": null,
269
- "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 `<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 as appropriate.",
269
+ "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.",
270
270
  "name": "render",
271
271
  "parent": {
272
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.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
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
273
273
  "name": "DOMRenderProps"
274
274
  },
275
275
  "declarations": [
276
276
  {
277
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.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",
277
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/utils.d.ts",
278
278
  "name": "DOMRenderProps"
279
279
  }
280
280
  ],
@@ -288,12 +288,12 @@
288
288
  "description": "Provides content to display when there are no items in the list.",
289
289
  "name": "renderEmptyState",
290
290
  "parent": {
291
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
291
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
292
292
  "name": "MenuProps"
293
293
  },
294
294
  "declarations": [
295
295
  {
296
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
296
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
297
297
  "name": "MenuProps"
298
298
  }
299
299
  ],
@@ -309,12 +309,12 @@
309
309
  "description": "Whether pressing the escape key should clear selection in the menu or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
310
310
  "name": "escapeKeyBehavior",
311
311
  "parent": {
312
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.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",
312
+ "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",
313
313
  "name": "AriaMenuProps"
314
314
  },
315
315
  "declarations": [
316
316
  {
317
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.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",
317
+ "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",
318
318
  "name": "AriaMenuProps"
319
319
  }
320
320
  ],
@@ -337,12 +337,12 @@
337
337
  "description": "Handler that is called when an item is selected.",
338
338
  "name": "onAction",
339
339
  "parent": {
340
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.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",
340
+ "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",
341
341
  "name": "MenuProps"
342
342
  },
343
343
  "declarations": [
344
344
  {
345
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.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",
345
+ "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",
346
346
  "name": "MenuProps"
347
347
  }
348
348
  ],
@@ -356,12 +356,12 @@
356
356
  "description": "Item objects in the collection.",
357
357
  "name": "items",
358
358
  "parent": {
359
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
359
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
360
360
  "name": "CollectionBase"
361
361
  },
362
362
  "declarations": [
363
363
  {
364
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
364
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
365
365
  "name": "CollectionBase"
366
366
  }
367
367
  ],
@@ -372,15 +372,15 @@
372
372
  },
373
373
  "disabledKeys": {
374
374
  "defaultValue": null,
375
- "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
375
+ "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise\ninteracted with.",
376
376
  "name": "disabledKeys",
377
377
  "parent": {
378
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
378
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
379
379
  "name": "CollectionBase"
380
380
  },
381
381
  "declarations": [
382
382
  {
383
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
383
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/collections.d.ts",
384
384
  "name": "CollectionBase"
385
385
  }
386
386
  ],
@@ -394,12 +394,12 @@
394
394
  "description": "The type of selection that is allowed in the collection.",
395
395
  "name": "selectionMode",
396
396
  "parent": {
397
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
397
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
398
398
  "name": "MultipleSelection"
399
399
  },
400
400
  "declarations": [
401
401
  {
402
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
402
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
403
403
  "name": "MultipleSelection"
404
404
  }
405
405
  ],
@@ -425,12 +425,12 @@
425
425
  "description": "Whether the collection allows empty selection.",
426
426
  "name": "disallowEmptySelection",
427
427
  "parent": {
428
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
428
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
429
429
  "name": "MultipleSelection"
430
430
  },
431
431
  "declarations": [
432
432
  {
433
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
433
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
434
434
  "name": "MultipleSelection"
435
435
  }
436
436
  ],
@@ -444,12 +444,12 @@
444
444
  "description": "The currently selected keys in the collection (controlled).",
445
445
  "name": "selectedKeys",
446
446
  "parent": {
447
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
447
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
448
448
  "name": "MultipleSelection"
449
449
  },
450
450
  "declarations": [
451
451
  {
452
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
452
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
453
453
  "name": "MultipleSelection"
454
454
  }
455
455
  ],
@@ -463,12 +463,12 @@
463
463
  "description": "The initial selected keys in the collection (uncontrolled).",
464
464
  "name": "defaultSelectedKeys",
465
465
  "parent": {
466
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
466
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
467
467
  "name": "MultipleSelection"
468
468
  },
469
469
  "declarations": [
470
470
  {
471
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
471
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
472
472
  "name": "MultipleSelection"
473
473
  }
474
474
  ],
@@ -482,12 +482,12 @@
482
482
  "description": "Handler that is called when the selection changes.",
483
483
  "name": "onSelectionChange",
484
484
  "parent": {
485
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
485
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
486
486
  "name": "MultipleSelection"
487
487
  },
488
488
  "declarations": [
489
489
  {
490
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
490
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/selection.d.ts",
491
491
  "name": "MultipleSelection"
492
492
  }
493
493
  ],
@@ -501,12 +501,12 @@
501
501
  "description": "Values that should invalidate the item cache when using dynamic collections.",
502
502
  "name": "dependencies",
503
503
  "parent": {
504
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
504
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
505
505
  "name": "CollectionProps"
506
506
  },
507
507
  "declarations": [
508
508
  {
509
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
509
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Collection.d.ts",
510
510
  "name": "CollectionProps"
511
511
  }
512
512
  ],
@@ -520,12 +520,12 @@
520
520
  "description": "Whether the menu should close when the menu item is selected.",
521
521
  "name": "shouldCloseOnSelect",
522
522
  "parent": {
523
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
523
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
524
524
  "name": "MenuProps"
525
525
  },
526
526
  "declarations": [
527
527
  {
528
- "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.17.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
528
+ "fileName": "nimbus/node_modules/.pnpm/react-aria-components@1.18.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
529
529
  "name": "MenuProps"
530
530
  }
531
531
  ],
@@ -539,12 +539,12 @@
539
539
  "description": "Whether keyboard navigation is circular.",
540
540
  "name": "shouldFocusWrap",
541
541
  "parent": {
542
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.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",
542
+ "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",
543
543
  "name": "MenuProps"
544
544
  },
545
545
  "declarations": [
546
546
  {
547
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.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",
547
+ "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",
548
548
  "name": "MenuProps"
549
549
  }
550
550
  ],