@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
@@ -47,12 +47,12 @@
47
47
  "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).",
48
48
  "name": "form",
49
49
  "parent": {
50
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
50
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
51
51
  "name": "InputDOMProps"
52
52
  },
53
53
  "declarations": [
54
54
  {
55
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
55
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
56
56
  "name": "InputDOMProps"
57
57
  }
58
58
  ],
@@ -63,15 +63,15 @@
63
63
  },
64
64
  "slot": {
65
65
  "defaultValue": null,
66
- "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.",
66
+ "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.",
67
67
  "name": "slot",
68
68
  "parent": {
69
- "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",
69
+ "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",
70
70
  "name": "SlotProps"
71
71
  },
72
72
  "declarations": [
73
73
  {
74
- "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",
74
+ "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",
75
75
  "name": "SlotProps"
76
76
  }
77
77
  ],
@@ -82,15 +82,15 @@
82
82
  },
83
83
  "style": {
84
84
  "defaultValue": null,
85
- "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.",
85
+ "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.",
86
86
  "name": "style",
87
87
  "parent": {
88
- "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",
88
+ "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",
89
89
  "name": "StyleRenderProps"
90
90
  },
91
91
  "declarations": [
92
92
  {
93
- "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",
93
+ "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",
94
94
  "name": "StyleRenderProps"
95
95
  }
96
96
  ],
@@ -101,15 +101,15 @@
101
101
  },
102
102
  "pattern": {
103
103
  "defaultValue": null,
104
- "description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
104
+ "description": "Regex pattern that the value of the input must match to be valid. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
105
105
  "name": "pattern",
106
106
  "parent": {
107
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
107
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
108
108
  "name": "TextInputDOMProps"
109
109
  },
110
110
  "declarations": [
111
111
  {
112
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
112
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
113
113
  "name": "TextInputDOMProps"
114
114
  }
115
115
  ],
@@ -123,12 +123,12 @@
123
123
  "description": "The default value (uncontrolled).",
124
124
  "name": "defaultValue",
125
125
  "parent": {
126
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
126
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
127
127
  "name": "ValueBase"
128
128
  },
129
129
  "declarations": [
130
130
  {
131
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
131
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
132
132
  "name": "ValueBase"
133
133
  }
134
134
  ],
@@ -142,12 +142,12 @@
142
142
  "description": "Whether the element should receive focus on render.",
143
143
  "name": "autoFocus",
144
144
  "parent": {
145
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
145
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
146
146
  "name": "FocusableProps"
147
147
  },
148
148
  "declarations": [
149
149
  {
150
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
150
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
151
151
  "name": "FocusableProps"
152
152
  }
153
153
  ],
@@ -160,15 +160,15 @@
160
160
  "defaultValue": {
161
161
  "value": "'react-aria-SearchField'"
162
162
  },
163
- "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.",
163
+ "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.",
164
164
  "name": "className",
165
165
  "parent": {
166
- "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/SearchField.d.ts",
166
+ "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/SearchField.d.ts",
167
167
  "name": "SearchFieldProps"
168
168
  },
169
169
  "declarations": [
170
170
  {
171
- "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/SearchField.d.ts",
171
+ "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/SearchField.d.ts",
172
172
  "name": "SearchFieldProps"
173
173
  }
174
174
  ],
@@ -179,15 +179,15 @@
179
179
  },
180
180
  "enterKeyHint": {
181
181
  "defaultValue": null,
182
- "description": "An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint).",
182
+ "description": "An enumerated attribute that defines what action label or icon to preset for the enter key on\nvirtual keyboards. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint).",
183
183
  "name": "enterKeyHint",
184
184
  "parent": {
185
- "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/searchfield/useSearchField.d.ts",
185
+ "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/searchfield/useSearchField.d.ts",
186
186
  "name": "AriaSearchFieldProps"
187
187
  },
188
188
  "declarations": [
189
189
  {
190
- "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/searchfield/useSearchField.d.ts",
190
+ "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/searchfield/useSearchField.d.ts",
191
191
  "name": "AriaSearchFieldProps"
192
192
  }
193
193
  ],
@@ -222,15 +222,15 @@
222
222
  },
