@commercetools/nimbus-mcp 3.0.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 (180) hide show
  1. package/data/docs/route-manifest.json +1407 -794
  2. package/data/docs/routes/components-data-display-data-table.json +66 -34
  3. package/data/docs/routes/components-data-display-draggable-list.json +62 -7
  4. package/data/docs/routes/components-inputs-checkbox.json +2 -2
  5. package/data/docs/routes/components-layout-splitter.json +654 -0
  6. package/data/docs/routes/components-utilities-region.json +265 -0
  7. package/data/docs/routes/home-getting-started-bundler-plugins.json +248 -0
  8. package/data/docs/routes/hooks-usedraganddrop.json +310 -0
  9. package/data/docs/routes/patterns-actions.json +78 -0
  10. package/data/docs/routes/patterns-dialogs-confirmation-dialog.json +391 -0
  11. package/data/docs/routes/patterns-dialogs-form-dialog.json +358 -0
  12. package/data/docs/routes/patterns-dialogs.json +2 -2
  13. package/data/docs/routes/patterns-pages-public-page-layout.json +371 -0
  14. package/data/docs/routes/patterns-pages.json +78 -0
  15. package/data/docs/search-index.json +1 -1
  16. package/data/docs/types/AccordionContent.json +32 -32
  17. package/data/docs/types/AccordionHeader.json +102 -102
  18. package/data/docs/types/AccordionItem.json +28 -28
  19. package/data/docs/types/AccordionRoot.json +15 -15
  20. package/data/docs/types/AlertDescription.json +8 -8
  21. package/data/docs/types/AlertDismissButton.json +89 -89
  22. package/data/docs/types/AlertTitle.json +8 -8
  23. package/data/docs/types/Avatar.json +2 -2
  24. package/data/docs/types/Badge.json +2 -2
  25. package/data/docs/types/Body.json +6 -6
  26. package/data/docs/types/Box.json +6 -6
  27. package/data/docs/types/Button.json +97 -97
  28. package/data/docs/types/Calendar.json +111 -65
  29. package/data/docs/types/Caption.json +6 -6
  30. package/data/docs/types/CardRoot.json +2 -2
  31. package/data/docs/types/Cell.json +20 -20
  32. package/data/docs/types/Checkbox.json +99 -99
  33. package/data/docs/types/Code.json +10 -10
  34. package/data/docs/types/CollapsibleMotionContent.json +2 -2
  35. package/data/docs/types/CollapsibleMotionRoot.json +2 -2
  36. package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
  37. package/data/docs/types/Column.json +8 -8
  38. package/data/docs/types/ColumnGroup.json +8 -8
  39. package/data/docs/types/ColumnHeader.json +18 -18
  40. package/data/docs/types/ComboBoxListBox.json +80 -80
  41. package/data/docs/types/ComboBoxOption.json +77 -77
  42. package/data/docs/types/ComboBoxPopover.json +77 -77
  43. package/data/docs/types/ComboBoxRoot.json +8 -8
  44. package/data/docs/types/ComboBoxSection.json +29 -29
  45. package/data/docs/types/ComboBoxTrigger.json +6 -6
  46. package/data/docs/types/ConfirmationDialog.json +224 -0
  47. package/data/docs/types/Content.json +2 -2
  48. package/data/docs/types/DataTable.json +17 -2
  49. package/data/docs/types/DataTableBody.json +24 -24
  50. package/data/docs/types/DataTableHeader.json +31 -31
  51. package/data/docs/types/DataTableRoot.json +17 -2
  52. package/data/docs/types/DataTableTable.json +35 -20
  53. package/data/docs/types/DateInput.json +84 -84
  54. package/data/docs/types/DatePicker.json +65 -65
  55. package/data/docs/types/DateRangePicker.json +99 -99
  56. package/data/docs/types/DateRangePickerField.json +99 -99
  57. package/data/docs/types/DefaultPageBackLink.json +16 -16
  58. package/data/docs/types/DefaultPageRoot.json +2 -2
  59. package/data/docs/types/DialogCloseTrigger.json +87 -87
  60. package/data/docs/types/DialogTrigger.json +2 -2
  61. package/data/docs/types/DragAndDropItemData.json +9 -0
  62. package/data/docs/types/DragAndDropProps.json +9 -0
  63. package/data/docs/types/DraggableListField.json +159 -70
  64. package/data/docs/types/DraggableListItem.json +63 -63
  65. package/data/docs/types/DraggableListRoot.json +159 -70
  66. package/data/docs/types/DrawerCloseTrigger.json +87 -87
  67. package/data/docs/types/DrawerTrigger.json +2 -2
  68. package/data/docs/types/FieldErrors.json +2 -2
  69. package/data/docs/types/Flex.json +22 -22
  70. package/data/docs/types/Footer.json +6 -6
  71. package/data/docs/types/FormDialog.json +198 -0
  72. package/data/docs/types/FormFieldRoot.json +2 -2
  73. package/data/docs/types/Grid.json +24 -24
  74. package/data/docs/types/Group.json +12 -12
  75. package/data/docs/types/Header.json +6 -6
  76. package/data/docs/types/Heading.json +8 -8
  77. package/data/docs/types/Icon.json +4 -4
  78. package/data/docs/types/IconButton.json +97 -97
  79. package/data/docs/types/IconToggleButton.json +84 -84
  80. package/data/docs/types/Image.json +30 -30
  81. package/data/docs/types/Indicator.json +6 -6
  82. package/data/docs/types/InlineSvg.json +2 -2
  83. package/data/docs/types/Item.json +6 -6
  84. package/data/docs/types/Kbd.json +8 -8
  85. package/data/docs/types/Link.json +31 -31
  86. package/data/docs/types/ListIndicator.json +6 -6
  87. package/data/docs/types/ListItem.json +6 -6
  88. package/data/docs/types/ListRoot.json +10 -10
  89. package/data/docs/types/LoadingSpinner.json +2 -2
  90. package/data/docs/types/MakeElementFocusable.json +19 -19
  91. package/data/docs/types/MenuItem.json +75 -75
  92. package/data/docs/types/MenuRoot.json +63 -63
  93. package/data/docs/types/MenuSection.json +35 -54
  94. package/data/docs/types/MenuSubmenuTrigger.json +5 -5
  95. package/data/docs/types/MenuTrigger.json +102 -102
  96. package/data/docs/types/MultilineTextInput.json +134 -134
  97. package/data/docs/types/MultilineTextInputField.json +131 -131
  98. package/data/docs/types/NumberInput.json +100 -100
  99. package/data/docs/types/NumberInputField.json +95 -95
  100. package/data/docs/types/PageContentColumn.json +6 -6
  101. package/data/docs/types/PageContentRoot.json +6 -6
  102. package/data/docs/types/PasswordInput.json +129 -129
  103. package/data/docs/types/PasswordInputField.json +129 -129
  104. package/data/docs/types/ProgressBar.json +14 -14
  105. package/data/docs/types/PublicPageLayout.json +99 -0
  106. package/data/docs/types/RadioInputOption.json +64 -64
  107. package/data/docs/types/RadioInputRoot.json +55 -55
  108. package/data/docs/types/RangeCalendar.json +90 -71
  109. package/data/docs/types/Region.json +114 -0
  110. package/data/docs/types/RegionProvider.json +25 -0
  111. package/data/docs/types/RegionTarget.json +112 -0
  112. package/data/docs/types/RichTextInput.json +2 -2
  113. package/data/docs/types/Root.json +10 -10
  114. package/data/docs/types/Row.json +6 -6
  115. package/data/docs/types/SPLITTER_SIZE_TOKENS.json +9 -0
  116. package/data/docs/types/ScrollArea.json +2 -2
  117. package/data/docs/types/SearchInput.json +136 -136
  118. package/data/docs/types/SearchInputField.json +131 -131
  119. package/data/docs/types/SelectOption.json +66 -66
  120. package/data/docs/types/SelectOptionGroup.json +22 -22
  121. package/data/docs/types/SelectOptions.json +74 -74
  122. package/data/docs/types/SelectRoot.json +102 -102
  123. package/data/docs/types/Separator.json +4 -4
  124. package/data/docs/types/SimpleGrid.json +28 -28
  125. package/data/docs/types/SplitButton.json +12 -12
  126. package/data/docs/types/Splitter.json +12 -0
  127. package/data/docs/types/SplitterAside.json +27 -0
  128. package/data/docs/types/SplitterHandle.json +27 -0
  129. package/data/docs/types/SplitterMain.json +27 -0
  130. package/data/docs/types/SplitterRoot.json +271 -0
  131. package/data/docs/types/SplitterSizeToken.json +9 -0
  132. package/data/docs/types/Stack.json +2 -2
  133. package/data/docs/types/StepsNextTrigger.json +2 -2
  134. package/data/docs/types/StepsPrevTrigger.json +2 -2
  135. package/data/docs/types/StepsRoot.json +2 -2
  136. package/data/docs/types/StepsTrigger.json +2 -2
  137. package/data/docs/types/Switch.json +38 -38
  138. package/data/docs/types/TabNavItem.json +18 -18
  139. package/data/docs/types/TabNavRoot.json +2 -2
  140. package/data/docs/types/TableBody.json +6 -6
  141. package/data/docs/types/TableCaption.json +6 -6
  142. package/data/docs/types/TableCell.json +20 -20
  143. package/data/docs/types/TableColumn.json +8 -8
  144. package/data/docs/types/TableColumnGroup.json +8 -8
  145. package/data/docs/types/TableColumnHeader.json +18 -18
  146. package/data/docs/types/TableFooter.json +6 -6
  147. package/data/docs/types/TableHeader.json +6 -6
  148. package/data/docs/types/TableRoot.json +32 -32
  149. package/data/docs/types/TableRow.json +6 -6
  150. package/data/docs/types/TableScrollArea.json +6 -6
  151. package/data/docs/types/TabsTab.json +2 -2
  152. package/data/docs/types/TagGroupRoot.json +27 -27
  153. package/data/docs/types/TagGroupTag.json +68 -68
  154. package/data/docs/types/TagGroupTagList.json +18 -18
  155. package/data/docs/types/Text.json +8 -8
  156. package/data/docs/types/TextInput.json +132 -132
  157. package/data/docs/types/TextInputField.json +129 -129
  158. package/data/docs/types/TimeInput.json +78 -78
  159. package/data/docs/types/ToggleButton.json +86 -86
  160. package/data/docs/types/ToggleButtonGroupButton.json +33 -33
  161. package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
  162. package/data/docs/types/Toolbar.json +12 -12
  163. package/data/docs/types/TooltipContent.json +31 -31
  164. package/data/docs/types/TooltipRoot.json +18 -18
  165. package/data/docs/types/Trigger.json +4 -4
  166. package/data/docs/types/UseDragAndDropOptions.json +9 -0
  167. package/data/docs/types/VisuallyHidden.json +7 -7
  168. package/data/docs/types/createArrayHandlers.json +12 -0
  169. package/data/docs/types/createItemsFromCsvDrop.json +833 -0
  170. package/data/docs/types/createItemsFromDirectoryDrop.json +833 -0
  171. package/data/docs/types/createItemsFromFileDrop.json +833 -0
  172. package/data/docs/types/createItemsFromImageDrop.json +833 -0
  173. package/data/docs/types/createItemsFromJsonDrop.json +833 -0
  174. package/data/docs/types/createItemsFromTextDrop.json +12 -0
  175. package/data/docs/types/createListDataHandlers.json +102 -0
  176. package/data/docs/types/manifest.json +29 -2
  177. package/data/docs/types/useDragAndDrop.json +174 -0
  178. package/data/docs/types/useRegion.json +1052 -0
  179. package/data/docs/types/useResponsiveSplitterSizes.json +143 -0
  180. package/package.json +6 -6
