tempest-react-sdk 0.22.0 → 0.24.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 (1904) hide show
  1. package/README.md +92 -82
  2. package/bin/create-tempest-app.mjs +1 -0
  3. package/bin/tempest.mjs +1 -0
  4. package/dist/_virtual/_rolldown/runtime.cjs +1 -0
  5. package/dist/access/Can.cjs +2 -0
  6. package/dist/access/Can.cjs.map +1 -0
  7. package/dist/access/Can.js +15 -0
  8. package/dist/access/Can.js.map +1 -0
  9. package/dist/access/access-control-context.cjs +2 -0
  10. package/dist/access/access-control-context.cjs.map +1 -0
  11. package/dist/access/access-control-context.js +17 -0
  12. package/dist/access/access-control-context.js.map +1 -0
  13. package/dist/access/create-role-access-control.cjs +2 -0
  14. package/dist/access/create-role-access-control.cjs.map +1 -0
  15. package/dist/access/create-role-access-control.js +19 -0
  16. package/dist/access/create-role-access-control.js.map +1 -0
  17. package/dist/access/permissions-from-token.cjs +2 -0
  18. package/dist/access/permissions-from-token.cjs.map +1 -0
  19. package/dist/access/permissions-from-token.js +22 -0
  20. package/dist/access/permissions-from-token.js.map +1 -0
  21. package/dist/access/use-can.cjs +2 -0
  22. package/dist/access/use-can.cjs.map +1 -0
  23. package/dist/access/use-can.js +49 -0
  24. package/dist/access/use-can.js.map +1 -0
  25. package/dist/app/AppProviders.cjs +2 -0
  26. package/dist/app/AppProviders.cjs.map +1 -0
  27. package/dist/app/AppProviders.js +26 -0
  28. package/dist/app/AppProviders.js.map +1 -0
  29. package/dist/audio/audio-player.cjs +2 -0
  30. package/dist/audio/audio-player.cjs.map +1 -0
  31. package/dist/audio/audio-player.js +35 -0
  32. package/dist/audio/audio-player.js.map +1 -0
  33. package/dist/audio/use-audio.cjs +2 -0
  34. package/dist/audio/use-audio.cjs.map +1 -0
  35. package/dist/audio/use-audio.js +21 -0
  36. package/dist/audio/use-audio.js.map +1 -0
  37. package/dist/auth/AuthGuard.cjs +2 -0
  38. package/dist/auth/AuthGuard.cjs.map +1 -0
  39. package/dist/auth/AuthGuard.js +9 -0
  40. package/dist/auth/AuthGuard.js.map +1 -0
  41. package/dist/auth/create-auth-store.cjs +2 -0
  42. package/dist/auth/create-auth-store.cjs.map +1 -0
  43. package/dist/auth/create-auth-store.js +40 -0
  44. package/dist/auth/create-auth-store.js.map +1 -0
  45. package/dist/auth/create-tempest-auth.cjs +2 -0
  46. package/dist/auth/create-tempest-auth.cjs.map +1 -0
  47. package/dist/auth/create-tempest-auth.js +74 -0
  48. package/dist/auth/create-tempest-auth.js.map +1 -0
  49. package/dist/auth/jwt.cjs +2 -0
  50. package/dist/auth/jwt.cjs.map +1 -0
  51. package/dist/auth/jwt.js +33 -0
  52. package/dist/auth/jwt.js.map +1 -0
  53. package/dist/auth/lazy-with-retry.cjs +2 -0
  54. package/dist/auth/lazy-with-retry.cjs.map +1 -0
  55. package/dist/auth/lazy-with-retry.js +18 -0
  56. package/dist/auth/lazy-with-retry.js.map +1 -0
  57. package/dist/auth/refresh-queue.cjs +2 -0
  58. package/dist/auth/refresh-queue.cjs.map +1 -0
  59. package/dist/auth/refresh-queue.js +15 -0
  60. package/dist/auth/refresh-queue.js.map +1 -0
  61. package/dist/br/BrazilMap.cjs +2 -0
  62. package/dist/br/BrazilMap.cjs.map +1 -0
  63. package/dist/br/BrazilMap.js +179 -0
  64. package/dist/br/BrazilMap.js.map +1 -0
  65. package/dist/br/BrazilMap.module.cjs +2 -0
  66. package/dist/br/BrazilMap.module.cjs.map +1 -0
  67. package/dist/br/BrazilMap.module.js +18 -0
  68. package/dist/br/BrazilMap.module.js.map +1 -0
  69. package/dist/br/BrazilStateCitySelect.cjs +2 -0
  70. package/dist/br/BrazilStateCitySelect.cjs.map +1 -0
  71. package/dist/br/BrazilStateCitySelect.js +54 -0
  72. package/dist/br/BrazilStateCitySelect.js.map +1 -0
  73. package/dist/br/BrazilStateMap.cjs +2 -0
  74. package/dist/br/BrazilStateMap.cjs.map +1 -0
  75. package/dist/br/BrazilStateMap.js +177 -0
  76. package/dist/br/BrazilStateMap.js.map +1 -0
  77. package/dist/br/MapLegend.cjs +2 -0
  78. package/dist/br/MapLegend.cjs.map +1 -0
  79. package/dist/br/MapLegend.js +41 -0
  80. package/dist/br/MapLegend.js.map +1 -0
  81. package/dist/br/MapLegend.module.cjs +2 -0
  82. package/dist/br/MapLegend.module.cjs.map +1 -0
  83. package/dist/br/MapLegend.module.js +15 -0
  84. package/dist/br/MapLegend.module.js.map +1 -0
  85. package/dist/br/MapMarkers.cjs +2 -0
  86. package/dist/br/MapMarkers.cjs.map +1 -0
  87. package/dist/br/MapMarkers.js +31 -0
  88. package/dist/br/MapMarkers.js.map +1 -0
  89. package/dist/br/MapTooltip.cjs +2 -0
  90. package/dist/br/MapTooltip.cjs.map +1 -0
  91. package/dist/br/MapTooltip.js +20 -0
  92. package/dist/br/MapTooltip.js.map +1 -0
  93. package/dist/br/MunicipalitySearch.cjs +2 -0
  94. package/dist/br/MunicipalitySearch.cjs.map +1 -0
  95. package/dist/br/MunicipalitySearch.js +74 -0
  96. package/dist/br/MunicipalitySearch.js.map +1 -0
  97. package/dist/br/MunicipalitySearch.module.cjs +2 -0
  98. package/dist/br/MunicipalitySearch.module.cjs.map +1 -0
  99. package/dist/br/MunicipalitySearch.module.js +11 -0
  100. package/dist/br/MunicipalitySearch.module.js.map +1 -0
  101. package/dist/br/br-geo.cjs +2 -0
  102. package/dist/br/br-geo.cjs.map +1 -0
  103. package/dist/br/br-geo.js +7 -0
  104. package/dist/br/br-geo.js.map +1 -0
  105. package/dist/br/data/br-centroids.cjs +2 -0
  106. package/dist/br/data/br-centroids.cjs.map +1 -0
  107. package/dist/br/data/br-centroids.js +38972 -0
  108. package/dist/br/data/br-centroids.js.map +1 -0
  109. package/dist/br/data/br-locations.cjs +2 -0
  110. package/dist/br/data/br-locations.cjs.map +1 -0
  111. package/dist/br/data/br-locations.js +198 -0
  112. package/dist/br/data/br-locations.js.map +1 -0
  113. package/dist/br/data/br-uf-geo.cjs +2 -0
  114. package/dist/br/data/br-uf-geo.cjs.map +1 -0
  115. package/dist/br/data/br-uf-geo.js +7134 -0
  116. package/dist/br/data/br-uf-geo.js.map +1 -0
  117. package/dist/br/data/mun/AC.cjs +2 -0
  118. package/dist/br/data/mun/AC.cjs.map +1 -0
  119. package/dist/br/data/mun/AC.js +992 -0
  120. package/dist/br/data/mun/AC.js.map +1 -0
  121. package/dist/br/data/mun/AL.cjs +2 -0
  122. package/dist/br/data/mun/AL.cjs.map +1 -0
  123. package/dist/br/data/mun/AL.js +2150 -0
  124. package/dist/br/data/mun/AL.js.map +1 -0
  125. package/dist/br/data/mun/AM.cjs +2 -0
  126. package/dist/br/data/mun/AM.cjs.map +1 -0
  127. package/dist/br/data/mun/AM.js +5062 -0
  128. package/dist/br/data/mun/AM.js.map +1 -0
  129. package/dist/br/data/mun/AP.cjs +2 -0
  130. package/dist/br/data/mun/AP.cjs.map +1 -0
  131. package/dist/br/data/mun/AP.js +995 -0
  132. package/dist/br/data/mun/AP.js.map +1 -0
  133. package/dist/br/data/mun/BA.cjs +2 -0
  134. package/dist/br/data/mun/BA.cjs.map +1 -0
  135. package/dist/br/data/mun/BA.js +10762 -0
  136. package/dist/br/data/mun/BA.js.map +1 -0
  137. package/dist/br/data/mun/CE.cjs +2 -0
  138. package/dist/br/data/mun/CE.cjs.map +1 -0
  139. package/dist/br/data/mun/CE.js +4844 -0
  140. package/dist/br/data/mun/CE.js.map +1 -0
  141. package/dist/br/data/mun/DF.cjs +2 -0
  142. package/dist/br/data/mun/DF.cjs.map +1 -0
  143. package/dist/br/data/mun/DF.js +37 -0
  144. package/dist/br/data/mun/DF.js.map +1 -0
  145. package/dist/br/data/mun/ES.cjs +2 -0
  146. package/dist/br/data/mun/ES.cjs.map +1 -0
  147. package/dist/br/data/mun/ES.js +2064 -0
  148. package/dist/br/data/mun/ES.js.map +1 -0
  149. package/dist/br/data/mun/GO.cjs +2 -0
  150. package/dist/br/data/mun/GO.cjs.map +1 -0
  151. package/dist/br/data/mun/GO.js +7617 -0
  152. package/dist/br/data/mun/GO.js.map +1 -0
  153. package/dist/br/data/mun/MA.cjs +2 -0
  154. package/dist/br/data/mun/MA.cjs.map +1 -0
  155. package/dist/br/data/mun/MA.js +6260 -0
  156. package/dist/br/data/mun/MA.js.map +1 -0
  157. package/dist/br/data/mun/MG.cjs +2 -0
  158. package/dist/br/data/mun/MG.cjs.map +1 -0
  159. package/dist/br/data/mun/MG.js +22545 -0
  160. package/dist/br/data/mun/MG.js.map +1 -0
  161. package/dist/br/data/mun/MS.cjs +2 -0
  162. package/dist/br/data/mun/MS.cjs.map +1 -0
  163. package/dist/br/data/mun/MS.js +3261 -0
  164. package/dist/br/data/mun/MS.js.map +1 -0
  165. package/dist/br/data/mun/MT.cjs +2 -0
  166. package/dist/br/data/mun/MT.cjs.map +1 -0
  167. package/dist/br/data/mun/MT.js +6459 -0
  168. package/dist/br/data/mun/MT.js.map +1 -0
  169. package/dist/br/data/mun/PA.cjs +2 -0
  170. package/dist/br/data/mun/PA.cjs.map +1 -0
  171. package/dist/br/data/mun/PA.js +6738 -0
  172. package/dist/br/data/mun/PA.js.map +1 -0
  173. package/dist/br/data/mun/PB.cjs +2 -0
  174. package/dist/br/data/mun/PB.cjs.map +1 -0
  175. package/dist/br/data/mun/PB.js +4735 -0
  176. package/dist/br/data/mun/PB.js.map +1 -0
  177. package/dist/br/data/mun/PE.cjs +2 -0
  178. package/dist/br/data/mun/PE.cjs.map +1 -0
  179. package/dist/br/data/mun/PE.js +4380 -0
  180. package/dist/br/data/mun/PE.js.map +1 -0
  181. package/dist/br/data/mun/PI.cjs +2 -0
  182. package/dist/br/data/mun/PI.cjs.map +1 -0
  183. package/dist/br/data/mun/PI.js +5789 -0
  184. package/dist/br/data/mun/PI.js.map +1 -0
  185. package/dist/br/data/mun/PR.cjs +2 -0
  186. package/dist/br/data/mun/PR.cjs.map +1 -0
  187. package/dist/br/data/mun/PR.js +10320 -0
  188. package/dist/br/data/mun/PR.js.map +1 -0
  189. package/dist/br/data/mun/RJ.cjs +2 -0
  190. package/dist/br/data/mun/RJ.cjs.map +1 -0
  191. package/dist/br/data/mun/RJ.js +2310 -0
  192. package/dist/br/data/mun/RJ.js.map +1 -0
  193. package/dist/br/data/mun/RN.cjs +2 -0
  194. package/dist/br/data/mun/RN.cjs.map +1 -0
  195. package/dist/br/data/mun/RN.js +3545 -0
  196. package/dist/br/data/mun/RN.js.map +1 -0
  197. package/dist/br/data/mun/RO.cjs +2 -0
  198. package/dist/br/data/mun/RO.cjs.map +1 -0
  199. package/dist/br/data/mun/RO.js +2173 -0
  200. package/dist/br/data/mun/RO.js.map +1 -0
  201. package/dist/br/data/mun/RR.cjs +2 -0
  202. package/dist/br/data/mun/RR.cjs.map +1 -0
  203. package/dist/br/data/mun/RR.js +992 -0
  204. package/dist/br/data/mun/RR.js.map +1 -0
  205. package/dist/br/data/mun/RS.cjs +2 -0
  206. package/dist/br/data/mun/RS.cjs.map +1 -0
  207. package/dist/br/data/mun/RS.js +12694 -0
  208. package/dist/br/data/mun/RS.js.map +1 -0
  209. package/dist/br/data/mun/SC.cjs +2 -0
  210. package/dist/br/data/mun/SC.cjs.map +1 -0
  211. package/dist/br/data/mun/SC.js +7028 -0
  212. package/dist/br/data/mun/SC.js.map +1 -0
  213. package/dist/br/data/mun/SE.cjs +2 -0
  214. package/dist/br/data/mun/SE.cjs.map +1 -0
  215. package/dist/br/data/mun/SE.js +1588 -0
  216. package/dist/br/data/mun/SE.js.map +1 -0
  217. package/dist/br/data/mun/SP.cjs +2 -0
  218. package/dist/br/data/mun/SP.cjs.map +1 -0
  219. package/dist/br/data/mun/SP.js +15019 -0
  220. package/dist/br/data/mun/SP.js.map +1 -0
  221. package/dist/br/data/mun/TO.cjs +2 -0
  222. package/dist/br/data/mun/TO.cjs.map +1 -0
  223. package/dist/br/data/mun/TO.js +4510 -0
  224. package/dist/br/data/mun/TO.js.map +1 -0
  225. package/dist/br/geocode.cjs +2 -0
  226. package/dist/br/geocode.cjs.map +1 -0
  227. package/dist/br/geocode.js +91 -0
  228. package/dist/br/geocode.js.map +1 -0
  229. package/dist/br/locations.cjs +2 -0
  230. package/dist/br/locations.cjs.map +1 -0
  231. package/dist/br/locations.js +79 -0
  232. package/dist/br/locations.js.map +1 -0
  233. package/dist/br/regions.cjs +2 -0
  234. package/dist/br/regions.cjs.map +1 -0
  235. package/dist/br/regions.js +18 -0
  236. package/dist/br/regions.js.map +1 -0
  237. package/dist/br/scales.cjs +2 -0
  238. package/dist/br/scales.cjs.map +1 -0
  239. package/dist/br/scales.js +56 -0
  240. package/dist/br/scales.js.map +1 -0
  241. package/dist/br/state-geo.cjs +2 -0
  242. package/dist/br/state-geo.cjs.map +1 -0
  243. package/dist/br/state-geo.js +40 -0
  244. package/dist/br/state-geo.js.map +1 -0
  245. package/dist/br/svg-utils.cjs +2 -0
  246. package/dist/br/svg-utils.cjs.map +1 -0
  247. package/dist/br/svg-utils.js +53 -0
  248. package/dist/br/svg-utils.js.map +1 -0
  249. package/dist/br/use-map-hover.cjs +2 -0
  250. package/dist/br/use-map-hover.cjs.map +1 -0
  251. package/dist/br/use-map-hover.js +21 -0
  252. package/dist/br/use-map-hover.js.map +1 -0
  253. package/dist/br/use-map-zoom.cjs +2 -0
  254. package/dist/br/use-map-zoom.cjs.map +1 -0
  255. package/dist/br/use-map-zoom.js +72 -0
  256. package/dist/br/use-map-zoom.js.map +1 -0
  257. package/dist/br.cjs +2 -2
  258. package/dist/br.cjs.map +1 -1
  259. package/dist/br.d.ts +1 -1
  260. package/dist/br.js +19 -949
  261. package/dist/br.js.map +1 -1
  262. package/dist/charts/AreaChart.cjs +2 -0
  263. package/dist/charts/AreaChart.cjs.map +1 -0
  264. package/dist/charts/AreaChart.js +43 -0
  265. package/dist/charts/AreaChart.js.map +1 -0
  266. package/dist/charts/BarChart.cjs +2 -0
  267. package/dist/charts/BarChart.cjs.map +1 -0
  268. package/dist/charts/BarChart.js +37 -0
  269. package/dist/charts/BarChart.js.map +1 -0
  270. package/dist/charts/LineChart.cjs +2 -0
  271. package/dist/charts/LineChart.cjs.map +1 -0
  272. package/dist/charts/LineChart.js +38 -0
  273. package/dist/charts/LineChart.js.map +1 -0
  274. package/dist/charts/PieChart.cjs +2 -0
  275. package/dist/charts/PieChart.cjs.map +1 -0
  276. package/dist/charts/PieChart.js +36 -0
  277. package/dist/charts/PieChart.js.map +1 -0
  278. package/dist/charts/RadarChart.cjs +2 -0
  279. package/dist/charts/RadarChart.cjs.map +1 -0
  280. package/dist/charts/RadarChart.js +41 -0
  281. package/dist/charts/RadarChart.js.map +1 -0
  282. package/dist/charts/palette.cjs +2 -0
  283. package/dist/charts/palette.cjs.map +1 -0
  284. package/dist/charts/palette.js +13 -0
  285. package/dist/charts/palette.js.map +1 -0
  286. package/dist/charts/types.cjs +2 -0
  287. package/dist/charts/types.cjs.map +1 -0
  288. package/dist/charts/types.js +8 -0
  289. package/dist/charts/types.js.map +1 -0
  290. package/dist/charts.cjs +1 -2
  291. package/dist/charts.d.ts +1 -1
  292. package/dist/charts.js +7 -196
  293. package/dist/components/Accordion/Accordion.cjs +2 -0
  294. package/dist/components/Accordion/Accordion.cjs.map +1 -0
  295. package/dist/components/Accordion/Accordion.js +65 -0
  296. package/dist/components/Accordion/Accordion.js.map +1 -0
  297. package/dist/components/Accordion/Accordion.module.cjs +2 -0
  298. package/dist/components/Accordion/Accordion.module.cjs.map +1 -0
  299. package/dist/components/Accordion/Accordion.module.js +14 -0
  300. package/dist/components/Accordion/Accordion.module.js.map +1 -0
  301. package/dist/components/Alert/Alert.cjs +2 -0
  302. package/dist/components/Alert/Alert.cjs.map +1 -0
  303. package/dist/components/Alert/Alert.js +57 -0
  304. package/dist/components/Alert/Alert.js.map +1 -0
  305. package/dist/components/Alert/Alert.module.cjs +2 -0
  306. package/dist/components/Alert/Alert.module.cjs.map +1 -0
  307. package/dist/components/Alert/Alert.module.js +20 -0
  308. package/dist/components/Alert/Alert.module.js.map +1 -0
  309. package/dist/components/AppBar/AppBar.cjs +2 -0
  310. package/dist/components/AppBar/AppBar.cjs.map +1 -0
  311. package/dist/components/AppBar/AppBar.js +43 -0
  312. package/dist/components/AppBar/AppBar.js.map +1 -0
  313. package/dist/components/AppBar/AppBar.module.cjs +2 -0
  314. package/dist/components/AppBar/AppBar.module.cjs.map +1 -0
  315. package/dist/components/AppBar/AppBar.module.js +20 -0
  316. package/dist/components/AppBar/AppBar.module.js.map +1 -0
  317. package/dist/components/AppShell/AppShell.cjs +2 -0
  318. package/dist/components/AppShell/AppShell.cjs.map +1 -0
  319. package/dist/components/AppShell/AppShell.js +40 -0
  320. package/dist/components/AppShell/AppShell.js.map +1 -0
  321. package/dist/components/AppShell/AppShell.module.cjs +2 -0
  322. package/dist/components/AppShell/AppShell.module.cjs.map +1 -0
  323. package/dist/components/AppShell/AppShell.module.js +14 -0
  324. package/dist/components/AppShell/AppShell.module.js.map +1 -0
  325. package/dist/components/AspectRatio/AspectRatio.cjs +2 -0
  326. package/dist/components/AspectRatio/AspectRatio.cjs.map +1 -0
  327. package/dist/components/AspectRatio/AspectRatio.js +20 -0
  328. package/dist/components/AspectRatio/AspectRatio.js.map +1 -0
  329. package/dist/components/AspectRatio/AspectRatio.module.cjs +2 -0
  330. package/dist/components/AspectRatio/AspectRatio.module.cjs.map +1 -0
  331. package/dist/components/AspectRatio/AspectRatio.module.js +6 -0
  332. package/dist/components/AspectRatio/AspectRatio.module.js.map +1 -0
  333. package/dist/components/Avatar/Avatar.cjs +2 -0
  334. package/dist/components/Avatar/Avatar.cjs.map +1 -0
  335. package/dist/components/Avatar/Avatar.js +37 -0
  336. package/dist/components/Avatar/Avatar.js.map +1 -0
  337. package/dist/components/Avatar/Avatar.module.cjs +2 -0
  338. package/dist/components/Avatar/Avatar.module.cjs.map +1 -0
  339. package/dist/components/Avatar/Avatar.module.js +19 -0
  340. package/dist/components/Avatar/Avatar.module.js.map +1 -0
  341. package/dist/components/Badge/Badge.cjs +2 -0
  342. package/dist/components/Badge/Badge.cjs.map +1 -0
  343. package/dist/components/Badge/Badge.js +18 -0
  344. package/dist/components/Badge/Badge.js.map +1 -0
  345. package/dist/components/Badge/Badge.module.cjs +2 -0
  346. package/dist/components/Badge/Badge.module.cjs.map +1 -0
  347. package/dist/components/Badge/Badge.module.js +21 -0
  348. package/dist/components/Badge/Badge.module.js.map +1 -0
  349. package/dist/components/Banner/Banner.cjs +2 -0
  350. package/dist/components/Banner/Banner.cjs.map +1 -0
  351. package/dist/components/Banner/Banner.js +46 -0
  352. package/dist/components/Banner/Banner.js.map +1 -0
  353. package/dist/components/Banner/Banner.module.cjs +2 -0
  354. package/dist/components/Banner/Banner.module.cjs.map +1 -0
  355. package/dist/components/Banner/Banner.module.js +18 -0
  356. package/dist/components/Banner/Banner.module.js.map +1 -0
  357. package/dist/components/BottomNavigation/BottomNavigation.cjs +2 -0
  358. package/dist/components/BottomNavigation/BottomNavigation.cjs.map +1 -0
  359. package/dist/components/BottomNavigation/BottomNavigation.js +38 -0
  360. package/dist/components/BottomNavigation/BottomNavigation.js.map +1 -0
  361. package/dist/components/BottomNavigation/BottomNavigation.module.cjs +2 -0
  362. package/dist/components/BottomNavigation/BottomNavigation.module.cjs.map +1 -0
  363. package/dist/components/BottomNavigation/BottomNavigation.module.js +14 -0
  364. package/dist/components/BottomNavigation/BottomNavigation.module.js.map +1 -0
  365. package/dist/components/BottomSheet/BottomSheet.cjs +2 -0
  366. package/dist/components/BottomSheet/BottomSheet.cjs.map +1 -0
  367. package/dist/components/BottomSheet/BottomSheet.js +58 -0
  368. package/dist/components/BottomSheet/BottomSheet.js.map +1 -0
  369. package/dist/components/BottomSheet/BottomSheet.module.cjs +2 -0
  370. package/dist/components/BottomSheet/BottomSheet.module.cjs.map +1 -0
  371. package/dist/components/BottomSheet/BottomSheet.module.js +16 -0
  372. package/dist/components/BottomSheet/BottomSheet.module.js.map +1 -0
  373. package/dist/components/Breadcrumbs/Breadcrumbs.cjs +2 -0
  374. package/dist/components/Breadcrumbs/Breadcrumbs.cjs.map +1 -0
  375. package/dist/components/Breadcrumbs/Breadcrumbs.js +37 -0
  376. package/dist/components/Breadcrumbs/Breadcrumbs.js.map +1 -0
  377. package/dist/components/Breadcrumbs/Breadcrumbs.module.cjs +2 -0
  378. package/dist/components/Breadcrumbs/Breadcrumbs.module.cjs.map +1 -0
  379. package/dist/components/Breadcrumbs/Breadcrumbs.module.js +12 -0
  380. package/dist/components/Breadcrumbs/Breadcrumbs.module.js.map +1 -0
  381. package/dist/components/Button/Button.cjs +2 -0
  382. package/dist/components/Button/Button.cjs.map +1 -0
  383. package/dist/components/Button/Button.js +42 -0
  384. package/dist/components/Button/Button.js.map +1 -0
  385. package/dist/components/Button/Button.module.cjs +2 -0
  386. package/dist/components/Button/Button.module.cjs.map +1 -0
  387. package/dist/components/Button/Button.module.js +29 -0
  388. package/dist/components/Button/Button.module.js.map +1 -0
  389. package/dist/components/Calendar/Calendar.cjs +2 -0
  390. package/dist/components/Calendar/Calendar.cjs.map +1 -0
  391. package/dist/components/Calendar/Calendar.js +163 -0
  392. package/dist/components/Calendar/Calendar.js.map +1 -0
  393. package/dist/components/Calendar/Calendar.module.cjs +2 -0
  394. package/dist/components/Calendar/Calendar.module.cjs.map +1 -0
  395. package/dist/components/Calendar/Calendar.module.js +18 -0
  396. package/dist/components/Calendar/Calendar.module.js.map +1 -0
  397. package/dist/components/Card/Card.cjs +2 -0
  398. package/dist/components/Card/Card.cjs.map +1 -0
  399. package/dist/components/Card/Card.js +33 -0
  400. package/dist/components/Card/Card.js.map +1 -0
  401. package/dist/components/Card/Card.module.cjs +2 -0
  402. package/dist/components/Card/Card.module.cjs.map +1 -0
  403. package/dist/components/Card/Card.module.js +18 -0
  404. package/dist/components/Card/Card.module.js.map +1 -0
  405. package/dist/components/Carousel/Carousel.cjs +2 -0
  406. package/dist/components/Carousel/Carousel.cjs.map +1 -0
  407. package/dist/components/Carousel/Carousel.js +76 -0
  408. package/dist/components/Carousel/Carousel.js.map +1 -0
  409. package/dist/components/Carousel/Carousel.module.cjs +2 -0
  410. package/dist/components/Carousel/Carousel.module.cjs.map +1 -0
  411. package/dist/components/Carousel/Carousel.module.js +17 -0
  412. package/dist/components/Carousel/Carousel.module.js.map +1 -0
  413. package/dist/components/Center/Center.cjs +2 -0
  414. package/dist/components/Center/Center.cjs.map +1 -0
  415. package/dist/components/Center/Center.js +21 -0
  416. package/dist/components/Center/Center.js.map +1 -0
  417. package/dist/components/Center/Center.module.cjs +2 -0
  418. package/dist/components/Center/Center.module.cjs.map +1 -0
  419. package/dist/components/Center/Center.module.js +11 -0
  420. package/dist/components/Center/Center.module.js.map +1 -0
  421. package/dist/components/Checkbox/Checkbox.cjs +2 -0
  422. package/dist/components/Checkbox/Checkbox.cjs.map +1 -0
  423. package/dist/components/Checkbox/Checkbox.js +74 -0
  424. package/dist/components/Checkbox/Checkbox.js.map +1 -0
  425. package/dist/components/Checkbox/Checkbox.module.cjs +2 -0
  426. package/dist/components/Checkbox/Checkbox.module.cjs.map +1 -0
  427. package/dist/components/Checkbox/Checkbox.module.js +14 -0
  428. package/dist/components/Checkbox/Checkbox.module.js.map +1 -0
  429. package/dist/components/ChipInput/ChipInput.cjs +2 -0
  430. package/dist/components/ChipInput/ChipInput.cjs.map +1 -0
  431. package/dist/components/ChipInput/ChipInput.js +82 -0
  432. package/dist/components/ChipInput/ChipInput.js.map +1 -0
  433. package/dist/components/ChipInput/ChipInput.module.cjs +2 -0
  434. package/dist/components/ChipInput/ChipInput.module.cjs.map +1 -0
  435. package/dist/components/ChipInput/ChipInput.module.js +16 -0
  436. package/dist/components/ChipInput/ChipInput.module.js.map +1 -0
  437. package/dist/components/ClickOutside/ClickOutside.cjs +2 -0
  438. package/dist/components/ClickOutside/ClickOutside.cjs.map +1 -0
  439. package/dist/components/ClickOutside/ClickOutside.js +24 -0
  440. package/dist/components/ClickOutside/ClickOutside.js.map +1 -0
  441. package/dist/components/Collapsible/Collapsible.cjs +2 -0
  442. package/dist/components/Collapsible/Collapsible.cjs.map +1 -0
  443. package/dist/components/Collapsible/Collapsible.js +39 -0
  444. package/dist/components/Collapsible/Collapsible.js.map +1 -0
  445. package/dist/components/Collapsible/Collapsible.module.cjs +2 -0
  446. package/dist/components/Collapsible/Collapsible.module.cjs.map +1 -0
  447. package/dist/components/Collapsible/Collapsible.module.js +10 -0
  448. package/dist/components/Collapsible/Collapsible.module.js.map +1 -0
  449. package/dist/components/Combobox/Combobox.cjs +2 -0
  450. package/dist/components/Combobox/Combobox.cjs.map +1 -0
  451. package/dist/components/Combobox/Combobox.js +98 -0
  452. package/dist/components/Combobox/Combobox.js.map +1 -0
  453. package/dist/components/Combobox/Combobox.module.cjs +2 -0
  454. package/dist/components/Combobox/Combobox.module.cjs.map +1 -0
  455. package/dist/components/Combobox/Combobox.module.js +20 -0
  456. package/dist/components/Combobox/Combobox.module.js.map +1 -0
  457. package/dist/components/Command/Command.cjs +2 -0
  458. package/dist/components/Command/Command.cjs.map +1 -0
  459. package/dist/components/Command/Command.js +149 -0
  460. package/dist/components/Command/Command.js.map +1 -0
  461. package/dist/components/Command/Command.module.cjs +2 -0
  462. package/dist/components/Command/Command.module.cjs.map +1 -0
  463. package/dist/components/Command/Command.module.js +23 -0
  464. package/dist/components/Command/Command.module.js.map +1 -0
  465. package/dist/components/ConditionalWrapper/ConditionalWrapper.cjs +2 -0
  466. package/dist/components/ConditionalWrapper/ConditionalWrapper.cjs.map +1 -0
  467. package/dist/components/ConditionalWrapper/ConditionalWrapper.js +9 -0
  468. package/dist/components/ConditionalWrapper/ConditionalWrapper.js.map +1 -0
  469. package/dist/components/ConfirmDialog/ConfirmDialog.cjs +2 -0
  470. package/dist/components/ConfirmDialog/ConfirmDialog.cjs.map +1 -0
  471. package/dist/components/ConfirmDialog/ConfirmDialog.js +28 -0
  472. package/dist/components/ConfirmDialog/ConfirmDialog.js.map +1 -0
  473. package/dist/components/ContextMenu/ContextMenu.cjs +2 -0
  474. package/dist/components/ContextMenu/ContextMenu.cjs.map +1 -0
  475. package/dist/components/ContextMenu/ContextMenu.js +91 -0
  476. package/dist/components/ContextMenu/ContextMenu.js.map +1 -0
  477. package/dist/components/ContextMenu/ContextMenu.module.cjs +2 -0
  478. package/dist/components/ContextMenu/ContextMenu.module.cjs.map +1 -0
  479. package/dist/components/ContextMenu/ContextMenu.module.js +14 -0
  480. package/dist/components/ContextMenu/ContextMenu.module.js.map +1 -0
  481. package/dist/components/CopyButton/CopyButton.cjs +2 -0
  482. package/dist/components/CopyButton/CopyButton.cjs.map +1 -0
  483. package/dist/components/CopyButton/CopyButton.js +34 -0
  484. package/dist/components/CopyButton/CopyButton.js.map +1 -0
  485. package/dist/components/CopyButton/CopyButton.module.cjs +2 -0
  486. package/dist/components/CopyButton/CopyButton.module.cjs.map +1 -0
  487. package/dist/components/CopyButton/CopyButton.module.js +9 -0
  488. package/dist/components/CopyButton/CopyButton.module.js.map +1 -0
  489. package/dist/components/DataList/DataList.cjs +2 -0
  490. package/dist/components/DataList/DataList.cjs.map +1 -0
  491. package/dist/components/DataList/DataList.js +18 -0
  492. package/dist/components/DataList/DataList.js.map +1 -0
  493. package/dist/components/DataList/DataList.module.cjs +2 -0
  494. package/dist/components/DataList/DataList.module.cjs.map +1 -0
  495. package/dist/components/DataList/DataList.module.js +9 -0
  496. package/dist/components/DataList/DataList.module.js.map +1 -0
  497. package/dist/components/DataTable/DataTable.cjs +2 -0
  498. package/dist/components/DataTable/DataTable.cjs.map +1 -0
  499. package/dist/components/DataTable/DataTable.js +111 -0
  500. package/dist/components/DataTable/DataTable.js.map +1 -0
  501. package/dist/components/DataTable/DataTable.module.cjs +2 -0
  502. package/dist/components/DataTable/DataTable.module.cjs.map +1 -0
  503. package/dist/components/DataTable/DataTable.module.js +11 -0
  504. package/dist/components/DataTable/DataTable.module.js.map +1 -0
  505. package/dist/components/DatePicker/DatePicker.cjs +2 -0
  506. package/dist/components/DatePicker/DatePicker.cjs.map +1 -0
  507. package/dist/components/DatePicker/DatePicker.js +17 -0
  508. package/dist/components/DatePicker/DatePicker.js.map +1 -0
  509. package/dist/components/DateRangePicker/DateRangePicker.cjs +2 -0
  510. package/dist/components/DateRangePicker/DateRangePicker.cjs.map +1 -0
  511. package/dist/components/DateRangePicker/DateRangePicker.js +165 -0
  512. package/dist/components/DateRangePicker/DateRangePicker.js.map +1 -0
  513. package/dist/components/DateRangePicker/DateRangePicker.module.cjs +2 -0
  514. package/dist/components/DateRangePicker/DateRangePicker.module.cjs.map +1 -0
  515. package/dist/components/DateRangePicker/DateRangePicker.module.js +24 -0
  516. package/dist/components/DateRangePicker/DateRangePicker.module.js.map +1 -0
  517. package/dist/components/DescriptionList/DescriptionList.cjs +2 -0
  518. package/dist/components/DescriptionList/DescriptionList.cjs.map +1 -0
  519. package/dist/components/DescriptionList/DescriptionList.js +22 -0
  520. package/dist/components/DescriptionList/DescriptionList.js.map +1 -0
  521. package/dist/components/DescriptionList/DescriptionList.module.cjs +2 -0
  522. package/dist/components/DescriptionList/DescriptionList.module.cjs.map +1 -0
  523. package/dist/components/DescriptionList/DescriptionList.module.js +10 -0
  524. package/dist/components/DescriptionList/DescriptionList.module.js.map +1 -0
  525. package/dist/components/Divider/Divider.cjs +2 -0
  526. package/dist/components/Divider/Divider.cjs.map +1 -0
  527. package/dist/components/Divider/Divider.js +22 -0
  528. package/dist/components/Divider/Divider.js.map +1 -0
  529. package/dist/components/Divider/Divider.module.cjs +2 -0
  530. package/dist/components/Divider/Divider.module.cjs.map +1 -0
  531. package/dist/components/Divider/Divider.module.js +14 -0
  532. package/dist/components/Divider/Divider.module.js.map +1 -0
  533. package/dist/components/Drawer/Drawer.cjs +2 -0
  534. package/dist/components/Drawer/Drawer.cjs.map +1 -0
  535. package/dist/components/Drawer/Drawer.js +79 -0
  536. package/dist/components/Drawer/Drawer.js.map +1 -0
  537. package/dist/components/Drawer/Drawer.module.cjs +2 -0
  538. package/dist/components/Drawer/Drawer.module.cjs.map +1 -0
  539. package/dist/components/Drawer/Drawer.module.js +25 -0
  540. package/dist/components/Drawer/Drawer.module.js.map +1 -0
  541. package/dist/components/DropdownMenu/DropdownMenu.cjs +2 -0
  542. package/dist/components/DropdownMenu/DropdownMenu.cjs.map +1 -0
  543. package/dist/components/DropdownMenu/DropdownMenu.js +100 -0
  544. package/dist/components/DropdownMenu/DropdownMenu.js.map +1 -0
  545. package/dist/components/DropdownMenu/DropdownMenu.module.cjs +2 -0
  546. package/dist/components/DropdownMenu/DropdownMenu.module.cjs.map +1 -0
  547. package/dist/components/DropdownMenu/DropdownMenu.module.js +19 -0
  548. package/dist/components/DropdownMenu/DropdownMenu.module.js.map +1 -0
  549. package/dist/components/Dropzone/Dropzone.cjs +2 -0
  550. package/dist/components/Dropzone/Dropzone.cjs.map +1 -0
  551. package/dist/components/Dropzone/Dropzone.js +60 -0
  552. package/dist/components/Dropzone/Dropzone.js.map +1 -0
  553. package/dist/components/Dropzone/Dropzone.module.cjs +2 -0
  554. package/dist/components/Dropzone/Dropzone.module.cjs.map +1 -0
  555. package/dist/components/Dropzone/Dropzone.module.js +12 -0
  556. package/dist/components/Dropzone/Dropzone.module.js.map +1 -0
  557. package/dist/components/EmptyState/EmptyState.cjs +2 -0
  558. package/dist/components/EmptyState/EmptyState.cjs.map +1 -0
  559. package/dist/components/EmptyState/EmptyState.js +31 -0
  560. package/dist/components/EmptyState/EmptyState.js.map +1 -0
  561. package/dist/components/EmptyState/EmptyState.module.cjs +2 -0
  562. package/dist/components/EmptyState/EmptyState.module.cjs.map +1 -0
  563. package/dist/components/EmptyState/EmptyState.module.js +12 -0
  564. package/dist/components/EmptyState/EmptyState.module.js.map +1 -0
  565. package/dist/components/ErrorState/ErrorState.cjs +2 -0
  566. package/dist/components/ErrorState/ErrorState.cjs.map +1 -0
  567. package/dist/components/ErrorState/ErrorState.js +51 -0
  568. package/dist/components/ErrorState/ErrorState.js.map +1 -0
  569. package/dist/components/ErrorState/ErrorState.module.cjs +2 -0
  570. package/dist/components/ErrorState/ErrorState.module.cjs.map +1 -0
  571. package/dist/components/ErrorState/ErrorState.module.js +12 -0
  572. package/dist/components/ErrorState/ErrorState.module.js.map +1 -0
  573. package/dist/components/ErrorText/ErrorText.cjs +2 -0
  574. package/dist/components/ErrorText/ErrorText.cjs.map +1 -0
  575. package/dist/components/ErrorText/ErrorText.js +16 -0
  576. package/dist/components/ErrorText/ErrorText.js.map +1 -0
  577. package/dist/components/ErrorText/ErrorText.module.cjs +2 -0
  578. package/dist/components/ErrorText/ErrorText.module.cjs.map +1 -0
  579. package/dist/components/ErrorText/ErrorText.module.js +6 -0
  580. package/dist/components/ErrorText/ErrorText.module.js.map +1 -0
  581. package/dist/components/FileUpload/FileUpload.cjs +2 -0
  582. package/dist/components/FileUpload/FileUpload.cjs.map +1 -0
  583. package/dist/components/FileUpload/FileUpload.js +129 -0
  584. package/dist/components/FileUpload/FileUpload.js.map +1 -0
  585. package/dist/components/FileUpload/FileUpload.module.cjs +2 -0
  586. package/dist/components/FileUpload/FileUpload.module.cjs.map +1 -0
  587. package/dist/components/FileUpload/FileUpload.module.js +20 -0
  588. package/dist/components/FileUpload/FileUpload.module.js.map +1 -0
  589. package/dist/components/FloatingActionButton/FloatingActionButton.cjs +2 -0
  590. package/dist/components/FloatingActionButton/FloatingActionButton.cjs.map +1 -0
  591. package/dist/components/FloatingActionButton/FloatingActionButton.js +23 -0
  592. package/dist/components/FloatingActionButton/FloatingActionButton.js.map +1 -0
  593. package/dist/components/FloatingActionButton/FloatingActionButton.module.cjs +2 -0
  594. package/dist/components/FloatingActionButton/FloatingActionButton.module.cjs.map +1 -0
  595. package/dist/components/FloatingActionButton/FloatingActionButton.module.js +20 -0
  596. package/dist/components/FloatingActionButton/FloatingActionButton.module.js.map +1 -0
  597. package/dist/components/For/For.cjs +2 -0
  598. package/dist/components/For/For.cjs.map +1 -0
  599. package/dist/components/For/For.js +10 -0
  600. package/dist/components/For/For.js.map +1 -0
  601. package/dist/components/Form/Form.cjs +2 -0
  602. package/dist/components/Form/Form.cjs.map +1 -0
  603. package/dist/components/Form/Form.js +78 -0
  604. package/dist/components/Form/Form.js.map +1 -0
  605. package/dist/components/Form/Form.module.cjs +2 -0
  606. package/dist/components/Form/Form.module.cjs.map +1 -0
  607. package/dist/components/Form/Form.module.js +22 -0
  608. package/dist/components/Form/Form.module.js.map +1 -0
  609. package/dist/components/HoverCard/HoverCard.cjs +2 -0
  610. package/dist/components/HoverCard/HoverCard.cjs.map +1 -0
  611. package/dist/components/HoverCard/HoverCard.js +36 -0
  612. package/dist/components/HoverCard/HoverCard.js.map +1 -0
  613. package/dist/components/HoverCard/HoverCard.module.cjs +2 -0
  614. package/dist/components/HoverCard/HoverCard.module.cjs.map +1 -0
  615. package/dist/components/HoverCard/HoverCard.module.js +15 -0
  616. package/dist/components/HoverCard/HoverCard.module.js.map +1 -0
  617. package/dist/components/Image/Image.cjs +2 -0
  618. package/dist/components/Image/Image.cjs.map +1 -0
  619. package/dist/components/Image/Image.js +22 -0
  620. package/dist/components/Image/Image.js.map +1 -0
  621. package/dist/components/Image/Image.module.cjs +2 -0
  622. package/dist/components/Image/Image.module.cjs.map +1 -0
  623. package/dist/components/Image/Image.module.js +6 -0
  624. package/dist/components/Image/Image.module.js.map +1 -0
  625. package/dist/components/Input/Input.cjs +2 -0
  626. package/dist/components/Input/Input.cjs.map +1 -0
  627. package/dist/components/Input/Input.js +56 -0
  628. package/dist/components/Input/Input.js.map +1 -0
  629. package/dist/components/Input/Input.module.cjs +2 -0
  630. package/dist/components/Input/Input.module.cjs.map +1 -0
  631. package/dist/components/Input/Input.module.js +22 -0
  632. package/dist/components/Input/Input.module.js.map +1 -0
  633. package/dist/components/InstallBanner/InstallBanner.cjs +2 -0
  634. package/dist/components/InstallBanner/InstallBanner.cjs.map +1 -0
  635. package/dist/components/InstallBanner/InstallBanner.js +65 -0
  636. package/dist/components/InstallBanner/InstallBanner.js.map +1 -0
  637. package/dist/components/InstallBanner/InstallBanner.module.cjs +2 -0
  638. package/dist/components/InstallBanner/InstallBanner.module.cjs.map +1 -0
  639. package/dist/components/InstallBanner/InstallBanner.module.js +13 -0
  640. package/dist/components/InstallBanner/InstallBanner.module.js.map +1 -0
  641. package/dist/components/InstallButton/InstallButton.cjs +2 -0
  642. package/dist/components/InstallButton/InstallButton.cjs.map +1 -0
  643. package/dist/components/InstallButton/InstallButton.js +18 -0
  644. package/dist/components/InstallButton/InstallButton.js.map +1 -0
  645. package/dist/components/Kbd/Kbd.cjs +2 -0
  646. package/dist/components/Kbd/Kbd.cjs.map +1 -0
  647. package/dist/components/Kbd/Kbd.js +15 -0
  648. package/dist/components/Kbd/Kbd.js.map +1 -0
  649. package/dist/components/Kbd/Kbd.module.cjs +2 -0
  650. package/dist/components/Kbd/Kbd.module.cjs.map +1 -0
  651. package/dist/components/Kbd/Kbd.module.js +11 -0
  652. package/dist/components/Kbd/Kbd.module.js.map +1 -0
  653. package/dist/components/Label/Label.cjs +2 -0
  654. package/dist/components/Label/Label.cjs.map +1 -0
  655. package/dist/components/Label/Label.js +21 -0
  656. package/dist/components/Label/Label.js.map +1 -0
  657. package/dist/components/Label/Label.module.cjs +2 -0
  658. package/dist/components/Label/Label.module.cjs.map +1 -0
  659. package/dist/components/Label/Label.module.js +9 -0
  660. package/dist/components/Label/Label.module.js.map +1 -0
  661. package/dist/components/Layout/Layout.cjs +2 -0
  662. package/dist/components/Layout/Layout.cjs.map +1 -0
  663. package/dist/components/Layout/Layout.js +56 -0
  664. package/dist/components/Layout/Layout.js.map +1 -0
  665. package/dist/components/Layout/Layout.module.cjs +2 -0
  666. package/dist/components/Layout/Layout.module.cjs.map +1 -0
  667. package/dist/components/Layout/Layout.module.js +26 -0
  668. package/dist/components/Layout/Layout.module.js.map +1 -0
  669. package/dist/components/ListTile/ListTile.cjs +2 -0
  670. package/dist/components/ListTile/ListTile.cjs.map +1 -0
  671. package/dist/components/ListTile/ListTile.js +41 -0
  672. package/dist/components/ListTile/ListTile.js.map +1 -0
  673. package/dist/components/ListTile/ListTile.module.cjs +2 -0
  674. package/dist/components/ListTile/ListTile.module.cjs.map +1 -0
  675. package/dist/components/ListTile/ListTile.module.js +16 -0
  676. package/dist/components/ListTile/ListTile.module.js.map +1 -0
  677. package/dist/components/Menubar/Menubar.cjs +2 -0
  678. package/dist/components/Menubar/Menubar.cjs.map +1 -0
  679. package/dist/components/Menubar/Menubar.js +96 -0
  680. package/dist/components/Menubar/Menubar.js.map +1 -0
  681. package/dist/components/Menubar/Menubar.module.cjs +2 -0
  682. package/dist/components/Menubar/Menubar.module.cjs.map +1 -0
  683. package/dist/components/Menubar/Menubar.module.js +17 -0
  684. package/dist/components/Menubar/Menubar.module.js.map +1 -0
  685. package/dist/components/Modal/Modal.cjs +2 -0
  686. package/dist/components/Modal/Modal.cjs.map +1 -0
  687. package/dist/components/Modal/Modal.js +83 -0
  688. package/dist/components/Modal/Modal.js.map +1 -0
  689. package/dist/components/Modal/Modal.module.cjs +2 -0
  690. package/dist/components/Modal/Modal.module.cjs.map +1 -0
  691. package/dist/components/Modal/Modal.module.js +24 -0
  692. package/dist/components/Modal/Modal.module.js.map +1 -0
  693. package/dist/components/ModalsManager/ModalsManager.cjs +2 -0
  694. package/dist/components/ModalsManager/ModalsManager.cjs.map +1 -0
  695. package/dist/components/ModalsManager/ModalsManager.js +97 -0
  696. package/dist/components/ModalsManager/ModalsManager.js.map +1 -0
  697. package/dist/components/ModalsManager/ModalsManager.module.cjs +2 -0
  698. package/dist/components/ModalsManager/ModalsManager.module.cjs.map +1 -0
  699. package/dist/components/ModalsManager/ModalsManager.module.js +6 -0
  700. package/dist/components/ModalsManager/ModalsManager.module.js.map +1 -0
  701. package/dist/components/Money/Money.cjs +2 -0
  702. package/dist/components/Money/Money.cjs.map +1 -0
  703. package/dist/components/Money/Money.js +16 -0
  704. package/dist/components/Money/Money.js.map +1 -0
  705. package/dist/components/MultiSelect/MultiSelect.cjs +2 -0
  706. package/dist/components/MultiSelect/MultiSelect.cjs.map +1 -0
  707. package/dist/components/MultiSelect/MultiSelect.js +130 -0
  708. package/dist/components/MultiSelect/MultiSelect.js.map +1 -0
  709. package/dist/components/MultiSelect/MultiSelect.module.cjs +2 -0
  710. package/dist/components/MultiSelect/MultiSelect.module.cjs.map +1 -0
  711. package/dist/components/MultiSelect/MultiSelect.module.js +23 -0
  712. package/dist/components/MultiSelect/MultiSelect.module.js.map +1 -0
  713. package/dist/components/NProgress/NProgress.cjs +2 -0
  714. package/dist/components/NProgress/NProgress.cjs.map +1 -0
  715. package/dist/components/NProgress/NProgress.js +87 -0
  716. package/dist/components/NProgress/NProgress.js.map +1 -0
  717. package/dist/components/NProgress/NProgress.module.cjs +2 -0
  718. package/dist/components/NProgress/NProgress.module.cjs.map +1 -0
  719. package/dist/components/NProgress/NProgress.module.js +6 -0
  720. package/dist/components/NProgress/NProgress.module.js.map +1 -0
  721. package/dist/components/Navbar/Navbar.cjs +2 -0
  722. package/dist/components/Navbar/Navbar.cjs.map +1 -0
  723. package/dist/components/Navbar/Navbar.js +28 -0
  724. package/dist/components/Navbar/Navbar.js.map +1 -0
  725. package/dist/components/Navbar/Navbar.module.cjs +2 -0
  726. package/dist/components/Navbar/Navbar.module.cjs.map +1 -0
  727. package/dist/components/Navbar/Navbar.module.js +16 -0
  728. package/dist/components/Navbar/Navbar.module.js.map +1 -0
  729. package/dist/components/NavigationMenu/NavigationMenu.cjs +2 -0
  730. package/dist/components/NavigationMenu/NavigationMenu.cjs.map +1 -0
  731. package/dist/components/NavigationMenu/NavigationMenu.js +82 -0
  732. package/dist/components/NavigationMenu/NavigationMenu.js.map +1 -0
  733. package/dist/components/NavigationMenu/NavigationMenu.module.cjs +2 -0
  734. package/dist/components/NavigationMenu/NavigationMenu.module.cjs.map +1 -0
  735. package/dist/components/NavigationMenu/NavigationMenu.module.js +15 -0
  736. package/dist/components/NavigationMenu/NavigationMenu.module.js.map +1 -0
  737. package/dist/components/NavigationRail/NavigationRail.cjs +2 -0
  738. package/dist/components/NavigationRail/NavigationRail.cjs.map +1 -0
  739. package/dist/components/NavigationRail/NavigationRail.js +51 -0
  740. package/dist/components/NavigationRail/NavigationRail.js.map +1 -0
  741. package/dist/components/NavigationRail/NavigationRail.module.cjs +2 -0
  742. package/dist/components/NavigationRail/NavigationRail.module.cjs.map +1 -0
  743. package/dist/components/NavigationRail/NavigationRail.module.js +17 -0
  744. package/dist/components/NavigationRail/NavigationRail.module.js.map +1 -0
  745. package/dist/components/OfflineIndicator/OfflineIndicator.cjs +2 -0
  746. package/dist/components/OfflineIndicator/OfflineIndicator.cjs.map +1 -0
  747. package/dist/components/OfflineIndicator/OfflineIndicator.js +36 -0
  748. package/dist/components/OfflineIndicator/OfflineIndicator.js.map +1 -0
  749. package/dist/components/OfflineIndicator/OfflineIndicator.module.cjs +2 -0
  750. package/dist/components/OfflineIndicator/OfflineIndicator.module.cjs.map +1 -0
  751. package/dist/components/OfflineIndicator/OfflineIndicator.module.js +13 -0
  752. package/dist/components/OfflineIndicator/OfflineIndicator.module.js.map +1 -0
  753. package/dist/components/Page/Page.cjs +2 -0
  754. package/dist/components/Page/Page.cjs.map +1 -0
  755. package/dist/components/Page/Page.js +52 -0
  756. package/dist/components/Page/Page.js.map +1 -0
  757. package/dist/components/Page/Page.module.cjs +2 -0
  758. package/dist/components/Page/Page.module.cjs.map +1 -0
  759. package/dist/components/Page/Page.module.js +18 -0
  760. package/dist/components/Page/Page.module.js.map +1 -0
  761. package/dist/components/Pagination/Pagination.cjs +2 -0
  762. package/dist/components/Pagination/Pagination.cjs.map +1 -0
  763. package/dist/components/Pagination/Pagination.js +75 -0
  764. package/dist/components/Pagination/Pagination.js.map +1 -0
  765. package/dist/components/Pagination/Pagination.module.cjs +2 -0
  766. package/dist/components/Pagination/Pagination.module.cjs.map +1 -0
  767. package/dist/components/Pagination/Pagination.module.js +15 -0
  768. package/dist/components/Pagination/Pagination.module.js.map +1 -0
  769. package/dist/components/PasswordInput/PasswordInput.cjs +2 -0
  770. package/dist/components/PasswordInput/PasswordInput.cjs.map +1 -0
  771. package/dist/components/PasswordInput/PasswordInput.js +78 -0
  772. package/dist/components/PasswordInput/PasswordInput.js.map +1 -0
  773. package/dist/components/PasswordInput/PasswordInput.module.cjs +2 -0
  774. package/dist/components/PasswordInput/PasswordInput.module.cjs.map +1 -0
  775. package/dist/components/PasswordInput/PasswordInput.module.js +26 -0
  776. package/dist/components/PasswordInput/PasswordInput.module.js.map +1 -0
  777. package/dist/components/PinInput/PinInput.cjs +2 -0
  778. package/dist/components/PinInput/PinInput.cjs.map +1 -0
  779. package/dist/components/PinInput/PinInput.js +78 -0
  780. package/dist/components/PinInput/PinInput.js.map +1 -0
  781. package/dist/components/PinInput/PinInput.module.cjs +2 -0
  782. package/dist/components/PinInput/PinInput.module.cjs.map +1 -0
  783. package/dist/components/PinInput/PinInput.module.js +17 -0
  784. package/dist/components/PinInput/PinInput.module.js.map +1 -0
  785. package/dist/components/Popover/Popover.cjs +2 -0
  786. package/dist/components/Popover/Popover.cjs.map +1 -0
  787. package/dist/components/Popover/Popover.js +51 -0
  788. package/dist/components/Popover/Popover.js.map +1 -0
  789. package/dist/components/Popover/Popover.module.cjs +2 -0
  790. package/dist/components/Popover/Popover.module.cjs.map +1 -0
  791. package/dist/components/Popover/Popover.module.js +14 -0
  792. package/dist/components/Popover/Popover.module.js.map +1 -0
  793. package/dist/components/Portal/Portal.cjs +2 -0
  794. package/dist/components/Portal/Portal.cjs.map +1 -0
  795. package/dist/components/Portal/Portal.js +11 -0
  796. package/dist/components/Portal/Portal.js.map +1 -0
  797. package/dist/components/Progress/Progress.cjs +2 -0
  798. package/dist/components/Progress/Progress.cjs.map +1 -0
  799. package/dist/components/Progress/Progress.js +30 -0
  800. package/dist/components/Progress/Progress.js.map +1 -0
  801. package/dist/components/Progress/Progress.module.cjs +2 -0
  802. package/dist/components/Progress/Progress.module.cjs.map +1 -0
  803. package/dist/components/Progress/Progress.module.js +16 -0
  804. package/dist/components/Progress/Progress.module.js.map +1 -0
  805. package/dist/components/Radio/Radio.cjs +2 -0
  806. package/dist/components/Radio/Radio.cjs.map +1 -0
  807. package/dist/components/Radio/Radio.js +64 -0
  808. package/dist/components/Radio/Radio.js.map +1 -0
  809. package/dist/components/Radio/Radio.module.cjs +2 -0
  810. package/dist/components/Radio/Radio.module.cjs.map +1 -0
  811. package/dist/components/Radio/Radio.module.js +16 -0
  812. package/dist/components/Radio/Radio.module.js.map +1 -0
  813. package/dist/components/RangeSlider/RangeSlider.cjs +2 -0
  814. package/dist/components/RangeSlider/RangeSlider.cjs.map +1 -0
  815. package/dist/components/RangeSlider/RangeSlider.js +76 -0
  816. package/dist/components/RangeSlider/RangeSlider.js.map +1 -0
  817. package/dist/components/RangeSlider/RangeSlider.module.cjs +2 -0
  818. package/dist/components/RangeSlider/RangeSlider.module.cjs.map +1 -0
  819. package/dist/components/RangeSlider/RangeSlider.module.js +15 -0
  820. package/dist/components/RangeSlider/RangeSlider.module.js.map +1 -0
  821. package/dist/components/RatingStars/RatingStars.cjs +2 -0
  822. package/dist/components/RatingStars/RatingStars.cjs.map +1 -0
  823. package/dist/components/RatingStars/RatingStars.js +47 -0
  824. package/dist/components/RatingStars/RatingStars.js.map +1 -0
  825. package/dist/components/RatingStars/RatingStars.module.cjs +2 -0
  826. package/dist/components/RatingStars/RatingStars.module.cjs.map +1 -0
  827. package/dist/components/RatingStars/RatingStars.module.js +15 -0
  828. package/dist/components/RatingStars/RatingStars.module.js.map +1 -0
  829. package/dist/components/RefreshIndicator/RefreshIndicator.cjs +2 -0
  830. package/dist/components/RefreshIndicator/RefreshIndicator.cjs.map +1 -0
  831. package/dist/components/RefreshIndicator/RefreshIndicator.js +76 -0
  832. package/dist/components/RefreshIndicator/RefreshIndicator.js.map +1 -0
  833. package/dist/components/RefreshIndicator/RefreshIndicator.module.cjs +2 -0
  834. package/dist/components/RefreshIndicator/RefreshIndicator.module.cjs.map +1 -0
  835. package/dist/components/RefreshIndicator/RefreshIndicator.module.js +11 -0
  836. package/dist/components/RefreshIndicator/RefreshIndicator.module.js.map +1 -0
  837. package/dist/components/RelativeTime/RelativeTime.cjs +2 -0
  838. package/dist/components/RelativeTime/RelativeTime.cjs.map +1 -0
  839. package/dist/components/RelativeTime/RelativeTime.js +15 -0
  840. package/dist/components/RelativeTime/RelativeTime.js.map +1 -0
  841. package/dist/components/Resizable/Resizable.cjs +2 -0
  842. package/dist/components/Resizable/Resizable.cjs.map +1 -0
  843. package/dist/components/Resizable/Resizable.js +82 -0
  844. package/dist/components/Resizable/Resizable.js.map +1 -0
  845. package/dist/components/Resizable/Resizable.module.cjs +2 -0
  846. package/dist/components/Resizable/Resizable.module.cjs.map +1 -0
  847. package/dist/components/Resizable/Resizable.module.js +13 -0
  848. package/dist/components/Resizable/Resizable.module.js.map +1 -0
  849. package/dist/components/Responsive/Responsive.cjs +2 -0
  850. package/dist/components/Responsive/Responsive.cjs.map +1 -0
  851. package/dist/components/Responsive/Responsive.js +17 -0
  852. package/dist/components/Responsive/Responsive.js.map +1 -0
  853. package/dist/components/SafeArea/SafeArea.cjs +2 -0
  854. package/dist/components/SafeArea/SafeArea.cjs.map +1 -0
  855. package/dist/components/SafeArea/SafeArea.js +22 -0
  856. package/dist/components/SafeArea/SafeArea.js.map +1 -0
  857. package/dist/components/SafeArea/SafeArea.module.cjs +2 -0
  858. package/dist/components/SafeArea/SafeArea.module.cjs.map +1 -0
  859. package/dist/components/SafeArea/SafeArea.module.js +13 -0
  860. package/dist/components/SafeArea/SafeArea.module.js.map +1 -0
  861. package/dist/components/ScrollArea/ScrollArea.cjs +2 -0
  862. package/dist/components/ScrollArea/ScrollArea.cjs.map +1 -0
  863. package/dist/components/ScrollArea/ScrollArea.js +24 -0
  864. package/dist/components/ScrollArea/ScrollArea.js.map +1 -0
  865. package/dist/components/ScrollArea/ScrollArea.module.cjs +2 -0
  866. package/dist/components/ScrollArea/ScrollArea.module.cjs.map +1 -0
  867. package/dist/components/ScrollArea/ScrollArea.module.js +6 -0
  868. package/dist/components/ScrollArea/ScrollArea.module.js.map +1 -0
  869. package/dist/components/SearchBar/SearchBar.cjs +2 -0
  870. package/dist/components/SearchBar/SearchBar.cjs.map +1 -0
  871. package/dist/components/SearchBar/SearchBar.js +74 -0
  872. package/dist/components/SearchBar/SearchBar.js.map +1 -0
  873. package/dist/components/SearchBar/SearchBar.module.cjs +2 -0
  874. package/dist/components/SearchBar/SearchBar.module.cjs.map +1 -0
  875. package/dist/components/SearchBar/SearchBar.module.js +11 -0
  876. package/dist/components/SearchBar/SearchBar.module.js.map +1 -0
  877. package/dist/components/SegmentedControl/SegmentedControl.cjs +2 -0
  878. package/dist/components/SegmentedControl/SegmentedControl.cjs.map +1 -0
  879. package/dist/components/SegmentedControl/SegmentedControl.js +34 -0
  880. package/dist/components/SegmentedControl/SegmentedControl.js.map +1 -0
  881. package/dist/components/SegmentedControl/SegmentedControl.module.cjs +2 -0
  882. package/dist/components/SegmentedControl/SegmentedControl.module.cjs.map +1 -0
  883. package/dist/components/SegmentedControl/SegmentedControl.module.js +16 -0
  884. package/dist/components/SegmentedControl/SegmentedControl.module.js.map +1 -0
  885. package/dist/components/Select/Select.cjs +2 -0
  886. package/dist/components/Select/Select.cjs.map +1 -0
  887. package/dist/components/Select/Select.js +76 -0
  888. package/dist/components/Select/Select.js.map +1 -0
  889. package/dist/components/Select/Select.module.cjs +2 -0
  890. package/dist/components/Select/Select.module.cjs.map +1 -0
  891. package/dist/components/Select/Select.module.js +16 -0
  892. package/dist/components/Select/Select.module.js.map +1 -0
  893. package/dist/components/Sidebar/Sidebar.cjs +2 -0
  894. package/dist/components/Sidebar/Sidebar.cjs.map +1 -0
  895. package/dist/components/Sidebar/Sidebar.js +58 -0
  896. package/dist/components/Sidebar/Sidebar.js.map +1 -0
  897. package/dist/components/Sidebar/Sidebar.module.cjs +2 -0
  898. package/dist/components/Sidebar/Sidebar.module.cjs.map +1 -0
  899. package/dist/components/Sidebar/Sidebar.module.js +17 -0
  900. package/dist/components/Sidebar/Sidebar.module.js.map +1 -0
  901. package/dist/components/Skeleton/Skeleton.cjs +2 -0
  902. package/dist/components/Skeleton/Skeleton.cjs.map +1 -0
  903. package/dist/components/Skeleton/Skeleton.js +19 -0
  904. package/dist/components/Skeleton/Skeleton.js.map +1 -0
  905. package/dist/components/Skeleton/Skeleton.module.cjs +2 -0
  906. package/dist/components/Skeleton/Skeleton.module.cjs.map +1 -0
  907. package/dist/components/Skeleton/Skeleton.module.js +12 -0
  908. package/dist/components/Skeleton/Skeleton.module.js.map +1 -0
  909. package/dist/components/Slider/Slider.cjs +2 -0
  910. package/dist/components/Slider/Slider.cjs.map +1 -0
  911. package/dist/components/Slider/Slider.js +59 -0
  912. package/dist/components/Slider/Slider.js.map +1 -0
  913. package/dist/components/Slider/Slider.module.cjs +2 -0
  914. package/dist/components/Slider/Slider.module.cjs.map +1 -0
  915. package/dist/components/Slider/Slider.module.js +15 -0
  916. package/dist/components/Slider/Slider.module.js.map +1 -0
  917. package/dist/components/Spacer/Spacer.cjs +2 -0
  918. package/dist/components/Spacer/Spacer.cjs.map +1 -0
  919. package/dist/components/Spacer/Spacer.js +14 -0
  920. package/dist/components/Spacer/Spacer.js.map +1 -0
  921. package/dist/components/Spacer/Spacer.module.cjs +2 -0
  922. package/dist/components/Spacer/Spacer.module.cjs.map +1 -0
  923. package/dist/components/Spacer/Spacer.module.js +11 -0
  924. package/dist/components/Spacer/Spacer.module.js.map +1 -0
  925. package/dist/components/Spinner/Spinner.cjs +2 -0
  926. package/dist/components/Spinner/Spinner.cjs.map +1 -0
  927. package/dist/components/Spinner/Spinner.js +28 -0
  928. package/dist/components/Spinner/Spinner.js.map +1 -0
  929. package/dist/components/Spinner/Spinner.module.cjs +2 -0
  930. package/dist/components/Spinner/Spinner.module.cjs.map +1 -0
  931. package/dist/components/Spinner/Spinner.module.js +17 -0
  932. package/dist/components/Spinner/Spinner.module.js.map +1 -0
  933. package/dist/components/Stat/Stat.cjs +2 -0
  934. package/dist/components/Stat/Stat.cjs.map +1 -0
  935. package/dist/components/Stat/Stat.js +47 -0
  936. package/dist/components/Stat/Stat.js.map +1 -0
  937. package/dist/components/Stat/Stat.module.cjs +2 -0
  938. package/dist/components/Stat/Stat.module.cjs.map +1 -0
  939. package/dist/components/Stat/Stat.module.js +18 -0
  940. package/dist/components/Stat/Stat.module.js.map +1 -0
  941. package/dist/components/Stepper/Stepper.cjs +2 -0
  942. package/dist/components/Stepper/Stepper.cjs.map +1 -0
  943. package/dist/components/Stepper/Stepper.js +31 -0
  944. package/dist/components/Stepper/Stepper.js.map +1 -0
  945. package/dist/components/Stepper/Stepper.module.cjs +2 -0
  946. package/dist/components/Stepper/Stepper.module.cjs.map +1 -0
  947. package/dist/components/Stepper/Stepper.module.js +15 -0
  948. package/dist/components/Stepper/Stepper.module.js.map +1 -0
  949. package/dist/components/StepperInput/StepperInput.cjs +2 -0
  950. package/dist/components/StepperInput/StepperInput.cjs.map +1 -0
  951. package/dist/components/StepperInput/StepperInput.js +54 -0
  952. package/dist/components/StepperInput/StepperInput.js.map +1 -0
  953. package/dist/components/StepperInput/StepperInput.module.cjs +2 -0
  954. package/dist/components/StepperInput/StepperInput.module.cjs.map +1 -0
  955. package/dist/components/StepperInput/StepperInput.module.js +16 -0
  956. package/dist/components/StepperInput/StepperInput.module.js.map +1 -0
  957. package/dist/components/Switch/Switch.cjs +2 -0
  958. package/dist/components/Switch/Switch.cjs.map +1 -0
  959. package/dist/components/Switch/Switch.js +33 -0
  960. package/dist/components/Switch/Switch.js.map +1 -0
  961. package/dist/components/Switch/Switch.module.cjs +2 -0
  962. package/dist/components/Switch/Switch.module.cjs.map +1 -0
  963. package/dist/components/Switch/Switch.module.js +13 -0
  964. package/dist/components/Switch/Switch.module.js.map +1 -0
  965. package/dist/components/SyncStatusBadge/SyncStatusBadge.cjs +2 -0
  966. package/dist/components/SyncStatusBadge/SyncStatusBadge.cjs.map +1 -0
  967. package/dist/components/SyncStatusBadge/SyncStatusBadge.js +62 -0
  968. package/dist/components/SyncStatusBadge/SyncStatusBadge.js.map +1 -0
  969. package/dist/components/SyncStatusBadge/SyncStatusBadge.module.cjs +2 -0
  970. package/dist/components/SyncStatusBadge/SyncStatusBadge.module.cjs.map +1 -0
  971. package/dist/components/SyncStatusBadge/SyncStatusBadge.module.js +18 -0
  972. package/dist/components/SyncStatusBadge/SyncStatusBadge.module.js.map +1 -0
  973. package/dist/components/Table/Table.cjs +2 -0
  974. package/dist/components/Table/Table.cjs.map +1 -0
  975. package/dist/components/Table/Table.js +43 -0
  976. package/dist/components/Table/Table.js.map +1 -0
  977. package/dist/components/Table/Table.module.cjs +2 -0
  978. package/dist/components/Table/Table.module.cjs.map +1 -0
  979. package/dist/components/Table/Table.module.js +21 -0
  980. package/dist/components/Table/Table.module.js.map +1 -0
  981. package/dist/components/Tabs/Tabs.cjs +2 -0
  982. package/dist/components/Tabs/Tabs.cjs.map +1 -0
  983. package/dist/components/Tabs/Tabs.js +42 -0
  984. package/dist/components/Tabs/Tabs.js.map +1 -0
  985. package/dist/components/Tabs/Tabs.module.cjs +2 -0
  986. package/dist/components/Tabs/Tabs.module.cjs.map +1 -0
  987. package/dist/components/Tabs/Tabs.module.js +12 -0
  988. package/dist/components/Tabs/Tabs.module.js.map +1 -0
  989. package/dist/components/Tag/Tag.cjs +2 -0
  990. package/dist/components/Tag/Tag.cjs.map +1 -0
  991. package/dist/components/Tag/Tag.js +24 -0
  992. package/dist/components/Tag/Tag.js.map +1 -0
  993. package/dist/components/Tag/Tag.module.cjs +2 -0
  994. package/dist/components/Tag/Tag.module.cjs.map +1 -0
  995. package/dist/components/Tag/Tag.module.js +19 -0
  996. package/dist/components/Tag/Tag.module.js.map +1 -0
  997. package/dist/components/Textarea/Textarea.cjs +2 -0
  998. package/dist/components/Textarea/Textarea.cjs.map +1 -0
  999. package/dist/components/Textarea/Textarea.js +40 -0
  1000. package/dist/components/Textarea/Textarea.js.map +1 -0
  1001. package/dist/components/Textarea/Textarea.module.cjs +2 -0
  1002. package/dist/components/Textarea/Textarea.module.cjs.map +1 -0
  1003. package/dist/components/Textarea/Textarea.module.js +14 -0
  1004. package/dist/components/Textarea/Textarea.module.js.map +1 -0
  1005. package/dist/components/TimePicker/TimePicker.cjs +2 -0
  1006. package/dist/components/TimePicker/TimePicker.cjs.map +1 -0
  1007. package/dist/components/TimePicker/TimePicker.js +135 -0
  1008. package/dist/components/TimePicker/TimePicker.js.map +1 -0
  1009. package/dist/components/TimePicker/TimePicker.module.cjs +2 -0
  1010. package/dist/components/TimePicker/TimePicker.module.cjs.map +1 -0
  1011. package/dist/components/TimePicker/TimePicker.module.js +16 -0
  1012. package/dist/components/TimePicker/TimePicker.module.js.map +1 -0
  1013. package/dist/components/Timeline/Timeline.cjs +2 -0
  1014. package/dist/components/Timeline/Timeline.cjs.map +1 -0
  1015. package/dist/components/Timeline/Timeline.js +46 -0
  1016. package/dist/components/Timeline/Timeline.js.map +1 -0
  1017. package/dist/components/Timeline/Timeline.module.cjs +2 -0
  1018. package/dist/components/Timeline/Timeline.module.cjs.map +1 -0
  1019. package/dist/components/Timeline/Timeline.module.js +22 -0
  1020. package/dist/components/Timeline/Timeline.module.js.map +1 -0
  1021. package/dist/components/Toast/Toast.module.cjs +2 -0
  1022. package/dist/components/Toast/Toast.module.cjs.map +1 -0
  1023. package/dist/components/Toast/Toast.module.js +23 -0
  1024. package/dist/components/Toast/Toast.module.js.map +1 -0
  1025. package/dist/components/Toast/ToastProvider.cjs +2 -0
  1026. package/dist/components/Toast/ToastProvider.cjs.map +1 -0
  1027. package/dist/components/Toast/ToastProvider.js +123 -0
  1028. package/dist/components/Toast/ToastProvider.js.map +1 -0
  1029. package/dist/components/Toggle/Toggle.cjs +2 -0
  1030. package/dist/components/Toggle/Toggle.cjs.map +1 -0
  1031. package/dist/components/Toggle/Toggle.js +32 -0
  1032. package/dist/components/Toggle/Toggle.js.map +1 -0
  1033. package/dist/components/Toggle/Toggle.module.cjs +2 -0
  1034. package/dist/components/Toggle/Toggle.module.cjs.map +1 -0
  1035. package/dist/components/Toggle/Toggle.module.js +13 -0
  1036. package/dist/components/Toggle/Toggle.module.js.map +1 -0
  1037. package/dist/components/ToggleGroup/ToggleGroup.cjs +2 -0
  1038. package/dist/components/ToggleGroup/ToggleGroup.cjs.map +1 -0
  1039. package/dist/components/ToggleGroup/ToggleGroup.js +65 -0
  1040. package/dist/components/ToggleGroup/ToggleGroup.js.map +1 -0
  1041. package/dist/components/ToggleGroup/ToggleGroup.module.cjs +2 -0
  1042. package/dist/components/ToggleGroup/ToggleGroup.module.cjs.map +1 -0
  1043. package/dist/components/ToggleGroup/ToggleGroup.module.js +10 -0
  1044. package/dist/components/ToggleGroup/ToggleGroup.module.js.map +1 -0
  1045. package/dist/components/Tooltip/Tooltip.cjs +2 -0
  1046. package/dist/components/Tooltip/Tooltip.cjs.map +1 -0
  1047. package/dist/components/Tooltip/Tooltip.js +34 -0
  1048. package/dist/components/Tooltip/Tooltip.js.map +1 -0
  1049. package/dist/components/Tooltip/Tooltip.module.cjs +2 -0
  1050. package/dist/components/Tooltip/Tooltip.module.cjs.map +1 -0
  1051. package/dist/components/Tooltip/Tooltip.module.js +14 -0
  1052. package/dist/components/Tooltip/Tooltip.module.js.map +1 -0
  1053. package/dist/components/TruncateText/TruncateText.cjs +2 -0
  1054. package/dist/components/TruncateText/TruncateText.cjs.map +1 -0
  1055. package/dist/components/TruncateText/TruncateText.js +20 -0
  1056. package/dist/components/TruncateText/TruncateText.js.map +1 -0
  1057. package/dist/components/TruncateText/TruncateText.module.cjs +2 -0
  1058. package/dist/components/TruncateText/TruncateText.module.cjs.map +1 -0
  1059. package/dist/components/TruncateText/TruncateText.module.js +6 -0
  1060. package/dist/components/TruncateText/TruncateText.module.js.map +1 -0
  1061. package/dist/components/UpdatePrompt/UpdatePrompt.cjs +2 -0
  1062. package/dist/components/UpdatePrompt/UpdatePrompt.cjs.map +1 -0
  1063. package/dist/components/UpdatePrompt/UpdatePrompt.js +44 -0
  1064. package/dist/components/UpdatePrompt/UpdatePrompt.js.map +1 -0
  1065. package/dist/components/UpdatePrompt/UpdatePrompt.module.cjs +2 -0
  1066. package/dist/components/UpdatePrompt/UpdatePrompt.module.cjs.map +1 -0
  1067. package/dist/components/UpdatePrompt/UpdatePrompt.module.js +14 -0
  1068. package/dist/components/UpdatePrompt/UpdatePrompt.module.js.map +1 -0
  1069. package/dist/components/VirtualList/VirtualList.cjs +2 -0
  1070. package/dist/components/VirtualList/VirtualList.cjs.map +1 -0
  1071. package/dist/components/VirtualList/VirtualList.js +45 -0
  1072. package/dist/components/VirtualList/VirtualList.js.map +1 -0
  1073. package/dist/components/VirtualList/VirtualList.module.cjs +2 -0
  1074. package/dist/components/VirtualList/VirtualList.module.cjs.map +1 -0
  1075. package/dist/components/VirtualList/VirtualList.module.js +10 -0
  1076. package/dist/components/VirtualList/VirtualList.module.js.map +1 -0
  1077. package/dist/components/VisuallyHidden/VisuallyHidden.cjs +2 -0
  1078. package/dist/components/VisuallyHidden/VisuallyHidden.cjs.map +1 -0
  1079. package/dist/components/VisuallyHidden/VisuallyHidden.js +14 -0
  1080. package/dist/components/VisuallyHidden/VisuallyHidden.js.map +1 -0
  1081. package/dist/components/VisuallyHidden/VisuallyHidden.module.cjs +2 -0
  1082. package/dist/components/VisuallyHidden/VisuallyHidden.module.cjs.map +1 -0
  1083. package/dist/components/VisuallyHidden/VisuallyHidden.module.js +6 -0
  1084. package/dist/components/VisuallyHidden/VisuallyHidden.module.js.map +1 -0
  1085. package/dist/data/create-data-provider.cjs +2 -0
  1086. package/dist/data/create-data-provider.cjs.map +1 -0
  1087. package/dist/data/create-data-provider.js +37 -0
  1088. package/dist/data/create-data-provider.js.map +1 -0
  1089. package/dist/data/data-provider-context.cjs +2 -0
  1090. package/dist/data/data-provider-context.cjs.map +1 -0
  1091. package/dist/data/data-provider-context.js +19 -0
  1092. package/dist/data/data-provider-context.js.map +1 -0
  1093. package/dist/data/use-resource.cjs +2 -0
  1094. package/dist/data/use-resource.cjs.map +1 -0
  1095. package/dist/data/use-resource.js +83 -0
  1096. package/dist/data/use-resource.js.map +1 -0
  1097. package/dist/editor/RichTextEditor.cjs +2 -0
  1098. package/dist/editor/RichTextEditor.cjs.map +1 -0
  1099. package/dist/editor/RichTextEditor.js +190 -0
  1100. package/dist/editor/RichTextEditor.js.map +1 -0
  1101. package/dist/editor/RichTextEditor.module.cjs +2 -0
  1102. package/dist/editor/RichTextEditor.module.cjs.map +1 -0
  1103. package/dist/editor/RichTextEditor.module.js +13 -0
  1104. package/dist/editor/RichTextEditor.module.js.map +1 -0
  1105. package/dist/editor.cjs +1 -2
  1106. package/dist/editor.d.ts +14 -1
  1107. package/dist/editor.js +2 -190
  1108. package/dist/error-boundary/ErrorBoundary.cjs +2 -0
  1109. package/dist/error-boundary/ErrorBoundary.cjs.map +1 -0
  1110. package/dist/error-boundary/ErrorBoundary.js +35 -0
  1111. package/dist/error-boundary/ErrorBoundary.js.map +1 -0
  1112. package/dist/error-boundary/use-error-handler.cjs +2 -0
  1113. package/dist/error-boundary/use-error-handler.cjs.map +1 -0
  1114. package/dist/error-boundary/use-error-handler.js +14 -0
  1115. package/dist/error-boundary/use-error-handler.js.map +1 -0
  1116. package/dist/feature-flags/FeatureFlagsProvider.cjs +2 -0
  1117. package/dist/feature-flags/FeatureFlagsProvider.cjs.map +1 -0
  1118. package/dist/feature-flags/FeatureFlagsProvider.js +28 -0
  1119. package/dist/feature-flags/FeatureFlagsProvider.js.map +1 -0
  1120. package/dist/feature-flags/growthbook-adapter.cjs +2 -0
  1121. package/dist/feature-flags/growthbook-adapter.cjs.map +1 -0
  1122. package/dist/feature-flags/growthbook-adapter.js +27 -0
  1123. package/dist/feature-flags/growthbook-adapter.js.map +1 -0
  1124. package/dist/feature-flags/in-memory-adapter.cjs +2 -0
  1125. package/dist/feature-flags/in-memory-adapter.cjs.map +1 -0
  1126. package/dist/feature-flags/in-memory-adapter.js +25 -0
  1127. package/dist/feature-flags/in-memory-adapter.js.map +1 -0
  1128. package/dist/feature-flags/launchdarkly-adapter.cjs +2 -0
  1129. package/dist/feature-flags/launchdarkly-adapter.cjs.map +1 -0
  1130. package/dist/feature-flags/launchdarkly-adapter.js +21 -0
  1131. package/dist/feature-flags/launchdarkly-adapter.js.map +1 -0
  1132. package/dist/forms/FormField.cjs +2 -0
  1133. package/dist/forms/FormField.cjs.map +1 -0
  1134. package/dist/forms/FormField.js +32 -0
  1135. package/dist/forms/FormField.js.map +1 -0
  1136. package/dist/forms/br-validators.cjs +2 -0
  1137. package/dist/forms/br-validators.cjs.map +1 -0
  1138. package/dist/forms/br-validators.js +66 -0
  1139. package/dist/forms/br-validators.js.map +1 -0
  1140. package/dist/forms/index.js +9 -0
  1141. package/dist/forms/masked-inputs.cjs +2 -0
  1142. package/dist/forms/masked-inputs.cjs.map +1 -0
  1143. package/dist/forms/masked-inputs.js +42 -0
  1144. package/dist/forms/masked-inputs.js.map +1 -0
  1145. package/dist/forms/use-viacep.cjs +2 -0
  1146. package/dist/forms/use-viacep.cjs.map +1 -0
  1147. package/dist/forms/use-viacep.js +30 -0
  1148. package/dist/forms/use-viacep.js.map +1 -0
  1149. package/dist/forms/use-zod-form.cjs +2 -0
  1150. package/dist/forms/use-zod-form.cjs.map +1 -0
  1151. package/dist/forms/use-zod-form.js +13 -0
  1152. package/dist/forms/use-zod-form.js.map +1 -0
  1153. package/dist/forms/validate-form.cjs +2 -0
  1154. package/dist/forms/validate-form.cjs.map +1 -0
  1155. package/dist/forms/validate-form.js +22 -0
  1156. package/dist/forms/validate-form.js.map +1 -0
  1157. package/dist/forms/zod-resolver.cjs +2 -0
  1158. package/dist/forms/zod-resolver.cjs.map +1 -0
  1159. package/dist/forms/zod-resolver.js +26 -0
  1160. package/dist/forms/zod-resolver.js.map +1 -0
  1161. package/dist/geo/TrajectoryMap.cjs +2 -0
  1162. package/dist/geo/TrajectoryMap.cjs.map +1 -0
  1163. package/dist/geo/TrajectoryMap.js +241 -0
  1164. package/dist/geo/TrajectoryMap.js.map +1 -0
  1165. package/dist/geo/TrajectoryMap.module.cjs +2 -0
  1166. package/dist/geo/TrajectoryMap.module.cjs.map +1 -0
  1167. package/dist/geo/TrajectoryMap.module.js +20 -0
  1168. package/dist/geo/TrajectoryMap.module.js.map +1 -0
  1169. package/dist/geo/bounds.cjs +2 -0
  1170. package/dist/geo/bounds.cjs.map +1 -0
  1171. package/dist/geo/bounds.js +31 -0
  1172. package/dist/geo/bounds.js.map +1 -0
  1173. package/dist/geo/create-position-tracker.cjs +2 -0
  1174. package/dist/geo/create-position-tracker.cjs.map +1 -0
  1175. package/dist/geo/create-position-tracker.js +58 -0
  1176. package/dist/geo/create-position-tracker.js.map +1 -0
  1177. package/dist/geo/distance.cjs +2 -0
  1178. package/dist/geo/distance.cjs.map +1 -0
  1179. package/dist/geo/distance.js +22 -0
  1180. package/dist/geo/distance.js.map +1 -0
  1181. package/dist/geo/estimate.cjs +2 -0
  1182. package/dist/geo/estimate.cjs.map +1 -0
  1183. package/dist/geo/estimate.js +26 -0
  1184. package/dist/geo/estimate.js.map +1 -0
  1185. package/dist/geo/leaflet-map.cjs +2 -0
  1186. package/dist/geo/leaflet-map.cjs.map +1 -0
  1187. package/dist/geo/leaflet-map.js +63 -0
  1188. package/dist/geo/leaflet-map.js.map +1 -0
  1189. package/dist/geo/projection.cjs +2 -0
  1190. package/dist/geo/projection.cjs.map +1 -0
  1191. package/dist/geo/projection.js +42 -0
  1192. package/dist/geo/projection.js.map +1 -0
  1193. package/dist/geo/routing.cjs +2 -0
  1194. package/dist/geo/routing.cjs.map +1 -0
  1195. package/dist/geo/routing.js +25 -0
  1196. package/dist/geo/routing.js.map +1 -0
  1197. package/dist/geo/types.cjs +2 -0
  1198. package/dist/geo/types.cjs.map +1 -0
  1199. package/dist/geo/types.js +22 -0
  1200. package/dist/geo/types.js.map +1 -0
  1201. package/dist/geo/use-position-tracker.cjs +2 -0
  1202. package/dist/geo/use-position-tracker.cjs.map +1 -0
  1203. package/dist/geo/use-position-tracker.js +36 -0
  1204. package/dist/geo/use-position-tracker.js.map +1 -0
  1205. package/dist/hooks/pwa-env.cjs +2 -0
  1206. package/dist/hooks/pwa-env.cjs.map +1 -0
  1207. package/dist/hooks/pwa-env.js +24 -0
  1208. package/dist/hooks/pwa-env.js.map +1 -0
  1209. package/dist/hooks/use-async.cjs +2 -0
  1210. package/dist/hooks/use-async.cjs.map +1 -0
  1211. package/dist/hooks/use-async.js +58 -0
  1212. package/dist/hooks/use-async.js.map +1 -0
  1213. package/dist/hooks/use-before-install-prompt.cjs +2 -0
  1214. package/dist/hooks/use-before-install-prompt.cjs.map +1 -0
  1215. package/dist/hooks/use-before-install-prompt.js +41 -0
  1216. package/dist/hooks/use-before-install-prompt.js.map +1 -0
  1217. package/dist/hooks/use-breakpoint.cjs +2 -0
  1218. package/dist/hooks/use-breakpoint.cjs.map +1 -0
  1219. package/dist/hooks/use-breakpoint.js +44 -0
  1220. package/dist/hooks/use-breakpoint.js.map +1 -0
  1221. package/dist/hooks/use-click-outside.cjs +2 -0
  1222. package/dist/hooks/use-click-outside.cjs.map +1 -0
  1223. package/dist/hooks/use-click-outside.js +19 -0
  1224. package/dist/hooks/use-click-outside.js.map +1 -0
  1225. package/dist/hooks/use-client-filter.cjs +2 -0
  1226. package/dist/hooks/use-client-filter.cjs.map +1 -0
  1227. package/dist/hooks/use-client-filter.js +19 -0
  1228. package/dist/hooks/use-client-filter.js.map +1 -0
  1229. package/dist/hooks/use-clipboard.cjs +2 -0
  1230. package/dist/hooks/use-clipboard.cjs.map +1 -0
  1231. package/dist/hooks/use-clipboard.js +27 -0
  1232. package/dist/hooks/use-clipboard.js.map +1 -0
  1233. package/dist/hooks/use-counter.cjs +2 -0
  1234. package/dist/hooks/use-counter.cjs.map +1 -0
  1235. package/dist/hooks/use-counter.js +36 -0
  1236. package/dist/hooks/use-counter.js.map +1 -0
  1237. package/dist/hooks/use-debounce.cjs +2 -0
  1238. package/dist/hooks/use-debounce.cjs.map +1 -0
  1239. package/dist/hooks/use-debounce.js +13 -0
  1240. package/dist/hooks/use-debounce.js.map +1 -0
  1241. package/dist/hooks/use-deep-memo.cjs +2 -0
  1242. package/dist/hooks/use-deep-memo.cjs.map +1 -0
  1243. package/dist/hooks/use-deep-memo.js +17 -0
  1244. package/dist/hooks/use-deep-memo.js.map +1 -0
  1245. package/dist/hooks/use-disclosure.cjs +2 -0
  1246. package/dist/hooks/use-disclosure.cjs.map +1 -0
  1247. package/dist/hooks/use-disclosure.js +18 -0
  1248. package/dist/hooks/use-disclosure.js.map +1 -0
  1249. package/dist/hooks/use-document-title.cjs +2 -0
  1250. package/dist/hooks/use-document-title.cjs.map +1 -0
  1251. package/dist/hooks/use-document-title.js +15 -0
  1252. package/dist/hooks/use-document-title.js.map +1 -0
  1253. package/dist/hooks/use-document-visibility.cjs +2 -0
  1254. package/dist/hooks/use-document-visibility.cjs.map +1 -0
  1255. package/dist/hooks/use-document-visibility.js +14 -0
  1256. package/dist/hooks/use-document-visibility.js.map +1 -0
  1257. package/dist/hooks/use-event-listener.cjs +2 -0
  1258. package/dist/hooks/use-event-listener.cjs.map +1 -0
  1259. package/dist/hooks/use-event-listener.js +19 -0
  1260. package/dist/hooks/use-event-listener.js.map +1 -0
  1261. package/dist/hooks/use-favicon.cjs +2 -0
  1262. package/dist/hooks/use-favicon.cjs.map +1 -0
  1263. package/dist/hooks/use-favicon.js +13 -0
  1264. package/dist/hooks/use-favicon.js.map +1 -0
  1265. package/dist/hooks/use-focus-trap.cjs +2 -0
  1266. package/dist/hooks/use-focus-trap.cjs.map +1 -0
  1267. package/dist/hooks/use-focus-trap.js +42 -0
  1268. package/dist/hooks/use-focus-trap.js.map +1 -0
  1269. package/dist/hooks/use-geolocation.cjs +2 -0
  1270. package/dist/hooks/use-geolocation.cjs.map +1 -0
  1271. package/dist/hooks/use-geolocation.js +48 -0
  1272. package/dist/hooks/use-geolocation.js.map +1 -0
  1273. package/dist/hooks/use-hover.cjs +2 -0
  1274. package/dist/hooks/use-hover.cjs.map +1 -0
  1275. package/dist/hooks/use-hover.js +17 -0
  1276. package/dist/hooks/use-hover.js.map +1 -0
  1277. package/dist/hooks/use-idle.cjs +2 -0
  1278. package/dist/hooks/use-idle.cjs.map +1 -0
  1279. package/dist/hooks/use-idle.js +29 -0
  1280. package/dist/hooks/use-idle.js.map +1 -0
  1281. package/dist/hooks/use-install-prompt.cjs +2 -0
  1282. package/dist/hooks/use-install-prompt.cjs.map +1 -0
  1283. package/dist/hooks/use-install-prompt.js +63 -0
  1284. package/dist/hooks/use-install-prompt.js.map +1 -0
  1285. package/dist/hooks/use-intersection-observer.cjs +2 -0
  1286. package/dist/hooks/use-intersection-observer.cjs.map +1 -0
  1287. package/dist/hooks/use-intersection-observer.js +27 -0
  1288. package/dist/hooks/use-intersection-observer.js.map +1 -0
  1289. package/dist/hooks/use-interval.cjs +2 -0
  1290. package/dist/hooks/use-interval.cjs.map +1 -0
  1291. package/dist/hooks/use-interval.js +14 -0
  1292. package/dist/hooks/use-interval.js.map +1 -0
  1293. package/dist/hooks/use-is-first-render.cjs +2 -0
  1294. package/dist/hooks/use-is-first-render.cjs.map +1 -0
  1295. package/dist/hooks/use-is-first-render.js +10 -0
  1296. package/dist/hooks/use-is-first-render.js.map +1 -0
  1297. package/dist/hooks/use-keyboard-shortcut.cjs +2 -0
  1298. package/dist/hooks/use-keyboard-shortcut.cjs.map +1 -0
  1299. package/dist/hooks/use-keyboard-shortcut.js +39 -0
  1300. package/dist/hooks/use-keyboard-shortcut.js.map +1 -0
  1301. package/dist/hooks/use-list-state.cjs +2 -0
  1302. package/dist/hooks/use-list-state.cjs.map +1 -0
  1303. package/dist/hooks/use-list-state.js +52 -0
  1304. package/dist/hooks/use-list-state.js.map +1 -0
  1305. package/dist/hooks/use-local-storage.cjs +2 -0
  1306. package/dist/hooks/use-local-storage.cjs.map +1 -0
  1307. package/dist/hooks/use-local-storage.js +62 -0
  1308. package/dist/hooks/use-local-storage.js.map +1 -0
  1309. package/dist/hooks/use-long-press-handlers.cjs +2 -0
  1310. package/dist/hooks/use-long-press-handlers.cjs.map +1 -0
  1311. package/dist/hooks/use-long-press-handlers.js +33 -0
  1312. package/dist/hooks/use-long-press-handlers.js.map +1 -0
  1313. package/dist/hooks/use-long-press.cjs +2 -0
  1314. package/dist/hooks/use-long-press.cjs.map +1 -0
  1315. package/dist/hooks/use-long-press.js +31 -0
  1316. package/dist/hooks/use-long-press.js.map +1 -0
  1317. package/dist/hooks/use-map.cjs +2 -0
  1318. package/dist/hooks/use-map.cjs.map +1 -0
  1319. package/dist/hooks/use-map.js +38 -0
  1320. package/dist/hooks/use-map.js.map +1 -0
  1321. package/dist/hooks/use-media-query.cjs +2 -0
  1322. package/dist/hooks/use-media-query.cjs.map +1 -0
  1323. package/dist/hooks/use-media-query.js +14 -0
  1324. package/dist/hooks/use-media-query.js.map +1 -0
  1325. package/dist/hooks/use-object-url.cjs +2 -0
  1326. package/dist/hooks/use-object-url.cjs.map +1 -0
  1327. package/dist/hooks/use-object-url.js +17 -0
  1328. package/dist/hooks/use-object-url.js.map +1 -0
  1329. package/dist/hooks/use-online.cjs +2 -0
  1330. package/dist/hooks/use-online.cjs.map +1 -0
  1331. package/dist/hooks/use-online.js +47 -0
  1332. package/dist/hooks/use-online.js.map +1 -0
  1333. package/dist/hooks/use-pagination.cjs +2 -0
  1334. package/dist/hooks/use-pagination.cjs.map +1 -0
  1335. package/dist/hooks/use-pagination.js +16 -0
  1336. package/dist/hooks/use-pagination.js.map +1 -0
  1337. package/dist/hooks/use-previous.cjs +2 -0
  1338. package/dist/hooks/use-previous.cjs.map +1 -0
  1339. package/dist/hooks/use-previous.js +12 -0
  1340. package/dist/hooks/use-previous.js.map +1 -0
  1341. package/dist/hooks/use-queue.cjs +2 -0
  1342. package/dist/hooks/use-queue.cjs.map +1 -0
  1343. package/dist/hooks/use-queue.js +49 -0
  1344. package/dist/hooks/use-queue.js.map +1 -0
  1345. package/dist/hooks/use-resize-observer.cjs +2 -0
  1346. package/dist/hooks/use-resize-observer.cjs.map +1 -0
  1347. package/dist/hooks/use-resize-observer.js +23 -0
  1348. package/dist/hooks/use-resize-observer.js.map +1 -0
  1349. package/dist/hooks/use-scroll-lock.cjs +2 -0
  1350. package/dist/hooks/use-scroll-lock.cjs.map +1 -0
  1351. package/dist/hooks/use-scroll-lock.js +15 -0
  1352. package/dist/hooks/use-scroll-lock.js.map +1 -0
  1353. package/dist/hooks/use-service-worker-update.cjs +2 -0
  1354. package/dist/hooks/use-service-worker-update.cjs.map +1 -0
  1355. package/dist/hooks/use-service-worker-update.js +37 -0
  1356. package/dist/hooks/use-service-worker-update.js.map +1 -0
  1357. package/dist/hooks/use-set.cjs +2 -0
  1358. package/dist/hooks/use-set.cjs.map +1 -0
  1359. package/dist/hooks/use-set.js +44 -0
  1360. package/dist/hooks/use-set.js.map +1 -0
  1361. package/dist/hooks/use-stable-callback.cjs +2 -0
  1362. package/dist/hooks/use-stable-callback.cjs.map +1 -0
  1363. package/dist/hooks/use-stable-callback.js +10 -0
  1364. package/dist/hooks/use-stable-callback.js.map +1 -0
  1365. package/dist/hooks/use-storage-estimate.cjs +2 -0
  1366. package/dist/hooks/use-storage-estimate.cjs.map +1 -0
  1367. package/dist/hooks/use-storage-estimate.js +61 -0
  1368. package/dist/hooks/use-storage-estimate.js.map +1 -0
  1369. package/dist/hooks/use-throttle.cjs +2 -0
  1370. package/dist/hooks/use-throttle.cjs.map +1 -0
  1371. package/dist/hooks/use-throttle.js +17 -0
  1372. package/dist/hooks/use-throttle.js.map +1 -0
  1373. package/dist/hooks/use-timeout.cjs +2 -0
  1374. package/dist/hooks/use-timeout.cjs.map +1 -0
  1375. package/dist/hooks/use-timeout.js +14 -0
  1376. package/dist/hooks/use-timeout.js.map +1 -0
  1377. package/dist/hooks/use-toggle.cjs +2 -0
  1378. package/dist/hooks/use-toggle.cjs.map +1 -0
  1379. package/dist/hooks/use-toggle.js +15 -0
  1380. package/dist/hooks/use-toggle.js.map +1 -0
  1381. package/dist/hooks/use-window-size.cjs +2 -0
  1382. package/dist/hooks/use-window-size.cjs.map +1 -0
  1383. package/dist/hooks/use-window-size.js +23 -0
  1384. package/dist/hooks/use-window-size.js.map +1 -0
  1385. package/dist/http/api-client.cjs +2 -0
  1386. package/dist/http/api-client.cjs.map +1 -0
  1387. package/dist/http/api-client.js +91 -0
  1388. package/dist/http/api-client.js.map +1 -0
  1389. package/dist/http/errors.cjs +2 -0
  1390. package/dist/http/errors.cjs.map +1 -0
  1391. package/dist/http/errors.js +36 -0
  1392. package/dist/http/errors.js.map +1 -0
  1393. package/dist/http/idempotency.cjs +2 -0
  1394. package/dist/http/idempotency.cjs.map +1 -0
  1395. package/dist/http/idempotency.js +11 -0
  1396. package/dist/http/idempotency.js.map +1 -0
  1397. package/dist/http/parse-response.cjs +3 -0
  1398. package/dist/http/parse-response.cjs.map +1 -0
  1399. package/dist/http/parse-response.js +14 -0
  1400. package/dist/http/parse-response.js.map +1 -0
  1401. package/dist/http/retry.cjs +2 -0
  1402. package/dist/http/retry.cjs.map +1 -0
  1403. package/dist/http/retry.js +35 -0
  1404. package/dist/http/retry.js.map +1 -0
  1405. package/dist/http/upload-with-progress.cjs +2 -0
  1406. package/dist/http/upload-with-progress.cjs.map +1 -0
  1407. package/dist/http/upload-with-progress.js +67 -0
  1408. package/dist/http/upload-with-progress.js.map +1 -0
  1409. package/dist/http/use-poll.cjs +2 -0
  1410. package/dist/http/use-poll.cjs.map +1 -0
  1411. package/dist/http/use-poll.js +42 -0
  1412. package/dist/http/use-poll.js.map +1 -0
  1413. package/dist/i18n/I18nProvider.cjs +2 -0
  1414. package/dist/i18n/I18nProvider.cjs.map +1 -0
  1415. package/dist/i18n/I18nProvider.js +55 -0
  1416. package/dist/i18n/I18nProvider.js.map +1 -0
  1417. package/dist/i18n/create-i18n.cjs +2 -0
  1418. package/dist/i18n/create-i18n.cjs.map +1 -0
  1419. package/dist/i18n/create-i18n.js +54 -0
  1420. package/dist/i18n/create-i18n.js.map +1 -0
  1421. package/dist/logger/logger.cjs +2 -0
  1422. package/dist/logger/logger.cjs.map +1 -0
  1423. package/dist/logger/logger.js +44 -0
  1424. package/dist/logger/logger.js.map +1 -0
  1425. package/dist/oauth/GoogleSignIn.cjs +2 -0
  1426. package/dist/oauth/GoogleSignIn.cjs.map +1 -0
  1427. package/dist/oauth/GoogleSignIn.js +42 -0
  1428. package/dist/oauth/GoogleSignIn.js.map +1 -0
  1429. package/dist/oauth/use-oauth-callback.cjs +2 -0
  1430. package/dist/oauth/use-oauth-callback.cjs.map +1 -0
  1431. package/dist/oauth/use-oauth-callback.js +30 -0
  1432. package/dist/oauth/use-oauth-callback.js.map +1 -0
  1433. package/dist/offline/conflict.cjs +2 -0
  1434. package/dist/offline/conflict.cjs.map +1 -0
  1435. package/dist/offline/conflict.js +17 -0
  1436. package/dist/offline/conflict.js.map +1 -0
  1437. package/dist/offline/create-offline-store.cjs +2 -0
  1438. package/dist/offline/create-offline-store.cjs.map +1 -0
  1439. package/dist/offline/create-offline-store.js +49 -0
  1440. package/dist/offline/create-offline-store.js.map +1 -0
  1441. package/dist/offline/create-offline-sync.cjs +2 -0
  1442. package/dist/offline/create-offline-sync.cjs.map +1 -0
  1443. package/dist/offline/create-offline-sync.js +138 -0
  1444. package/dist/offline/create-offline-sync.js.map +1 -0
  1445. package/dist/offline/use-offline-sync.cjs +2 -0
  1446. package/dist/offline/use-offline-sync.cjs.map +1 -0
  1447. package/dist/offline/use-offline-sync.js +42 -0
  1448. package/dist/offline/use-offline-sync.js.map +1 -0
  1449. package/dist/push/use-push-subscription.cjs +2 -0
  1450. package/dist/push/use-push-subscription.cjs.map +1 -0
  1451. package/dist/push/use-push-subscription.js +62 -0
  1452. package/dist/push/use-push-subscription.js.map +1 -0
  1453. package/dist/push/utils.cjs +2 -0
  1454. package/dist/push/utils.cjs.map +1 -0
  1455. package/dist/push/utils.js +13 -0
  1456. package/dist/push/utils.js.map +1 -0
  1457. package/dist/push/web-push-client.cjs +2 -0
  1458. package/dist/push/web-push-client.cjs.map +1 -0
  1459. package/dist/push/web-push-client.js +54 -0
  1460. package/dist/push/web-push-client.js.map +1 -0
  1461. package/dist/query/QueryProvider.cjs +2 -0
  1462. package/dist/query/QueryProvider.cjs.map +1 -0
  1463. package/dist/query/QueryProvider.js +28 -0
  1464. package/dist/query/QueryProvider.js.map +1 -0
  1465. package/dist/query/constants.cjs +2 -0
  1466. package/dist/query/constants.cjs.map +1 -0
  1467. package/dist/query/constants.js +20 -0
  1468. package/dist/query/constants.js.map +1 -0
  1469. package/dist/query/create-query-keys.cjs +2 -0
  1470. package/dist/query/create-query-keys.cjs.map +1 -0
  1471. package/dist/query/create-query-keys.js +10 -0
  1472. package/dist/query/create-query-keys.js.map +1 -0
  1473. package/dist/query/offline-persistence.cjs +2 -0
  1474. package/dist/query/offline-persistence.cjs.map +1 -0
  1475. package/dist/query/offline-persistence.js +44 -0
  1476. package/dist/query/offline-persistence.js.map +1 -0
  1477. package/dist/query/optimistic.cjs +2 -0
  1478. package/dist/query/optimistic.cjs.map +1 -0
  1479. package/dist/query/optimistic.js +22 -0
  1480. package/dist/query/optimistic.js.map +1 -0
  1481. package/dist/query/pagination.cjs +2 -0
  1482. package/dist/query/pagination.cjs.map +1 -0
  1483. package/dist/query/pagination.js +24 -0
  1484. package/dist/query/pagination.js.map +1 -0
  1485. package/dist/query/use-cursor-query.cjs +2 -0
  1486. package/dist/query/use-cursor-query.cjs.map +1 -0
  1487. package/dist/query/use-cursor-query.js +34 -0
  1488. package/dist/query/use-cursor-query.js.map +1 -0
  1489. package/dist/query/use-offline-mutation.cjs +2 -0
  1490. package/dist/query/use-offline-mutation.cjs.map +1 -0
  1491. package/dist/query/use-offline-mutation.js +31 -0
  1492. package/dist/query/use-offline-mutation.js.map +1 -0
  1493. package/dist/query/use-paginated-query.cjs +2 -0
  1494. package/dist/query/use-paginated-query.cjs.map +1 -0
  1495. package/dist/query/use-paginated-query.js +43 -0
  1496. package/dist/query/use-paginated-query.js.map +1 -0
  1497. package/dist/router/AppRouter.cjs +2 -0
  1498. package/dist/router/AppRouter.cjs.map +1 -0
  1499. package/dist/router/AppRouter.js +61 -0
  1500. package/dist/router/AppRouter.js.map +1 -0
  1501. package/dist/router/RouteGuard.cjs +2 -0
  1502. package/dist/router/RouteGuard.cjs.map +1 -0
  1503. package/dist/router/RouteGuard.js +13 -0
  1504. package/dist/router/RouteGuard.js.map +1 -0
  1505. package/dist/router/index.js +4 -0
  1506. package/dist/share/share-or-download.cjs +2 -0
  1507. package/dist/share/share-or-download.cjs.map +1 -0
  1508. package/dist/share/share-or-download.js +15 -0
  1509. package/dist/share/share-or-download.js.map +1 -0
  1510. package/dist/share/share.cjs +2 -0
  1511. package/dist/share/share.cjs.map +1 -0
  1512. package/dist/share/share.js +33 -0
  1513. package/dist/share/share.js.map +1 -0
  1514. package/dist/sse/create-event-stream.cjs +2 -0
  1515. package/dist/sse/create-event-stream.cjs.map +1 -0
  1516. package/dist/sse/create-event-stream.js +61 -0
  1517. package/dist/sse/create-event-stream.js.map +1 -0
  1518. package/dist/sse/use-event-stream.cjs +2 -0
  1519. package/dist/sse/use-event-stream.cjs.map +1 -0
  1520. package/dist/sse/use-event-stream.js +30 -0
  1521. package/dist/sse/use-event-stream.js.map +1 -0
  1522. package/dist/store/create-selectors.cjs +2 -0
  1523. package/dist/store/create-selectors.cjs.map +1 -0
  1524. package/dist/store/create-selectors.js +11 -0
  1525. package/dist/store/create-selectors.js.map +1 -0
  1526. package/dist/store/create-store.cjs +2 -0
  1527. package/dist/store/create-store.cjs.map +1 -0
  1528. package/dist/store/create-store.js +18 -0
  1529. package/dist/store/create-store.js.map +1 -0
  1530. package/dist/styles.css +2 -1
  1531. package/dist/sw/background-sync.cjs +2 -0
  1532. package/dist/sw/background-sync.cjs.map +1 -0
  1533. package/dist/sw/background-sync.js +98 -0
  1534. package/dist/sw/background-sync.js.map +1 -0
  1535. package/dist/sw/cache-inspect.cjs +2 -0
  1536. package/dist/sw/cache-inspect.cjs.map +1 -0
  1537. package/dist/sw/cache-inspect.js +49 -0
  1538. package/dist/sw/cache-inspect.js.map +1 -0
  1539. package/dist/sw/cache.cjs +2 -0
  1540. package/dist/sw/cache.cjs.map +1 -0
  1541. package/dist/sw/cache.js +144 -0
  1542. package/dist/sw/cache.js.map +1 -0
  1543. package/dist/sw/create-push-handler.cjs +2 -0
  1544. package/dist/sw/create-push-handler.cjs.map +1 -0
  1545. package/dist/sw/create-push-handler.js +65 -0
  1546. package/dist/sw/create-push-handler.js.map +1 -0
  1547. package/dist/sw/periodic-sync.cjs +2 -0
  1548. package/dist/sw/periodic-sync.cjs.map +1 -0
  1549. package/dist/sw/periodic-sync.js +16 -0
  1550. package/dist/sw/periodic-sync.js.map +1 -0
  1551. package/dist/sw/register-service-worker.cjs +2 -0
  1552. package/dist/sw/register-service-worker.cjs.map +1 -0
  1553. package/dist/sw/register-service-worker.js +44 -0
  1554. package/dist/sw/register-service-worker.js.map +1 -0
  1555. package/dist/sw.cjs +1 -2
  1556. package/dist/sw.d.ts +99 -0
  1557. package/dist/sw.js +7 -377
  1558. package/dist/telemetry/TelemetryProvider.cjs +2 -0
  1559. package/dist/telemetry/TelemetryProvider.cjs.map +1 -0
  1560. package/dist/telemetry/TelemetryProvider.js +21 -0
  1561. package/dist/telemetry/TelemetryProvider.js.map +1 -0
  1562. package/dist/telemetry/console-adapter.cjs +2 -0
  1563. package/dist/telemetry/console-adapter.cjs.map +1 -0
  1564. package/dist/telemetry/console-adapter.js +16 -0
  1565. package/dist/telemetry/console-adapter.js.map +1 -0
  1566. package/dist/telemetry/posthog-adapter.cjs +2 -0
  1567. package/dist/telemetry/posthog-adapter.cjs.map +1 -0
  1568. package/dist/telemetry/posthog-adapter.js +44 -0
  1569. package/dist/telemetry/posthog-adapter.js.map +1 -0
  1570. package/dist/telemetry/sentry-adapter.cjs +2 -0
  1571. package/dist/telemetry/sentry-adapter.cjs.map +1 -0
  1572. package/dist/telemetry/sentry-adapter.js +40 -0
  1573. package/dist/telemetry/sentry-adapter.js.map +1 -0
  1574. package/dist/tempest-react-sdk.cjs +1 -15
  1575. package/dist/tempest-react-sdk.d.ts +1094 -333
  1576. package/dist/tempest-react-sdk.js +255 -9473
  1577. package/dist/testing/create-mock-handlers.cjs +2 -0
  1578. package/dist/testing/create-mock-handlers.cjs.map +1 -0
  1579. package/dist/testing/create-mock-handlers.js +15 -0
  1580. package/dist/testing/create-mock-handlers.js.map +1 -0
  1581. package/dist/testing.cjs +1 -2
  1582. package/dist/testing.js +2 -14
  1583. package/dist/theme/ThemeProvider.cjs +2 -0
  1584. package/dist/theme/ThemeProvider.cjs.map +1 -0
  1585. package/dist/theme/ThemeProvider.js +74 -0
  1586. package/dist/theme/ThemeProvider.js.map +1 -0
  1587. package/dist/theme/initial-theme.cjs +11 -0
  1588. package/dist/theme/initial-theme.cjs.map +1 -0
  1589. package/dist/theme/initial-theme.js +30 -0
  1590. package/dist/theme/initial-theme.js.map +1 -0
  1591. package/dist/utils/arrays.cjs +2 -0
  1592. package/dist/utils/arrays.cjs.map +1 -0
  1593. package/dist/utils/arrays.js +34 -0
  1594. package/dist/utils/arrays.js.map +1 -0
  1595. package/dist/utils/cn.cjs +2 -0
  1596. package/dist/utils/cn.cjs.map +1 -0
  1597. package/dist/utils/cn.js +17 -0
  1598. package/dist/utils/cn.js.map +1 -0
  1599. package/dist/utils/format.cjs +2 -0
  1600. package/dist/utils/format.cjs.map +1 -0
  1601. package/dist/utils/format.js +36 -0
  1602. package/dist/utils/format.js.map +1 -0
  1603. package/dist/utils/functions.cjs +2 -0
  1604. package/dist/utils/functions.cjs.map +1 -0
  1605. package/dist/utils/functions.js +43 -0
  1606. package/dist/utils/functions.js.map +1 -0
  1607. package/dist/utils/guards.cjs +2 -0
  1608. package/dist/utils/guards.cjs.map +1 -0
  1609. package/dist/utils/guards.js +22 -0
  1610. package/dist/utils/guards.js.map +1 -0
  1611. package/dist/utils/ids.cjs +2 -0
  1612. package/dist/utils/ids.cjs.map +1 -0
  1613. package/dist/utils/ids.js +9 -0
  1614. package/dist/utils/ids.js.map +1 -0
  1615. package/dist/utils/numbers.cjs +2 -0
  1616. package/dist/utils/numbers.cjs.map +1 -0
  1617. package/dist/utils/numbers.js +30 -0
  1618. package/dist/utils/numbers.js.map +1 -0
  1619. package/dist/utils/objects.cjs +2 -0
  1620. package/dist/utils/objects.cjs.map +1 -0
  1621. package/dist/utils/objects.js +32 -0
  1622. package/dist/utils/objects.js.map +1 -0
  1623. package/dist/utils/promises.cjs +2 -0
  1624. package/dist/utils/promises.cjs.map +1 -0
  1625. package/dist/utils/promises.js +21 -0
  1626. package/dist/utils/promises.js.map +1 -0
  1627. package/dist/utils/relative-time.cjs +2 -0
  1628. package/dist/utils/relative-time.cjs.map +1 -0
  1629. package/dist/utils/relative-time.js +71 -0
  1630. package/dist/utils/relative-time.js.map +1 -0
  1631. package/dist/utils/storage.cjs +2 -0
  1632. package/dist/utils/storage.cjs.map +1 -0
  1633. package/dist/utils/storage.js +26 -0
  1634. package/dist/utils/storage.js.map +1 -0
  1635. package/dist/utils/strings.cjs +2 -0
  1636. package/dist/utils/strings.cjs.map +1 -0
  1637. package/dist/utils/strings.js +29 -0
  1638. package/dist/utils/strings.js.map +1 -0
  1639. package/dist/utils/xlsx.cjs +2 -0
  1640. package/dist/utils/xlsx.cjs.map +1 -0
  1641. package/dist/utils/xlsx.js +52 -0
  1642. package/dist/utils/xlsx.js.map +1 -0
  1643. package/dist/vision/core/canvas.cjs +2 -0
  1644. package/dist/vision/core/canvas.cjs.map +1 -0
  1645. package/dist/vision/core/canvas.js +32 -0
  1646. package/dist/vision/core/canvas.js.map +1 -0
  1647. package/dist/vision/core/exceptions.cjs +2 -0
  1648. package/dist/vision/core/exceptions.cjs.map +1 -0
  1649. package/dist/vision/core/exceptions.js +10 -0
  1650. package/dist/vision/core/exceptions.js.map +1 -0
  1651. package/dist/vision/core/providers.cjs +2 -0
  1652. package/dist/vision/core/providers.cjs.map +1 -0
  1653. package/dist/vision/core/providers.js +9 -0
  1654. package/dist/vision/core/providers.js.map +1 -0
  1655. package/dist/vision/core/session.cjs +2 -0
  1656. package/dist/vision/core/session.cjs.map +1 -0
  1657. package/dist/vision/core/session.js +48 -0
  1658. package/dist/vision/core/session.js.map +1 -0
  1659. package/dist/vision/index.cjs +2 -0
  1660. package/dist/vision/index.cjs.map +1 -0
  1661. package/dist/vision/index.js +21 -0
  1662. package/dist/vision/index.js.map +1 -0
  1663. package/dist/vision/io/image.cjs +2 -0
  1664. package/dist/vision/io/image.cjs.map +1 -0
  1665. package/dist/vision/io/image.js +57 -0
  1666. package/dist/vision/io/image.js.map +1 -0
  1667. package/dist/vision/labels.cjs +2 -0
  1668. package/dist/vision/labels.cjs.map +1 -0
  1669. package/dist/vision/labels.js +31 -0
  1670. package/dist/vision/labels.js.map +1 -0
  1671. package/dist/vision/luminance.cjs +2 -0
  1672. package/dist/vision/luminance.cjs.map +1 -0
  1673. package/dist/vision/luminance.js +40 -0
  1674. package/dist/vision/luminance.js.map +1 -0
  1675. package/dist/vision/postprocess/classification.cjs +2 -0
  1676. package/dist/vision/postprocess/classification.cjs.map +1 -0
  1677. package/dist/vision/postprocess/classification.js +33 -0
  1678. package/dist/vision/postprocess/classification.js.map +1 -0
  1679. package/dist/vision/postprocess/detection.cjs +2 -0
  1680. package/dist/vision/postprocess/detection.cjs.map +1 -0
  1681. package/dist/vision/postprocess/detection.js +129 -0
  1682. package/dist/vision/postprocess/detection.js.map +1 -0
  1683. package/dist/vision/postprocess/segmentation.cjs +2 -0
  1684. package/dist/vision/postprocess/segmentation.cjs.map +1 -0
  1685. package/dist/vision/postprocess/segmentation.js +103 -0
  1686. package/dist/vision/postprocess/segmentation.js.map +1 -0
  1687. package/dist/vision/preprocess/image.cjs +2 -0
  1688. package/dist/vision/preprocess/image.cjs.map +1 -0
  1689. package/dist/vision/preprocess/image.js +72 -0
  1690. package/dist/vision/preprocess/image.js.map +1 -0
  1691. package/dist/vision/results.cjs +2 -0
  1692. package/dist/vision/results.cjs.map +1 -0
  1693. package/dist/vision/results.js +165 -0
  1694. package/dist/vision/results.js.map +1 -0
  1695. package/dist/vision/tasks/base.cjs +2 -0
  1696. package/dist/vision/tasks/base.cjs.map +1 -0
  1697. package/dist/vision/tasks/base.js +14 -0
  1698. package/dist/vision/tasks/base.js.map +1 -0
  1699. package/dist/vision/tasks/classifier.cjs +2 -0
  1700. package/dist/vision/tasks/classifier.cjs.map +1 -0
  1701. package/dist/vision/tasks/classifier.js +90 -0
  1702. package/dist/vision/tasks/classifier.js.map +1 -0
  1703. package/dist/vision/tasks/detector.cjs +2 -0
  1704. package/dist/vision/tasks/detector.cjs.map +1 -0
  1705. package/dist/vision/tasks/detector.js +112 -0
  1706. package/dist/vision/tasks/detector.js.map +1 -0
  1707. package/dist/vision/tasks/segmenter.cjs +2 -0
  1708. package/dist/vision/tasks/segmenter.cjs.map +1 -0
  1709. package/dist/vision/tasks/segmenter.js +144 -0
  1710. package/dist/vision/tasks/segmenter.js.map +1 -0
  1711. package/dist/vision/types.cjs +2 -0
  1712. package/dist/vision/types.cjs.map +1 -0
  1713. package/dist/vision/types.js +108 -0
  1714. package/dist/vision/types.js.map +1 -0
  1715. package/dist/vision/use-camera-stream.cjs +2 -0
  1716. package/dist/vision/use-camera-stream.cjs.map +1 -0
  1717. package/dist/vision/use-camera-stream.js +82 -0
  1718. package/dist/vision/use-camera-stream.js.map +1 -0
  1719. package/dist/vision/use-live-luminance.cjs +2 -0
  1720. package/dist/vision/use-live-luminance.cjs.map +1 -0
  1721. package/dist/vision/use-live-luminance.js +27 -0
  1722. package/dist/vision/use-live-luminance.js.map +1 -0
  1723. package/dist/vision.cjs +1 -2
  1724. package/dist/vision.js +20 -1561
  1725. package/dist/vite/create-vite-config.cjs +2 -0
  1726. package/dist/vite/create-vite-config.cjs.map +1 -0
  1727. package/dist/vite/create-vite-config.js +44 -0
  1728. package/dist/vite/create-vite-config.js.map +1 -0
  1729. package/dist/vite/tempest-pwa-dev-sw.cjs +2 -0
  1730. package/dist/vite/tempest-pwa-dev-sw.cjs.map +1 -0
  1731. package/dist/vite/tempest-pwa-dev-sw.js +47 -0
  1732. package/dist/vite/tempest-pwa-dev-sw.js.map +1 -0
  1733. package/dist/vite/tempest-pwa-icons.cjs +2 -0
  1734. package/dist/vite/tempest-pwa-icons.cjs.map +1 -0
  1735. package/dist/vite/tempest-pwa-icons.js +181 -0
  1736. package/dist/vite/tempest-pwa-icons.js.map +1 -0
  1737. package/dist/vite/tempest-pwa-manifest.cjs +3 -0
  1738. package/dist/vite/tempest-pwa-manifest.cjs.map +1 -0
  1739. package/dist/vite/tempest-pwa-manifest.js +37 -0
  1740. package/dist/vite/tempest-pwa-manifest.js.map +1 -0
  1741. package/dist/vite.cjs +1 -4
  1742. package/dist/vite.js +5 -265
  1743. package/dist/ws/create-web-socket.cjs +2 -0
  1744. package/dist/ws/create-web-socket.cjs.map +1 -0
  1745. package/dist/ws/create-web-socket.js +70 -0
  1746. package/dist/ws/create-web-socket.js.map +1 -0
  1747. package/dist/ws/use-web-socket.cjs +2 -0
  1748. package/dist/ws/use-web-socket.cjs.map +1 -0
  1749. package/dist/ws/use-web-socket.js +33 -0
  1750. package/dist/ws/use-web-socket.js.map +1 -0
  1751. package/package.json +26 -19
  1752. package/template/eslint.config.js +8 -1
  1753. package/template/package.json +15 -15
  1754. package/template/src/App.tsx +1 -0
  1755. package/template/src/layouts/RootLayout.tsx +1 -0
  1756. package/template/src/lib/api.ts +1 -0
  1757. package/template/src/main.tsx +3 -1
  1758. package/template/src/pages/Login.tsx +1 -0
  1759. package/template/src/routes.tsx +2 -1
  1760. package/template-pwa/package.json +1 -1
  1761. package/template-pwa/src/main.tsx +11 -20
  1762. package/template-pwa/src/pwa.tsx +42 -0
  1763. package/dist/AC-Brw7ZrEs.cjs +0 -2
  1764. package/dist/AC-Brw7ZrEs.cjs.map +0 -1
  1765. package/dist/AC-DLl3Z4oj.js +0 -12
  1766. package/dist/AC-DLl3Z4oj.js.map +0 -1
  1767. package/dist/AL-DPGoZjht.cjs +0 -2
  1768. package/dist/AL-DPGoZjht.cjs.map +0 -1
  1769. package/dist/AL-gswGaWlj.js +0 -12
  1770. package/dist/AL-gswGaWlj.js.map +0 -1
  1771. package/dist/AM-QN1eL4Tn.js +0 -12
  1772. package/dist/AM-QN1eL4Tn.js.map +0 -1
  1773. package/dist/AM-VqNWvsI-.cjs +0 -2
  1774. package/dist/AM-VqNWvsI-.cjs.map +0 -1
  1775. package/dist/AP-CPvBa_FK.cjs +0 -2
  1776. package/dist/AP-CPvBa_FK.cjs.map +0 -1
  1777. package/dist/AP-CRAbh1js.js +0 -12
  1778. package/dist/AP-CRAbh1js.js.map +0 -1
  1779. package/dist/BA-CKy_HnnV.js +0 -12
  1780. package/dist/BA-CKy_HnnV.js.map +0 -1
  1781. package/dist/BA-DoMQ6slK.cjs +0 -2
  1782. package/dist/BA-DoMQ6slK.cjs.map +0 -1
  1783. package/dist/CE-Ca-XMDFW.js +0 -12
  1784. package/dist/CE-Ca-XMDFW.js.map +0 -1
  1785. package/dist/CE-as-pGPQa.cjs +0 -2
  1786. package/dist/CE-as-pGPQa.cjs.map +0 -1
  1787. package/dist/DF-8kzFoovF.js +0 -12
  1788. package/dist/DF-8kzFoovF.js.map +0 -1
  1789. package/dist/DF-Wr8WNxSX.cjs +0 -2
  1790. package/dist/DF-Wr8WNxSX.cjs.map +0 -1
  1791. package/dist/ES-B4uWNG6s.js +0 -12
  1792. package/dist/ES-B4uWNG6s.js.map +0 -1
  1793. package/dist/ES-wKVjD_TM.cjs +0 -2
  1794. package/dist/ES-wKVjD_TM.cjs.map +0 -1
  1795. package/dist/GO-D4m4rOqy.cjs +0 -2
  1796. package/dist/GO-D4m4rOqy.cjs.map +0 -1
  1797. package/dist/GO-DuaAgIfo.js +0 -12
  1798. package/dist/GO-DuaAgIfo.js.map +0 -1
  1799. package/dist/MA-BmaUZZKe.cjs +0 -2
  1800. package/dist/MA-BmaUZZKe.cjs.map +0 -1
  1801. package/dist/MA-wOyPxG_M.js +0 -12
  1802. package/dist/MA-wOyPxG_M.js.map +0 -1
  1803. package/dist/MG-BYsqJd-S.js +0 -12
  1804. package/dist/MG-BYsqJd-S.js.map +0 -1
  1805. package/dist/MG-BchdfJXp.cjs +0 -2
  1806. package/dist/MG-BchdfJXp.cjs.map +0 -1
  1807. package/dist/MS-DZkgtN_7.js +0 -12
  1808. package/dist/MS-DZkgtN_7.js.map +0 -1
  1809. package/dist/MS-Dz9lDw37.cjs +0 -2
  1810. package/dist/MS-Dz9lDw37.cjs.map +0 -1
  1811. package/dist/MT-BkVchoah.cjs +0 -2
  1812. package/dist/MT-BkVchoah.cjs.map +0 -1
  1813. package/dist/MT-GmMwFWw2.js +0 -12
  1814. package/dist/MT-GmMwFWw2.js.map +0 -1
  1815. package/dist/PA-C2FpT6Ew.cjs +0 -2
  1816. package/dist/PA-C2FpT6Ew.cjs.map +0 -1
  1817. package/dist/PA-DgyDzDFi.js +0 -12
  1818. package/dist/PA-DgyDzDFi.js.map +0 -1
  1819. package/dist/PB-BGkzbQup.cjs +0 -2
  1820. package/dist/PB-BGkzbQup.cjs.map +0 -1
  1821. package/dist/PB-D-6NE6KM.js +0 -12
  1822. package/dist/PB-D-6NE6KM.js.map +0 -1
  1823. package/dist/PE-D8V7gWY-.cjs +0 -2
  1824. package/dist/PE-D8V7gWY-.cjs.map +0 -1
  1825. package/dist/PE-vqm-t7Nh.js +0 -12
  1826. package/dist/PE-vqm-t7Nh.js.map +0 -1
  1827. package/dist/PI-CILuGJlW.js +0 -12
  1828. package/dist/PI-CILuGJlW.js.map +0 -1
  1829. package/dist/PI-dJYCbXQM.cjs +0 -2
  1830. package/dist/PI-dJYCbXQM.cjs.map +0 -1
  1831. package/dist/PR-DN8AV__r.js +0 -12
  1832. package/dist/PR-DN8AV__r.js.map +0 -1
  1833. package/dist/PR-P17oBdNH.cjs +0 -2
  1834. package/dist/PR-P17oBdNH.cjs.map +0 -1
  1835. package/dist/RJ-Bccz05Em.js +0 -12
  1836. package/dist/RJ-Bccz05Em.js.map +0 -1
  1837. package/dist/RJ-Budqx7QP.cjs +0 -2
  1838. package/dist/RJ-Budqx7QP.cjs.map +0 -1
  1839. package/dist/RN-DLcJBxo3.cjs +0 -2
  1840. package/dist/RN-DLcJBxo3.cjs.map +0 -1
  1841. package/dist/RN-DTqFP-Nm.js +0 -12
  1842. package/dist/RN-DTqFP-Nm.js.map +0 -1
  1843. package/dist/RO-BCC54UTU.js +0 -12
  1844. package/dist/RO-BCC54UTU.js.map +0 -1
  1845. package/dist/RO-B_IDyci4.cjs +0 -2
  1846. package/dist/RO-B_IDyci4.cjs.map +0 -1
  1847. package/dist/RR-CDGUEyla.cjs +0 -2
  1848. package/dist/RR-CDGUEyla.cjs.map +0 -1
  1849. package/dist/RR-OCnI_XpU.js +0 -12
  1850. package/dist/RR-OCnI_XpU.js.map +0 -1
  1851. package/dist/RS-DiBeY_u5.cjs +0 -2
  1852. package/dist/RS-DiBeY_u5.cjs.map +0 -1
  1853. package/dist/RS-Dy7gBbbH.js +0 -12
  1854. package/dist/RS-Dy7gBbbH.js.map +0 -1
  1855. package/dist/SC-CEMoj8g2.cjs +0 -2
  1856. package/dist/SC-CEMoj8g2.cjs.map +0 -1
  1857. package/dist/SC-trCqQDXz.js +0 -12
  1858. package/dist/SC-trCqQDXz.js.map +0 -1
  1859. package/dist/SE-DAfFbZcK.cjs +0 -2
  1860. package/dist/SE-DAfFbZcK.cjs.map +0 -1
  1861. package/dist/SE-DBdfSrGk.js +0 -12
  1862. package/dist/SE-DBdfSrGk.js.map +0 -1
  1863. package/dist/SP-Cse4d68i.cjs +0 -2
  1864. package/dist/SP-Cse4d68i.cjs.map +0 -1
  1865. package/dist/SP-qPZjJDOT.js +0 -12
  1866. package/dist/SP-qPZjJDOT.js.map +0 -1
  1867. package/dist/TO-CZtMDVug.js +0 -12
  1868. package/dist/TO-CZtMDVug.js.map +0 -1
  1869. package/dist/TO-Dwi5zIyF.cjs +0 -2
  1870. package/dist/TO-Dwi5zIyF.cjs.map +0 -1
  1871. package/dist/br-centroids--O7-1KXz.cjs +0 -2
  1872. package/dist/br-centroids--O7-1KXz.cjs.map +0 -1
  1873. package/dist/br-centroids-IHN7PIzD.js +0 -10
  1874. package/dist/br-centroids-IHN7PIzD.js.map +0 -1
  1875. package/dist/br-geo-BYynYOwK.cjs +0 -2
  1876. package/dist/br-geo-BYynYOwK.cjs.map +0 -1
  1877. package/dist/br-geo-DFRuvjuU.js +0 -8
  1878. package/dist/br-geo-DFRuvjuU.js.map +0 -1
  1879. package/dist/charts.cjs.map +0 -1
  1880. package/dist/charts.js.map +0 -1
  1881. package/dist/cn-C0Sxc9eb.js +0 -19
  1882. package/dist/cn-C0Sxc9eb.js.map +0 -1
  1883. package/dist/cn-CNScIEB4.cjs +0 -2
  1884. package/dist/cn-CNScIEB4.cjs.map +0 -1
  1885. package/dist/editor.cjs.map +0 -1
  1886. package/dist/editor.js.map +0 -1
  1887. package/dist/leaflet-map-BHBcL_7k.js +0 -51
  1888. package/dist/leaflet-map-BHBcL_7k.js.map +0 -1
  1889. package/dist/leaflet-map-BzYV9czG.cjs +0 -2
  1890. package/dist/leaflet-map-BzYV9czG.cjs.map +0 -1
  1891. package/dist/projection-CILVBdpd.cjs +0 -2
  1892. package/dist/projection-CILVBdpd.cjs.map +0 -1
  1893. package/dist/projection-Wnqr_svy.js +0 -215
  1894. package/dist/projection-Wnqr_svy.js.map +0 -1
  1895. package/dist/sw.cjs.map +0 -1
  1896. package/dist/sw.js.map +0 -1
  1897. package/dist/tempest-react-sdk.cjs.map +0 -1
  1898. package/dist/tempest-react-sdk.js.map +0 -1
  1899. package/dist/testing.cjs.map +0 -1
  1900. package/dist/testing.js.map +0 -1
  1901. package/dist/vision.cjs.map +0 -1
  1902. package/dist/vision.js.map +0 -1
  1903. package/dist/vite.cjs.map +0 -1
  1904. package/dist/vite.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  import { AnimationEventHandler } from 'react';