223
223
  "id": {
224
224
  "defaultValue": null,
225
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
225
+ "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
226
226
  "name": "id",
227
227
  "parent": {
228
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
228
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
229
229
  "name": "DOMProps"
230
230
  },
231
231
  "declarations": [
232
232
  {
233
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
233
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
234
234
  "name": "DOMProps"
235
235
  }
236
236
  ],
@@ -241,15 +241,15 @@
241
241
  },
242
242
  "spellCheck": {
243
243
  "defaultValue": null,
244
- "description": "An enumerated attribute that defines whether the element may be checked for spelling errors. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
244
+ "description": "An enumerated attribute that defines whether the element may be checked for spelling errors.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
245
245
  "name": "spellCheck",
246
246
  "parent": {
247
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
247
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
248
248
  "name": "TextInputDOMProps"
249
249
  },
250
250
  "declarations": [
251
251
  {
252
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
252
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
253
253
  "name": "TextInputDOMProps"
254
254
  }
255
255
  ],
@@ -260,15 +260,15 @@
260
260
  },
261
261
  "autoCorrect": {
262
262
  "defaultValue": null,
263
- "description": "An attribute that takes as its value a space-separated string that describes what, if any, type of autocomplete functionality the input should provide. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#autocomplete).",
263
+ "description": "An attribute that takes as its value a space-separated string that describes what, if any, type\nof autocomplete functionality the input should provide. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#autocomplete).",
264
264
  "name": "autoCorrect",
265
265
  "parent": {
266
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
266
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
267
267
  "name": "TextInputDOMProps"
268
268
  },
269
269
  "declarations": [
270
270
  {
271
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
271
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
272
272
  "name": "TextInputDOMProps"
273
273
  }
274
274
  ],
@@ -279,15 +279,15 @@
279
279
  },
280
280
  "inputMode": {
281
281
  "defaultValue": null,
282
- "description": "Hints at the type of data that might be entered by the user while editing the element or its contents. See [MDN](https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute).",
282
+ "description": "Hints at the type of data that might be entered by the user while editing the element or its\ncontents. See\n[MDN](https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute).",
283
283
  "name": "inputMode",
284
284
  "parent": {
285
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
285
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
286
286
  "name": "TextInputDOMProps"
287
287
  },
288
288
  "declarations": [
289
289
  {
290
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
290
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
291
291
  "name": "TextInputDOMProps"
292
292
  }
293
293
  ],
@@ -325,15 +325,15 @@
325
325
  },
326
326
  "aria-activedescendant": {
327
327
  "defaultValue": null,
328
- "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
328
+ "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox,\ngroup, or application.",
329
329
  "name": "aria-activedescendant",
330
330
  "parent": {
331
- "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/textfield/useTextField.d.ts",
331
+ "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/textfield/useTextField.d.ts",
332
332
  "name": "AriaTextFieldProps"
333
333
  },
334
334
  "declarations": [
335
335
  {
336
- "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/textfield/useTextField.d.ts",
336
+ "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/textfield/useTextField.d.ts",
337
337
  "name": "AriaTextFieldProps"
338
338
  }
339
339
  ],
@@ -344,15 +344,15 @@
344
344
  },
345
345
  "aria-autocomplete": {
346
346
  "defaultValue": null,
347
- "description": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made.",
347
+ "description": "Indicates whether inputting text could trigger display of one or more predictions of the user's\nintended value for an input and specifies how predictions would be presented if they are made.",
348
348
  "name": "aria-autocomplete",
349
349
  "parent": {
350
- "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/textfield/useTextField.d.ts",
350
+ "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/textfield/useTextField.d.ts",
351
351
  "name": "AriaTextFieldProps"
352
352
  },
353
353
  "declarations": [
354
354
  {
355
- "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/textfield/useTextField.d.ts",
355
+ "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/textfield/useTextField.d.ts",
356
356
  "name": "AriaTextFieldProps"
357
357
  }
358
358
  ],
@@ -378,15 +378,15 @@
378
378
  },