@@ -29,12 +29,12 @@
29
29
  "description": "The `<form>` element to associate the input 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/input#form).",
30
30
  "name": "form",
31
31
  "parent": {
32
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
32
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
33
33
  "name": "InputDOMProps"
34
34
  },
35
35
  "declarations": [
36
36
  {
37
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
37
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
38
38
  "name": "InputDOMProps"
39
39
  }
40
40
  ],
@@ -45,15 +45,15 @@
45
45
  },
46
46
  "slot": {
47
47
  "defaultValue": null,
48
- "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.",
48
+ "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.",
49
49
  "name": "slot",
50
50
  "parent": {
51
- "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",
51
+ "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",
52
52
  "name": "SlotProps"
53
53
  },
54
54
  "declarations": [
55
55
  {
56
- "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",
56
+ "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",
57
57
  "name": "SlotProps"
58
58
  }
59
59
  ],
@@ -64,15 +64,15 @@
64
64
  },
65
65
  "style": {
66
66
  "defaultValue": null,
67
- "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.",
67
+ "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.",
68
68
  "name": "style",
69
69
  "parent": {
70
- "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",
70
+ "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",
71
71
  "name": "StyleRenderProps"
72
72
  },
73
73
  "declarations": [
74
74
  {
75
- "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",
75
+ "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",
76
76
  "name": "StyleRenderProps"
77
77
  }
78
78
  ],
@@ -86,12 +86,12 @@
86
86
  "description": "Whether the element should receive focus on render.",
87
87
  "name": "autoFocus",
88
88
  "parent": {
89
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
89
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
90
90
  "name": "FocusableProps"
91
91
  },
92
92
  "declarations": [
93
93
  {
94
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
94
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
95
95
  "name": "FocusableProps"
96
96
  }
97
97
  ],
@@ -104,15 +104,15 @@
104
104
  "defaultValue": {
105
105
  "value": "'react-aria-Checkbox'"
106
106
  },
107
- "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.",
107
+ "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.",
108
108
  "name": "className",
109
109
  "parent": {
110
- "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/Checkbox.d.ts",
110
+ "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/Checkbox.d.ts",
111
111
  "name": "CheckboxProps"
112
112
  },
113
113
  "declarations": [
114
114
  {
115
- "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/Checkbox.d.ts",
115
+ "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/Checkbox.d.ts",
116
116
  "name": "CheckboxProps"
117
117
  }
118
118
  ],
@@ -123,15 +123,15 @@
123
123
  },
