@navikt/ds-react 5.15.1 → 6.0.0-alpha.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 (941) hide show
  1. package/_docs.json +477 -477
  2. package/cjs/accordion/Accordion.d.ts +63 -0
  3. package/cjs/accordion/Accordion.js +1 -0
  4. package/cjs/accordion/Accordion.js.map +1 -0
  5. package/cjs/accordion/AccordionContent.d.ts +9 -0
  6. package/cjs/accordion/AccordionContent.js +1 -0
  7. package/cjs/accordion/AccordionContent.js.map +1 -0
  8. package/cjs/accordion/AccordionContext.d.ts +9 -0
  9. package/cjs/accordion/AccordionContext.js +1 -0
  10. package/cjs/accordion/AccordionContext.js.map +1 -0
  11. package/cjs/accordion/AccordionHeader.d.ts +9 -0
  12. package/cjs/accordion/AccordionHeader.js +1 -0
  13. package/cjs/accordion/AccordionHeader.js.map +1 -0
  14. package/cjs/accordion/AccordionItem.d.ts +29 -0
  15. package/cjs/accordion/AccordionItem.js +1 -0
  16. package/cjs/accordion/AccordionItem.js.map +1 -0
  17. package/cjs/accordion/index.d.ts +1 -0
  18. package/cjs/accordion/index.js +1 -0
  19. package/cjs/accordion/index.js.map +1 -0
  20. package/cjs/alert/Alert.d.ts +51 -0
  21. package/cjs/alert/Alert.js +1 -0
  22. package/cjs/alert/Alert.js.map +1 -0
  23. package/cjs/alert/index.d.ts +2 -0
  24. package/cjs/alert/index.js +1 -0
  25. package/cjs/alert/index.js.map +1 -0
  26. package/cjs/button/Button.d.ts +49 -0
  27. package/cjs/button/Button.js +1 -0
  28. package/cjs/button/Button.js.map +1 -0
  29. package/cjs/button/index.d.ts +2 -0
  30. package/cjs/button/index.js +1 -0
  31. package/cjs/button/index.js.map +1 -0
  32. package/cjs/chat/Bubble.d.ts +26 -0
  33. package/cjs/chat/Bubble.js +1 -0
  34. package/cjs/chat/Bubble.js.map +1 -0
  35. package/cjs/chat/Chat.d.ts +78 -0
  36. package/cjs/chat/Chat.js +1 -0
  37. package/cjs/chat/Chat.js.map +1 -0
  38. package/cjs/chat/index.d.ts +1 -0
  39. package/cjs/chat/index.js +1 -0
  40. package/cjs/chat/index.js.map +1 -0
  41. package/cjs/chips/Chips.d.ts +55 -0
  42. package/cjs/chips/Chips.js +1 -0
  43. package/cjs/chips/Chips.js.map +1 -0
  44. package/cjs/chips/Removable.d.ts +20 -0
  45. package/cjs/chips/Removable.js +1 -0
  46. package/cjs/chips/Removable.js.map +1 -0
  47. package/cjs/chips/Toggle.d.ts +21 -0
  48. package/cjs/chips/Toggle.js +1 -0
  49. package/cjs/chips/Toggle.js.map +1 -0
  50. package/cjs/chips/index.d.ts +1 -0
  51. package/cjs/chips/index.js +1 -0
  52. package/cjs/chips/index.js.map +1 -0
  53. package/cjs/copybutton/CopyButton.d.ts +72 -0
  54. package/cjs/copybutton/CopyButton.js +1 -0
  55. package/cjs/copybutton/CopyButton.js.map +1 -0
  56. package/cjs/copybutton/index.d.ts +1 -0
  57. package/cjs/copybutton/index.js +1 -0
  58. package/cjs/copybutton/index.js.map +1 -0
  59. package/cjs/date/context/index.d.ts +2 -0
  60. package/cjs/date/context/index.js +1 -0
  61. package/cjs/date/context/index.js.map +1 -0
  62. package/cjs/date/context/useDateInputContext.d.ts +22 -0
  63. package/cjs/date/context/useDateInputContext.js +1 -0
  64. package/cjs/date/context/useDateInputContext.js.map +1 -0
  65. package/cjs/date/context/useSharedMonthContext.d.ts +21 -0
  66. package/cjs/date/context/useSharedMonthContext.js +1 -0
  67. package/cjs/date/context/useSharedMonthContext.js.map +1 -0
  68. package/cjs/date/datepicker/DatePicker.d.ts +47 -0
  69. package/cjs/date/datepicker/DatePicker.js +1 -0
  70. package/cjs/date/datepicker/DatePicker.js.map +1 -0
  71. package/cjs/date/datepicker/DatePickerStandalone.d.ts +18 -0
  72. package/cjs/date/datepicker/DatePickerStandalone.js +1 -0
  73. package/cjs/date/datepicker/DatePickerStandalone.js.map +1 -0
  74. package/cjs/date/datepicker/parts/Caption.d.ts +7 -0
  75. package/cjs/date/datepicker/parts/Caption.js +1 -0
  76. package/cjs/date/datepicker/parts/Caption.js.map +1 -0
  77. package/cjs/date/datepicker/parts/DayButton.d.ts +4 -0
  78. package/cjs/date/datepicker/parts/DayButton.js +1 -0
  79. package/cjs/date/datepicker/parts/DayButton.js.map +1 -0
  80. package/cjs/date/datepicker/parts/DropdownCaption.d.ts +7 -0
  81. package/cjs/date/datepicker/parts/DropdownCaption.js +1 -0
  82. package/cjs/date/datepicker/parts/DropdownCaption.js.map +1 -0
  83. package/cjs/date/datepicker/parts/HeadRow.d.ts +11 -0
  84. package/cjs/date/datepicker/parts/HeadRow.js +1 -0
  85. package/cjs/date/datepicker/parts/HeadRow.js.map +1 -0
  86. package/cjs/date/datepicker/parts/Row.d.ts +17 -0
  87. package/cjs/date/datepicker/parts/Row.js +1 -0
  88. package/cjs/date/datepicker/parts/Row.js.map +1 -0
  89. package/cjs/date/datepicker/parts/TableHead.d.ts +6 -0
  90. package/cjs/date/datepicker/parts/TableHead.js +1 -0
  91. package/cjs/date/datepicker/parts/TableHead.js.map +1 -0
  92. package/cjs/date/datepicker/parts/WeekNumber.d.ts +13 -0
  93. package/cjs/date/datepicker/parts/WeekNumber.js +1 -0
  94. package/cjs/date/datepicker/parts/WeekNumber.js.map +1 -0
  95. package/cjs/date/datepicker/parts/WeekRow.d.ts +5 -0
  96. package/cjs/date/datepicker/parts/WeekRow.js +1 -0
  97. package/cjs/date/datepicker/parts/WeekRow.js.map +1 -0
  98. package/cjs/date/datepicker/types.d.ts +97 -0
  99. package/cjs/date/datepicker/types.js +1 -0
  100. package/cjs/date/datepicker/types.js.map +1 -0
  101. package/cjs/date/hooks/index.d.ts +6 -0
  102. package/cjs/date/hooks/index.js +1 -0
  103. package/cjs/date/hooks/index.js.map +1 -0
  104. package/cjs/date/hooks/useDatepicker.d.ts +94 -0
  105. package/cjs/date/hooks/useDatepicker.js +1 -0
  106. package/cjs/date/hooks/useDatepicker.js.map +1 -0
  107. package/cjs/date/hooks/useMonthPicker.d.ts +89 -0
  108. package/cjs/date/hooks/useMonthPicker.js +1 -0
  109. package/cjs/date/hooks/useMonthPicker.js.map +1 -0
  110. package/cjs/date/hooks/useRangeDatepicker.d.ts +76 -0
  111. package/cjs/date/hooks/useRangeDatepicker.js +1 -0
  112. package/cjs/date/hooks/useRangeDatepicker.js.map +1 -0
  113. package/cjs/date/index.d.ts +7 -0
  114. package/cjs/date/index.js +1 -0
  115. package/cjs/date/index.js.map +1 -0
  116. package/cjs/date/monthpicker/MonthButton.d.ts +11 -0
  117. package/cjs/date/monthpicker/MonthButton.js +1 -0
  118. package/cjs/date/monthpicker/MonthButton.js.map +1 -0
  119. package/cjs/date/monthpicker/MonthCaption.d.ts +3 -0
  120. package/cjs/date/monthpicker/MonthCaption.js +1 -0
  121. package/cjs/date/monthpicker/MonthCaption.js.map +1 -0
  122. package/cjs/date/monthpicker/MonthPicker.d.ts +46 -0
  123. package/cjs/date/monthpicker/MonthPicker.js +1 -0
  124. package/cjs/date/monthpicker/MonthPicker.js.map +1 -0
  125. package/cjs/date/monthpicker/MonthPickerStandalone.d.ts +11 -0
  126. package/cjs/date/monthpicker/MonthPickerStandalone.js +1 -0
  127. package/cjs/date/monthpicker/MonthPickerStandalone.js.map +1 -0
  128. package/cjs/date/monthpicker/MonthSelector.d.ts +3 -0
  129. package/cjs/date/monthpicker/MonthSelector.js +1 -0
  130. package/cjs/date/monthpicker/MonthSelector.js.map +1 -0
  131. package/cjs/date/monthpicker/types.d.ts +78 -0
  132. package/cjs/date/monthpicker/types.js +1 -0
  133. package/cjs/date/monthpicker/types.js.map +1 -0
  134. package/cjs/date/parts/DateInput.d.ts +28 -0
  135. package/cjs/date/parts/DateInput.js +1 -0
  136. package/cjs/date/parts/DateInput.js.map +1 -0
  137. package/cjs/date/parts/DateWrapper.d.ts +15 -0
  138. package/cjs/date/parts/DateWrapper.js +1 -0
  139. package/cjs/date/parts/DateWrapper.js.map +1 -0
  140. package/cjs/date/utils/check-dates.d.ts +3 -0
  141. package/cjs/date/utils/check-dates.js +1 -0
  142. package/cjs/date/utils/check-dates.js.map +1 -0
  143. package/cjs/date/utils/dates-disabled.d.ts +1 -0
  144. package/cjs/date/utils/dates-disabled.js +1 -0
  145. package/cjs/date/utils/dates-disabled.js.map +1 -0
  146. package/cjs/date/utils/format-date.d.ts +1 -0
  147. package/cjs/date/utils/format-date.js +1 -0
  148. package/cjs/date/utils/format-date.js.map +1 -0
  149. package/cjs/date/utils/get-dates.d.ts +2 -0
  150. package/cjs/date/utils/get-dates.js +1 -0
  151. package/cjs/date/utils/get-dates.js.map +1 -0
  152. package/cjs/date/utils/get-initial-year.d.ts +5 -0
  153. package/cjs/date/utils/get-initial-year.js +1 -0
  154. package/cjs/date/utils/get-initial-year.js.map +1 -0
  155. package/cjs/date/utils/get-month-weeks.d.ts +16 -0
  156. package/cjs/date/utils/get-month-weeks.js +1 -0
  157. package/cjs/date/utils/get-month-weeks.js.map +1 -0
  158. package/cjs/date/utils/index.d.ts +10 -0
  159. package/cjs/date/utils/index.js +1 -0
  160. package/cjs/date/utils/index.js.map +1 -0
  161. package/cjs/date/utils/is-match.d.ts +4 -0
  162. package/cjs/date/utils/is-match.js +1 -0
  163. package/cjs/date/utils/is-match.js.map +1 -0
  164. package/cjs/date/utils/labels.d.ts +17 -0
  165. package/cjs/date/utils/labels.js +1 -0
  166. package/cjs/date/utils/labels.js.map +1 -0
  167. package/cjs/date/utils/locale.d.ts +2 -0
  168. package/cjs/date/utils/locale.js +1 -0
  169. package/cjs/date/utils/locale.js.map +1 -0
  170. package/cjs/date/utils/navigation.d.ts +2 -0
  171. package/cjs/date/utils/navigation.js +1 -0
  172. package/cjs/date/utils/navigation.js.map +1 -0
  173. package/cjs/date/utils/parse-date.d.ts +3 -0
  174. package/cjs/date/utils/parse-date.js +1 -0
  175. package/cjs/date/utils/parse-date.js.map +1 -0
  176. package/cjs/dropdown/Dropdown.d.ts +70 -0
  177. package/cjs/dropdown/Dropdown.js +1 -0
  178. package/cjs/dropdown/Dropdown.js.map +1 -0
  179. package/cjs/dropdown/Menu/Divider.d.ts +3 -0
  180. package/cjs/dropdown/Menu/Divider.js +1 -0
  181. package/cjs/dropdown/Menu/Divider.js.map +1 -0
  182. package/cjs/dropdown/Menu/GroupedList/GroupedHeading.d.ts +9 -0
  183. package/cjs/dropdown/Menu/GroupedList/GroupedHeading.js +1 -0
  184. package/cjs/dropdown/Menu/GroupedList/GroupedHeading.js.map +1 -0
  185. package/cjs/dropdown/Menu/GroupedList/GroupedItem.d.ts +10 -0
  186. package/cjs/dropdown/Menu/GroupedList/GroupedItem.js +1 -0
  187. package/cjs/dropdown/Menu/GroupedList/GroupedItem.js.map +1 -0
  188. package/cjs/dropdown/Menu/GroupedList/index.d.ts +23 -0
  189. package/cjs/dropdown/Menu/GroupedList/index.js +1 -0
  190. package/cjs/dropdown/Menu/GroupedList/index.js.map +1 -0
  191. package/cjs/dropdown/Menu/List/Item.d.ts +10 -0
  192. package/cjs/dropdown/Menu/List/Item.js +1 -0
  193. package/cjs/dropdown/Menu/List/Item.js.map +1 -0
  194. package/cjs/dropdown/Menu/List/index.d.ts +18 -0
  195. package/cjs/dropdown/Menu/List/index.js +1 -0
  196. package/cjs/dropdown/Menu/List/index.js.map +1 -0
  197. package/cjs/dropdown/Menu/index.d.ts +35 -0
  198. package/cjs/dropdown/Menu/index.js +1 -0
  199. package/cjs/dropdown/Menu/index.js.map +1 -0
  200. package/cjs/dropdown/Toggle.d.ts +9 -0
  201. package/cjs/dropdown/Toggle.js +1 -0
  202. package/cjs/dropdown/Toggle.js.map +1 -0
  203. package/cjs/dropdown/context.d.ts +9 -0
  204. package/cjs/dropdown/context.js +1 -0
  205. package/cjs/dropdown/context.js.map +1 -0
  206. package/cjs/dropdown/index.d.ts +1 -0
  207. package/cjs/dropdown/index.js +1 -0
  208. package/cjs/dropdown/index.js.map +1 -0
  209. package/cjs/expansion-card/ExpansionCard.d.ts +78 -0
  210. package/cjs/expansion-card/ExpansionCard.js +1 -0
  211. package/cjs/expansion-card/ExpansionCard.js.map +1 -0
  212. package/cjs/expansion-card/ExpansionCardContent.d.ts +6 -0
  213. package/cjs/expansion-card/ExpansionCardContent.js +1 -0
  214. package/cjs/expansion-card/ExpansionCardContent.js.map +1 -0
  215. package/cjs/expansion-card/ExpansionCardDescription.d.ts +5 -0
  216. package/cjs/expansion-card/ExpansionCardDescription.js +1 -0
  217. package/cjs/expansion-card/ExpansionCardDescription.js.map +1 -0
  218. package/cjs/expansion-card/ExpansionCardHeader.d.ts +6 -0
  219. package/cjs/expansion-card/ExpansionCardHeader.js +1 -0
  220. package/cjs/expansion-card/ExpansionCardHeader.js.map +1 -0
  221. package/cjs/expansion-card/ExpansionCardTitle.d.ts +11 -0
  222. package/cjs/expansion-card/ExpansionCardTitle.js +1 -0
  223. package/cjs/expansion-card/ExpansionCardTitle.js.map +1 -0
  224. package/cjs/expansion-card/context.d.ts +7 -0
  225. package/cjs/expansion-card/context.js +1 -0
  226. package/cjs/expansion-card/context.js.map +1 -0
  227. package/cjs/expansion-card/index.d.ts +1 -0
  228. package/cjs/expansion-card/index.js +1 -0
  229. package/cjs/expansion-card/index.js.map +1 -0
  230. package/cjs/form/ConfirmationPanel.d.ts +40 -0
  231. package/cjs/form/ConfirmationPanel.js +1 -0
  232. package/cjs/form/ConfirmationPanel.js.map +1 -0
  233. package/cjs/form/Fieldset/Fieldset.d.ts +24 -0
  234. package/cjs/form/Fieldset/Fieldset.js +1 -0
  235. package/cjs/form/Fieldset/Fieldset.js.map +1 -0
  236. package/cjs/form/Fieldset/context.d.ts +24 -0
  237. package/cjs/form/Fieldset/context.js +1 -0
  238. package/cjs/form/Fieldset/context.js.map +1 -0
  239. package/cjs/form/Fieldset/index.d.ts +2 -0
  240. package/cjs/form/Fieldset/index.js +1 -0
  241. package/cjs/form/Fieldset/index.js.map +1 -0
  242. package/cjs/form/Fieldset/useFieldset.d.ts +15 -0
  243. package/cjs/form/Fieldset/useFieldset.js +1 -0
  244. package/cjs/form/Fieldset/useFieldset.js.map +1 -0
  245. package/cjs/form/ReadOnlyIcon.d.ts +5 -0
  246. package/cjs/form/ReadOnlyIcon.js +1 -0
  247. package/cjs/form/ReadOnlyIcon.js.map +1 -0
  248. package/cjs/form/Select.d.ts +42 -0
  249. package/cjs/form/Select.js +1 -0
  250. package/cjs/form/Select.js.map +1 -0
  251. package/cjs/form/Switch.d.ts +38 -0
  252. package/cjs/form/Switch.js +1 -0
  253. package/cjs/form/Switch.js.map +1 -0
  254. package/cjs/form/TextField.d.ts +42 -0
  255. package/cjs/form/TextField.js +1 -0
  256. package/cjs/form/TextField.js.map +1 -0
  257. package/cjs/form/Textarea.d.ts +68 -0
  258. package/cjs/form/Textarea.js +1 -0
  259. package/cjs/form/Textarea.js.map +1 -0
  260. package/cjs/form/TextareaCounter.d.ts +10 -0
  261. package/cjs/form/TextareaCounter.js +1 -0
  262. package/cjs/form/TextareaCounter.js.map +1 -0
  263. package/cjs/form/checkbox/Checkbox.d.ts +4 -0
  264. package/cjs/form/checkbox/Checkbox.js +1 -0
  265. package/cjs/form/checkbox/Checkbox.js.map +1 -0
  266. package/cjs/form/checkbox/CheckboxGroup.d.ts +43 -0
  267. package/cjs/form/checkbox/CheckboxGroup.js +1 -0
  268. package/cjs/form/checkbox/CheckboxGroup.js.map +1 -0
  269. package/cjs/form/checkbox/index.d.ts +3 -0
  270. package/cjs/form/checkbox/index.js +1 -0
  271. package/cjs/form/checkbox/index.js.map +1 -0
  272. package/cjs/form/checkbox/types.d.ts +34 -0
  273. package/cjs/form/checkbox/types.js +1 -0
  274. package/cjs/form/checkbox/types.js.map +1 -0
  275. package/cjs/form/checkbox/useCheckbox.d.ts +24 -0
  276. package/cjs/form/checkbox/useCheckbox.js +1 -0
  277. package/cjs/form/checkbox/useCheckbox.js.map +1 -0
  278. package/cjs/form/combobox/ClearButton.d.ts +7 -0
  279. package/cjs/form/combobox/ClearButton.js +1 -0
  280. package/cjs/form/combobox/ClearButton.js.map +1 -0
  281. package/cjs/form/combobox/Combobox.d.ts +4 -0
  282. package/cjs/form/combobox/Combobox.js +1 -0
  283. package/cjs/form/combobox/Combobox.js.map +1 -0
  284. package/cjs/form/combobox/ComboboxProvider.d.ts +26 -0
  285. package/cjs/form/combobox/ComboboxProvider.js +1 -0
  286. package/cjs/form/combobox/ComboboxProvider.js.map +1 -0
  287. package/cjs/form/combobox/ComboboxWrapper.d.ts +14 -0
  288. package/cjs/form/combobox/ComboboxWrapper.js +1 -0
  289. package/cjs/form/combobox/ComboboxWrapper.js.map +1 -0
  290. package/cjs/form/combobox/FilteredOptions/CheckIcon.d.ts +3 -0
  291. package/cjs/form/combobox/FilteredOptions/CheckIcon.js +1 -0
  292. package/cjs/form/combobox/FilteredOptions/CheckIcon.js.map +1 -0
  293. package/cjs/form/combobox/FilteredOptions/FilteredOptions.d.ts +3 -0
  294. package/cjs/form/combobox/FilteredOptions/FilteredOptions.js +1 -0
  295. package/cjs/form/combobox/FilteredOptions/FilteredOptions.js.map +1 -0
  296. package/cjs/form/combobox/FilteredOptions/filtered-options-util.d.ts +12 -0
  297. package/cjs/form/combobox/FilteredOptions/filtered-options-util.js +1 -0
  298. package/cjs/form/combobox/FilteredOptions/filtered-options-util.js.map +1 -0
  299. package/cjs/form/combobox/FilteredOptions/filteredOptionsContext.d.ts +26 -0
  300. package/cjs/form/combobox/FilteredOptions/filteredOptionsContext.js +1 -0
  301. package/cjs/form/combobox/FilteredOptions/filteredOptionsContext.js.map +1 -0
  302. package/cjs/form/combobox/FilteredOptions/useVirtualFocus.d.ts +15 -0
  303. package/cjs/form/combobox/FilteredOptions/useVirtualFocus.js +1 -0
  304. package/cjs/form/combobox/FilteredOptions/useVirtualFocus.js.map +1 -0
  305. package/cjs/form/combobox/Input/Input.d.ts +8 -0
  306. package/cjs/form/combobox/Input/Input.js +1 -0
  307. package/cjs/form/combobox/Input/Input.js.map +1 -0
  308. package/cjs/form/combobox/Input/inputContext.d.ts +20 -0
  309. package/cjs/form/combobox/Input/inputContext.js +1 -0
  310. package/cjs/form/combobox/Input/inputContext.js.map +1 -0
  311. package/cjs/form/combobox/SelectedOptions/SelectedOptions.d.ts +8 -0
  312. package/cjs/form/combobox/SelectedOptions/SelectedOptions.js +1 -0
  313. package/cjs/form/combobox/SelectedOptions/SelectedOptions.js.map +1 -0
  314. package/cjs/form/combobox/SelectedOptions/selectedOptionsContext.d.ts +17 -0
  315. package/cjs/form/combobox/SelectedOptions/selectedOptionsContext.js +1 -0
  316. package/cjs/form/combobox/SelectedOptions/selectedOptionsContext.js.map +1 -0
  317. package/cjs/form/combobox/ToggleListButton.d.ts +6 -0
  318. package/cjs/form/combobox/ToggleListButton.js +1 -0
  319. package/cjs/form/combobox/ToggleListButton.js.map +1 -0
  320. package/cjs/form/combobox/customOptionsContext.d.ts +15 -0
  321. package/cjs/form/combobox/customOptionsContext.js +1 -0
  322. package/cjs/form/combobox/customOptionsContext.js.map +1 -0
  323. package/cjs/form/combobox/index.d.ts +2 -0
  324. package/cjs/form/combobox/index.js +1 -0
  325. package/cjs/form/combobox/index.js.map +1 -0
  326. package/cjs/form/combobox/types.d.ts +120 -0
  327. package/cjs/form/combobox/types.js +1 -0
  328. package/cjs/form/combobox/types.js.map +1 -0
  329. package/cjs/form/error-summary/ErrorSummary.d.ts +57 -0
  330. package/cjs/form/error-summary/ErrorSummary.js +1 -0
  331. package/cjs/form/error-summary/ErrorSummary.js.map +1 -0
  332. package/cjs/form/error-summary/ErrorSummaryItem.d.ts +15 -0
  333. package/cjs/form/error-summary/ErrorSummaryItem.js +1 -0
  334. package/cjs/form/error-summary/ErrorSummaryItem.js.map +1 -0
  335. package/cjs/form/error-summary/index.d.ts +2 -0
  336. package/cjs/form/error-summary/index.js +1 -0
  337. package/cjs/form/error-summary/index.js.map +1 -0
  338. package/cjs/form/index.d.ts +11 -0
  339. package/cjs/form/index.js +1 -0
  340. package/cjs/form/index.js.map +1 -0
  341. package/cjs/form/radio/Radio.d.ts +4 -0
  342. package/cjs/form/radio/Radio.js +1 -0
  343. package/cjs/form/radio/Radio.js.map +1 -0
  344. package/cjs/form/radio/RadioGroup.d.ts +48 -0
  345. package/cjs/form/radio/RadioGroup.js +1 -0
  346. package/cjs/form/radio/RadioGroup.js.map +1 -0
  347. package/cjs/form/radio/index.d.ts +3 -0
  348. package/cjs/form/radio/index.js +1 -0
  349. package/cjs/form/radio/index.js.map +1 -0
  350. package/cjs/form/radio/types.d.ts +16 -0
  351. package/cjs/form/radio/types.js +1 -0
  352. package/cjs/form/radio/types.js.map +1 -0
  353. package/cjs/form/radio/useRadio.d.ts +25 -0
  354. package/cjs/form/radio/useRadio.js +1 -0
  355. package/cjs/form/radio/useRadio.js.map +1 -0
  356. package/cjs/form/search/Search.d.ts +72 -0
  357. package/cjs/form/search/Search.js +1 -0
  358. package/cjs/form/search/Search.js.map +1 -0
  359. package/cjs/form/search/SearchButton.d.ts +11 -0
  360. package/cjs/form/search/SearchButton.js +1 -0
  361. package/cjs/form/search/SearchButton.js.map +1 -0
  362. package/cjs/form/search/context.d.ts +8 -0
  363. package/cjs/form/search/context.js +1 -0
  364. package/cjs/form/search/context.js.map +1 -0
  365. package/cjs/form/search/index.d.ts +1 -0
  366. package/cjs/form/search/index.js +1 -0
  367. package/cjs/form/search/index.js.map +1 -0
  368. package/cjs/form/useFormField.d.ts +50 -0
  369. package/cjs/form/useFormField.js +1 -0
  370. package/cjs/form/useFormField.js.map +1 -0
  371. package/cjs/grid/Cell.d.ts +30 -0
  372. package/cjs/grid/Cell.js +1 -0
  373. package/cjs/grid/Cell.js.map +1 -0
  374. package/cjs/grid/Grid.d.ts +13 -0
  375. package/cjs/grid/Grid.js +1 -0
  376. package/cjs/grid/Grid.js.map +1 -0
  377. package/cjs/grid/index.d.ts +2 -0
  378. package/cjs/grid/index.js +1 -0
  379. package/cjs/grid/index.js.map +1 -0
  380. package/cjs/guide-panel/GuidePanel.d.ts +33 -0
  381. package/cjs/guide-panel/GuidePanel.js +1 -0
  382. package/cjs/guide-panel/GuidePanel.js.map +1 -0
  383. package/cjs/guide-panel/Illustration.d.ts +8 -0
  384. package/cjs/guide-panel/Illustration.js +1 -0
  385. package/cjs/guide-panel/Illustration.js.map +1 -0
  386. package/cjs/guide-panel/index.d.ts +2 -0
  387. package/cjs/guide-panel/index.js +1 -0
  388. package/cjs/guide-panel/index.js.map +1 -0
  389. package/cjs/help-text/HelpText.d.ts +29 -0
  390. package/cjs/help-text/HelpText.js +1 -0
  391. package/cjs/help-text/HelpText.js.map +1 -0
  392. package/cjs/help-text/HelpTextIcon.d.ts +5 -0
  393. package/cjs/help-text/HelpTextIcon.js +1 -0
  394. package/cjs/help-text/HelpTextIcon.js.map +1 -0
  395. package/cjs/help-text/index.d.ts +2 -0
  396. package/cjs/help-text/index.js +1 -0
  397. package/cjs/help-text/index.js.map +1 -0
  398. package/cjs/index.d.ts +41 -0
  399. package/cjs/index.js +2 -0
  400. package/cjs/index.js.map +1 -0
  401. package/cjs/internal-header/InternalHeader.d.ts +60 -0
  402. package/cjs/internal-header/InternalHeader.js +1 -0
  403. package/cjs/internal-header/InternalHeader.js.map +1 -0
  404. package/cjs/internal-header/InternalHeaderButton.d.ts +10 -0
  405. package/cjs/internal-header/InternalHeaderButton.js +1 -0
  406. package/cjs/internal-header/InternalHeaderButton.js.map +1 -0
  407. package/cjs/internal-header/InternalHeaderTitle.d.ts +10 -0
  408. package/cjs/internal-header/InternalHeaderTitle.js +1 -0
  409. package/cjs/internal-header/InternalHeaderTitle.js.map +1 -0
  410. package/cjs/internal-header/InternalHeaderUser.d.ts +13 -0
  411. package/cjs/internal-header/InternalHeaderUser.js +1 -0
  412. package/cjs/internal-header/InternalHeaderUser.js.map +1 -0
  413. package/cjs/internal-header/InternalHeaderUserButton.d.ts +14 -0
  414. package/cjs/internal-header/InternalHeaderUserButton.js +1 -0
  415. package/cjs/internal-header/InternalHeaderUserButton.js.map +1 -0
  416. package/cjs/internal-header/index.d.ts +5 -0
  417. package/cjs/internal-header/index.js +1 -0
  418. package/cjs/internal-header/index.js.map +1 -0
  419. package/cjs/layout/bleed/Bleed.d.ts +47 -0
  420. package/cjs/layout/bleed/Bleed.js +1 -0
  421. package/cjs/layout/bleed/Bleed.js.map +1 -0
  422. package/cjs/layout/bleed/index.d.ts +1 -0
  423. package/cjs/layout/bleed/index.js +1 -0
  424. package/cjs/layout/bleed/index.js.map +1 -0
  425. package/cjs/layout/box/Box.d.ts +76 -0
  426. package/cjs/layout/box/Box.js +1 -0
  427. package/cjs/layout/box/Box.js.map +1 -0
  428. package/cjs/layout/box/index.d.ts +1 -0
  429. package/cjs/layout/box/index.js +1 -0
  430. package/cjs/layout/box/index.js.map +1 -0
  431. package/cjs/layout/content-container/ContentContainer.d.ts +9 -0
  432. package/cjs/layout/content-container/ContentContainer.js +1 -0
  433. package/cjs/layout/content-container/ContentContainer.js.map +1 -0
  434. package/cjs/layout/content-container/index.d.ts +1 -0
  435. package/cjs/layout/content-container/index.js +1 -0
  436. package/cjs/layout/content-container/index.js.map +1 -0
  437. package/cjs/layout/grid/HGrid.d.ts +53 -0
  438. package/cjs/layout/grid/HGrid.js +1 -0
  439. package/cjs/layout/grid/HGrid.js.map +1 -0
  440. package/cjs/layout/grid/index.d.ts +1 -0
  441. package/cjs/layout/grid/index.js +1 -0
  442. package/cjs/layout/grid/index.js.map +1 -0
  443. package/cjs/layout/page/Page.d.ts +63 -0
  444. package/cjs/layout/page/Page.js +1 -0
  445. package/cjs/layout/page/Page.js.map +1 -0
  446. package/cjs/layout/page/index.d.ts +2 -0
  447. package/cjs/layout/page/index.js +1 -0
  448. package/cjs/layout/page/index.js.map +1 -0
  449. package/cjs/layout/page/parts/PageBlock.d.ts +54 -0
  450. package/cjs/layout/page/parts/PageBlock.js +1 -0
  451. package/cjs/layout/page/parts/PageBlock.js.map +1 -0
  452. package/cjs/layout/responsive/Responsive.d.ts +68 -0
  453. package/cjs/layout/responsive/Responsive.js +1 -0
  454. package/cjs/layout/responsive/Responsive.js.map +1 -0
  455. package/cjs/layout/responsive/index.d.ts +1 -0
  456. package/cjs/layout/responsive/index.js +1 -0
  457. package/cjs/layout/responsive/index.js.map +1 -0
  458. package/cjs/layout/sidemal-test/AvatarPanel.d.ts +4 -0
  459. package/cjs/layout/sidemal-test/AvatarPanel.js +1 -0
  460. package/cjs/layout/sidemal-test/AvatarPanel.js.map +1 -0
  461. package/cjs/layout/sidemal-test/Content.d.ts +2 -0
  462. package/cjs/layout/sidemal-test/Content.js +1 -0
  463. package/cjs/layout/sidemal-test/Content.js.map +1 -0
  464. package/cjs/layout/sidemal-test/Filter.d.ts +2 -0
  465. package/cjs/layout/sidemal-test/Filter.js +1 -0
  466. package/cjs/layout/sidemal-test/Filter.js.map +1 -0
  467. package/cjs/layout/sidemal-test/Header.d.ts +2 -0
  468. package/cjs/layout/sidemal-test/Header.js +1 -0
  469. package/cjs/layout/sidemal-test/Header.js.map +1 -0
  470. package/cjs/layout/sidemal-test/Intro.d.ts +2 -0
  471. package/cjs/layout/sidemal-test/Intro.js +1 -0
  472. package/cjs/layout/sidemal-test/Intro.js.map +1 -0
  473. package/cjs/layout/sidemal-test/Sidebar.d.ts +4 -0
  474. package/cjs/layout/sidemal-test/Sidebar.js +1 -0
  475. package/cjs/layout/sidemal-test/Sidebar.js.map +1 -0
  476. package/cjs/layout/sidemal-test/content-box/ContentBox.d.ts +8 -0
  477. package/cjs/layout/sidemal-test/content-box/ContentBox.js +1 -0
  478. package/cjs/layout/sidemal-test/content-box/ContentBox.js.map +1 -0
  479. package/cjs/layout/sidemal-test/content-box/index.d.ts +1 -0
  480. package/cjs/layout/sidemal-test/content-box/index.js +1 -0
  481. package/cjs/layout/sidemal-test/content-box/index.js.map +1 -0
  482. package/cjs/layout/stack/HStack.d.ts +24 -0
  483. package/cjs/layout/stack/HStack.js +1 -0
  484. package/cjs/layout/stack/HStack.js.map +1 -0
  485. package/cjs/layout/stack/Spacer.d.ts +14 -0
  486. package/cjs/layout/stack/Spacer.js +1 -0
  487. package/cjs/layout/stack/Spacer.js.map +1 -0
  488. package/cjs/layout/stack/Stack.d.ts +30 -0
  489. package/cjs/layout/stack/Stack.js +1 -0
  490. package/cjs/layout/stack/Stack.js.map +1 -0
  491. package/cjs/layout/stack/VStack.d.ts +24 -0
  492. package/cjs/layout/stack/VStack.js +1 -0
  493. package/cjs/layout/stack/VStack.js.map +1 -0
  494. package/cjs/layout/stack/index.d.ts +4 -0
  495. package/cjs/layout/stack/index.js +1 -0
  496. package/cjs/layout/stack/index.js.map +1 -0
  497. package/cjs/layout/utilities/css.d.ts +7 -0
  498. package/cjs/layout/utilities/css.js +1 -0
  499. package/cjs/layout/utilities/css.js.map +1 -0
  500. package/cjs/layout/utilities/types.d.ts +18 -0
  501. package/cjs/layout/utilities/types.js +1 -0
  502. package/cjs/layout/utilities/types.js.map +1 -0
  503. package/cjs/link/Link.d.ts +49 -0
  504. package/cjs/link/Link.js +1 -0
  505. package/cjs/link/Link.js.map +1 -0
  506. package/cjs/link/index.d.ts +2 -0
  507. package/cjs/link/index.js +1 -0
  508. package/cjs/link/index.js.map +1 -0
  509. package/cjs/link-panel/LinkPanel.d.ts +46 -0
  510. package/cjs/link-panel/LinkPanel.js +1 -0
  511. package/cjs/link-panel/LinkPanel.js.map +1 -0
  512. package/cjs/link-panel/LinkPanelDescription.d.ts +5 -0
  513. package/cjs/link-panel/LinkPanelDescription.js +1 -0
  514. package/cjs/link-panel/LinkPanelDescription.js.map +1 -0
  515. package/cjs/link-panel/LinkPanelTitle.d.ts +6 -0
  516. package/cjs/link-panel/LinkPanelTitle.js +1 -0
  517. package/cjs/link-panel/LinkPanelTitle.js.map +1 -0
  518. package/cjs/link-panel/index.d.ts +2 -0
  519. package/cjs/link-panel/index.js +1 -0
  520. package/cjs/link-panel/index.js.map +1 -0
  521. package/cjs/list/List.d.ts +11 -0
  522. package/cjs/list/List.js +1 -0
  523. package/cjs/list/List.js.map +1 -0
  524. package/cjs/list/ListItem.d.ts +14 -0
  525. package/cjs/list/ListItem.js +1 -0
  526. package/cjs/list/ListItem.js.map +1 -0
  527. package/cjs/list/context.d.ts +9 -0
  528. package/cjs/list/context.js +1 -0
  529. package/cjs/list/context.js.map +1 -0
  530. package/cjs/list/index.d.ts +2 -0
  531. package/cjs/list/index.js +1 -0
  532. package/cjs/list/index.js.map +1 -0
  533. package/cjs/list/types.d.ts +27 -0
  534. package/cjs/list/types.js +1 -0
  535. package/cjs/list/types.js.map +1 -0
  536. package/cjs/loader/Loader.d.ts +44 -0
  537. package/cjs/loader/Loader.js +1 -0
  538. package/cjs/loader/Loader.js.map +1 -0
  539. package/cjs/loader/index.d.ts +2 -0
  540. package/cjs/loader/index.js +1 -0
  541. package/cjs/loader/index.js.map +1 -0
  542. package/cjs/modal/Modal.d.ts +58 -0
  543. package/cjs/modal/Modal.js +1 -0
  544. package/cjs/modal/Modal.js.map +1 -0
  545. package/cjs/modal/ModalBody.d.ts +6 -0
  546. package/cjs/modal/ModalBody.js +1 -0
  547. package/cjs/modal/ModalBody.js.map +1 -0
  548. package/cjs/modal/ModalContext.d.ts +7 -0
  549. package/cjs/modal/ModalContext.js +1 -0
  550. package/cjs/modal/ModalContext.js.map +1 -0
  551. package/cjs/modal/ModalFooter.d.ts +6 -0
  552. package/cjs/modal/ModalFooter.js +1 -0
  553. package/cjs/modal/ModalFooter.js.map +1 -0
  554. package/cjs/modal/ModalHeader.d.ts +11 -0
  555. package/cjs/modal/ModalHeader.js +1 -0
  556. package/cjs/modal/ModalHeader.js.map +1 -0
  557. package/cjs/modal/ModalUtils.d.ts +5 -0
  558. package/cjs/modal/ModalUtils.js +1 -0
  559. package/cjs/modal/ModalUtils.js.map +1 -0
  560. package/cjs/modal/dialog-polyfill.d.ts +6 -0
  561. package/cjs/modal/dialog-polyfill.js +1 -0
  562. package/cjs/modal/dialog-polyfill.js.map +1 -0
  563. package/cjs/modal/index.d.ts +5 -0
  564. package/cjs/modal/index.js +1 -0
  565. package/cjs/modal/index.js.map +1 -0
  566. package/cjs/modal/types.d.ts +74 -0
  567. package/cjs/modal/types.js +1 -0
  568. package/cjs/modal/types.js.map +1 -0
  569. package/cjs/pagination/Pagination.d.ts +70 -0
  570. package/cjs/pagination/Pagination.js +1 -0
  571. package/cjs/pagination/Pagination.js.map +1 -0
  572. package/cjs/pagination/PaginationItem.d.ts +23 -0
  573. package/cjs/pagination/PaginationItem.js +1 -0
  574. package/cjs/pagination/PaginationItem.js.map +1 -0
  575. package/cjs/pagination/index.d.ts +1 -0
  576. package/cjs/pagination/index.js +1 -0
  577. package/cjs/pagination/index.js.map +1 -0
  578. package/cjs/panel/Panel.d.ts +35 -0
  579. package/cjs/panel/Panel.js +1 -0
  580. package/cjs/panel/Panel.js.map +1 -0
  581. package/cjs/panel/index.d.ts +2 -0
  582. package/cjs/panel/index.js +1 -0
  583. package/cjs/panel/index.js.map +1 -0
  584. package/cjs/popover/Popover.d.ts +72 -0
  585. package/cjs/popover/Popover.js +1 -0
  586. package/cjs/popover/Popover.js.map +1 -0
  587. package/cjs/popover/PopoverContent.d.ts +7 -0
  588. package/cjs/popover/PopoverContent.js +1 -0
  589. package/cjs/popover/PopoverContent.js.map +1 -0
  590. package/cjs/popover/index.d.ts +2 -0
  591. package/cjs/popover/index.js +1 -0
  592. package/cjs/popover/index.js.map +1 -0
  593. package/cjs/provider/Provider.d.ts +28 -0
  594. package/cjs/provider/Provider.js +1 -0
  595. package/cjs/provider/Provider.js.map +1 -0
  596. package/cjs/provider/index.d.ts +1 -0
  597. package/cjs/provider/index.js +1 -0
  598. package/cjs/provider/index.js.map +1 -0
  599. package/cjs/read-more/ReadMore.d.ts +49 -0
  600. package/cjs/read-more/ReadMore.js +1 -0
  601. package/cjs/read-more/ReadMore.js.map +1 -0
  602. package/cjs/read-more/index.d.ts +2 -0
  603. package/cjs/read-more/index.js +1 -0
  604. package/cjs/read-more/index.js.map +1 -0
  605. package/cjs/skeleton/Skeleton.d.ts +32 -0
  606. package/cjs/skeleton/Skeleton.js +1 -0
  607. package/cjs/skeleton/Skeleton.js.map +1 -0
  608. package/cjs/skeleton/index.d.ts +2 -0
  609. package/cjs/skeleton/index.js +1 -0
  610. package/cjs/skeleton/index.js.map +1 -0
  611. package/cjs/stepper/Step.d.ts +25 -0
  612. package/cjs/stepper/Step.js +1 -0
  613. package/cjs/stepper/Step.js.map +1 -0
  614. package/cjs/stepper/Stepper.d.ts +61 -0
  615. package/cjs/stepper/Stepper.js +1 -0
  616. package/cjs/stepper/Stepper.js.map +1 -0
  617. package/cjs/stepper/context.d.ts +10 -0
  618. package/cjs/stepper/context.js +1 -0
  619. package/cjs/stepper/context.js.map +1 -0
  620. package/cjs/stepper/index.d.ts +1 -0
  621. package/cjs/stepper/index.js +1 -0
  622. package/cjs/stepper/index.js.map +1 -0
  623. package/cjs/table/AnimateHeight.d.ts +16 -0
  624. package/cjs/table/AnimateHeight.js +1 -0
  625. package/cjs/table/AnimateHeight.js.map +1 -0
  626. package/cjs/table/Body.d.ts +7 -0
  627. package/cjs/table/Body.js +1 -0
  628. package/cjs/table/Body.js.map +1 -0
  629. package/cjs/table/ColumnHeader.d.ts +17 -0
  630. package/cjs/table/ColumnHeader.js +1 -0
  631. package/cjs/table/ColumnHeader.js.map +1 -0
  632. package/cjs/table/DataCell.d.ts +16 -0
  633. package/cjs/table/DataCell.js +1 -0
  634. package/cjs/table/DataCell.js.map +1 -0
  635. package/cjs/table/ExpandableRow.d.ts +46 -0
  636. package/cjs/table/ExpandableRow.js +1 -0
  637. package/cjs/table/ExpandableRow.js.map +1 -0
  638. package/cjs/table/Header.d.ts +7 -0
  639. package/cjs/table/Header.js +1 -0
  640. package/cjs/table/Header.js.map +1 -0
  641. package/cjs/table/HeaderCell.d.ts +17 -0
  642. package/cjs/table/HeaderCell.js +1 -0
  643. package/cjs/table/HeaderCell.js.map +1 -0
  644. package/cjs/table/Row.d.ts +17 -0
  645. package/cjs/table/Row.js +1 -0
  646. package/cjs/table/Row.js.map +1 -0
  647. package/cjs/table/Table.d.ts +72 -0
  648. package/cjs/table/Table.js +1 -0
  649. package/cjs/table/Table.js.map +1 -0
  650. package/cjs/table/context.d.ts +7 -0
  651. package/cjs/table/context.js +1 -0
  652. package/cjs/table/context.js.map +1 -0
  653. package/cjs/table/index.d.ts +9 -0
  654. package/cjs/table/index.js +1 -0
  655. package/cjs/table/index.js.map +1 -0
  656. package/cjs/table/types.d.ts +4 -0
  657. package/cjs/table/types.js +1 -0
  658. package/cjs/table/types.js.map +1 -0
  659. package/cjs/tabs/Tab.d.ts +18 -0
  660. package/cjs/tabs/Tab.js +1 -0
  661. package/cjs/tabs/Tab.js.map +1 -0
  662. package/cjs/tabs/TabList.d.ts +9 -0
  663. package/cjs/tabs/TabList.js +1 -0
  664. package/cjs/tabs/TabList.js.map +1 -0
  665. package/cjs/tabs/TabPanel.d.ts +13 -0
  666. package/cjs/tabs/TabPanel.js +1 -0
  667. package/cjs/tabs/TabPanel.js.map +1 -0
  668. package/cjs/tabs/Tabs.d.ts +83 -0
  669. package/cjs/tabs/Tabs.js +1 -0
  670. package/cjs/tabs/Tabs.js.map +1 -0
  671. package/cjs/tabs/context.d.ts +8 -0
  672. package/cjs/tabs/context.js +1 -0
  673. package/cjs/tabs/context.js.map +1 -0
  674. package/cjs/tabs/index.d.ts +4 -0
  675. package/cjs/tabs/index.js +1 -0
  676. package/cjs/tabs/index.js.map +1 -0
  677. package/cjs/tag/Tag.d.ts +29 -0
  678. package/cjs/tag/Tag.js +1 -0
  679. package/cjs/tag/Tag.js.map +1 -0
  680. package/cjs/tag/index.d.ts +1 -0
  681. package/cjs/tag/index.js +1 -0
  682. package/cjs/tag/index.js.map +1 -0
  683. package/cjs/timeline/AxisLabels.d.ts +8 -0
  684. package/cjs/timeline/AxisLabels.js +1 -0
  685. package/cjs/timeline/AxisLabels.js.map +1 -0
  686. package/cjs/timeline/Pin.d.ts +17 -0
  687. package/cjs/timeline/Pin.js +1 -0
  688. package/cjs/timeline/Pin.js.map +1 -0
  689. package/cjs/timeline/Timeline.d.ts +69 -0
  690. package/cjs/timeline/Timeline.js +1 -0
  691. package/cjs/timeline/Timeline.js.map +1 -0
  692. package/cjs/timeline/TimelineRow.d.ts +22 -0
  693. package/cjs/timeline/TimelineRow.js +1 -0
  694. package/cjs/timeline/TimelineRow.js.map +1 -0
  695. package/cjs/timeline/hooks/usePeriodContext.d.ts +9 -0
  696. package/cjs/timeline/hooks/usePeriodContext.js +1 -0
  697. package/cjs/timeline/hooks/usePeriodContext.js.map +1 -0
  698. package/cjs/timeline/hooks/useRowContext.d.ts +11 -0
  699. package/cjs/timeline/hooks/useRowContext.js +1 -0
  700. package/cjs/timeline/hooks/useRowContext.js.map +1 -0
  701. package/cjs/timeline/hooks/useTimelineContext.d.ts +15 -0
  702. package/cjs/timeline/hooks/useTimelineContext.js +1 -0
  703. package/cjs/timeline/hooks/useTimelineContext.js.map +1 -0
  704. package/cjs/timeline/hooks/useTimelineRows.d.ts +4 -0
  705. package/cjs/timeline/hooks/useTimelineRows.js +1 -0
  706. package/cjs/timeline/hooks/useTimelineRows.js.map +1 -0
  707. package/cjs/timeline/index.d.ts +6 -0
  708. package/cjs/timeline/index.js +1 -0
  709. package/cjs/timeline/index.js.map +1 -0
  710. package/cjs/timeline/period/ClickablePeriod.d.ts +9 -0
  711. package/cjs/timeline/period/ClickablePeriod.js +1 -0
  712. package/cjs/timeline/period/ClickablePeriod.js.map +1 -0
  713. package/cjs/timeline/period/NonClickablePeriod.d.ts +7 -0
  714. package/cjs/timeline/period/NonClickablePeriod.js +1 -0
  715. package/cjs/timeline/period/NonClickablePeriod.js.map +1 -0
  716. package/cjs/timeline/period/index.d.ts +44 -0
  717. package/cjs/timeline/period/index.js +1 -0
  718. package/cjs/timeline/period/index.js.map +1 -0
  719. package/cjs/timeline/period/types.d.ts +14 -0
  720. package/cjs/timeline/period/types.js +1 -0
  721. package/cjs/timeline/period/types.js.map +1 -0
  722. package/cjs/timeline/utils/calc.d.ts +5 -0
  723. package/cjs/timeline/utils/calc.js +1 -0
  724. package/cjs/timeline/utils/calc.js.map +1 -0
  725. package/cjs/timeline/utils/filter.d.ts +10 -0
  726. package/cjs/timeline/utils/filter.js +1 -0
  727. package/cjs/timeline/utils/filter.js.map +1 -0
  728. package/cjs/timeline/utils/index.d.ts +1 -0
  729. package/cjs/timeline/utils/index.js +1 -0
  730. package/cjs/timeline/utils/index.js.map +1 -0
  731. package/cjs/timeline/utils/period.d.ts +2 -0
  732. package/cjs/timeline/utils/period.js +1 -0
  733. package/cjs/timeline/utils/period.js.map +1 -0
  734. package/cjs/timeline/utils/sort.d.ts +4 -0
  735. package/cjs/timeline/utils/sort.js +1 -0
  736. package/cjs/timeline/utils/sort.js.map +1 -0
  737. package/cjs/timeline/utils/timeline.d.ts +12 -0
  738. package/cjs/timeline/utils/timeline.js +1 -0
  739. package/cjs/timeline/utils/timeline.js.map +1 -0
  740. package/cjs/timeline/utils/types.external.d.ts +58 -0
  741. package/cjs/timeline/utils/types.external.js +1 -0
  742. package/cjs/timeline/utils/types.external.js.map +1 -0
  743. package/cjs/timeline/utils/types.internal.d.ts +61 -0
  744. package/cjs/timeline/utils/types.internal.js +1 -0
  745. package/cjs/timeline/utils/types.internal.js.map +1 -0
  746. package/cjs/timeline/zoom/ZoomButton.d.ts +19 -0
  747. package/cjs/timeline/zoom/ZoomButton.js +1 -0
  748. package/cjs/timeline/zoom/ZoomButton.js.map +1 -0
  749. package/cjs/timeline/zoom/index.d.ts +11 -0
  750. package/cjs/timeline/zoom/index.js +1 -0
  751. package/cjs/timeline/zoom/index.js.map +1 -0
  752. package/cjs/toggle-group/ToggleGroup.d.ts +57 -0
  753. package/cjs/toggle-group/ToggleGroup.js +1 -0
  754. package/cjs/toggle-group/ToggleGroup.js.map +1 -0
  755. package/cjs/toggle-group/ToggleItem.d.ts +13 -0
  756. package/cjs/toggle-group/ToggleItem.js +1 -0
  757. package/cjs/toggle-group/ToggleItem.js.map +1 -0
  758. package/cjs/toggle-group/context.d.ts +6 -0
  759. package/cjs/toggle-group/context.js +1 -0
  760. package/cjs/toggle-group/context.js.map +1 -0
  761. package/cjs/toggle-group/index.d.ts +2 -0
  762. package/cjs/toggle-group/index.js +1 -0
  763. package/cjs/toggle-group/index.js.map +1 -0
  764. package/cjs/tooltip/Tooltip.d.ts +70 -0
  765. package/cjs/tooltip/Tooltip.js +1 -0
  766. package/cjs/tooltip/Tooltip.js.map +1 -0
  767. package/cjs/tooltip/index.d.ts +1 -0
  768. package/cjs/tooltip/index.js +1 -0
  769. package/cjs/tooltip/index.js.map +1 -0
  770. package/cjs/typography/BodyLong.d.ts +32 -0
  771. package/cjs/typography/BodyLong.js +1 -0
  772. package/cjs/typography/BodyLong.js.map +1 -0
  773. package/cjs/typography/BodyShort.d.ts +30 -0
  774. package/cjs/typography/BodyShort.js +1 -0
  775. package/cjs/typography/BodyShort.js.map +1 -0
  776. package/cjs/typography/Detail.d.ts +33 -0
  777. package/cjs/typography/Detail.js +1 -0
  778. package/cjs/typography/Detail.js.map +1 -0
  779. package/cjs/typography/ErrorMessage.d.ts +30 -0
  780. package/cjs/typography/ErrorMessage.js +1 -0
  781. package/cjs/typography/ErrorMessage.js.map +1 -0
  782. package/cjs/typography/Heading.d.ts +34 -0
  783. package/cjs/typography/Heading.js +1 -0
  784. package/cjs/typography/Heading.js.map +1 -0
  785. package/cjs/typography/Ingress.d.ts +30 -0
  786. package/cjs/typography/Ingress.js +1 -0
  787. package/cjs/typography/Ingress.js.map +1 -0
  788. package/cjs/typography/Label.d.ts +30 -0
  789. package/cjs/typography/Label.js +1 -0
  790. package/cjs/typography/Label.js.map +1 -0
  791. package/cjs/typography/index.d.ts +7 -0
  792. package/cjs/typography/index.js +1 -0
  793. package/cjs/typography/index.js.map +1 -0
  794. package/cjs/typography/types.d.ts +26 -0
  795. package/cjs/typography/types.js +1 -0
  796. package/cjs/typography/types.js.map +1 -0
  797. package/cjs/typography/util.d.ts +4 -0
  798. package/cjs/typography/util.js +1 -0
  799. package/cjs/typography/util.js.map +1 -0
  800. package/cjs/util/Slot.d.ts +6 -0
  801. package/cjs/util/Slot.js +1 -0
  802. package/cjs/util/Slot.js.map +1 -0
  803. package/cjs/util/TextareaAutoSize.d.ts +18 -0
  804. package/cjs/util/TextareaAutoSize.js +1 -0
  805. package/cjs/util/TextareaAutoSize.js.map +1 -0
  806. package/cjs/util/composeEventHandlers.d.ts +8 -0
  807. package/cjs/util/composeEventHandlers.js +1 -0
  808. package/cjs/util/composeEventHandlers.js.map +1 -0
  809. package/cjs/util/copy.d.ts +1 -0
  810. package/cjs/util/copy.js +1 -0
  811. package/cjs/util/copy.js.map +1 -0
  812. package/cjs/util/create-context.d.ts +23 -0
  813. package/cjs/util/create-context.js +1 -0
  814. package/cjs/util/create-context.js.map +1 -0
  815. package/cjs/util/debounce.d.ts +4 -0
  816. package/cjs/util/debounce.js +1 -0
  817. package/cjs/util/debounce.js.map +1 -0
  818. package/cjs/util/hooks/descendants/descendant.d.ts +47 -0
  819. package/cjs/util/hooks/descendants/descendant.js +118 -0
  820. package/cjs/util/hooks/descendants/descendant.js.map +1 -0
  821. package/cjs/util/hooks/descendants/useDescendant.d.ts +14 -0
  822. package/cjs/util/hooks/descendants/useDescendant.js +109 -0
  823. package/cjs/util/hooks/descendants/useDescendant.js.map +1 -0
  824. package/cjs/util/hooks/descendants/utils.d.ts +12 -0
  825. package/cjs/util/hooks/descendants/utils.js +54 -0
  826. package/cjs/util/hooks/descendants/utils.js.map +1 -0
  827. package/cjs/util/hooks/index.d.ts +8 -0
  828. package/cjs/util/hooks/index.js +1 -0
  829. package/cjs/util/hooks/index.js.map +1 -0
  830. package/cjs/util/hooks/useCallbackRef.d.ts +7 -0
  831. package/cjs/util/hooks/useCallbackRef.js +1 -0
  832. package/cjs/util/hooks/useCallbackRef.js.map +1 -0
  833. package/cjs/util/hooks/useClientLayoutEffect.d.ts +2 -0
  834. package/cjs/util/hooks/useClientLayoutEffect.js +1 -0
  835. package/cjs/util/hooks/useClientLayoutEffect.js.map +1 -0
  836. package/cjs/util/hooks/useControllableState.d.ts +9 -0
  837. package/cjs/util/hooks/useControllableState.js +1 -0
  838. package/cjs/util/hooks/useControllableState.js.map +1 -0
  839. package/cjs/util/hooks/useEventListener.d.ts +5 -0
  840. package/cjs/util/hooks/useEventListener.js +1 -0
  841. package/cjs/util/hooks/useEventListener.js.map +1 -0
  842. package/cjs/util/hooks/useId.d.ts +7 -0
  843. package/cjs/util/hooks/useId.js +1 -0
  844. package/cjs/util/hooks/useId.js.map +1 -0
  845. package/cjs/util/hooks/useMedia.d.ts +8 -0
  846. package/cjs/util/hooks/useMedia.js +1 -0
  847. package/cjs/util/hooks/useMedia.js.map +1 -0
  848. package/cjs/util/hooks/useMergeRefs.d.ts +15 -0
  849. package/cjs/util/hooks/useMergeRefs.js +1 -0
  850. package/cjs/util/hooks/useMergeRefs.js.map +1 -0
  851. package/cjs/util/hooks/usePrevious.d.ts +1 -0
  852. package/cjs/util/hooks/usePrevious.js +1 -0
  853. package/cjs/util/hooks/usePrevious.js.map +1 -0
  854. package/cjs/util/index.d.ts +6 -0
  855. package/cjs/util/index.js +1 -0
  856. package/cjs/util/index.js.map +1 -0
  857. package/cjs/util/omit.d.ts +1 -0
  858. package/cjs/util/omit.js +1 -0
  859. package/cjs/util/omit.js.map +1 -0
  860. package/cjs/util/types/OverridableComponent.d.ts +24 -0
  861. package/cjs/util/types/OverridableComponent.js +1 -0
  862. package/cjs/util/types/OverridableComponent.js.map +1 -0
  863. package/cjs/util/types/index.d.ts +1 -0
  864. package/cjs/util/types/index.js +1 -0
  865. package/cjs/util/types/index.js.map +1 -0
  866. package/esm/index.js +1 -0
  867. package/esm/package.json +1 -0
  868. package/esm/util/hooks/descendants/descendant.d.ts +47 -0
  869. package/esm/util/hooks/descendants/descendant.js +114 -0
  870. package/esm/util/hooks/descendants/descendant.js.map +1 -0
  871. package/esm/util/hooks/descendants/useDescendant.d.ts +14 -0
  872. package/esm/util/hooks/descendants/useDescendant.js +82 -0
  873. package/esm/util/hooks/descendants/useDescendant.js.map +1 -0
  874. package/esm/util/hooks/descendants/utils.d.ts +12 -0
  875. package/esm/util/hooks/descendants/utils.js +46 -0
  876. package/esm/util/hooks/descendants/utils.js.map +1 -0
  877. package/package.json +14 -6
  878. package/src/util/hooks/descendants/descendant.stories.tsx +147 -0
  879. package/src/util/hooks/descendants/descendant.ts +161 -0
  880. package/src/util/hooks/descendants/useDescendant.tsx +111 -0
  881. package/src/util/hooks/descendants/utils.ts +56 -0
  882. package/cjs/accordion/package.json +0 -6
  883. package/cjs/alert/package.json +0 -6
  884. package/cjs/button/package.json +0 -6
  885. package/cjs/chat/package.json +0 -6
  886. package/cjs/chips/package.json +0 -6
  887. package/cjs/copybutton/package.json +0 -6
  888. package/cjs/date/context/package.json +0 -6
  889. package/cjs/date/hooks/package.json +0 -6
  890. package/cjs/date/package.json +0 -6
  891. package/cjs/date/utils/package.json +0 -6
  892. package/cjs/dropdown/Menu/GroupedList/package.json +0 -6
  893. package/cjs/dropdown/Menu/List/package.json +0 -6
  894. package/cjs/dropdown/Menu/package.json +0 -6
  895. package/cjs/dropdown/package.json +0 -6
  896. package/cjs/expansion-card/package.json +0 -6
  897. package/cjs/form/Fieldset/package.json +0 -6
  898. package/cjs/form/checkbox/package.json +0 -6
  899. package/cjs/form/combobox/package.json +0 -6
  900. package/cjs/form/error-summary/package.json +0 -6
  901. package/cjs/form/package.json +0 -6
  902. package/cjs/form/radio/package.json +0 -6
  903. package/cjs/form/search/package.json +0 -6
  904. package/cjs/grid/package.json +0 -6
  905. package/cjs/guide-panel/package.json +0 -6
  906. package/cjs/help-text/package.json +0 -6
  907. package/cjs/internal-header/package.json +0 -6
  908. package/cjs/layout/bleed/package.json +0 -6
  909. package/cjs/layout/box/package.json +0 -6
  910. package/cjs/layout/content-container/package.json +0 -6
  911. package/cjs/layout/grid/package.json +0 -6
  912. package/cjs/layout/page/package.json +0 -6
  913. package/cjs/layout/responsive/package.json +0 -6
  914. package/cjs/layout/sidemal-test/content-box/package.json +0 -6
  915. package/cjs/layout/stack/package.json +0 -6
  916. package/cjs/link/package.json +0 -6
  917. package/cjs/link-panel/package.json +0 -6
  918. package/cjs/list/package.json +0 -6
  919. package/cjs/loader/package.json +0 -6
  920. package/cjs/modal/package.json +0 -6
  921. package/cjs/package.json +0 -6
  922. package/cjs/pagination/package.json +0 -6
  923. package/cjs/panel/package.json +0 -6
  924. package/cjs/popover/package.json +0 -6
  925. package/cjs/provider/package.json +0 -6
  926. package/cjs/read-more/package.json +0 -6
  927. package/cjs/skeleton/package.json +0 -6
  928. package/cjs/stepper/package.json +0 -6
  929. package/cjs/table/package.json +0 -6
  930. package/cjs/tabs/package.json +0 -6
  931. package/cjs/tag/package.json +0 -6
  932. package/cjs/timeline/package.json +0 -6
  933. package/cjs/timeline/period/package.json +0 -6
  934. package/cjs/timeline/utils/package.json +0 -6
  935. package/cjs/timeline/zoom/package.json +0 -6
  936. package/cjs/toggle-group/package.json +0 -6
  937. package/cjs/tooltip/package.json +0 -6
  938. package/cjs/typography/package.json +0 -6
  939. package/cjs/util/hooks/package.json +0 -6
  940. package/cjs/util/package.json +0 -6
  941. package/cjs/util/types/package.json +0 -6
