@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
@@ -44,12 +44,12 @@
44
44
  "description": "If `true`, the element will opt out of the theme styles.",
45
45
  "name": "unstyled",
46
46
  "parent": {
47
- "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.34.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_10b2c786e2b7f83f500327a2347e0904/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
47
+ "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",
48
48
  "name": "UnstyledProp"
49
49
  },
50
50
  "declarations": [
51
51
  {
52
- "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.34.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_10b2c786e2b7f83f500327a2347e0904/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
52
+ "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",
53
53
  "name": "UnstyledProp"
54
54
  }
55
55
  ],
@@ -75,15 +75,15 @@
75
75
  },
76
76
  "decrementAriaLabel": {
77
77
  "defaultValue": null,
78
- "description": "A custom aria-label for the decrement button. If not provided, the localized string \"Decrement\" is used.",
78
+ "description": "A custom aria-label for the decrement button. If not provided, the localized string \"Decrement\"\nis used.",
79
79
  "name": "decrementAriaLabel",
80
80
  "parent": {
81
- "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/numberfield/useNumberField.d.ts",
81
+ "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/numberfield/useNumberField.d.ts",
82
82
  "name": "AriaNumberFieldProps"
83
83
  },
84
84
  "declarations": [
85
85
  {
86
- "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/numberfield/useNumberField.d.ts",
86
+ "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/numberfield/useNumberField.d.ts",
87
87
  "name": "AriaNumberFieldProps"
88
88
  }
89
89
  ],
@@ -94,15 +94,15 @@
94
94
  },