379
379
  "aria-controls": {
380
380
  "defaultValue": null,
381
- "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
381
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current\nelement.",
382
382
  "name": "aria-controls",
383
383
  "parent": {
384
- "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/textfield/useTextField.d.ts",
384
+ "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/textfield/useTextField.d.ts",
385
385
  "name": "AriaTextFieldProps"
386
386
  },
387
387
  "declarations": [
388
388
  {
389
- "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/textfield/useTextField.d.ts",
389
+ "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/textfield/useTextField.d.ts",
390
390
  "name": "AriaTextFieldProps"
391
391
  }
392
392
  ],
@@ -400,12 +400,12 @@
400
400
  "description": "Identifies the element (or elements) that describes the object.",
401
401
  "name": "aria-describedby",
402
402
  "parent": {
403
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
403
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
404
404
  "name": "AriaLabelingProps"
405
405
  },
406
406
  "declarations": [
407
407
  {
408
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
408
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
409
409
  "name": "AriaLabelingProps"
410
410
  }
411
411
  ],
@@ -416,15 +416,15 @@
416
416
  },
417
417
  "aria-details": {
418
418
  "defaultValue": null,
419
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
419
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
420
420
  "name": "aria-details",
421
421
  "parent": {
422
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
422
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
423
423
  "name": "AriaLabelingProps"
424
424
  },
425
425
  "declarations": [
426
426
  {
427
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
427
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
428
428
  "name": "AriaLabelingProps"
429
429
  }
430
430
  ],
@@ -438,12 +438,12 @@
438
438
  "description": "Identifies the element that provides an error message for the object.",
439
439
  "name": "aria-errormessage",
440
440
  "parent": {
441
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
441
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
442
442
  "name": "AriaValidationProps"
443
443
  },
444
444
  "declarations": [
445
445
  {
446
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
446
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
447
447
  "name": "AriaValidationProps"
448
448
  }
449
449
  ],
@@ -454,15 +454,15 @@
454
454
  },
455
455
  "aria-haspopup": {
456
456
  "defaultValue": null,
457
- "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
457
+ "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that\ncan be triggered by an element.",
458
458
  "name": "aria-haspopup",
459
459
  "parent": {
460
- "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/textfield/useTextField.d.ts",
460
+ "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/textfield/useTextField.d.ts",
461
461
  "name": "AriaTextFieldProps"
462
462
  },
463
463
  "declarations": [
464
464
  {
465
- "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/textfield/useTextField.d.ts",
465
+ "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/textfield/useTextField.d.ts",
466
466
  "name": "AriaTextFieldProps"
467
467
  }
468
468
  ],
@@ -476,12 +476,12 @@
476
476
  "description": "Defines a string value that labels the current element.",
477
477
  "name": "aria-label",
478
478
  "parent": {
479
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
479
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
480
480
  "name": "AriaLabelingProps"
481
481
  },
482
482
  "declarations": [
483
483
  {
484
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
484
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
485
485
  "name": "AriaLabelingProps"
486
486
  }
487
487
  ],
@@ -495,12 +495,12 @@
495
495
  "description": "Identifies the element (or elements) that labels the current element.",
496
496
  "name": "aria-labelledby",
497
497
  "parent": {
498
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
498
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
499
499
  "name": "AriaLabelingProps"
500
500
  },
501
501
  "declarations": [
502
502
  {
503
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
503
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
504
504
  "name": "AriaLabelingProps"
505
505
  }
506
506
  ],
@@ -511,15 +511,15 @@
511
511
  },