package/_docs.json CHANGED
@@ -111,12 +111,12 @@
111
111
  "description": "",
112
112
  "name": "className",
113
113
  "parent": {
114
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
114
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
115
115
  "name": "HTMLAttributes"
116
116
  },
117
117
  "declarations": [
118
118
  {
119
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
119
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
120
120
  "name": "HTMLAttributes"
121
121
  }
122
122
  ],
@@ -130,12 +130,12 @@
130
130
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
131
131
  "name": "ref",
132
132
  "parent": {
133
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
133
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
134
134
  "name": "RefAttributes"
135
135
  },
136
136
  "declarations": [
137
137
  {
138
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
138
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
139
139
  "name": "RefAttributes"
140
140
  }
141
141
  ],
@@ -174,12 +174,12 @@
174
174
  "description": "",
175
175
  "name": "className",
176
176
  "parent": {
177
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
177
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
178
178
  "name": "HTMLAttributes"
179
179
  },
180
180
  "declarations": [
181
181
  {
182
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
182
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
183
183
  "name": "HTMLAttributes"
184
184
  }
185
185
  ],
@@ -193,12 +193,12 @@
193
193
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
194
194
  "name": "ref",
195
195
  "parent": {
196
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
196
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
197
197
  "name": "RefAttributes"
198
198
  },