2
2
  import { AriaRole } from 'react';
3
- import { BrowserRouter } from 'react-router-dom';
3
+ import { BrowserRouter } from 'react-router';
4
4
  import { ButtonHTMLAttributes } from 'react';
5
5
  import { ChangeEventHandler } from 'react';
6
6
  import { ClipboardEventHandler } from 'react';
@@ -25,26 +25,25 @@ import { FocusEventHandler } from 'react';
25
25
  import { FormHTMLAttributes } from 'react';
26
26
  import { FormProvider } from 'react-hook-form';
27
27
  import { ForwardRefExoticComponent } from 'react';
28
- import { HashRouter } from 'react-router-dom';
28
+ import { HashRouter } from 'react-router';
29
29
  import { HTMLAttributes } from 'react';
30
30
  import { ImgHTMLAttributes } from 'react';
31
31
  import { InfiniteData } from '@tanstack/react-query';
32
32
  import { InputEventHandler } from 'react';
33
33
  import { InputHTMLAttributes } from 'react';
34
- import { JSX } from 'react/jsx-runtime';
35
- import { JSX as JSX_2 } from 'react';
34
+ import { JSX } from 'react';
36
35
  import { KeyboardEventHandler } from 'react';
37
36
  import { LabelHTMLAttributes } from 'react';