512
512
  "children": {
513
513
  "defaultValue": null,
514
- "description": "The children of the component. A function may be provided to alter the children based on component state.",
514
+ "description": "The children of the component. A function may be provided to alter the children based on\ncomponent state.",
515
515
  "name": "children",
516
516
  "parent": {
517
- "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",
517
+ "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",
518
518
  "name": "RenderProps"
519
519
  },
520
520
  "declarations": [
521
521
  {
522
- "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",
522
+ "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",
523
523
  "name": "RenderProps"
524
524
  }
525
525
  ],
@@ -530,15 +530,15 @@
530
530
  },
531
531
  "onCopy": {
532
532
  "defaultValue": null,
533
- "description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
533
+ "description": "Handler that is called when the user copies text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
534
534
  "name": "onCopy",
535
535
  "parent": {
536
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
536
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
537
537
  "name": "TextInputDOMEvents"
538
538
  },
539
539
  "declarations": [
540
540
  {
541
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
541
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
542
542
  "name": "TextInputDOMEvents"
543
543
  }
544
544
  ],
@@ -549,15 +549,15 @@
549
549
  },
550
550
  "onCut": {
551
551
  "defaultValue": null,
552
- "description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
552
+ "description": "Handler that is called when the user cuts text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
553
553
  "name": "onCut",
554
554
  "parent": {
555
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
555
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
556
556
  "name": "TextInputDOMEvents"
557
557
  },
558
558
  "declarations": [
559
559
  {
560
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
560
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
561
561
  "name": "TextInputDOMEvents"
562
562
  }
563
563
  ],
@@ -568,15 +568,15 @@
568
568
  },
569
569
  "onPaste": {
570
570
  "defaultValue": null,
571
- "description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
571
+ "description": "Handler that is called when the user pastes text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
572
572
  "name": "onPaste",
573
573
  "parent": {
574
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
574
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
575
575
  "name": "TextInputDOMEvents"
576
576
  },
577
577
  "declarations": [
578
578
  {
579
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
579
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
580
580
  "name": "TextInputDOMEvents"
581
581
  }
582
582
  ],
@@ -587,15 +587,15 @@
587
587
  },
588
588
  "onCompositionEnd": {
589
589
  "defaultValue": null,
590
- "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).",
590
+ "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).",
591
591
  "name": "onCompositionEnd",
592
592
  "parent": {
593
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
593
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
594
594
  "name": "TextInputDOMEvents"
595
595
  },
596
596
  "declarations": [
597
597
  {
598
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
598
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
599
599
  "name": "TextInputDOMEvents"
600
600
  }
601
601
  ],
@@ -606,15 +606,15 @@
606
606
  },
607
607
  "onCompositionStart": {
608
608
  "defaultValue": null,
609
- "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).",
609
+ "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).",
610
610
  "name": "onCompositionStart",
611
611
  "parent": {
612
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
612
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
613
613
  "name": "TextInputDOMEvents"
614
614
  },
615
615
  "declarations": [
616
616
  {
617
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
617
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
618
618
  "name": "TextInputDOMEvents"
619
619
  }
620
620
  ],
@@ -625,15 +625,15 @@
625
625
  },