124
124
  "id": {
125
125
  "defaultValue": null,
126
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
126
+ "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
127
127
  "name": "id",
128
128
  "parent": {
129
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
129
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
130
130
  "name": "DOMProps"
131
131
  },
132
132
  "declarations": [
133
133
  {
134
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
134
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
135
135
  "name": "DOMProps"
136
136
  }
137
137
  ],
@@ -142,15 +142,15 @@
142
142
  },
143
143
  "aria-controls": {
144
144
  "defaultValue": null,
145
- "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
145
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current\nelement.",
146
146
  "name": "aria-controls",
147
147
  "parent": {
148
- "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/toggle/useToggle.d.ts",
148
+ "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/toggle/useToggle.d.ts",
149
149
  "name": "AriaToggleProps"
150
150
  },
151
151
  "declarations": [
152
152
  {
153
- "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/toggle/useToggle.d.ts",
153
+ "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/toggle/useToggle.d.ts",
154
154
  "name": "AriaToggleProps"
155
155
  }
156
156
  ],
@@ -164,12 +164,12 @@
164
164
  "description": "Identifies the element (or elements) that describes the object.",
165
165
  "name": "aria-describedby",
166
166
  "parent": {
167
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
167
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
168
168
  "name": "AriaLabelingProps"
169
169
  },
170
170
  "declarations": [
171
171
  {
172
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
172
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
173
173
  "name": "AriaLabelingProps"
174
174
  }
175
175
  ],
@@ -180,15 +180,15 @@
180
180
  },