38
37
  import { lazy } from 'react';
39
- import { Link } from 'react-router-dom';
40
- import { MemoryRouter } from 'react-router-dom';
38
+ import { Link } from 'react-router';
39
+ import { MemoryRouter } from 'react-router';
41
40
  import { MouseEvent as MouseEvent_2 } from 'react';
42
41
  import { MouseEventHandler } from 'react';
43
- import { Navigate } from 'react-router-dom';
44
- import { NavigateOptions } from 'react-router-dom';
45
- import { NavLink } from 'react-router-dom';
46
- import { Outlet } from 'react-router-dom';
47
- import { Params } from 'react-router-dom';
42
+ import { Navigate } from 'react-router';
43
+ import { NavigateOptions } from 'react-router';
44
+ import { NavLink } from 'react-router';
45
+ import { Outlet } from 'react-router';
46
+ import { Params } from 'react-router';
48
47
  import { Path } from 'react-hook-form';
49
48
  import { PersistOptions } from 'zustand/middleware';
50
49
  import { PointerEventHandler } from 'react';
@@ -54,11 +53,11 @@ import { ReactElement } from 'react';
54
53
  import { ReactEventHandler } from 'react';
55
54
  import { ReactNode } from 'react';
56
55
  import { ReactPortal } from 'react';