626
626
  "onCompositionUpdate": {
627
627
  "defaultValue": null,
628
- "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).",
628
+ "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).",
629
629
  "name": "onCompositionUpdate",
630
630
  "parent": {
631
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
631
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
632
632
  "name": "TextInputDOMEvents"
633
633
  },
634
634
  "declarations": [
635
635
  {
636
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
636
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
637
637
  "name": "TextInputDOMEvents"
638
638
  }
639
639
  ],
@@ -647,12 +647,12 @@
647
647
  "description": "Handler that is called when the element receives focus.",
648
648
  "name": "onFocus",
649
649
  "parent": {
650
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
650
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
651
651
  "name": "FocusEvents"
652
652
  },
653
653
  "declarations": [
654
654
  {
655
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
655
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
656
656
  "name": "FocusEvents"
657
657
  }
658
658
  ],
@@ -666,12 +666,12 @@
666
666
  "description": "Handler that is called when the element loses focus.",
667
667
  "name": "onBlur",
668
668
  "parent": {
669
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
669
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
670
670
  "name": "FocusEvents"
671
671
  },
672
672
  "declarations": [
673
673
  {
674
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
674
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
675
675
  "name": "FocusEvents"
676
676
  }
677
677
  ],
@@ -685,12 +685,12 @@
685
685
  "description": "Handler that is called when the value changes.",
686
686
  "name": "onChange",
687
687
  "parent": {
688
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
688
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
689
689
  "name": "ValueBase"
690
690
  },
691
691
  "declarations": [
692
692
  {
693
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
693
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
694
694
  "name": "ValueBase"
695
695
  }
696
696
  ],
@@ -701,15 +701,15 @@
701
701
  },
702
702
  "onBeforeInput": {
703
703
  "defaultValue": null,
704
- "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).",
704
+ "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).",
705
705
  "name": "onBeforeInput",
706
706
  "parent": {
707
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
707
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
708
708
  "name": "TextInputDOMEvents"
709
709
  },
710
710
  "declarations": [
711
711
  {
712
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
712
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
713
713
  "name": "TextInputDOMEvents"
714
714
  }
715
715
  ],
@@ -720,15 +720,15 @@
720
720
  },
721
721
  "onInput": {
722
722
  "defaultValue": null,
723
- "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).",
723
+ "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).",
724
724
  "name": "onInput",
725
725
  "parent": {
726
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
726
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
727
727
  "name": "TextInputDOMEvents"
728
728
  },
729
729
  "declarations": [
730
730
  {
731
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
731
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
732
732
  "name": "TextInputDOMEvents"
733
733
  }
734
734
  ],
@@ -742,12 +742,12 @@
742
742
  "description": "Handler that is called when the SearchField is submitted.",
743
743
  "name": "onSubmit",
744
744
  "parent": {
745
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/searchfield/useSearchFieldState.d.ts",
745
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/searchfield/useSearchFieldState.d.ts",
746
746
  "name": "SearchFieldProps"
747
747
  },
748
748
  "declarations": [
749
749
  {
750
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/searchfield/useSearchFieldState.d.ts",
750
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/searchfield/useSearchFieldState.d.ts",
751
751
  "name": "SearchFieldProps"
752
752
  }
753
753
  ],
@@ -761,12 +761,12 @@
761
761
  "description": "Handler that is called when a key is pressed.",
762
762
  "name": "onKeyDown",
763
763
  "parent": {
764
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
764
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
765
765
  "name": "KeyboardEvents"
766
766
  },
767
767
  "declarations": [
768
768
  {
769
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
769
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
770
770
  "name": "KeyboardEvents"
771
771
  }
772
772
  ],
@@ -780,12 +780,12 @@
780
780
  "description": "Handler that is called when a key is released.",
781
781
  "name": "onKeyUp",
782
782
  "parent": {
783
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
783
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
784
784
  "name": "KeyboardEvents"
785
785
  },
786
786
  "declarations": [
787
787
  {
788
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
788
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
789
789
  "name": "KeyboardEvents"
790
790
  }
791
791
  ],
@@ -796,15 +796,15 @@
796
796
  },
797
797
  "onSelect": {
798
798
  "defaultValue": null,
799
- "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).",
799
+ "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).",
800
800
  "name": "onSelect",
801
801
  "parent": {
802
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
802
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
803
803
  "name": "TextInputDOMEvents"
804
804
  },
805
805
  "declarations": [
806
806
  {
807
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
807
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
808
808
  "name": "TextInputDOMEvents"
809
809
  }
810
810
  ],
@@ -817,15 +817,15 @@
817
817
  "defaultValue": {
818
818
  "value": "'search'"
819
819
  },
820
- "description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
820
+ "description": "The type of input to render. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
821
821
  "name": "type",
822
822
  "parent": {
823
- "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/searchfield/useSearchField.d.ts",
823
+ "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/searchfield/useSearchField.d.ts",
824
824
  "name": "AriaSearchFieldProps"
825
825
  },
826
826
  "declarations": [
827
827
  {
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/searchfield/useSearchField.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/searchfield/useSearchField.d.ts",
829
829
  "name": "AriaSearchFieldProps"
830
830
  }
831
831
  ],
@@ -836,15 +836,15 @@
836
836
  },