181
181
  "aria-details": {
182
182
  "defaultValue": null,
183
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
183
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
184
184
  "name": "aria-details",
185
185
  "parent": {
186
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
186
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
187
187
  "name": "AriaLabelingProps"
188
188
  },
189
189
  "declarations": [
190
190
  {
191
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
191
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
192
192
  "name": "AriaLabelingProps"
193
193
  }
194
194
  ],
@@ -202,12 +202,12 @@
202
202
  "description": "Identifies the element that provides an error message for the object.",
203
203
  "name": "aria-errormessage",
204
204
  "parent": {
205
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
205
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
206
206
  "name": "AriaValidationProps"
207
207
  },
208
208
  "declarations": [
209
209
  {
210
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
210
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
211
211
  "name": "AriaValidationProps"
212
212
  }
213
213
  ],
@@ -221,12 +221,12 @@
221
221
  "description": "Defines a string value that labels the current element.",
222
222
  "name": "aria-label",
223
223
  "parent": {
224
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
224
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
225
225
  "name": "AriaLabelingProps"
226
226
  },
227
227
  "declarations": [
228
228
  {
229
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
229
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
230
230
  "name": "AriaLabelingProps"
231
231
  }
232
232
  ],
@@ -240,12 +240,12 @@
240
240
  "description": "Identifies the element (or elements) that labels the current element.",
241
241
  "name": "aria-labelledby",
242
242
  "parent": {
243
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
243
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
244
244
  "name": "AriaLabelingProps"
245
245
  },
246
246
  "declarations": [
247
247
  {
248
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
248
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
249
249
  "name": "AriaLabelingProps"
250
250
  }
251
251
  ],
@@ -256,15 +256,15 @@
256
256
  },