199
199
  "declarations": [
200
200
  {
201
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
201
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
202
202
  "name": "RefAttributes"
203
203
  }
204
204
  ],
@@ -237,12 +237,12 @@
237
237
  "description": "",
238
238
  "name": "className",
239
239
  "parent": {
240
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
240
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
241
241
  "name": "HTMLAttributes"
242
242
  },
243
243
  "declarations": [
244
244
  {
245
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
245
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
246
246
  "name": "HTMLAttributes"
247
247
  }
248
248
  ],
@@ -256,12 +256,12 @@
256
256
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
257
257
  "name": "ref",
258
258
  "parent": {
259
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
259
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
260
260
  "name": "RefAttributes"
261
261
  },
262
262
  "declarations": [
263
263
  {
264
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
264
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
265
265
  "name": "RefAttributes"
266
266
  }
267
267
  ],
@@ -359,12 +359,12 @@
359
359
  "description": "",
360
360
  "name": "className",
361
361
  "parent": {
362
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
362
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
363
363
  "name": "HTMLAttributes"
364
364
  },
365
365
  "declarations": [
366
366
  {
367
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
367
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
368
368
  "name": "HTMLAttributes"
369
369
  }
370
370
  ],
@@ -378,12 +378,12 @@
378
378
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
379
379
  "name": "ref",