837
837
  "name": {
838
838
  "defaultValue": null,
839
- "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).",
839
+ "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).",
840
840
  "name": "name",
841
841
  "parent": {
842
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
842
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
843
843
  "name": "InputDOMProps"
844
844
  },
845
845
  "declarations": [
846
846
  {
847
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
847
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
848
848
  "name": "InputDOMProps"
849
849
  }
850
850
  ],
@@ -858,12 +858,12 @@
858
858
  "description": "The current value (controlled).",
859
859
  "name": "value",
860
860
  "parent": {
861
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
861
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
862
862
  "name": "ValueBase"
863
863
  },
864
864
  "declarations": [
865
865
  {
866
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
866
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
867
867
  "name": "ValueBase"
868
868
  }
869
869
  ],
@@ -877,12 +877,12 @@
877
877
  "description": "Whether the input is disabled.",
878
878
  "name": "isDisabled",
879
879
  "parent": {
880
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
880
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
881
881
  "name": "InputBase"
882
882
  },
883
883
  "declarations": [
884
884
  {
885
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
885
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
886
886
  "name": "InputBase"
887
887
  }
888
888
  ],
@@ -896,12 +896,12 @@
896
896
  "description": "Handler that is called when the element's focus status changes.",
897
897
  "name": "onFocusChange",
898
898
  "parent": {
899
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
899
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
900
900
  "name": "FocusEvents"
901
901
  },
902
902
  "declarations": [
903
903
  {
904
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
904
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/events.d.ts",
905
905
  "name": "FocusEvents"
906
906
  }
907
907
  ],
@@ -915,12 +915,12 @@
915
915
  "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.",
916
916
  "name": "excludeFromTabOrder",
917
917
  "parent": {
918
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
918
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
919
919
  "name": "FocusableDOMProps"
920
920
  },
921
921
  "declarations": [
922
922
  {
923
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
923
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
924
924
  "name": "FocusableDOMProps"
925
925
  }
926
926
  ],
@@ -931,15 +931,15 @@
931
931
  },
932
932
  "render": {
933
933
  "defaultValue": null,
934
- "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.",
934
+ "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.",
935
935
  "name": "render",
936
936
  "parent": {
937
- "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",
937
+ "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",
938
938
  "name": "DOMRenderProps"
939
939
  },
940
940
  "declarations": [
941
941
  {
942
- "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",
942
+ "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",
943
943
  "name": "DOMRenderProps"
944
944
  }
945
945
  ],
@@ -953,12 +953,12 @@
953
953
  "description": "Whether user input is required on the input before form submission.",
954
954
  "name": "isRequired",
955
955
  "parent": {
956
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
956
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
957
957
  "name": "Validation"
958
958
  },
959
959
  "declarations": [
960
960
  {
961
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
961
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
962
962
  "name": "Validation"
963
963
  }
964
964
  ],
@@ -972,12 +972,12 @@
972
972
  "description": "Whether the input value is invalid.",
973
973
  "name": "isInvalid",
974
974
  "parent": {
975
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
975
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
976
976
  "name": "Validation"
977
977
  },
978
978
  "declarations": [
979
979
  {
980
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
980
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
981
981
  "name": "Validation"
982
982
  }
983
983
  ],
@@ -991,12 +991,12 @@
991
991
  "description": "Whether the input can be selected but not changed by the user.",
992
992
  "name": "isReadOnly",
993
993
  "parent": {
994
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
994
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
995
995
  "name": "InputBase"
996
996
  },
997
997
  "declarations": [
998
998
  {
999
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
999
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
1000
1000
  "name": "InputBase"
1001
1001
  }
1002
1002
  ],
@@ -1012,12 +1012,12 @@
1012
1012
  "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.",
1013
1013
  "name": "validationBehavior",
1014
1014
  "parent": {
1015
- "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",
1015
+ "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",
1016
1016
  "name": "RACValidation"
1017
1017
  },
1018
1018
  "declarations": [
1019
1019
  {
1020
- "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",
1020
+ "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",
1021
1021
  "name": "RACValidation"
1022
1022
  }
1023
1023
  ],
@@ -1040,12 +1040,12 @@
1040
1040
  "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.",
1041
1041
  "name": "validate",
1042
1042
  "parent": {
1043
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
1043
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
1044
1044
  "name": "Validation"
1045
1045
  },
1046
1046
  "declarations": [
1047
1047
  {
1048
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
1048
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
1049
1049
  "name": "Validation"
1050
1050
  }
1051
1051
  ],
@@ -1056,15 +1056,15 @@
1056
1056
  },