95
95
  "incrementAriaLabel": {
96
96
  "defaultValue": null,
97
- "description": "A custom aria-label for the increment button. If not provided, the localized string \"Increment\" is used.",
97
+ "description": "A custom aria-label for the increment button. If not provided, the localized string \"Increment\"\nis used.",
98
98
  "name": "incrementAriaLabel",
99
99
  "parent": {
100
- "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/numberfield/useNumberField.d.ts",
100
+ "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/numberfield/useNumberField.d.ts",
101
101
  "name": "AriaNumberFieldProps"
102
102
  },
103
103
  "declarations": [
104
104
  {
105
- "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/numberfield/useNumberField.d.ts",
105
+ "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/numberfield/useNumberField.d.ts",
106
106
  "name": "AriaNumberFieldProps"
107
107
  }
108
108
  ],
@@ -116,12 +116,12 @@
116
116
  "description": "Enables or disables changing the value with scroll.",
117
117
  "name": "isWheelDisabled",
118
118
  "parent": {
119
- "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/numberfield/useNumberField.d.ts",
119
+ "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/numberfield/useNumberField.d.ts",
120
120
  "name": "AriaNumberFieldProps"
121
121
  },
122
122
  "declarations": [
123
123
  {
124
- "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/numberfield/useNumberField.d.ts",
124
+ "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/numberfield/useNumberField.d.ts",
125
125
  "name": "AriaNumberFieldProps"
126
126
  }
127
127
  ],
@@ -135,12 +135,12 @@
135
135
  "description": "Formatting options for the value displayed in the number field.\nThis also affects what characters are allowed to be typed by the user.",
136
136
  "name": "formatOptions",
137
137
  "parent": {
138
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
138
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
139
139
  "name": "NumberFieldProps"
140
140
  },
141
141
  "declarations": [
142
142
  {
143
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
143
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
144
144
  "name": "NumberFieldProps"
145
145
  }
146
146
  ],
@@ -153,15 +153,15 @@
153
153
  "defaultValue": {
154
154
  "value": "'snap'"
155
155
  },
156
- "description": "Controls the behavior of the number field when the user blurs the field after editing.\n'snap' will clamp the value to the min/max values, and snap to the nearest step value.\n'validate' will not clamp the value, and will validate that the value is within the min/max range and on a valid step.",
156
+ "description": "Controls the behavior of the number field when the user blurs the field after editing. 'snap'\nwill clamp the value to the min/max values, and snap to the nearest step value. 'validate' will\nnot clamp the value, and will validate that the value is within the min/max range and on a\nvalid step.",
157
157
  "name": "commitBehavior",
158
158
  "parent": {
159
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
159
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
160
160
  "name": "NumberFieldProps"
161
161
  },
162
162
  "declarations": [
163
163
  {
164
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
164
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
165
165
  "name": "NumberFieldProps"
166
166
  }
167
167
  ],
@@ -184,12 +184,12 @@
184
184
  "description": "Whether the input is disabled.",
185
185
  "name": "isDisabled",
186
186
  "parent": {
187
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
187
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
188
188
  "name": "InputBase"
189
189
  },
190
190
  "declarations": [
191
191
  {
192
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
192
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
193
193
  "name": "InputBase"
194
194
  }
195
195
  ],
@@ -203,12 +203,12 @@
203
203
  "description": "Whether the input can be selected but not changed by the user.",
204
204
  "name": "isReadOnly",
205
205
  "parent": {
206
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
206
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
207
207
  "name": "InputBase"
208
208
  },
209
209
  "declarations": [
210
210
  {
211
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
211
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
212
212
  "name": "InputBase"
213
213
  }
214
214
  ],
@@ -222,12 +222,12 @@
222
222
  "description": "Whether user input is required on the input before form submission.",
223
223
  "name": "isRequired",
224
224
  "parent": {
225
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
225
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
226
226
  "name": "Validation"
227
227
  },
228
228
  "declarations": [
229
229
  {
230
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
230
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
231
231
  "name": "Validation"
232
232
  }
233
233
  ],
@@ -241,12 +241,12 @@
241
241
  "description": "Whether the input value is invalid.",
242
242
  "name": "isInvalid",
243
243
  "parent": {
244
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
244
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
245
245
  "name": "Validation"
246
246
  },
247
247
  "declarations": [
248
248
  {
249
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
249
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
250
250
  "name": "Validation"
251
251
  }
252
252
  ],
@@ -260,12 +260,12 @@
260
260
  "description": "@deprecated Use `isInvalid` instead.",
261
261
  "name": "validationState",
262
262
  "parent": {
263
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
263
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
264
264
  "name": "Validation"
265
265
  },
266
266
  "declarations": [
267
267
  {
268
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
268
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
269
269
  "name": "Validation"
270
270
  }
271
271
  ],
@@ -290,12 +290,12 @@
290
290
  "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.",
291
291
  "name": "validationBehavior",
292
292
  "parent": {
293
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
293
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
294
294
  "name": "Validation"
295
295
  },
296
296
  "declarations": [
297
297
  {
298
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
298
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
299
299
  "name": "Validation"
300
300
  }
301
301
  ],
@@ -318,12 +318,12 @@
318
318
  "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.",
319
319
  "name": "validate",
320
320
  "parent": {
321
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
321
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
322
322
  "name": "Validation"
323
323
  },
324
324
  "declarations": [
325
325
  {
326
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
326
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
327
327
  "name": "Validation"
328
328
  }
329
329
  ],
@@ -337,12 +337,12 @@
337
337
  "description": "Whether the element should receive focus on render.",
338
338
  "name": "autoFocus",
339
339
  "parent": {
340
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
340
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
341
341
  "name": "FocusableProps"
342
342
  },
343
343
  "declarations": [
344
344
  {
345
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
345
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
346
346
  "name": "FocusableProps"
347
347
  }
348
348
  ],
@@ -356,12 +356,12 @@
356
356
  "description": "Handler that is called when the element receives focus.",
357
357
  "name": "onFocus",
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/events.d.ts",
359
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
360
360
  "name": "FocusEvents"
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/events.d.ts",
364
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
365
365
  "name": "FocusEvents"
366
366
  }
367
367
  ],
@@ -375,12 +375,12 @@
375
375
  "description": "Handler that is called when the element loses focus.",
376
376
  "name": "onBlur",
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/events.d.ts",
378
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
379
379
  "name": "FocusEvents"
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/events.d.ts",
383
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
384
384
  "name": "FocusEvents"
385
385
  }
386
386
  ],
@@ -394,12 +394,12 @@
394
394
  "description": "Handler that is called when the element's focus status changes.",