380
380
  "parent": {
381
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
381
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
382
382
  "name": "RefAttributes"
383
383
  },
384
384
  "declarations": [
385
385
  {
386
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
386
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
387
387
  "name": "RefAttributes"
388
388
  }
389
389
  ],
@@ -544,12 +544,12 @@
544
544
  "description": "",
545
545
  "name": "className",
546
546
  "parent": {
547
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
547
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
548
548
  "name": "HTMLAttributes"
549
549
  },
550
550
  "declarations": [
551
551
  {
552
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
552
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
553
553
  "name": "HTMLAttributes"
554
554
  }
555
555
  ],
@@ -563,12 +563,12 @@
563
563
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
564
564
  "name": "ref",
565
565
  "parent": {
566
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
566
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
567
567
  "name": "RefAttributes"
568
568
  },
569
569
  "declarations": [
570
570
  {
571
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
571
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
572
572
  "name": "RefAttributes"
573
573
  }
574
574
  ],
@@ -729,12 +729,12 @@
729
729
  "description": "",
730
730
  "name": "className",
731
731
  "parent": {
732
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
732
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
733
733
  "name": "HTMLAttributes"
734
734
  },
735
735
  "declarations": [
736
736
  {
737
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
737
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
738
738
  "name": "HTMLAttributes"
739
739
  }
740
740
  ],
@@ -748,12 +748,12 @@
748
748
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
749
749
  "name": "ref",
750
750
  "parent": {
751
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
751
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
752
752
  "name": "RefAttributes"
753
753
  },
754
754
  "declarations": [
755
755
  {
756
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
756
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
757
757
  "name": "RefAttributes"
758
758
  }
759
759
  ],
@@ -868,12 +868,12 @@
868
868
  "description": "",
869
869
  "name": "className",
870
870
  "parent": {
871
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
871
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
872
872
  "name": "HTMLAttributes"
873
873
  },
874
874
  "declarations": [
875
875
  {
876
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
876
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
877
877
  "name": "HTMLAttributes"
878
878
  }
879
879
  ],
@@ -887,12 +887,12 @@
887
887
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
888
888
  "name": "ref",
889
889
  "parent": {
890
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
890
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
891
891
  "name": "RefAttributes"
892
892
  },
893
893
  "declarations": [
894
894
  {
895
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
895
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
896
896
  "name": "RefAttributes"
897
897
  }
898
898
  ],
@@ -1110,12 +1110,12 @@
1110
1110
  "description": "",
1111
1111
  "name": "className",
1112
1112
  "parent": {
1113
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1113
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1114
1114
  "name": "HTMLAttributes"
1115
1115
  },
1116
1116
  "declarations": [
1117
1117
  {
1118
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1118
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1119
1119
  "name": "HTMLAttributes"
1120
1120
  }
1121
1121
  ],
@@ -1129,12 +1129,12 @@
1129
1129
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1130
1130
  "name": "ref",
1131
1131
  "parent": {
1132
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1132
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1133
1133
  "name": "RefAttributes"
1134
1134
  },
1135
1135
  "declarations": [
1136
1136
  {
1137
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1137
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1138
1138
  "name": "RefAttributes"
1139
1139
  }
1140
1140
  ],
@@ -1175,12 +1175,12 @@
1175
1175
  "description": "",
1176
1176
  "name": "className",
1177
1177
  "parent": {
1178
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1178
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1179
1179
  "name": "HTMLAttributes"
1180
1180
  },
1181
1181
  "declarations": [
1182
1182
  {
1183
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1183
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1184
1184
  "name": "HTMLAttributes"
1185
1185
  }
1186
1186
  ],
@@ -1194,12 +1194,12 @@
1194
1194
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1195
1195
  "name": "ref",
1196
1196
  "parent": {
1197
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1197
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1198
1198
  "name": "RefAttributes"
1199
1199
  },
1200
1200
  "declarations": [
1201
1201
  {
1202
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1202
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1203
1203
  "name": "RefAttributes"
1204
1204
  }
1205
1205
  ],
@@ -1280,12 +1280,12 @@
1280
1280
  "description": "",
1281
1281
  "name": "className",
1282
1282
  "parent": {
1283
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1283
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1284
1284
  "name": "HTMLAttributes"
1285
1285
  },
1286
1286
  "declarations": [
1287
1287
  {
1288
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1288
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1289
1289
  "name": "HTMLAttributes"
1290
1290
  }
1291
1291
  ],
@@ -1299,12 +1299,12 @@
1299
1299
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1300
1300
  "name": "ref",
1301
1301
  "parent": {
1302
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1302
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1303
1303
  "name": "RefAttributes"
1304
1304
  },
1305
1305
  "declarations": [
1306
1306
  {
1307
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1307
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1308
1308
  "name": "RefAttributes"
1309
1309
  }
1310
1310
  ],
@@ -1385,12 +1385,12 @@
1385
1385
  "description": "",
1386
1386
  "name": "className",
1387
1387
  "parent": {
1388
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1388
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1389
1389
  "name": "HTMLAttributes"
1390
1390
  },
1391
1391
  "declarations": [
1392
1392
  {
1393
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1393
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1394
1394
  "name": "HTMLAttributes"
1395
1395
  }
1396
1396
  ],
@@ -1404,12 +1404,12 @@
1404
1404
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1405
1405
  "name": "ref",
1406
1406
  "parent": {
1407
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1407
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1408
1408
  "name": "RefAttributes"
1409
1409
  },
1410
1410
  "declarations": [
1411
1411
  {
1412
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1412
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1413
1413
  "name": "RefAttributes"
1414
1414
  }
1415
1415
  ],
@@ -1490,12 +1490,12 @@
1490
1490
  "description": "",
1491
1491
  "name": "className",
1492
1492
  "parent": {
1493
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1493
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1494
1494
  "name": "HTMLAttributes"
1495
1495
  },
1496
1496
  "declarations": [
1497
1497
  {
1498
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1498
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1499
1499
  "name": "HTMLAttributes"
1500
1500
  }
1501
1501
  ],
@@ -1509,12 +1509,12 @@
1509
1509
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1510
1510
  "name": "ref",
1511
1511
  "parent": {
1512
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1512
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1513
1513
  "name": "RefAttributes"
1514
1514
  },
1515
1515
  "declarations": [
1516
1516
  {
1517
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1517
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1518
1518
  "name": "RefAttributes"
1519
1519
  }
1520
1520
  ],
@@ -1780,12 +1780,12 @@
1780
1780
  "description": "",
1781
1781
  "name": "className",
1782
1782
  "parent": {
1783
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1783
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1784
1784
  "name": "HTMLAttributes"
1785
1785
  },
1786
1786
  "declarations": [
1787
1787
  {
1788
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1788
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1789
1789
  "name": "HTMLAttributes"
1790
1790
  }
1791
1791
  ],
@@ -1799,12 +1799,12 @@
1799
1799
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1800
1800
  "name": "ref",
1801
1801
  "parent": {
1802
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1802
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1803
1803
  "name": "RefAttributes"
1804
1804
  },
1805
1805
  "declarations": [
1806
1806
  {
1807
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1807
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1808
1808
  "name": "RefAttributes"
1809
1809
  }
1810
1810
  ],
@@ -1948,12 +1948,12 @@
1948
1948
  "description": "",
1949
1949
  "name": "className",
1950
1950
  "parent": {
1951
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1951
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1952
1952
  "name": "HTMLAttributes"
1953
1953
  },
1954
1954
  "declarations": [
1955
1955
  {
1956
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1956
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1957
1957
  "name": "HTMLAttributes"
1958
1958
  }
1959
1959
  ],
@@ -1967,12 +1967,12 @@
1967
1967
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1968
1968
  "name": "ref",
1969
1969
  "parent": {
1970
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1970
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1971
1971
  "name": "RefAttributes"
1972
1972
  },
1973
1973
  "declarations": [
1974
1974
  {
1975
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
1975
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
1976
1976
  "name": "RefAttributes"
1977
1977
  }
1978
1978
  ],
@@ -2072,12 +2072,12 @@
2072
2072
  "description": "",
2073
2073
  "name": "className",
2074
2074
  "parent": {
2075
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2075
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2076
2076
  "name": "HTMLAttributes"
2077
2077
  },
2078
2078
  "declarations": [
2079
2079
  {
2080
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2080
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2081
2081
  "name": "HTMLAttributes"
2082
2082
  }
2083
2083
  ],
@@ -2091,12 +2091,12 @@
2091
2091
  "description": "Defines a string value that labels the current element.\nShould be set if not using 'aria-labelledby'\n@see aria-labelledby.",
2092
2092
  "name": "aria-label",
2093
2093
  "parent": {
2094
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2094
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2095
2095
  "name": "AriaAttributes"
2096
2096
  },
2097
2097
  "declarations": [
2098
2098
  {
2099
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2099
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2100
2100
  "name": "AriaAttributes"
2101
2101
  },
2102
2102
  {
@@ -2104,7 +2104,7 @@
2104
2104
  "name": "TypeLiteral"
2105
2105
  },
2106
2106
  {
2107
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2107
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2108
2108
  "name": "AriaAttributes"
2109
2109
  }
2110
2110
  ],
@@ -2118,16 +2118,16 @@
2118
2118
  "description": "Identifies the element (or elements) that labels the current element.\nShould be set if not using 'aria-label'\n@see aria-describedby.",
2119
2119
  "name": "aria-labelledby",
2120
2120
  "parent": {
2121
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2121
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2122
2122
  "name": "AriaAttributes"
2123
2123
  },