57
- import { redirect } from 'react-router-dom';
56
+ import { redirect } from 'react-router';
58
57
  import { RefAttributes } from 'react';
59
58
  import { RefObject } from 'react';
60
- import { Route } from 'react-router-dom';
61
- import { Routes } from 'react-router-dom';
59
+ import { Route } from 'react-router';
60
+ import { Routes } from 'react-router';
62
61
  import { SelectHTMLAttributes } from 'react';
63
62
  import { StateCreator } from 'zustand';
64
63
  import { StoreApi } from 'zustand';
@@ -66,7 +65,7 @@ import { SubmitEventHandler } from 'react';
66
65
  import { SubmitHandler } from 'react-hook-form';
67
66
  import { Table as Table_2 } from 'dexie';
68
67
  import { TextareaHTMLAttributes } from 'react';
69
- import { To } from 'react-router-dom';
68
+ import { To } from 'react-router';
70
69
  import { ToggleEventHandler } from 'react';
71
70
  import { TouchEvent as TouchEvent_2 } from 'react';
72
71
  import { TouchEventHandler } from 'react';
@@ -82,16 +81,16 @@ import { UseFormRegister } from 'react-hook-form';
82
81
  import { UseFormReturn } from 'react-hook-form';
83
82
  import { useFormState } from 'react-hook-form';