395
395
  "name": "onFocusChange",
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/events.d.ts",
397
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
398
398
  "name": "FocusEvents"
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/events.d.ts",
402
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
403
403
  "name": "FocusEvents"
404
404
  }
405
405
  ],
@@ -413,12 +413,12 @@
413
413
  "description": "Handler that is called when a key is pressed.",
414
414
  "name": "onKeyDown",
415
415
  "parent": {
416
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
416
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
417
417
  "name": "KeyboardEvents"
418
418
  },
419
419
  "declarations": [
420
420
  {
421
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
421
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
422
422
  "name": "KeyboardEvents"
423
423
  }
424
424
  ],
@@ -432,12 +432,12 @@
432
432
  "description": "Handler that is called when a key is released.",
433
433
  "name": "onKeyUp",
434
434
  "parent": {
435
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
435
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
436
436
  "name": "KeyboardEvents"
437
437
  },
438
438
  "declarations": [
439
439
  {
440
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
440
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
441
441
  "name": "KeyboardEvents"
442
442
  }
443
443
  ],
@@ -451,12 +451,12 @@
451
451
  "description": "Temporary text that occupies the text input when it is empty.",
452
452
  "name": "placeholder",
453
453
  "parent": {
454
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
454
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
455
455
  "name": "TextInputBase"
456
456
  },
457
457
  "declarations": [
458
458
  {
459
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
459
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
460
460
  "name": "TextInputBase"
461
461
  }
462
462
  ],
@@ -470,12 +470,12 @@
470
470
  "description": "The current value (controlled).",
471
471
  "name": "value",
472
472
  "parent": {
473
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
473
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
474
474
  "name": "ValueBase"
475
475
  },
476
476
  "declarations": [
477
477
  {
478
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
478
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
479
479
  "name": "ValueBase"
480
480
  }
481
481
  ],
@@ -489,12 +489,12 @@
489
489
  "description": "The default value (uncontrolled).",
490
490
  "name": "defaultValue",
491
491
  "parent": {
492
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
492
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
493
493
  "name": "ValueBase"
494
494
  },
495
495
  "declarations": [
496
496
  {
497
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
497
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
498
498
  "name": "ValueBase"
499
499
  }
500
500
  ],
@@ -508,12 +508,12 @@
508
508
  "description": "Handler that is called when the value changes.",
509
509
  "name": "onChange",
510
510
  "parent": {
511
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
511
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
512
512
  "name": "ValueBase"
513
513
  },
514
514
  "declarations": [
515
515
  {
516
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
516
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
517
517
  "name": "ValueBase"
518
518
  }
519
519
  ],
@@ -527,12 +527,12 @@
527
527
  "description": "The smallest value allowed for the input.",
528
528
  "name": "minValue",
529
529
  "parent": {
530
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
530
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
531
531
  "name": "RangeInputBase"
532
532
  },
533
533
  "declarations": [
534
534
  {
535
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
535
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
536
536
  "name": "RangeInputBase"
537
537
  }
538
538
  ],
@@ -546,12 +546,12 @@
546
546
  "description": "The largest value allowed for the input.",
547
547
  "name": "maxValue",
548
548
  "parent": {
549
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
549
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
550
550
  "name": "RangeInputBase"
551
551
  },
552
552
  "declarations": [
553
553
  {
554
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
554
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
555
555
  "name": "RangeInputBase"
556
556
  }
557
557
  ],
@@ -565,12 +565,12 @@
565
565
  "description": "The amount that the input value changes with each increment or decrement \"tick\".",
566
566
  "name": "step",
567
567
  "parent": {
568
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
568
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
569
569
  "name": "RangeInputBase"
570
570
  },
571
571
  "declarations": [
572
572
  {
573
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
573
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
574
574
  "name": "RangeInputBase"
575
575
  }
576
576
  ],
@@ -584,12 +584,12 @@
584
584
  "description": "The content to display as the label.",
585
585
  "name": "label",
586
586
  "parent": {
587
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/labelable.d.ts",
587
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/labelable.d.ts",
588
588
  "name": "LabelableProps"
589
589
  },