2124
2124
  "declarations": [
2125
2125
  {
2126
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2126
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2127
2127
  "name": "AriaAttributes"
2128
2128
  },
2129
2129
  {
2130
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2130
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2131
2131
  "name": "AriaAttributes"
2132
2132
  },
2133
2133
  {
@@ -2145,12 +2145,12 @@
2145
2145
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2146
2146
  "name": "ref",
2147
2147
  "parent": {
2148
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2148
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2149
2149
  "name": "RefAttributes"
2150
2150
  },
2151
2151
  "declarations": [
2152
2152
  {
2153
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2153
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2154
2154
  "name": "RefAttributes"
2155
2155
  }
2156
2156
  ],
@@ -2170,12 +2170,12 @@
2170
2170
  "description": "",
2171
2171
  "name": "className",
2172
2172
  "parent": {
2173
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2173
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2174
2174
  "name": "HTMLAttributes"
2175
2175
  },
2176
2176
  "declarations": [
2177
2177
  {
2178
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2178
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2179
2179
  "name": "HTMLAttributes"
2180
2180
  }
2181
2181
  ],
@@ -2189,12 +2189,12 @@
2189
2189
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2190
2190
  "name": "ref",
2191
2191
  "parent": {
2192
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2192
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2193
2193
  "name": "RefAttributes"
2194
2194
  },
2195
2195
  "declarations": [
2196
2196
  {
2197
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2197
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2198
2198
  "name": "RefAttributes"
2199
2199
  }
2200
2200
  ],
@@ -2214,12 +2214,12 @@
2214
2214
  "description": "",
2215
2215
  "name": "className",
2216
2216
  "parent": {
2217
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2217
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2218
2218
  "name": "HTMLAttributes"
2219
2219
  },
2220
2220
  "declarations": [
2221
2221
  {
2222
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2222
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2223
2223
  "name": "HTMLAttributes"
2224
2224
  }
2225
2225
  ],
@@ -2233,12 +2233,12 @@
2233
2233
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2234
2234
  "name": "ref",
2235
2235
  "parent": {
2236
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2236
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2237
2237
  "name": "RefAttributes"
2238
2238
  },
2239
2239
  "declarations": [
2240
2240
  {
2241
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2241
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2242
2242
  "name": "RefAttributes"
2243
2243
  }
2244
2244
  ],
@@ -2258,12 +2258,12 @@
2258
2258
  "description": "",
2259
2259
  "name": "className",
2260
2260
  "parent": {
2261
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2261
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2262
2262
  "name": "HTMLAttributes"
2263
2263
  },
2264
2264
  "declarations": [
2265
2265
  {
2266
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2266
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2267
2267
  "name": "HTMLAttributes"
2268
2268
  }
2269
2269
  ],
@@ -2277,12 +2277,12 @@
2277
2277
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2278
2278
  "name": "ref",
2279
2279
  "parent": {
2280
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2280
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2281
2281
  "name": "RefAttributes"
2282
2282
  },
2283
2283
  "declarations": [
2284
2284
  {
2285
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2285
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2286
2286
  "name": "RefAttributes"
2287
2287
  }
2288
2288
  ],
@@ -2323,12 +2323,12 @@
2323
2323
  "description": "",
2324
2324
  "name": "className",
2325
2325
  "parent": {
2326
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2326
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2327
2327
  "name": "HTMLAttributes"
2328
2328
  },
2329
2329
  "declarations": [
2330
2330
  {
2331
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2331
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2332
2332
  "name": "HTMLAttributes"
2333
2333
  }
2334
2334
  ],
@@ -2342,12 +2342,12 @@
2342
2342
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2343
2343
  "name": "ref",
2344
2344
  "parent": {
2345
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2345
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2346
2346
  "name": "RefAttributes"
2347
2347
  },
2348
2348
  "declarations": [
2349
2349
  {
2350
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2350
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2351
2351
  "name": "RefAttributes"
2352
2352
  }
2353
2353
  ],
@@ -2443,12 +2443,12 @@
2443
2443
  "description": "",
2444
2444
  "name": "className",
2445
2445
  "parent": {
2446
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2446
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2447
2447
  "name": "HTMLAttributes"
2448
2448
  },
2449
2449
  "declarations": [
2450
2450
  {
2451
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2451
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2452
2452
  "name": "HTMLAttributes"
2453
2453
  }
2454
2454
  ],
@@ -2557,12 +2557,12 @@
2557
2557
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2558
2558
  "name": "ref",
2559
2559
  "parent": {
2560
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2560
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2561
2561
  "name": "RefAttributes"
2562
2562
  },
2563
2563
  "declarations": [
2564
2564
  {
2565
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2565
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2566
2566
  "name": "RefAttributes"
2567
2567
  }
2568
2568
  ],
@@ -2848,12 +2848,12 @@
2848
2848
  "description": "",
2849
2849
  "name": "className",
2850
2850
  "parent": {
2851
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2851
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2852
2852
  "name": "HTMLAttributes"
2853
2853
  },
2854
2854
  "declarations": [
2855
2855
  {
2856
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2856
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2857
2857
  "name": "HTMLAttributes"
2858
2858
  }
2859
2859
  ],
@@ -2867,12 +2867,12 @@
2867
2867
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2868
2868
  "name": "ref",
2869
2869
  "parent": {
2870
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2870
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2871
2871
  "name": "RefAttributes"
2872
2872
  },
2873
2873
  "declarations": [
2874
2874
  {
2875
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
2875
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
2876
2876
  "name": "RefAttributes"
2877
2877
  }
2878
2878
  ],
@@ -3065,12 +3065,12 @@
3065
3065
  "description": "",
3066
3066
  "name": "className",
3067
3067
  "parent": {
3068
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3068
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3069
3069
  "name": "HTMLAttributes"
3070
3070
  },
3071
3071
  "declarations": [
3072
3072
  {
3073
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3073
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3074
3074
  "name": "HTMLAttributes"
3075
3075
  }
3076
3076
  ],
@@ -3084,12 +3084,12 @@
3084
3084
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
3085
3085
  "name": "ref",
3086
3086
  "parent": {
3087
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3087
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3088
3088
  "name": "RefAttributes"
3089
3089
  },
3090
3090
  "declarations": [
3091
3091
  {
3092
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3092
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3093
3093
  "name": "RefAttributes"
3094
3094
  }
3095
3095
  ],
@@ -3358,12 +3358,12 @@
3358
3358
  "description": "",
3359
3359
  "name": "className",
3360
3360
  "parent": {
3361
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3361
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3362
3362
  "name": "HTMLAttributes"
3363
3363
  },
3364
3364
  "declarations": [
3365
3365
  {
3366
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3366
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3367
3367
  "name": "HTMLAttributes"
3368
3368
  }
3369
3369
  ],
@@ -3377,12 +3377,12 @@
3377
3377
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
3378
3378
  "name": "ref",
3379
3379
  "parent": {
3380
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3380
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3381
3381
  "name": "RefAttributes"
3382
3382
  },
3383
3383
  "declarations": [
3384
3384
  {
3385
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3385
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3386
3386
  "name": "RefAttributes"
3387
3387
  }
3388
3388
  ],
@@ -3725,12 +3725,12 @@
3725
3725
  "description": "",
3726
3726
  "name": "className",
3727
3727
  "parent": {
3728
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3728
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3729
3729
  "name": "HTMLAttributes"
3730
3730
  },
3731
3731
  "declarations": [
3732
3732
  {
3733
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3733
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3734
3734
  "name": "HTMLAttributes"
3735
3735
  }
3736
3736
  ],
@@ -3744,12 +3744,12 @@
3744
3744
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
3745
3745
  "name": "ref",
3746
3746
  "parent": {
3747
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3747
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3748
3748
  "name": "RefAttributes"
3749
3749
  },
3750
3750
  "declarations": [
3751
3751
  {
3752
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3752
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3753
3753
  "name": "RefAttributes"
3754
3754
  }
3755
3755
  ],
@@ -3946,12 +3946,12 @@
3946
3946
  "description": "",
3947
3947
  "name": "className",
3948
3948
  "parent": {
3949
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3949
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3950
3950
  "name": "HTMLAttributes"
3951
3951
  },
3952
3952
  "declarations": [
3953
3953
  {
3954
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3954
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3955
3955
  "name": "HTMLAttributes"
3956
3956
  }
3957
3957
  ],
@@ -3965,12 +3965,12 @@
3965
3965
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
3966
3966
  "name": "ref",
3967
3967
  "parent": {
3968
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3968
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3969
3969
  "name": "RefAttributes"
3970
3970
  },
3971
3971
  "declarations": [
3972
3972
  {
3973
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
3973
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
3974
3974
  "name": "RefAttributes"
3975
3975
  }
3976
3976
  ],
@@ -4009,12 +4009,12 @@
4009
4009
  "description": "",
4010
4010
  "name": "className",
4011
4011
  "parent": {
4012
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4012
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4013
4013
  "name": "HTMLAttributes"
4014
4014
  },
4015
4015
  "declarations": [
4016
4016
  {
4017
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4017
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4018
4018
  "name": "HTMLAttributes"
4019
4019
  }
4020
4020
  ],
@@ -4028,12 +4028,12 @@
4028
4028
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4029
4029
  "name": "ref",
4030
4030
  "parent": {
4031
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4031
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4032
4032
  "name": "RefAttributes"
4033
4033
  },
4034
4034
  "declarations": [
4035
4035
  {
4036
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4036
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4037
4037
  "name": "RefAttributes"
4038
4038
  }
4039
4039
  ],
@@ -4112,12 +4112,12 @@
4112
4112
  "description": "",
4113
4113
  "name": "className",
4114
4114
  "parent": {
4115
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4115
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4116
4116
  "name": "HTMLAttributes"
4117
4117
  },
4118
4118
  "declarations": [
4119
4119
  {
4120
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4120
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4121
4121
  "name": "HTMLAttributes"
4122
4122
  }
4123
4123
  ],
@@ -4131,12 +4131,12 @@
4131
4131
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4132
4132
  "name": "ref",
4133
4133
  "parent": {
4134
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4134
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4135
4135
  "name": "RefAttributes"
4136
4136
  },
4137
4137
  "declarations": [
4138
4138
  {
4139
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4139
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4140
4140
  "name": "RefAttributes"
4141
4141
  }
4142
4142
  ],
@@ -4196,12 +4196,12 @@
4196
4196
  "description": "",
4197
4197
  "name": "className",
4198
4198
  "parent": {
4199
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4199
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4200
4200
  "name": "HTMLAttributes"
4201
4201
  },
4202
4202
  "declarations": [
4203
4203
  {
4204
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4204
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4205
4205
  "name": "HTMLAttributes"
4206
4206
  }
4207
4207
  ],
@@ -4257,12 +4257,12 @@
4257
4257
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4258
4258
  "name": "ref",
4259
4259
  "parent": {
4260
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4260
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4261
4261
  "name": "RefAttributes"
4262
4262
  },
4263
4263
  "declarations": [
4264
4264
  {
4265
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4265
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4266
4266
  "name": "RefAttributes"
4267
4267
  }
4268
4268
  ],
@@ -4320,12 +4320,12 @@
4320
4320
  "description": "",
4321
4321
  "name": "className",
4322
4322
  "parent": {
4323
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4323
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4324
4324
  "name": "HTMLAttributes"
4325
4325
  },
4326
4326
  "declarations": [
4327
4327
  {
4328
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4328
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4329
4329
  "name": "HTMLAttributes"
4330
4330
  }
4331
4331
  ],
@@ -4339,12 +4339,12 @@
4339
4339
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4340
4340
  "name": "ref",
4341
4341
  "parent": {
4342
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4342
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4343
4343
  "name": "RefAttributes"
4344
4344
  },
4345
4345
  "declarations": [
4346
4346
  {
4347
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4347
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4348
4348
  "name": "RefAttributes"
4349
4349
  }
4350
4350
  ],
@@ -4383,12 +4383,12 @@
4383
4383
  "description": "",
4384
4384
  "name": "className",
4385
4385
  "parent": {
4386
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4386
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4387
4387
  "name": "HTMLAttributes"
4388
4388
  },
4389
4389
  "declarations": [
4390
4390
  {
4391
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4391
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4392
4392
  "name": "HTMLAttributes"
4393
4393
  }
4394
4394
  ],
@@ -4402,12 +4402,12 @@
4402
4402
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4403
4403
  "name": "ref",
4404
4404
  "parent": {
4405
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4405
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4406
4406
  "name": "RefAttributes"
4407
4407
  },
4408
4408
  "declarations": [
4409
4409
  {
4410
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4410
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4411
4411
  "name": "RefAttributes"
4412
4412
  }
4413
4413
  ],
@@ -4446,12 +4446,12 @@
4446
4446
  "description": "",
4447
4447
  "name": "className",
4448
4448
  "parent": {
4449
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4449
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4450
4450
  "name": "HTMLAttributes"
4451
4451
  },
4452
4452
  "declarations": [
4453
4453
  {
4454
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4454
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4455
4455
  "name": "HTMLAttributes"
4456
4456
  }
4457
4457
  ],
@@ -4465,12 +4465,12 @@
4465
4465
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4466
4466
  "name": "ref",
4467
4467
  "parent": {
4468
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4468
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4469
4469
  "name": "RefAttributes"
4470
4470
  },
4471
4471
  "declarations": [
4472
4472
  {
4473
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4473
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4474
4474
  "name": "RefAttributes"
4475
4475
  }
4476
4476
  ],
@@ -4528,12 +4528,12 @@
4528
4528
  "description": "",
4529
4529
  "name": "className",
4530
4530
  "parent": {
4531
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4531
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4532
4532
  "name": "HTMLAttributes"
4533
4533
  },
4534
4534
  "declarations": [
4535
4535
  {
4536
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4536
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4537
4537
  "name": "HTMLAttributes"
4538
4538
  }
4539
4539
  ],
@@ -4547,12 +4547,12 @@
4547
4547
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4548
4548
  "name": "ref",
4549
4549
  "parent": {
4550
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4550
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4551
4551
  "name": "RefAttributes"
4552
4552
  },
4553
4553
  "declarations": [
4554
4554
  {
4555
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4555
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4556
4556
  "name": "RefAttributes"
4557
4557
  }
4558
4558
  ],
@@ -4610,12 +4610,12 @@
4610
4610
  "description": "",
4611
4611
  "name": "className",
4612
4612
  "parent": {
4613
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4613
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4614
4614
  "name": "HTMLAttributes"
4615
4615
  },
4616
4616
  "declarations": [
4617
4617
  {
4618
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4618
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4619
4619
  "name": "HTMLAttributes"
4620
4620
  }
4621
4621
  ],
@@ -4629,12 +4629,12 @@
4629
4629
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4630
4630
  "name": "ref",
4631
4631
  "parent": {
4632
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4632
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4633
4633
  "name": "RefAttributes"
4634
4634
  },
4635
4635
  "declarations": [
4636
4636
  {
4637
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4637
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4638
4638
  "name": "RefAttributes"
4639
4639
  }
4640
4640
  ],
@@ -4736,12 +4736,12 @@
4736
4736
  "description": "",
4737
4737
  "name": "className",
4738
4738
  "parent": {
4739
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4739
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4740
4740
  "name": "HTMLAttributes"
4741
4741
  },
4742
4742
  "declarations": [
4743
4743
  {
4744
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4744
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4745
4745
  "name": "HTMLAttributes"
4746
4746
  }
4747
4747
  ],
@@ -4755,12 +4755,12 @@
4755
4755
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4756
4756
  "name": "ref",
4757
4757
  "parent": {
4758
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4758
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4759
4759
  "name": "RefAttributes"
4760
4760
  },
4761
4761
  "declarations": [
4762
4762
  {
4763
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4763
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4764
4764
  "name": "RefAttributes"
4765
4765
  }
4766
4766
  ],
@@ -4820,12 +4820,12 @@
4820
4820
  "description": "",
4821
4821
  "name": "className",
4822
4822
  "parent": {
4823
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4823
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4824
4824
  "name": "HTMLAttributes"
4825
4825
  },
4826
4826
  "declarations": [
4827
4827
  {
4828
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4828
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4829
4829
  "name": "HTMLAttributes"
4830
4830
  }
4831
4831
  ],
@@ -4839,12 +4839,12 @@
4839
4839
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4840
4840
  "name": "ref",
4841
4841
  "parent": {
4842
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4842
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4843
4843
  "name": "RefAttributes"
4844
4844
  },
4845
4845
  "declarations": [
4846
4846
  {
4847
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4847
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4848
4848
  "name": "RefAttributes"
4849
4849
  }
4850
4850
  ],
@@ -4864,12 +4864,12 @@
4864
4864
  "description": "",
4865
4865
  "name": "className",
4866
4866
  "parent": {
4867
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4867
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4868
4868
  "name": "HTMLAttributes"
4869
4869
  },
4870
4870
  "declarations": [
4871
4871
  {
4872
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4872
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4873
4873
  "name": "HTMLAttributes"
4874
4874
  }
4875
4875
  ],
@@ -4883,12 +4883,12 @@
4883
4883
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4884
4884
  "name": "ref",
4885
4885
  "parent": {
4886
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4886
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4887
4887
  "name": "RefAttributes"
4888
4888
  },
4889
4889
  "declarations": [
4890
4890
  {
4891
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4891
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4892
4892
  "name": "RefAttributes"
4893
4893
  }
4894
4894
  ],
@@ -4908,12 +4908,12 @@
4908
4908
  "description": "",
4909
4909
  "name": "className",
4910
4910
  "parent": {
4911
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4911
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4912
4912
  "name": "HTMLAttributes"
4913
4913
  },
4914
4914
  "declarations": [
4915
4915
  {
4916
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4916
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4917
4917
  "name": "HTMLAttributes"
4918
4918
  }
4919
4919
  ],
@@ -4927,12 +4927,12 @@
4927
4927
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4928
4928
  "name": "ref",
4929
4929
  "parent": {
4930
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4930
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4931
4931
  "name": "RefAttributes"
4932
4932
  },
4933
4933
  "declarations": [
4934
4934
  {
4935
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
4935
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
4936
4936
  "name": "RefAttributes"
4937
4937
  }
4938
4938
  ],
@@ -5053,12 +5053,12 @@
5053
5053
  "description": "",
5054
5054
  "name": "className",
5055
5055
  "parent": {
5056
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5056
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5057
5057
  "name": "HTMLAttributes"
5058
5058
  },
5059
5059
  "declarations": [
5060
5060
  {
5061
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5061
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5062
5062
  "name": "HTMLAttributes"
5063
5063
  }
5064
5064
  ],
@@ -5072,12 +5072,12 @@
5072
5072
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5073
5073
  "name": "ref",
5074
5074
  "parent": {
5075
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5075
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5076
5076
  "name": "RefAttributes"
5077
5077
  },
5078
5078
  "declarations": [
5079
5079
  {
5080
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5080
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5081
5081
  "name": "RefAttributes"
5082
5082
  }
5083
5083
  ],
@@ -5154,12 +5154,12 @@
5154
5154
  "description": "",
5155
5155
  "name": "className",
5156
5156
  "parent": {
5157
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5157
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5158
5158
  "name": "HTMLAttributes"
5159
5159
  },
5160
5160
  "declarations": [
5161
5161
  {
5162
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5162
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5163
5163
  "name": "HTMLAttributes"
5164
5164
  }
5165
5165
  ],
@@ -5173,12 +5173,12 @@
5173
5173
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5174
5174
  "name": "ref",
5175
5175
  "parent": {
5176
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5176
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5177
5177
  "name": "RefAttributes"
5178
5178
  },
5179
5179
  "declarations": [
5180
5180
  {
5181
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5181
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5182
5182
  "name": "RefAttributes"
5183
5183
  }
5184
5184
  ],
@@ -5291,7 +5291,7 @@
5291
5291
  "name": "LoaderProps"
5292
5292
  },
5293
5293
  {
5294
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5294
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5295
5295
  "name": "RefAttributes"
5296
5296
  }
5297
5297
  ],
@@ -5305,12 +5305,12 @@
5305
5305
  "description": "",
5306
5306
  "name": "className",
5307
5307
  "parent": {
5308
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5308
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5309
5309
  "name": "SVGAttributes"
5310
5310
  },
5311
5311
  "declarations": [
5312
5312
  {
5313
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5313
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5314
5314
  "name": "SVGAttributes"
5315
5315
  }
5316
5316
  ],
@@ -5543,12 +5543,12 @@
5543
5543
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5544
5544
  "name": "ref",
5545
5545
  "parent": {
5546
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5546
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5547
5547
  "name": "RefAttributes"
5548
5548
  },
5549
5549
  "declarations": [
5550
5550
  {
5551
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5551
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5552
5552
  "name": "RefAttributes"
5553
5553
  }
5554
5554
  ],
@@ -5568,12 +5568,12 @@
5568
5568
  "description": "",
5569
5569
  "name": "className",
5570
5570
  "parent": {
5571
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5571
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5572
5572
  "name": "HTMLAttributes"
5573
5573
  },
5574
5574
  "declarations": [
5575
5575
  {
5576
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5576
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5577
5577
  "name": "HTMLAttributes"
5578
5578
  }
5579
5579
  ],
@@ -5587,12 +5587,12 @@
5587
5587
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5588
5588
  "name": "ref",
5589
5589
  "parent": {
5590
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5590
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5591
5591
  "name": "RefAttributes"
5592
5592
  },
5593
5593
  "declarations": [
5594
5594
  {
5595
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5595
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5596
5596
  "name": "RefAttributes"
5597
5597
  }
5598
5598
  ],
@@ -5612,12 +5612,12 @@
5612
5612
  "description": "",
5613
5613
  "name": "className",
5614
5614
  "parent": {
5615
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5615
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5616
5616
  "name": "HTMLAttributes"
5617
5617
  },
5618
5618
  "declarations": [
5619
5619
  {
5620
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5620
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5621
5621
  "name": "HTMLAttributes"
5622
5622
  }
5623
5623
  ],
@@ -5631,12 +5631,12 @@
5631
5631
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5632
5632
  "name": "ref",
5633
5633
  "parent": {
5634
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5634
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5635
5635
  "name": "RefAttributes"
5636
5636
  },
5637
5637
  "declarations": [
5638
5638
  {
5639
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5639
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5640
5640
  "name": "RefAttributes"
5641
5641
  }
5642
5642
  ],
@@ -5677,12 +5677,12 @@
5677
5677
  "description": "",
5678
5678
  "name": "className",
5679
5679
  "parent": {
5680
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5680
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5681
5681
  "name": "HTMLAttributes"
5682
5682
  },
5683
5683
  "declarations": [
5684
5684
  {
5685
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5685
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5686
5686
  "name": "HTMLAttributes"
5687
5687
  }
5688
5688
  ],
@@ -5696,12 +5696,12 @@
5696
5696
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5697
5697
  "name": "ref",
5698
5698
  "parent": {
5699
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5699
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5700
5700
  "name": "RefAttributes"
5701
5701
  },
5702
5702
  "declarations": [
5703
5703
  {
5704
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5704
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5705
5705
  "name": "RefAttributes"
5706
5706
  }
5707
5707
  ],
@@ -5929,12 +5929,12 @@
5929
5929
  "description": "",