257
257
  "children": {
258
258
  "defaultValue": null,
259
- "description": "The children of the component. A function may be provided to alter the children based on component state.",
259
+ "description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
260
260
  "name": "children",
261
261
  "parent": {
262
- "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",
262
+ "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",
263
263
  "name": "RenderProps"
264
264
  },
265
265
  "declarations": [
266
266
  {
267
- "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",
267
+ "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",
268
268
  "name": "RenderProps"
269
269
  }
270
270
  ],
@@ -278,12 +278,12 @@
278
278
  "description": "Handler that is called when the element receives focus.",
279
279
  "name": "onFocus",
280
280
  "parent": {
281
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
281
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
282
282
  "name": "FocusEvents"
283
283
  },
284
284
  "declarations": [
285
285
  {
286
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
286
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
287
287
  "name": "FocusEvents"
288
288
  }
289
289
  ],
@@ -297,12 +297,12 @@
297
297
  "description": "Handler that is called when the element loses focus.",
298
298
  "name": "onBlur",
299
299
  "parent": {
300
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
300
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
301
301
  "name": "FocusEvents"
302
302
  },
303
303
  "declarations": [
304
304
  {
305
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
305
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
306
306
  "name": "FocusEvents"
307
307
  }
308
308
  ],
@@ -316,12 +316,12 @@
316
316
  "description": "Handler that is called when the element's selection state changes.",
317
317
  "name": "onChange",
318
318
  "parent": {
319
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
319
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
320
320
  "name": "ToggleStateOptions"
321
321
  },
322
322
  "declarations": [
323
323
  {
324
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
324
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
325
325
  "name": "ToggleStateOptions"
326
326
  }
327
327
  ],
@@ -335,12 +335,12 @@
335
335
  "description": "Handler that is called when a key is pressed.",
336
336
  "name": "onKeyDown",
337
337
  "parent": {
338
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
338
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
339
339
  "name": "KeyboardEvents"
340
340
  },
341
341
  "declarations": [
342
342
  {
343
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
343
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
344
344
  "name": "KeyboardEvents"
345
345
  }
346
346
  ],
@@ -354,12 +354,12 @@
354
354
  "description": "Handler that is called when a key is released.",
355
355
  "name": "onKeyUp",
356
356
  "parent": {
357
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
357
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
358
358
  "name": "KeyboardEvents"
359
359
  },
360
360
  "declarations": [
361
361
  {
362
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
362
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
363
363
  "name": "KeyboardEvents"
364
364
  }
365
365
  ],
@@ -370,15 +370,15 @@
370
370
  },