84
83
  import { UseInfiniteQueryOptions } from '@tanstack/react-query';
85
- import { useLocation } from 'react-router-dom';
86
- import { useMatch } from 'react-router-dom';
84
+ import { useLocation } from 'react-router';
85
+ import { useMatch } from 'react-router';
87
86
  import { UseMutationOptions } from '@tanstack/react-query';
88
87
  import { UseMutationResult } from '@tanstack/react-query';
89
- import { useNavigate } from 'react-router-dom';
90
- import { useParams } from 'react-router-dom';
88
+ import { useNavigate } from 'react-router';
89
+ import { useParams } from 'react-router';
91
90
  import { UseQueryOptions } from '@tanstack/react-query';
92
91
  import { UseQueryResult } from '@tanstack/react-query';
93
- import { useRouteError } from 'react-router-dom';
94
- import { useSearchParams } from 'react-router-dom';
92
+ import { useRouteError } from 'react-router';
93
+ import { useSearchParams } from 'react-router';
95
94
  import { useWatch } from 'react-hook-form';
96
95
  import { WheelEventHandler } from 'react';
97
96
  import { z } from 'zod';
@@ -789,6 +788,25 @@ export declare const CACHE_TIME: {
789
788
  readonly LONG: number;
790
789
  };
791
790
 
791
+ /** A cache-name matcher: a prefix string, a `RegExp`, or a predicate. */
792
+ export declare type CacheFilter = string | RegExp | ((name: string) => boolean);
793
+
794
+ /**
795
+ * Main-thread helpers to inspect and clear the Cache Storage buckets a service
796
+ * worker fills — for a "X MB cacheado" readout and a "limpar cache" action
797
+ * (e.g. on logout). All guard `caches` so they no-op safely under SSR / older
798
+ * browsers.
799
+ */
800
+ /** Per-cache usage summary returned by {@link inspectCaches}. */
801
+ export declare interface CacheReport {
802
+ /** The Cache Storage bucket name. */
803
+ name: string;
804
+ /** Number of cached responses. */
805
+ entries: number;
806
+ /** Approximate total bytes, or `null` when byte measurement was skipped. */
807
+ bytes: number | null;
808
+ }
809
+
792
810
  /**
793
811
  * Standalone month-grid date picker. Renders a header with the month/year and
794
812
  * prev/next buttons, a weekday row, and a 6x7 grid of day buttons. Selection and
@@ -966,8 +984,8 @@ export declare interface CenterProps extends HTMLAttributes<HTMLDivElement> {
966
984
  }
967
985
 
968
986
  export declare const CEPInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
969
- value: string;
970
- onChange: (value: string) => void;
987
+ value: string;
988
+ onChange: (value: string) => void;
971
989
  } & RefAttributes<HTMLInputElement>>;
972
990
 
973
991
  /**
@@ -987,8 +1005,12 @@ export declare interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInpu
987
1005
  /**
988
1006
  * Multi-value input. Type a value and press Enter (or comma / Tab) to push a
989
1007
  * chip. Backspace on empty input removes the last chip.
1008
+ *
1009
+ * Name the field with `label` (associated through `htmlFor`) or, when the label
1010
+ * lives elsewhere in the layout, with `aria-label`. The placeholder is not an
1011
+ * accessible name — it disappears as soon as the first chip is added.
990
1012
  */
991
- export declare function ChipInput({ value, onChange, label, placeholder, helperText, error, commitKeys, normalize, className, }: ChipInputProps): JSX.Element;
1013
+ export declare function ChipInput({ value, onChange, label, placeholder, helperText, error, commitKeys, normalize, className, id, "aria-label": ariaLabel, }: ChipInputProps): JSX.Element;
992
1014
 