5930
5930
  "name": "className",
5931
5931
  "parent": {
5932
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5932
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5933
5933
  "name": "HTMLAttributes"
5934
5934
  },
5935
5935
  "declarations": [
5936
5936
  {
5937
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5937
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5938
5938
  "name": "HTMLAttributes"
5939
5939
  }
5940
5940
  ],
@@ -5948,12 +5948,12 @@
5948
5948
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5949
5949
  "name": "ref",
5950
5950
  "parent": {
5951
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5951
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5952
5952
  "name": "RefAttributes"
5953
5953
  },
5954
5954
  "declarations": [
5955
5955
  {
5956
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
5956
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
5957
5957
  "name": "RefAttributes"
5958
5958
  }
5959
5959
  ],
@@ -6154,12 +6154,12 @@
6154
6154
  "description": "",
6155
6155
  "name": "className",
6156
6156
  "parent": {
6157
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6157
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6158
6158
  "name": "HTMLAttributes"
6159
6159
  },
6160
6160
  "declarations": [
6161
6161
  {
6162
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6162
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6163
6163
  "name": "HTMLAttributes"
6164
6164
  }
6165
6165
  ],
@@ -6173,12 +6173,12 @@
6173
6173
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6174
6174
  "name": "ref",
6175
6175
  "parent": {
6176
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6176
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6177
6177
  "name": "RefAttributes"
6178
6178
  },
6179
6179
  "declarations": [
6180
6180
  {
6181
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6181
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6182
6182
  "name": "RefAttributes"
6183
6183
  }
6184
6184
  ],
@@ -6238,12 +6238,12 @@
6238
6238
  "description": "",
6239
6239
  "name": "className",
6240
6240
  "parent": {
6241
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6241
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6242
6242
  "name": "HTMLAttributes"
6243
6243
  },
6244
6244
  "declarations": [
6245
6245
  {
6246
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6246
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6247
6247
  "name": "HTMLAttributes"
6248
6248
  }
6249
6249
  ],
@@ -6257,12 +6257,12 @@
6257
6257
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6258
6258
  "name": "ref",
6259
6259
  "parent": {
6260
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6260
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6261
6261
  "name": "RefAttributes"
6262
6262
  },
6263
6263
  "declarations": [
6264
6264
  {
6265
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6265
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6266
6266
  "name": "RefAttributes"
6267
6267
  }
6268
6268
  ],
@@ -6463,12 +6463,12 @@
6463
6463
  "description": "",
6464
6464
  "name": "className",
6465
6465
  "parent": {
6466
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6466
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6467
6467
  "name": "HTMLAttributes"
6468
6468
  },
6469
6469
  "declarations": [
6470
6470
  {
6471
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6471
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6472
6472
  "name": "HTMLAttributes"
6473
6473
  }
6474
6474
  ],
@@ -6482,12 +6482,12 @@
6482
6482
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6483
6483
  "name": "ref",
6484
6484
  "parent": {
6485
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6485
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6486
6486
  "name": "RefAttributes"
6487
6487
  },
6488
6488
  "declarations": [
6489
6489
  {
6490
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6490
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6491
6491
  "name": "RefAttributes"
6492
6492
  }
6493
6493
  ],
@@ -6507,12 +6507,12 @@
6507
6507
  "description": "",
6508
6508
  "name": "className",
6509
6509
  "parent": {
6510
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6510
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6511
6511
  "name": "HTMLAttributes"
6512
6512
  },
6513
6513
  "declarations": [
6514
6514
  {
6515
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6515
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6516
6516
  "name": "HTMLAttributes"
6517
6517
  }
6518
6518
  ],
@@ -6526,12 +6526,12 @@
6526
6526
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6527
6527
  "name": "ref",
6528
6528
  "parent": {
6529
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6529
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6530
6530
  "name": "RefAttributes"
6531
6531
  },
6532
6532
  "declarations": [
6533
6533
  {
6534
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6534
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6535
6535
  "name": "RefAttributes"
6536
6536
  }
6537
6537
  ],
@@ -6694,12 +6694,12 @@
6694
6694
  "description": "",
6695
6695
  "name": "className",
6696
6696
  "parent": {
6697
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6697
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6698
6698
  "name": "HTMLAttributes"
6699
6699
  },
6700
6700
  "declarations": [
6701
6701
  {
6702
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6702
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6703
6703
  "name": "HTMLAttributes"
6704
6704
  }
6705
6705
  ],
@@ -6713,12 +6713,12 @@
6713
6713
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6714
6714
  "name": "ref",
6715
6715
  "parent": {
6716
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6716
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6717
6717
  "name": "RefAttributes"
6718
6718
  },
6719
6719
  "declarations": [
6720
6720
  {
6721
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6721
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6722
6722
  "name": "RefAttributes"
6723
6723
  }
6724
6724
  ],
@@ -6818,12 +6818,12 @@
6818
6818
  "description": "",
6819
6819
  "name": "className",
6820
6820
  "parent": {
6821
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6821
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6822
6822
  "name": "HTMLAttributes"
6823
6823
  },
6824
6824
  "declarations": [
6825
6825
  {
6826
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6826
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6827
6827
  "name": "HTMLAttributes"
6828
6828
  }
6829
6829
  ],
@@ -6837,12 +6837,12 @@
6837
6837
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6838
6838
  "name": "ref",
6839
6839
  "parent": {
6840
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6840
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6841
6841
  "name": "RefAttributes"
6842
6842
  },
6843
6843
  "declarations": [
6844
6844
  {
6845
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6845
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6846
6846
  "name": "RefAttributes"
6847
6847
  }
6848
6848
  ],
@@ -6944,12 +6944,12 @@
6944
6944
  "description": "",
6945
6945
  "name": "className",
6946
6946
  "parent": {
6947
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6947
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6948
6948
  "name": "HTMLAttributes"
6949
6949
  },
6950
6950
  "declarations": [
6951
6951
  {
6952
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6952
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6953
6953
  "name": "HTMLAttributes"
6954
6954
  }
6955
6955
  ],
@@ -6963,12 +6963,12 @@
6963
6963
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6964
6964
  "name": "ref",
6965
6965
  "parent": {
6966
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6966
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6967
6967
  "name": "RefAttributes"
6968
6968
  },
6969
6969
  "declarations": [
6970
6970
  {
6971
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
6971
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
6972
6972
  "name": "RefAttributes"
6973
6973
  }
6974
6974
  ],
@@ -7087,12 +7087,12 @@
7087
7087
  "description": "",
7088
7088
  "name": "className",
7089
7089
  "parent": {
7090
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7090
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7091
7091
  "name": "HTMLAttributes"
7092
7092
  },
7093
7093
  "declarations": [
7094
7094
  {
7095
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7095
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7096
7096
  "name": "HTMLAttributes"
7097
7097
  }
7098
7098
  ],
@@ -7106,12 +7106,12 @@
7106
7106
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7107
7107
  "name": "ref",
7108
7108
  "parent": {
7109
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7109
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7110
7110
  "name": "RefAttributes"
7111
7111
  },
7112
7112
  "declarations": [
7113
7113
  {
7114
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7114
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7115
7115
  "name": "RefAttributes"
7116
7116
  }
7117
7117
  ],
@@ -7211,12 +7211,12 @@
7211
7211
  "description": "",
7212
7212
  "name": "className",
7213
7213
  "parent": {
7214
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7214
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7215
7215
  "name": "HTMLAttributes"
7216
7216
  },
7217
7217
  "declarations": [
7218
7218
  {
7219
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7219
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7220
7220
  "name": "HTMLAttributes"
7221
7221
  }
7222
7222
  ],
@@ -7236,12 +7236,12 @@
7236
7236
  "description": "",
7237
7237
  "name": "className",
7238
7238
  "parent": {
7239
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7239
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7240
7240
  "name": "HTMLAttributes"
7241
7241
  },
7242
7242
  "declarations": [
7243
7243
  {
7244
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7244
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7245
7245
  "name": "HTMLAttributes"
7246
7246
  }
7247
7247
  ],
@@ -7255,12 +7255,12 @@
7255
7255
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7256
7256
  "name": "ref",
7257
7257
  "parent": {
7258
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7258
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7259
7259
  "name": "RefAttributes"
7260
7260
  },
7261
7261
  "declarations": [
7262
7262
  {
7263
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7263
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7264
7264
  "name": "RefAttributes"
7265
7265
  }
7266
7266
  ],
@@ -7379,12 +7379,12 @@
7379
7379
  "description": "",
7380
7380
  "name": "className",
7381
7381
  "parent": {
7382
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7382
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7383
7383
  "name": "HTMLAttributes"
7384
7384
  },
7385
7385
  "declarations": [
7386
7386
  {
7387
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7387
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7388
7388
  "name": "HTMLAttributes"
7389
7389
  }
7390
7390
  ],
@@ -7398,12 +7398,12 @@
7398
7398
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7399
7399
  "name": "ref",
7400
7400
  "parent": {
7401
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7401
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7402
7402
  "name": "RefAttributes"
7403
7403
  },
7404
7404
  "declarations": [
7405
7405
  {
7406
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7406
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7407
7407
  "name": "RefAttributes"
7408
7408
  }
7409
7409
  ],
@@ -7463,12 +7463,12 @@
7463
7463
  "description": "",
7464
7464
  "name": "className",
7465
7465
  "parent": {
7466
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7466
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7467
7467
  "name": "HTMLAttributes"
7468
7468
  },
7469
7469
  "declarations": [
7470
7470
  {
7471
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7471
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7472
7472
  "name": "HTMLAttributes"
7473
7473
  }
7474
7474
  ],
@@ -7482,12 +7482,12 @@
7482
7482
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7483
7483
  "name": "ref",
7484
7484
  "parent": {
7485
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7485
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7486
7486
  "name": "RefAttributes"
7487
7487
  },
7488
7488
  "declarations": [
7489
7489
  {
7490
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7490
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7491
7491
  "name": "RefAttributes"
7492
7492
  }
7493
7493
  ],
@@ -7711,12 +7711,12 @@
7711
7711
  "description": "",
7712
7712
  "name": "className",
7713
7713
  "parent": {
7714
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7714
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7715
7715
  "name": "HTMLAttributes"
7716
7716
  },
7717
7717
  "declarations": [
7718
7718
  {
7719
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7719
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7720
7720
  "name": "HTMLAttributes"
7721
7721
  }
7722
7722
  ],
@@ -7730,12 +7730,12 @@
7730
7730
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7731
7731
  "name": "ref",
7732
7732
  "parent": {
7733
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7733
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7734
7734
  "name": "RefAttributes"
7735
7735
  },
7736
7736
  "declarations": [
7737
7737
  {
7738
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7738
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7739
7739
  "name": "RefAttributes"
7740
7740
  }
7741
7741
  ],
@@ -7755,12 +7755,12 @@
7755
7755
  "description": "",
7756
7756
  "name": "className",
7757
7757
  "parent": {
7758
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7758
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7759
7759
  "name": "HTMLAttributes"
7760
7760
  },
7761
7761
  "declarations": [
7762
7762
  {
7763
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7763
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7764
7764
  "name": "HTMLAttributes"
7765
7765
  }
7766
7766
  ],
@@ -7774,12 +7774,12 @@
7774
7774
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7775
7775
  "name": "ref",
7776
7776
  "parent": {
7777
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7777
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7778
7778
  "name": "RefAttributes"
7779
7779
  },
7780
7780
  "declarations": [
7781
7781
  {
7782
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7782
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7783
7783
  "name": "RefAttributes"
7784
7784
  }
7785
7785
  ],
@@ -7858,12 +7858,12 @@
7858
7858
  "description": "",
7859
7859
  "name": "className",
7860
7860
  "parent": {
7861
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7861
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7862
7862
  "name": "HTMLAttributes"
7863
7863
  },
7864
7864
  "declarations": [
7865
7865
  {
7866
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7866
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7867
7867
  "name": "HTMLAttributes"
7868
7868
  }
7869
7869
  ],
@@ -7877,12 +7877,12 @@
7877
7877
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7878
7878
  "name": "ref",
7879
7879
  "parent": {
7880
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7880
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7881
7881
  "name": "RefAttributes"
7882
7882
  },
7883
7883
  "declarations": [
7884
7884
  {
7885
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7885
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7886
7886
  "name": "RefAttributes"
7887
7887
  }
7888
7888
  ],
@@ -7944,12 +7944,12 @@
7944
7944
  "description": "",
7945
7945
  "name": "className",
7946
7946
  "parent": {
7947
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7947
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7948
7948
  "name": "HTMLAttributes"
7949
7949
  },
7950
7950
  "declarations": [
7951
7951
  {
7952
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7952
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7953
7953
  "name": "HTMLAttributes"
7954
7954
  }
7955
7955
  ],
@@ -7963,12 +7963,12 @@
7963
7963
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7964
7964
  "name": "ref",
7965
7965
  "parent": {
7966
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7966
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7967
7967
  "name": "RefAttributes"
7968
7968
  },
7969
7969
  "declarations": [
7970
7970
  {
7971
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
7971
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
7972
7972
  "name": "RefAttributes"
7973
7973
  }
7974
7974
  ],
@@ -8068,12 +8068,12 @@
8068
8068
  "description": "",
8069
8069
  "name": "className",
8070
8070
  "parent": {
8071
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8071
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8072
8072
  "name": "HTMLAttributes"
8073
8073
  },
8074
8074
  "declarations": [
8075
8075
  {
8076
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8076
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8077
8077
  "name": "HTMLAttributes"
8078
8078
  }
8079
8079
  ],
@@ -8087,12 +8087,12 @@
8087
8087
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8088
8088
  "name": "ref",
8089
8089
  "parent": {
8090
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8090
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8091
8091
  "name": "RefAttributes"
8092
8092
  },
8093
8093
  "declarations": [
8094
8094
  {
8095
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8095
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8096
8096
  "name": "RefAttributes"
8097
8097
  }
8098
8098
  ],
@@ -8169,12 +8169,12 @@
8169
8169
  "description": "",
8170
8170
  "name": "className",
8171
8171
  "parent": {
8172
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8172
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8173
8173
  "name": "HTMLAttributes"
8174
8174
  },
8175
8175
  "declarations": [
8176
8176
  {
8177
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8177
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8178
8178
  "name": "HTMLAttributes"
8179
8179
  }
8180
8180
  ],
@@ -8188,12 +8188,12 @@
8188
8188
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8189
8189
  "name": "ref",
8190
8190
  "parent": {
8191
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8191
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8192
8192
  "name": "RefAttributes"
8193
8193
  },
8194
8194
  "declarations": [
8195
8195
  {
8196
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8196
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8197
8197
  "name": "RefAttributes"
8198
8198
  }
8199
8199
  ],
@@ -8232,12 +8232,12 @@
8232
8232
  "description": "",
8233
8233
  "name": "className",
8234
8234
  "parent": {
8235
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8235
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8236
8236
  "name": "HTMLAttributes"
8237
8237
  },
8238
8238
  "declarations": [
8239
8239
  {
8240
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8240
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8241
8241
  "name": "HTMLAttributes"
8242
8242
  }
8243
8243
  ],
@@ -8251,12 +8251,12 @@
8251
8251
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8252
8252
  "name": "ref",
8253
8253
  "parent": {
8254
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8254
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8255
8255
  "name": "RefAttributes"
8256
8256
  },
8257
8257
  "declarations": [
8258
8258
  {
8259
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8259
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8260
8260
  "name": "RefAttributes"
8261
8261
  }
8262
8262
  ],
@@ -8314,12 +8314,12 @@
8314
8314
  "description": "",
8315
8315
  "name": "className",
8316
8316
  "parent": {
8317
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8317
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8318
8318
  "name": "HTMLAttributes"
8319
8319
  },
8320
8320
  "declarations": [
8321
8321
  {
8322
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8322
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8323
8323
  "name": "HTMLAttributes"
8324
8324
  }
8325
8325
  ],
@@ -8333,12 +8333,12 @@
8333
8333
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8334
8334
  "name": "ref",
8335
8335
  "parent": {
8336
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8336
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8337
8337
  "name": "RefAttributes"
8338
8338
  },
8339
8339
  "declarations": [
8340
8340
  {
8341
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8341
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8342
8342
  "name": "RefAttributes"
8343
8343
  }
8344
8344
  ],
@@ -8499,12 +8499,12 @@
8499
8499
  "description": "",
8500
8500
  "name": "className",
8501
8501
  "parent": {
8502
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8502
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8503
8503
  "name": "HTMLAttributes"
8504
8504
  },
8505
8505
  "declarations": [
8506
8506
  {
8507
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8507
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8508
8508
  "name": "HTMLAttributes"
8509
8509
  }
8510
8510
  ],
@@ -8518,12 +8518,12 @@
8518
8518
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8519
8519
  "name": "ref",
8520
8520
  "parent": {
8521
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8521
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8522
8522
  "name": "RefAttributes"
8523
8523
  },
8524
8524
  "declarations": [
8525
8525
  {
8526
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8526
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8527
8527
  "name": "RefAttributes"
8528
8528
  }
8529
8529
  ],
@@ -8602,12 +8602,12 @@
8602
8602
  "description": "",
8603
8603
  "name": "className",
8604
8604
  "parent": {
8605
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8605
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8606
8606
  "name": "HTMLAttributes"
8607
8607
  },
8608
8608
  "declarations": [
8609
8609
  {
8610
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8610
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8611
8611
  "name": "HTMLAttributes"
8612
8612
  }
8613
8613
  ],
@@ -8621,12 +8621,12 @@
8621
8621
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8622
8622
  "name": "ref",
8623
8623
  "parent": {
8624
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8624
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8625
8625
  "name": "RefAttributes"
8626
8626
  },
8627
8627
  "declarations": [
8628
8628
  {
8629
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8629
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8630
8630
  "name": "RefAttributes"
8631
8631
  }
8632
8632
  ],
@@ -8705,12 +8705,12 @@
8705
8705
  "description": "",
8706
8706
  "name": "className",
8707
8707
  "parent": {
8708
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8708
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8709
8709
  "name": "HTMLAttributes"
8710
8710
  },
8711
8711
  "declarations": [
8712
8712
  {
8713
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8713
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8714
8714
  "name": "HTMLAttributes"
8715
8715
  }
8716
8716
  ],
@@ -8724,12 +8724,12 @@
8724
8724
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8725
8725
  "name": "ref",
8726
8726
  "parent": {
8727
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8727
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8728
8728
  "name": "RefAttributes"
8729
8729
  },
8730
8730
  "declarations": [
8731
8731
  {
8732
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8732
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8733
8733
  "name": "RefAttributes"
8734
8734
  }
8735
8735
  ],
@@ -8827,12 +8827,12 @@
8827
8827
  "description": "",
8828
8828
  "name": "className",
8829
8829
  "parent": {
8830
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8830
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8831
8831
  "name": "HTMLAttributes"
8832
8832
  },
8833
8833
  "declarations": [
8834
8834
  {
8835
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8835
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8836
8836
  "name": "HTMLAttributes"
8837
8837
  }
8838
8838
  ],
@@ -8911,12 +8911,12 @@
8911
8911
  "description": "",
8912
8912
  "name": "className",
8913
8913
  "parent": {
8914
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8914
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8915
8915
  "name": "HTMLAttributes"
8916
8916
  },
8917
8917
  "declarations": [
8918
8918
  {
8919
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8919
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8920
8920
  "name": "HTMLAttributes"
8921
8921
  }
8922
8922
  ],
@@ -8930,12 +8930,12 @@
8930
8930
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8931
8931
  "name": "ref",
8932
8932
  "parent": {
8933
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8933
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8934
8934
  "name": "RefAttributes"
8935
8935
  },
8936
8936
  "declarations": [
8937
8937
  {
8938
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
8938
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
8939
8939
  "name": "RefAttributes"
8940
8940
  }
8941
8941
  ],