1057
1057
  "autoComplete": {
1058
1058
  "defaultValue": null,
1059
- "description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
1059
+ "description": "Describes the type of autocomplete functionality the input should provide if any. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
1060
1060
  "name": "autoComplete",
1061
1061
  "parent": {
1062
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1062
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1063
1063
  "name": "TextInputDOMProps"
1064
1064
  },
1065
1065
  "declarations": [
1066
1066
  {
1067
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1067
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1068
1068
  "name": "TextInputDOMProps"
1069
1069
  }
1070
1070
  ],
@@ -1075,15 +1075,15 @@
1075
1075
  },
1076
1076
  "maxLength": {
1077
1077
  "defaultValue": null,
1078
- "description": "The maximum number of characters supported by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
1078
+ "description": "The maximum number of characters supported by the input. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
1079
1079
  "name": "maxLength",
1080
1080
  "parent": {
1081
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1081
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1082
1082
  "name": "TextInputDOMProps"
1083
1083
  },
1084
1084
  "declarations": [
1085
1085
  {
1086
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1086
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1087
1087
  "name": "TextInputDOMProps"
1088
1088
  }
1089
1089
  ],
@@ -1094,15 +1094,15 @@
1094
1094
  },
1095
1095
  "minLength": {
1096
1096
  "defaultValue": null,
1097
- "description": "The minimum number of characters required by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
1097
+ "description": "The minimum number of characters required by the input. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
1098
1098
  "name": "minLength",
1099
1099
  "parent": {
1100
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1100
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1101
1101
  "name": "TextInputDOMProps"
1102
1102
  },
1103
1103
  "declarations": [
1104
1104
  {
1105
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1105
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
1106
1106
  "name": "TextInputDOMProps"
1107
1107
  }
1108
1108
  ],
@@ -1116,12 +1116,12 @@
1116
1116
  "description": "Handler that is called when the clear button is pressed.",
1117
1117
  "name": "onClear",
1118
1118
  "parent": {
1119
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/searchfield/useSearchFieldState.d.ts",
1119
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/searchfield/useSearchFieldState.d.ts",
1120
1120
  "name": "SearchFieldProps"
1121
1121
  },
1122
1122
  "declarations": [
1123
1123
  {
1124
- "fileName": "nimbus/node_modules/.pnpm/react-stately@3.46.0_react@19.2.0/node_modules/react-stately/dist/types/src/searchfield/useSearchFieldState.d.ts",
1124
+ "fileName": "nimbus/node_modules/.pnpm/react-stately@3.47.0_react@19.2.0/node_modules/react-stately/dist/types/src/searchfield/useSearchFieldState.d.ts",
1125
1125
  "name": "SearchFieldProps"
1126
1126
  }
1127
1127
  ],