993
1015
  export declare interface ChipInputProps {
994
1016
  value: string[];
@@ -997,6 +1019,13 @@ export declare interface ChipInputProps {
997
1019
  placeholder?: string;
998
1020
  helperText?: string;
999
1021
  error?: string;
1022
+ /** Id for the inner input. Generated when omitted. */
1023
+ id?: string;
1024
+ /**
1025
+ * Accessible name for the inner input when there is no visible `label`.
1026
+ * Without either, screen readers announce an unnamed text field.
1027
+ */
1028
+ "aria-label"?: string;
1000
1029
  /** Keys that commit the current draft as a chip. Default: Enter, comma, Tab. */
1001
1030
  commitKeys?: string[];
1002
1031
  /** Lowercase + trim each chip + dedupe. Default: true. */
@@ -1036,6 +1065,18 @@ export declare function clampLatitude(latitude: number): number;
1036
1065
 
1037
1066
  declare type ClassValue = string | number | bigint | boolean | null | undefined | ClassValue[];
1038
1067
 
1068
+ /**
1069
+ * Delete Cache Storage buckets whose name passes `filter` (all of them when no
1070
+ * filter is given).
1071
+ *
1072
+ * @param filter - Which caches to delete.
1073
+ * @returns The names of the caches that were deleted.
1074
+ *
1075
+ * @example
1076
+ * await clearCaches("tempest-"); // drop every SDK-managed cache on logout
1077
+ */
1078
+ export declare function clearCaches(filter?: CacheFilter): Promise<string[]>;
1079
+
1039
1080
  /**
1040
1081
  * Wraps its children in a `<div>` and invokes `onOutside` whenever a
1041
1082
  * `mousedown` or `touchstart` event occurs outside that subtree.
@@ -1064,8 +1105,8 @@ export declare interface ClickOutsideProps extends HTMLAttributes<HTMLDivElement
1064
1105
  export declare function cn(...values: ClassValue[]): string;
1065
1106
 
1066
1107
  export declare const CNPJInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
1067
- value: string;
1068
- onChange: (value: string) => void;
1108
+ value: string;
1109
+ onChange: (value: string) => void;
1069
1110
  } & RefAttributes<HTMLInputElement>>;
1070
1111
 
1071
1112
  /**
@@ -1318,8 +1359,8 @@ export declare interface CounterHandlers {
1318
1359
  }
1319
1360
 
1320
1361
  export declare const CPFInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
1321
- value: string;
1322
- onChange: (value: string) => void;
1362
+ value: string;
1363
+ onChange: (value: string) => void;
1323
1364
  } & RefAttributes<HTMLInputElement>>;
1324
1365
 
1325
1366
  /**
@@ -1346,18 +1387,18 @@ export declare function createAudioPlayer(): AudioPlayer;
1346
1387
  * const useAuthStore = createAuthStore<UserResponse>();
1347
1388
  * const { user, token, logout } = useAuthStore();
1348
1389
  */
1349
- export declare function createAuthStore<TUser>(options?: CreateAuthStoreOptions<TUser>): UseBoundStore<Omit<StoreApi<AuthState<TUser>>, "setState" | "persist"> & {
1350
- setState(partial: AuthState<TUser> | Partial<AuthState<TUser>> | ((state: AuthState<TUser>) => AuthState<TUser> | Partial<AuthState<TUser>>), replace?: false | undefined): unknown;
1351
- setState(state: AuthState<TUser> | ((state: AuthState<TUser>) => AuthState<TUser>), replace: true): unknown;
1352
- persist: {
1353
- setOptions: (options: Partial<PersistOptions<AuthState<TUser>, unknown, unknown>>) => void;
1354
- clearStorage: () => void;
1355
- rehydrate: () => Promise<void> | void;
1356
- hasHydrated: () => boolean;
1357
- onHydrate: (fn: (state: AuthState<TUser>) => void) => () => void;
1358
- onFinishHydration: (fn: (state: AuthState<TUser>) => void) => () => void;
1359
- getOptions: () => Partial<PersistOptions<AuthState<TUser>, unknown, unknown>>;
1360
- };
1390
+ export declare function createAuthStore<TUser>(options?: CreateAuthStoreOptions<TUser>): UseBoundStore<Omit< StoreApi<AuthState<TUser>>, "setState" | "persist"> & {
1391
+ setState(partial: AuthState<TUser> | Partial<AuthState<TUser>> | ((state: AuthState<TUser>) => AuthState<TUser> | Partial<AuthState<TUser>>), replace?: false | undefined): unknown;
1392
+ setState(state: AuthState<TUser> | ((state: AuthState<TUser>) => AuthState<TUser>), replace: true): unknown;
1393
+ persist: {
1394
+ setOptions: (options: Partial< PersistOptions<AuthState<TUser>, unknown, unknown>>) => void;
1395
+ clearStorage: () => void;
1396
+ rehydrate: () => Promise<void> | void;
1397
+ hasHydrated: () => boolean;
1398
+ onHydrate: (fn: (state: AuthState<TUser>) => void) => () => void;
1399
+ onFinishHydration: (fn: (state: AuthState<TUser>) => void) => () => void;
1400
+ getOptions: () => Partial< PersistOptions<AuthState<TUser>, unknown, unknown>>;
1401
+ };
1361
1402
  }>;
1362
1403
 
1363
1404
  export declare interface CreateAuthStoreOptions<TUser> {
@@ -1958,7 +1999,7 @@ export declare interface CreateWebSocketOptions<T> {
1958
1999
  */
1959
2000
  pingInterval?: number;
1960
2001
  /** Payload sent on each ping. Default: `JSON.stringify({ type: "ping" })`. */
1961
- pingPayload?: string | ArrayBufferLike | Blob | ArrayBufferView;
2002
+ pingPayload?: string | Blob | BufferSource;
1962
2003
  /** Parse incoming frames. Default: JSON with raw-string fallback. */
1963
2004
  parser?: (raw: string) => T;
1964
2005
  onOpen?: (event: Event) => void;
@@ -2106,6 +2147,11 @@ export declare interface DataProviderOptions {
2106
2147
  * - Search matches a case-insensitive substring across `searchKeys`
2107
2148
  * (or every string/number column when not provided).
2108
2149
  * - Pagination is hidden when the result fits on a single page.
2150
+ *
2151
+ * The header memo depends on `columns` and `sort` only: `toggleSort` is
2152
+ * recreated each render but always closes over the same setter, so including it
2153
+ * would rebuild every header on every render without changing behaviour. That
2154
+ * is why `exhaustive-deps` is silenced on that dependency array.
2109
2155
  */
2110
2156
  export declare function DataTable<T>({ data, columns, pageSize, searchable, searchKeys, initialSort, rowKey, emptyMessage, className, ...rest }: DataTableProps<T>): JSX.Element;
2111
2157
 
@@ -2572,6 +2618,13 @@ export declare interface ErrorTextProps extends HTMLAttributes<HTMLParagraphElem
2572
2618
 
2573
2619
  export declare function estimatePasswordStrength(value: string): PasswordStrength;
2574
2620
 
2621
+ /**
2622
+ * Read the origin's current storage usage and quota.
2623
+ *
2624
+ * @returns The estimate, or `{ usage: null, quota: null }` when unsupported.
2625
+ */
2626
+ export declare function estimateStorage(): Promise<StorageEstimate_2>;
2627
+
2575
2628
  /**
2576
2629
  * Offline travel estimate between two coordinates. No network — distance comes
2577
2630
  * from {@link haversineKm} scaled by circuity, duration from a mode-adjusted
@@ -3218,6 +3271,24 @@ export declare interface HideProps {
3218
3271
  children: ReactNode;
3219
3272
  }
3220
3273
 
3274
+ /**
3275
+ * Resolve a conflict by keeping whichever record carries the higher version
3276
+ * number (monotonic counter / row version). The remote record wins ties.
3277
+ *
3278
+ * @typeParam T - The record shape.
3279
+ * @param local - The current local record, or `undefined` when new.
3280
+ * @param remote - The incoming remote record.
3281
+ * @param getVersion - Reads the monotonic version number.
3282
+ * @returns The winning record.
3283
+ *
3284
+ * @example
3285
+ * applyRemote: async (dto) => {
3286
+ * const local = await store.get(dto.id);
3287
+ * await store.save(higherVersionWins(local, dto, (r) => r.version));
3288
+ * }
3289
+ */
3290
+ export declare function higherVersionWins<T>(local: T | undefined, remote: T, getVersion: (record: T) => number): T;
3291
+
3221
3292
  /**
3222
3293
  * Content preview shown when the trigger is hovered or focused.
3223
3294
  *
@@ -3343,6 +3414,24 @@ export declare interface InputProps extends Omit<InputHTMLAttributes<HTMLInputEl
3343
3414
 
3344
3415
  export declare type InputSize = "sm" | "md" | "lg";
3345
3416
 
3417
+ /**
3418
+ * Report entry counts (and optionally byte sizes) for the Cache Storage
3419
+ * buckets whose name passes `filter`.
3420
+ *
3421
+ * @param options - `filter` narrows which caches to include; `measureBytes`
3422
+ * (default `true`) reads each response to sum sizes — set `false` for a fast,
3423
+ * count-only report.
3424
+ * @returns One {@link CacheReport} per matching cache. Empty when unsupported.
3425
+ *
3426
+ * @example
3427
+ * const reports = await inspectCaches({ filter: "tempest-" });
3428
+ * const totalMb = reports.reduce((n, r) => n + (r.bytes ?? 0), 0) / 1e6;
3429
+ */
3430
+ export declare function inspectCaches(options?: {
3431
+ filter?: CacheFilter;
3432
+ measureBytes?: boolean;
3433
+ }): Promise<CacheReport[]>;
3434
+
3346
3435
  /**
3347
3436
  * Install the background-sync queue: on a failed mutating request, the request
3348
3437
  * is serialized to IndexedDB and a sync is registered; the original fetch still
@@ -3377,6 +3466,13 @@ export declare interface InstallBackgroundSyncOptions {
3377
3466
  queueName?: string;
3378
3467
  /** Drop queued requests older than this (minutes) on replay. Default `1440` (24h). */
3379
3468
  maxRetentionMinutes?: number;
3469
+ /**
3470
+ * Also drain the queue on the `periodicsync` event carrying this tag,
3471
+ * complementing the one-off `sync` replay so long-pending mutations retry
3472
+ * even without a fresh navigation. Register the periodic sync from the main
3473
+ * thread with {@link registerPeriodicSync}. Default `${queueName}-periodic`.
3474
+ */
3475
+ periodicSyncTag?: string;
3380
3476
  }
3381
3477
 
3382
3478
  /**
@@ -3484,6 +3580,13 @@ export declare interface InstallPrecacheOptions {
3484
3580
  navigateFallbackDenylist?: RegExp[];
3485
3581
  /** Activate the new worker immediately after precaching. Default `true`. */
3486
3582
  skipWaiting?: boolean;
3583
+ /**
3584
+ * Enable the Navigation Preload API on `activate`, so the browser fetches
3585
+ * the navigation request in parallel with the worker boot and the handler
3586
+ * serves `event.preloadResponse` — cutting first-navigation latency after
3587
+ * the worker starts. Silently ignored where unsupported. Default `true`.
3588
+ */
3589
+ navigationPreload?: boolean;
3487
3590
  }
3488
3591
 
3489
3592
  /**
@@ -3729,6 +3832,31 @@ export declare interface LabelProps extends LabelHTMLAttributes<HTMLLabelElement
3729
3832
  required?: boolean;
3730
3833
  }
3731
3834
 
3835
+ /**
3836
+ * Conflict-resolution helpers for the `applyRemote` callback of
3837
+ * {@link createOfflineSync}. Each takes the current local record (or
3838
+ * `undefined` when the record is new locally) and the incoming remote record,
3839
+ * and returns the winner. Ties resolve to the remote copy, treating the server
3840
+ * as authoritative.
3841
+ */
3842
+ /**
3843
+ * Resolve a conflict by keeping whichever record was written last, comparing a
3844
+ * timestamp field. The remote record wins ties.
3845
+ *
3846
+ * @typeParam T - The record shape.
3847
+ * @param local - The current local record, or `undefined` when new.
3848
+ * @param remote - The incoming remote record.
3849
+ * @param getTimestamp - Reads the comparison timestamp (epoch ms, ISO string or `Date`).
3850
+ * @returns The winning record.
3851
+ *
3852
+ * @example
3853
+ * applyRemote: async (dto) => {
3854
+ * const local = await store.get(dto.id);
3855
+ * await store.save(lastWriteWins(local, dto, (r) => r.updatedAt));
3856
+ * }
3857
+ */
3858
+ export declare function lastWriteWins<T>(local: T | undefined, remote: T, getTimestamp: (record: T) => number | string | Date): T;
3859
+
3732
3860
  declare interface LayoutProps {
3733
3861
  /** Field arrangement. `stack` stacks fields vertically, `inline` lines them up in a wrapping row, `grid` arranges them in `columns` equal-width tracks. Default `stack`. */
3734
3862
  layout?: FormLayout;
@@ -3980,8 +4108,13 @@ export declare type Messages = Record<string, string>;
3980
4108
  /**
3981
4109
  * Portal-rendered modal dialog with backdrop, Esc handler, and slots for
3982
4110
  * header/body/footer. Locks body scroll while open.
4111
+ *
4112
+ * The `dialog` role needs an accessible name: a `title` supplies it via
4113
+ * `aria-labelledby`, and a titleless dialog should pass `aria-label`. The
4114
+ * header heading is only rendered when there is a title, so a close-button-only
4115
+ * header does not leave an empty `h3` behind.
3983
4116
  */
3984
- export declare function Modal({ open, onClose, title, children, footer, size, closeOnBackdrop, closeOnEsc, className, hideCloseButton, fullscreen, fullscreenOnMobile, }: ModalProps): ReactPortal | null;
4117
+ export declare function Modal({ open, onClose, title, children, footer, size, closeOnBackdrop, closeOnEsc, className, hideCloseButton, fullscreen, fullscreenOnMobile, "aria-label": ariaLabel, }: ModalProps): ReactPortal | null;
3985
4118
 
3986
4119
  export declare interface ModalProps {
3987
4120
  open: boolean;
@@ -3998,6 +4131,11 @@ export declare interface ModalProps {
3998
4131
  fullscreen?: boolean;
3999
4132
  /** Auto-fullscreen on mobile viewports (< 640px). Default `false`. */
4000
4133
  fullscreenOnMobile?: boolean;
4134
+ /**
4135
+ * Accessible name for the dialog. Only needed when there is no `title` —
4136
+ * with a `title` the dialog is named by it through `aria-labelledby`.
4137
+ */
4138
+ "aria-label"?: string;
4001
4139
  }
4002
4140
 
4003
4141
  /** Imperative API returned by {@link useModals}. */
@@ -4103,6 +4241,10 @@ export declare interface MultiSelectProps {
4103
4241
  className?: string;
4104
4242
  }
4105
4243
 
4244
+ declare interface MutationContext<TData> {
4245
+ previous: TData | undefined;
4246
+ }
4247
+
4106
4248
  /**
4107
4249
  * Top app bar. Three-slot layout (logo / nav / actions) that collapses
4108
4250
  * gracefully on mobile (nav slot wraps below).
@@ -4311,6 +4453,67 @@ export declare interface OAuthError {
4311
4453
  raw?: unknown;
4312
4454
  }
4313
4455
 
4456
+ /**
4457
+ * Fixed bar that appears while the browser is offline and, by default, flashes
4458
+ * a brief confirmation when the connection returns. Backed by {@link useOnline}
4459
+ * — no props needed for the common case.
4460
+ *
4461
+ * Renders nothing while online (after any flash has elapsed), so it is safe to
4462
+ * mount unconditionally at the app root.
4463
+ *
4464
+ * @example
4465
+ * <OfflineIndicator position="top" />
4466
+ */
4467
+ export declare function OfflineIndicator({ position, offlineLabel, onlineLabel, onlineFlashMs, className, children, ...props }: OfflineIndicatorProps): JSX.Element | null;
4468
+
4469
+ export declare type OfflineIndicatorPosition = "top" | "bottom";
4470
+
4471
+ export declare interface OfflineIndicatorProps extends HTMLAttributes<HTMLDivElement> {
4472
+ /** Where to pin the fixed bar. Default `"bottom"`. */
4473
+ position?: OfflineIndicatorPosition;
4474
+ /** Message shown while offline. */
4475
+ offlineLabel?: ReactNode;
4476
+ /** Message flashed briefly when connectivity returns. */
4477
+ onlineLabel?: ReactNode;
4478
+ /**
4479
+ * How long (ms) to keep the "back online" flash visible. `0` hides it
4480
+ * entirely. Default `3000`.
4481
+ */
4482
+ onlineFlashMs?: number;
4483
+ /** Override the offline body entirely (icon + label ignored). */
4484
+ children?: ReactNode;
4485
+ }
4486
+
4487
+ /** Handle returned by {@link persistQueryClientOffline}. */
4488
+ export declare interface OfflineQueryPersistence {
4489
+ /**
4490
+ * Load the persisted snapshot into the `QueryClient`. Call once on boot,
4491
+ * before rendering queries, so cached data is available offline.
4492
+ */
4493
+ restore: () => Promise<void>;
4494
+ /** Write the current cache snapshot immediately (bypassing the throttle). */
4495
+ flush: () => Promise<void>;
4496
+ /** Stop persisting and drop the pending write. */
4497
+ unsubscribe: () => void;
4498
+ /** Delete the persisted snapshot (e.g. on logout). */
4499
+ clear: () => Promise<void>;
4500
+ }
4501
+
4502
+ /** Options for {@link persistQueryClientOffline}. */
4503
+ export declare interface OfflineQueryPersistenceOptions {
4504
+ /** The `QueryClient` to snapshot and restore. */
4505
+ queryClient: QueryClient;
4506
+ /** IndexedDB database name for the snapshot. Default `"TempestQueryCache"`. */
4507
+ databaseName?: string;
4508
+ /** Row key under which the snapshot is stored. Default `"tanstack-query"`. */
4509
+ key?: string;
4510
+ /**
4511
+ * Minimum gap between snapshot writes, in ms — cache churn is coalesced into
4512
+ * one trailing write per window. Default `1000`.
4513
+ */
4514
+ throttleMs?: number;
4515
+ }
4516
+
4314
4517
  export declare interface OfflineStore<TItem, TKey extends string | number> {
4315
4518
  /** Insert or replace a record. */
4316
4519
  put: (item: TItem, owner?: string) => Promise<TKey>;
@@ -4388,6 +4591,23 @@ export declare interface OfflineSync<TPayload> {
4388
4591
  clearOutbox: () => Promise<void>;
4389
4592
  /** Reset the pull watermark (e.g. on logout / account switch). */
4390
4593
  resetWatermark: () => void;
4594
+ /** Read the current reactive {@link SyncState} snapshot synchronously. */
4595
+ getState: () => SyncState;
4596
+ /**
4597
+ * Subscribe to {@link SyncState} changes. The listener fires on every
4598
+ * enqueue, flush transition and outbox clear.
4599
+ *
4600
+ * @param listener - Called with the new snapshot on each change.
4601
+ * @returns An unsubscribe function.
4602
+ */
4603
+ subscribe: (listener: (state: SyncState) => void) => () => void;
4604
+ /**
4605
+ * Release resources held by the engine — currently the cross-tab
4606
+ * `BroadcastChannel` when `crossTab` is enabled. Safe to call when none was
4607
+ * opened. Optional in long-lived apps (the channel is reclaimed on tab
4608
+ * close); call it in tests and on teardown.
4609
+ */
4610
+ dispose: () => void;
4391
4611
  }
4392
4612
 
4393
4613
  /**
@@ -4436,6 +4656,22 @@ export declare interface OfflineSyncConfig<TPayload, TRemote> {
4436
4656
  * non-browser environments). When it returns `false`, `flush` is skipped.
4437
4657
  */
4438
4658
  isOnline?: () => boolean;
4659
+ /**
4660
+ * Broadcast {@link SyncState} across browser tabs of the same origin via a
4661
+ * `BroadcastChannel`, so every tab shows a coherent pending count / phase
4662
+ * (e.g. one tab flushing drops the badge to zero everywhere). The outbox is
4663
+ * already a shared IndexedDB; this only shares the in-memory state. Silently
4664
+ * ignored where `BroadcastChannel` is unavailable. Default `false`.
4665
+ *
4666
+ * When the Web Locks API is available, `flush` is additionally coordinated
4667
+ * *across* tabs: only one tab runs at a time and others skip while the lock
4668
+ * is held (they pick up the result via the broadcast). Delivery should still
4669
+ * be idempotent (upsert by client id). Without Web Locks, `flush` falls back
4670
+ * to per-tab single-flight.
4671
+ */
4672
+ crossTab?: boolean;
4673
+ /** Channel name when `crossTab` is on. Default `tempest-sync:${databaseName}`. */
4674
+ broadcastChannelName?: string;
4439
4675
  }
4440
4676
 
4441
4677
  /** Offset-paginated response envelope (fastapi-pagination `Page[T]`). */
@@ -4526,6 +4762,16 @@ export declare interface OSRMBackendOptions {
4526
4762
  modeDurationFactors?: Partial<Record<TravelMode, number>>;
4527
4763
  }
4528
4764
 
4765
+ /** The outbox entry a mutation's variables map to. */
4766
+ export declare interface OutboxDraft<TPayload> {
4767
+ /** The mutation kind. */
4768
+ op: OutboxOp;
4769
+ /** Primary key of the affected record. */
4770
+ recordId: string;
4771
+ /** Record snapshot for `create`/`update` (omit for `delete`). */
4772
+ payload?: TPayload;
4773
+ }
4774
+
4529
4775
  /**
4530
4776
  * A single queued mutation.
4531
4777
  *
@@ -4689,9 +4935,30 @@ export declare interface PermissionsFromTokenOptions {
4689
4935
  claim?: string;
4690
4936
  }
4691
4937
 
4938
+ /**
4939
+ * Persist a TanStack `QueryClient` cache to IndexedDB (via
4940
+ * {@link createOfflineStore}) and restore it on boot — so a reload or a cold
4941
+ * offline start shows the last-known data instead of empty screens.
4942
+ *
4943
+ * Self-contained: uses `dehydrate`/`hydrate` from `@tanstack/react-query`
4944
+ * directly, so no `@tanstack/react-query-persist-client` dependency is needed.
4945
+ * Writes are throttled and subscribe to the query cache; call `unsubscribe` on
4946
+ * teardown. Dexie is a peer dependency of the offline store — install it.
4947
+ *
4948
+ * @param options - The client plus storage/throttle configuration.
4949
+ * @returns A handle with `restore`, `flush`, `clear` and `unsubscribe`.
4950
+ *
4951
+ * @example
4952
+ * const persistence = persistQueryClientOffline({ queryClient });
4953
+ * await persistence.restore(); // before first render
4954
+ * // ... later, on logout:
4955
+ * await persistence.clear();
4956
+ */
4957
+ export declare function persistQueryClientOffline(options: OfflineQueryPersistenceOptions): OfflineQueryPersistence;
4958
+
4692
4959
  export declare const PhoneInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
4693
- value: string;
4694
- onChange: (value: string) => void;
4960
+ value: string;
4961
+ onChange: (value: string) => void;
4695
4962
  } & RefAttributes<HTMLInputElement>>;
4696
4963
 
4697
4964
  /**
@@ -4873,8 +5140,13 @@ export declare interface PostHogLike {
4873
5140
  reset?: () => void;
4874
5141
  }
4875
5142
 
4876
- /** Linear progress bar with determinate / indeterminate modes. */
4877
- export declare function Progress({ value, max, variant, indeterminate, showLabel, label, className, }: ProgressProps): JSX.Element;
5143
+ /**
5144
+ * Linear progress bar with determinate / indeterminate modes.
5145
+ *
5146
+ * The `progressbar` role requires an accessible name: it comes from
5147
+ * `aria-labelledby`, then explicit `aria-label`, then the visible `label`.
5148
+ */
5149
+ export declare function Progress({ value, max, variant, indeterminate, showLabel, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, className, }: ProgressProps): JSX.Element;
4878
5150
 
4879
5151
  export declare interface ProgressProps {
4880
5152
  /** Value between 0 and `max` (or 0-100 by default). Ignored when `indeterminate`. */
@@ -4887,6 +5159,14 @@ export declare interface ProgressProps {
4887
5159
  showLabel?: boolean;
4888
5160
  /** Optional left-aligned descriptor (e.g. "Enviando arquivo…"). */
4889
5161
  label?: string;
5162
+ /**
5163
+ * Accessible name for the bar. Defaults to `label` when that is set —
5164
+ * provide it explicitly whenever the bar renders without a visible label,
5165
+ * otherwise screen readers announce an unnamed progressbar.
5166
+ */
5167
+ "aria-label"?: string;
5168
+ /** Id of an existing element that names the bar (alternative to `aria-label`). */
5169
+ "aria-labelledby"?: string;
4890
5170
  className?: string;
4891
5171
  }
4892
5172
 
@@ -5102,6 +5382,42 @@ export declare interface RefreshIndicatorProps {
5102
5382
  className?: string;
5103
5383
  }
5104
5384
 
5385
+ /**
5386
+ * Request a Periodic Background Sync registration.
5387
+ *
5388
+ * Checks the `periodic-background-sync` permission first and only registers
5389
+ * when it is granted, so calling this unconditionally is safe. The browser
5390
+ * ultimately decides whether and how often the `periodicsync` event fires.
5391
+ *
5392
+ * @param options - The registration, tag and interval.
5393
+ * @returns `true` when the periodic sync was registered, else `false`
5394
+ * (unsupported, permission denied, or registration threw).
5395
+ *
5396
+ * @example
5397
+ * const reg = await navigator.serviceWorker.ready;
5398
+ * await registerPeriodicSync({ registration: reg, minIntervalMinutes: 360 });
5399
+ */
5400
+ export declare function registerPeriodicSync(options: RegisterPeriodicSyncOptions): Promise<boolean>;
5401
+
5402
+ /**
5403
+ * Main-thread helper to register a Periodic Background Sync, the counterpart to
5404
+ * the `periodicsync` listener installed by `installBackgroundSync`. Chrome-only
5405
+ * and gated behind the `periodic-background-sync` permission plus a site
5406
+ * engagement heuristic; degrades to a no-op (returns `false`) everywhere else.
5407
+ */
5408
+ /** Options for {@link registerPeriodicSync}. */
5409
+ export declare interface RegisterPeriodicSyncOptions {
5410
+ /** The active service-worker registration. */
5411
+ registration: ServiceWorkerRegistration;
5412
+ /** Sync tag; must match `installBackgroundSync`'s `periodicSyncTag`. Default `tempest-bg-sync-periodic`. */
5413
+ tag?: string;
5414
+ /**
5415
+ * Minimum interval between runs, in minutes. The browser treats this as a
5416
+ * floor and may space runs out much further. Default `720` (12h).
5417
+ */
5418
+ minIntervalMinutes?: number;
5419
+ }
5420
+
5105
5421
  /**
5106
5422
  * Register a service worker with consistent update-detection wiring.
5107
5423
  *
@@ -5190,6 +5506,24 @@ export declare interface RelativeTimeProps extends HTMLAttributes<HTMLTimeElemen
5190
5506
  locale?: "pt" | "en";
5191
5507
  }
5192
5508
 
5509
+ /**
5510
+ * Build an `applyOptimistic` that removes the entry matching the item's id
5511
+ * (by `idField`) from the list. For `delete` mutations, pass variables carrying
5512
+ * at least the id field.
5513
+ *
5514
+ * @typeParam T - The list item shape.
5515
+ * @param idField - The identity field. Default `"id"`.
5516
+ * @returns An `(current, item) => T[]` patcher for a list cache.
5517
+ *
5518
+ * @example
5519
+ * useOfflineMutation<{ id: string }, Note[], Note>({
5520
+ * sync, queryKey: ["notes"],
5521
+ * toEntry: ({ id }) => ({ op: "delete", recordId: id }),
5522
+ * applyOptimistic: removeById(),
5523
+ * });
5524
+ */
5525
+ export declare function removeById<T, V extends Partial<Record<keyof T, unknown>> = T>(idField?: keyof T): (current: T[] | undefined, item: V) => T[];
5526
+
5193
5527
  export declare interface ReorderPayload {
5194
5528
  from: number;
5195
5529
  to: number;
@@ -5200,6 +5534,17 @@ export declare interface RequestOptions extends Omit<RequestInit, "body"> {
5200
5534
  params?: Record<string, string | number | boolean | undefined | null>;
5201
5535
  }
5202
5536
 
5537
+ /**
5538
+ * Ask the browser to make this origin's storage persistent, so IndexedDB and
5539
+ * the Cache Storage are not silently evicted under disk pressure — essential
5540
+ * for durable offline-first data.
5541
+ *
5542
+ * The browser may grant silently, prompt, or deny based on engagement heuristics.
5543
+ *
5544
+ * @returns `true` when storage is (now or already) persisted, else `false`.
5545
+ */
5546
+ export declare function requestPersistentStorage(): Promise<boolean>;
5547
+
5203
5548
  /**
5204
5549
  * A two-pane split layout with a draggable divider. The first pane is sized via
5205
5550
  * `flex-basis` as a percentage; the second pane fills the rest. Drag the divider
@@ -5879,6 +6224,15 @@ export declare const storage: {
5879
6224
  remove(key: string): void;
5880
6225
  };
5881
6226
 
6227
+ /** Raw usage/quota reading from the Storage API, in bytes. */
6228
+ declare interface StorageEstimate_2 {
6229
+ /** Bytes currently used by this origin, or `null` when unknown. */
6230
+ usage: number | null;
6231
+ /** Total bytes available to this origin, or `null` when unknown. */
6232
+ quota: number | null;
6233
+ }
6234
+ export { StorageEstimate_2 as StorageEstimate }
6235
+
5882
6236
  export { SubmitHandler }
5883
6237
 
5884
6238
  /** Toggle switch backed by a checkbox input. Accessible via keyboard. */
@@ -5889,6 +6243,17 @@ export declare interface SwitchProps extends Omit<InputHTMLAttributes<HTMLInputE
5889
6243
  wrapperClassName?: string;
5890
6244
  }
5891
6245
 
6246
+ /**
6247
+ * Coarse lifecycle phase of the sync engine, surfaced through
6248
+ * {@link OfflineSync.getState} / {@link OfflineSync.subscribe} for reactive UI.
6249
+ *
6250
+ * - `"idle"` — nothing in flight and the last run (if any) fully succeeded.
6251
+ * - `"syncing"` — a `flush` run is currently in progress.
6252
+ * - `"offline"` — the last run was skipped because the device was offline.
6253
+ * - `"error"` — the last run left at least one entry queued after a failure.
6254
+ */
6255
+ export declare type SyncPhase = "idle" | "syncing" | "offline" | "error";
6256
+
5892
6257
  /** Outcome of a single {@link OfflineSync.flush} run. */
5893
6258
  export declare interface SyncRunSummary {
5894
6259
  /** The trigger passed to `flush`. */
@@ -5901,8 +6266,91 @@ export declare interface SyncRunSummary {
5901
6266
  durationMs: number;
5902
6267
  /** `true` when the run was skipped because the device was offline. */
5903
6268
  skipped: boolean;
6269
+ /** Last delivery error message seen this run, or `null` when none failed. */
6270
+ lastError: string | null;
5904
6271
  }
5905
6272
 
6273
+ /**
6274
+ * Immutable snapshot of the engine's reactive state. A fresh object is emitted
6275
+ * to subscribers on every change, so it is safe to use as a
6276
+ * `useSyncExternalStore` snapshot (reference equality signals "no change").
6277
+ */
6278
+ export declare interface SyncState {
6279
+ /** Current lifecycle phase. */
6280
+ phase: SyncPhase;
6281
+ /** Number of mutations still queued in the outbox. */
6282
+ pending: number;
6283
+ /** Summary of the most recent `flush` run, or `null` before the first. */
6284
+ lastSummary: SyncRunSummary | null;
6285
+ /** Message of the most recent delivery failure, or `null`. */
6286
+ lastError: string | null;
6287
+ /** Epoch ms of the last non-skipped run, or `null` before the first. */
6288
+ lastSyncedAt: number | null;
6289
+ }
6290
+
6291
+ /**
6292
+ * Compact status snapshot for a status badge/pill. Prefer this over
6293
+ * {@link useOfflineSync} when a component only needs to *display* status and
6294
+ * does not trigger flushes itself.
6295
+ */
6296
+ export declare interface SyncStatus {
6297
+ /** The dominant tone to render. */
6298
+ tone: SyncTone;
6299
+ /** Number of mutations still queued. */
6300
+ pending: number;
6301
+ /** `true` while a flush run is in progress. */
6302
+ syncing: boolean;
6303
+ /** `true` when the last run was skipped for being offline. */
6304
+ offline: boolean;
6305
+ /** Message of the most recent delivery failure, or `null`. */
6306
+ lastError: string | null;
6307
+ }
6308
+
6309
+ /**
6310
+ * Compact pill showing offline-sync status: a tone-colored icon plus a label
6311
+ * and optional pending count.
6312
+ *
6313
+ * Two modes: pass `sync` to have the badge observe an engine via
6314
+ * `useSyncStatus` (zero wiring), or pass an explicit `tone` (+ `pending`) to
6315
+ * keep it presentational and testable without IndexedDB.
6316
+ *
6317
+ * @example
6318
+ * // Connected — auto-wires the engine:
6319
+ * <SyncStatusBadge sync={notesSync} />
6320
+ *
6321
+ * // Presentational — you own the state:
6322
+ * const { tone, pending } = useSyncStatus(notesSync);
6323
+ * <SyncStatusBadge tone={tone} pending={pending} />
6324
+ */
6325
+ export declare function SyncStatusBadge({ sync, ...rest }: SyncStatusBadgeProps): JSX.Element;
6326
+
6327
+ export declare interface SyncStatusBadgeProps extends Omit<HTMLAttributes<HTMLSpanElement>, "children"> {
6328
+ /**
6329
+ * The dominant tone. Required when `sync` is not passed. Ignored when `sync`
6330
+ * is passed (the tone is derived from the engine).
6331
+ */
6332
+ tone?: SyncTone;
6333
+ /**
6334
+ * An `OfflineSync` engine to observe directly. When set, the badge wires
6335
+ * `useSyncStatus` internally, so `tone` and `pending` come from the engine.
6336
+ */
6337
+ sync?: OfflineSync<unknown>;
6338
+ /** Number of queued mutations, appended to the label when `> 0`. */
6339
+ pending?: number;
6340
+ /** Override the per-tone label text. */
6341
+ labels?: Partial<Record<SyncTone, string>>;
6342
+ /** Show the pending count next to the label. Default `true`. */
6343
+ showPending?: boolean;
6344
+ /** Render only the icon (no text). Default `false`. */
6345
+ iconOnly?: boolean;
6346
+ }
6347
+
6348
+ /**
6349
+ * Presentation-ready tone for a sync status indicator. Collapses the engine's
6350
+ * {@link SyncState} into the single most relevant signal for a badge/pill.
6351
+ */
6352
+ export declare type SyncTone = "idle" | "syncing" | "pending" | "offline" | "error";
6353
+
5906
6354
  /**
5907
6355
  * Why a sync run was triggered. The listed values are the common ones; any
5908
6356
  * string is accepted so apps can add their own telemetry labels.
@@ -6362,6 +6810,9 @@ export declare function ToggleGroup({ type, value, defaultValue, onValueChange,
6362
6810
  * A single selectable item inside a {@link ToggleGroup}. Reads and updates the
6363
6811
  * group's shared state through context.
6364
6812
  *
6813
+ * Icon-only items need an explicit `aria-label` (forwarded to the button):
6814
+ * an SVG child gives screen readers nothing to announce.
6815
+ *
6365
6816
  * @param props - {@link ToggleGroupItemProps}.
6366
6817
  * @returns A `role="button"` element exposing its state via `aria-pressed`.
6367
6818
  */
@@ -6585,6 +7036,36 @@ export declare function unprojectMercator(point: MercatorPoint): Coordinate;
6585
7036
  */
6586
7037
  export declare function unregisterAllServiceWorkers(): Promise<number>;
6587
7038
 
7039
+ /**
7040
+ * Fixed toast prompting the user to activate a freshly installed service
7041
+ * worker. Presentational — pair with {@link useServiceWorkerUpdate}, feeding
7042
+ * `updateAvailable` to `open` and `applyUpdate` to `onUpdate`.
7043
+ *
7044
+ * Renders nothing while `open` is `false`.
7045
+ *
7046
+ * @example
7047
+ * const { updateAvailable, applyUpdate } = useServiceWorkerUpdate({ url: "/sw.js" });
7048
+ * <UpdatePrompt open={updateAvailable} onUpdate={applyUpdate} />
7049
+ */
7050
+ export declare function UpdatePrompt({ open, onUpdate, onDismiss, message, actionLabel, position, className, ...props }: UpdatePromptProps): JSX.Element | null;
7051
+
7052
+ export declare type UpdatePromptPosition = "top" | "bottom";
7053
+
7054
+ export declare interface UpdatePromptProps extends Omit<HTMLAttributes<HTMLDivElement>, "children"> {
7055
+ /** Whether the prompt is visible. Feed from `useServiceWorkerUpdate().updateAvailable`. */
7056
+ open: boolean;
7057
+ /** Called when the user confirms the update. Wire to `applyUpdate`. */
7058
+ onUpdate: () => void;
7059
+ /** Called when the user dismisses the prompt. Omit to hide the dismiss button. */
7060
+ onDismiss?: () => void;
7061
+ /** Body message. */
7062
+ message?: ReactNode;
7063
+ /** Confirm button label. Default `"Atualizar"`. */
7064
+ actionLabel?: string;
7065
+ /** Where to pin the fixed toast. Default `"bottom"`. */
7066
+ position?: UpdatePromptPosition;
7067
+ }
7068
+
6588
7069
  /** Variables accepted by the update mutation. */
6589
7070
  export declare interface UpdateVariables {
6590
7071
  /** The record id to update. */
@@ -6636,6 +7117,30 @@ export declare interface UploadWithProgressOptions {
6636
7117
  requestId?: () => string;
6637
7118
  }
6638
7119
 
7120
+ /**
7121
+ * Ready-made `applyOptimistic` builders for {@link useOfflineMutation} over a
7122
+ * list-shaped query cache (`TData = T[]`). They cover the two most common
7123
+ * optimistic edits — insert-or-update and remove — so callers stop hand-writing
7124
+ * the array spread. Both compare records by an id field (`"id"` by default) and
7125
+ * treat the mutation variables as the record itself.
7126
+ */
7127
+ /**
7128
+ * Build an `applyOptimistic` that inserts the item when absent or shallow-merges
7129
+ * it into the existing entry (matched by `idField`). New items append to the end.
7130
+ *
7131
+ * @typeParam T - The list item shape.
7132
+ * @param idField - The identity field. Default `"id"`.
7133
+ * @returns An `(current, item) => T[]` patcher for a list cache.
7134
+ *
7135
+ * @example
7136
+ * useOfflineMutation<Note, Note[], Note>({
7137
+ * sync, queryKey: ["notes"],
7138
+ * toEntry: (n) => ({ op: "update", recordId: n.id, payload: n }),
7139
+ * applyOptimistic: upsertById(),
7140
+ * });
7141
+ */
7142
+ export declare function upsertById<T>(idField?: keyof T): (current: T[] | undefined, item: T) => T[];
7143
+
6639
7144
  /**
6640
7145
  * Convert a base64url-encoded VAPID public key into the `Uint8Array` format
6641
7146
  * required by `PushManager.subscribe({ applicationServerKey })`.
@@ -7028,7 +7533,17 @@ export { UseFormReturn }
7028
7533
 
7029
7534
  export { useFormState }
7030
7535
 
7031
- /** React hook around the Geolocation API. */
7536
+ /**
7537
+ * React hook around the Geolocation API.
7538
+ *
7539
+ * The effect depends on the individual `PositionOptions` fields instead of the
7540
+ * rest object, which is a new reference on every render and would restart the
7541
+ * watch continuously. `exhaustive-deps` is silenced there because those fields
7542
+ * are the whole of what the effect reads from it.
7543
+ *
7544
+ * @param options - Geolocation options plus `watch` and `disabled` switches.
7545
+ * @returns The latest position, error and loading state.
7546
+ */
7032
7547
  export declare function useGeolocation(options?: UseGeolocationOptions): GeolocationState;
7033
7548
 
7034
7549
  export declare interface UseGeolocationOptions extends PositionOptions {
@@ -7162,6 +7677,12 @@ export declare function useIsFirstRender(): boolean;
7162
7677
  * Bind a global keyboard shortcut. Supports modifier combinations and a
7163
7678
  * cross-OS `mod` key (Ctrl on Windows/Linux, Cmd on macOS).
7164
7679
  *
7680
+ * The effect depends on the individual `shortcut` fields rather than on the
7681
+ * object itself: callers pass an inline literal (`{ key: "k", mod: true }`),
7682
+ * which is a fresh reference on every render and would otherwise tear down and
7683
+ * re-add the listener each time. `exhaustive-deps` is silenced for that line
7684
+ * because the destructured fields are the complete dependency set.
7685
+ *
7165
7686
  * @example
7166
7687
  * useKeyboardShortcut({ key: "k", mod: true }, () => openSearch());
7167
7688
  */
@@ -7378,6 +7899,126 @@ export declare interface UseOAuthCallbackResult<T> {
7378
7899
  */
7379
7900
  export declare function useObjectUrl(blob: Blob | null | undefined): string | null;
7380
7901
 
7902
+ /**
7903
+ * Optimistic mutation that writes to an {@link OfflineSync} outbox instead of
7904
+ * hitting the network directly, bridging the sync engine and TanStack Query.
7905
+ *
7906
+ * On `mutate` it enqueues the entry, optimistically patches the given query
7907
+ * cache key and kicks a flush; if the enqueue itself throws, the cache is
7908
+ * rolled back to its previous value. Server delivery happens later inside the
7909
+ * engine's flush loop, so the UI updates instantly and survives reloads and
7910
+ * offline periods.
7911
+ *
7912
+ * @typeParam TVariables - The `mutate(variables)` input shape.
7913
+ * @typeParam TData - The cached query data optimistically patched.
7914
+ * @typeParam TPayload - Record snapshot carried by outbox entries.
7915
+ * @param options - Engine, variables→entry mapping and cache wiring.
7916
+ * @returns The TanStack {@link UseMutationResult}; the mutation resolves to the
7917
+ * generated outbox entry id.
7918
+ *
7919
+ * @example
7920
+ * const addNote = useOfflineMutation({
7921
+ * sync: notesSync,
7922
+ * queryKey: ["notes"],
7923
+ * toEntry: (note: Note) => ({ op: "create", recordId: note.id, payload: note }),
7924
+ * applyOptimistic: (current: Note[] = [], note) => [...current, note],
7925
+ * });
7926
+ * addNote.mutate(newNote);
7927
+ */
7928
+ export declare function useOfflineMutation<TVariables, TData = unknown, TPayload = unknown>(options: UseOfflineMutationOptions<TVariables, TData, TPayload>): UseMutationResult<string, Error, TVariables, MutationContext<TData>>;
7929
+
7930
+ /**
7931
+ * Configuration for {@link useOfflineMutation}.
7932
+ *
7933
+ * @typeParam TVariables - The `mutate(variables)` input shape.
7934
+ * @typeParam TData - The cached query data optimistically patched.
7935
+ * @typeParam TPayload - Record snapshot carried by outbox entries.
7936
+ */
7937
+ export declare interface UseOfflineMutationOptions<TVariables, TData, TPayload> {
7938
+ /** The engine the mutation enqueues into. */
7939
+ sync: OfflineSync<TPayload>;
7940
+ /** Map `mutate` variables into an outbox entry. */
7941
+ toEntry: (variables: TVariables) => OutboxDraft<TPayload>;
7942
+ /**
7943
+ * Query key to optimistically patch and (optionally) invalidate. Omit to
7944
+ * only enqueue without touching the React Query cache.
7945
+ */
7946
+ queryKey?: QueryKey;
7947
+ /**
7948
+ * Produce the next cached value from the current one and the variables.
7949
+ * Runs in `onMutate`; the previous value is restored automatically if the
7950
+ * enqueue throws. Requires `queryKey`.
7951
+ */
7952
+ applyOptimistic?: (current: TData | undefined, variables: TVariables) => TData;
7953
+ /**
7954
+ * Trigger a flush after enqueueing. `true` (default) uses
7955
+ * `"after-mutation"`; pass a custom {@link SyncTrigger} string, or `false`
7956
+ * to leave flushing to the caller / auto-flush hooks.
7957
+ */
7958
+ flush?: boolean | SyncTrigger;
7959
+ /** Invalidate `queryKey` in `onSettled` so a later read refetches. Default `false`. */
7960
+ invalidate?: boolean;
7961
+ }
7962
+
7963
+ /**
7964
+ * Subscribe a React component to an {@link OfflineSync} engine.
7965
+ *
7966
+ * Re-renders whenever the engine's {@link SyncState} changes (enqueue, flush
7967
+ * transition, outbox clear) via `useSyncExternalStore`, and optionally wires
7968
+ * auto-flush on mount, on the `online` event and on an interval. The engine
7969
+ * itself is created once by the app and passed in — the hook never owns it, so
7970
+ * multiple components can observe the same queue.
7971
+ *
7972
+ * @typeParam TPayload - Record snapshot carried by outbox entries.
7973
+ * @param sync - The engine returned by `createOfflineSync`.
7974
+ * @param options - Auto-flush triggers.
7975
+ * @returns The reactive state merged with `enqueue`/`flush` actions.
7976
+ *
7977
+ * @example
7978
+ * const { pending, syncing, phase, flush } = useOfflineSync(notesSync, {
7979
+ * flushOnMount: true,
7980
+ * intervalMs: 30_000,
7981
+ * });
7982
+ * return <SyncStatusBadge pending={pending} syncing={syncing} phase={phase} />;
7983
+ */
7984
+ export declare function useOfflineSync<TPayload>(sync: OfflineSync<TPayload>, options?: UseOfflineSyncOptions): UseOfflineSyncResult<TPayload>;
7985
+
7986
+ /**
7987
+ * Options for {@link useOfflineSync}. All auto-flush triggers are opt-in except
7988
+ * `flushOnOnline`, which defaults to `true` so the app catches up the moment
7989
+ * connectivity returns.
7990
+ */
7991
+ export declare interface UseOfflineSyncOptions {
7992
+ /** Flush once when the component mounts (trigger `"boot"`). Default `false`. */
7993
+ flushOnMount?: boolean;
7994
+ /**
7995
+ * Flush when the browser fires the `online` event (trigger
7996
+ * `"online-event"`). Default `true`.
7997
+ */
7998
+ flushOnOnline?: boolean;
7999
+ /**
8000
+ * Flush on this interval in milliseconds (trigger `"interval"`). `0`
8001
+ * disables the timer. Default `0`.
8002
+ */
8003
+ intervalMs?: number;
8004
+ }
8005
+
8006
+ /**
8007
+ * Reactive view of an {@link OfflineSync} engine, plus its imperative actions.
8008
+ * Extends {@link SyncState} so `phase`, `pending`, `lastSummary`, `lastError`
8009
+ * and `lastSyncedAt` are read directly off the result.
8010
+ *
8011
+ * @typeParam TPayload - Record snapshot carried by outbox entries.
8012
+ */
8013
+ export declare interface UseOfflineSyncResult<TPayload> extends SyncState {
8014
+ /** `true` while a flush run is in progress (`phase === "syncing"`). */
8015
+ syncing: boolean;
8016
+ /** Queue a mutation. Mirrors {@link OfflineSync.enqueue}. */
8017
+ enqueue: (op: OutboxOp, recordId: string, payload?: TPayload) => Promise<string>;
8018
+ /** Trigger a flush run. Mirrors {@link OfflineSync.flush}. */
8019
+ flush: (trigger?: SyncTrigger) => Promise<SyncRunSummary>;
8020
+ }
8021
+
7381
8022
  /**
7382
8023
  * Query a single record by id through the active {@link useDataProvider}.
7383
8024
  *
@@ -7396,10 +8037,40 @@ export declare type UseOneOptions<T> = Omit<UseQueryOptions<T, Error, T>, "query
7396
8037
  };
7397
8038
 
7398
8039
  /**
7399
- * Track the browser's `navigator.onLine` value and re-render on changes.
7400
- * Returns `true` during SSR (assumption: server is online).
8040
+ * Track connectivity and re-render on changes.
8041
+ *
8042
+ * With no options it mirrors `navigator.onLine` (assuming online during SSR and
8043
+ * before the first event). Pass `pingUrl` to additionally probe real
8044
+ * reachability — the browser's `onLine` flag lies behind captive portals and
8045
+ * dead links, so the probe downgrades the result to `false` when the network is
8046
+ * unusable even though `navigator.onLine` is `true`.
8047
+ *
8048
+ * @param options - Optional reachability-probe configuration.
8049
+ * @returns `true` when the device is online (and reachable, when probing).
8050
+ *
8051
+ * @example
8052
+ * const online = useOnline(); // navigator.onLine only
8053
+ * const reallyOnline = useOnline({ pingUrl: "/health", intervalMs: 15_000 });
8054
+ */
8055
+ export declare function useOnline(options?: UseOnlineOptions): boolean;
8056
+
8057
+ /**
8058
+ * Options for {@link useOnline}. Omit them for the cheap `navigator.onLine`
8059
+ * behaviour; pass `pingUrl` to add a real-reachability probe on top.
7401
8060
  */
7402
- export declare function useOnline(): boolean;
8061
+ export declare interface UseOnlineOptions {
8062
+ /**
8063
+ * URL to probe for real connectivity. `navigator.onLine` reports `true`
8064
+ * behind a captive portal or when the machine has a link but no internet;
8065
+ * a periodic `HEAD` to this URL catches those cases. When set, the result
8066
+ * is `navigator.onLine && lastProbeSucceeded`.
8067
+ */
8068
+ pingUrl?: string;
8069
+ /** How often to probe, in ms. Default `30000`. */
8070
+ intervalMs?: number;
8071
+ /** Abort a probe after this many ms and treat it as offline. Default `5000`. */
8072
+ timeoutMs?: number;
8073
+ }
7403
8074
 
7404
8075
  /**
7405
8076
  * Offset-pagination hook over TanStack Query for the fastapi-pagination /
@@ -7646,6 +8317,52 @@ export declare function useScrollLock(active: boolean): void;
7646
8317
 
7647
8318
  export { useSearchParams }
7648
8319
 
8320
+ /**
8321
+ * Register a service worker and expose a user-driven update flow.
8322
+ *
8323
+ * Wraps {@link registerServiceWorker}: when a fresh worker finishes installing
8324
+ * while the page is still controlled by the old one, `updateAvailable` flips to
8325
+ * `true`. Call `applyUpdate` — typically from an "atualizar" toast — to tell the
8326
+ * waiting worker to activate and reload the page once it takes control.
8327
+ *
8328
+ * Skips cleanly when the runtime has no service-worker support (`registration`
8329
+ * stays `null`, `updateAvailable` stays `false`).
8330
+ *
8331
+ * @param options - Registration options (`url` required); `autoUpdate` should
8332
+ * stay off so the reload is user-confirmed.
8333
+ * @returns The update state and `applyUpdate` action.
8334
+ *
8335
+ * @example
8336
+ * const { updateAvailable, applyUpdate } = useServiceWorkerUpdate({ url: "/sw.js" });
8337
+ * return (
8338
+ * <UpdatePrompt open={updateAvailable} onUpdate={applyUpdate} />
8339
+ * );
8340
+ */
8341
+ export declare function useServiceWorkerUpdate(options: UseServiceWorkerUpdateOptions): UseServiceWorkerUpdateResult;
8342
+
8343
+ /**
8344
+ * Options for {@link useServiceWorkerUpdate}. Mirrors the registration options
8345
+ * minus the callbacks the hook owns internally (`onUpdate`); `onReady` and
8346
+ * `onError` still pass through for host-side logging.
8347
+ *
8348
+ * Leave `autoUpdate` off (the default): this hook exists to hand the reload
8349
+ * decision to the user, so a silent auto-reload would defeat the prompt.
8350
+ */
8351
+ export declare type UseServiceWorkerUpdateOptions = Omit<RegisterServiceWorkerOptions, "onUpdate">;
8352
+
8353
+ /** Reactive service-worker update state plus the apply action. */
8354
+ export declare interface UseServiceWorkerUpdateResult {
8355
+ /** `true` once a new worker has installed and is waiting to activate. */
8356
+ updateAvailable: boolean;
8357
+ /**
8358
+ * Activate the waiting worker and reload the page once it takes control.
8359
+ * No-op when no update is waiting.
8360
+ */
8361
+ applyUpdate: () => void;
8362
+ /** The active registration, or `null` before it resolves / when unsupported. */
8363
+ registration: ServiceWorkerRegistration | null;
8364
+ }
8365
+
7649
8366
  /**
7650
8367
  * Reactive `Set` wrapper. Mutating via `add` / `delete` / `clear` / `toggle`
7651
8368
  * triggers a re-render and yields a fresh `set` reference each time.
@@ -7673,6 +8390,50 @@ export declare interface UseSetResult<T> {
7673
8390
  */
7674
8391
  export declare function useStableCallback<TArgs extends unknown[], TReturn>(callback: (...args: TArgs) => TReturn): (...args: TArgs) => TReturn;
7675
8392
 
8393
+ /**
8394
+ * Track the origin's storage usage, quota and persistence flag, refreshing on
8395
+ * demand. Pair with {@link requestPersistentStorage} to surface a "usando X de
8396
+ * Y MB" meter and a "tornar armazenamento permanente" action.
8397
+ *
8398
+ * @param options - `pollMs` re-reads the estimate on an interval (`0` = off,
8399
+ * the default).
8400
+ * @returns The reactive storage state and actions.
8401
+ *
8402
+ * @example
8403
+ * const { usage, quota, ratio, persisted, requestPersist } = useStorageEstimate();
8404
+ * return <Meter value={ratio ?? 0} onClick={requestPersist} />;
8405
+ */
8406
+ export declare function useStorageEstimate(options?: {
8407
+ pollMs?: number;
8408
+ }): UseStorageEstimateResult;
8409
+
8410
+ /** Reactive storage-quota state exposed by {@link useStorageEstimate}. */
8411
+ export declare interface UseStorageEstimateResult extends StorageEstimate_2 {
8412
+ /** `true` when the Storage API is available. */
8413
+ supported: boolean;
8414
+ /** `usage / quota` in `[0, 1]`, or `null` when either value is unknown. */
8415
+ ratio: number | null;
8416
+ /** Whether storage is persisted, `null` before the first read / unsupported. */
8417
+ persisted: boolean | null;
8418
+ /** `true` during the initial read or a `refresh`. */
8419
+ loading: boolean;
8420
+ /** Re-read usage/quota and the persisted flag from the browser. */
8421
+ refresh: () => Promise<void>;
8422
+ /** Request persistent storage; refreshes state and returns the outcome. */
8423
+ requestPersist: () => Promise<boolean>;
8424
+ }
8425
+
8426
+ /**
8427
+ * Subscribe to an {@link OfflineSync} engine and return a display-only
8428
+ * {@link SyncStatus}. A thin read-only companion to {@link useOfflineSync},
8429
+ * intended to feed a `<SyncStatusBadge>` without exposing flush actions.
8430
+ *
8431
+ * @typeParam TPayload - Record snapshot carried by outbox entries.
8432
+ * @param sync - The engine returned by `createOfflineSync`.
8433
+ * @returns The compact status snapshot.
8434
+ */
8435
+ export declare function useSyncStatus<TPayload>(sync: OfflineSync<TPayload>): SyncStatus;
8436
+
7676
8437
  /**
7677
8438
  * Access the active telemetry adapter. Returns `null` when no provider is
7678
8439
  * mounted (calls are silently dropped — useful for unit tests).
@@ -7769,7 +8530,7 @@ export declare interface UseWebSocketResult<T> {
7769
8530
  /** Last decoded frame received. */
7770
8531
  lastMessage: WebSocketMessage<T> | null;
7771
8532
  /** Send a payload through the active connection. Returns false when not open. */
7772
- send: (payload: string | ArrayBufferLike | Blob | ArrayBufferView) => boolean;
8533
+ send: (payload: string | Blob | BufferSource) => boolean;
7773
8534
  /** Force a reconnect, resetting the retry counter. */
7774
8535
  reconnect: () => void;
7775
8536
  }
@@ -7882,291 +8643,291 @@ export declare interface VirtualListProps<T> {
7882
8643
  * @example
7883
8644
  * <button><Icon /><VisuallyHidden>Close</VisuallyHidden></button>
7884
8645
  */
7885
- export declare function VisuallyHidden({ as, className, children, ...props }: VisuallyHiddenProps): DOMElement< {
7886
- defaultChecked?: boolean | undefined;
7887
- defaultValue?: string | number | readonly string[] | undefined;
7888
- suppressContentEditableWarning?: boolean | undefined;
7889
- suppressHydrationWarning?: boolean | undefined;
7890
- accessKey?: string | undefined;
7891
- autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
7892
- autoFocus?: boolean | undefined;
7893
- contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
7894
- contextMenu?: string | undefined;
7895
- dir?: string | undefined;
7896
- draggable?: (boolean | "true" | "false") | undefined;
7897
- enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
7898
- hidden?: boolean | undefined;
7899
- id?: string | undefined;
7900
- lang?: string | undefined;
7901
- nonce?: string | undefined;
7902
- slot?: string | undefined;
7903
- spellCheck?: (boolean | "true" | "false") | undefined;
7904
- style?: CSSProperties | undefined;
7905
- tabIndex?: number | undefined;
7906
- title?: string | undefined;
7907
- translate?: "yes" | "no" | undefined;
7908
- radioGroup?: string | undefined;
7909
- role?: AriaRole | undefined;
7910
- about?: string | undefined;
7911
- content?: string | undefined;
7912
- datatype?: string | undefined;
7913
- inlist?: any;
7914
- prefix?: string | undefined;
7915
- property?: string | undefined;
7916
- rel?: string | undefined;
7917
- resource?: string | undefined;
7918
- rev?: string | undefined;
7919
- typeof?: string | undefined;
7920
- vocab?: string | undefined;
7921
- autoCorrect?: string | undefined;
7922
- autoSave?: string | undefined;
7923
- color?: string | undefined;
7924
- itemProp?: string | undefined;
7925
- itemScope?: boolean | undefined;
7926
- itemType?: string | undefined;
7927
- itemID?: string | undefined;
7928
- itemRef?: string | undefined;
7929
- results?: number | undefined;
7930
- security?: string | undefined;
7931
- unselectable?: "on" | "off" | undefined;
7932
- popover?: "" | "auto" | "manual" | "hint" | undefined;
7933
- popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
7934
- popoverTarget?: string | undefined;
7935
- inert?: boolean | undefined;
7936
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
7937
- is?: string | undefined;
7938
- exportparts?: string | undefined;
7939
- part?: string | undefined;
7940
- "aria-activedescendant"?: string | undefined;
7941
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
7942
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
7943
- "aria-braillelabel"?: string | undefined;
7944
- "aria-brailleroledescription"?: string | undefined;
7945
- "aria-busy"?: (boolean | "true" | "false") | undefined;
7946
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
7947
- "aria-colcount"?: number | undefined;
7948
- "aria-colindex"?: number | undefined;
7949
- "aria-colindextext"?: string | undefined;
7950
- "aria-colspan"?: number | undefined;
7951
- "aria-controls"?: string | undefined;
7952
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
7953
- "aria-describedby"?: string | undefined;
7954
- "aria-description"?: string | undefined;
7955
- "aria-details"?: string | undefined;
7956
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
7957
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
7958
- "aria-errormessage"?: string | undefined;
7959
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
7960
- "aria-flowto"?: string | undefined;
7961
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
7962
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
7963
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
7964
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
7965
- "aria-keyshortcuts"?: string | undefined;
7966
- "aria-label"?: string | undefined;
7967
- "aria-labelledby"?: string | undefined;
7968
- "aria-level"?: number | undefined;
7969
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
7970
- "aria-modal"?: (boolean | "true" | "false") | undefined;
7971
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
7972
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
7973
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
7974
- "aria-owns"?: string | undefined;
7975
- "aria-placeholder"?: string | undefined;
7976
- "aria-posinset"?: number | undefined;
7977
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
7978
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
7979
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
7980
- "aria-required"?: (boolean | "true" | "false") | undefined;
7981
- "aria-roledescription"?: string | undefined;
7982
- "aria-rowcount"?: number | undefined;
7983
- "aria-rowindex"?: number | undefined;
7984
- "aria-rowindextext"?: string | undefined;
7985
- "aria-rowspan"?: number | undefined;
7986
- "aria-selected"?: (boolean | "true" | "false") | undefined;
7987
- "aria-setsize"?: number | undefined;
7988
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
7989
- "aria-valuemax"?: number | undefined;
7990
- "aria-valuemin"?: number | undefined;
7991
- "aria-valuenow"?: number | undefined;
7992
- "aria-valuetext"?: string | undefined;
7993
- dangerouslySetInnerHTML?: {
7994
- __html: string | TrustedHTML;
7995
- } | undefined;
7996
- onCopy?: ClipboardEventHandler<HTMLElement> | undefined;
7997
- onCopyCapture?: ClipboardEventHandler<HTMLElement> | undefined;
7998
- onCut?: ClipboardEventHandler<HTMLElement> | undefined;
7999
- onCutCapture?: ClipboardEventHandler<HTMLElement> | undefined;
8000
- onPaste?: ClipboardEventHandler<HTMLElement> | undefined;
8001
- onPasteCapture?: ClipboardEventHandler<HTMLElement> | undefined;
8002
- onCompositionEnd?: CompositionEventHandler<HTMLElement> | undefined;
8003
- onCompositionEndCapture?: CompositionEventHandler<HTMLElement> | undefined;
8004
- onCompositionStart?: CompositionEventHandler<HTMLElement> | undefined;
8005
- onCompositionStartCapture?: CompositionEventHandler<HTMLElement> | undefined;
8006
- onCompositionUpdate?: CompositionEventHandler<HTMLElement> | undefined;
8007
- onCompositionUpdateCapture?: CompositionEventHandler<HTMLElement> | undefined;
8008
- onFocus?: FocusEventHandler<HTMLElement> | undefined;
8009
- onFocusCapture?: FocusEventHandler<HTMLElement> | undefined;
8010
- onBlur?: FocusEventHandler<HTMLElement> | undefined;
8011
- onBlurCapture?: FocusEventHandler<HTMLElement> | undefined;
8012
- onChange?: ChangeEventHandler<HTMLElement, Element> | undefined;
8013
- onChangeCapture?: ChangeEventHandler<HTMLElement, Element> | undefined;
8014
- onBeforeInput?: InputEventHandler<HTMLElement> | undefined;
8015
- onBeforeInputCapture?: InputEventHandler<HTMLElement> | undefined;
8016
- onInput?: InputEventHandler<HTMLElement> | undefined;
8017
- onInputCapture?: InputEventHandler<HTMLElement> | undefined;
8018
- onReset?: ReactEventHandler<HTMLElement> | undefined;
8019
- onResetCapture?: ReactEventHandler<HTMLElement> | undefined;
8020
- onSubmit?: SubmitEventHandler<HTMLElement> | undefined;
8021
- onSubmitCapture?: SubmitEventHandler<HTMLElement> | undefined;
8022
- onInvalid?: ReactEventHandler<HTMLElement> | undefined;
8023
- onInvalidCapture?: ReactEventHandler<HTMLElement> | undefined;
8024
- onLoad?: ReactEventHandler<HTMLElement> | undefined;
8025
- onLoadCapture?: ReactEventHandler<HTMLElement> | undefined;
8026
- onError?: ReactEventHandler<HTMLElement> | undefined;
8027
- onErrorCapture?: ReactEventHandler<HTMLElement> | undefined;
8028
- onKeyDown?: KeyboardEventHandler<HTMLElement> | undefined;
8029
- onKeyDownCapture?: KeyboardEventHandler<HTMLElement> | undefined;
8030
- onKeyPress?: KeyboardEventHandler<HTMLElement> | undefined;
8031
- onKeyPressCapture?: KeyboardEventHandler<HTMLElement> | undefined;
8032
- onKeyUp?: KeyboardEventHandler<HTMLElement> | undefined;
8033
- onKeyUpCapture?: KeyboardEventHandler<HTMLElement> | undefined;
8034
- onAbort?: ReactEventHandler<HTMLElement> | undefined;
8035
- onAbortCapture?: ReactEventHandler<HTMLElement> | undefined;
8036
- onCanPlay?: ReactEventHandler<HTMLElement> | undefined;
8037
- onCanPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
8038
- onCanPlayThrough?: ReactEventHandler<HTMLElement> | undefined;
8039
- onCanPlayThroughCapture?: ReactEventHandler<HTMLElement> | undefined;
8040
- onDurationChange?: ReactEventHandler<HTMLElement> | undefined;
8041
- onDurationChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
8042
- onEmptied?: ReactEventHandler<HTMLElement> | undefined;
8043
- onEmptiedCapture?: ReactEventHandler<HTMLElement> | undefined;
8044
- onEncrypted?: ReactEventHandler<HTMLElement> | undefined;
8045
- onEncryptedCapture?: ReactEventHandler<HTMLElement> | undefined;
8046
- onEnded?: ReactEventHandler<HTMLElement> | undefined;
8047
- onEndedCapture?: ReactEventHandler<HTMLElement> | undefined;
8048
- onLoadedData?: ReactEventHandler<HTMLElement> | undefined;
8049
- onLoadedDataCapture?: ReactEventHandler<HTMLElement> | undefined;
8050
- onLoadedMetadata?: ReactEventHandler<HTMLElement> | undefined;
8051
- onLoadedMetadataCapture?: ReactEventHandler<HTMLElement> | undefined;
8052
- onLoadStart?: ReactEventHandler<HTMLElement> | undefined;
8053
- onLoadStartCapture?: ReactEventHandler<HTMLElement> | undefined;
8054
- onPause?: ReactEventHandler<HTMLElement> | undefined;
8055
- onPauseCapture?: ReactEventHandler<HTMLElement> | undefined;
8056
- onPlay?: ReactEventHandler<HTMLElement> | undefined;
8057
- onPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
8058
- onPlaying?: ReactEventHandler<HTMLElement> | undefined;
8059
- onPlayingCapture?: ReactEventHandler<HTMLElement> | undefined;
8060
- onProgress?: ReactEventHandler<HTMLElement> | undefined;
8061
- onProgressCapture?: ReactEventHandler<HTMLElement> | undefined;
8062
- onRateChange?: ReactEventHandler<HTMLElement> | undefined;
8063
- onRateChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
8064
- onSeeked?: ReactEventHandler<HTMLElement> | undefined;
8065
- onSeekedCapture?: ReactEventHandler<HTMLElement> | undefined;
8066
- onSeeking?: ReactEventHandler<HTMLElement> | undefined;
8067
- onSeekingCapture?: ReactEventHandler<HTMLElement> | undefined;
8068
- onStalled?: ReactEventHandler<HTMLElement> | undefined;
8069
- onStalledCapture?: ReactEventHandler<HTMLElement> | undefined;
8070
- onSuspend?: ReactEventHandler<HTMLElement> | undefined;
8071
- onSuspendCapture?: ReactEventHandler<HTMLElement> | undefined;
8072
- onTimeUpdate?: ReactEventHandler<HTMLElement> | undefined;
8073
- onTimeUpdateCapture?: ReactEventHandler<HTMLElement> | undefined;
8074
- onVolumeChange?: ReactEventHandler<HTMLElement> | undefined;
8075
- onVolumeChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
8076
- onWaiting?: ReactEventHandler<HTMLElement> | undefined;
8077
- onWaitingCapture?: ReactEventHandler<HTMLElement> | undefined;
8078
- onAuxClick?: MouseEventHandler<HTMLElement> | undefined;
8079
- onAuxClickCapture?: MouseEventHandler<HTMLElement> | undefined;
8080
- onClick?: MouseEventHandler<HTMLElement> | undefined;
8081
- onClickCapture?: MouseEventHandler<HTMLElement> | undefined;
8082
- onContextMenu?: MouseEventHandler<HTMLElement> | undefined;
8083
- onContextMenuCapture?: MouseEventHandler<HTMLElement> | undefined;
8084
- onDoubleClick?: MouseEventHandler<HTMLElement> | undefined;
8085
- onDoubleClickCapture?: MouseEventHandler<HTMLElement> | undefined;
8086
- onDrag?: DragEventHandler<HTMLElement> | undefined;
8087
- onDragCapture?: DragEventHandler<HTMLElement> | undefined;
8088
- onDragEnd?: DragEventHandler<HTMLElement> | undefined;
8089
- onDragEndCapture?: DragEventHandler<HTMLElement> | undefined;
8090
- onDragEnter?: DragEventHandler<HTMLElement> | undefined;
8091
- onDragEnterCapture?: DragEventHandler<HTMLElement> | undefined;
8092
- onDragExit?: DragEventHandler<HTMLElement> | undefined;
8093
- onDragExitCapture?: DragEventHandler<HTMLElement> | undefined;
8094
- onDragLeave?: DragEventHandler<HTMLElement> | undefined;
8095
- onDragLeaveCapture?: DragEventHandler<HTMLElement> | undefined;
8096
- onDragOver?: DragEventHandler<HTMLElement> | undefined;
8097
- onDragOverCapture?: DragEventHandler<HTMLElement> | undefined;
8098
- onDragStart?: DragEventHandler<HTMLElement> | undefined;
8099
- onDragStartCapture?: DragEventHandler<HTMLElement> | undefined;
8100
- onDrop?: DragEventHandler<HTMLElement> | undefined;
8101
- onDropCapture?: DragEventHandler<HTMLElement> | undefined;
8102
- onMouseDown?: MouseEventHandler<HTMLElement> | undefined;
8103
- onMouseDownCapture?: MouseEventHandler<HTMLElement> | undefined;
8104
- onMouseEnter?: MouseEventHandler<HTMLElement> | undefined;
8105
- onMouseLeave?: MouseEventHandler<HTMLElement> | undefined;
8106
- onMouseMove?: MouseEventHandler<HTMLElement> | undefined;
8107
- onMouseMoveCapture?: MouseEventHandler<HTMLElement> | undefined;
8108
- onMouseOut?: MouseEventHandler<HTMLElement> | undefined;
8109
- onMouseOutCapture?: MouseEventHandler<HTMLElement> | undefined;
8110
- onMouseOver?: MouseEventHandler<HTMLElement> | undefined;
8111
- onMouseOverCapture?: MouseEventHandler<HTMLElement> | undefined;
8112
- onMouseUp?: MouseEventHandler<HTMLElement> | undefined;
8113
- onMouseUpCapture?: MouseEventHandler<HTMLElement> | undefined;
8114
- onSelect?: ReactEventHandler<HTMLElement> | undefined;
8115
- onSelectCapture?: ReactEventHandler<HTMLElement> | undefined;
8116
- onTouchCancel?: TouchEventHandler<HTMLElement> | undefined;
8117
- onTouchCancelCapture?: TouchEventHandler<HTMLElement> | undefined;
8118
- onTouchEnd?: TouchEventHandler<HTMLElement> | undefined;
8119
- onTouchEndCapture?: TouchEventHandler<HTMLElement> | undefined;
8120
- onTouchMove?: TouchEventHandler<HTMLElement> | undefined;
8121
- onTouchMoveCapture?: TouchEventHandler<HTMLElement> | undefined;
8122
- onTouchStart?: TouchEventHandler<HTMLElement> | undefined;
8123
- onTouchStartCapture?: TouchEventHandler<HTMLElement> | undefined;
8124
- onPointerDown?: PointerEventHandler<HTMLElement> | undefined;
8125
- onPointerDownCapture?: PointerEventHandler<HTMLElement> | undefined;
8126
- onPointerMove?: PointerEventHandler<HTMLElement> | undefined;
8127
- onPointerMoveCapture?: PointerEventHandler<HTMLElement> | undefined;
8128
- onPointerUp?: PointerEventHandler<HTMLElement> | undefined;
8129
- onPointerUpCapture?: PointerEventHandler<HTMLElement> | undefined;
8130
- onPointerCancel?: PointerEventHandler<HTMLElement> | undefined;
8131
- onPointerCancelCapture?: PointerEventHandler<HTMLElement> | undefined;
8132
- onPointerEnter?: PointerEventHandler<HTMLElement> | undefined;
8133
- onPointerLeave?: PointerEventHandler<HTMLElement> | undefined;
8134
- onPointerOver?: PointerEventHandler<HTMLElement> | undefined;
8135
- onPointerOverCapture?: PointerEventHandler<HTMLElement> | undefined;
8136
- onPointerOut?: PointerEventHandler<HTMLElement> | undefined;
8137
- onPointerOutCapture?: PointerEventHandler<HTMLElement> | undefined;
8138
- onGotPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
8139
- onGotPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
8140
- onLostPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
8141
- onLostPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
8142
- onScroll?: UIEventHandler<HTMLElement> | undefined;
8143
- onScrollCapture?: UIEventHandler<HTMLElement> | undefined;
8144
- onScrollEnd?: UIEventHandler<HTMLElement> | undefined;
8145
- onScrollEndCapture?: UIEventHandler<HTMLElement> | undefined;
8146
- onWheel?: WheelEventHandler<HTMLElement> | undefined;
8147
- onWheelCapture?: WheelEventHandler<HTMLElement> | undefined;
8148
- onAnimationStart?: AnimationEventHandler<HTMLElement> | undefined;
8149
- onAnimationStartCapture?: AnimationEventHandler<HTMLElement> | undefined;
8150
- onAnimationEnd?: AnimationEventHandler<HTMLElement> | undefined;
8151
- onAnimationEndCapture?: AnimationEventHandler<HTMLElement> | undefined;
8152
- onAnimationIteration?: AnimationEventHandler<HTMLElement> | undefined;
8153
- onAnimationIterationCapture?: AnimationEventHandler<HTMLElement> | undefined;
8154
- onToggle?: ToggleEventHandler<HTMLElement> | undefined;
8155
- onBeforeToggle?: ToggleEventHandler<HTMLElement> | undefined;
8156
- onTransitionCancel?: TransitionEventHandler<HTMLElement> | undefined;
8157
- onTransitionCancelCapture?: TransitionEventHandler<HTMLElement> | undefined;
8158
- onTransitionEnd?: TransitionEventHandler<HTMLElement> | undefined;
8159
- onTransitionEndCapture?: TransitionEventHandler<HTMLElement> | undefined;
8160
- onTransitionRun?: TransitionEventHandler<HTMLElement> | undefined;
8161
- onTransitionRunCapture?: TransitionEventHandler<HTMLElement> | undefined;
8162
- onTransitionStart?: TransitionEventHandler<HTMLElement> | undefined;
8163
- onTransitionStartCapture?: TransitionEventHandler<HTMLElement> | undefined;
8164
- className: string;
8646
+ export declare function VisuallyHidden({ as, className, children, ...props }: VisuallyHiddenProps): DOMElement<{
8647
+ defaultChecked?: boolean | undefined;
8648
+ defaultValue?: string | number | readonly string[] | undefined;
8649
+ suppressContentEditableWarning?: boolean | undefined;
8650
+ suppressHydrationWarning?: boolean | undefined;
8651
+ accessKey?: string | undefined;
8652
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
8653
+ autoFocus?: boolean | undefined;
8654
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
8655
+ contextMenu?: string | undefined;
8656
+ dir?: string | undefined;
8657
+ draggable?: (boolean | "true" | "false") | undefined;
8658
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
8659
+ hidden?: boolean | undefined;
8660
+ id?: string | undefined;
8661
+ lang?: string | undefined;
8662
+ nonce?: string | undefined;
8663
+ slot?: string | undefined;
8664
+ spellCheck?: (boolean | "true" | "false") | undefined;
8665
+ style?: CSSProperties | undefined;
8666
+ tabIndex?: number | undefined;
8667
+ title?: string | undefined;
8668
+ translate?: "yes" | "no" | undefined;
8669
+ radioGroup?: string | undefined;
8670
+ role?: AriaRole | undefined;
8671
+ about?: string | undefined;
8672
+ content?: string | undefined;
8673
+ datatype?: string | undefined;
8674
+ inlist?: any;
8675
+ prefix?: string | undefined;
8676
+ property?: string | undefined;
8677
+ rel?: string | undefined;
8678
+ resource?: string | undefined;
8679
+ rev?: string | undefined;
8680
+ typeof?: string | undefined;
8681
+ vocab?: string | undefined;
8682
+ autoCorrect?: string | undefined;
8683
+ autoSave?: string | undefined;
8684
+ color?: string | undefined;
8685
+ itemProp?: string | undefined;
8686
+ itemScope?: boolean | undefined;
8687
+ itemType?: string | undefined;
8688
+ itemID?: string | undefined;
8689
+ itemRef?: string | undefined;
8690
+ results?: number | undefined;
8691
+ security?: string | undefined;
8692
+ unselectable?: "on" | "off" | undefined;
8693
+ popover?: "" | "auto" | "manual" | "hint" | undefined;
8694
+ popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
8695
+ popoverTarget?: string | undefined;
8696
+ inert?: boolean | undefined;
8697
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
8698
+ is?: string | undefined;
8699
+ exportparts?: string | undefined;
8700
+ part?: string | undefined;
8701
+ "aria-activedescendant"?: string | undefined;
8702
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
8703
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
8704
+ "aria-braillelabel"?: string | undefined;
8705
+ "aria-brailleroledescription"?: string | undefined;
8706
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
8707
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
8708
+ "aria-colcount"?: number | undefined;
8709
+ "aria-colindex"?: number | undefined;
8710
+ "aria-colindextext"?: string | undefined;
8711
+ "aria-colspan"?: number | undefined;
8712
+ "aria-controls"?: string | undefined;
8713
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
8714
+ "aria-describedby"?: string | undefined;
8715
+ "aria-description"?: string | undefined;
8716
+ "aria-details"?: string | undefined;
8717
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
8718
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
8719
+ "aria-errormessage"?: string | undefined;
8720
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
8721
+ "aria-flowto"?: string | undefined;
8722
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
8723
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
8724
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
8725
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
8726
+ "aria-keyshortcuts"?: string | undefined;
8727
+ "aria-label"?: string | undefined;
8728
+ "aria-labelledby"?: string | undefined;
8729
+ "aria-level"?: number | undefined;
8730
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
8731
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
8732
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
8733
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
8734
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
8735
+ "aria-owns"?: string | undefined;
8736
+ "aria-placeholder"?: string | undefined;
8737
+ "aria-posinset"?: number | undefined;
8738
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
8739
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
8740
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
8741
+ "aria-required"?: (boolean | "true" | "false") | undefined;
8742
+ "aria-roledescription"?: string | undefined;
8743
+ "aria-rowcount"?: number | undefined;
8744
+ "aria-rowindex"?: number | undefined;
8745
+ "aria-rowindextext"?: string | undefined;
8746
+ "aria-rowspan"?: number | undefined;
8747
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
8748
+ "aria-setsize"?: number | undefined;
8749
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
8750
+ "aria-valuemax"?: number | undefined;
8751
+ "aria-valuemin"?: number | undefined;
8752
+ "aria-valuenow"?: number | undefined;
8753
+ "aria-valuetext"?: string | undefined;
8754
+ dangerouslySetInnerHTML?: {
8755
+ __html: string | TrustedHTML;
8756
+ } | undefined;
8757
+ onCopy?: ClipboardEventHandler<HTMLElement> | undefined;
8758
+ onCopyCapture?: ClipboardEventHandler<HTMLElement> | undefined;
8759
+ onCut?: ClipboardEventHandler<HTMLElement> | undefined;
8760
+ onCutCapture?: ClipboardEventHandler<HTMLElement> | undefined;
8761
+ onPaste?: ClipboardEventHandler<HTMLElement> | undefined;
8762
+ onPasteCapture?: ClipboardEventHandler<HTMLElement> | undefined;
8763
+ onCompositionEnd?: CompositionEventHandler<HTMLElement> | undefined;
8764
+ onCompositionEndCapture?: CompositionEventHandler<HTMLElement> | undefined;
8765
+ onCompositionStart?: CompositionEventHandler<HTMLElement> | undefined;
8766
+ onCompositionStartCapture?: CompositionEventHandler<HTMLElement> | undefined;
8767
+ onCompositionUpdate?: CompositionEventHandler<HTMLElement> | undefined;
8768
+ onCompositionUpdateCapture?: CompositionEventHandler<HTMLElement> | undefined;
8769
+ onFocus?: FocusEventHandler<HTMLElement> | undefined;
8770
+ onFocusCapture?: FocusEventHandler<HTMLElement> | undefined;
8771
+ onBlur?: FocusEventHandler<HTMLElement> | undefined;
8772
+ onBlurCapture?: FocusEventHandler<HTMLElement> | undefined;
8773
+ onChange?: ChangeEventHandler<HTMLElement, Element> | undefined;
8774
+ onChangeCapture?: ChangeEventHandler<HTMLElement, Element> | undefined;
8775
+ onBeforeInput?: InputEventHandler<HTMLElement> | undefined;
8776
+ onBeforeInputCapture?: InputEventHandler<HTMLElement> | undefined;
8777
+ onInput?: InputEventHandler<HTMLElement> | undefined;
8778
+ onInputCapture?: InputEventHandler<HTMLElement> | undefined;
8779
+ onReset?: ReactEventHandler<HTMLElement> | undefined;
8780
+ onResetCapture?: ReactEventHandler<HTMLElement> | undefined;
8781
+ onSubmit?: SubmitEventHandler<HTMLElement> | undefined;
8782
+ onSubmitCapture?: SubmitEventHandler<HTMLElement> | undefined;
8783
+ onInvalid?: ReactEventHandler<HTMLElement> | undefined;
8784
+ onInvalidCapture?: ReactEventHandler<HTMLElement> | undefined;
8785
+ onLoad?: ReactEventHandler<HTMLElement> | undefined;
8786
+ onLoadCapture?: ReactEventHandler<HTMLElement> | undefined;
8787
+ onError?: ReactEventHandler<HTMLElement> | undefined;
8788
+ onErrorCapture?: ReactEventHandler<HTMLElement> | undefined;
8789
+ onKeyDown?: KeyboardEventHandler<HTMLElement> | undefined;
8790
+ onKeyDownCapture?: KeyboardEventHandler<HTMLElement> | undefined;
8791
+ onKeyPress?: KeyboardEventHandler<HTMLElement> | undefined;
8792
+ onKeyPressCapture?: KeyboardEventHandler<HTMLElement> | undefined;
8793
+ onKeyUp?: KeyboardEventHandler<HTMLElement> | undefined;
8794
+ onKeyUpCapture?: KeyboardEventHandler<HTMLElement> | undefined;
8795
+ onAbort?: ReactEventHandler<HTMLElement> | undefined;
8796
+ onAbortCapture?: ReactEventHandler<HTMLElement> | undefined;
8797
+ onCanPlay?: ReactEventHandler<HTMLElement> | undefined;
8798
+ onCanPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
8799
+ onCanPlayThrough?: ReactEventHandler<HTMLElement> | undefined;
8800
+ onCanPlayThroughCapture?: ReactEventHandler<HTMLElement> | undefined;
8801
+ onDurationChange?: ReactEventHandler<HTMLElement> | undefined;
8802
+ onDurationChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
8803
+ onEmptied?: ReactEventHandler<HTMLElement> | undefined;
8804
+ onEmptiedCapture?: ReactEventHandler<HTMLElement> | undefined;
8805
+ onEncrypted?: ReactEventHandler<HTMLElement> | undefined;
8806
+ onEncryptedCapture?: ReactEventHandler<HTMLElement> | undefined;
8807
+ onEnded?: ReactEventHandler<HTMLElement> | undefined;
8808
+ onEndedCapture?: ReactEventHandler<HTMLElement> | undefined;
8809
+ onLoadedData?: ReactEventHandler<HTMLElement> | undefined;
8810
+ onLoadedDataCapture?: ReactEventHandler<HTMLElement> | undefined;
8811
+ onLoadedMetadata?: ReactEventHandler<HTMLElement> | undefined;
8812
+ onLoadedMetadataCapture?: ReactEventHandler<HTMLElement> | undefined;
8813
+ onLoadStart?: ReactEventHandler<HTMLElement> | undefined;
8814
+ onLoadStartCapture?: ReactEventHandler<HTMLElement> | undefined;
8815
+ onPause?: ReactEventHandler<HTMLElement> | undefined;
8816
+ onPauseCapture?: ReactEventHandler<HTMLElement> | undefined;
8817
+ onPlay?: ReactEventHandler<HTMLElement> | undefined;
8818
+ onPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
8819
+ onPlaying?: ReactEventHandler<HTMLElement> | undefined;
8820
+ onPlayingCapture?: ReactEventHandler<HTMLElement> | undefined;
8821
+ onProgress?: ReactEventHandler<HTMLElement> | undefined;
8822
+ onProgressCapture?: ReactEventHandler<HTMLElement> | undefined;
8823
+ onRateChange?: ReactEventHandler<HTMLElement> | undefined;
8824
+ onRateChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
8825
+ onSeeked?: ReactEventHandler<HTMLElement> | undefined;
8826
+ onSeekedCapture?: ReactEventHandler<HTMLElement> | undefined;
8827
+ onSeeking?: ReactEventHandler<HTMLElement> | undefined;
8828
+ onSeekingCapture?: ReactEventHandler<HTMLElement> | undefined;
8829
+ onStalled?: ReactEventHandler<HTMLElement> | undefined;
8830
+ onStalledCapture?: ReactEventHandler<HTMLElement> | undefined;
8831
+ onSuspend?: ReactEventHandler<HTMLElement> | undefined;
8832
+ onSuspendCapture?: ReactEventHandler<HTMLElement> | undefined;
8833
+ onTimeUpdate?: ReactEventHandler<HTMLElement> | undefined;
8834
+ onTimeUpdateCapture?: ReactEventHandler<HTMLElement> | undefined;
8835
+ onVolumeChange?: ReactEventHandler<HTMLElement> | undefined;
8836
+ onVolumeChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
8837
+ onWaiting?: ReactEventHandler<HTMLElement> | undefined;
8838
+ onWaitingCapture?: ReactEventHandler<HTMLElement> | undefined;
8839
+ onAuxClick?: MouseEventHandler<HTMLElement> | undefined;
8840
+ onAuxClickCapture?: MouseEventHandler<HTMLElement> | undefined;
8841
+ onClick?: MouseEventHandler<HTMLElement> | undefined;
8842
+ onClickCapture?: MouseEventHandler<HTMLElement> | undefined;
8843
+ onContextMenu?: MouseEventHandler<HTMLElement> | undefined;
8844
+ onContextMenuCapture?: MouseEventHandler<HTMLElement> | undefined;
8845
+ onDoubleClick?: MouseEventHandler<HTMLElement> | undefined;
8846
+ onDoubleClickCapture?: MouseEventHandler<HTMLElement> | undefined;
8847
+ onDrag?: DragEventHandler<HTMLElement> | undefined;
8848
+ onDragCapture?: DragEventHandler<HTMLElement> | undefined;
8849
+ onDragEnd?: DragEventHandler<HTMLElement> | undefined;
8850
+ onDragEndCapture?: DragEventHandler<HTMLElement> | undefined;
8851
+ onDragEnter?: DragEventHandler<HTMLElement> | undefined;
8852
+ onDragEnterCapture?: DragEventHandler<HTMLElement> | undefined;
8853
+ onDragExit?: DragEventHandler<HTMLElement> | undefined;
8854
+ onDragExitCapture?: DragEventHandler<HTMLElement> | undefined;
8855
+ onDragLeave?: DragEventHandler<HTMLElement> | undefined;
8856
+ onDragLeaveCapture?: DragEventHandler<HTMLElement> | undefined;
8857
+ onDragOver?: DragEventHandler<HTMLElement> | undefined;
8858
+ onDragOverCapture?: DragEventHandler<HTMLElement> | undefined;
8859
+ onDragStart?: DragEventHandler<HTMLElement> | undefined;
8860
+ onDragStartCapture?: DragEventHandler<HTMLElement> | undefined;
8861
+ onDrop?: DragEventHandler<HTMLElement> | undefined;
8862
+ onDropCapture?: DragEventHandler<HTMLElement> | undefined;
8863
+ onMouseDown?: MouseEventHandler<HTMLElement> | undefined;
8864
+ onMouseDownCapture?: MouseEventHandler<HTMLElement> | undefined;
8865
+ onMouseEnter?: MouseEventHandler<HTMLElement> | undefined;
8866
+ onMouseLeave?: MouseEventHandler<HTMLElement> | undefined;
8867
+ onMouseMove?: MouseEventHandler<HTMLElement> | undefined;
8868
+ onMouseMoveCapture?: MouseEventHandler<HTMLElement> | undefined;
8869
+ onMouseOut?: MouseEventHandler<HTMLElement> | undefined;
8870
+ onMouseOutCapture?: MouseEventHandler<HTMLElement> | undefined;
8871
+ onMouseOver?: MouseEventHandler<HTMLElement> | undefined;
8872
+ onMouseOverCapture?: MouseEventHandler<HTMLElement> | undefined;
8873
+ onMouseUp?: MouseEventHandler<HTMLElement> | undefined;
8874
+ onMouseUpCapture?: MouseEventHandler<HTMLElement> | undefined;
8875
+ onSelect?: ReactEventHandler<HTMLElement> | undefined;
8876
+ onSelectCapture?: ReactEventHandler<HTMLElement> | undefined;
8877
+ onTouchCancel?: TouchEventHandler<HTMLElement> | undefined;
8878
+ onTouchCancelCapture?: TouchEventHandler<HTMLElement> | undefined;
8879
+ onTouchEnd?: TouchEventHandler<HTMLElement> | undefined;
8880
+ onTouchEndCapture?: TouchEventHandler<HTMLElement> | undefined;
8881
+ onTouchMove?: TouchEventHandler<HTMLElement> | undefined;
8882
+ onTouchMoveCapture?: TouchEventHandler<HTMLElement> | undefined;
8883
+ onTouchStart?: TouchEventHandler<HTMLElement> | undefined;
8884
+ onTouchStartCapture?: TouchEventHandler<HTMLElement> | undefined;
8885
+ onPointerDown?: PointerEventHandler<HTMLElement> | undefined;
8886
+ onPointerDownCapture?: PointerEventHandler<HTMLElement> | undefined;
8887
+ onPointerMove?: PointerEventHandler<HTMLElement> | undefined;
8888
+ onPointerMoveCapture?: PointerEventHandler<HTMLElement> | undefined;
8889
+ onPointerUp?: PointerEventHandler<HTMLElement> | undefined;
8890
+ onPointerUpCapture?: PointerEventHandler<HTMLElement> | undefined;
8891
+ onPointerCancel?: PointerEventHandler<HTMLElement> | undefined;
8892
+ onPointerCancelCapture?: PointerEventHandler<HTMLElement> | undefined;
8893
+ onPointerEnter?: PointerEventHandler<HTMLElement> | undefined;
8894
+ onPointerLeave?: PointerEventHandler<HTMLElement> | undefined;
8895
+ onPointerOver?: PointerEventHandler<HTMLElement> | undefined;
8896
+ onPointerOverCapture?: PointerEventHandler<HTMLElement> | undefined;
8897
+ onPointerOut?: PointerEventHandler<HTMLElement> | undefined;
8898
+ onPointerOutCapture?: PointerEventHandler<HTMLElement> | undefined;
8899
+ onGotPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
8900
+ onGotPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
8901
+ onLostPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
8902
+ onLostPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
8903
+ onScroll?: UIEventHandler<HTMLElement> | undefined;
8904
+ onScrollCapture?: UIEventHandler<HTMLElement> | undefined;
8905
+ onScrollEnd?: UIEventHandler<HTMLElement> | undefined;
8906
+ onScrollEndCapture?: UIEventHandler<HTMLElement> | undefined;
8907
+ onWheel?: WheelEventHandler<HTMLElement> | undefined;
8908
+ onWheelCapture?: WheelEventHandler<HTMLElement> | undefined;
8909
+ onAnimationStart?: AnimationEventHandler<HTMLElement> | undefined;
8910
+ onAnimationStartCapture?: AnimationEventHandler<HTMLElement> | undefined;
8911
+ onAnimationEnd?: AnimationEventHandler<HTMLElement> | undefined;
8912
+ onAnimationEndCapture?: AnimationEventHandler<HTMLElement> | undefined;
8913
+ onAnimationIteration?: AnimationEventHandler<HTMLElement> | undefined;
8914
+ onAnimationIterationCapture?: AnimationEventHandler<HTMLElement> | undefined;
8915
+ onToggle?: ToggleEventHandler<HTMLElement> | undefined;
8916
+ onBeforeToggle?: ToggleEventHandler<HTMLElement> | undefined;
8917
+ onTransitionCancel?: TransitionEventHandler<HTMLElement> | undefined;
8918
+ onTransitionCancelCapture?: TransitionEventHandler<HTMLElement> | undefined;
8919
+ onTransitionEnd?: TransitionEventHandler<HTMLElement> | undefined;
8920
+ onTransitionEndCapture?: TransitionEventHandler<HTMLElement> | undefined;
8921
+ onTransitionRun?: TransitionEventHandler<HTMLElement> | undefined;
8922
+ onTransitionRunCapture?: TransitionEventHandler<HTMLElement> | undefined;
8923
+ onTransitionStart?: TransitionEventHandler<HTMLElement> | undefined;
8924
+ onTransitionStartCapture?: TransitionEventHandler<HTMLElement> | undefined;
8925
+ className: string;
8165
8926
  }, Element>;
8166
8927
 
8167
8928
  export declare interface VisuallyHiddenProps extends HTMLAttributes<HTMLElement> {
8168
8929
  /** Intrinsic element to render. Defaults to "span". */
8169
- as?: keyof JSX_2.IntrinsicElements;
8930
+ as?: keyof JSX.IntrinsicElements;
8170
8931
  }
8171
8932
 
8172
8933
  /**
@@ -8253,7 +9014,7 @@ export declare class WebPushUnsupportedError extends Error {
8253
9014
 
8254
9015
  export declare interface WebSocketController {
8255
9016
  /** Send a payload over the current connection. No-op when not open. */
8256
- send: (payload: string | ArrayBufferLike | Blob | ArrayBufferView) => boolean;
9017
+ send: (payload: string | Blob | BufferSource) => boolean;
8257
9018
  /** Close the connection and stop reconnecting. */
8258
9019
  close: (code?: number, reason?: string) => void;
8259
9020
  /** Force an immediate reconnect, resetting the retry counter. */