@@ -9092,12 +9092,12 @@
9092
9092
  "description": "",
9093
9093
  "name": "className",
9094
9094
  "parent": {
9095
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9095
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9096
9096
  "name": "HTMLAttributes"
9097
9097
  },
9098
9098
  "declarations": [
9099
9099
  {
9100
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9100
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9101
9101
  "name": "HTMLAttributes"
9102
9102
  }
9103
9103
  ],
@@ -9111,12 +9111,12 @@
9111
9111
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9112
9112
  "name": "ref",
9113
9113
  "parent": {
9114
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9114
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9115
9115
  "name": "RefAttributes"
9116
9116
  },
9117
9117
  "declarations": [
9118
9118
  {
9119
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9119
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9120
9120
  "name": "RefAttributes"
9121
9121
  }
9122
9122
  ],
@@ -9174,12 +9174,12 @@
9174
9174
  "description": "",
9175
9175
  "name": "className",
9176
9176
  "parent": {
9177
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9177
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9178
9178
  "name": "HTMLAttributes"
9179
9179
  },
9180
9180
  "declarations": [
9181
9181
  {
9182
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9182
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9183
9183
  "name": "HTMLAttributes"
9184
9184
  }
9185
9185
  ],
@@ -9193,12 +9193,12 @@
9193
9193
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9194
9194
  "name": "ref",
9195
9195
  "parent": {
9196
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9196
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9197
9197
  "name": "RefAttributes"
9198
9198
  },
9199
9199
  "declarations": [
9200
9200
  {
9201
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9201
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9202
9202
  "name": "RefAttributes"
9203
9203
  }
9204
9204
  ],
@@ -9439,12 +9439,12 @@
9439
9439
  "description": "",
9440
9440
  "name": "className",
9441
9441
  "parent": {
9442
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9442
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9443
9443
  "name": "HTMLAttributes"
9444
9444
  },
9445
9445
  "declarations": [
9446
9446
  {
9447
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9447
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9448
9448
  "name": "HTMLAttributes"
9449
9449
  }
9450
9450
  ],
@@ -9458,12 +9458,12 @@
9458
9458
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9459
9459
  "name": "ref",
9460
9460
  "parent": {
9461
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9461
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9462
9462
  "name": "RefAttributes"
9463
9463
  },
9464
9464
  "declarations": [
9465
9465
  {
9466
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9466
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9467
9467
  "name": "RefAttributes"
9468
9468
  }
9469
9469
  ],
@@ -9615,12 +9615,12 @@
9615
9615
  "description": "",
9616
9616
  "name": "className",
9617
9617
  "parent": {
9618
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9618
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9619
9619
  "name": "HTMLAttributes"
9620
9620
  },
9621
9621
  "declarations": [
9622
9622
  {
9623
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9623
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9624
9624
  "name": "HTMLAttributes"
9625
9625
  }
9626
9626
  ],
@@ -9634,12 +9634,12 @@
9634
9634
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9635
9635
  "name": "ref",
9636
9636
  "parent": {
9637
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9637
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9638
9638
  "name": "RefAttributes"
9639
9639
  },
9640
9640
  "declarations": [
9641
9641
  {
9642
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9642
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9643
9643
  "name": "RefAttributes"
9644
9644
  }
9645
9645
  ],
@@ -9791,12 +9791,12 @@
9791
9791
  "description": "",
9792
9792
  "name": "className",
9793
9793
  "parent": {
9794
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9794
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9795
9795
  "name": "HTMLAttributes"
9796
9796
  },
9797
9797
  "declarations": [
9798
9798
  {
9799
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9799
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9800
9800
  "name": "HTMLAttributes"
9801
9801
  }
9802
9802
  ],
@@ -9810,12 +9810,12 @@
9810
9810
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9811
9811
  "name": "ref",
9812
9812
  "parent": {
9813
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9813
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9814
9814
  "name": "RefAttributes"
9815
9815
  },
9816
9816
  "declarations": [
9817
9817
  {
9818
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9818
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9819
9819
  "name": "RefAttributes"
9820
9820
  }
9821
9821
  ],
@@ -9986,12 +9986,12 @@
9986
9986
  "description": "",
9987
9987
  "name": "className",
9988
9988
  "parent": {
9989
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9989
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9990
9990
  "name": "HTMLAttributes"
9991
9991
  },
9992
9992
  "declarations": [
9993
9993
  {
9994
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
9994
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
9995
9995
  "name": "HTMLAttributes"
9996
9996
  }
9997
9997
  ],
@@ -10005,12 +10005,12 @@
10005
10005
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10006
10006
  "name": "ref",
10007
10007
  "parent": {
10008
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10008
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10009
10009
  "name": "RefAttributes"
10010
10010
  },
10011
10011
  "declarations": [
10012
10012
  {
10013
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10013
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10014
10014
  "name": "RefAttributes"
10015
10015
  }
10016
10016
  ],
@@ -10085,12 +10085,12 @@
10085
10085
  "description": "",
10086
10086
  "name": "className",
10087
10087
  "parent": {
10088
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10088
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10089
10089
  "name": "HTMLAttributes"
10090
10090
  },
10091
10091
  "declarations": [
10092
10092
  {
10093
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10093
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10094
10094
  "name": "HTMLAttributes"
10095
10095
  }
10096
10096
  ],
@@ -10104,12 +10104,12 @@
10104
10104
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10105
10105
  "name": "ref",
10106
10106
  "parent": {
10107
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10107
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10108
10108
  "name": "RefAttributes"
10109
10109
  },
10110
10110
  "declarations": [
10111
10111
  {
10112
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10112
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10113
10113
  "name": "RefAttributes"
10114
10114
  }
10115
10115
  ],
@@ -10248,12 +10248,12 @@
10248
10248
  "description": "",
10249
10249
  "name": "className",
10250
10250
  "parent": {
10251
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10251
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10252
10252
  "name": "HTMLAttributes"
10253
10253
  },
10254
10254
  "declarations": [
10255
10255
  {
10256
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10256
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10257
10257
  "name": "HTMLAttributes"
10258
10258
  }
10259
10259
  ],
@@ -10267,12 +10267,12 @@
10267
10267
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10268
10268
  "name": "ref",
10269
10269
  "parent": {
10270
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10270
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10271
10271
  "name": "RefAttributes"
10272
10272
  },
10273
10273
  "declarations": [
10274
10274
  {
10275
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10275
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10276
10276
  "name": "RefAttributes"
10277
10277
  }
10278
10278
  ],
@@ -10330,12 +10330,12 @@
10330
10330
  "description": "",
10331
10331
  "name": "className",
10332
10332
  "parent": {
10333
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10333
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10334
10334
  "name": "HTMLAttributes"
10335
10335
  },
10336
10336
  "declarations": [
10337
10337
  {
10338
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10338
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10339
10339
  "name": "HTMLAttributes"
10340
10340
  }
10341
10341
  ],
@@ -10349,12 +10349,12 @@
10349
10349
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10350
10350
  "name": "ref",
10351
10351
  "parent": {
10352
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10352
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10353
10353
  "name": "RefAttributes"
10354
10354
  },
10355
10355
  "declarations": [
10356
10356
  {
10357
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10357
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10358
10358
  "name": "RefAttributes"
10359
10359
  }
10360
10360
  ],
@@ -10459,12 +10459,12 @@
10459
10459
  "description": "",
10460
10460
  "name": "className",
10461
10461
  "parent": {
10462
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10462
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10463
10463
  "name": "HTMLAttributes"
10464
10464
  },
10465
10465
  "declarations": [
10466
10466
  {
10467
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10467
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10468
10468
  "name": "HTMLAttributes"
10469
10469
  }
10470
10470
  ],
@@ -10478,12 +10478,12 @@
10478
10478
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10479
10479
  "name": "ref",
10480
10480
  "parent": {
10481
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10481
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10482
10482
  "name": "RefAttributes"
10483
10483
  },
10484
10484
  "declarations": [
10485
10485
  {
10486
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10486
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10487
10487
  "name": "RefAttributes"
10488
10488
  }
10489
10489
  ],
@@ -10503,12 +10503,12 @@
10503
10503
  "description": "",
10504
10504
  "name": "className",
10505
10505
  "parent": {
10506
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10506
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10507
10507
  "name": "HTMLAttributes"
10508
10508
  },
10509
10509
  "declarations": [
10510
10510
  {
10511
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10511
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10512
10512
  "name": "HTMLAttributes"
10513
10513
  }
10514
10514
  ],
@@ -10522,12 +10522,12 @@
10522
10522
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10523
10523
  "name": "ref",
10524
10524
  "parent": {
10525
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10525
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10526
10526
  "name": "RefAttributes"
10527
10527
  },
10528
10528
  "declarations": [
10529
10529
  {
10530
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10530
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10531
10531
  "name": "RefAttributes"
10532
10532
  }
10533
10533
  ],
@@ -10606,12 +10606,12 @@
10606
10606
  "description": "",
10607
10607
  "name": "className",
10608
10608
  "parent": {
10609
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10609
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10610
10610
  "name": "HTMLAttributes"
10611
10611
  },
10612
10612
  "declarations": [
10613
10613
  {
10614
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10614
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10615
10615
  "name": "HTMLAttributes"
10616
10616
  }
10617
10617
  ],
@@ -10625,12 +10625,12 @@
10625
10625
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10626
10626
  "name": "ref",
10627
10627
  "parent": {
10628
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10628
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10629
10629
  "name": "RefAttributes"
10630
10630
  },
10631
10631
  "declarations": [
10632
10632
  {
10633
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
10633
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
10634
10634
  "name": "RefAttributes"
10635
10635
  }
10636
10636
  ],
@@ -11563,12 +11563,12 @@
11563
11563
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
11564
11564
  "name": "ref",
11565
11565
  "parent": {
11566
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
11566
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
11567
11567
  "name": "RefAttributes"
11568
11568
  },
11569
11569
  "declarations": [
11570
11570
  {
11571
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
11571
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
11572
11572
  "name": "RefAttributes"
11573
11573
  }
11574
11574
  ],
@@ -13077,12 +13077,12 @@
13077
13077
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13078
13078
  "name": "ref",
13079
13079
  "parent": {
13080
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13080
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13081
13081
  "name": "RefAttributes"
13082
13082
  },
13083
13083
  "declarations": [
13084
13084
  {
13085
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13085
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13086
13086
  "name": "RefAttributes"
13087
13087
  }
13088
13088
  ],
@@ -13315,12 +13315,12 @@
13315
13315
  "description": "",
13316
13316
  "name": "className",
13317
13317
  "parent": {
13318
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13318
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13319
13319
  "name": "HTMLAttributes"
13320
13320
  },
13321
13321
  "declarations": [
13322
13322
  {
13323
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13323
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13324
13324
  "name": "HTMLAttributes"
13325
13325
  }
13326
13326
  ],
@@ -13334,12 +13334,12 @@
13334
13334
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13335
13335
  "name": "ref",
13336
13336
  "parent": {
13337
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13337
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13338
13338
  "name": "RefAttributes"
13339
13339
  },
13340
13340
  "declarations": [
13341
13341
  {
13342
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13342
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13343
13343
  "name": "RefAttributes"
13344
13344
  }
13345
13345
  ],
@@ -13572,12 +13572,12 @@
13572
13572
  "description": "",
13573
13573
  "name": "className",
13574
13574
  "parent": {
13575
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13575
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13576
13576
  "name": "HTMLAttributes"
13577
13577
  },
13578
13578
  "declarations": [
13579
13579
  {
13580
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13580
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13581
13581
  "name": "HTMLAttributes"
13582
13582
  }
13583
13583
  ],
@@ -13591,12 +13591,12 @@
13591
13591
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13592
13592
  "name": "ref",
13593
13593
  "parent": {
13594
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13594
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13595
13595
  "name": "RefAttributes"
13596
13596
  },
13597
13597
  "declarations": [
13598
13598
  {
13599
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13599
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13600
13600
  "name": "RefAttributes"
13601
13601
  }
13602
13602
  ],
@@ -13712,12 +13712,12 @@
13712
13712
  "description": "",
13713
13713
  "name": "className",
13714
13714
  "parent": {
13715
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13715
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13716
13716
  "name": "HTMLAttributes"
13717
13717
  },
13718
13718
  "declarations": [
13719
13719
  {
13720
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13720
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13721
13721
  "name": "HTMLAttributes"
13722
13722
  }
13723
13723
  ],
@@ -13731,12 +13731,12 @@
13731
13731
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13732
13732
  "name": "ref",
13733
13733
  "parent": {
13734
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13734
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13735
13735
  "name": "RefAttributes"
13736
13736
  },
13737
13737
  "declarations": [
13738
13738
  {
13739
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13739
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13740
13740
  "name": "RefAttributes"
13741
13741
  }
13742
13742
  ],
@@ -13834,12 +13834,12 @@
13834
13834
  "description": "",
13835
13835
  "name": "className",
13836
13836
  "parent": {
13837
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13837
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13838
13838
  "name": "HTMLAttributes"
13839
13839
  },
13840
13840
  "declarations": [
13841
13841
  {
13842
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13842
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13843
13843
  "name": "HTMLAttributes"
13844
13844
  }
13845
13845
  ],
@@ -13853,12 +13853,12 @@
13853
13853
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13854
13854
  "name": "ref",
13855
13855
  "parent": {
13856
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13856
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13857
13857
  "name": "RefAttributes"
13858
13858
  },
13859
13859
  "declarations": [
13860
13860
  {
13861
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
13861
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
13862
13862
  "name": "RefAttributes"
13863
13863
  }
13864
13864
  ],
@@ -14108,12 +14108,12 @@
14108
14108
  "description": "",
14109
14109
  "name": "className",
14110
14110
  "parent": {
14111
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14111
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14112
14112
  "name": "HTMLAttributes"
14113
14113
  },
14114
14114
  "declarations": [
14115
14115
  {
14116
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14116
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14117
14117
  "name": "HTMLAttributes"
14118
14118
  }
14119
14119
  ],
@@ -14127,12 +14127,12 @@
14127
14127
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
14128
14128
  "name": "ref",
14129
14129
  "parent": {
14130
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14130
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14131
14131
  "name": "RefAttributes"
14132
14132
  },
14133
14133
  "declarations": [
14134
14134
  {
14135
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14135
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14136
14136
  "name": "RefAttributes"
14137
14137
  }
14138
14138
  ],
@@ -14365,12 +14365,12 @@
14365
14365
  "description": "",
14366
14366
  "name": "className",
14367
14367
  "parent": {
14368
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14368
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14369
14369
  "name": "HTMLAttributes"
14370
14370
  },
14371
14371
  "declarations": [
14372
14372
  {
14373
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14373
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14374
14374
  "name": "HTMLAttributes"
14375
14375
  }
14376
14376
  ],
@@ -14384,12 +14384,12 @@
14384
14384
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
14385
14385
  "name": "ref",
14386
14386
  "parent": {
14387
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14387
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14388
14388
  "name": "RefAttributes"
14389
14389
  },
14390
14390
  "declarations": [
14391
14391
  {
14392
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14392
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14393
14393
  "name": "RefAttributes"
14394
14394
  }
14395
14395
  ],
@@ -14677,12 +14677,12 @@
14677
14677
  "description": "",
14678
14678
  "name": "className",
14679
14679
  "parent": {
14680
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14680
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14681
14681
  "name": "HTMLAttributes"
14682
14682
  },
14683
14683
  "declarations": [
14684
14684
  {
14685
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14685
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14686
14686
  "name": "HTMLAttributes"
14687
14687
  }
14688
14688
  ],
@@ -14696,12 +14696,12 @@
14696
14696
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
14697
14697
  "name": "ref",
14698
14698
  "parent": {
14699
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14699
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14700
14700
  "name": "RefAttributes"
14701
14701
  },
14702
14702
  "declarations": [
14703
14703
  {
14704
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14704
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14705
14705
  "name": "RefAttributes"
14706
14706
  }
14707
14707
  ],
@@ -14759,12 +14759,12 @@
14759
14759
  "description": "",
14760
14760
  "name": "className",
14761
14761
  "parent": {
14762
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14762
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14763
14763
  "name": "HTMLAttributes"
14764
14764
  },
14765
14765
  "declarations": [
14766
14766
  {
14767
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14767
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14768
14768
  "name": "HTMLAttributes"
14769
14769
  }
14770
14770
  ],
@@ -14822,12 +14822,12 @@
14822
14822
  "description": "",
14823
14823
  "name": "className",
14824
14824
  "parent": {
14825
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14825
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14826
14826
  "name": "HTMLAttributes"
14827
14827
  },
14828
14828
  "declarations": [
14829
14829
  {
14830
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
14830
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
14831
14831
  "name": "HTMLAttributes"
14832
14832
  }
14833
14833
  ],
@@ -15231,12 +15231,12 @@
15231
15231
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15232
15232
  "name": "ref",
15233
15233
  "parent": {
15234
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
15234
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
15235
15235
  "name": "RefAttributes"
15236
15236
  },
15237
15237
  "declarations": [
15238
15238
  {
15239
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
15239
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
15240
15240
  "name": "RefAttributes"
15241
15241
  }
15242
15242
  ],
@@ -15779,12 +15779,12 @@
15779
15779
  "description": "",
15780
15780
  "name": "className",
15781
15781
  "parent": {
15782
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
15782
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
15783
15783
  "name": "HTMLAttributes"
15784
15784
  },
15785
15785
  "declarations": [
15786
15786
  {
15787
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
15787
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
15788
15788
  "name": "HTMLAttributes"
15789
15789
  }
15790
15790
  ],
@@ -15798,12 +15798,12 @@
15798
15798
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15799
15799
  "name": "ref",
15800
15800
  "parent": {
15801
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
15801
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
15802
15802
  "name": "RefAttributes"
15803
15803
  },
15804
15804
  "declarations": [
15805
15805
  {
15806
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
15806
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
15807
15807
  "name": "RefAttributes"
15808
15808
  }
15809
15809
  ],
@@ -15938,12 +15938,12 @@
15938
15938
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15939
15939
  "name": "ref",
15940
15940
  "parent": {
15941
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
15941
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
15942
15942
  "name": "RefAttributes"
15943
15943
  },
15944
15944
  "declarations": [
15945
15945
  {
15946
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
15946
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
15947
15947
  "name": "RefAttributes"
15948
15948
  }
15949
15949
  ],
@@ -16064,12 +16064,12 @@
16064
16064
  "description": "",
16065
16065
  "name": "className",
16066
16066
  "parent": {
16067
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16067
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16068
16068
  "name": "HTMLAttributes"
16069
16069
  },
16070
16070
  "declarations": [
16071
16071
  {
16072
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16072
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16073
16073
  "name": "HTMLAttributes"
16074
16074
  }
16075
16075
  ],
@@ -16083,12 +16083,12 @@
16083
16083
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16084
16084
  "name": "ref",
16085
16085
  "parent": {
16086
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16086
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16087
16087
  "name": "RefAttributes"
16088
16088
  },
16089
16089
  "declarations": [
16090
16090
  {
16091
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16091
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16092
16092
  "name": "RefAttributes"
16093
16093
  }
16094
16094
  ],
@@ -16146,12 +16146,12 @@
16146
16146
  "description": "",
16147
16147
  "name": "className",
16148
16148
  "parent": {
16149
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16149
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16150
16150
  "name": "HTMLAttributes"
16151
16151
  },
16152
16152
  "declarations": [
16153
16153
  {
16154
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16154
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16155
16155
  "name": "HTMLAttributes"
16156
16156
  }
16157
16157
  ],
@@ -16165,12 +16165,12 @@
16165
16165
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16166
16166
  "name": "ref",
16167
16167
  "parent": {
16168
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16168
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16169
16169
  "name": "RefAttributes"
16170
16170
  },