590
590
  "declarations": [
591
591
  {
592
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/labelable.d.ts",
592
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/labelable.d.ts",
593
593
  "name": "LabelableProps"
594
594
  }
595
595
  ],
@@ -603,12 +603,12 @@
603
603
  "description": "A description for the field. Provides a hint such as specific requirements for what to choose.",
604
604
  "name": "description",
605
605
  "parent": {
606
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
606
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
607
607
  "name": "HelpTextProps"
608
608
  },
609
609
  "declarations": [
610
610
  {
611
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
611
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
612
612
  "name": "HelpTextProps"
613
613
  }
614
614
  ],
@@ -622,12 +622,12 @@
622
622
  "description": "An error message for the field.",
623
623
  "name": "errorMessage",
624
624
  "parent": {
625
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
625
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
626
626
  "name": "HelpTextProps"
627
627
  },
628
628
  "declarations": [
629
629
  {
630
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
630
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
631
631
  "name": "HelpTextProps"
632
632
  }
633
633
  ],
@@ -638,15 +638,15 @@
638
638
  },
639
639
  "id": {
640
640
  "defaultValue": null,
641
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
641
+ "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
642
642
  "name": "id",
643
643
  "parent": {
644
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
644
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
645
645
  "name": "DOMProps"
646
646
  },
647
647
  "declarations": [
648
648
  {
649
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
649
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
650
650
  "name": "DOMProps"
651
651
  }
652
652
  ],
@@ -660,12 +660,12 @@
660
660
  "description": "Defines a string value that labels the current element.",
661
661
  "name": "aria-label",
662
662
  "parent": {
663
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
663
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
664
664
  "name": "AriaLabelingProps"
665
665
  },
666
666
  "declarations": [
667
667
  {
668
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
668
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
669
669
  "name": "AriaLabelingProps"
670
670
  }
671
671
  ],
@@ -679,12 +679,12 @@
679
679
  "description": "Identifies the element (or elements) that labels the current element.",
680
680
  "name": "aria-labelledby",
681
681
  "parent": {
682
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
682
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
683
683
  "name": "AriaLabelingProps"
684
684
  },
685
685
  "declarations": [
686
686
  {
687
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
687
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
688
688
  "name": "AriaLabelingProps"
689
689
  }
690
690
  ],
@@ -698,12 +698,12 @@
698
698
  "description": "Identifies the element (or elements) that describes the object.",
699
699
  "name": "aria-describedby",
700
700
  "parent": {
701
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
701
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
702
702
  "name": "AriaLabelingProps"
703
703
  },
704
704
  "declarations": [
705
705
  {
706
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
706
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
707
707
  "name": "AriaLabelingProps"
708
708
  }
709
709
  ],
@@ -714,15 +714,15 @@
714
714
  },
715
715
  "aria-details": {
716
716
  "defaultValue": null,
717
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
717
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
718
718
  "name": "aria-details",
719
719
  "parent": {
720
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
720
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
721
721
  "name": "AriaLabelingProps"
722
722
  },
723
723
  "declarations": [
724
724
  {
725
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
725
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
726
726
  "name": "AriaLabelingProps"
727
727
  }
728
728
  ],
@@ -733,15 +733,15 @@
733
733
  },
734
734
  "onCopy": {
735
735
  "defaultValue": null,
736
- "description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
736
+ "description": "Handler that is called when the user copies text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
737
737
  "name": "onCopy",
738
738
  "parent": {
739
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
739
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
740
740
  "name": "TextInputDOMEvents"
741
741
  },
742
742
  "declarations": [
743
743
  {
744
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
744
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
745
745
  "name": "TextInputDOMEvents"
746
746
  }
747
747
  ],
@@ -752,15 +752,15 @@
752
752
  },
753
753
  "onCut": {
754
754
  "defaultValue": null,
755
- "description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
755
+ "description": "Handler that is called when the user cuts text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
756
756
  "name": "onCut",
757
757
  "parent": {
758
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
758
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
759
759
  "name": "TextInputDOMEvents"
760
760
  },
761
761
  "declarations": [
762
762
  {
763
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
763
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
764
764
  "name": "TextInputDOMEvents"
765
765
  }
766
766
  ],
@@ -771,15 +771,15 @@
771
771
  },