371
371
  "onClick": {
372
372
  "defaultValue": null,
373
- "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.",
373
+ "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.",
374
374
  "name": "onClick",
375
375
  "parent": {
376
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
376
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
377
377
  "name": "PressEvents"
378
378
  },
379
379
  "declarations": [
380
380
  {
381
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
381
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
382
382
  "name": "PressEvents"
383
383
  },
384
384
  {
@@ -396,12 +396,12 @@
396
396
  "description": "If `true`, the element will opt out of the theme styles.",
397
397
  "name": "unstyled",
398
398
  "parent": {
399
- "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
399
+ "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
400
400
  "name": "UnstyledProp"
401
401
  },
402
402
  "declarations": [
403
403
  {
404
- "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
404
+ "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.0_@emotion+react@11.14.0_@types+react@19.2.16_react@19.2.0__react_4dad942fc8d022ec3a732dbb122ce5fe/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
405
405
  "name": "UnstyledProp"
406
406
  }
407
407
  ],
@@ -412,15 +412,15 @@
412
412
  },
413
413
  "name": {
414
414
  "defaultValue": null,
415
- "description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
415
+ "description": "The name of the input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
416
416
  "name": "name",
417
417
  "parent": {
418
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
418
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
419
419
  "name": "InputDOMProps"
420
420
  },
421
421
  "declarations": [
422
422
  {
423
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
423
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
424
424
  "name": "InputDOMProps"
425
425
  }
426
426
  ],
@@ -431,15 +431,15 @@
431
431
  },
432
432
  "value": {
433
433
  "defaultValue": null,
434
- "description": "The value of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).",
434
+ "description": "The value of the input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).",
435
435
  "name": "value",
436
436
  "parent": {
437
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
437
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
438
438
  "name": "ToggleProps"
439
439
  },
440
440
  "declarations": [
441
441
  {
442
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
442
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
443
443
  "name": "ToggleProps"
444
444
  }
445
445
  ],
@@ -453,12 +453,12 @@
453
453
  "description": "Whether the input is disabled.",
454
454
  "name": "isDisabled",
455
455
  "parent": {
456
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
456
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
457
457
  "name": "InputBase"
458
458
  },
459
459
  "declarations": [
460
460
  {
461
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
461
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
462
462
  "name": "InputBase"
463
463
  }
464
464
  ],
@@ -472,12 +472,12 @@
472
472
  "description": "Handler that is called when the press is released over the target.",
473
473
  "name": "onPress",
474
474
  "parent": {
475
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
475
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
476
476
  "name": "PressEvents"
477
477
  },
478
478
  "declarations": [
479
479
  {
480
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
480
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
481
481
  "name": "PressEvents"
482
482
  }
483
483
  ],
@@ -491,12 +491,12 @@
491
491
  "description": "Handler that is called when a press interaction starts.",
492
492
  "name": "onPressStart",
493
493
  "parent": {
494
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
494
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
495
495
  "name": "PressEvents"
496
496
  },
497
497
  "declarations": [
498
498
  {
499
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
499
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
500
500
  "name": "PressEvents"
501
501
  }
502
502
  ],
@@ -510,12 +510,12 @@
510
510
  "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
511
511
  "name": "onPressEnd",
512
512
  "parent": {
513
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
513
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
514
514
  "name": "PressEvents"
515
515
  },
516
516
  "declarations": [
517
517
  {
518
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
518
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
519
519
  "name": "PressEvents"
520
520
  }
521
521
  ],
@@ -529,12 +529,12 @@
529
529
  "description": "Handler that is called when the press state changes.",
530
530
  "name": "onPressChange",
531
531
  "parent": {
532
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
532
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
533
533
  "name": "PressEvents"
534
534
  },
535
535
  "declarations": [
536
536
  {
537
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
537
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
538
538
  "name": "PressEvents"
539
539
  }
540
540
  ],
@@ -548,12 +548,12 @@
548
548
  "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
549
549
  "name": "onPressUp",
550
550
  "parent": {
551
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
551
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
552
552
  "name": "PressEvents"
553
553
  },
554
554
  "declarations": [
555
555
  {
556
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
556
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
557
557
  "name": "PressEvents"
558
558
  }
559
559
  ],
@@ -567,12 +567,12 @@
567
567
  "description": "Handler that is called when the element's focus status changes.",
568
568
  "name": "onFocusChange",
569
569
  "parent": {
570
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
570
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
571
571
  "name": "FocusEvents"
572
572
  },
573
573
  "declarations": [
574
574
  {
575
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
575
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
576
576
  "name": "FocusEvents"
577
577
  }
578
578
  ],
@@ -586,12 +586,12 @@
586
586
  "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.",
587
587
  "name": "excludeFromTabOrder",
588
588
  "parent": {
589
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
589
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
590
590
  "name": "FocusableDOMProps"
591
591
  },
592
592
  "declarations": [
593
593
  {
594
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
594
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
595
595
  "name": "FocusableDOMProps"
596
596
  }
597
597
  ],
@@ -602,15 +602,15 @@
602
602
  },
603
603
  "render": {
604
604
  "defaultValue": null,
605
- "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.",
605
+ "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.",
606
606
  "name": "render",
607
607
  "parent": {
608
- "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",
608
+ "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",
609
609
  "name": "DOMRenderProps"
610
610
  },
611
611
  "declarations": [
612
612
  {
613
- "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",
613
+ "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",
614
614
  "name": "DOMRenderProps"
615
615
  }
616
616
  ],
@@ -624,12 +624,12 @@
624
624
  "description": "Whether the element should be selected (controlled).",
625
625
  "name": "isSelected",
626
626
  "parent": {
627
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
627
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
628
628
  "name": "ToggleStateOptions"
629
629
  },
630
630
  "declarations": [
631
631
  {
632
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
632
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
633
633
  "name": "ToggleStateOptions"
634
634
  }
635
635
  ],
@@ -643,12 +643,12 @@
643
643
  "description": "Whether the element should be selected (uncontrolled).",
644
644
  "name": "defaultSelected",
645
645
  "parent": {
646
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
646
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
647
647
  "name": "ToggleStateOptions"
648
648
  },
649
649
  "declarations": [
650
650
  {
651
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
651
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/toggle/useToggleState.d.ts",
652
652
  "name": "ToggleStateOptions"
653
653
  }
654
654
  ],
@@ -662,12 +662,12 @@
662
662
  "description": "Handler that is called when a hover interaction starts.",
663
663
  "name": "onHoverStart",
664
664
  "parent": {
665
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
665
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
666
666
  "name": "HoverEvents"
667
667
  },
668
668
  "declarations": [
669
669
  {
670
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
670
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
671
671
  "name": "HoverEvents"
672
672
  }
673
673
  ],
@@ -681,12 +681,12 @@
681
681
  "description": "Handler that is called when a hover interaction ends.",
682
682
  "name": "onHoverEnd",
683
683
  "parent": {
684
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
684
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
685
685
  "name": "HoverEvents"
686
686
  },
687
687
  "declarations": [
688
688
  {
689
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
689
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
690
690
  "name": "HoverEvents"
691
691
  }
692
692
  ],
@@ -700,12 +700,12 @@
700
700
  "description": "Handler that is called when the hover state changes.",
701
701
  "name": "onHoverChange",
702
702
  "parent": {
703
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
703
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
704
704
  "name": "HoverEvents"
705
705
  },
706
706
  "declarations": [
707
707
  {
708
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
708
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
709
709
  "name": "HoverEvents"
710
710
  }
711
711
  ],
@@ -719,12 +719,12 @@
719
719
  "description": "Whether user input is required on the input before form submission.",
720
720
  "name": "isRequired",
721
721
  "parent": {
722
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
722
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
723
723
  "name": "Validation"
724
724
  },
725
725
  "declarations": [
726
726
  {
727
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
727
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
728
728
  "name": "Validation"
729
729
  }
730
730
  ],
@@ -738,12 +738,12 @@
738
738
  "description": "Whether the input value is invalid.",
739
739
  "name": "isInvalid",
740
740
  "parent": {
741
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
741
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
742
742
  "name": "Validation"
743
743
  },
744
744
  "declarations": [
745
745
  {
746
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
746
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
747
747
  "name": "Validation"
748
748
  }
749
749
  ],
@@ -757,12 +757,12 @@
757
757
  "description": "Whether the input can be selected but not changed by the user.",
758
758
  "name": "isReadOnly",
759
759
  "parent": {
760
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
760
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
761
761
  "name": "InputBase"
762
762
  },
763
763
  "declarations": [
764
764
  {
765
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
765
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
766
766
  "name": "InputBase"
767
767
  }
768
768
  ],
@@ -776,12 +776,12 @@
776
776
  "description": "",
777
777
  "name": "htmlFor",
778
778
  "parent": {
779
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
779
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
780
780
  "name": "LabelHTMLAttributes"
781
781
  },
782
782
  "declarations": [
783
783
  {
784
- "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts",
784
+ "fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.16/node_modules/@types/react/index.d.ts",
785
785
  "name": "LabelHTMLAttributes"
786
786
  }
787
787
  ],
@@ -797,12 +797,12 @@
797
797
  "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
798
798
  "name": "validationBehavior",
799
799
  "parent": {
800
- "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",
800
+ "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",
801
801
  "name": "RACValidation"
802
802
  },
803
803
  "declarations": [
804
804
  {
805
- "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",
805
+ "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",
806
806
  "name": "RACValidation"
807
807
  }
808
808
  ],
@@ -825,12 +825,12 @@
825
825
  "description": "Indeterminism is presentational only.\nThe indeterminate visual representation remains regardless of user interaction.",
826
826
  "name": "isIndeterminate",
827
827
  "parent": {
828
- "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/checkbox/useCheckbox.d.ts",
828
+ "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/checkbox/useCheckbox.d.ts",
829
829
  "name": "CheckboxProps"
830
830
  },
831
831
  "declarations": [
832
832
  {
833
- "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/checkbox/useCheckbox.d.ts",
833
+ "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/checkbox/useCheckbox.d.ts",
834
834
  "name": "CheckboxProps"
835
835
  }
836
836
  ],
@@ -844,12 +844,12 @@
844
844
  "description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
845
845
  "name": "validate",
846
846
  "parent": {
847
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
847
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
848
848
  "name": "Validation"
849
849
  },
850
850
  "declarations": [
851
851
  {
852
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
852
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
853
853
  "name": "Validation"
854
854
  }
855
855
  ],
@@ -863,12 +863,12 @@
863
863
  "description": "A ref for the HTML input element.",
864
864
  "name": "inputRef",
865
865
  "parent": {
866
- "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/Checkbox.d.ts",
866
+ "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/Checkbox.d.ts",
867
867
  "name": "CheckboxProps"
868
868
  },
869
869
  "declarations": [
870
870
  {
871
- "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/Checkbox.d.ts",
871
+ "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/Checkbox.d.ts",
872
872
  "name": "CheckboxProps"
873
873
  }
874
874
  ],