16171
16171
  "declarations": [
16172
16172
  {
16173
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16173
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16174
16174
  "name": "RefAttributes"
16175
16175
  }
16176
16176
  ],
@@ -16304,12 +16304,12 @@
16304
16304
  "description": "",
16305
16305
  "name": "className",
16306
16306
  "parent": {
16307
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16307
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16308
16308
  "name": "HTMLAttributes"
16309
16309
  },
16310
16310
  "declarations": [
16311
16311
  {
16312
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16312
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16313
16313
  "name": "HTMLAttributes"
16314
16314
  }
16315
16315
  ],
@@ -16323,12 +16323,12 @@
16323
16323
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16324
16324
  "name": "ref",
16325
16325
  "parent": {
16326
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16326
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16327
16327
  "name": "RefAttributes"
16328
16328
  },
16329
16329
  "declarations": [
16330
16330
  {
16331
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16331
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16332
16332
  "name": "RefAttributes"
16333
16333
  }
16334
16334
  ],
@@ -16654,12 +16654,12 @@
16654
16654
  "description": "",
16655
16655
  "name": "className",
16656
16656
  "parent": {
16657
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16657
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16658
16658
  "name": "HTMLAttributes"
16659
16659
  },
16660
16660
  "declarations": [
16661
16661
  {
16662
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16662
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16663
16663
  "name": "HTMLAttributes"
16664
16664
  }
16665
16665
  ],
@@ -16673,12 +16673,12 @@
16673
16673
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16674
16674
  "name": "ref",
16675
16675
  "parent": {
16676
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16676
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16677
16677
  "name": "RefAttributes"
16678
16678
  },
16679
16679
  "declarations": [
16680
16680
  {
16681
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16681
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16682
16682
  "name": "RefAttributes"
16683
16683
  }
16684
16684
  ],
@@ -16991,12 +16991,12 @@
16991
16991
  "description": "",
16992
16992
  "name": "className",
16993
16993
  "parent": {
16994
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16994
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
16995
16995
  "name": "HTMLAttributes"
16996
16996
  },
16997
16997
  "declarations": [
16998
16998
  {
16999
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
16999
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17000
17000
  "name": "HTMLAttributes"
17001
17001
  }
17002
17002
  ],
@@ -17010,12 +17010,12 @@
17010
17010
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17011
17011
  "name": "ref",
17012
17012
  "parent": {
17013
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17013
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17014
17014
  "name": "RefAttributes"
17015
17015
  },
17016
17016
  "declarations": [
17017
17017
  {
17018
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17018
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17019
17019
  "name": "RefAttributes"
17020
17020
  }
17021
17021
  ],
@@ -17134,12 +17134,12 @@
17134
17134
  "description": "",
17135
17135
  "name": "className",
17136
17136
  "parent": {
17137
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17137
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17138
17138
  "name": "HTMLAttributes"
17139
17139
  },
17140
17140
  "declarations": [
17141
17141
  {
17142
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17142
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17143
17143
  "name": "HTMLAttributes"
17144
17144
  }
17145
17145
  ],
@@ -17153,12 +17153,12 @@
17153
17153
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17154
17154
  "name": "ref",
17155
17155
  "parent": {
17156
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17156
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17157
17157
  "name": "RefAttributes"
17158
17158
  },
17159
17159
  "declarations": [
17160
17160
  {
17161
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17161
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17162
17162
  "name": "RefAttributes"
17163
17163
  }
17164
17164
  ],
@@ -17254,12 +17254,12 @@
17254
17254
  "description": "",
17255
17255
  "name": "className",
17256
17256
  "parent": {
17257
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17257
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17258
17258
  "name": "HTMLAttributes"
17259
17259
  },
17260
17260
  "declarations": [
17261
17261
  {
17262
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17262
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17263
17263
  "name": "HTMLAttributes"
17264
17264
  }
17265
17265
  ],
@@ -17273,12 +17273,12 @@
17273
17273
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17274
17274
  "name": "ref",
17275
17275
  "parent": {
17276
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17276
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17277
17277
  "name": "RefAttributes"
17278
17278
  },
17279
17279
  "declarations": [
17280
17280
  {
17281
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17281
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17282
17282
  "name": "RefAttributes"
17283
17283
  }
17284
17284
  ],
@@ -17450,12 +17450,12 @@
17450
17450
  "description": "",
17451
17451
  "name": "className",
17452
17452
  "parent": {
17453
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17453
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17454
17454
  "name": "HTMLAttributes"
17455
17455
  },
17456
17456
  "declarations": [
17457
17457
  {
17458
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17458
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17459
17459
  "name": "HTMLAttributes"
17460
17460
  }
17461
17461
  ],
@@ -17469,12 +17469,12 @@
17469
17469
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17470
17470
  "name": "ref",
17471
17471
  "parent": {
17472
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17472
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17473
17473
  "name": "RefAttributes"
17474
17474
  },
17475
17475
  "declarations": [
17476
17476
  {
17477
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17477
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17478
17478
  "name": "RefAttributes"
17479
17479
  }
17480
17480
  ],
@@ -17513,12 +17513,12 @@
17513
17513
  "description": "",
17514
17514
  "name": "className",
17515
17515
  "parent": {
17516
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17516
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17517
17517
  "name": "HTMLAttributes"
17518
17518
  },
17519
17519
  "declarations": [
17520
17520
  {
17521
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17521
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17522
17522
  "name": "HTMLAttributes"
17523
17523
  }
17524
17524
  ],
@@ -17532,12 +17532,12 @@
17532
17532
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17533
17533
  "name": "ref",
17534
17534
  "parent": {
17535
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17535
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17536
17536
  "name": "RefAttributes"
17537
17537
  },
17538
17538
  "declarations": [
17539
17539
  {
17540
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17540
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17541
17541
  "name": "RefAttributes"
17542
17542
  }
17543
17543
  ],
@@ -17614,12 +17614,12 @@
17614
17614
  "description": "",
17615
17615
  "name": "className",
17616
17616
  "parent": {
17617
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17617
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17618
17618
  "name": "HTMLAttributes"
17619
17619
  },
17620
17620
  "declarations": [
17621
17621
  {
17622
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17622
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17623
17623
  "name": "HTMLAttributes"
17624
17624
  }
17625
17625
  ],
@@ -17633,12 +17633,12 @@
17633
17633
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17634
17634
  "name": "ref",
17635
17635
  "parent": {
17636
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17636
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17637
17637
  "name": "RefAttributes"
17638
17638
  },
17639
17639
  "declarations": [
17640
17640
  {
17641
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17641
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17642
17642
  "name": "RefAttributes"
17643
17643
  }
17644
17644
  ],
@@ -17759,12 +17759,12 @@
17759
17759
  "description": "",
17760
17760
  "name": "className",
17761
17761
  "parent": {
17762
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17762
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17763
17763
  "name": "HTMLAttributes"
17764
17764
  },
17765
17765
  "declarations": [
17766
17766
  {
17767
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17767
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17768
17768
  "name": "HTMLAttributes"
17769
17769
  }
17770
17770
  ],
@@ -17778,12 +17778,12 @@
17778
17778
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17779
17779
  "name": "ref",
17780
17780
  "parent": {
17781
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17781
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17782
17782
  "name": "RefAttributes"
17783
17783
  },
17784
17784
  "declarations": [
17785
17785
  {
17786
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17786
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17787
17787
  "name": "RefAttributes"
17788
17788
  }
17789
17789
  ],
@@ -17881,12 +17881,12 @@
17881
17881
  "description": "",
17882
17882
  "name": "className",
17883
17883
  "parent": {
17884
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17884
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17885
17885
  "name": "HTMLAttributes"
17886
17886
  },
17887
17887
  "declarations": [
17888
17888
  {
17889
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17889
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17890
17890
  "name": "HTMLAttributes"
17891
17891
  }
17892
17892
  ],
@@ -17900,12 +17900,12 @@
17900
17900
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17901
17901
  "name": "ref",
17902
17902
  "parent": {
17903
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17903
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17904
17904
  "name": "RefAttributes"
17905
17905
  },
17906
17906
  "declarations": [
17907
17907
  {
17908
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
17908
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
17909
17909
  "name": "RefAttributes"
17910
17910
  }
17911
17911
  ],
@@ -18003,12 +18003,12 @@
18003
18003
  "description": "",
18004
18004
  "name": "className",
18005
18005
  "parent": {
18006
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18006
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18007
18007
  "name": "HTMLAttributes"
18008
18008
  },
18009
18009
  "declarations": [
18010
18010
  {
18011
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18011
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18012
18012
  "name": "HTMLAttributes"
18013
18013
  }
18014
18014
  ],
@@ -18022,12 +18022,12 @@
18022
18022
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18023
18023
  "name": "ref",
18024
18024
  "parent": {
18025
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18025
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18026
18026
  "name": "RefAttributes"
18027
18027
  },
18028
18028
  "declarations": [
18029
18029
  {
18030
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18030
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18031
18031
  "name": "RefAttributes"
18032
18032
  }
18033
18033
  ],
@@ -18128,12 +18128,12 @@
18128
18128
  "description": "",
18129
18129
  "name": "className",
18130
18130
  "parent": {
18131
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18131
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18132
18132
  "name": "HTMLAttributes"
18133
18133
  },
18134
18134
  "declarations": [
18135
18135
  {
18136
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18136
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18137
18137
  "name": "HTMLAttributes"
18138
18138
  }
18139
18139
  ],
@@ -18147,12 +18147,12 @@
18147
18147
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18148
18148
  "name": "ref",
18149
18149
  "parent": {
18150
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18150
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18151
18151
  "name": "RefAttributes"
18152
18152
  },
18153
18153
  "declarations": [
18154
18154
  {
18155
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18155
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18156
18156
  "name": "RefAttributes"
18157
18157
  }
18158
18158
  ],
@@ -18276,12 +18276,12 @@
18276
18276
  "description": "",
18277
18277
  "name": "className",
18278
18278
  "parent": {
18279
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18279
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18280
18280
  "name": "HTMLAttributes"
18281
18281
  },
18282
18282
  "declarations": [
18283
18283
  {
18284
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18284
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18285
18285
  "name": "HTMLAttributes"
18286
18286
  }
18287
18287
  ],
@@ -18295,12 +18295,12 @@
18295
18295
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18296
18296
  "name": "ref",
18297
18297
  "parent": {
18298
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18298
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18299
18299
  "name": "RefAttributes"
18300
18300
  },
18301
18301
  "declarations": [
18302
18302
  {
18303
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18303
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18304
18304
  "name": "RefAttributes"
18305
18305
  }
18306
18306
  ],
@@ -18377,12 +18377,12 @@
18377
18377
  "description": "",
18378
18378
  "name": "className",
18379
18379
  "parent": {
18380
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18380
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18381
18381
  "name": "HTMLAttributes"
18382
18382
  },
18383
18383
  "declarations": [
18384
18384
  {
18385
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18385
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18386
18386
  "name": "HTMLAttributes"
18387
18387
  }
18388
18388
  ],
@@ -18396,12 +18396,12 @@
18396
18396
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18397
18397
  "name": "ref",
18398
18398
  "parent": {
18399
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18399
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18400
18400
  "name": "RefAttributes"
18401
18401
  },
18402
18402
  "declarations": [
18403
18403
  {
18404
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18404
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18405
18405
  "name": "RefAttributes"
18406
18406
  }
18407
18407
  ],
@@ -18790,12 +18790,12 @@
18790
18790
  "description": "",
18791
18791
  "name": "className",
18792
18792
  "parent": {
18793
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18793
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18794
18794
  "name": "HTMLAttributes"
18795
18795
  },
18796
18796
  "declarations": [
18797
18797
  {
18798
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18798
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18799
18799
  "name": "HTMLAttributes"
18800
18800
  }
18801
18801
  ],
@@ -18809,12 +18809,12 @@
18809
18809
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18810
18810
  "name": "ref",
18811
18811
  "parent": {
18812
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18812
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18813
18813
  "name": "RefAttributes"
18814
18814
  },
18815
18815
  "declarations": [
18816
18816
  {
18817
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18817
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18818
18818
  "name": "RefAttributes"
18819
18819
  }
18820
18820
  ],
@@ -18891,12 +18891,12 @@
18891
18891
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18892
18892
  "name": "ref",
18893
18893
  "parent": {
18894
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18894
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18895
18895
  "name": "RefAttributes"
18896
18896
  },
18897
18897
  "declarations": [
18898
18898
  {
18899
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18899
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18900
18900
  "name": "RefAttributes"
18901
18901
  }
18902
18902
  ],
@@ -18916,12 +18916,12 @@
18916
18916
  "description": "",
18917
18917
  "name": "className",
18918
18918
  "parent": {
18919
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18919
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18920
18920
  "name": "HTMLAttributes"
18921
18921
  },
18922
18922
  "declarations": [
18923
18923
  {
18924
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18924
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18925
18925
  "name": "HTMLAttributes"
18926
18926
  }
18927
18927
  ],
@@ -18935,12 +18935,12 @@
18935
18935
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
18936
18936
  "name": "ref",
18937
18937
  "parent": {
18938
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18938
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18939
18939
  "name": "RefAttributes"
18940
18940
  },
18941
18941
  "declarations": [
18942
18942
  {
18943
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
18943
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
18944
18944
  "name": "RefAttributes"
18945
18945
  }
18946
18946
  ],
@@ -19161,12 +19161,12 @@
19161
19161
  "description": "",
19162
19162
  "name": "className",
19163
19163
  "parent": {
19164
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19164
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19165
19165
  "name": "HTMLAttributes"
19166
19166
  },
19167
19167
  "declarations": [
19168
19168
  {
19169
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19169
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19170
19170
  "name": "HTMLAttributes"
19171
19171
  }
19172
19172
  ],
@@ -19180,12 +19180,12 @@
19180
19180
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
19181
19181
  "name": "ref",
19182
19182
  "parent": {
19183
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19183
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19184
19184
  "name": "RefAttributes"
19185
19185
  },
19186
19186
  "declarations": [
19187
19187
  {
19188
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19188
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19189
19189
  "name": "RefAttributes"
19190
19190
  }
19191
19191
  ],
@@ -19224,12 +19224,12 @@
19224
19224
  "description": "",
19225
19225
  "name": "className",
19226
19226
  "parent": {
19227
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19227
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19228
19228
  "name": "HTMLAttributes"
19229
19229
  },
19230
19230
  "declarations": [
19231
19231
  {
19232
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19232
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19233
19233
  "name": "HTMLAttributes"
19234
19234
  }
19235
19235
  ],
@@ -19243,12 +19243,12 @@
19243
19243
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
19244
19244
  "name": "ref",
19245
19245
  "parent": {
19246
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19246
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19247
19247
  "name": "RefAttributes"
19248
19248
  },
19249
19249
  "declarations": [
19250
19250
  {
19251
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19251
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19252
19252
  "name": "RefAttributes"
19253
19253
  }
19254
19254
  ],
@@ -19287,12 +19287,12 @@
19287
19287
  "description": "",
19288
19288
  "name": "className",
19289
19289
  "parent": {
19290
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19290
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19291
19291
  "name": "HTMLAttributes"
19292
19292
  },
19293
19293
  "declarations": [
19294
19294
  {
19295
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19295
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19296
19296
  "name": "HTMLAttributes"
19297
19297
  }
19298
19298
  ],
@@ -19306,12 +19306,12 @@
19306
19306
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
19307
19307
  "name": "ref",
19308
19308
  "parent": {
19309
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19309
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19310
19310
  "name": "RefAttributes"
19311
19311
  },
19312
19312
  "declarations": [
19313
19313
  {
19314
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19314
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19315
19315
  "name": "RefAttributes"
19316
19316
  }
19317
19317
  ],
@@ -19350,12 +19350,12 @@
19350
19350
  "description": "",
19351
19351
  "name": "className",
19352
19352
  "parent": {
19353
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19353
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19354
19354
  "name": "HTMLAttributes"
19355
19355
  },
19356
19356
  "declarations": [
19357
19357
  {
19358
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19358
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19359
19359
  "name": "HTMLAttributes"
19360
19360
  }
19361
19361
  ],
@@ -19369,12 +19369,12 @@
19369
19369
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
19370
19370
  "name": "ref",
19371
19371
  "parent": {
19372
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19372
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19373
19373
  "name": "RefAttributes"
19374
19374
  },
19375
19375
  "declarations": [
19376
19376
  {
19377
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19377
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19378
19378
  "name": "RefAttributes"
19379
19379
  }
19380
19380
  ],
@@ -19413,12 +19413,12 @@
19413
19413
  "description": "",
19414
19414
  "name": "className",
19415
19415
  "parent": {
19416
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19416
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19417
19417
  "name": "HTMLAttributes"
19418
19418
  },
19419
19419
  "declarations": [
19420
19420
  {
19421
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19421
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19422
19422
  "name": "HTMLAttributes"
19423
19423
  }
19424
19424
  ],
@@ -19432,12 +19432,12 @@
19432
19432
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
19433
19433
  "name": "ref",
19434
19434
  "parent": {
19435
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19435
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19436
19436
  "name": "RefAttributes"
19437
19437
  },
19438
19438
  "declarations": [
19439
19439
  {
19440
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19440
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19441
19441
  "name": "RefAttributes"
19442
19442
  }
19443
19443
  ],
@@ -19516,12 +19516,12 @@
19516
19516
  "description": "",
19517
19517
  "name": "className",
19518
19518
  "parent": {
19519
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19519
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19520
19520
  "name": "HTMLAttributes"
19521
19521
  },
19522
19522
  "declarations": [
19523
19523
  {
19524
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19524
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19525
19525
  "name": "HTMLAttributes"
19526
19526
  }
19527
19527
  ],
@@ -19535,12 +19535,12 @@
19535
19535
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
19536
19536
  "name": "ref",
19537
19537
  "parent": {
19538
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19538
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19539
19539
  "name": "RefAttributes"
19540
19540
  },
19541
19541
  "declarations": [
19542
19542
  {
19543
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19543
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19544
19544
  "name": "RefAttributes"
19545
19545
  }
19546
19546
  ],
@@ -19684,12 +19684,12 @@
19684
19684
  "description": "",
19685
19685
  "name": "className",
19686
19686
  "parent": {
19687
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19687
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19688
19688
  "name": "HTMLAttributes"
19689
19689
  },
19690
19690
  "declarations": [
19691
19691
  {
19692
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19692
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19693
19693
  "name": "HTMLAttributes"
19694
19694
  }
19695
19695
  ],
@@ -19703,12 +19703,12 @@
19703
19703
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
19704
19704
  "name": "ref",
19705
19705
  "parent": {
19706
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19706
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19707
19707
  "name": "RefAttributes"
19708
19708
  },
19709
19709
  "declarations": [
19710
19710
  {
19711
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19711
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19712
19712
  "name": "RefAttributes"
19713
19713
  }
19714
19714
  ],
@@ -19749,12 +19749,12 @@
19749
19749
  "description": "",
19750
19750
  "name": "className",
19751
19751
  "parent": {
19752
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19752
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19753
19753
  "name": "HTMLAttributes"
19754
19754
  },
19755
19755
  "declarations": [
19756
19756
  {
19757
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19757
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19758
19758
  "name": "HTMLAttributes"
19759
19759
  }
19760
19760
  ],
@@ -19768,12 +19768,12 @@
19768
19768
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
19769
19769
  "name": "ref",
19770
19770
  "parent": {
19771
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19771
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19772
19772
  "name": "RefAttributes"
19773
19773
  },
19774
19774
  "declarations": [
19775
19775
  {
19776
- "fileName": "aksel/node_modules/@types/react/index.d.ts",
19776
+ "fileName": "Aksel/node_modules/@types/react/index.d.ts",
19777
19777
  "name": "RefAttributes"
19778
19778
  }
19779
19779
  ],