772
772
  "onPaste": {
773
773
  "defaultValue": null,
774
- "description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
774
+ "description": "Handler that is called when the user pastes text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
775
775
  "name": "onPaste",
776
776
  "parent": {
777
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
777
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
778
778
  "name": "TextInputDOMEvents"
779
779
  },
780
780
  "declarations": [
781
781
  {
782
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
782
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
783
783
  "name": "TextInputDOMEvents"
784
784
  }
785
785
  ],
@@ -790,15 +790,15 @@
790
790
  },
791
791
  "onCompositionStart": {
792
792
  "defaultValue": null,
793
- "description": "Handler that is called when a text composition system starts a new text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
793
+ "description": "Handler that is called when a text composition system starts a new text composition session.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
794
794
  "name": "onCompositionStart",
795
795
  "parent": {
796
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
796
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
797
797
  "name": "TextInputDOMEvents"
798
798
  },
799
799
  "declarations": [
800
800
  {
801
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
801
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
802
802
  "name": "TextInputDOMEvents"
803
803
  }
804
804
  ],
@@ -809,15 +809,15 @@
809
809
  },
810
810
  "onCompositionEnd": {
811
811
  "defaultValue": null,
812
- "description": "Handler that is called when a text composition system completes or cancels the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
812
+ "description": "Handler that is called when a text composition system completes or cancels the current text\ncomposition session. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
813
813
  "name": "onCompositionEnd",
814
814
  "parent": {
815
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
815
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
816
816
  "name": "TextInputDOMEvents"
817
817
  },
818
818
  "declarations": [
819
819
  {
820
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
820
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
821
821
  "name": "TextInputDOMEvents"
822
822
  }
823
823
  ],
@@ -828,15 +828,15 @@
828
828
  },
829
829
  "onCompositionUpdate": {
830
830
  "defaultValue": null,
831
- "description": "Handler that is called when a new character is received in the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event).",
831
+ "description": "Handler that is called when a new character is received in the current text composition\nsession. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event).",
832
832
  "name": "onCompositionUpdate",
833
833
  "parent": {
834
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
834
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
835
835
  "name": "TextInputDOMEvents"
836
836
  },
837
837
  "declarations": [
838
838
  {
839
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
839
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
840
840
  "name": "TextInputDOMEvents"
841
841
  }
842
842
  ],
@@ -847,15 +847,15 @@
847
847
  },
848
848
  "onSelect": {
849
849
  "defaultValue": null,
850
- "description": "Handler that is called when text in the input is selected. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event).",
850
+ "description": "Handler that is called when text in the input is selected. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event).",
851
851
  "name": "onSelect",
852
852
  "parent": {
853
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
853
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
854
854
  "name": "TextInputDOMEvents"
855
855
  },
856
856
  "declarations": [
857
857
  {
858
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
858
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
859
859
  "name": "TextInputDOMEvents"
860
860
  }
861
861
  ],
@@ -866,15 +866,15 @@
866
866
  },
867
867
  "onBeforeInput": {
868
868
  "defaultValue": null,
869
- "description": "Handler that is called when the input value is about to be modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event).",
869
+ "description": "Handler that is called when the input value is about to be modified. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event).",
870
870
  "name": "onBeforeInput",
871
871
  "parent": {
872
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
872
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
873
873
  "name": "TextInputDOMEvents"
874
874
  },
875
875
  "declarations": [
876
876
  {
877
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
877
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
878
878
  "name": "TextInputDOMEvents"
879
879
  }
880
880
  ],
@@ -885,15 +885,15 @@
885
885
  },
886
886
  "onInput": {
887
887
  "defaultValue": null,
888
- "description": "Handler that is called when the input value is modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).",
888
+ "description": "Handler that is called when the input value is modified. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).",
889
889
  "name": "onInput",
890
890
  "parent": {
891
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
891
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
892
892
  "name": "TextInputDOMEvents"
893
893
  },
894
894
  "declarations": [
895
895
  {
896
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
896
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
897
897
  "name": "TextInputDOMEvents"
898
898
  }
899
899
  ],