tempest-react-sdk 0.23.0 → 0.25.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.
- package/README.md +39 -24
- package/bin/create-tempest-app.mjs +1 -0
- package/bin/tempest.mjs +1 -0
- package/dist/_virtual/_rolldown/runtime.cjs +1 -0
- package/dist/access/Can.cjs +2 -2
- package/dist/access/Can.cjs.map +1 -1
- package/dist/access/Can.js +14 -9
- package/dist/access/Can.js.map +1 -1
- package/dist/access/access-control-context.cjs +2 -2
- package/dist/access/access-control-context.cjs.map +1 -1
- package/dist/access/access-control-context.js +15 -12
- package/dist/access/access-control-context.js.map +1 -1
- package/dist/access/create-role-access-control.cjs +2 -2
- package/dist/access/create-role-access-control.cjs.map +1 -1
- package/dist/access/create-role-access-control.js +17 -17
- package/dist/access/create-role-access-control.js.map +1 -1
- package/dist/access/permissions-from-token.cjs +2 -2
- package/dist/access/permissions-from-token.cjs.map +1 -1
- package/dist/access/permissions-from-token.js +20 -19
- package/dist/access/permissions-from-token.js.map +1 -1
- package/dist/access/use-can.cjs +2 -2
- package/dist/access/use-can.cjs.map +1 -1
- package/dist/access/use-can.js +47 -32
- package/dist/access/use-can.js.map +1 -1
- package/dist/app/AppProviders.cjs +2 -2
- package/dist/app/AppProviders.cjs.map +1 -1
- package/dist/app/AppProviders.js +25 -12
- package/dist/app/AppProviders.js.map +1 -1
- package/dist/audio/audio-player.cjs +2 -2
- package/dist/audio/audio-player.cjs.map +1 -1
- package/dist/audio/audio-player.js +31 -35
- package/dist/audio/audio-player.js.map +1 -1
- package/dist/audio/use-audio.cjs +2 -2
- package/dist/audio/use-audio.cjs.map +1 -1
- package/dist/audio/use-audio.js +20 -17
- package/dist/audio/use-audio.js.map +1 -1
- package/dist/auth/AuthGuard.cjs +2 -2
- package/dist/auth/AuthGuard.cjs.map +1 -1
- package/dist/auth/AuthGuard.js +8 -7
- package/dist/auth/AuthGuard.js.map +1 -1
- package/dist/auth/create-auth-store.cjs +2 -2
- package/dist/auth/create-auth-store.cjs.map +1 -1
- package/dist/auth/create-auth-store.js +39 -29
- package/dist/auth/create-auth-store.js.map +1 -1
- package/dist/auth/create-tempest-auth.cjs +2 -2
- package/dist/auth/create-tempest-auth.cjs.map +1 -1
- package/dist/auth/create-tempest-auth.js +72 -68
- package/dist/auth/create-tempest-auth.js.map +1 -1
- package/dist/auth/jwt.cjs +2 -2
- package/dist/auth/jwt.cjs.map +1 -1
- package/dist/auth/jwt.js +30 -30
- package/dist/auth/jwt.js.map +1 -1
- package/dist/auth/lazy-with-retry.cjs +2 -2
- package/dist/auth/lazy-with-retry.cjs.map +1 -1
- package/dist/auth/lazy-with-retry.js +17 -17
- package/dist/auth/lazy-with-retry.js.map +1 -1
- package/dist/auth/refresh-queue.cjs +2 -2
- package/dist/auth/refresh-queue.cjs.map +1 -1
- package/dist/auth/refresh-queue.js +14 -13
- package/dist/auth/refresh-queue.js.map +1 -1
- package/dist/br/BrazilMap.cjs +2 -2
- package/dist/br/BrazilMap.cjs.map +1 -1
- package/dist/br/BrazilMap.js +177 -193
- package/dist/br/BrazilMap.js.map +1 -1
- package/dist/br/BrazilMap.module.cjs +2 -0
- package/dist/br/BrazilMap.module.cjs.map +1 -0
- package/dist/br/BrazilMap.module.js +18 -0
- package/dist/br/BrazilMap.module.js.map +1 -0
- package/dist/br/BrazilStateCitySelect.cjs +2 -2
- package/dist/br/BrazilStateCitySelect.cjs.map +1 -1
- package/dist/br/BrazilStateCitySelect.js +53 -68
- package/dist/br/BrazilStateCitySelect.js.map +1 -1
- package/dist/br/BrazilStateMap.cjs +2 -2
- package/dist/br/BrazilStateMap.cjs.map +1 -1
- package/dist/br/BrazilStateMap.js +176 -180
- package/dist/br/BrazilStateMap.js.map +1 -1
- package/dist/br/MapLegend.cjs +2 -2
- package/dist/br/MapLegend.cjs.map +1 -1
- package/dist/br/MapLegend.js +40 -38
- package/dist/br/MapLegend.js.map +1 -1
- package/dist/br/MapLegend.module.cjs +2 -0
- package/dist/br/MapLegend.module.cjs.map +1 -0
- package/dist/br/MapLegend.module.js +15 -0
- package/dist/br/MapLegend.module.js.map +1 -0
- package/dist/br/MapMarkers.cjs +2 -2
- package/dist/br/MapMarkers.cjs.map +1 -1
- package/dist/br/MapMarkers.js +30 -30
- package/dist/br/MapMarkers.js.map +1 -1
- package/dist/br/MapTooltip.cjs +2 -2
- package/dist/br/MapTooltip.cjs.map +1 -1
- package/dist/br/MapTooltip.js +18 -17
- package/dist/br/MapTooltip.js.map +1 -1
- package/dist/br/MunicipalitySearch.cjs +2 -2
- package/dist/br/MunicipalitySearch.cjs.map +1 -1
- package/dist/br/MunicipalitySearch.js +73 -74
- package/dist/br/MunicipalitySearch.js.map +1 -1
- package/dist/br/MunicipalitySearch.module.cjs +2 -0
- package/dist/br/MunicipalitySearch.module.cjs.map +1 -0
- package/dist/br/MunicipalitySearch.module.js +11 -0
- package/dist/br/MunicipalitySearch.module.js.map +1 -0
- package/dist/br/br-geo.cjs +2 -2
- package/dist/br/br-geo.cjs.map +1 -1
- package/dist/br/br-geo.js +7 -6
- package/dist/br/br-geo.js.map +1 -1
- package/dist/br/data/br-centroids.cjs +2 -0
- package/dist/br/data/br-centroids.cjs.map +1 -0
- package/dist/br/data/br-centroids.js +38972 -0
- package/dist/br/data/br-centroids.js.map +1 -0
- package/dist/br/data/br-locations.cjs +2 -0
- package/dist/br/data/br-locations.cjs.map +1 -0
- package/dist/br/data/br-locations.js +198 -0
- package/dist/br/data/br-locations.js.map +1 -0
- package/dist/br/data/br-uf-geo.cjs +2 -0
- package/dist/br/data/br-uf-geo.cjs.map +1 -0
- package/dist/br/data/br-uf-geo.js +7134 -0
- package/dist/br/data/br-uf-geo.js.map +1 -0
- package/dist/br/data/mun/AC.cjs +2 -0
- package/dist/br/data/mun/AC.cjs.map +1 -0
- package/dist/br/data/mun/AC.js +992 -0
- package/dist/br/data/mun/AC.js.map +1 -0
- package/dist/br/data/mun/AL.cjs +2 -0
- package/dist/br/data/mun/AL.cjs.map +1 -0
- package/dist/br/data/mun/AL.js +2150 -0
- package/dist/br/data/mun/AL.js.map +1 -0
- package/dist/br/data/mun/AM.cjs +2 -0
- package/dist/br/data/mun/AM.cjs.map +1 -0
- package/dist/br/data/mun/AM.js +5062 -0
- package/dist/br/data/mun/AM.js.map +1 -0
- package/dist/br/data/mun/AP.cjs +2 -0
- package/dist/br/data/mun/AP.cjs.map +1 -0
- package/dist/br/data/mun/AP.js +995 -0
- package/dist/br/data/mun/AP.js.map +1 -0
- package/dist/br/data/mun/BA.cjs +2 -0
- package/dist/br/data/mun/BA.cjs.map +1 -0
- package/dist/br/data/mun/BA.js +10762 -0
- package/dist/br/data/mun/BA.js.map +1 -0
- package/dist/br/data/mun/CE.cjs +2 -0
- package/dist/br/data/mun/CE.cjs.map +1 -0
- package/dist/br/data/mun/CE.js +4844 -0
- package/dist/br/data/mun/CE.js.map +1 -0
- package/dist/br/data/mun/DF.cjs +2 -0
- package/dist/br/data/mun/DF.cjs.map +1 -0
- package/dist/br/data/mun/DF.js +37 -0
- package/dist/br/data/mun/DF.js.map +1 -0
- package/dist/br/data/mun/ES.cjs +2 -0
- package/dist/br/data/mun/ES.cjs.map +1 -0
- package/dist/br/data/mun/ES.js +2064 -0
- package/dist/br/data/mun/ES.js.map +1 -0
- package/dist/br/data/mun/GO.cjs +2 -0
- package/dist/br/data/mun/GO.cjs.map +1 -0
- package/dist/br/data/mun/GO.js +7617 -0
- package/dist/br/data/mun/GO.js.map +1 -0
- package/dist/br/data/mun/MA.cjs +2 -0
- package/dist/br/data/mun/MA.cjs.map +1 -0
- package/dist/br/data/mun/MA.js +6260 -0
- package/dist/br/data/mun/MA.js.map +1 -0
- package/dist/br/data/mun/MG.cjs +2 -0
- package/dist/br/data/mun/MG.cjs.map +1 -0
- package/dist/br/data/mun/MG.js +22545 -0
- package/dist/br/data/mun/MG.js.map +1 -0
- package/dist/br/data/mun/MS.cjs +2 -0
- package/dist/br/data/mun/MS.cjs.map +1 -0
- package/dist/br/data/mun/MS.js +3261 -0
- package/dist/br/data/mun/MS.js.map +1 -0
- package/dist/br/data/mun/MT.cjs +2 -0
- package/dist/br/data/mun/MT.cjs.map +1 -0
- package/dist/br/data/mun/MT.js +6459 -0
- package/dist/br/data/mun/MT.js.map +1 -0
- package/dist/br/data/mun/PA.cjs +2 -0
- package/dist/br/data/mun/PA.cjs.map +1 -0
- package/dist/br/data/mun/PA.js +6738 -0
- package/dist/br/data/mun/PA.js.map +1 -0
- package/dist/br/data/mun/PB.cjs +2 -0
- package/dist/br/data/mun/PB.cjs.map +1 -0
- package/dist/br/data/mun/PB.js +4735 -0
- package/dist/br/data/mun/PB.js.map +1 -0
- package/dist/br/data/mun/PE.cjs +2 -0
- package/dist/br/data/mun/PE.cjs.map +1 -0
- package/dist/br/data/mun/PE.js +4380 -0
- package/dist/br/data/mun/PE.js.map +1 -0
- package/dist/br/data/mun/PI.cjs +2 -0
- package/dist/br/data/mun/PI.cjs.map +1 -0
- package/dist/br/data/mun/PI.js +5789 -0
- package/dist/br/data/mun/PI.js.map +1 -0
- package/dist/br/data/mun/PR.cjs +2 -0
- package/dist/br/data/mun/PR.cjs.map +1 -0
- package/dist/br/data/mun/PR.js +10320 -0
- package/dist/br/data/mun/PR.js.map +1 -0
- package/dist/br/data/mun/RJ.cjs +2 -0
- package/dist/br/data/mun/RJ.cjs.map +1 -0
- package/dist/br/data/mun/RJ.js +2310 -0
- package/dist/br/data/mun/RJ.js.map +1 -0
- package/dist/br/data/mun/RN.cjs +2 -0
- package/dist/br/data/mun/RN.cjs.map +1 -0
- package/dist/br/data/mun/RN.js +3545 -0
- package/dist/br/data/mun/RN.js.map +1 -0
- package/dist/br/data/mun/RO.cjs +2 -0
- package/dist/br/data/mun/RO.cjs.map +1 -0
- package/dist/br/data/mun/RO.js +2173 -0
- package/dist/br/data/mun/RO.js.map +1 -0
- package/dist/br/data/mun/RR.cjs +2 -0
- package/dist/br/data/mun/RR.cjs.map +1 -0
- package/dist/br/data/mun/RR.js +992 -0
- package/dist/br/data/mun/RR.js.map +1 -0
- package/dist/br/data/mun/RS.cjs +2 -0
- package/dist/br/data/mun/RS.cjs.map +1 -0
- package/dist/br/data/mun/RS.js +12694 -0
- package/dist/br/data/mun/RS.js.map +1 -0
- package/dist/br/data/mun/SC.cjs +2 -0
- package/dist/br/data/mun/SC.cjs.map +1 -0
- package/dist/br/data/mun/SC.js +7028 -0
- package/dist/br/data/mun/SC.js.map +1 -0
- package/dist/br/data/mun/SE.cjs +2 -0
- package/dist/br/data/mun/SE.cjs.map +1 -0
- package/dist/br/data/mun/SE.js +1588 -0
- package/dist/br/data/mun/SE.js.map +1 -0
- package/dist/br/data/mun/SP.cjs +2 -0
- package/dist/br/data/mun/SP.cjs.map +1 -0
- package/dist/br/data/mun/SP.js +15019 -0
- package/dist/br/data/mun/SP.js.map +1 -0
- package/dist/br/data/mun/TO.cjs +2 -0
- package/dist/br/data/mun/TO.cjs.map +1 -0
- package/dist/br/data/mun/TO.js +4510 -0
- package/dist/br/data/mun/TO.js.map +1 -0
- package/dist/br/geocode.cjs +2 -2
- package/dist/br/geocode.cjs.map +1 -1
- package/dist/br/geocode.js +80 -78
- package/dist/br/geocode.js.map +1 -1
- package/dist/br/locations.cjs +2 -2
- package/dist/br/locations.cjs.map +1 -1
- package/dist/br/locations.js +70 -71
- package/dist/br/locations.js.map +1 -1
- package/dist/br/regions.cjs +2 -2
- package/dist/br/regions.cjs.map +1 -1
- package/dist/br/regions.js +16 -16
- package/dist/br/regions.js.map +1 -1
- package/dist/br/scales.cjs +2 -2
- package/dist/br/scales.cjs.map +1 -1
- package/dist/br/scales.js +51 -60
- package/dist/br/scales.js.map +1 -1
- package/dist/br/state-geo.cjs +2 -2
- package/dist/br/state-geo.cjs.map +1 -1
- package/dist/br/state-geo.js +38 -37
- package/dist/br/state-geo.js.map +1 -1
- package/dist/br/svg-utils.cjs +2 -2
- package/dist/br/svg-utils.cjs.map +1 -1
- package/dist/br/svg-utils.js +48 -41
- package/dist/br/svg-utils.js.map +1 -1
- package/dist/br/use-map-hover.cjs +2 -2
- package/dist/br/use-map-hover.cjs.map +1 -1
- package/dist/br/use-map-hover.js +20 -14
- package/dist/br/use-map-hover.js.map +1 -1
- package/dist/br/use-map-zoom.cjs +2 -2
- package/dist/br/use-map-zoom.cjs.map +1 -1
- package/dist/br/use-map-zoom.js +71 -47
- package/dist/br/use-map-zoom.js.map +1 -1
- package/dist/br.cjs +2 -2
- package/dist/br.cjs.map +1 -1
- package/dist/br.d.ts +1 -1
- package/dist/br.js +18 -49
- package/dist/br.js.map +1 -1
- package/dist/charts/AreaChart.cjs +2 -2
- package/dist/charts/AreaChart.cjs.map +1 -1
- package/dist/charts/AreaChart.js +42 -46
- package/dist/charts/AreaChart.js.map +1 -1
- package/dist/charts/BarChart.cjs +2 -2
- package/dist/charts/BarChart.cjs.map +1 -1
- package/dist/charts/BarChart.js +36 -40
- package/dist/charts/BarChart.js.map +1 -1
- package/dist/charts/LineChart.cjs +2 -2
- package/dist/charts/LineChart.cjs.map +1 -1
- package/dist/charts/LineChart.js +37 -40
- package/dist/charts/LineChart.js.map +1 -1
- package/dist/charts/PieChart.cjs +2 -2
- package/dist/charts/PieChart.cjs.map +1 -1
- package/dist/charts/PieChart.js +35 -38
- package/dist/charts/PieChart.js.map +1 -1
- package/dist/charts/RadarChart.cjs +2 -2
- package/dist/charts/RadarChart.cjs.map +1 -1
- package/dist/charts/RadarChart.js +40 -42
- package/dist/charts/RadarChart.js.map +1 -1
- package/dist/charts/palette.cjs +2 -2
- package/dist/charts/palette.cjs.map +1 -1
- package/dist/charts/palette.js +30 -18
- package/dist/charts/palette.js.map +1 -1
- package/dist/charts/types.cjs +2 -2
- package/dist/charts/types.cjs.map +1 -1
- package/dist/charts/types.js +7 -7
- package/dist/charts/types.js.map +1 -1
- package/dist/charts/use-chart-colors.cjs +2 -0
- package/dist/charts/use-chart-colors.cjs.map +1 -0
- package/dist/charts/use-chart-colors.js +29 -0
- package/dist/charts/use-chart-colors.js.map +1 -0
- package/dist/charts.cjs +1 -2
- package/dist/charts.d.ts +60 -11
- package/dist/charts.js +8 -15
- package/dist/components/Accordion/Accordion.cjs +2 -2
- package/dist/components/Accordion/Accordion.cjs.map +1 -1
- package/dist/components/Accordion/Accordion.js +63 -76
- package/dist/components/Accordion/Accordion.js.map +1 -1
- package/dist/components/Accordion/Accordion.module.cjs +2 -0
- package/dist/components/Accordion/Accordion.module.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.module.js +14 -0
- package/dist/components/Accordion/Accordion.module.js.map +1 -0
- package/dist/components/Alert/Alert.cjs +2 -2
- package/dist/components/Alert/Alert.cjs.map +1 -1
- package/dist/components/Alert/Alert.js +55 -61
- package/dist/components/Alert/Alert.js.map +1 -1
- package/dist/components/Alert/Alert.module.cjs +2 -0
- package/dist/components/Alert/Alert.module.cjs.map +1 -0
- package/dist/components/Alert/Alert.module.js +20 -0
- package/dist/components/Alert/Alert.module.js.map +1 -0
- package/dist/components/AppBar/AppBar.cjs +2 -2
- package/dist/components/AppBar/AppBar.cjs.map +1 -1
- package/dist/components/AppBar/AppBar.js +42 -58
- package/dist/components/AppBar/AppBar.js.map +1 -1
- package/dist/components/AppBar/AppBar.module.cjs +2 -0
- package/dist/components/AppBar/AppBar.module.cjs.map +1 -0
- package/dist/components/AppBar/AppBar.module.js +20 -0
- package/dist/components/AppBar/AppBar.module.js.map +1 -0
- package/dist/components/AppShell/AppShell.cjs +2 -2
- package/dist/components/AppShell/AppShell.cjs.map +1 -1
- package/dist/components/AppShell/AppShell.js +39 -28
- package/dist/components/AppShell/AppShell.js.map +1 -1
- package/dist/components/AppShell/AppShell.module.cjs +2 -0
- package/dist/components/AppShell/AppShell.module.cjs.map +1 -0
- package/dist/components/AppShell/AppShell.module.js +14 -0
- package/dist/components/AppShell/AppShell.module.js.map +1 -0
- package/dist/components/AspectRatio/AspectRatio.cjs +2 -2
- package/dist/components/AspectRatio/AspectRatio.cjs.map +1 -1
- package/dist/components/AspectRatio/AspectRatio.js +19 -16
- package/dist/components/AspectRatio/AspectRatio.js.map +1 -1
- package/dist/components/AspectRatio/AspectRatio.module.cjs +2 -0
- package/dist/components/AspectRatio/AspectRatio.module.cjs.map +1 -0
- package/dist/components/AspectRatio/AspectRatio.module.js +6 -0
- package/dist/components/AspectRatio/AspectRatio.module.js.map +1 -0
- package/dist/components/Avatar/Avatar.cjs +2 -2
- package/dist/components/Avatar/Avatar.cjs.map +1 -1
- package/dist/components/Avatar/Avatar.js +35 -45
- package/dist/components/Avatar/Avatar.js.map +1 -1
- package/dist/components/Avatar/Avatar.module.cjs +2 -0
- package/dist/components/Avatar/Avatar.module.cjs.map +1 -0
- package/dist/components/Avatar/Avatar.module.js +19 -0
- package/dist/components/Avatar/Avatar.module.js.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.cjs +2 -0
- package/dist/components/AvatarGroup/AvatarGroup.cjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.js +39 -0
- package/dist/components/AvatarGroup/AvatarGroup.js.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.module.cjs +2 -0
- package/dist/components/AvatarGroup/AvatarGroup.module.cjs.map +1 -0
- package/dist/components/AvatarGroup/AvatarGroup.module.js +16 -0
- package/dist/components/AvatarGroup/AvatarGroup.module.js.map +1 -0
- package/dist/components/Badge/Badge.cjs +2 -2
- package/dist/components/Badge/Badge.cjs.map +1 -1
- package/dist/components/Badge/Badge.js +17 -36
- package/dist/components/Badge/Badge.js.map +1 -1
- package/dist/components/Badge/Badge.module.cjs +2 -0
- package/dist/components/Badge/Badge.module.cjs.map +1 -0
- package/dist/components/Badge/Badge.module.js +21 -0
- package/dist/components/Badge/Badge.module.js.map +1 -0
- package/dist/components/Banner/Banner.cjs +2 -2
- package/dist/components/Banner/Banner.cjs.map +1 -1
- package/dist/components/Banner/Banner.js +45 -40
- package/dist/components/Banner/Banner.js.map +1 -1
- package/dist/components/Banner/Banner.module.cjs +2 -0
- package/dist/components/Banner/Banner.module.cjs.map +1 -0
- package/dist/components/Banner/Banner.module.js +18 -0
- package/dist/components/Banner/Banner.module.js.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.cjs +2 -2
- package/dist/components/BottomNavigation/BottomNavigation.cjs.map +1 -1
- package/dist/components/BottomNavigation/BottomNavigation.js +37 -36
- package/dist/components/BottomNavigation/BottomNavigation.js.map +1 -1
- package/dist/components/BottomNavigation/BottomNavigation.module.cjs +2 -0
- package/dist/components/BottomNavigation/BottomNavigation.module.cjs.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.module.js +14 -0
- package/dist/components/BottomNavigation/BottomNavigation.module.js.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.cjs +2 -2
- package/dist/components/BottomSheet/BottomSheet.cjs.map +1 -1
- package/dist/components/BottomSheet/BottomSheet.js +57 -59
- package/dist/components/BottomSheet/BottomSheet.js.map +1 -1
- package/dist/components/BottomSheet/BottomSheet.module.cjs +2 -0
- package/dist/components/BottomSheet/BottomSheet.module.cjs.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.module.js +16 -0
- package/dist/components/BottomSheet/BottomSheet.module.js.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs +2 -2
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs.map +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.js +36 -33
- package/dist/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.module.cjs +2 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.cjs.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.js +12 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.js.map +1 -0
- package/dist/components/Button/Button.cjs +2 -2
- package/dist/components/Button/Button.cjs.map +1 -1
- package/dist/components/Button/Button.js +40 -66
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/Button/Button.module.cjs +2 -0
- package/dist/components/Button/Button.module.cjs.map +1 -0
- package/dist/components/Button/Button.module.js +29 -0
- package/dist/components/Button/Button.module.js.map +1 -0
- package/dist/components/Calendar/Calendar.cjs +2 -2
- package/dist/components/Calendar/Calendar.cjs.map +1 -1
- package/dist/components/Calendar/Calendar.js +157 -150
- package/dist/components/Calendar/Calendar.js.map +1 -1
- package/dist/components/Calendar/Calendar.module.cjs +2 -0
- package/dist/components/Calendar/Calendar.module.cjs.map +1 -0
- package/dist/components/Calendar/Calendar.module.js +18 -0
- package/dist/components/Calendar/Calendar.module.js.map +1 -0
- package/dist/components/Card/Card.cjs +2 -2
- package/dist/components/Card/Card.cjs.map +1 -1
- package/dist/components/Card/Card.js +32 -44
- package/dist/components/Card/Card.js.map +1 -1
- package/dist/components/Card/Card.module.cjs +2 -0
- package/dist/components/Card/Card.module.cjs.map +1 -0
- package/dist/components/Card/Card.module.js +18 -0
- package/dist/components/Card/Card.module.js.map +1 -0
- package/dist/components/Carousel/Carousel.cjs +2 -2
- package/dist/components/Carousel/Carousel.cjs.map +1 -1
- package/dist/components/Carousel/Carousel.js +75 -96
- package/dist/components/Carousel/Carousel.js.map +1 -1
- package/dist/components/Carousel/Carousel.module.cjs +2 -0
- package/dist/components/Carousel/Carousel.module.cjs.map +1 -0
- package/dist/components/Carousel/Carousel.module.js +17 -0
- package/dist/components/Carousel/Carousel.module.js.map +1 -0
- package/dist/components/Center/Center.cjs +2 -2
- package/dist/components/Center/Center.cjs.map +1 -1
- package/dist/components/Center/Center.js +20 -22
- package/dist/components/Center/Center.js.map +1 -1
- package/dist/components/Center/Center.module.cjs +2 -0
- package/dist/components/Center/Center.module.cjs.map +1 -0
- package/dist/components/Center/Center.module.js +11 -0
- package/dist/components/Center/Center.module.js.map +1 -0
- package/dist/components/Checkbox/Checkbox.cjs +2 -2
- package/dist/components/Checkbox/Checkbox.cjs.map +1 -1
- package/dist/components/Checkbox/Checkbox.js +71 -46
- package/dist/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.module.cjs +2 -0
- package/dist/components/Checkbox/Checkbox.module.cjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.module.js +14 -0
- package/dist/components/Checkbox/Checkbox.module.js.map +1 -0
- package/dist/components/ChipInput/ChipInput.cjs +2 -2
- package/dist/components/ChipInput/ChipInput.cjs.map +1 -1
- package/dist/components/ChipInput/ChipInput.js +81 -78
- package/dist/components/ChipInput/ChipInput.js.map +1 -1
- package/dist/components/ChipInput/ChipInput.module.cjs +2 -0
- package/dist/components/ChipInput/ChipInput.module.cjs.map +1 -0
- package/dist/components/ChipInput/ChipInput.module.js +16 -0
- package/dist/components/ChipInput/ChipInput.module.js.map +1 -0
- package/dist/components/ClickOutside/ClickOutside.cjs +2 -2
- package/dist/components/ClickOutside/ClickOutside.cjs.map +1 -1
- package/dist/components/ClickOutside/ClickOutside.js +23 -19
- package/dist/components/ClickOutside/ClickOutside.js.map +1 -1
- package/dist/components/Collapsible/Collapsible.cjs +2 -2
- package/dist/components/Collapsible/Collapsible.cjs.map +1 -1
- package/dist/components/Collapsible/Collapsible.js +38 -46
- package/dist/components/Collapsible/Collapsible.js.map +1 -1
- package/dist/components/Collapsible/Collapsible.module.cjs +2 -0
- package/dist/components/Collapsible/Collapsible.module.cjs.map +1 -0
- package/dist/components/Collapsible/Collapsible.module.js +10 -0
- package/dist/components/Collapsible/Collapsible.module.js.map +1 -0
- package/dist/components/Combobox/Combobox.cjs +2 -2
- package/dist/components/Combobox/Combobox.cjs.map +1 -1
- package/dist/components/Combobox/Combobox.js +96 -101
- package/dist/components/Combobox/Combobox.js.map +1 -1
- package/dist/components/Combobox/Combobox.module.cjs +2 -0
- package/dist/components/Combobox/Combobox.module.cjs.map +1 -0
- package/dist/components/Combobox/Combobox.module.js +20 -0
- package/dist/components/Combobox/Combobox.module.js.map +1 -0
- package/dist/components/Command/Command.cjs +2 -2
- package/dist/components/Command/Command.cjs.map +1 -1
- package/dist/components/Command/Command.js +145 -139
- package/dist/components/Command/Command.js.map +1 -1
- package/dist/components/Command/Command.module.cjs +2 -0
- package/dist/components/Command/Command.module.cjs.map +1 -0
- package/dist/components/Command/Command.module.js +23 -0
- package/dist/components/Command/Command.module.js.map +1 -0
- package/dist/components/ConditionalWrapper/ConditionalWrapper.cjs +2 -2
- package/dist/components/ConditionalWrapper/ConditionalWrapper.cjs.map +1 -1
- package/dist/components/ConditionalWrapper/ConditionalWrapper.js +8 -11
- package/dist/components/ConditionalWrapper/ConditionalWrapper.js.map +1 -1
- package/dist/components/ConfirmDialog/ConfirmDialog.cjs +2 -2
- package/dist/components/ConfirmDialog/ConfirmDialog.cjs.map +1 -1
- package/dist/components/ConfirmDialog/ConfirmDialog.js +27 -34
- package/dist/components/ConfirmDialog/ConfirmDialog.js.map +1 -1
- package/dist/components/ContextMenu/ContextMenu.cjs +2 -2
- package/dist/components/ContextMenu/ContextMenu.cjs.map +1 -1
- package/dist/components/ContextMenu/ContextMenu.js +89 -84
- package/dist/components/ContextMenu/ContextMenu.js.map +1 -1
- package/dist/components/ContextMenu/ContextMenu.module.cjs +2 -0
- package/dist/components/ContextMenu/ContextMenu.module.cjs.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.module.js +14 -0
- package/dist/components/ContextMenu/ContextMenu.module.js.map +1 -0
- package/dist/components/CopyButton/CopyButton.cjs +2 -2
- package/dist/components/CopyButton/CopyButton.cjs.map +1 -1
- package/dist/components/CopyButton/CopyButton.js +33 -42
- package/dist/components/CopyButton/CopyButton.js.map +1 -1
- package/dist/components/CopyButton/CopyButton.module.cjs +2 -0
- package/dist/components/CopyButton/CopyButton.module.cjs.map +1 -0
- package/dist/components/CopyButton/CopyButton.module.js +9 -0
- package/dist/components/CopyButton/CopyButton.module.js.map +1 -0
- package/dist/components/DataList/DataList.cjs +2 -2
- package/dist/components/DataList/DataList.cjs.map +1 -1
- package/dist/components/DataList/DataList.js +17 -16
- package/dist/components/DataList/DataList.js.map +1 -1
- package/dist/components/DataList/DataList.module.cjs +2 -0
- package/dist/components/DataList/DataList.module.cjs.map +1 -0
- package/dist/components/DataList/DataList.module.js +9 -0
- package/dist/components/DataList/DataList.module.js.map +1 -0
- package/dist/components/DataTable/DataTable.cjs +2 -2
- package/dist/components/DataTable/DataTable.cjs.map +1 -1
- package/dist/components/DataTable/DataTable.js +109 -109
- package/dist/components/DataTable/DataTable.js.map +1 -1
- package/dist/components/DataTable/DataTable.module.cjs +2 -0
- package/dist/components/DataTable/DataTable.module.cjs.map +1 -0
- package/dist/components/DataTable/DataTable.module.js +11 -0
- package/dist/components/DataTable/DataTable.module.js.map +1 -0
- package/dist/components/DatePicker/DatePicker.cjs +2 -2
- package/dist/components/DatePicker/DatePicker.cjs.map +1 -1
- package/dist/components/DatePicker/DatePicker.js +16 -18
- package/dist/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.cjs +2 -2
- package/dist/components/DateRangePicker/DateRangePicker.cjs.map +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.js +156 -143
- package/dist/components/DateRangePicker/DateRangePicker.js.map +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.module.cjs +2 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.cjs.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.js +24 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.js.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.cjs +2 -2
- package/dist/components/DescriptionList/DescriptionList.cjs.map +1 -1
- package/dist/components/DescriptionList/DescriptionList.js +20 -12
- package/dist/components/DescriptionList/DescriptionList.js.map +1 -1
- package/dist/components/DescriptionList/DescriptionList.module.cjs +2 -0
- package/dist/components/DescriptionList/DescriptionList.module.cjs.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.module.js +10 -0
- package/dist/components/DescriptionList/DescriptionList.module.js.map +1 -0
- package/dist/components/Divider/Divider.cjs +2 -2
- package/dist/components/Divider/Divider.cjs.map +1 -1
- package/dist/components/Divider/Divider.js +21 -56
- package/dist/components/Divider/Divider.js.map +1 -1
- package/dist/components/Divider/Divider.module.cjs +2 -0
- package/dist/components/Divider/Divider.module.cjs.map +1 -0
- package/dist/components/Divider/Divider.module.js +14 -0
- package/dist/components/Divider/Divider.module.js.map +1 -0
- package/dist/components/Drawer/Drawer.cjs +2 -2
- package/dist/components/Drawer/Drawer.cjs.map +1 -1
- package/dist/components/Drawer/Drawer.js +77 -94
- package/dist/components/Drawer/Drawer.js.map +1 -1
- package/dist/components/Drawer/Drawer.module.cjs +2 -0
- package/dist/components/Drawer/Drawer.module.cjs.map +1 -0
- package/dist/components/Drawer/Drawer.module.js +25 -0
- package/dist/components/Drawer/Drawer.module.js.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.cjs +2 -2
- package/dist/components/DropdownMenu/DropdownMenu.cjs.map +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.js +98 -107
- package/dist/components/DropdownMenu/DropdownMenu.js.map +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.module.cjs +2 -0
- package/dist/components/DropdownMenu/DropdownMenu.module.cjs.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.module.js +19 -0
- package/dist/components/DropdownMenu/DropdownMenu.module.js.map +1 -0
- package/dist/components/Dropzone/Dropzone.cjs +2 -2
- package/dist/components/Dropzone/Dropzone.cjs.map +1 -1
- package/dist/components/Dropzone/Dropzone.js +59 -79
- package/dist/components/Dropzone/Dropzone.js.map +1 -1
- package/dist/components/Dropzone/Dropzone.module.cjs +2 -0
- package/dist/components/Dropzone/Dropzone.module.cjs.map +1 -0
- package/dist/components/Dropzone/Dropzone.module.js +12 -0
- package/dist/components/Dropzone/Dropzone.module.js.map +1 -0
- package/dist/components/EmptyState/EmptyState.cjs +2 -2
- package/dist/components/EmptyState/EmptyState.cjs.map +1 -1
- package/dist/components/EmptyState/EmptyState.js +30 -14
- package/dist/components/EmptyState/EmptyState.js.map +1 -1
- package/dist/components/EmptyState/EmptyState.module.cjs +2 -0
- package/dist/components/EmptyState/EmptyState.module.cjs.map +1 -0
- package/dist/components/EmptyState/EmptyState.module.js +12 -0
- package/dist/components/EmptyState/EmptyState.module.js.map +1 -0
- package/dist/components/ErrorState/ErrorState.cjs +2 -2
- package/dist/components/ErrorState/ErrorState.cjs.map +1 -1
- package/dist/components/ErrorState/ErrorState.js +49 -33
- package/dist/components/ErrorState/ErrorState.js.map +1 -1
- package/dist/components/ErrorState/ErrorState.module.cjs +2 -0
- package/dist/components/ErrorState/ErrorState.module.cjs.map +1 -0
- package/dist/components/ErrorState/ErrorState.module.js +12 -0
- package/dist/components/ErrorState/ErrorState.module.js.map +1 -0
- package/dist/components/ErrorText/ErrorText.cjs +2 -2
- package/dist/components/ErrorText/ErrorText.cjs.map +1 -1
- package/dist/components/ErrorText/ErrorText.js +15 -9
- package/dist/components/ErrorText/ErrorText.js.map +1 -1
- package/dist/components/ErrorText/ErrorText.module.cjs +2 -0
- package/dist/components/ErrorText/ErrorText.module.cjs.map +1 -0
- package/dist/components/ErrorText/ErrorText.module.js +6 -0
- package/dist/components/ErrorText/ErrorText.module.js.map +1 -0
- package/dist/components/FileUpload/FileUpload.cjs +2 -2
- package/dist/components/FileUpload/FileUpload.cjs.map +1 -1
- package/dist/components/FileUpload/FileUpload.js +125 -123
- package/dist/components/FileUpload/FileUpload.js.map +1 -1
- package/dist/components/FileUpload/FileUpload.module.cjs +2 -0
- package/dist/components/FileUpload/FileUpload.module.cjs.map +1 -0
- package/dist/components/FileUpload/FileUpload.module.js +20 -0
- package/dist/components/FileUpload/FileUpload.module.js.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.cjs +2 -2
- package/dist/components/FloatingActionButton/FloatingActionButton.cjs.map +1 -1
- package/dist/components/FloatingActionButton/FloatingActionButton.js +22 -38
- package/dist/components/FloatingActionButton/FloatingActionButton.js.map +1 -1
- package/dist/components/FloatingActionButton/FloatingActionButton.module.cjs +2 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.module.cjs.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.module.js +20 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.module.js.map +1 -0
- package/dist/components/For/For.cjs +2 -2
- package/dist/components/For/For.cjs.map +1 -1
- package/dist/components/For/For.js +9 -8
- package/dist/components/For/For.js.map +1 -1
- package/dist/components/Form/Form.cjs +2 -2
- package/dist/components/Form/Form.cjs.map +1 -1
- package/dist/components/Form/Form.js +72 -66
- package/dist/components/Form/Form.js.map +1 -1
- package/dist/components/Form/Form.module.cjs +2 -0
- package/dist/components/Form/Form.module.cjs.map +1 -0
- package/dist/components/Form/Form.module.js +22 -0
- package/dist/components/Form/Form.module.js.map +1 -0
- package/dist/components/HoverCard/HoverCard.cjs +2 -2
- package/dist/components/HoverCard/HoverCard.cjs.map +1 -1
- package/dist/components/HoverCard/HoverCard.js +35 -47
- package/dist/components/HoverCard/HoverCard.js.map +1 -1
- package/dist/components/HoverCard/HoverCard.module.cjs +2 -0
- package/dist/components/HoverCard/HoverCard.module.cjs.map +1 -0
- package/dist/components/HoverCard/HoverCard.module.js +15 -0
- package/dist/components/HoverCard/HoverCard.module.js.map +1 -0
- package/dist/components/Image/Image.cjs +2 -2
- package/dist/components/Image/Image.cjs.map +1 -1
- package/dist/components/Image/Image.js +21 -31
- package/dist/components/Image/Image.js.map +1 -1
- package/dist/components/Image/Image.module.cjs +2 -0
- package/dist/components/Image/Image.module.cjs.map +1 -0
- package/dist/components/Image/Image.module.js +6 -0
- package/dist/components/Image/Image.module.js.map +1 -0
- package/dist/components/Input/Input.cjs +2 -2
- package/dist/components/Input/Input.cjs.map +1 -1
- package/dist/components/Input/Input.js +55 -51
- package/dist/components/Input/Input.js.map +1 -1
- package/dist/components/Input/Input.module.cjs +2 -0
- package/dist/components/Input/Input.module.cjs.map +1 -0
- package/dist/components/Input/Input.module.js +22 -0
- package/dist/components/Input/Input.module.js.map +1 -0
- package/dist/components/InstallBanner/InstallBanner.cjs +2 -2
- package/dist/components/InstallBanner/InstallBanner.cjs.map +1 -1
- package/dist/components/InstallBanner/InstallBanner.js +63 -64
- package/dist/components/InstallBanner/InstallBanner.js.map +1 -1
- package/dist/components/InstallBanner/InstallBanner.module.cjs +2 -0
- package/dist/components/InstallBanner/InstallBanner.module.cjs.map +1 -0
- package/dist/components/InstallBanner/InstallBanner.module.js +13 -0
- package/dist/components/InstallBanner/InstallBanner.module.js.map +1 -0
- package/dist/components/InstallButton/InstallButton.cjs +2 -2
- package/dist/components/InstallButton/InstallButton.cjs.map +1 -1
- package/dist/components/InstallButton/InstallButton.js +17 -19
- package/dist/components/InstallButton/InstallButton.js.map +1 -1
- package/dist/components/Kbd/Kbd.cjs +2 -2
- package/dist/components/Kbd/Kbd.cjs.map +1 -1
- package/dist/components/Kbd/Kbd.js +13 -8
- package/dist/components/Kbd/Kbd.js.map +1 -1
- package/dist/components/Kbd/Kbd.module.cjs +2 -0
- package/dist/components/Kbd/Kbd.module.cjs.map +1 -0
- package/dist/components/Kbd/Kbd.module.js +11 -0
- package/dist/components/Kbd/Kbd.module.js.map +1 -0
- package/dist/components/Label/Label.cjs +2 -2
- package/dist/components/Label/Label.cjs.map +1 -1
- package/dist/components/Label/Label.js +20 -13
- package/dist/components/Label/Label.js.map +1 -1
- package/dist/components/Label/Label.module.cjs +2 -0
- package/dist/components/Label/Label.module.cjs.map +1 -0
- package/dist/components/Label/Label.module.js +9 -0
- package/dist/components/Label/Label.module.js.map +1 -0
- package/dist/components/Layout/Layout.cjs +2 -2
- package/dist/components/Layout/Layout.cjs.map +1 -1
- package/dist/components/Layout/Layout.js +56 -72
- package/dist/components/Layout/Layout.js.map +1 -1
- package/dist/components/Layout/Layout.module.cjs +2 -0
- package/dist/components/Layout/Layout.module.cjs.map +1 -0
- package/dist/components/Layout/Layout.module.js +26 -0
- package/dist/components/Layout/Layout.module.js.map +1 -0
- package/dist/components/Lightbox/Lightbox.cjs +2 -0
- package/dist/components/Lightbox/Lightbox.cjs.map +1 -0
- package/dist/components/Lightbox/Lightbox.js +148 -0
- package/dist/components/Lightbox/Lightbox.js.map +1 -0
- package/dist/components/Lightbox/Lightbox.module.cjs +2 -0
- package/dist/components/Lightbox/Lightbox.module.cjs.map +1 -0
- package/dist/components/Lightbox/Lightbox.module.js +21 -0
- package/dist/components/Lightbox/Lightbox.module.js.map +1 -0
- package/dist/components/ListTile/ListTile.cjs +2 -2
- package/dist/components/ListTile/ListTile.cjs.map +1 -1
- package/dist/components/ListTile/ListTile.js +40 -41
- package/dist/components/ListTile/ListTile.js.map +1 -1
- package/dist/components/ListTile/ListTile.module.cjs +2 -0
- package/dist/components/ListTile/ListTile.module.cjs.map +1 -0
- package/dist/components/ListTile/ListTile.module.js +16 -0
- package/dist/components/ListTile/ListTile.module.js.map +1 -0
- package/dist/components/Menubar/Menubar.cjs +2 -2
- package/dist/components/Menubar/Menubar.cjs.map +1 -1
- package/dist/components/Menubar/Menubar.js +94 -82
- package/dist/components/Menubar/Menubar.js.map +1 -1
- package/dist/components/Menubar/Menubar.module.cjs +2 -0
- package/dist/components/Menubar/Menubar.module.cjs.map +1 -0
- package/dist/components/Menubar/Menubar.module.js +17 -0
- package/dist/components/Menubar/Menubar.module.js.map +1 -0
- package/dist/components/Modal/Modal.cjs +2 -2
- package/dist/components/Modal/Modal.cjs.map +1 -1
- package/dist/components/Modal/Modal.js +80 -94
- package/dist/components/Modal/Modal.js.map +1 -1
- package/dist/components/Modal/Modal.module.cjs +2 -0
- package/dist/components/Modal/Modal.module.cjs.map +1 -0
- package/dist/components/Modal/Modal.module.js +24 -0
- package/dist/components/Modal/Modal.module.js.map +1 -0
- package/dist/components/ModalsManager/ModalsManager.cjs +2 -2
- package/dist/components/ModalsManager/ModalsManager.cjs.map +1 -1
- package/dist/components/ModalsManager/ModalsManager.js +93 -84
- package/dist/components/ModalsManager/ModalsManager.js.map +1 -1
- package/dist/components/ModalsManager/ModalsManager.module.cjs +2 -0
- package/dist/components/ModalsManager/ModalsManager.module.cjs.map +1 -0
- package/dist/components/ModalsManager/ModalsManager.module.js +6 -0
- package/dist/components/ModalsManager/ModalsManager.module.js.map +1 -0
- package/dist/components/Money/Money.cjs +2 -2
- package/dist/components/Money/Money.cjs.map +1 -1
- package/dist/components/Money/Money.js +15 -11
- package/dist/components/Money/Money.js.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.cjs +2 -2
- package/dist/components/MultiSelect/MultiSelect.cjs.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +128 -153
- package/dist/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.module.cjs +2 -0
- package/dist/components/MultiSelect/MultiSelect.module.cjs.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.module.js +23 -0
- package/dist/components/MultiSelect/MultiSelect.module.js.map +1 -0
- package/dist/components/NProgress/NProgress.cjs +2 -2
- package/dist/components/NProgress/NProgress.cjs.map +1 -1
- package/dist/components/NProgress/NProgress.js +84 -63
- package/dist/components/NProgress/NProgress.js.map +1 -1
- package/dist/components/NProgress/NProgress.module.cjs +2 -0
- package/dist/components/NProgress/NProgress.module.cjs.map +1 -0
- package/dist/components/NProgress/NProgress.module.js +6 -0
- package/dist/components/NProgress/NProgress.module.js.map +1 -0
- package/dist/components/Navbar/Navbar.cjs +2 -2
- package/dist/components/Navbar/Navbar.cjs.map +1 -1
- package/dist/components/Navbar/Navbar.js +27 -35
- package/dist/components/Navbar/Navbar.js.map +1 -1
- package/dist/components/Navbar/Navbar.module.cjs +2 -0
- package/dist/components/Navbar/Navbar.module.cjs.map +1 -0
- package/dist/components/Navbar/Navbar.module.js +16 -0
- package/dist/components/Navbar/Navbar.module.js.map +1 -0
- package/dist/components/NavigationMenu/NavigationMenu.cjs +2 -2
- package/dist/components/NavigationMenu/NavigationMenu.cjs.map +1 -1
- package/dist/components/NavigationMenu/NavigationMenu.js +81 -77
- package/dist/components/NavigationMenu/NavigationMenu.js.map +1 -1
- package/dist/components/NavigationMenu/NavigationMenu.module.cjs +2 -0
- package/dist/components/NavigationMenu/NavigationMenu.module.cjs.map +1 -0
- package/dist/components/NavigationMenu/NavigationMenu.module.js +15 -0
- package/dist/components/NavigationMenu/NavigationMenu.module.js.map +1 -0
- package/dist/components/NavigationRail/NavigationRail.cjs +2 -2
- package/dist/components/NavigationRail/NavigationRail.cjs.map +1 -1
- package/dist/components/NavigationRail/NavigationRail.js +50 -41
- package/dist/components/NavigationRail/NavigationRail.js.map +1 -1
- package/dist/components/NavigationRail/NavigationRail.module.cjs +2 -0
- package/dist/components/NavigationRail/NavigationRail.module.cjs.map +1 -0
- package/dist/components/NavigationRail/NavigationRail.module.js +17 -0
- package/dist/components/NavigationRail/NavigationRail.module.js.map +1 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.cjs +2 -2
- package/dist/components/OfflineIndicator/OfflineIndicator.cjs.map +1 -1
- package/dist/components/OfflineIndicator/OfflineIndicator.js +35 -49
- package/dist/components/OfflineIndicator/OfflineIndicator.js.map +1 -1
- package/dist/components/OfflineIndicator/OfflineIndicator.module.cjs +2 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.module.cjs.map +1 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.module.js +13 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.module.js.map +1 -0
- package/dist/components/Page/Page.cjs +2 -2
- package/dist/components/Page/Page.cjs.map +1 -1
- package/dist/components/Page/Page.js +51 -33
- package/dist/components/Page/Page.js.map +1 -1
- package/dist/components/Page/Page.module.cjs +2 -0
- package/dist/components/Page/Page.module.cjs.map +1 -0
- package/dist/components/Page/Page.module.js +18 -0
- package/dist/components/Page/Page.module.js.map +1 -0
- package/dist/components/Pagination/Pagination.cjs +2 -2
- package/dist/components/Pagination/Pagination.cjs.map +1 -1
- package/dist/components/Pagination/Pagination.js +73 -95
- package/dist/components/Pagination/Pagination.js.map +1 -1
- package/dist/components/Pagination/Pagination.module.cjs +2 -0
- package/dist/components/Pagination/Pagination.module.cjs.map +1 -0
- package/dist/components/Pagination/Pagination.module.js +15 -0
- package/dist/components/Pagination/Pagination.module.js.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.cjs +2 -2
- package/dist/components/PasswordInput/PasswordInput.cjs.map +1 -1
- package/dist/components/PasswordInput/PasswordInput.js +77 -75
- package/dist/components/PasswordInput/PasswordInput.js.map +1 -1
- package/dist/components/PasswordInput/PasswordInput.module.cjs +2 -0
- package/dist/components/PasswordInput/PasswordInput.module.cjs.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.module.js +26 -0
- package/dist/components/PasswordInput/PasswordInput.module.js.map +1 -0
- package/dist/components/PinInput/PinInput.cjs +2 -2
- package/dist/components/PinInput/PinInput.cjs.map +1 -1
- package/dist/components/PinInput/PinInput.js +77 -85
- package/dist/components/PinInput/PinInput.js.map +1 -1
- package/dist/components/PinInput/PinInput.module.cjs +2 -0
- package/dist/components/PinInput/PinInput.module.cjs.map +1 -0
- package/dist/components/PinInput/PinInput.module.js +17 -0
- package/dist/components/PinInput/PinInput.module.js.map +1 -0
- package/dist/components/Popover/Popover.cjs +2 -2
- package/dist/components/Popover/Popover.cjs.map +1 -1
- package/dist/components/Popover/Popover.js +50 -59
- package/dist/components/Popover/Popover.js.map +1 -1
- package/dist/components/Popover/Popover.module.cjs +2 -0
- package/dist/components/Popover/Popover.module.cjs.map +1 -0
- package/dist/components/Popover/Popover.module.js +14 -0
- package/dist/components/Popover/Popover.module.js.map +1 -0
- package/dist/components/Portal/Portal.cjs +2 -2
- package/dist/components/Portal/Portal.cjs.map +1 -1
- package/dist/components/Portal/Portal.js +10 -9
- package/dist/components/Portal/Portal.js.map +1 -1
- package/dist/components/Progress/Progress.cjs +2 -2
- package/dist/components/Progress/Progress.cjs.map +1 -1
- package/dist/components/Progress/Progress.js +29 -47
- package/dist/components/Progress/Progress.js.map +1 -1
- package/dist/components/Progress/Progress.module.cjs +2 -0
- package/dist/components/Progress/Progress.module.cjs.map +1 -0
- package/dist/components/Progress/Progress.module.js +16 -0
- package/dist/components/Progress/Progress.module.js.map +1 -0
- package/dist/components/Radio/Radio.cjs +2 -2
- package/dist/components/Radio/Radio.cjs.map +1 -1
- package/dist/components/Radio/Radio.js +62 -80
- package/dist/components/Radio/Radio.js.map +1 -1
- package/dist/components/Radio/Radio.module.cjs +2 -0
- package/dist/components/Radio/Radio.module.cjs.map +1 -0
- package/dist/components/Radio/Radio.module.js +16 -0
- package/dist/components/Radio/Radio.module.js.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.cjs +2 -2
- package/dist/components/RangeSlider/RangeSlider.cjs.map +1 -1
- package/dist/components/RangeSlider/RangeSlider.js +75 -78
- package/dist/components/RangeSlider/RangeSlider.js.map +1 -1
- package/dist/components/RangeSlider/RangeSlider.module.cjs +2 -0
- package/dist/components/RangeSlider/RangeSlider.module.cjs.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.module.js +15 -0
- package/dist/components/RangeSlider/RangeSlider.module.js.map +1 -0
- package/dist/components/RatingStars/RatingStars.cjs +2 -2
- package/dist/components/RatingStars/RatingStars.cjs.map +1 -1
- package/dist/components/RatingStars/RatingStars.js +45 -69
- package/dist/components/RatingStars/RatingStars.js.map +1 -1
- package/dist/components/RatingStars/RatingStars.module.cjs +2 -0
- package/dist/components/RatingStars/RatingStars.module.cjs.map +1 -0
- package/dist/components/RatingStars/RatingStars.module.js +15 -0
- package/dist/components/RatingStars/RatingStars.module.js.map +1 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.cjs +2 -2
- package/dist/components/RefreshIndicator/RefreshIndicator.cjs.map +1 -1
- package/dist/components/RefreshIndicator/RefreshIndicator.js +74 -88
- package/dist/components/RefreshIndicator/RefreshIndicator.js.map +1 -1
- package/dist/components/RefreshIndicator/RefreshIndicator.module.cjs +2 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.module.cjs.map +1 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.module.js +11 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.module.js.map +1 -0
- package/dist/components/RelativeTime/RelativeTime.cjs +2 -2
- package/dist/components/RelativeTime/RelativeTime.cjs.map +1 -1
- package/dist/components/RelativeTime/RelativeTime.js +14 -9
- package/dist/components/RelativeTime/RelativeTime.js.map +1 -1
- package/dist/components/Resizable/Resizable.cjs +2 -2
- package/dist/components/Resizable/Resizable.cjs.map +1 -1
- package/dist/components/Resizable/Resizable.js +80 -87
- package/dist/components/Resizable/Resizable.js.map +1 -1
- package/dist/components/Resizable/Resizable.module.cjs +2 -0
- package/dist/components/Resizable/Resizable.module.cjs.map +1 -0
- package/dist/components/Resizable/Resizable.module.js +13 -0
- package/dist/components/Resizable/Resizable.module.js.map +1 -0
- package/dist/components/Responsive/Responsive.cjs +2 -2
- package/dist/components/Responsive/Responsive.cjs.map +1 -1
- package/dist/components/Responsive/Responsive.js +14 -14
- package/dist/components/Responsive/Responsive.js.map +1 -1
- package/dist/components/SafeArea/SafeArea.cjs +2 -2
- package/dist/components/SafeArea/SafeArea.cjs.map +1 -1
- package/dist/components/SafeArea/SafeArea.js +21 -32
- package/dist/components/SafeArea/SafeArea.js.map +1 -1
- package/dist/components/SafeArea/SafeArea.module.cjs +2 -0
- package/dist/components/SafeArea/SafeArea.module.cjs.map +1 -0
- package/dist/components/SafeArea/SafeArea.module.js +13 -0
- package/dist/components/SafeArea/SafeArea.module.js.map +1 -0
- package/dist/components/ScrollArea/ScrollArea.cjs +2 -2
- package/dist/components/ScrollArea/ScrollArea.cjs.map +1 -1
- package/dist/components/ScrollArea/ScrollArea.js +23 -16
- package/dist/components/ScrollArea/ScrollArea.js.map +1 -1
- package/dist/components/ScrollArea/ScrollArea.module.cjs +2 -0
- package/dist/components/ScrollArea/ScrollArea.module.cjs.map +1 -0
- package/dist/components/ScrollArea/ScrollArea.module.js +6 -0
- package/dist/components/ScrollArea/ScrollArea.module.js.map +1 -0
- package/dist/components/SearchBar/SearchBar.cjs +2 -2
- package/dist/components/SearchBar/SearchBar.cjs.map +1 -1
- package/dist/components/SearchBar/SearchBar.js +71 -52
- package/dist/components/SearchBar/SearchBar.js.map +1 -1
- package/dist/components/SearchBar/SearchBar.module.cjs +2 -0
- package/dist/components/SearchBar/SearchBar.module.cjs.map +1 -0
- package/dist/components/SearchBar/SearchBar.module.js +11 -0
- package/dist/components/SearchBar/SearchBar.module.js.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.cjs +2 -2
- package/dist/components/SegmentedControl/SegmentedControl.cjs.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.js +33 -45
- package/dist/components/SegmentedControl/SegmentedControl.js.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.module.cjs +2 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.cjs.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.js +16 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.js.map +1 -0
- package/dist/components/Select/Select.cjs +2 -2
- package/dist/components/Select/Select.cjs.map +1 -1
- package/dist/components/Select/Select.js +74 -59
- package/dist/components/Select/Select.js.map +1 -1
- package/dist/components/Select/Select.module.cjs +2 -0
- package/dist/components/Select/Select.module.cjs.map +1 -0
- package/dist/components/Select/Select.module.js +16 -0
- package/dist/components/Select/Select.module.js.map +1 -0
- package/dist/components/Sidebar/Sidebar.cjs +2 -2
- package/dist/components/Sidebar/Sidebar.cjs.map +1 -1
- package/dist/components/Sidebar/Sidebar.js +57 -53
- package/dist/components/Sidebar/Sidebar.js.map +1 -1
- package/dist/components/Sidebar/Sidebar.module.cjs +2 -0
- package/dist/components/Sidebar/Sidebar.module.cjs.map +1 -0
- package/dist/components/Sidebar/Sidebar.module.js +17 -0
- package/dist/components/Sidebar/Sidebar.module.js.map +1 -0
- package/dist/components/SignaturePad/SignaturePad.cjs +2 -0
- package/dist/components/SignaturePad/SignaturePad.cjs.map +1 -0
- package/dist/components/SignaturePad/SignaturePad.js +115 -0
- package/dist/components/SignaturePad/SignaturePad.js.map +1 -0
- package/dist/components/SignaturePad/SignaturePad.module.cjs +2 -0
- package/dist/components/SignaturePad/SignaturePad.module.cjs.map +1 -0
- package/dist/components/SignaturePad/SignaturePad.module.js +11 -0
- package/dist/components/SignaturePad/SignaturePad.module.js.map +1 -0
- package/dist/components/Skeleton/Skeleton.cjs +2 -2
- package/dist/components/Skeleton/Skeleton.cjs.map +1 -1
- package/dist/components/Skeleton/Skeleton.js +18 -21
- package/dist/components/Skeleton/Skeleton.js.map +1 -1
- package/dist/components/Skeleton/Skeleton.module.cjs +2 -0
- package/dist/components/Skeleton/Skeleton.module.cjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.module.js +12 -0
- package/dist/components/Skeleton/Skeleton.module.js.map +1 -0
- package/dist/components/Slider/Slider.cjs +2 -2
- package/dist/components/Slider/Slider.cjs.map +1 -1
- package/dist/components/Slider/Slider.js +58 -55
- package/dist/components/Slider/Slider.js.map +1 -1
- package/dist/components/Slider/Slider.module.cjs +2 -0
- package/dist/components/Slider/Slider.module.cjs.map +1 -0
- package/dist/components/Slider/Slider.module.js +15 -0
- package/dist/components/Slider/Slider.module.js.map +1 -0
- package/dist/components/Spacer/Spacer.cjs +2 -2
- package/dist/components/Spacer/Spacer.cjs.map +1 -1
- package/dist/components/Spacer/Spacer.js +13 -9
- package/dist/components/Spacer/Spacer.js.map +1 -1
- package/dist/components/Spacer/Spacer.module.cjs +2 -0
- package/dist/components/Spacer/Spacer.module.cjs.map +1 -0
- package/dist/components/Spacer/Spacer.module.js +11 -0
- package/dist/components/Spacer/Spacer.module.js.map +1 -0
- package/dist/components/Spinner/Spinner.cjs +2 -2
- package/dist/components/Spinner/Spinner.cjs.map +1 -1
- package/dist/components/Spinner/Spinner.js +26 -34
- package/dist/components/Spinner/Spinner.js.map +1 -1
- package/dist/components/Spinner/Spinner.module.cjs +2 -0
- package/dist/components/Spinner/Spinner.module.cjs.map +1 -0
- package/dist/components/Spinner/Spinner.module.js +17 -0
- package/dist/components/Spinner/Spinner.module.js.map +1 -0
- package/dist/components/Stat/Stat.cjs +2 -2
- package/dist/components/Stat/Stat.cjs.map +1 -1
- package/dist/components/Stat/Stat.js +45 -36
- package/dist/components/Stat/Stat.js.map +1 -1
- package/dist/components/Stat/Stat.module.cjs +2 -0
- package/dist/components/Stat/Stat.module.cjs.map +1 -0
- package/dist/components/Stat/Stat.module.js +18 -0
- package/dist/components/Stat/Stat.module.js.map +1 -0
- package/dist/components/Stepper/Stepper.cjs +2 -2
- package/dist/components/Stepper/Stepper.cjs.map +1 -1
- package/dist/components/Stepper/Stepper.js +54 -42
- package/dist/components/Stepper/Stepper.js.map +1 -1
- package/dist/components/Stepper/Stepper.module.cjs +2 -0
- package/dist/components/Stepper/Stepper.module.cjs.map +1 -0
- package/dist/components/Stepper/Stepper.module.js +18 -0
- package/dist/components/Stepper/Stepper.module.js.map +1 -0
- package/dist/components/StepperInput/StepperInput.cjs +2 -2
- package/dist/components/StepperInput/StepperInput.cjs.map +1 -1
- package/dist/components/StepperInput/StepperInput.js +53 -55
- package/dist/components/StepperInput/StepperInput.js.map +1 -1
- package/dist/components/StepperInput/StepperInput.module.cjs +2 -0
- package/dist/components/StepperInput/StepperInput.module.cjs.map +1 -0
- package/dist/components/StepperInput/StepperInput.module.js +16 -0
- package/dist/components/StepperInput/StepperInput.module.js.map +1 -0
- package/dist/components/Switch/Switch.cjs +2 -2
- package/dist/components/Switch/Switch.cjs.map +1 -1
- package/dist/components/Switch/Switch.js +32 -24
- package/dist/components/Switch/Switch.js.map +1 -1
- package/dist/components/Switch/Switch.module.cjs +2 -0
- package/dist/components/Switch/Switch.module.cjs.map +1 -0
- package/dist/components/Switch/Switch.module.js +13 -0
- package/dist/components/Switch/Switch.module.js.map +1 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.cjs +2 -2
- package/dist/components/SyncStatusBadge/SyncStatusBadge.cjs.map +1 -1
- package/dist/components/SyncStatusBadge/SyncStatusBadge.js +58 -58
- package/dist/components/SyncStatusBadge/SyncStatusBadge.js.map +1 -1
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.cjs +2 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.cjs.map +1 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.js +18 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.js.map +1 -0
- package/dist/components/Table/Table.cjs +2 -2
- package/dist/components/Table/Table.cjs.map +1 -1
- package/dist/components/Table/Table.js +41 -65
- package/dist/components/Table/Table.js.map +1 -1
- package/dist/components/Table/Table.module.cjs +2 -0
- package/dist/components/Table/Table.module.cjs.map +1 -0
- package/dist/components/Table/Table.module.js +21 -0
- package/dist/components/Table/Table.module.js.map +1 -0
- package/dist/components/Tabs/Tabs.cjs +2 -2
- package/dist/components/Tabs/Tabs.cjs.map +1 -1
- package/dist/components/Tabs/Tabs.js +41 -50
- package/dist/components/Tabs/Tabs.js.map +1 -1
- package/dist/components/Tabs/Tabs.module.cjs +2 -0
- package/dist/components/Tabs/Tabs.module.cjs.map +1 -0
- package/dist/components/Tabs/Tabs.module.js +12 -0
- package/dist/components/Tabs/Tabs.module.js.map +1 -0
- package/dist/components/Tag/Tag.cjs +2 -2
- package/dist/components/Tag/Tag.cjs.map +1 -1
- package/dist/components/Tag/Tag.js +23 -29
- package/dist/components/Tag/Tag.js.map +1 -1
- package/dist/components/Tag/Tag.module.cjs +2 -0
- package/dist/components/Tag/Tag.module.cjs.map +1 -0
- package/dist/components/Tag/Tag.module.js +19 -0
- package/dist/components/Tag/Tag.module.js.map +1 -0
- package/dist/components/Textarea/Textarea.cjs +2 -2
- package/dist/components/Textarea/Textarea.cjs.map +1 -1
- package/dist/components/Textarea/Textarea.js +39 -28
- package/dist/components/Textarea/Textarea.js.map +1 -1
- package/dist/components/Textarea/Textarea.module.cjs +2 -0
- package/dist/components/Textarea/Textarea.module.cjs.map +1 -0
- package/dist/components/Textarea/Textarea.module.js +14 -0
- package/dist/components/Textarea/Textarea.module.js.map +1 -0
- package/dist/components/TimePicker/TimePicker.cjs +2 -2
- package/dist/components/TimePicker/TimePicker.cjs.map +1 -1
- package/dist/components/TimePicker/TimePicker.js +130 -102
- package/dist/components/TimePicker/TimePicker.js.map +1 -1
- package/dist/components/TimePicker/TimePicker.module.cjs +2 -0
- package/dist/components/TimePicker/TimePicker.module.cjs.map +1 -0
- package/dist/components/TimePicker/TimePicker.module.js +16 -0
- package/dist/components/TimePicker/TimePicker.module.js.map +1 -0
- package/dist/components/Timeline/Timeline.cjs +2 -2
- package/dist/components/Timeline/Timeline.cjs.map +1 -1
- package/dist/components/Timeline/Timeline.js +45 -34
- package/dist/components/Timeline/Timeline.js.map +1 -1
- package/dist/components/Timeline/Timeline.module.cjs +2 -0
- package/dist/components/Timeline/Timeline.module.cjs.map +1 -0
- package/dist/components/Timeline/Timeline.module.js +22 -0
- package/dist/components/Timeline/Timeline.module.js.map +1 -0
- package/dist/components/Toast/Toast.module.cjs +2 -0
- package/dist/components/Toast/Toast.module.cjs.map +1 -0
- package/dist/components/Toast/Toast.module.js +23 -0
- package/dist/components/Toast/Toast.module.js.map +1 -0
- package/dist/components/Toast/ToastProvider.cjs +2 -2
- package/dist/components/Toast/ToastProvider.cjs.map +1 -1
- package/dist/components/Toast/ToastProvider.js +117 -108
- package/dist/components/Toast/ToastProvider.js.map +1 -1
- package/dist/components/Toggle/Toggle.cjs +2 -2
- package/dist/components/Toggle/Toggle.cjs.map +1 -1
- package/dist/components/Toggle/Toggle.js +31 -48
- package/dist/components/Toggle/Toggle.js.map +1 -1
- package/dist/components/Toggle/Toggle.module.cjs +2 -0
- package/dist/components/Toggle/Toggle.module.cjs.map +1 -0
- package/dist/components/Toggle/Toggle.module.js +13 -0
- package/dist/components/Toggle/Toggle.module.js.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.cjs +2 -2
- package/dist/components/ToggleGroup/ToggleGroup.cjs.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.js +61 -70
- package/dist/components/ToggleGroup/ToggleGroup.js.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.module.cjs +2 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.cjs.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.js +10 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.cjs +2 -2
- package/dist/components/Tooltip/Tooltip.cjs.map +1 -1
- package/dist/components/Tooltip/Tooltip.js +33 -42
- package/dist/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/components/Tooltip/Tooltip.module.cjs +2 -0
- package/dist/components/Tooltip/Tooltip.module.cjs.map +1 -0
- package/dist/components/Tooltip/Tooltip.module.js +14 -0
- package/dist/components/Tooltip/Tooltip.module.js.map +1 -0
- package/dist/components/TreeView/TreeView.cjs +2 -0
- package/dist/components/TreeView/TreeView.cjs.map +1 -0
- package/dist/components/TreeView/TreeView.js +124 -0
- package/dist/components/TreeView/TreeView.js.map +1 -0
- package/dist/components/TreeView/TreeView.module.cjs +2 -0
- package/dist/components/TreeView/TreeView.module.cjs.map +1 -0
- package/dist/components/TreeView/TreeView.module.js +17 -0
- package/dist/components/TreeView/TreeView.module.js.map +1 -0
- package/dist/components/TruncateText/TruncateText.cjs +2 -2
- package/dist/components/TruncateText/TruncateText.cjs.map +1 -1
- package/dist/components/TruncateText/TruncateText.js +19 -19
- package/dist/components/TruncateText/TruncateText.js.map +1 -1
- package/dist/components/TruncateText/TruncateText.module.cjs +2 -0
- package/dist/components/TruncateText/TruncateText.module.cjs.map +1 -0
- package/dist/components/TruncateText/TruncateText.module.js +6 -0
- package/dist/components/TruncateText/TruncateText.module.js.map +1 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.cjs +2 -2
- package/dist/components/UpdatePrompt/UpdatePrompt.cjs.map +1 -1
- package/dist/components/UpdatePrompt/UpdatePrompt.js +43 -42
- package/dist/components/UpdatePrompt/UpdatePrompt.js.map +1 -1
- package/dist/components/UpdatePrompt/UpdatePrompt.module.cjs +2 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.module.cjs.map +1 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.module.js +14 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.module.js.map +1 -0
- package/dist/components/VirtualList/VirtualList.cjs +2 -2
- package/dist/components/VirtualList/VirtualList.cjs.map +1 -1
- package/dist/components/VirtualList/VirtualList.js +44 -49
- package/dist/components/VirtualList/VirtualList.js.map +1 -1
- package/dist/components/VirtualList/VirtualList.module.cjs +2 -0
- package/dist/components/VirtualList/VirtualList.module.cjs.map +1 -0
- package/dist/components/VirtualList/VirtualList.module.js +10 -0
- package/dist/components/VirtualList/VirtualList.module.js.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.cjs +2 -2
- package/dist/components/VisuallyHidden/VisuallyHidden.cjs.map +1 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.js +12 -13
- package/dist/components/VisuallyHidden/VisuallyHidden.js.map +1 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.module.cjs +2 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.cjs.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.js +6 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.js.map +1 -0
- package/dist/components/Wizard/Wizard.cjs +2 -0
- package/dist/components/Wizard/Wizard.cjs.map +1 -0
- package/dist/components/Wizard/Wizard.js +111 -0
- package/dist/components/Wizard/Wizard.js.map +1 -0
- package/dist/components/Wizard/Wizard.module.cjs +2 -0
- package/dist/components/Wizard/Wizard.module.cjs.map +1 -0
- package/dist/components/Wizard/Wizard.module.js +10 -0
- package/dist/components/Wizard/Wizard.module.js.map +1 -0
- package/dist/data/create-data-provider.cjs +2 -2
- package/dist/data/create-data-provider.cjs.map +1 -1
- package/dist/data/create-data-provider.js +36 -45
- package/dist/data/create-data-provider.js.map +1 -1
- package/dist/data/data-provider-context.cjs +2 -2
- package/dist/data/data-provider-context.cjs.map +1 -1
- package/dist/data/data-provider-context.js +17 -15
- package/dist/data/data-provider-context.js.map +1 -1
- package/dist/data/use-resource.cjs +2 -2
- package/dist/data/use-resource.cjs.map +1 -1
- package/dist/data/use-resource.js +76 -59
- package/dist/data/use-resource.js.map +1 -1
- package/dist/editor/RichTextEditor.cjs +2 -2
- package/dist/editor/RichTextEditor.cjs.map +1 -1
- package/dist/editor/RichTextEditor.js +189 -182
- package/dist/editor/RichTextEditor.js.map +1 -1
- package/dist/editor/RichTextEditor.module.cjs +2 -0
- package/dist/editor/RichTextEditor.module.cjs.map +1 -0
- package/dist/editor/RichTextEditor.module.js +13 -0
- package/dist/editor/RichTextEditor.module.js.map +1 -0
- package/dist/editor.cjs +1 -2
- package/dist/editor.d.ts +14 -1
- package/dist/editor.js +2 -5
- package/dist/error-boundary/ErrorBoundary.cjs +2 -2
- package/dist/error-boundary/ErrorBoundary.cjs.map +1 -1
- package/dist/error-boundary/ErrorBoundary.js +33 -30
- package/dist/error-boundary/ErrorBoundary.js.map +1 -1
- package/dist/error-boundary/use-error-handler.cjs +2 -2
- package/dist/error-boundary/use-error-handler.cjs.map +1 -1
- package/dist/error-boundary/use-error-handler.js +13 -12
- package/dist/error-boundary/use-error-handler.js.map +1 -1
- package/dist/feature-flags/FeatureFlagsProvider.cjs +2 -2
- package/dist/feature-flags/FeatureFlagsProvider.cjs.map +1 -1
- package/dist/feature-flags/FeatureFlagsProvider.js +23 -24
- package/dist/feature-flags/FeatureFlagsProvider.js.map +1 -1
- package/dist/feature-flags/growthbook-adapter.cjs +2 -2
- package/dist/feature-flags/growthbook-adapter.cjs.map +1 -1
- package/dist/feature-flags/growthbook-adapter.js +26 -26
- package/dist/feature-flags/growthbook-adapter.js.map +1 -1
- package/dist/feature-flags/in-memory-adapter.cjs +2 -2
- package/dist/feature-flags/in-memory-adapter.cjs.map +1 -1
- package/dist/feature-flags/in-memory-adapter.js +24 -23
- package/dist/feature-flags/in-memory-adapter.js.map +1 -1
- package/dist/feature-flags/launchdarkly-adapter.cjs +2 -2
- package/dist/feature-flags/launchdarkly-adapter.cjs.map +1 -1
- package/dist/feature-flags/launchdarkly-adapter.js +20 -20
- package/dist/feature-flags/launchdarkly-adapter.js.map +1 -1
- package/dist/forms/FormField.cjs +2 -2
- package/dist/forms/FormField.cjs.map +1 -1
- package/dist/forms/FormField.js +31 -36
- package/dist/forms/FormField.js.map +1 -1
- package/dist/forms/br-validators.cjs +2 -2
- package/dist/forms/br-validators.cjs.map +1 -1
- package/dist/forms/br-validators.js +60 -38
- package/dist/forms/br-validators.js.map +1 -1
- package/dist/forms/index.js +9 -0
- package/dist/forms/masked-inputs.cjs +2 -2
- package/dist/forms/masked-inputs.cjs.map +1 -1
- package/dist/forms/masked-inputs.js +38 -44
- package/dist/forms/masked-inputs.js.map +1 -1
- package/dist/forms/use-viacep.cjs +2 -2
- package/dist/forms/use-viacep.cjs.map +1 -1
- package/dist/forms/use-viacep.js +29 -23
- package/dist/forms/use-viacep.js.map +1 -1
- package/dist/forms/use-zod-form.cjs +2 -2
- package/dist/forms/use-zod-form.cjs.map +1 -1
- package/dist/forms/use-zod-form.js +12 -11
- package/dist/forms/use-zod-form.js.map +1 -1
- package/dist/forms/validate-form.cjs +2 -2
- package/dist/forms/validate-form.cjs.map +1 -1
- package/dist/forms/validate-form.js +21 -14
- package/dist/forms/validate-form.js.map +1 -1
- package/dist/forms/zod-resolver.cjs +2 -2
- package/dist/forms/zod-resolver.cjs.map +1 -1
- package/dist/forms/zod-resolver.js +25 -16
- package/dist/forms/zod-resolver.js.map +1 -1
- package/dist/geo/TrajectoryMap.cjs +2 -2
- package/dist/geo/TrajectoryMap.cjs.map +1 -1
- package/dist/geo/TrajectoryMap.js +238 -213
- package/dist/geo/TrajectoryMap.js.map +1 -1
- package/dist/geo/TrajectoryMap.module.cjs +2 -0
- package/dist/geo/TrajectoryMap.module.cjs.map +1 -0
- package/dist/geo/TrajectoryMap.module.js +20 -0
- package/dist/geo/TrajectoryMap.module.js.map +1 -0
- package/dist/geo/bounds.cjs +2 -2
- package/dist/geo/bounds.cjs.map +1 -1
- package/dist/geo/bounds.js +28 -25
- package/dist/geo/bounds.js.map +1 -1
- package/dist/geo/create-position-tracker.cjs +2 -2
- package/dist/geo/create-position-tracker.cjs.map +1 -1
- package/dist/geo/create-position-tracker.js +57 -64
- package/dist/geo/create-position-tracker.js.map +1 -1
- package/dist/geo/distance.cjs +2 -2
- package/dist/geo/distance.cjs.map +1 -1
- package/dist/geo/distance.js +18 -22
- package/dist/geo/distance.js.map +1 -1
- package/dist/geo/estimate.cjs +2 -2
- package/dist/geo/estimate.cjs.map +1 -1
- package/dist/geo/estimate.js +23 -32
- package/dist/geo/estimate.js.map +1 -1
- package/dist/geo/leaflet-map.cjs +2 -2
- package/dist/geo/leaflet-map.cjs.map +1 -1
- package/dist/geo/leaflet-map.js +62 -50
- package/dist/geo/leaflet-map.js.map +1 -1
- package/dist/geo/projection.cjs +2 -2
- package/dist/geo/projection.cjs.map +1 -1
- package/dist/geo/projection.js +39 -33
- package/dist/geo/projection.js.map +1 -1
- package/dist/geo/routing.cjs +2 -2
- package/dist/geo/routing.cjs.map +1 -1
- package/dist/geo/routing.js +24 -28
- package/dist/geo/routing.js.map +1 -1
- package/dist/geo/types.cjs +2 -2
- package/dist/geo/types.cjs.map +1 -1
- package/dist/geo/types.js +17 -20
- package/dist/geo/types.js.map +1 -1
- package/dist/geo/use-position-tracker.cjs +2 -2
- package/dist/geo/use-position-tracker.cjs.map +1 -1
- package/dist/geo/use-position-tracker.js +35 -34
- package/dist/geo/use-position-tracker.js.map +1 -1
- package/dist/hooks/pwa-env.cjs +2 -2
- package/dist/hooks/pwa-env.cjs.map +1 -1
- package/dist/hooks/pwa-env.js +19 -26
- package/dist/hooks/pwa-env.js.map +1 -1
- package/dist/hooks/use-async.cjs +2 -2
- package/dist/hooks/use-async.cjs.map +1 -1
- package/dist/hooks/use-async.js +57 -37
- package/dist/hooks/use-async.js.map +1 -1
- package/dist/hooks/use-before-install-prompt.cjs +2 -2
- package/dist/hooks/use-before-install-prompt.cjs.map +1 -1
- package/dist/hooks/use-before-install-prompt.js +39 -36
- package/dist/hooks/use-before-install-prompt.js.map +1 -1
- package/dist/hooks/use-breakpoint.cjs +2 -2
- package/dist/hooks/use-breakpoint.cjs.map +1 -1
- package/dist/hooks/use-breakpoint.js +42 -38
- package/dist/hooks/use-breakpoint.js.map +1 -1
- package/dist/hooks/use-click-outside.cjs +2 -2
- package/dist/hooks/use-click-outside.cjs.map +1 -1
- package/dist/hooks/use-click-outside.js +18 -17
- package/dist/hooks/use-click-outside.js.map +1 -1
- package/dist/hooks/use-client-filter.cjs +2 -2
- package/dist/hooks/use-client-filter.cjs.map +1 -1
- package/dist/hooks/use-client-filter.js +18 -15
- package/dist/hooks/use-client-filter.js.map +1 -1
- package/dist/hooks/use-clipboard.cjs +2 -2
- package/dist/hooks/use-clipboard.cjs.map +1 -1
- package/dist/hooks/use-clipboard.js +26 -28
- package/dist/hooks/use-clipboard.js.map +1 -1
- package/dist/hooks/use-counter.cjs +2 -2
- package/dist/hooks/use-counter.cjs.map +1 -1
- package/dist/hooks/use-counter.js +34 -25
- package/dist/hooks/use-counter.js.map +1 -1
- package/dist/hooks/use-debounce.cjs +2 -2
- package/dist/hooks/use-debounce.cjs.map +1 -1
- package/dist/hooks/use-debounce.js +12 -11
- package/dist/hooks/use-debounce.js.map +1 -1
- package/dist/hooks/use-deep-memo.cjs +2 -2
- package/dist/hooks/use-deep-memo.cjs.map +1 -1
- package/dist/hooks/use-deep-memo.js +15 -17
- package/dist/hooks/use-deep-memo.js.map +1 -1
- package/dist/hooks/use-disclosure.cjs +2 -2
- package/dist/hooks/use-disclosure.cjs.map +1 -1
- package/dist/hooks/use-disclosure.js +17 -11
- package/dist/hooks/use-disclosure.js.map +1 -1
- package/dist/hooks/use-document-title.cjs +2 -2
- package/dist/hooks/use-document-title.cjs.map +1 -1
- package/dist/hooks/use-document-title.js +14 -13
- package/dist/hooks/use-document-title.js.map +1 -1
- package/dist/hooks/use-document-visibility.cjs +2 -2
- package/dist/hooks/use-document-visibility.cjs.map +1 -1
- package/dist/hooks/use-document-visibility.js +13 -14
- package/dist/hooks/use-document-visibility.js.map +1 -1
- package/dist/hooks/use-event-listener.cjs +2 -2
- package/dist/hooks/use-event-listener.cjs.map +1 -1
- package/dist/hooks/use-event-listener.js +18 -13
- package/dist/hooks/use-event-listener.js.map +1 -1
- package/dist/hooks/use-favicon.cjs +2 -2
- package/dist/hooks/use-favicon.cjs.map +1 -1
- package/dist/hooks/use-favicon.js +12 -11
- package/dist/hooks/use-favicon.js.map +1 -1
- package/dist/hooks/use-focus-trap.cjs +2 -2
- package/dist/hooks/use-focus-trap.cjs.map +1 -1
- package/dist/hooks/use-focus-trap.js +40 -41
- package/dist/hooks/use-focus-trap.js.map +1 -1
- package/dist/hooks/use-geolocation.cjs +2 -2
- package/dist/hooks/use-geolocation.cjs.map +1 -1
- package/dist/hooks/use-geolocation.js +47 -43
- package/dist/hooks/use-geolocation.js.map +1 -1
- package/dist/hooks/use-hover.cjs +2 -2
- package/dist/hooks/use-hover.cjs.map +1 -1
- package/dist/hooks/use-hover.js +16 -15
- package/dist/hooks/use-hover.js.map +1 -1
- package/dist/hooks/use-idle.cjs +2 -2
- package/dist/hooks/use-idle.cjs.map +1 -1
- package/dist/hooks/use-idle.js +27 -28
- package/dist/hooks/use-idle.js.map +1 -1
- package/dist/hooks/use-install-prompt.cjs +2 -2
- package/dist/hooks/use-install-prompt.cjs.map +1 -1
- package/dist/hooks/use-install-prompt.js +58 -64
- package/dist/hooks/use-install-prompt.js.map +1 -1
- package/dist/hooks/use-intersection-observer.cjs +2 -2
- package/dist/hooks/use-intersection-observer.cjs.map +1 -1
- package/dist/hooks/use-intersection-observer.js +26 -18
- package/dist/hooks/use-intersection-observer.js.map +1 -1
- package/dist/hooks/use-interval.cjs +2 -2
- package/dist/hooks/use-interval.cjs.map +1 -1
- package/dist/hooks/use-interval.js +13 -12
- package/dist/hooks/use-interval.js.map +1 -1
- package/dist/hooks/use-is-first-render.cjs +2 -2
- package/dist/hooks/use-is-first-render.cjs.map +1 -1
- package/dist/hooks/use-is-first-render.js +8 -7
- package/dist/hooks/use-is-first-render.js.map +1 -1
- package/dist/hooks/use-keyboard-shortcut.cjs +2 -2
- package/dist/hooks/use-keyboard-shortcut.cjs.map +1 -1
- package/dist/hooks/use-keyboard-shortcut.js +36 -35
- package/dist/hooks/use-keyboard-shortcut.js.map +1 -1
- package/dist/hooks/use-list-state.cjs +2 -2
- package/dist/hooks/use-list-state.cjs.map +1 -1
- package/dist/hooks/use-list-state.js +51 -39
- package/dist/hooks/use-list-state.js.map +1 -1
- package/dist/hooks/use-local-storage.cjs +2 -2
- package/dist/hooks/use-local-storage.cjs.map +1 -1
- package/dist/hooks/use-local-storage.js +61 -54
- package/dist/hooks/use-local-storage.js.map +1 -1
- package/dist/hooks/use-long-press-handlers.cjs +2 -2
- package/dist/hooks/use-long-press-handlers.cjs.map +1 -1
- package/dist/hooks/use-long-press-handlers.js +32 -30
- package/dist/hooks/use-long-press-handlers.js.map +1 -1
- package/dist/hooks/use-long-press.cjs +2 -2
- package/dist/hooks/use-long-press.cjs.map +1 -1
- package/dist/hooks/use-long-press.js +30 -26
- package/dist/hooks/use-long-press.js.map +1 -1
- package/dist/hooks/use-map.cjs +2 -2
- package/dist/hooks/use-map.cjs.map +1 -1
- package/dist/hooks/use-map.js +37 -32
- package/dist/hooks/use-map.js.map +1 -1
- package/dist/hooks/use-media-query.cjs +2 -2
- package/dist/hooks/use-media-query.cjs.map +1 -1
- package/dist/hooks/use-media-query.js +13 -12
- package/dist/hooks/use-media-query.js.map +1 -1
- package/dist/hooks/use-object-url.cjs +2 -2
- package/dist/hooks/use-object-url.cjs.map +1 -1
- package/dist/hooks/use-object-url.js +16 -15
- package/dist/hooks/use-object-url.js.map +1 -1
- package/dist/hooks/use-online.cjs +2 -2
- package/dist/hooks/use-online.cjs.map +1 -1
- package/dist/hooks/use-online.js +46 -46
- package/dist/hooks/use-online.js.map +1 -1
- package/dist/hooks/use-pagination.cjs +2 -2
- package/dist/hooks/use-pagination.cjs.map +1 -1
- package/dist/hooks/use-pagination.js +15 -8
- package/dist/hooks/use-pagination.js.map +1 -1
- package/dist/hooks/use-previous.cjs +2 -2
- package/dist/hooks/use-previous.cjs.map +1 -1
- package/dist/hooks/use-previous.js +11 -10
- package/dist/hooks/use-previous.js.map +1 -1
- package/dist/hooks/use-queue.cjs +2 -2
- package/dist/hooks/use-queue.cjs.map +1 -1
- package/dist/hooks/use-queue.js +48 -47
- package/dist/hooks/use-queue.js.map +1 -1
- package/dist/hooks/use-resize-observer.cjs +2 -2
- package/dist/hooks/use-resize-observer.cjs.map +1 -1
- package/dist/hooks/use-resize-observer.js +22 -18
- package/dist/hooks/use-resize-observer.js.map +1 -1
- package/dist/hooks/use-scroll-lock.cjs +2 -2
- package/dist/hooks/use-scroll-lock.cjs.map +1 -1
- package/dist/hooks/use-scroll-lock.js +14 -13
- package/dist/hooks/use-scroll-lock.js.map +1 -1
- package/dist/hooks/use-service-worker-update.cjs +2 -2
- package/dist/hooks/use-service-worker-update.cjs.map +1 -1
- package/dist/hooks/use-service-worker-update.js +36 -33
- package/dist/hooks/use-service-worker-update.js.map +1 -1
- package/dist/hooks/use-set.cjs +2 -2
- package/dist/hooks/use-set.cjs.map +1 -1
- package/dist/hooks/use-set.js +43 -38
- package/dist/hooks/use-set.js.map +1 -1
- package/dist/hooks/use-stable-callback.cjs +2 -2
- package/dist/hooks/use-stable-callback.cjs.map +1 -1
- package/dist/hooks/use-stable-callback.js +9 -8
- package/dist/hooks/use-stable-callback.js.map +1 -1
- package/dist/hooks/use-storage-estimate.cjs +2 -2
- package/dist/hooks/use-storage-estimate.cjs.map +1 -1
- package/dist/hooks/use-storage-estimate.js +57 -50
- package/dist/hooks/use-storage-estimate.js.map +1 -1
- package/dist/hooks/use-throttle.cjs +2 -2
- package/dist/hooks/use-throttle.cjs.map +1 -1
- package/dist/hooks/use-throttle.js +16 -15
- package/dist/hooks/use-throttle.js.map +1 -1
- package/dist/hooks/use-timeout.cjs +2 -2
- package/dist/hooks/use-timeout.cjs.map +1 -1
- package/dist/hooks/use-timeout.js +13 -12
- package/dist/hooks/use-timeout.js.map +1 -1
- package/dist/hooks/use-toggle.cjs +2 -2
- package/dist/hooks/use-toggle.cjs.map +1 -1
- package/dist/hooks/use-toggle.js +14 -8
- package/dist/hooks/use-toggle.js.map +1 -1
- package/dist/hooks/use-window-size.cjs +2 -2
- package/dist/hooks/use-window-size.cjs.map +1 -1
- package/dist/hooks/use-window-size.js +22 -14
- package/dist/hooks/use-window-size.js.map +1 -1
- package/dist/http/api-client.cjs +2 -2
- package/dist/http/api-client.cjs.map +1 -1
- package/dist/http/api-client.js +87 -77
- package/dist/http/api-client.js.map +1 -1
- package/dist/http/errors.cjs +2 -2
- package/dist/http/errors.cjs.map +1 -1
- package/dist/http/errors.js +33 -36
- package/dist/http/errors.js.map +1 -1
- package/dist/http/idempotency.cjs +2 -2
- package/dist/http/idempotency.cjs.map +1 -1
- package/dist/http/idempotency.js +9 -8
- package/dist/http/idempotency.js.map +1 -1
- package/dist/http/parse-response.cjs +3 -6
- package/dist/http/parse-response.cjs.map +1 -1
- package/dist/http/parse-response.js +13 -19
- package/dist/http/parse-response.js.map +1 -1
- package/dist/http/retry.cjs +2 -2
- package/dist/http/retry.cjs.map +1 -1
- package/dist/http/retry.js +33 -42
- package/dist/http/retry.js.map +1 -1
- package/dist/http/upload-with-progress.cjs +2 -2
- package/dist/http/upload-with-progress.cjs.map +1 -1
- package/dist/http/upload-with-progress.js +65 -89
- package/dist/http/upload-with-progress.js.map +1 -1
- package/dist/http/use-poll.cjs +2 -2
- package/dist/http/use-poll.cjs.map +1 -1
- package/dist/http/use-poll.js +41 -40
- package/dist/http/use-poll.js.map +1 -1
- package/dist/i18n/I18nProvider.cjs +2 -2
- package/dist/i18n/I18nProvider.cjs.map +1 -1
- package/dist/i18n/I18nProvider.js +51 -48
- package/dist/i18n/I18nProvider.js.map +1 -1
- package/dist/i18n/create-i18n.cjs +2 -2
- package/dist/i18n/create-i18n.cjs.map +1 -1
- package/dist/i18n/create-i18n.js +51 -47
- package/dist/i18n/create-i18n.js.map +1 -1
- package/dist/logger/logger.cjs +2 -2
- package/dist/logger/logger.cjs.map +1 -1
- package/dist/logger/logger.js +41 -38
- package/dist/logger/logger.js.map +1 -1
- package/dist/oauth/GoogleSignIn.cjs +2 -2
- package/dist/oauth/GoogleSignIn.cjs.map +1 -1
- package/dist/oauth/GoogleSignIn.js +41 -49
- package/dist/oauth/GoogleSignIn.js.map +1 -1
- package/dist/oauth/use-oauth-callback.cjs +2 -2
- package/dist/oauth/use-oauth-callback.cjs.map +1 -1
- package/dist/oauth/use-oauth-callback.js +29 -20
- package/dist/oauth/use-oauth-callback.js.map +1 -1
- package/dist/offline/conflict.cjs +2 -2
- package/dist/offline/conflict.cjs.map +1 -1
- package/dist/offline/conflict.js +14 -14
- package/dist/offline/conflict.js.map +1 -1
- package/dist/offline/create-offline-store.cjs +2 -2
- package/dist/offline/create-offline-store.cjs.map +1 -1
- package/dist/offline/create-offline-store.js +48 -45
- package/dist/offline/create-offline-store.js.map +1 -1
- package/dist/offline/create-offline-sync.cjs +2 -2
- package/dist/offline/create-offline-sync.cjs.map +1 -1
- package/dist/offline/create-offline-sync.js +142 -144
- package/dist/offline/create-offline-sync.js.map +1 -1
- package/dist/offline/use-offline-sync.cjs +2 -2
- package/dist/offline/use-offline-sync.cjs.map +1 -1
- package/dist/offline/use-offline-sync.js +39 -39
- package/dist/offline/use-offline-sync.js.map +1 -1
- package/dist/push/use-push-subscription.cjs +2 -2
- package/dist/push/use-push-subscription.cjs.map +1 -1
- package/dist/push/use-push-subscription.js +61 -67
- package/dist/push/use-push-subscription.js.map +1 -1
- package/dist/push/utils.cjs +2 -2
- package/dist/push/utils.cjs.map +1 -1
- package/dist/push/utils.js +11 -12
- package/dist/push/utils.js.map +1 -1
- package/dist/push/web-push-client.cjs +2 -2
- package/dist/push/web-push-client.cjs.map +1 -1
- package/dist/push/web-push-client.js +53 -82
- package/dist/push/web-push-client.js.map +1 -1
- package/dist/query/QueryProvider.cjs +2 -2
- package/dist/query/QueryProvider.cjs.map +1 -1
- package/dist/query/QueryProvider.js +26 -26
- package/dist/query/QueryProvider.js.map +1 -1
- package/dist/query/constants.cjs +2 -2
- package/dist/query/constants.cjs.map +1 -1
- package/dist/query/constants.js +19 -20
- package/dist/query/constants.js.map +1 -1
- package/dist/query/create-query-keys.cjs +2 -2
- package/dist/query/create-query-keys.cjs.map +1 -1
- package/dist/query/create-query-keys.js +9 -9
- package/dist/query/create-query-keys.js.map +1 -1
- package/dist/query/offline-persistence.cjs +2 -2
- package/dist/query/offline-persistence.cjs.map +1 -1
- package/dist/query/offline-persistence.js +43 -39
- package/dist/query/offline-persistence.js.map +1 -1
- package/dist/query/optimistic.cjs +2 -2
- package/dist/query/optimistic.cjs.map +1 -1
- package/dist/query/optimistic.js +20 -17
- package/dist/query/optimistic.js.map +1 -1
- package/dist/query/pagination.cjs +2 -2
- package/dist/query/pagination.cjs.map +1 -1
- package/dist/query/pagination.js +21 -16
- package/dist/query/pagination.js.map +1 -1
- package/dist/query/use-cursor-query.cjs +2 -2
- package/dist/query/use-cursor-query.cjs.map +1 -1
- package/dist/query/use-cursor-query.js +33 -27
- package/dist/query/use-cursor-query.js.map +1 -1
- package/dist/query/use-offline-mutation.cjs +2 -2
- package/dist/query/use-offline-mutation.cjs.map +1 -1
- package/dist/query/use-offline-mutation.js +30 -29
- package/dist/query/use-offline-mutation.js.map +1 -1
- package/dist/query/use-paginated-query.cjs +2 -2
- package/dist/query/use-paginated-query.cjs.map +1 -1
- package/dist/query/use-paginated-query.js +42 -43
- package/dist/query/use-paginated-query.js.map +1 -1
- package/dist/router/AppRouter.cjs +2 -2
- package/dist/router/AppRouter.cjs.map +1 -1
- package/dist/router/AppRouter.js +55 -54
- package/dist/router/AppRouter.js.map +1 -1
- package/dist/router/RouteGuard.cjs +2 -2
- package/dist/router/RouteGuard.cjs.map +1 -1
- package/dist/router/RouteGuard.js +12 -8
- package/dist/router/RouteGuard.js.map +1 -1
- package/dist/router/index.js +4 -0
- package/dist/share/share-or-download.cjs +2 -2
- package/dist/share/share-or-download.cjs.map +1 -1
- package/dist/share/share-or-download.js +14 -10
- package/dist/share/share-or-download.js.map +1 -1
- package/dist/share/share.cjs +2 -2
- package/dist/share/share.cjs.map +1 -1
- package/dist/share/share.js +31 -17
- package/dist/share/share.js.map +1 -1
- package/dist/sse/create-event-stream.cjs +2 -2
- package/dist/sse/create-event-stream.cjs.map +1 -1
- package/dist/sse/create-event-stream.js +59 -74
- package/dist/sse/create-event-stream.js.map +1 -1
- package/dist/sse/use-event-stream.cjs +2 -2
- package/dist/sse/use-event-stream.cjs.map +1 -1
- package/dist/sse/use-event-stream.js +29 -28
- package/dist/sse/use-event-stream.js.map +1 -1
- package/dist/store/create-selectors.cjs +2 -2
- package/dist/store/create-selectors.cjs.map +1 -1
- package/dist/store/create-selectors.js +10 -10
- package/dist/store/create-selectors.js.map +1 -1
- package/dist/store/create-store.cjs +2 -2
- package/dist/store/create-store.cjs.map +1 -1
- package/dist/store/create-store.js +17 -19
- package/dist/store/create-store.js.map +1 -1
- package/dist/styles.css +2 -1
- package/dist/sw/background-sync.cjs +2 -2
- package/dist/sw/background-sync.cjs.map +1 -1
- package/dist/sw/background-sync.js +87 -95
- package/dist/sw/background-sync.js.map +1 -1
- package/dist/sw/cache-inspect.cjs +2 -2
- package/dist/sw/cache-inspect.cjs.map +1 -1
- package/dist/sw/cache-inspect.js +44 -42
- package/dist/sw/cache-inspect.js.map +1 -1
- package/dist/sw/cache.cjs +2 -2
- package/dist/sw/cache.cjs.map +1 -1
- package/dist/sw/cache.js +132 -164
- package/dist/sw/cache.js.map +1 -1
- package/dist/sw/create-push-handler.cjs +2 -2
- package/dist/sw/create-push-handler.cjs.map +1 -1
- package/dist/sw/create-push-handler.js +61 -60
- package/dist/sw/create-push-handler.js.map +1 -1
- package/dist/sw/periodic-sync.cjs +2 -2
- package/dist/sw/periodic-sync.cjs.map +1 -1
- package/dist/sw/periodic-sync.js +15 -17
- package/dist/sw/periodic-sync.js.map +1 -1
- package/dist/sw/register-service-worker.cjs +2 -2
- package/dist/sw/register-service-worker.cjs.map +1 -1
- package/dist/sw/register-service-worker.js +40 -46
- package/dist/sw/register-service-worker.js.map +1 -1
- package/dist/sw.cjs +1 -2
- package/dist/sw.js +7 -22
- package/dist/telemetry/TelemetryProvider.cjs +2 -2
- package/dist/telemetry/TelemetryProvider.cjs.map +1 -1
- package/dist/telemetry/TelemetryProvider.js +19 -16
- package/dist/telemetry/TelemetryProvider.js.map +1 -1
- package/dist/telemetry/console-adapter.cjs +2 -2
- package/dist/telemetry/console-adapter.cjs.map +1 -1
- package/dist/telemetry/console-adapter.js +15 -14
- package/dist/telemetry/console-adapter.js.map +1 -1
- package/dist/telemetry/posthog-adapter.cjs +2 -2
- package/dist/telemetry/posthog-adapter.cjs.map +1 -1
- package/dist/telemetry/posthog-adapter.js +42 -41
- package/dist/telemetry/posthog-adapter.js.map +1 -1
- package/dist/telemetry/sentry-adapter.cjs +2 -2
- package/dist/telemetry/sentry-adapter.cjs.map +1 -1
- package/dist/telemetry/sentry-adapter.js +38 -37
- package/dist/telemetry/sentry-adapter.js.map +1 -1
- package/dist/tempest-react-sdk.cjs +1 -2
- package/dist/tempest-react-sdk.d.ts +929 -327
- package/dist/tempest-react-sdk.js +264 -641
- package/dist/testing/create-mock-handlers.cjs +2 -2
- package/dist/testing/create-mock-handlers.cjs.map +1 -1
- package/dist/testing/create-mock-handlers.js +14 -13
- package/dist/testing/create-mock-handlers.js.map +1 -1
- package/dist/testing.cjs +1 -2
- package/dist/testing.js +2 -5
- package/dist/theme/ThemeProvider.cjs +2 -2
- package/dist/theme/ThemeProvider.cjs.map +1 -1
- package/dist/theme/ThemeProvider.js +69 -73
- package/dist/theme/ThemeProvider.js.map +1 -1
- package/dist/theme/apply-theme.cjs +2 -0
- package/dist/theme/apply-theme.cjs.map +1 -0
- package/dist/theme/apply-theme.js +24 -0
- package/dist/theme/apply-theme.js.map +1 -0
- package/dist/theme/color.cjs +2 -0
- package/dist/theme/color.cjs.map +1 -0
- package/dist/theme/color.js +130 -0
- package/dist/theme/color.js.map +1 -0
- package/dist/theme/create-theme.cjs +5 -0
- package/dist/theme/create-theme.cjs.map +1 -0
- package/dist/theme/create-theme.js +135 -0
- package/dist/theme/create-theme.js.map +1 -0
- package/dist/theme/initial-theme.cjs +5 -5
- package/dist/theme/initial-theme.cjs.map +1 -1
- package/dist/theme/initial-theme.js +21 -22
- package/dist/theme/initial-theme.js.map +1 -1
- package/dist/theme/theme-presets.cjs +2 -0
- package/dist/theme/theme-presets.cjs.map +1 -0
- package/dist/theme/theme-presets.js +82 -0
- package/dist/theme/theme-presets.js.map +1 -0
- package/dist/utilities.css +432 -0
- package/dist/utils/arrays.cjs +2 -2
- package/dist/utils/arrays.cjs.map +1 -1
- package/dist/utils/arrays.js +30 -36
- package/dist/utils/arrays.js.map +1 -1
- package/dist/utils/cn.cjs +2 -2
- package/dist/utils/cn.cjs.map +1 -1
- package/dist/utils/cn.js +16 -18
- package/dist/utils/cn.js.map +1 -1
- package/dist/utils/format.cjs +2 -2
- package/dist/utils/format.cjs.map +1 -1
- package/dist/utils/format.js +30 -34
- package/dist/utils/format.js.map +1 -1
- package/dist/utils/functions.cjs +2 -2
- package/dist/utils/functions.cjs.map +1 -1
- package/dist/utils/functions.js +39 -45
- package/dist/utils/functions.js.map +1 -1
- package/dist/utils/guards.cjs +2 -2
- package/dist/utils/guards.cjs.map +1 -1
- package/dist/utils/guards.js +17 -20
- package/dist/utils/guards.js.map +1 -1
- package/dist/utils/ids.cjs +2 -2
- package/dist/utils/ids.cjs.map +1 -1
- package/dist/utils/ids.js +8 -13
- package/dist/utils/ids.js.map +1 -1
- package/dist/utils/numbers.cjs +2 -2
- package/dist/utils/numbers.cjs.map +1 -1
- package/dist/utils/numbers.js +27 -24
- package/dist/utils/numbers.js.map +1 -1
- package/dist/utils/objects.cjs +2 -2
- package/dist/utils/objects.cjs.map +1 -1
- package/dist/utils/objects.js +27 -32
- package/dist/utils/objects.js.map +1 -1
- package/dist/utils/promises.cjs +2 -2
- package/dist/utils/promises.cjs.map +1 -1
- package/dist/utils/promises.js +19 -22
- package/dist/utils/promises.js.map +1 -1
- package/dist/utils/relative-time.cjs +2 -2
- package/dist/utils/relative-time.cjs.map +1 -1
- package/dist/utils/relative-time.js +70 -66
- package/dist/utils/relative-time.js.map +1 -1
- package/dist/utils/storage.cjs +2 -2
- package/dist/utils/storage.cjs.map +1 -1
- package/dist/utils/storage.js +25 -28
- package/dist/utils/storage.js.map +1 -1
- package/dist/utils/strings.cjs +2 -2
- package/dist/utils/strings.cjs.map +1 -1
- package/dist/utils/strings.js +23 -27
- package/dist/utils/strings.js.map +1 -1
- package/dist/utils/xlsx.cjs +2 -2
- package/dist/utils/xlsx.cjs.map +1 -1
- package/dist/utils/xlsx.js +45 -34
- package/dist/utils/xlsx.js.map +1 -1
- package/dist/vision/core/canvas.cjs +2 -2
- package/dist/vision/core/canvas.cjs.map +1 -1
- package/dist/vision/core/canvas.js +28 -37
- package/dist/vision/core/canvas.js.map +1 -1
- package/dist/vision/core/exceptions.cjs +2 -2
- package/dist/vision/core/exceptions.cjs.map +1 -1
- package/dist/vision/core/exceptions.js +10 -24
- package/dist/vision/core/exceptions.js.map +1 -1
- package/dist/vision/core/providers.cjs +2 -2
- package/dist/vision/core/providers.cjs.map +1 -1
- package/dist/vision/core/providers.js +8 -8
- package/dist/vision/core/providers.js.map +1 -1
- package/dist/vision/core/session.cjs +2 -2
- package/dist/vision/core/session.cjs.map +1 -1
- package/dist/vision/core/session.js +47 -70
- package/dist/vision/core/session.js.map +1 -1
- package/dist/vision/index.cjs +2 -2
- package/dist/vision/index.cjs.map +1 -1
- package/dist/vision/index.js +21 -5
- package/dist/vision/index.js.map +1 -1
- package/dist/vision/io/image.cjs +2 -2
- package/dist/vision/io/image.cjs.map +1 -1
- package/dist/vision/io/image.js +52 -70
- package/dist/vision/io/image.js.map +1 -1
- package/dist/vision/labels.cjs +2 -2
- package/dist/vision/labels.cjs.map +1 -1
- package/dist/vision/labels.js +29 -123
- package/dist/vision/labels.js.map +1 -1
- package/dist/vision/luminance.cjs +2 -2
- package/dist/vision/luminance.cjs.map +1 -1
- package/dist/vision/luminance.js +36 -41
- package/dist/vision/luminance.js.map +1 -1
- package/dist/vision/postprocess/classification.cjs +2 -2
- package/dist/vision/postprocess/classification.cjs.map +1 -1
- package/dist/vision/postprocess/classification.js +31 -30
- package/dist/vision/postprocess/classification.js.map +1 -1
- package/dist/vision/postprocess/detection.cjs +2 -2
- package/dist/vision/postprocess/detection.cjs.map +1 -1
- package/dist/vision/postprocess/detection.js +122 -146
- package/dist/vision/postprocess/detection.js.map +1 -1
- package/dist/vision/postprocess/segmentation.cjs +2 -2
- package/dist/vision/postprocess/segmentation.cjs.map +1 -1
- package/dist/vision/postprocess/segmentation.js +99 -105
- package/dist/vision/postprocess/segmentation.js.map +1 -1
- package/dist/vision/preprocess/image.cjs +2 -2
- package/dist/vision/preprocess/image.cjs.map +1 -1
- package/dist/vision/preprocess/image.js +63 -84
- package/dist/vision/preprocess/image.js.map +1 -1
- package/dist/vision/results.cjs +2 -2
- package/dist/vision/results.cjs.map +1 -1
- package/dist/vision/results.js +164 -212
- package/dist/vision/results.js.map +1 -1
- package/dist/vision/tasks/base.cjs +2 -2
- package/dist/vision/tasks/base.cjs.map +1 -1
- package/dist/vision/tasks/base.js +13 -13
- package/dist/vision/tasks/base.js.map +1 -1
- package/dist/vision/tasks/classifier.cjs +2 -2
- package/dist/vision/tasks/classifier.cjs.map +1 -1
- package/dist/vision/tasks/classifier.js +89 -105
- package/dist/vision/tasks/classifier.js.map +1 -1
- package/dist/vision/tasks/detector.cjs +2 -2
- package/dist/vision/tasks/detector.cjs.map +1 -1
- package/dist/vision/tasks/detector.js +111 -146
- package/dist/vision/tasks/detector.js.map +1 -1
- package/dist/vision/tasks/segmenter.cjs +2 -2
- package/dist/vision/tasks/segmenter.cjs.map +1 -1
- package/dist/vision/tasks/segmenter.js +143 -188
- package/dist/vision/tasks/segmenter.js.map +1 -1
- package/dist/vision/types.cjs +2 -2
- package/dist/vision/types.cjs.map +1 -1
- package/dist/vision/types.js +106 -98
- package/dist/vision/types.js.map +1 -1
- package/dist/vision/use-camera-stream.cjs +2 -2
- package/dist/vision/use-camera-stream.cjs.map +1 -1
- package/dist/vision/use-camera-stream.js +79 -86
- package/dist/vision/use-camera-stream.js.map +1 -1
- package/dist/vision/use-live-luminance.cjs +2 -2
- package/dist/vision/use-live-luminance.cjs.map +1 -1
- package/dist/vision/use-live-luminance.js +26 -22
- package/dist/vision/use-live-luminance.js.map +1 -1
- package/dist/vision.cjs +1 -2
- package/dist/vision.js +19 -72
- package/dist/vite/create-vite-config.cjs +2 -2
- package/dist/vite/create-vite-config.cjs.map +1 -1
- package/dist/vite/create-vite-config.js +42 -44
- package/dist/vite/create-vite-config.js.map +1 -1
- package/dist/vite/tempest-pwa-dev-sw.cjs +2 -3
- package/dist/vite/tempest-pwa-dev-sw.cjs.map +1 -1
- package/dist/vite/tempest-pwa-dev-sw.js +46 -49
- package/dist/vite/tempest-pwa-dev-sw.js.map +1 -1
- package/dist/vite/tempest-pwa-icons.cjs +2 -2
- package/dist/vite/tempest-pwa-icons.cjs.map +1 -1
- package/dist/vite/tempest-pwa-icons.js +176 -132
- package/dist/vite/tempest-pwa-icons.js.map +1 -1
- package/dist/vite/tempest-pwa-manifest.cjs +3 -3
- package/dist/vite/tempest-pwa-manifest.cjs.map +1 -1
- package/dist/vite/tempest-pwa-manifest.js +34 -40
- package/dist/vite/tempest-pwa-manifest.js.map +1 -1
- package/dist/vite.cjs +1 -2
- package/dist/vite.js +5 -11
- package/dist/ws/create-web-socket.cjs +2 -2
- package/dist/ws/create-web-socket.cjs.map +1 -1
- package/dist/ws/create-web-socket.js +68 -81
- package/dist/ws/create-web-socket.js.map +1 -1
- package/dist/ws/use-web-socket.cjs +2 -2
- package/dist/ws/use-web-socket.cjs.map +1 -1
- package/dist/ws/use-web-socket.js +32 -31
- package/dist/ws/use-web-socket.js.map +1 -1
- package/package.json +25 -21
- package/template/eslint.config.js +8 -1
- package/template/package.json +15 -15
- package/template/src/App.tsx +1 -0
- package/template/src/layouts/RootLayout.tsx +1 -0
- package/template/src/lib/api.ts +1 -0
- package/template/src/main.tsx +3 -1
- package/template/src/pages/Login.tsx +1 -0
- package/template/src/routes.tsx +2 -1
- package/template-pwa/package.json +1 -1
- package/dist/br/BrazilMap.module.css.cjs +0 -2
- package/dist/br/BrazilMap.module.css.cjs.map +0 -1
- package/dist/br/BrazilMap.module.css.js +0 -28
- package/dist/br/BrazilMap.module.css.js.map +0 -1
- package/dist/br/MapLegend.module.css.cjs +0 -2
- package/dist/br/MapLegend.module.css.cjs.map +0 -1
- package/dist/br/MapLegend.module.css.js +0 -22
- package/dist/br/MapLegend.module.css.js.map +0 -1
- package/dist/br/MunicipalitySearch.module.css.cjs +0 -2
- package/dist/br/MunicipalitySearch.module.css.cjs.map +0 -1
- package/dist/br/MunicipalitySearch.module.css.js +0 -14
- package/dist/br/MunicipalitySearch.module.css.js.map +0 -1
- package/dist/br/data/br-centroids.json.cjs +0 -2
- package/dist/br/data/br-centroids.json.cjs.map +0 -1
- package/dist/br/data/br-centroids.json.js +0 -10
- package/dist/br/data/br-centroids.json.js.map +0 -1
- package/dist/br/data/br-locations.json.cjs +0 -2
- package/dist/br/data/br-locations.json.cjs.map +0 -1
- package/dist/br/data/br-locations.json.js +0 -8
- package/dist/br/data/br-locations.json.js.map +0 -1
- package/dist/br/data/br-uf-geo.json.cjs +0 -2
- package/dist/br/data/br-uf-geo.json.cjs.map +0 -1
- package/dist/br/data/br-uf-geo.json.js +0 -10
- package/dist/br/data/br-uf-geo.json.js.map +0 -1
- package/dist/br/data/mun/AC.json.cjs +0 -2
- package/dist/br/data/mun/AC.json.cjs.map +0 -1
- package/dist/br/data/mun/AC.json.js +0 -12
- package/dist/br/data/mun/AC.json.js.map +0 -1
- package/dist/br/data/mun/AL.json.cjs +0 -2
- package/dist/br/data/mun/AL.json.cjs.map +0 -1
- package/dist/br/data/mun/AL.json.js +0 -12
- package/dist/br/data/mun/AL.json.js.map +0 -1
- package/dist/br/data/mun/AM.json.cjs +0 -2
- package/dist/br/data/mun/AM.json.cjs.map +0 -1
- package/dist/br/data/mun/AM.json.js +0 -12
- package/dist/br/data/mun/AM.json.js.map +0 -1
- package/dist/br/data/mun/AP.json.cjs +0 -2
- package/dist/br/data/mun/AP.json.cjs.map +0 -1
- package/dist/br/data/mun/AP.json.js +0 -12
- package/dist/br/data/mun/AP.json.js.map +0 -1
- package/dist/br/data/mun/BA.json.cjs +0 -2
- package/dist/br/data/mun/BA.json.cjs.map +0 -1
- package/dist/br/data/mun/BA.json.js +0 -12
- package/dist/br/data/mun/BA.json.js.map +0 -1
- package/dist/br/data/mun/CE.json.cjs +0 -2
- package/dist/br/data/mun/CE.json.cjs.map +0 -1
- package/dist/br/data/mun/CE.json.js +0 -12
- package/dist/br/data/mun/CE.json.js.map +0 -1
- package/dist/br/data/mun/DF.json.cjs +0 -2
- package/dist/br/data/mun/DF.json.cjs.map +0 -1
- package/dist/br/data/mun/DF.json.js +0 -12
- package/dist/br/data/mun/DF.json.js.map +0 -1
- package/dist/br/data/mun/ES.json.cjs +0 -2
- package/dist/br/data/mun/ES.json.cjs.map +0 -1
- package/dist/br/data/mun/ES.json.js +0 -12
- package/dist/br/data/mun/ES.json.js.map +0 -1
- package/dist/br/data/mun/GO.json.cjs +0 -2
- package/dist/br/data/mun/GO.json.cjs.map +0 -1
- package/dist/br/data/mun/GO.json.js +0 -12
- package/dist/br/data/mun/GO.json.js.map +0 -1
- package/dist/br/data/mun/MA.json.cjs +0 -2
- package/dist/br/data/mun/MA.json.cjs.map +0 -1
- package/dist/br/data/mun/MA.json.js +0 -12
- package/dist/br/data/mun/MA.json.js.map +0 -1
- package/dist/br/data/mun/MG.json.cjs +0 -2
- package/dist/br/data/mun/MG.json.cjs.map +0 -1
- package/dist/br/data/mun/MG.json.js +0 -12
- package/dist/br/data/mun/MG.json.js.map +0 -1
- package/dist/br/data/mun/MS.json.cjs +0 -2
- package/dist/br/data/mun/MS.json.cjs.map +0 -1
- package/dist/br/data/mun/MS.json.js +0 -12
- package/dist/br/data/mun/MS.json.js.map +0 -1
- package/dist/br/data/mun/MT.json.cjs +0 -2
- package/dist/br/data/mun/MT.json.cjs.map +0 -1
- package/dist/br/data/mun/MT.json.js +0 -12
- package/dist/br/data/mun/MT.json.js.map +0 -1
- package/dist/br/data/mun/PA.json.cjs +0 -2
- package/dist/br/data/mun/PA.json.cjs.map +0 -1
- package/dist/br/data/mun/PA.json.js +0 -12
- package/dist/br/data/mun/PA.json.js.map +0 -1
- package/dist/br/data/mun/PB.json.cjs +0 -2
- package/dist/br/data/mun/PB.json.cjs.map +0 -1
- package/dist/br/data/mun/PB.json.js +0 -12
- package/dist/br/data/mun/PB.json.js.map +0 -1
- package/dist/br/data/mun/PE.json.cjs +0 -2
- package/dist/br/data/mun/PE.json.cjs.map +0 -1
- package/dist/br/data/mun/PE.json.js +0 -12
- package/dist/br/data/mun/PE.json.js.map +0 -1
- package/dist/br/data/mun/PI.json.cjs +0 -2
- package/dist/br/data/mun/PI.json.cjs.map +0 -1
- package/dist/br/data/mun/PI.json.js +0 -12
- package/dist/br/data/mun/PI.json.js.map +0 -1
- package/dist/br/data/mun/PR.json.cjs +0 -2
- package/dist/br/data/mun/PR.json.cjs.map +0 -1
- package/dist/br/data/mun/PR.json.js +0 -12
- package/dist/br/data/mun/PR.json.js.map +0 -1
- package/dist/br/data/mun/RJ.json.cjs +0 -2
- package/dist/br/data/mun/RJ.json.cjs.map +0 -1
- package/dist/br/data/mun/RJ.json.js +0 -12
- package/dist/br/data/mun/RJ.json.js.map +0 -1
- package/dist/br/data/mun/RN.json.cjs +0 -2
- package/dist/br/data/mun/RN.json.cjs.map +0 -1
- package/dist/br/data/mun/RN.json.js +0 -12
- package/dist/br/data/mun/RN.json.js.map +0 -1
- package/dist/br/data/mun/RO.json.cjs +0 -2
- package/dist/br/data/mun/RO.json.cjs.map +0 -1
- package/dist/br/data/mun/RO.json.js +0 -12
- package/dist/br/data/mun/RO.json.js.map +0 -1
- package/dist/br/data/mun/RR.json.cjs +0 -2
- package/dist/br/data/mun/RR.json.cjs.map +0 -1
- package/dist/br/data/mun/RR.json.js +0 -12
- package/dist/br/data/mun/RR.json.js.map +0 -1
- package/dist/br/data/mun/RS.json.cjs +0 -2
- package/dist/br/data/mun/RS.json.cjs.map +0 -1
- package/dist/br/data/mun/RS.json.js +0 -12
- package/dist/br/data/mun/RS.json.js.map +0 -1
- package/dist/br/data/mun/SC.json.cjs +0 -2
- package/dist/br/data/mun/SC.json.cjs.map +0 -1
- package/dist/br/data/mun/SC.json.js +0 -12
- package/dist/br/data/mun/SC.json.js.map +0 -1
- package/dist/br/data/mun/SE.json.cjs +0 -2
- package/dist/br/data/mun/SE.json.cjs.map +0 -1
- package/dist/br/data/mun/SE.json.js +0 -12
- package/dist/br/data/mun/SE.json.js.map +0 -1
- package/dist/br/data/mun/SP.json.cjs +0 -2
- package/dist/br/data/mun/SP.json.cjs.map +0 -1
- package/dist/br/data/mun/SP.json.js +0 -12
- package/dist/br/data/mun/SP.json.js.map +0 -1
- package/dist/br/data/mun/TO.json.cjs +0 -2
- package/dist/br/data/mun/TO.json.cjs.map +0 -1
- package/dist/br/data/mun/TO.json.js +0 -12
- package/dist/br/data/mun/TO.json.js.map +0 -1
- package/dist/charts.cjs.map +0 -1
- package/dist/charts.js.map +0 -1
- package/dist/components/Accordion/Accordion.module.css.cjs +0 -2
- package/dist/components/Accordion/Accordion.module.css.cjs.map +0 -1
- package/dist/components/Accordion/Accordion.module.css.js +0 -20
- package/dist/components/Accordion/Accordion.module.css.js.map +0 -1
- package/dist/components/Alert/Alert.module.css.cjs +0 -2
- package/dist/components/Alert/Alert.module.css.cjs.map +0 -1
- package/dist/components/Alert/Alert.module.css.js +0 -32
- package/dist/components/Alert/Alert.module.css.js.map +0 -1
- package/dist/components/AppBar/AppBar.module.css.cjs +0 -2
- package/dist/components/AppBar/AppBar.module.css.cjs.map +0 -1
- package/dist/components/AppBar/AppBar.module.css.js +0 -32
- package/dist/components/AppBar/AppBar.module.css.js.map +0 -1
- package/dist/components/AppShell/AppShell.module.css.cjs +0 -2
- package/dist/components/AppShell/AppShell.module.css.cjs.map +0 -1
- package/dist/components/AppShell/AppShell.module.css.js +0 -20
- package/dist/components/AppShell/AppShell.module.css.js.map +0 -1
- package/dist/components/AspectRatio/AspectRatio.module.css.cjs +0 -2
- package/dist/components/AspectRatio/AspectRatio.module.css.cjs.map +0 -1
- package/dist/components/AspectRatio/AspectRatio.module.css.js +0 -8
- package/dist/components/AspectRatio/AspectRatio.module.css.js.map +0 -1
- package/dist/components/Avatar/Avatar.module.css.cjs +0 -2
- package/dist/components/Avatar/Avatar.module.css.cjs.map +0 -1
- package/dist/components/Avatar/Avatar.module.css.js +0 -30
- package/dist/components/Avatar/Avatar.module.css.js.map +0 -1
- package/dist/components/Badge/Badge.module.css.cjs +0 -2
- package/dist/components/Badge/Badge.module.css.cjs.map +0 -1
- package/dist/components/Badge/Badge.module.css.js +0 -34
- package/dist/components/Badge/Badge.module.css.js.map +0 -1
- package/dist/components/Banner/Banner.module.css.cjs +0 -2
- package/dist/components/Banner/Banner.module.css.cjs.map +0 -1
- package/dist/components/Banner/Banner.module.css.js +0 -28
- package/dist/components/Banner/Banner.module.css.js.map +0 -1
- package/dist/components/BottomNavigation/BottomNavigation.module.css.cjs +0 -2
- package/dist/components/BottomNavigation/BottomNavigation.module.css.cjs.map +0 -1
- package/dist/components/BottomNavigation/BottomNavigation.module.css.js +0 -20
- package/dist/components/BottomNavigation/BottomNavigation.module.css.js.map +0 -1
- package/dist/components/BottomSheet/BottomSheet.module.css.cjs +0 -2
- package/dist/components/BottomSheet/BottomSheet.module.css.cjs.map +0 -1
- package/dist/components/BottomSheet/BottomSheet.module.css.js +0 -20
- package/dist/components/BottomSheet/BottomSheet.module.css.js.map +0 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.module.css.cjs +0 -2
- package/dist/components/Breadcrumbs/Breadcrumbs.module.css.cjs.map +0 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.module.css.js +0 -16
- package/dist/components/Breadcrumbs/Breadcrumbs.module.css.js.map +0 -1
- package/dist/components/Button/Button.module.css.cjs +0 -2
- package/dist/components/Button/Button.module.css.cjs.map +0 -1
- package/dist/components/Button/Button.module.css.js +0 -50
- package/dist/components/Button/Button.module.css.js.map +0 -1
- package/dist/components/Calendar/Calendar.module.css.cjs +0 -2
- package/dist/components/Calendar/Calendar.module.css.cjs.map +0 -1
- package/dist/components/Calendar/Calendar.module.css.js +0 -28
- package/dist/components/Calendar/Calendar.module.css.js.map +0 -1
- package/dist/components/Card/Card.module.css.cjs +0 -2
- package/dist/components/Card/Card.module.css.cjs.map +0 -1
- package/dist/components/Card/Card.module.css.js +0 -28
- package/dist/components/Card/Card.module.css.js.map +0 -1
- package/dist/components/Carousel/Carousel.module.css.cjs +0 -2
- package/dist/components/Carousel/Carousel.module.css.cjs.map +0 -1
- package/dist/components/Carousel/Carousel.module.css.js +0 -26
- package/dist/components/Carousel/Carousel.module.css.js.map +0 -1
- package/dist/components/Center/Center.module.css.cjs +0 -2
- package/dist/components/Center/Center.module.css.cjs.map +0 -1
- package/dist/components/Center/Center.module.css.js +0 -14
- package/dist/components/Center/Center.module.css.js.map +0 -1
- package/dist/components/Checkbox/Checkbox.module.css.cjs +0 -2
- package/dist/components/Checkbox/Checkbox.module.css.cjs.map +0 -1
- package/dist/components/Checkbox/Checkbox.module.css.js +0 -20
- package/dist/components/Checkbox/Checkbox.module.css.js.map +0 -1
- package/dist/components/ChipInput/ChipInput.module.css.cjs +0 -2
- package/dist/components/ChipInput/ChipInput.module.css.cjs.map +0 -1
- package/dist/components/ChipInput/ChipInput.module.css.js +0 -24
- package/dist/components/ChipInput/ChipInput.module.css.js.map +0 -1
- package/dist/components/Collapsible/Collapsible.module.css.cjs +0 -2
- package/dist/components/Collapsible/Collapsible.module.css.cjs.map +0 -1
- package/dist/components/Collapsible/Collapsible.module.css.js +0 -12
- package/dist/components/Collapsible/Collapsible.module.css.js.map +0 -1
- package/dist/components/Combobox/Combobox.module.css.cjs +0 -2
- package/dist/components/Combobox/Combobox.module.css.cjs.map +0 -1
- package/dist/components/Combobox/Combobox.module.css.js +0 -32
- package/dist/components/Combobox/Combobox.module.css.js.map +0 -1
- package/dist/components/Command/Command.module.css.cjs +0 -2
- package/dist/components/Command/Command.module.css.cjs.map +0 -1
- package/dist/components/Command/Command.module.css.js +0 -34
- package/dist/components/Command/Command.module.css.js.map +0 -1
- package/dist/components/ContextMenu/ContextMenu.module.css.cjs +0 -2
- package/dist/components/ContextMenu/ContextMenu.module.css.cjs.map +0 -1
- package/dist/components/ContextMenu/ContextMenu.module.css.js +0 -18
- package/dist/components/ContextMenu/ContextMenu.module.css.js.map +0 -1
- package/dist/components/CopyButton/CopyButton.module.css.cjs +0 -2
- package/dist/components/CopyButton/CopyButton.module.css.cjs.map +0 -1
- package/dist/components/CopyButton/CopyButton.module.css.js +0 -10
- package/dist/components/CopyButton/CopyButton.module.css.js.map +0 -1
- package/dist/components/DataList/DataList.module.css.cjs +0 -2
- package/dist/components/DataList/DataList.module.css.cjs.map +0 -1
- package/dist/components/DataList/DataList.module.css.js +0 -10
- package/dist/components/DataList/DataList.module.css.js.map +0 -1
- package/dist/components/DataTable/DataTable.module.css.cjs +0 -2
- package/dist/components/DataTable/DataTable.module.css.cjs.map +0 -1
- package/dist/components/DataTable/DataTable.module.css.js +0 -14
- package/dist/components/DataTable/DataTable.module.css.js.map +0 -1
- package/dist/components/DateRangePicker/DateRangePicker.module.css.cjs +0 -2
- package/dist/components/DateRangePicker/DateRangePicker.module.css.cjs.map +0 -1
- package/dist/components/DateRangePicker/DateRangePicker.module.css.js +0 -40
- package/dist/components/DateRangePicker/DateRangePicker.module.css.js.map +0 -1
- package/dist/components/DescriptionList/DescriptionList.module.css.cjs +0 -2
- package/dist/components/DescriptionList/DescriptionList.module.css.cjs.map +0 -1
- package/dist/components/DescriptionList/DescriptionList.module.css.js +0 -12
- package/dist/components/DescriptionList/DescriptionList.module.css.js.map +0 -1
- package/dist/components/Divider/Divider.module.css.cjs +0 -2
- package/dist/components/Divider/Divider.module.css.cjs.map +0 -1
- package/dist/components/Divider/Divider.module.css.js +0 -20
- package/dist/components/Divider/Divider.module.css.js.map +0 -1
- package/dist/components/Drawer/Drawer.module.css.cjs +0 -2
- package/dist/components/Drawer/Drawer.module.css.cjs.map +0 -1
- package/dist/components/Drawer/Drawer.module.css.js +0 -42
- package/dist/components/Drawer/Drawer.module.css.js.map +0 -1
- package/dist/components/DropdownMenu/DropdownMenu.module.css.cjs +0 -2
- package/dist/components/DropdownMenu/DropdownMenu.module.css.cjs.map +0 -1
- package/dist/components/DropdownMenu/DropdownMenu.module.css.js +0 -28
- package/dist/components/DropdownMenu/DropdownMenu.module.css.js.map +0 -1
- package/dist/components/Dropzone/Dropzone.module.css.cjs +0 -2
- package/dist/components/Dropzone/Dropzone.module.css.cjs.map +0 -1
- package/dist/components/Dropzone/Dropzone.module.css.js +0 -16
- package/dist/components/Dropzone/Dropzone.module.css.js.map +0 -1
- package/dist/components/EmptyState/EmptyState.module.css.cjs +0 -2
- package/dist/components/EmptyState/EmptyState.module.css.cjs.map +0 -1
- package/dist/components/EmptyState/EmptyState.module.css.js +0 -16
- package/dist/components/EmptyState/EmptyState.module.css.js.map +0 -1
- package/dist/components/ErrorState/ErrorState.module.css.cjs +0 -2
- package/dist/components/ErrorState/ErrorState.module.css.cjs.map +0 -1
- package/dist/components/ErrorState/ErrorState.module.css.js +0 -16
- package/dist/components/ErrorState/ErrorState.module.css.js.map +0 -1
- package/dist/components/ErrorText/ErrorText.module.css.cjs +0 -2
- package/dist/components/ErrorText/ErrorText.module.css.cjs.map +0 -1
- package/dist/components/ErrorText/ErrorText.module.css.js +0 -8
- package/dist/components/ErrorText/ErrorText.module.css.js.map +0 -1
- package/dist/components/FileUpload/FileUpload.module.css.cjs +0 -2
- package/dist/components/FileUpload/FileUpload.module.css.cjs.map +0 -1
- package/dist/components/FileUpload/FileUpload.module.css.js +0 -32
- package/dist/components/FileUpload/FileUpload.module.css.js.map +0 -1
- package/dist/components/FloatingActionButton/FloatingActionButton.module.css.cjs +0 -2
- package/dist/components/FloatingActionButton/FloatingActionButton.module.css.cjs.map +0 -1
- package/dist/components/FloatingActionButton/FloatingActionButton.module.css.js +0 -32
- package/dist/components/FloatingActionButton/FloatingActionButton.module.css.js.map +0 -1
- package/dist/components/Form/Form.module.css.cjs +0 -2
- package/dist/components/Form/Form.module.css.cjs.map +0 -1
- package/dist/components/Form/Form.module.css.js +0 -36
- package/dist/components/Form/Form.module.css.js.map +0 -1
- package/dist/components/HoverCard/HoverCard.module.css.cjs +0 -2
- package/dist/components/HoverCard/HoverCard.module.css.cjs.map +0 -1
- package/dist/components/HoverCard/HoverCard.module.css.js +0 -22
- package/dist/components/HoverCard/HoverCard.module.css.js.map +0 -1
- package/dist/components/Image/Image.module.css.cjs +0 -2
- package/dist/components/Image/Image.module.css.cjs.map +0 -1
- package/dist/components/Image/Image.module.css.js +0 -8
- package/dist/components/Image/Image.module.css.js.map +0 -1
- package/dist/components/Input/Input.module.css.cjs +0 -2
- package/dist/components/Input/Input.module.css.cjs.map +0 -1
- package/dist/components/Input/Input.module.css.js +0 -36
- package/dist/components/Input/Input.module.css.js.map +0 -1
- package/dist/components/InstallBanner/InstallBanner.module.css.cjs +0 -2
- package/dist/components/InstallBanner/InstallBanner.module.css.cjs.map +0 -1
- package/dist/components/InstallBanner/InstallBanner.module.css.js +0 -18
- package/dist/components/InstallBanner/InstallBanner.module.css.js.map +0 -1
- package/dist/components/Kbd/Kbd.module.css.cjs +0 -2
- package/dist/components/Kbd/Kbd.module.css.cjs.map +0 -1
- package/dist/components/Kbd/Kbd.module.css.js +0 -14
- package/dist/components/Kbd/Kbd.module.css.js.map +0 -1
- package/dist/components/Label/Label.module.css.cjs +0 -2
- package/dist/components/Label/Label.module.css.cjs.map +0 -1
- package/dist/components/Label/Label.module.css.js +0 -10
- package/dist/components/Label/Label.module.css.js.map +0 -1
- package/dist/components/Layout/Layout.module.css.cjs +0 -2
- package/dist/components/Layout/Layout.module.css.cjs.map +0 -1
- package/dist/components/Layout/Layout.module.css.js +0 -44
- package/dist/components/Layout/Layout.module.css.js.map +0 -1
- package/dist/components/ListTile/ListTile.module.css.cjs +0 -2
- package/dist/components/ListTile/ListTile.module.css.cjs.map +0 -1
- package/dist/components/ListTile/ListTile.module.css.js +0 -24
- package/dist/components/ListTile/ListTile.module.css.js.map +0 -1
- package/dist/components/Menubar/Menubar.module.css.cjs +0 -2
- package/dist/components/Menubar/Menubar.module.css.cjs.map +0 -1
- package/dist/components/Menubar/Menubar.module.css.js +0 -24
- package/dist/components/Menubar/Menubar.module.css.js.map +0 -1
- package/dist/components/Modal/Modal.module.css.cjs +0 -2
- package/dist/components/Modal/Modal.module.css.cjs.map +0 -1
- package/dist/components/Modal/Modal.module.css.js +0 -40
- package/dist/components/Modal/Modal.module.css.js.map +0 -1
- package/dist/components/ModalsManager/ModalsManager.module.css.cjs +0 -2
- package/dist/components/ModalsManager/ModalsManager.module.css.cjs.map +0 -1
- package/dist/components/ModalsManager/ModalsManager.module.css.js +0 -8
- package/dist/components/ModalsManager/ModalsManager.module.css.js.map +0 -1
- package/dist/components/MultiSelect/MultiSelect.module.css.cjs +0 -2
- package/dist/components/MultiSelect/MultiSelect.module.css.cjs.map +0 -1
- package/dist/components/MultiSelect/MultiSelect.module.css.js +0 -38
- package/dist/components/MultiSelect/MultiSelect.module.css.js.map +0 -1
- package/dist/components/NProgress/NProgress.module.css.cjs +0 -2
- package/dist/components/NProgress/NProgress.module.css.cjs.map +0 -1
- package/dist/components/NProgress/NProgress.module.css.js +0 -8
- package/dist/components/NProgress/NProgress.module.css.js.map +0 -1
- package/dist/components/Navbar/Navbar.module.css.cjs +0 -2
- package/dist/components/Navbar/Navbar.module.css.cjs.map +0 -1
- package/dist/components/Navbar/Navbar.module.css.js +0 -24
- package/dist/components/Navbar/Navbar.module.css.js.map +0 -1
- package/dist/components/NavigationMenu/NavigationMenu.module.css.cjs +0 -2
- package/dist/components/NavigationMenu/NavigationMenu.module.css.cjs.map +0 -1
- package/dist/components/NavigationMenu/NavigationMenu.module.css.js +0 -20
- package/dist/components/NavigationMenu/NavigationMenu.module.css.js.map +0 -1
- package/dist/components/NavigationRail/NavigationRail.module.css.cjs +0 -2
- package/dist/components/NavigationRail/NavigationRail.module.css.cjs.map +0 -1
- package/dist/components/NavigationRail/NavigationRail.module.css.js +0 -26
- package/dist/components/NavigationRail/NavigationRail.module.css.js.map +0 -1
- package/dist/components/OfflineIndicator/OfflineIndicator.module.css.cjs +0 -2
- package/dist/components/OfflineIndicator/OfflineIndicator.module.css.cjs.map +0 -1
- package/dist/components/OfflineIndicator/OfflineIndicator.module.css.js +0 -18
- package/dist/components/OfflineIndicator/OfflineIndicator.module.css.js.map +0 -1
- package/dist/components/Page/Page.module.css.cjs +0 -2
- package/dist/components/Page/Page.module.css.cjs.map +0 -1
- package/dist/components/Page/Page.module.css.js +0 -28
- package/dist/components/Page/Page.module.css.js.map +0 -1
- package/dist/components/Pagination/Pagination.module.css.cjs +0 -2
- package/dist/components/Pagination/Pagination.module.css.cjs.map +0 -1
- package/dist/components/Pagination/Pagination.module.css.js +0 -22
- package/dist/components/Pagination/Pagination.module.css.js.map +0 -1
- package/dist/components/PasswordInput/PasswordInput.module.css.cjs +0 -2
- package/dist/components/PasswordInput/PasswordInput.module.css.cjs.map +0 -1
- package/dist/components/PasswordInput/PasswordInput.module.css.js +0 -44
- package/dist/components/PasswordInput/PasswordInput.module.css.js.map +0 -1
- package/dist/components/PinInput/PinInput.module.css.cjs +0 -2
- package/dist/components/PinInput/PinInput.module.css.cjs.map +0 -1
- package/dist/components/PinInput/PinInput.module.css.js +0 -26
- package/dist/components/PinInput/PinInput.module.css.js.map +0 -1
- package/dist/components/Popover/Popover.module.css.cjs +0 -2
- package/dist/components/Popover/Popover.module.css.cjs.map +0 -1
- package/dist/components/Popover/Popover.module.css.js +0 -20
- package/dist/components/Popover/Popover.module.css.js.map +0 -1
- package/dist/components/Progress/Progress.module.css.cjs +0 -2
- package/dist/components/Progress/Progress.module.css.cjs.map +0 -1
- package/dist/components/Progress/Progress.module.css.js +0 -24
- package/dist/components/Progress/Progress.module.css.js.map +0 -1
- package/dist/components/Radio/Radio.module.css.cjs +0 -2
- package/dist/components/Radio/Radio.module.css.cjs.map +0 -1
- package/dist/components/Radio/Radio.module.css.js +0 -24
- package/dist/components/Radio/Radio.module.css.js.map +0 -1
- package/dist/components/RangeSlider/RangeSlider.module.css.cjs +0 -2
- package/dist/components/RangeSlider/RangeSlider.module.css.cjs.map +0 -1
- package/dist/components/RangeSlider/RangeSlider.module.css.js +0 -22
- package/dist/components/RangeSlider/RangeSlider.module.css.js.map +0 -1
- package/dist/components/RatingStars/RatingStars.module.css.cjs +0 -2
- package/dist/components/RatingStars/RatingStars.module.css.cjs.map +0 -1
- package/dist/components/RatingStars/RatingStars.module.css.js +0 -22
- package/dist/components/RatingStars/RatingStars.module.css.js.map +0 -1
- package/dist/components/RefreshIndicator/RefreshIndicator.module.css.cjs +0 -2
- package/dist/components/RefreshIndicator/RefreshIndicator.module.css.cjs.map +0 -1
- package/dist/components/RefreshIndicator/RefreshIndicator.module.css.js +0 -14
- package/dist/components/RefreshIndicator/RefreshIndicator.module.css.js.map +0 -1
- package/dist/components/Resizable/Resizable.module.css.cjs +0 -2
- package/dist/components/Resizable/Resizable.module.css.cjs.map +0 -1
- package/dist/components/Resizable/Resizable.module.css.js +0 -18
- package/dist/components/Resizable/Resizable.module.css.js.map +0 -1
- package/dist/components/SafeArea/SafeArea.module.css.cjs +0 -2
- package/dist/components/SafeArea/SafeArea.module.css.cjs.map +0 -1
- package/dist/components/SafeArea/SafeArea.module.css.js +0 -18
- package/dist/components/SafeArea/SafeArea.module.css.js.map +0 -1
- package/dist/components/ScrollArea/ScrollArea.module.css.cjs +0 -2
- package/dist/components/ScrollArea/ScrollArea.module.css.cjs.map +0 -1
- package/dist/components/ScrollArea/ScrollArea.module.css.js +0 -8
- package/dist/components/ScrollArea/ScrollArea.module.css.js.map +0 -1
- package/dist/components/SearchBar/SearchBar.module.css.cjs +0 -2
- package/dist/components/SearchBar/SearchBar.module.css.cjs.map +0 -1
- package/dist/components/SearchBar/SearchBar.module.css.js +0 -14
- package/dist/components/SearchBar/SearchBar.module.css.js.map +0 -1
- package/dist/components/SegmentedControl/SegmentedControl.module.css.cjs +0 -2
- package/dist/components/SegmentedControl/SegmentedControl.module.css.cjs.map +0 -1
- package/dist/components/SegmentedControl/SegmentedControl.module.css.js +0 -24
- package/dist/components/SegmentedControl/SegmentedControl.module.css.js.map +0 -1
- package/dist/components/Select/Select.module.css.cjs +0 -2
- package/dist/components/Select/Select.module.css.cjs.map +0 -1
- package/dist/components/Select/Select.module.css.js +0 -24
- package/dist/components/Select/Select.module.css.js.map +0 -1
- package/dist/components/Sidebar/Sidebar.module.css.cjs +0 -2
- package/dist/components/Sidebar/Sidebar.module.css.cjs.map +0 -1
- package/dist/components/Sidebar/Sidebar.module.css.js +0 -26
- package/dist/components/Sidebar/Sidebar.module.css.js.map +0 -1
- package/dist/components/Skeleton/Skeleton.module.css.cjs +0 -2
- package/dist/components/Skeleton/Skeleton.module.css.cjs.map +0 -1
- package/dist/components/Skeleton/Skeleton.module.css.js +0 -12
- package/dist/components/Skeleton/Skeleton.module.css.js.map +0 -1
- package/dist/components/Slider/Slider.module.css.cjs +0 -2
- package/dist/components/Slider/Slider.module.css.cjs.map +0 -1
- package/dist/components/Slider/Slider.module.css.js +0 -22
- package/dist/components/Slider/Slider.module.css.js.map +0 -1
- package/dist/components/Spacer/Spacer.module.css.cjs +0 -2
- package/dist/components/Spacer/Spacer.module.css.cjs.map +0 -1
- package/dist/components/Spacer/Spacer.module.css.js +0 -14
- package/dist/components/Spacer/Spacer.module.css.js.map +0 -1
- package/dist/components/Spinner/Spinner.module.css.cjs +0 -2
- package/dist/components/Spinner/Spinner.module.css.cjs.map +0 -1
- package/dist/components/Spinner/Spinner.module.css.js +0 -26
- package/dist/components/Spinner/Spinner.module.css.js.map +0 -1
- package/dist/components/Stat/Stat.module.css.cjs +0 -2
- package/dist/components/Stat/Stat.module.css.cjs.map +0 -1
- package/dist/components/Stat/Stat.module.css.js +0 -28
- package/dist/components/Stat/Stat.module.css.js.map +0 -1
- package/dist/components/Stepper/Stepper.module.css.cjs +0 -2
- package/dist/components/Stepper/Stepper.module.css.cjs.map +0 -1
- package/dist/components/Stepper/Stepper.module.css.js +0 -22
- package/dist/components/Stepper/Stepper.module.css.js.map +0 -1
- package/dist/components/StepperInput/StepperInput.module.css.cjs +0 -2
- package/dist/components/StepperInput/StepperInput.module.css.cjs.map +0 -1
- package/dist/components/StepperInput/StepperInput.module.css.js +0 -24
- package/dist/components/StepperInput/StepperInput.module.css.js.map +0 -1
- package/dist/components/Switch/Switch.module.css.cjs +0 -2
- package/dist/components/Switch/Switch.module.css.cjs.map +0 -1
- package/dist/components/Switch/Switch.module.css.js +0 -18
- package/dist/components/Switch/Switch.module.css.js.map +0 -1
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.css.cjs +0 -2
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.css.cjs.map +0 -1
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.css.js +0 -28
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.css.js.map +0 -1
- package/dist/components/Table/Table.module.css.cjs +0 -2
- package/dist/components/Table/Table.module.css.cjs.map +0 -1
- package/dist/components/Table/Table.module.css.js +0 -34
- package/dist/components/Table/Table.module.css.js.map +0 -1
- package/dist/components/Tabs/Tabs.module.css.cjs +0 -2
- package/dist/components/Tabs/Tabs.module.css.cjs.map +0 -1
- package/dist/components/Tabs/Tabs.module.css.js +0 -16
- package/dist/components/Tabs/Tabs.module.css.js.map +0 -1
- package/dist/components/Tag/Tag.module.css.cjs +0 -2
- package/dist/components/Tag/Tag.module.css.cjs.map +0 -1
- package/dist/components/Tag/Tag.module.css.js +0 -30
- package/dist/components/Tag/Tag.module.css.js.map +0 -1
- package/dist/components/Textarea/Textarea.module.css.cjs +0 -2
- package/dist/components/Textarea/Textarea.module.css.cjs.map +0 -1
- package/dist/components/Textarea/Textarea.module.css.js +0 -20
- package/dist/components/Textarea/Textarea.module.css.js.map +0 -1
- package/dist/components/TimePicker/TimePicker.module.css.cjs +0 -2
- package/dist/components/TimePicker/TimePicker.module.css.cjs.map +0 -1
- package/dist/components/TimePicker/TimePicker.module.css.js +0 -24
- package/dist/components/TimePicker/TimePicker.module.css.js.map +0 -1
- package/dist/components/Timeline/Timeline.module.css.cjs +0 -2
- package/dist/components/Timeline/Timeline.module.css.cjs.map +0 -1
- package/dist/components/Timeline/Timeline.module.css.js +0 -36
- package/dist/components/Timeline/Timeline.module.css.js.map +0 -1
- package/dist/components/Toast/Toast.module.css.cjs +0 -2
- package/dist/components/Toast/Toast.module.css.cjs.map +0 -1
- package/dist/components/Toast/Toast.module.css.js +0 -38
- package/dist/components/Toast/Toast.module.css.js.map +0 -1
- package/dist/components/Toggle/Toggle.module.css.cjs +0 -2
- package/dist/components/Toggle/Toggle.module.css.cjs.map +0 -1
- package/dist/components/Toggle/Toggle.module.css.js +0 -18
- package/dist/components/Toggle/Toggle.module.css.js.map +0 -1
- package/dist/components/ToggleGroup/ToggleGroup.module.css.cjs +0 -2
- package/dist/components/ToggleGroup/ToggleGroup.module.css.cjs.map +0 -1
- package/dist/components/ToggleGroup/ToggleGroup.module.css.js +0 -12
- package/dist/components/ToggleGroup/ToggleGroup.module.css.js.map +0 -1
- package/dist/components/Tooltip/Tooltip.module.css.cjs +0 -2
- package/dist/components/Tooltip/Tooltip.module.css.cjs.map +0 -1
- package/dist/components/Tooltip/Tooltip.module.css.js +0 -20
- package/dist/components/Tooltip/Tooltip.module.css.js.map +0 -1
- package/dist/components/TruncateText/TruncateText.module.css.cjs +0 -2
- package/dist/components/TruncateText/TruncateText.module.css.cjs.map +0 -1
- package/dist/components/TruncateText/TruncateText.module.css.js +0 -8
- package/dist/components/TruncateText/TruncateText.module.css.js.map +0 -1
- package/dist/components/UpdatePrompt/UpdatePrompt.module.css.cjs +0 -2
- package/dist/components/UpdatePrompt/UpdatePrompt.module.css.cjs.map +0 -1
- package/dist/components/UpdatePrompt/UpdatePrompt.module.css.js +0 -20
- package/dist/components/UpdatePrompt/UpdatePrompt.module.css.js.map +0 -1
- package/dist/components/VirtualList/VirtualList.module.css.cjs +0 -2
- package/dist/components/VirtualList/VirtualList.module.css.cjs.map +0 -1
- package/dist/components/VirtualList/VirtualList.module.css.js +0 -12
- package/dist/components/VirtualList/VirtualList.module.css.js.map +0 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.module.css.cjs +0 -2
- package/dist/components/VisuallyHidden/VisuallyHidden.module.css.cjs.map +0 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.module.css.js +0 -8
- package/dist/components/VisuallyHidden/VisuallyHidden.module.css.js.map +0 -1
- package/dist/editor/RichTextEditor.module.css.cjs +0 -2
- package/dist/editor/RichTextEditor.module.css.cjs.map +0 -1
- package/dist/editor/RichTextEditor.module.css.js +0 -18
- package/dist/editor/RichTextEditor.module.css.js.map +0 -1
- package/dist/editor.cjs.map +0 -1
- package/dist/editor.js.map +0 -1
- package/dist/geo/TrajectoryMap.module.css.cjs +0 -2
- package/dist/geo/TrajectoryMap.module.css.cjs.map +0 -1
- package/dist/geo/TrajectoryMap.module.css.js +0 -30
- package/dist/geo/TrajectoryMap.module.css.js.map +0 -1
- package/dist/sw.cjs.map +0 -1
- package/dist/sw.js.map +0 -1
- package/dist/tempest-react-sdk.cjs.map +0 -1
- package/dist/tempest-react-sdk.js.map +0 -1
- package/dist/testing.cjs.map +0 -1
- package/dist/testing.js.map +0 -1
- package/dist/vision.cjs.map +0 -1
- package/dist/vision.js.map +0 -1
- package/dist/vite.cjs.map +0 -1
- 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
|
|
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
|
|
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
|
|
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
|
|
40
|
-
import { MemoryRouter } from 'react-router
|
|
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
|
|
44
|
-
import { NavigateOptions } from 'react-router
|
|
45
|
-
import { NavLink } from 'react-router
|
|
46
|
-
import { Outlet } from 'react-router
|
|
47
|
-
import { Params } from 'react-router
|
|
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
|
|
56
|
+
import { redirect } from 'react-router';
|
|
58
57
|
import { RefAttributes } from 'react';
|
|
59
58
|
import { RefObject } from 'react';
|
|
60
|
-
import { Route } from 'react-router
|
|
61
|
-
import { Routes } from 'react-router
|
|
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
|
|
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
|
|
86
|
-
import { useMatch } from 'react-router
|
|
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
|
|
90
|
-
import { useParams } from 'react-router
|
|
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
|
|
94
|
-
import { useSearchParams } from 'react-router
|
|
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';
|
|
@@ -305,6 +304,41 @@ export declare interface AppBarProps extends Omit<HTMLAttributes<HTMLElement>, "
|
|
|
305
304
|
|
|
306
305
|
export declare type AppBarTone = "surface" | "primary" | "transparent";
|
|
307
306
|
|
|
307
|
+
/**
|
|
308
|
+
* Install a generated theme (or raw CSS) into the document.
|
|
309
|
+
*
|
|
310
|
+
* Safe to call outside a browser: with no `document` it is a no-op returning a
|
|
311
|
+
* no-op disposer, so app bootstrap code does not need a `typeof window` guard.
|
|
312
|
+
*
|
|
313
|
+
* @param theme - A {@link GeneratedTheme} from `createTheme`, or CSS text.
|
|
314
|
+
* @param options - Style element id and mount target.
|
|
315
|
+
* @returns A function that removes the injected `<style>` element.
|
|
316
|
+
*
|
|
317
|
+
* @example
|
|
318
|
+
* ```ts
|
|
319
|
+
* import { applyTheme, createTheme, themePresets } from "tempest-react-sdk";
|
|
320
|
+
*
|
|
321
|
+
* const dispose = applyTheme(createTheme(themePresets.violet));
|
|
322
|
+
* // later: dispose();
|
|
323
|
+
* ```
|
|
324
|
+
*/
|
|
325
|
+
export declare function applyTheme(theme: GeneratedTheme | string, options?: ApplyThemeOptions): () => void;
|
|
326
|
+
|
|
327
|
+
/** Options for {@link applyTheme}. */
|
|
328
|
+
export declare interface ApplyThemeOptions {
|
|
329
|
+
/**
|
|
330
|
+
* `id` of the managed `<style>` element. Reusing the same id replaces the
|
|
331
|
+
* previous theme; a distinct id lets two themes coexist (e.g. a scoped
|
|
332
|
+
* preview under its own selector). Default `"tempest-theme"`.
|
|
333
|
+
*/
|
|
334
|
+
id?: string;
|
|
335
|
+
/**
|
|
336
|
+
* Node the `<style>` is appended to. Default `document.head`. Pass a shadow
|
|
337
|
+
* root to theme a single web component.
|
|
338
|
+
*/
|
|
339
|
+
target?: Document | ShadowRoot | HTMLElement;
|
|
340
|
+
}
|
|
341
|
+
|
|
308
342
|
/**
|
|
309
343
|
* Compose the Tempest app-wide providers in one place: error boundary →
|
|
310
344
|
* TanStack Query → theme → i18n. Query and theme are on by default; i18n and
|
|
@@ -499,6 +533,55 @@ export declare interface AuthState<TUser> {
|
|
|
499
533
|
*/
|
|
500
534
|
export declare function Avatar({ src, alt, name, size, status, className, onClick, }: AvatarProps): JSX.Element;
|
|
501
535
|
|
|
536
|
+
/**
|
|
537
|
+
* Overlapping row of avatars with a `+N` overflow chip — participants of a
|
|
538
|
+
* meeting, assignees of a task, members of a team.
|
|
539
|
+
*
|
|
540
|
+
* The whole row is one `role="group"` with a single accessible name, and each
|
|
541
|
+
* avatar's name is exposed as its label. That is deliberate: announcing seven
|
|
542
|
+
* separate images with no relation between them is noise, and the overflow chip
|
|
543
|
+
* carries the remaining count so the total is never hidden from a screen reader.
|
|
544
|
+
*
|
|
545
|
+
* @example
|
|
546
|
+
* ```tsx
|
|
547
|
+
* <AvatarGroup
|
|
548
|
+
* label="Participantes"
|
|
549
|
+
* max={3}
|
|
550
|
+
* items={[
|
|
551
|
+
* { name: "Ada Lovelace", src: ada },
|
|
552
|
+
* { name: "Grace Hopper" },
|
|
553
|
+
* { name: "Alan Turing" },
|
|
554
|
+
* { name: "Edsger Dijkstra" },
|
|
555
|
+
* ]}
|
|
556
|
+
* onOverflowClick={() => setDrawerOpen(true)}
|
|
557
|
+
* />
|
|
558
|
+
* ```
|
|
559
|
+
*/
|
|
560
|
+
export declare function AvatarGroup({ items, max, size, label, onOverflowClick, className, }: AvatarGroupProps): JSX.Element;
|
|
561
|
+
|
|
562
|
+
/** One participant of the group. */
|
|
563
|
+
export declare interface AvatarGroupItem {
|
|
564
|
+
/** Image URL. Falls back to initials from `name`. */
|
|
565
|
+
src?: string;
|
|
566
|
+
/** Full name — drives the initials and the accessible label. */
|
|
567
|
+
name: string;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
export declare interface AvatarGroupProps {
|
|
571
|
+
items: AvatarGroupItem[];
|
|
572
|
+
/** How many avatars to show before collapsing into `+N`. Default `4`. */
|
|
573
|
+
max?: number;
|
|
574
|
+
size?: AvatarSize;
|
|
575
|
+
/** Accessible name of the group, e.g. `"Participantes"`. */
|
|
576
|
+
label?: string;
|
|
577
|
+
/**
|
|
578
|
+
* Called when the `+N` chip is activated — a natural hook for "see all
|
|
579
|
+
* participants". Without it the chip is plain text and not focusable.
|
|
580
|
+
*/
|
|
581
|
+
onOverflowClick?: () => void;
|
|
582
|
+
className?: string;
|
|
583
|
+
}
|
|
584
|
+
|
|
502
585
|
export declare interface AvatarProps {
|
|
503
586
|
src?: string;
|
|
504
587
|
alt?: string;
|
|
@@ -985,8 +1068,8 @@ export declare interface CenterProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
985
1068
|
}
|
|
986
1069
|
|
|
987
1070
|
export declare const CEPInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
|
|
988
|
-
value: string;
|
|
989
|
-
onChange: (value: string) => void;
|
|
1071
|
+
value: string;
|
|
1072
|
+
onChange: (value: string) => void;
|
|
990
1073
|
} & RefAttributes<HTMLInputElement>>;
|
|
991
1074
|
|
|
992
1075
|
/**
|
|
@@ -1106,8 +1189,8 @@ export declare interface ClickOutsideProps extends HTMLAttributes<HTMLDivElement
|
|
|
1106
1189
|
export declare function cn(...values: ClassValue[]): string;
|
|
1107
1190
|
|
|
1108
1191
|
export declare const CNPJInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
|
|
1109
|
-
value: string;
|
|
1110
|
-
onChange: (value: string) => void;
|
|
1192
|
+
value: string;
|
|
1193
|
+
onChange: (value: string) => void;
|
|
1111
1194
|
} & RefAttributes<HTMLInputElement>>;
|
|
1112
1195
|
|
|
1113
1196
|
/**
|
|
@@ -1135,6 +1218,9 @@ export declare interface CollapsibleProps extends HTMLAttributes<HTMLDivElement>
|
|
|
1135
1218
|
children: ReactNode;
|
|
1136
1219
|
}
|
|
1137
1220
|
|
|
1221
|
+
/** A generated tint scale, keyed by step. */
|
|
1222
|
+
export declare type ColorScale = Record<ScaleStep, string>;
|
|
1223
|
+
|
|
1138
1224
|
/**
|
|
1139
1225
|
* Combobox — text input with a filterable dropdown of options.
|
|
1140
1226
|
*
|
|
@@ -1312,6 +1398,9 @@ export declare interface ContextMenuProps {
|
|
|
1312
1398
|
className?: string;
|
|
1313
1399
|
}
|
|
1314
1400
|
|
|
1401
|
+
/** WCAG 2.x contrast ratio between two hex colors, from `1` to `21`. */
|
|
1402
|
+
export declare function contrastRatio(a: string, b: string): number;
|
|
1403
|
+
|
|
1315
1404
|
export { Control }
|
|
1316
1405
|
|
|
1317
1406
|
export { Controller }
|
|
@@ -1360,8 +1449,8 @@ export declare interface CounterHandlers {
|
|
|
1360
1449
|
}
|
|
1361
1450
|
|
|
1362
1451
|
export declare const CPFInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
|
|
1363
|
-
value: string;
|
|
1364
|
-
onChange: (value: string) => void;
|
|
1452
|
+
value: string;
|
|
1453
|
+
onChange: (value: string) => void;
|
|
1365
1454
|
} & RefAttributes<HTMLInputElement>>;
|
|
1366
1455
|
|
|
1367
1456
|
/**
|
|
@@ -1388,18 +1477,18 @@ export declare function createAudioPlayer(): AudioPlayer;
|
|
|
1388
1477
|
* const useAuthStore = createAuthStore<UserResponse>();
|
|
1389
1478
|
* const { user, token, logout } = useAuthStore();
|
|
1390
1479
|
*/
|
|
1391
|
-
export declare function createAuthStore<TUser>(options?: CreateAuthStoreOptions<TUser>): UseBoundStore<Omit<StoreApi<AuthState<TUser>>, "setState" | "persist"> & {
|
|
1392
|
-
setState(partial: AuthState<TUser> | Partial<AuthState<TUser>> | ((state: AuthState<TUser>) => AuthState<TUser> | Partial<AuthState<TUser>>), replace?: false | undefined): unknown;
|
|
1393
|
-
setState(state: AuthState<TUser> | ((state: AuthState<TUser>) => AuthState<TUser>), replace: true): unknown;
|
|
1394
|
-
persist: {
|
|
1395
|
-
setOptions: (options: Partial<PersistOptions<AuthState<TUser>, unknown, unknown>>) => void;
|
|
1396
|
-
clearStorage: () => void;
|
|
1397
|
-
rehydrate: () => Promise<void> | void;
|
|
1398
|
-
hasHydrated: () => boolean;
|
|
1399
|
-
onHydrate: (fn: (state: AuthState<TUser>) => void) => () => void;
|
|
1400
|
-
onFinishHydration: (fn: (state: AuthState<TUser>) => void) => () => void;
|
|
1401
|
-
getOptions: () => Partial<PersistOptions<AuthState<TUser>, unknown, unknown>>;
|
|
1402
|
-
};
|
|
1480
|
+
export declare function createAuthStore<TUser>(options?: CreateAuthStoreOptions<TUser>): UseBoundStore<Omit< StoreApi<AuthState<TUser>>, "setState" | "persist"> & {
|
|
1481
|
+
setState(partial: AuthState<TUser> | Partial<AuthState<TUser>> | ((state: AuthState<TUser>) => AuthState<TUser> | Partial<AuthState<TUser>>), replace?: false | undefined): unknown;
|
|
1482
|
+
setState(state: AuthState<TUser> | ((state: AuthState<TUser>) => AuthState<TUser>), replace: true): unknown;
|
|
1483
|
+
persist: {
|
|
1484
|
+
setOptions: (options: Partial< PersistOptions<AuthState<TUser>, unknown, unknown>>) => void;
|
|
1485
|
+
clearStorage: () => void;
|
|
1486
|
+
rehydrate: () => Promise<void> | void;
|
|
1487
|
+
hasHydrated: () => boolean;
|
|
1488
|
+
onHydrate: (fn: (state: AuthState<TUser>) => void) => () => void;
|
|
1489
|
+
onFinishHydration: (fn: (state: AuthState<TUser>) => void) => () => void;
|
|
1490
|
+
getOptions: () => Partial< PersistOptions<AuthState<TUser>, unknown, unknown>>;
|
|
1491
|
+
};
|
|
1403
1492
|
}>;
|
|
1404
1493
|
|
|
1405
1494
|
export declare interface CreateAuthStoreOptions<TUser> {
|
|
@@ -1413,6 +1502,19 @@ export declare interface CreateAuthStoreOptions<TUser> {
|
|
|
1413
1502
|
initialToken?: string | null;
|
|
1414
1503
|
}
|
|
1415
1504
|
|
|
1505
|
+
/**
|
|
1506
|
+
* Build a ten-step tint scale from a single brand color.
|
|
1507
|
+
*
|
|
1508
|
+
* The input color's hue is kept throughout and its chroma sets the intensity of
|
|
1509
|
+
* the whole ramp, so a muted brand color yields a muted scale instead of being
|
|
1510
|
+
* "corrected" into something the brand never approved.
|
|
1511
|
+
*
|
|
1512
|
+
* @param hex - Any hex color (`#abc` or `#aabbcc`), the intended `500` step.
|
|
1513
|
+
* @param mode - `"light"` for a light→dark ramp, `"dark"` for the inverted ramp
|
|
1514
|
+
* used under `[data-tempest-theme="dark"]`.
|
|
1515
|
+
*/
|
|
1516
|
+
export declare function createColorScale(hex: string, mode?: "light" | "dark"): ColorScale;
|
|
1517
|
+
|
|
1416
1518
|
/**
|
|
1417
1519
|
* Create a {@link DataProvider} bound to an {@link ApiClient}.
|
|
1418
1520
|
*
|
|
@@ -1975,6 +2077,60 @@ export declare interface CreateTempestAuthOptions<TUser> {
|
|
|
1975
2077
|
refreshBody?: (refreshToken: string | null) => unknown;
|
|
1976
2078
|
}
|
|
1977
2079
|
|
|
2080
|
+
/**
|
|
2081
|
+
* Generate `--tempest-*` overrides from a small brand description.
|
|
2082
|
+
*
|
|
2083
|
+
* Only the families you pass are generated; everything else falls through to the
|
|
2084
|
+
* SDK's own tokens, so a theme stays a patch and not a fork of `colors.css`.
|
|
2085
|
+
*
|
|
2086
|
+
* @example
|
|
2087
|
+
* ```ts
|
|
2088
|
+
* import { applyTheme, createTheme } from "tempest-react-sdk";
|
|
2089
|
+
*
|
|
2090
|
+
* const theme = createTheme({
|
|
2091
|
+
* primary: "#7c3aed",
|
|
2092
|
+
* radius: "lg",
|
|
2093
|
+
* chart: ["#7c3aed", "#0ea5e9", "#22c55e", "#f59e0b"],
|
|
2094
|
+
* });
|
|
2095
|
+
*
|
|
2096
|
+
* applyTheme(theme);
|
|
2097
|
+
* ```
|
|
2098
|
+
*
|
|
2099
|
+
* @param options - Brand colors plus optional radius / chart / focus-ring tuning.
|
|
2100
|
+
* @returns The light and dark token maps and the CSS text that carries them.
|
|
2101
|
+
*/
|
|
2102
|
+
export declare function createTheme(options?: CreateThemeOptions): GeneratedTheme;
|
|
2103
|
+
|
|
2104
|
+
/** Input for {@link createTheme}. Every field is optional — omitted families keep the built-in tokens. */
|
|
2105
|
+
export declare interface CreateThemeOptions {
|
|
2106
|
+
/** Brand color, used as the `500` step of the primary scale. */
|
|
2107
|
+
primary?: string;
|
|
2108
|
+
/** Neutral color, used as the `500` step of the gray scale (surfaces, borders, text). */
|
|
2109
|
+
gray?: string;
|
|
2110
|
+
/** Success color (`--tempest-success*`). */
|
|
2111
|
+
success?: string;
|
|
2112
|
+
/** Warning color (`--tempest-warning*`). */
|
|
2113
|
+
warning?: string;
|
|
2114
|
+
/** Danger color (`--tempest-danger*`). */
|
|
2115
|
+
danger?: string;
|
|
2116
|
+
/** Info color (`--tempest-info*`). */
|
|
2117
|
+
info?: string;
|
|
2118
|
+
/**
|
|
2119
|
+
* Categorical series colors for `tempest-react-sdk/charts`, in cycle order.
|
|
2120
|
+
* Written to `--tempest-chart-1` … `--tempest-chart-N`, so charts follow the
|
|
2121
|
+
* theme instead of a hardcoded palette.
|
|
2122
|
+
*/
|
|
2123
|
+
chart?: string[];
|
|
2124
|
+
/** Corner radius scale. A preset name, or explicit per-step values. */
|
|
2125
|
+
radius?: ThemeRadius | Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "2xl", string>>;
|
|
2126
|
+
/** Alpha of `--tempest-focus-ring-color`, derived from the brand color. Default `0.35`. */
|
|
2127
|
+
focusRingAlpha?: number;
|
|
2128
|
+
/** Selector the light tokens are written under. Default `":root"`. */
|
|
2129
|
+
selector?: string;
|
|
2130
|
+
/** Selector the dark tokens are written under. Default `'[data-tempest-theme="dark"]'`. */
|
|
2131
|
+
darkSelector?: string;
|
|
2132
|
+
}
|
|
2133
|
+
|
|
1978
2134
|
/**
|
|
1979
2135
|
* Open a WebSocket with automatic exponential-backoff reconnect, optional
|
|
1980
2136
|
* heartbeat pings, and typed JSON parsing.
|
|
@@ -2000,7 +2156,7 @@ export declare interface CreateWebSocketOptions<T> {
|
|
|
2000
2156
|
*/
|
|
2001
2157
|
pingInterval?: number;
|
|
2002
2158
|
/** Payload sent on each ping. Default: `JSON.stringify({ type: "ping" })`. */
|
|
2003
|
-
pingPayload?: string |
|
|
2159
|
+
pingPayload?: string | Blob | BufferSource;
|
|
2004
2160
|
/** Parse incoming frames. Default: JSON with raw-string fallback. */
|
|
2005
2161
|
parser?: (raw: string) => T;
|
|
2006
2162
|
onOpen?: (event: Event) => void;
|
|
@@ -3069,6 +3225,16 @@ export declare interface ForProps<T> {
|
|
|
3069
3225
|
fallback?: ReactNode;
|
|
3070
3226
|
}
|
|
3071
3227
|
|
|
3228
|
+
/** A generated theme: token maps per color scheme, plus the CSS text that carries them. */
|
|
3229
|
+
export declare interface GeneratedTheme {
|
|
3230
|
+
/** Light-scheme custom properties, without the leading `--`-less names (keys include `--`). */
|
|
3231
|
+
light: Record<string, string>;
|
|
3232
|
+
/** Dark-scheme custom properties. */
|
|
3233
|
+
dark: Record<string, string>;
|
|
3234
|
+
/** Both blocks rendered as CSS, ready for {@link applyTheme} or a stylesheet. */
|
|
3235
|
+
css: string;
|
|
3236
|
+
}
|
|
3237
|
+
|
|
3072
3238
|
/**
|
|
3073
3239
|
* Generate an RFC4122 v4 idempotency key (UUID). Use as the value for an
|
|
3074
3240
|
* `Idempotency-Key` header on POST/PATCH requests that must not run twice.
|
|
@@ -3139,6 +3305,15 @@ export declare interface GetListParams {
|
|
|
3139
3305
|
filters?: DataFilters;
|
|
3140
3306
|
}
|
|
3141
3307
|
|
|
3308
|
+
/**
|
|
3309
|
+
* Look up a preset by name.
|
|
3310
|
+
*
|
|
3311
|
+
* @param name - Preset name.
|
|
3312
|
+
* @returns The preset options, or `undefined` when the name is unknown (so a
|
|
3313
|
+
* value coming from `localStorage` or a query string cannot crash boot).
|
|
3314
|
+
*/
|
|
3315
|
+
export declare function getThemePreset(name: string): CreateThemeOptions | undefined;
|
|
3316
|
+
|
|
3142
3317
|
/**
|
|
3143
3318
|
* Thin wrapper over `@react-oauth/google`'s `<GoogleLogin>` that:
|
|
3144
3319
|
*
|
|
@@ -3259,6 +3434,19 @@ export { HashRouter }
|
|
|
3259
3434
|
*/
|
|
3260
3435
|
export declare function haversineKm(origin: Coordinate, destination: Coordinate): number;
|
|
3261
3436
|
|
|
3437
|
+
/** Convert a hex color to OKLCH. */
|
|
3438
|
+
export declare function hexToOklch(hex: string): Oklch;
|
|
3439
|
+
|
|
3440
|
+
/** Parse a hex color into sRGB channels in the `0`–`1` range. */
|
|
3441
|
+
export declare function hexToRgb(hex: string): {
|
|
3442
|
+
r: number;
|
|
3443
|
+
g: number;
|
|
3444
|
+
b: number;
|
|
3445
|
+
};
|
|
3446
|
+
|
|
3447
|
+
/** Format a hex color as `rgb(r g b / alpha)`, for focus rings and overlays. */
|
|
3448
|
+
export declare function hexToRgbaString(hex: string, alpha: number): string;
|
|
3449
|
+
|
|
3262
3450
|
/** Inverse of `<Show>` — hides children when the condition matches. */
|
|
3263
3451
|
export declare function Hide({ above, below, only, children }: HideProps): ReactNode;
|
|
3264
3452
|
|
|
@@ -3903,6 +4091,67 @@ export declare interface LDClientLike {
|
|
|
3903
4091
|
off?: (event: string, handler: () => void) => void;
|
|
3904
4092
|
}
|
|
3905
4093
|
|
|
4094
|
+
/**
|
|
4095
|
+
* Full-screen image viewer with keyboard navigation.
|
|
4096
|
+
*
|
|
4097
|
+
* `Esc` closes, `←`/`→` walk the gallery, `Home`/`End` jump to the ends. Focus is
|
|
4098
|
+
* trapped inside while open and the page behind is scroll-locked, so the overlay
|
|
4099
|
+
* behaves like the dialog it is instead of a fancy `<div>` the keyboard can escape.
|
|
4100
|
+
*
|
|
4101
|
+
* Only the current image is mounted; neighbours are **preloaded** via `Image()` so
|
|
4102
|
+
* pressing `→` does not flash an empty frame.
|
|
4103
|
+
*
|
|
4104
|
+
* @example
|
|
4105
|
+
* ```tsx
|
|
4106
|
+
* const [open, setOpen] = useState(false);
|
|
4107
|
+
* const [index, setIndex] = useState(0);
|
|
4108
|
+
*
|
|
4109
|
+
* <Lightbox
|
|
4110
|
+
* open={open}
|
|
4111
|
+
* items={photos.map((p) => ({ src: p.url, alt: p.description }))}
|
|
4112
|
+
* index={index}
|
|
4113
|
+
* onIndexChange={setIndex}
|
|
4114
|
+
* onClose={() => setOpen(false)}
|
|
4115
|
+
* />
|
|
4116
|
+
* ```
|
|
4117
|
+
*/
|
|
4118
|
+
export declare function Lightbox({ items, open, index, onIndexChange, onClose, showThumbnails, showCounter, loop, closeLabel, previousLabel, nextLabel, className, }: LightboxProps): JSX.Element | null;
|
|
4119
|
+
|
|
4120
|
+
/** One item of the gallery. */
|
|
4121
|
+
export declare interface LightboxItem {
|
|
4122
|
+
/** Full-size image URL. */
|
|
4123
|
+
src: string;
|
|
4124
|
+
/** Alt text. Required: a gallery of unlabeled images is unusable with a screen reader. */
|
|
4125
|
+
alt: string;
|
|
4126
|
+
/** Caption rendered under the image. */
|
|
4127
|
+
caption?: string;
|
|
4128
|
+
/** Thumbnail URL for the strip. Falls back to `src`. */
|
|
4129
|
+
thumbnail?: string;
|
|
4130
|
+
}
|
|
4131
|
+
|
|
4132
|
+
export declare interface LightboxProps {
|
|
4133
|
+
items: LightboxItem[];
|
|
4134
|
+
/** Whether the overlay is open. */
|
|
4135
|
+
open: boolean;
|
|
4136
|
+
/** Index shown while open. Default `0`. */
|
|
4137
|
+
index?: number;
|
|
4138
|
+
onIndexChange?: (index: number) => void;
|
|
4139
|
+
onClose: () => void;
|
|
4140
|
+
/** Renders the thumbnail strip. Default `true` when there is more than one item. */
|
|
4141
|
+
showThumbnails?: boolean;
|
|
4142
|
+
/** Renders the `3 / 12` counter. Default `true`. */
|
|
4143
|
+
showCounter?: boolean;
|
|
4144
|
+
/**
|
|
4145
|
+
* Wrap around at the ends. Default `true` — in a photo viewer, hitting a dead
|
|
4146
|
+
* end at the last image reads as a bug more often than as a boundary.
|
|
4147
|
+
*/
|
|
4148
|
+
loop?: boolean;
|
|
4149
|
+
closeLabel?: string;
|
|
4150
|
+
previousLabel?: string;
|
|
4151
|
+
nextLabel?: string;
|
|
4152
|
+
className?: string;
|
|
4153
|
+
}
|
|
4154
|
+
|
|
3906
4155
|
export { Link }
|
|
3907
4156
|
|
|
3908
4157
|
export declare interface ListOptions<TItem> {
|
|
@@ -4702,6 +4951,35 @@ export declare interface OffsetParams {
|
|
|
4702
4951
|
ascending?: boolean;
|
|
4703
4952
|
}
|
|
4704
4953
|
|
|
4954
|
+
/**
|
|
4955
|
+
* Color math behind {@link createTheme} — OKLab/OKLCH conversions, tint scale
|
|
4956
|
+
* generation and WCAG contrast picking.
|
|
4957
|
+
*
|
|
4958
|
+
* Everything here is pure and dependency-free: the SDK generates brand ramps at
|
|
4959
|
+
* runtime in the browser, so a color library would be a disproportionate cost
|
|
4960
|
+
* for ~150 lines of well-specified math. OKLCH is used instead of HSL because
|
|
4961
|
+
* HSL lightness is not perceptual — an HSL ramp of a yellow and of a blue at the
|
|
4962
|
+
* same `L` read as wildly different brightness, which is exactly what breaks a
|
|
4963
|
+
* generated palette.
|
|
4964
|
+
*/
|
|
4965
|
+
/** A color in the OKLCH space: perceptual lightness, chroma and hue. */
|
|
4966
|
+
export declare interface Oklch {
|
|
4967
|
+
/** Perceptual lightness, `0` (black) to `1` (white). */
|
|
4968
|
+
l: number;
|
|
4969
|
+
/** Chroma (colorfulness). `0` is gray; sRGB rarely exceeds `~0.37`. */
|
|
4970
|
+
c: number;
|
|
4971
|
+
/** Hue angle in degrees, `0`–`360`. */
|
|
4972
|
+
h: number;
|
|
4973
|
+
}
|
|
4974
|
+
|
|
4975
|
+
/**
|
|
4976
|
+
* Convert OKLCH to a hex color, reducing chroma until the result fits sRGB.
|
|
4977
|
+
*
|
|
4978
|
+
* Lightness and hue are preserved: desaturating is far less noticeable than
|
|
4979
|
+
* shifting either of them, and a naive channel clamp would do both.
|
|
4980
|
+
*/
|
|
4981
|
+
export declare function oklchToHex(color: Oklch): string;
|
|
4982
|
+
|
|
4705
4983
|
/**
|
|
4706
4984
|
* Create a new object with the given `keys` removed from `obj`.
|
|
4707
4985
|
*
|
|
@@ -4786,7 +5064,12 @@ export declare interface OutboxEntry<TPayload = unknown> {
|
|
|
4786
5064
|
op: OutboxOp;
|
|
4787
5065
|
/** Primary key of the record the mutation targets. */
|
|
4788
5066
|
recordId: string;
|
|
4789
|
-
/**
|
|
5067
|
+
/**
|
|
5068
|
+
* Epoch milliseconds when the mutation was queued, and the FIFO sort key for
|
|
5069
|
+
* `listPending()` and the delivery loop. Strictly increasing per engine
|
|
5070
|
+
* instance: entries queued inside the same millisecond are spaced by 1ms so
|
|
5071
|
+
* the order never depends on how the index breaks a tie.
|
|
5072
|
+
*/
|
|
4790
5073
|
enqueuedAt: number;
|
|
4791
5074
|
/** How many delivery attempts have been made so far. */
|
|
4792
5075
|
attempts: number;
|
|
@@ -4958,8 +5241,8 @@ export declare interface PermissionsFromTokenOptions {
|
|
|
4958
5241
|
export declare function persistQueryClientOffline(options: OfflineQueryPersistenceOptions): OfflineQueryPersistence;
|
|
4959
5242
|
|
|
4960
5243
|
export declare const PhoneInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
|
|
4961
|
-
value: string;
|
|
4962
|
-
onChange: (value: string) => void;
|
|
5244
|
+
value: string;
|
|
5245
|
+
onChange: (value: string) => void;
|
|
4963
5246
|
} & RefAttributes<HTMLInputElement>>;
|
|
4964
5247
|
|
|
4965
5248
|
/**
|
|
@@ -5352,6 +5635,29 @@ export declare interface RatingStarsProps {
|
|
|
5352
5635
|
className?: string;
|
|
5353
5636
|
}
|
|
5354
5637
|
|
|
5638
|
+
/**
|
|
5639
|
+
* Pick the readable foreground for a background, by contrast ratio.
|
|
5640
|
+
*
|
|
5641
|
+
* Used for `--tempest-primary-foreground`: a generated brand color can land
|
|
5642
|
+
* anywhere on the lightness axis, and hardcoding white would silently produce
|
|
5643
|
+
* unreadable buttons for light brands (yellow, lime, cyan).
|
|
5644
|
+
*/
|
|
5645
|
+
export declare function readableForeground(background: string, light?: string, dark?: string): string;
|
|
5646
|
+
|
|
5647
|
+
/**
|
|
5648
|
+
* Read a token's computed value from an element (default: `<html>`).
|
|
5649
|
+
*
|
|
5650
|
+
* Useful to bridge CSS tokens into JS that cannot take a `var()` — canvas
|
|
5651
|
+
* drawing, chart libraries that set SVG attributes, `<meta name="theme-color">`.
|
|
5652
|
+
*
|
|
5653
|
+
* @param name - Token name, with or without the leading `--`.
|
|
5654
|
+
* @param element - Element to resolve against. Omit for `document.documentElement`;
|
|
5655
|
+
* an explicit `null` (a ref that has not attached yet) reads nothing rather than
|
|
5656
|
+
* silently falling back to the root, whose value may be a different theme.
|
|
5657
|
+
* @returns The trimmed value, or `""` when unset or outside a browser.
|
|
5658
|
+
*/
|
|
5659
|
+
export declare function readThemeToken(name: string, element?: Element | null): string;
|
|
5660
|
+
|
|
5355
5661
|
export { redirect }
|
|
5356
5662
|
|
|
5357
5663
|
/** Recommended refetch intervals (milliseconds). */
|
|
@@ -5473,6 +5779,9 @@ export declare interface RegisterServiceWorkerOptions {
|
|
|
5473
5779
|
reloadOnActivate?: boolean;
|
|
5474
5780
|
}
|
|
5475
5781
|
|
|
5782
|
+
/** WCAG 2.x relative luminance of a hex color. */
|
|
5783
|
+
export declare function relativeLuminance(hex: string): number;
|
|
5784
|
+
|
|
5476
5785
|
/**
|
|
5477
5786
|
* Render a date as a human-friendly relative-time string (e.g. "5 min atrás")
|
|
5478
5787
|
* inside a semantic `<time>` element with a machine-readable `dateTime`.
|
|
@@ -5636,6 +5945,9 @@ export declare interface RetryOptions {
|
|
|
5636
5945
|
signal?: AbortSignal;
|
|
5637
5946
|
}
|
|
5638
5947
|
|
|
5948
|
+
/** Serialize sRGB channels (`0`–`1`, clamped) back to a `#rrggbb` string. */
|
|
5949
|
+
export declare function rgbToHex(r: number, g: number, b: number): string;
|
|
5950
|
+
|
|
5639
5951
|
export declare interface RoleAccessControlConfig {
|
|
5640
5952
|
/** Permission strings granted directly, regardless of role. */
|
|
5641
5953
|
permissions?: string[];
|
|
@@ -5760,6 +6072,9 @@ export declare interface SafeAreaProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
5760
6072
|
children?: ReactNode;
|
|
5761
6073
|
}
|
|
5762
6074
|
|
|
6075
|
+
/** The ten steps of a Tempest tint scale, lightest to darkest. */
|
|
6076
|
+
export declare type ScaleStep = 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
|
|
6077
|
+
|
|
5763
6078
|
/**
|
|
5764
6079
|
* A styled scroll container that overflows on the chosen axis and renders a
|
|
5765
6080
|
* thin custom scrollbar (WebKit) while staying fully functional in browsers
|
|
@@ -5989,6 +6304,77 @@ export declare interface SidebarProps extends Omit<HTMLAttributes<HTMLElement>,
|
|
|
5989
6304
|
collapsedWidth?: number | string;
|
|
5990
6305
|
}
|
|
5991
6306
|
|
|
6307
|
+
/**
|
|
6308
|
+
* Signature capture on a canvas — the "sign here" field of a delivery receipt,
|
|
6309
|
+
* a service order, a term of acceptance.
|
|
6310
|
+
*
|
|
6311
|
+
* Strokes are kept as point lists and the canvas is **redrawn** from them, which
|
|
6312
|
+
* is what makes `undo` possible at all: a canvas holds pixels, not history, so
|
|
6313
|
+
* removing the last stroke means replaying the rest.
|
|
6314
|
+
*
|
|
6315
|
+
* The backing store is scaled by `devicePixelRatio`, so the line is crisp on a
|
|
6316
|
+
* phone instead of the blurry 1x bitmap a naive canvas produces.
|
|
6317
|
+
*
|
|
6318
|
+
* @example
|
|
6319
|
+
* ```tsx
|
|
6320
|
+
* const pad = useRef<SignaturePadHandle>(null);
|
|
6321
|
+
* const [empty, setEmpty] = useState(true);
|
|
6322
|
+
*
|
|
6323
|
+
* async function submit() {
|
|
6324
|
+
* const blob = await pad.current?.toBlob("image/png");
|
|
6325
|
+
* if (blob) await api.upload("/receipts/42/signature", blob);
|
|
6326
|
+
* }
|
|
6327
|
+
*
|
|
6328
|
+
* <SignaturePad ref={pad} label="Assinatura do cliente" onEmptyChange={setEmpty} />
|
|
6329
|
+
* <Button disabled={empty} onClick={submit}>Enviar</Button>
|
|
6330
|
+
* ```
|
|
6331
|
+
*/
|
|
6332
|
+
export declare const SignaturePad: ForwardRefExoticComponent<SignaturePadProps & RefAttributes<SignaturePadHandle>>;
|
|
6333
|
+
|
|
6334
|
+
/** Imperative handle exposed through `ref`. */
|
|
6335
|
+
export declare interface SignaturePadHandle {
|
|
6336
|
+
/** Drop every stroke. */
|
|
6337
|
+
clear: () => void;
|
|
6338
|
+
/** Drop the last stroke. */
|
|
6339
|
+
undo: () => void;
|
|
6340
|
+
/** `true` while nothing has been drawn. */
|
|
6341
|
+
isEmpty: () => boolean;
|
|
6342
|
+
/** Export as a data URL. Returns `""` when the canvas is unavailable. */
|
|
6343
|
+
toDataURL: (type?: string, quality?: number) => string;
|
|
6344
|
+
/** Export as a `Blob` — what you actually upload. `null` when unavailable. */
|
|
6345
|
+
toBlob: (type?: string, quality?: number) => Promise<Blob | null>;
|
|
6346
|
+
}
|
|
6347
|
+
|
|
6348
|
+
export declare interface SignaturePadProps {
|
|
6349
|
+
/** Drawing surface width in CSS pixels. Default `400`. */
|
|
6350
|
+
width?: number;
|
|
6351
|
+
/** Drawing surface height in CSS pixels. Default `160`. */
|
|
6352
|
+
height?: number;
|
|
6353
|
+
/**
|
|
6354
|
+
* Stroke color. Defaults to the canvas' computed `color`, which the
|
|
6355
|
+
* stylesheet binds to `--tempest-text` — so the signature follows the theme
|
|
6356
|
+
* (including dark mode) instead of being hardcoded black.
|
|
6357
|
+
*/
|
|
6358
|
+
penColor?: string;
|
|
6359
|
+
/** Stroke width in CSS pixels. Default `2`. */
|
|
6360
|
+
penWidth?: number;
|
|
6361
|
+
/** Blocks drawing and dims the surface. */
|
|
6362
|
+
disabled?: boolean;
|
|
6363
|
+
/** Accessible name of the surface. Default `"Signature"`. */
|
|
6364
|
+
label?: string;
|
|
6365
|
+
/** Called on the first move of each stroke. */
|
|
6366
|
+
onBegin?: () => void;
|
|
6367
|
+
/** Called when a stroke ends, with the current image as a data URL. */
|
|
6368
|
+
onEnd?: (dataUrl: string) => void;
|
|
6369
|
+
/** Called whenever the emptiness changes — wire it to a submit button. */
|
|
6370
|
+
onEmptyChange?: (isEmpty: boolean) => void;
|
|
6371
|
+
/** Renders the Clear/Undo buttons. Default `true`. */
|
|
6372
|
+
showActions?: boolean;
|
|
6373
|
+
clearLabel?: string;
|
|
6374
|
+
undoLabel?: string;
|
|
6375
|
+
className?: string;
|
|
6376
|
+
}
|
|
6377
|
+
|
|
5992
6378
|
/** Loading placeholder block. Use `variant="text"` for inline lines, `circle` for avatars. */
|
|
5993
6379
|
export declare function Skeleton({ variant, width, height, className, style }: SkeletonProps): JSX.Element;
|
|
5994
6380
|
|
|
@@ -6159,6 +6545,8 @@ export declare type StatTrend = "up" | "down" | "flat";
|
|
|
6159
6545
|
|
|
6160
6546
|
export declare interface StepItem {
|
|
6161
6547
|
label: ReactNode;
|
|
6548
|
+
/** Secondary line under the label — a hint, or "optional". */
|
|
6549
|
+
description?: ReactNode;
|
|
6162
6550
|
}
|
|
6163
6551
|
|
|
6164
6552
|
/**
|
|
@@ -6166,7 +6554,7 @@ export declare interface StepItem {
|
|
|
6166
6554
|
* render as completed; the step at `current` is active; later steps are
|
|
6167
6555
|
* upcoming.
|
|
6168
6556
|
*/
|
|
6169
|
-
export declare function Stepper({ steps, current, orientation, className }: StepperProps): JSX.Element;
|
|
6557
|
+
export declare function Stepper({ steps, current, orientation, onStepClick, className, }: StepperProps): JSX.Element;
|
|
6170
6558
|
|
|
6171
6559
|
/**
|
|
6172
6560
|
* Numeric +/− stepper. Common in checkout quantity selectors and admin
|
|
@@ -6209,6 +6597,12 @@ export declare interface StepperProps {
|
|
|
6209
6597
|
/** Index of the currently active step (0-based). */
|
|
6210
6598
|
current: number;
|
|
6211
6599
|
orientation?: "horizontal" | "vertical";
|
|
6600
|
+
/**
|
|
6601
|
+
* Makes each step activatable. Without it the steps are a read-only
|
|
6602
|
+
* indicator, which is the right default — in a gated flow, jumping ahead
|
|
6603
|
+
* would skip the gates.
|
|
6604
|
+
*/
|
|
6605
|
+
onStepClick?: (index: number) => void;
|
|
6212
6606
|
className?: string;
|
|
6213
6607
|
}
|
|
6214
6608
|
|
|
@@ -6602,6 +6996,9 @@ export declare interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAr
|
|
|
6602
6996
|
wrapperClassName?: string;
|
|
6603
6997
|
}
|
|
6604
6998
|
|
|
6999
|
+
/** The default `<style>` element id owned by {@link applyTheme}. */
|
|
7000
|
+
export declare const THEME_STYLE_ID = "tempest-theme";
|
|
7001
|
+
|
|
6605
7002
|
export declare interface ThemeContextValue {
|
|
6606
7003
|
/** Raw user preference (light / dark / system). */
|
|
6607
7004
|
theme: ThemeMode;
|
|
@@ -6613,6 +7010,17 @@ export declare interface ThemeContextValue {
|
|
|
6613
7010
|
toggle: () => void;
|
|
6614
7011
|
}
|
|
6615
7012
|
|
|
7013
|
+
/**
|
|
7014
|
+
* Contrast ratio of `--tempest-primary-foreground` over the brand color.
|
|
7015
|
+
*
|
|
7016
|
+
* Exposed so an app (or a test) can assert its own brand clears WCAG AA (4.5) for
|
|
7017
|
+
* body text or AA-large (3.0) for button labels, instead of trusting the pick.
|
|
7018
|
+
*
|
|
7019
|
+
* @param options - The same input given to {@link createTheme}.
|
|
7020
|
+
* @returns The ratio, or `null` when no `primary` was provided.
|
|
7021
|
+
*/
|
|
7022
|
+
export declare function themeContrast(options: CreateThemeOptions): number | null;
|
|
7023
|
+
|
|
6616
7024
|
/**
|
|
6617
7025
|
* Plain HTML snippet that sets `data-tempest-theme` on `<html>` before React
|
|
6618
7026
|
* hydrates. Inline this in `<head>` to avoid a flash of the wrong theme on
|
|
@@ -6625,6 +7033,17 @@ export declare function themeInitScript(options?: GetInitialThemeOptions): strin
|
|
|
6625
7033
|
|
|
6626
7034
|
export declare type ThemeMode = "light" | "dark" | "system";
|
|
6627
7035
|
|
|
7036
|
+
/** Name of a bundled preset. */
|
|
7037
|
+
export declare type ThemePresetName = "tempest" | "violet" | "emerald" | "rose" | "slate" | "amber";
|
|
7038
|
+
|
|
7039
|
+
/**
|
|
7040
|
+
* The bundled presets.
|
|
7041
|
+
*
|
|
7042
|
+
* `tempest` restates the SDK's own defaults — useful as a starting point to
|
|
7043
|
+
* tweak, and as the "reset to default" entry in a theme picker.
|
|
7044
|
+
*/
|
|
7045
|
+
export declare const themePresets: Record<ThemePresetName, CreateThemeOptions>;
|
|
7046
|
+
|
|
6628
7047
|
/**
|
|
6629
7048
|
* Wire dark/light theming. Writes a data attribute on a target element (the
|
|
6630
7049
|
* `<html>` element by default) and exposes the current preference via
|
|
@@ -6668,6 +7087,12 @@ export declare interface ThemeProviderProps {
|
|
|
6668
7087
|
};
|
|
6669
7088
|
}
|
|
6670
7089
|
|
|
7090
|
+
/** Radius presets, applied to the whole `--tempest-radius-*` family at once. */
|
|
7091
|
+
export declare type ThemeRadius = "none" | "sm" | "md" | "lg" | "xl" | "full";
|
|
7092
|
+
|
|
7093
|
+
/** Status token families that {@link createTheme} can regenerate. */
|
|
7094
|
+
export declare type ThemeStatus = "success" | "warning" | "danger" | "info";
|
|
7095
|
+
|
|
6671
7096
|
/**
|
|
6672
7097
|
* Create a throttled version of `fn` with leading and trailing edges.
|
|
6673
7098
|
*
|
|
@@ -6974,6 +7399,80 @@ export declare interface TravelEstimate {
|
|
|
6974
7399
|
*/
|
|
6975
7400
|
export declare type TravelMode = "car" | "motorcycle" | "bus";
|
|
6976
7401
|
|
|
7402
|
+
/** One node of the tree. Children make it a branch; no children makes it a leaf. */
|
|
7403
|
+
export declare interface TreeNode {
|
|
7404
|
+
/** Stable identifier, unique across the whole tree. */
|
|
7405
|
+
id: string;
|
|
7406
|
+
/** Rendered label. */
|
|
7407
|
+
label: ReactNode;
|
|
7408
|
+
/** Child nodes. An empty array still renders as a branch (an empty folder). */
|
|
7409
|
+
children?: TreeNode[];
|
|
7410
|
+
/** Icon rendered before the label. */
|
|
7411
|
+
icon?: ReactNode;
|
|
7412
|
+
/** Blocks selection and expansion, and skips the node in keyboard navigation. */
|
|
7413
|
+
disabled?: boolean;
|
|
7414
|
+
}
|
|
7415
|
+
|
|
7416
|
+
/**
|
|
7417
|
+
* Accessible tree for hierarchical data — categories, permissions, folders, an
|
|
7418
|
+
* org chart.
|
|
7419
|
+
*
|
|
7420
|
+
* Implements the `tree` role with **roving tabindex**: exactly one row is
|
|
7421
|
+
* tabbable, and the arrow keys move focus within the widget. That is what keeps a
|
|
7422
|
+
* 500-node tree from adding 500 stops to the page's tab order.
|
|
7423
|
+
*
|
|
7424
|
+
* Keyboard map: `↓`/`↑` move, `→` expands (or descends), `←` collapses (or goes to
|
|
7425
|
+
* the parent), `Home`/`End` jump to the first/last visible row, `Enter`/`Space`
|
|
7426
|
+
* select.
|
|
7427
|
+
*
|
|
7428
|
+
* The chevron is decoration (`aria-hidden`), not a button: the row itself carries
|
|
7429
|
+
* `aria-expanded`, so a second focusable control there would only add noise for a
|
|
7430
|
+
* screen reader while duplicating an action the keyboard map already has. It still
|
|
7431
|
+
* accepts a click, with the event stopped so it toggles without also selecting.
|
|
7432
|
+
*
|
|
7433
|
+
* @example
|
|
7434
|
+
* ```tsx
|
|
7435
|
+
* const nodes: TreeNode[] = [
|
|
7436
|
+
* {
|
|
7437
|
+
* id: "vendas",
|
|
7438
|
+
* label: "Vendas",
|
|
7439
|
+
* children: [
|
|
7440
|
+
* { id: "vendas.ler", label: "Ler" },
|
|
7441
|
+
* { id: "vendas.editar", label: "Editar" },
|
|
7442
|
+
* ],
|
|
7443
|
+
* },
|
|
7444
|
+
* { id: "config", label: "Configurações", children: [] },
|
|
7445
|
+
* ];
|
|
7446
|
+
*
|
|
7447
|
+
* <TreeView nodes={nodes} defaultExpandedIds={["vendas"]} onSelect={(node) => console.log(node.id)} />
|
|
7448
|
+
* ```
|
|
7449
|
+
*/
|
|
7450
|
+
export declare function TreeView({ nodes, expandedIds, defaultExpandedIds, onExpandedChange, selectedId, defaultSelectedId, onSelect, toggleOnSelect, label, className, }: TreeViewProps): JSX.Element;
|
|
7451
|
+
|
|
7452
|
+
export declare interface TreeViewProps {
|
|
7453
|
+
/** Root nodes. */
|
|
7454
|
+
nodes: TreeNode[];
|
|
7455
|
+
/** Controlled expanded ids. */
|
|
7456
|
+
expandedIds?: string[];
|
|
7457
|
+
/** Uncontrolled initial expanded ids. */
|
|
7458
|
+
defaultExpandedIds?: string[];
|
|
7459
|
+
onExpandedChange?: (expandedIds: string[]) => void;
|
|
7460
|
+
/** Controlled selected id. `null` means nothing selected. */
|
|
7461
|
+
selectedId?: string | null;
|
|
7462
|
+
/** Uncontrolled initial selection. */
|
|
7463
|
+
defaultSelectedId?: string | null;
|
|
7464
|
+
onSelect?: (node: TreeNode) => void;
|
|
7465
|
+
/**
|
|
7466
|
+
* Selecting a branch also toggles it. Default `true` — matches how a file
|
|
7467
|
+
* explorer behaves; set `false` when a branch is itself a meaningful choice
|
|
7468
|
+
* (a category that owns items, for instance).
|
|
7469
|
+
*/
|
|
7470
|
+
toggleOnSelect?: boolean;
|
|
7471
|
+
/** Accessible name for the tree. */
|
|
7472
|
+
label?: string;
|
|
7473
|
+
className?: string;
|
|
7474
|
+
}
|
|
7475
|
+
|
|
6977
7476
|
/**
|
|
6978
7477
|
* Truncate a string to `max` characters, appending `suffix` when cut.
|
|
6979
7478
|
* Returns the original when shorter than (or equal to) `max`.
|
|
@@ -8531,7 +9030,7 @@ export declare interface UseWebSocketResult<T> {
|
|
|
8531
9030
|
/** Last decoded frame received. */
|
|
8532
9031
|
lastMessage: WebSocketMessage<T> | null;
|
|
8533
9032
|
/** Send a payload through the active connection. Returns false when not open. */
|
|
8534
|
-
send: (payload: string |
|
|
9033
|
+
send: (payload: string | Blob | BufferSource) => boolean;
|
|
8535
9034
|
/** Force a reconnect, resetting the retry counter. */
|
|
8536
9035
|
reconnect: () => void;
|
|
8537
9036
|
}
|
|
@@ -8644,291 +9143,291 @@ export declare interface VirtualListProps<T> {
|
|
|
8644
9143
|
* @example
|
|
8645
9144
|
* <button><Icon /><VisuallyHidden>Close</VisuallyHidden></button>
|
|
8646
9145
|
*/
|
|
8647
|
-
export declare function VisuallyHidden({ as, className, children, ...props }: VisuallyHiddenProps): DOMElement<
|
|
8648
|
-
defaultChecked?: boolean | undefined;
|
|
8649
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
8650
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
8651
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
8652
|
-
accessKey?: string | undefined;
|
|
8653
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
8654
|
-
autoFocus?: boolean | undefined;
|
|
8655
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
8656
|
-
contextMenu?: string | undefined;
|
|
8657
|
-
dir?: string | undefined;
|
|
8658
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
8659
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
8660
|
-
hidden?: boolean | undefined;
|
|
8661
|
-
id?: string | undefined;
|
|
8662
|
-
lang?: string | undefined;
|
|
8663
|
-
nonce?: string | undefined;
|
|
8664
|
-
slot?: string | undefined;
|
|
8665
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
8666
|
-
style?: CSSProperties | undefined;
|
|
8667
|
-
tabIndex?: number | undefined;
|
|
8668
|
-
title?: string | undefined;
|
|
8669
|
-
translate?: "yes" | "no" | undefined;
|
|
8670
|
-
radioGroup?: string | undefined;
|
|
8671
|
-
role?: AriaRole | undefined;
|
|
8672
|
-
about?: string | undefined;
|
|
8673
|
-
content?: string | undefined;
|
|
8674
|
-
datatype?: string | undefined;
|
|
8675
|
-
inlist?: any;
|
|
8676
|
-
prefix?: string | undefined;
|
|
8677
|
-
property?: string | undefined;
|
|
8678
|
-
rel?: string | undefined;
|
|
8679
|
-
resource?: string | undefined;
|
|
8680
|
-
rev?: string | undefined;
|
|
8681
|
-
typeof?: string | undefined;
|
|
8682
|
-
vocab?: string | undefined;
|
|
8683
|
-
autoCorrect?: string | undefined;
|
|
8684
|
-
autoSave?: string | undefined;
|
|
8685
|
-
color?: string | undefined;
|
|
8686
|
-
itemProp?: string | undefined;
|
|
8687
|
-
itemScope?: boolean | undefined;
|
|
8688
|
-
itemType?: string | undefined;
|
|
8689
|
-
itemID?: string | undefined;
|
|
8690
|
-
itemRef?: string | undefined;
|
|
8691
|
-
results?: number | undefined;
|
|
8692
|
-
security?: string | undefined;
|
|
8693
|
-
unselectable?: "on" | "off" | undefined;
|
|
8694
|
-
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
8695
|
-
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
8696
|
-
popoverTarget?: string | undefined;
|
|
8697
|
-
inert?: boolean | undefined;
|
|
8698
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
8699
|
-
is?: string | undefined;
|
|
8700
|
-
exportparts?: string | undefined;
|
|
8701
|
-
part?: string | undefined;
|
|
8702
|
-
"aria-activedescendant"?: string | undefined;
|
|
8703
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
8704
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
8705
|
-
"aria-braillelabel"?: string | undefined;
|
|
8706
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
8707
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
8708
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
8709
|
-
"aria-colcount"?: number | undefined;
|
|
8710
|
-
"aria-colindex"?: number | undefined;
|
|
8711
|
-
"aria-colindextext"?: string | undefined;
|
|
8712
|
-
"aria-colspan"?: number | undefined;
|
|
8713
|
-
"aria-controls"?: string | undefined;
|
|
8714
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
8715
|
-
"aria-describedby"?: string | undefined;
|
|
8716
|
-
"aria-description"?: string | undefined;
|
|
8717
|
-
"aria-details"?: string | undefined;
|
|
8718
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
8719
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
8720
|
-
"aria-errormessage"?: string | undefined;
|
|
8721
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
8722
|
-
"aria-flowto"?: string | undefined;
|
|
8723
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
8724
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
8725
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
8726
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
8727
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
8728
|
-
"aria-label"?: string | undefined;
|
|
8729
|
-
"aria-labelledby"?: string | undefined;
|
|
8730
|
-
"aria-level"?: number | undefined;
|
|
8731
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
8732
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
8733
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
8734
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
8735
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
8736
|
-
"aria-owns"?: string | undefined;
|
|
8737
|
-
"aria-placeholder"?: string | undefined;
|
|
8738
|
-
"aria-posinset"?: number | undefined;
|
|
8739
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
8740
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
8741
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
8742
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
8743
|
-
"aria-roledescription"?: string | undefined;
|
|
8744
|
-
"aria-rowcount"?: number | undefined;
|
|
8745
|
-
"aria-rowindex"?: number | undefined;
|
|
8746
|
-
"aria-rowindextext"?: string | undefined;
|
|
8747
|
-
"aria-rowspan"?: number | undefined;
|
|
8748
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
8749
|
-
"aria-setsize"?: number | undefined;
|
|
8750
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
8751
|
-
"aria-valuemax"?: number | undefined;
|
|
8752
|
-
"aria-valuemin"?: number | undefined;
|
|
8753
|
-
"aria-valuenow"?: number | undefined;
|
|
8754
|
-
"aria-valuetext"?: string | undefined;
|
|
8755
|
-
dangerouslySetInnerHTML?: {
|
|
8756
|
-
__html: string | TrustedHTML;
|
|
8757
|
-
} | undefined;
|
|
8758
|
-
onCopy?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8759
|
-
onCopyCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8760
|
-
onCut?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8761
|
-
onCutCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8762
|
-
onPaste?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8763
|
-
onPasteCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8764
|
-
onCompositionEnd?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8765
|
-
onCompositionEndCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8766
|
-
onCompositionStart?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8767
|
-
onCompositionStartCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8768
|
-
onCompositionUpdate?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8769
|
-
onCompositionUpdateCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8770
|
-
onFocus?: FocusEventHandler<HTMLElement> | undefined;
|
|
8771
|
-
onFocusCapture?: FocusEventHandler<HTMLElement> | undefined;
|
|
8772
|
-
onBlur?: FocusEventHandler<HTMLElement> | undefined;
|
|
8773
|
-
onBlurCapture?: FocusEventHandler<HTMLElement> | undefined;
|
|
8774
|
-
onChange?: ChangeEventHandler<HTMLElement, Element> | undefined;
|
|
8775
|
-
onChangeCapture?: ChangeEventHandler<HTMLElement, Element> | undefined;
|
|
8776
|
-
onBeforeInput?: InputEventHandler<HTMLElement> | undefined;
|
|
8777
|
-
onBeforeInputCapture?: InputEventHandler<HTMLElement> | undefined;
|
|
8778
|
-
onInput?: InputEventHandler<HTMLElement> | undefined;
|
|
8779
|
-
onInputCapture?: InputEventHandler<HTMLElement> | undefined;
|
|
8780
|
-
onReset?: ReactEventHandler<HTMLElement> | undefined;
|
|
8781
|
-
onResetCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8782
|
-
onSubmit?: SubmitEventHandler<HTMLElement> | undefined;
|
|
8783
|
-
onSubmitCapture?: SubmitEventHandler<HTMLElement> | undefined;
|
|
8784
|
-
onInvalid?: ReactEventHandler<HTMLElement> | undefined;
|
|
8785
|
-
onInvalidCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8786
|
-
onLoad?: ReactEventHandler<HTMLElement> | undefined;
|
|
8787
|
-
onLoadCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8788
|
-
onError?: ReactEventHandler<HTMLElement> | undefined;
|
|
8789
|
-
onErrorCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8790
|
-
onKeyDown?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8791
|
-
onKeyDownCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8792
|
-
onKeyPress?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8793
|
-
onKeyPressCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8794
|
-
onKeyUp?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8795
|
-
onKeyUpCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8796
|
-
onAbort?: ReactEventHandler<HTMLElement> | undefined;
|
|
8797
|
-
onAbortCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8798
|
-
onCanPlay?: ReactEventHandler<HTMLElement> | undefined;
|
|
8799
|
-
onCanPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8800
|
-
onCanPlayThrough?: ReactEventHandler<HTMLElement> | undefined;
|
|
8801
|
-
onCanPlayThroughCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8802
|
-
onDurationChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
8803
|
-
onDurationChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8804
|
-
onEmptied?: ReactEventHandler<HTMLElement> | undefined;
|
|
8805
|
-
onEmptiedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8806
|
-
onEncrypted?: ReactEventHandler<HTMLElement> | undefined;
|
|
8807
|
-
onEncryptedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8808
|
-
onEnded?: ReactEventHandler<HTMLElement> | undefined;
|
|
8809
|
-
onEndedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8810
|
-
onLoadedData?: ReactEventHandler<HTMLElement> | undefined;
|
|
8811
|
-
onLoadedDataCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8812
|
-
onLoadedMetadata?: ReactEventHandler<HTMLElement> | undefined;
|
|
8813
|
-
onLoadedMetadataCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8814
|
-
onLoadStart?: ReactEventHandler<HTMLElement> | undefined;
|
|
8815
|
-
onLoadStartCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8816
|
-
onPause?: ReactEventHandler<HTMLElement> | undefined;
|
|
8817
|
-
onPauseCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8818
|
-
onPlay?: ReactEventHandler<HTMLElement> | undefined;
|
|
8819
|
-
onPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8820
|
-
onPlaying?: ReactEventHandler<HTMLElement> | undefined;
|
|
8821
|
-
onPlayingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8822
|
-
onProgress?: ReactEventHandler<HTMLElement> | undefined;
|
|
8823
|
-
onProgressCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8824
|
-
onRateChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
8825
|
-
onRateChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8826
|
-
onSeeked?: ReactEventHandler<HTMLElement> | undefined;
|
|
8827
|
-
onSeekedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8828
|
-
onSeeking?: ReactEventHandler<HTMLElement> | undefined;
|
|
8829
|
-
onSeekingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8830
|
-
onStalled?: ReactEventHandler<HTMLElement> | undefined;
|
|
8831
|
-
onStalledCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8832
|
-
onSuspend?: ReactEventHandler<HTMLElement> | undefined;
|
|
8833
|
-
onSuspendCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8834
|
-
onTimeUpdate?: ReactEventHandler<HTMLElement> | undefined;
|
|
8835
|
-
onTimeUpdateCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8836
|
-
onVolumeChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
8837
|
-
onVolumeChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8838
|
-
onWaiting?: ReactEventHandler<HTMLElement> | undefined;
|
|
8839
|
-
onWaitingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8840
|
-
onAuxClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
8841
|
-
onAuxClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8842
|
-
onClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
8843
|
-
onClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8844
|
-
onContextMenu?: MouseEventHandler<HTMLElement> | undefined;
|
|
8845
|
-
onContextMenuCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8846
|
-
onDoubleClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
8847
|
-
onDoubleClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8848
|
-
onDrag?: DragEventHandler<HTMLElement> | undefined;
|
|
8849
|
-
onDragCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8850
|
-
onDragEnd?: DragEventHandler<HTMLElement> | undefined;
|
|
8851
|
-
onDragEndCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8852
|
-
onDragEnter?: DragEventHandler<HTMLElement> | undefined;
|
|
8853
|
-
onDragEnterCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8854
|
-
onDragExit?: DragEventHandler<HTMLElement> | undefined;
|
|
8855
|
-
onDragExitCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8856
|
-
onDragLeave?: DragEventHandler<HTMLElement> | undefined;
|
|
8857
|
-
onDragLeaveCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8858
|
-
onDragOver?: DragEventHandler<HTMLElement> | undefined;
|
|
8859
|
-
onDragOverCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8860
|
-
onDragStart?: DragEventHandler<HTMLElement> | undefined;
|
|
8861
|
-
onDragStartCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8862
|
-
onDrop?: DragEventHandler<HTMLElement> | undefined;
|
|
8863
|
-
onDropCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8864
|
-
onMouseDown?: MouseEventHandler<HTMLElement> | undefined;
|
|
8865
|
-
onMouseDownCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8866
|
-
onMouseEnter?: MouseEventHandler<HTMLElement> | undefined;
|
|
8867
|
-
onMouseLeave?: MouseEventHandler<HTMLElement> | undefined;
|
|
8868
|
-
onMouseMove?: MouseEventHandler<HTMLElement> | undefined;
|
|
8869
|
-
onMouseMoveCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8870
|
-
onMouseOut?: MouseEventHandler<HTMLElement> | undefined;
|
|
8871
|
-
onMouseOutCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8872
|
-
onMouseOver?: MouseEventHandler<HTMLElement> | undefined;
|
|
8873
|
-
onMouseOverCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8874
|
-
onMouseUp?: MouseEventHandler<HTMLElement> | undefined;
|
|
8875
|
-
onMouseUpCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8876
|
-
onSelect?: ReactEventHandler<HTMLElement> | undefined;
|
|
8877
|
-
onSelectCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8878
|
-
onTouchCancel?: TouchEventHandler<HTMLElement> | undefined;
|
|
8879
|
-
onTouchCancelCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8880
|
-
onTouchEnd?: TouchEventHandler<HTMLElement> | undefined;
|
|
8881
|
-
onTouchEndCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8882
|
-
onTouchMove?: TouchEventHandler<HTMLElement> | undefined;
|
|
8883
|
-
onTouchMoveCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8884
|
-
onTouchStart?: TouchEventHandler<HTMLElement> | undefined;
|
|
8885
|
-
onTouchStartCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8886
|
-
onPointerDown?: PointerEventHandler<HTMLElement> | undefined;
|
|
8887
|
-
onPointerDownCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8888
|
-
onPointerMove?: PointerEventHandler<HTMLElement> | undefined;
|
|
8889
|
-
onPointerMoveCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8890
|
-
onPointerUp?: PointerEventHandler<HTMLElement> | undefined;
|
|
8891
|
-
onPointerUpCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8892
|
-
onPointerCancel?: PointerEventHandler<HTMLElement> | undefined;
|
|
8893
|
-
onPointerCancelCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8894
|
-
onPointerEnter?: PointerEventHandler<HTMLElement> | undefined;
|
|
8895
|
-
onPointerLeave?: PointerEventHandler<HTMLElement> | undefined;
|
|
8896
|
-
onPointerOver?: PointerEventHandler<HTMLElement> | undefined;
|
|
8897
|
-
onPointerOverCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8898
|
-
onPointerOut?: PointerEventHandler<HTMLElement> | undefined;
|
|
8899
|
-
onPointerOutCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8900
|
-
onGotPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8901
|
-
onGotPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8902
|
-
onLostPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8903
|
-
onLostPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8904
|
-
onScroll?: UIEventHandler<HTMLElement> | undefined;
|
|
8905
|
-
onScrollCapture?: UIEventHandler<HTMLElement> | undefined;
|
|
8906
|
-
onScrollEnd?: UIEventHandler<HTMLElement> | undefined;
|
|
8907
|
-
onScrollEndCapture?: UIEventHandler<HTMLElement> | undefined;
|
|
8908
|
-
onWheel?: WheelEventHandler<HTMLElement> | undefined;
|
|
8909
|
-
onWheelCapture?: WheelEventHandler<HTMLElement> | undefined;
|
|
8910
|
-
onAnimationStart?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8911
|
-
onAnimationStartCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8912
|
-
onAnimationEnd?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8913
|
-
onAnimationEndCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8914
|
-
onAnimationIteration?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8915
|
-
onAnimationIterationCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8916
|
-
onToggle?: ToggleEventHandler<HTMLElement> | undefined;
|
|
8917
|
-
onBeforeToggle?: ToggleEventHandler<HTMLElement> | undefined;
|
|
8918
|
-
onTransitionCancel?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8919
|
-
onTransitionCancelCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8920
|
-
onTransitionEnd?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8921
|
-
onTransitionEndCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8922
|
-
onTransitionRun?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8923
|
-
onTransitionRunCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8924
|
-
onTransitionStart?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8925
|
-
onTransitionStartCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8926
|
-
className: string;
|
|
9146
|
+
export declare function VisuallyHidden({ as, className, children, ...props }: VisuallyHiddenProps): DOMElement<{
|
|
9147
|
+
defaultChecked?: boolean | undefined;
|
|
9148
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
9149
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
9150
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
9151
|
+
accessKey?: string | undefined;
|
|
9152
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
9153
|
+
autoFocus?: boolean | undefined;
|
|
9154
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
9155
|
+
contextMenu?: string | undefined;
|
|
9156
|
+
dir?: string | undefined;
|
|
9157
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
9158
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
9159
|
+
hidden?: boolean | undefined;
|
|
9160
|
+
id?: string | undefined;
|
|
9161
|
+
lang?: string | undefined;
|
|
9162
|
+
nonce?: string | undefined;
|
|
9163
|
+
slot?: string | undefined;
|
|
9164
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
9165
|
+
style?: CSSProperties | undefined;
|
|
9166
|
+
tabIndex?: number | undefined;
|
|
9167
|
+
title?: string | undefined;
|
|
9168
|
+
translate?: "yes" | "no" | undefined;
|
|
9169
|
+
radioGroup?: string | undefined;
|
|
9170
|
+
role?: AriaRole | undefined;
|
|
9171
|
+
about?: string | undefined;
|
|
9172
|
+
content?: string | undefined;
|
|
9173
|
+
datatype?: string | undefined;
|
|
9174
|
+
inlist?: any;
|
|
9175
|
+
prefix?: string | undefined;
|
|
9176
|
+
property?: string | undefined;
|
|
9177
|
+
rel?: string | undefined;
|
|
9178
|
+
resource?: string | undefined;
|
|
9179
|
+
rev?: string | undefined;
|
|
9180
|
+
typeof?: string | undefined;
|
|
9181
|
+
vocab?: string | undefined;
|
|
9182
|
+
autoCorrect?: string | undefined;
|
|
9183
|
+
autoSave?: string | undefined;
|
|
9184
|
+
color?: string | undefined;
|
|
9185
|
+
itemProp?: string | undefined;
|
|
9186
|
+
itemScope?: boolean | undefined;
|
|
9187
|
+
itemType?: string | undefined;
|
|
9188
|
+
itemID?: string | undefined;
|
|
9189
|
+
itemRef?: string | undefined;
|
|
9190
|
+
results?: number | undefined;
|
|
9191
|
+
security?: string | undefined;
|
|
9192
|
+
unselectable?: "on" | "off" | undefined;
|
|
9193
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
9194
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
9195
|
+
popoverTarget?: string | undefined;
|
|
9196
|
+
inert?: boolean | undefined;
|
|
9197
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
9198
|
+
is?: string | undefined;
|
|
9199
|
+
exportparts?: string | undefined;
|
|
9200
|
+
part?: string | undefined;
|
|
9201
|
+
"aria-activedescendant"?: string | undefined;
|
|
9202
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
9203
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
9204
|
+
"aria-braillelabel"?: string | undefined;
|
|
9205
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
9206
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
9207
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
9208
|
+
"aria-colcount"?: number | undefined;
|
|
9209
|
+
"aria-colindex"?: number | undefined;
|
|
9210
|
+
"aria-colindextext"?: string | undefined;
|
|
9211
|
+
"aria-colspan"?: number | undefined;
|
|
9212
|
+
"aria-controls"?: string | undefined;
|
|
9213
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
9214
|
+
"aria-describedby"?: string | undefined;
|
|
9215
|
+
"aria-description"?: string | undefined;
|
|
9216
|
+
"aria-details"?: string | undefined;
|
|
9217
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
9218
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
9219
|
+
"aria-errormessage"?: string | undefined;
|
|
9220
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
9221
|
+
"aria-flowto"?: string | undefined;
|
|
9222
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
9223
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
9224
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
9225
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
9226
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
9227
|
+
"aria-label"?: string | undefined;
|
|
9228
|
+
"aria-labelledby"?: string | undefined;
|
|
9229
|
+
"aria-level"?: number | undefined;
|
|
9230
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
9231
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
9232
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
9233
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
9234
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
9235
|
+
"aria-owns"?: string | undefined;
|
|
9236
|
+
"aria-placeholder"?: string | undefined;
|
|
9237
|
+
"aria-posinset"?: number | undefined;
|
|
9238
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
9239
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
9240
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
9241
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
9242
|
+
"aria-roledescription"?: string | undefined;
|
|
9243
|
+
"aria-rowcount"?: number | undefined;
|
|
9244
|
+
"aria-rowindex"?: number | undefined;
|
|
9245
|
+
"aria-rowindextext"?: string | undefined;
|
|
9246
|
+
"aria-rowspan"?: number | undefined;
|
|
9247
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
9248
|
+
"aria-setsize"?: number | undefined;
|
|
9249
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
9250
|
+
"aria-valuemax"?: number | undefined;
|
|
9251
|
+
"aria-valuemin"?: number | undefined;
|
|
9252
|
+
"aria-valuenow"?: number | undefined;
|
|
9253
|
+
"aria-valuetext"?: string | undefined;
|
|
9254
|
+
dangerouslySetInnerHTML?: {
|
|
9255
|
+
__html: string | TrustedHTML;
|
|
9256
|
+
} | undefined;
|
|
9257
|
+
onCopy?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
9258
|
+
onCopyCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
9259
|
+
onCut?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
9260
|
+
onCutCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
9261
|
+
onPaste?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
9262
|
+
onPasteCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
9263
|
+
onCompositionEnd?: CompositionEventHandler<HTMLElement> | undefined;
|
|
9264
|
+
onCompositionEndCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
9265
|
+
onCompositionStart?: CompositionEventHandler<HTMLElement> | undefined;
|
|
9266
|
+
onCompositionStartCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
9267
|
+
onCompositionUpdate?: CompositionEventHandler<HTMLElement> | undefined;
|
|
9268
|
+
onCompositionUpdateCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
9269
|
+
onFocus?: FocusEventHandler<HTMLElement> | undefined;
|
|
9270
|
+
onFocusCapture?: FocusEventHandler<HTMLElement> | undefined;
|
|
9271
|
+
onBlur?: FocusEventHandler<HTMLElement> | undefined;
|
|
9272
|
+
onBlurCapture?: FocusEventHandler<HTMLElement> | undefined;
|
|
9273
|
+
onChange?: ChangeEventHandler<HTMLElement, Element> | undefined;
|
|
9274
|
+
onChangeCapture?: ChangeEventHandler<HTMLElement, Element> | undefined;
|
|
9275
|
+
onBeforeInput?: InputEventHandler<HTMLElement> | undefined;
|
|
9276
|
+
onBeforeInputCapture?: InputEventHandler<HTMLElement> | undefined;
|
|
9277
|
+
onInput?: InputEventHandler<HTMLElement> | undefined;
|
|
9278
|
+
onInputCapture?: InputEventHandler<HTMLElement> | undefined;
|
|
9279
|
+
onReset?: ReactEventHandler<HTMLElement> | undefined;
|
|
9280
|
+
onResetCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9281
|
+
onSubmit?: SubmitEventHandler<HTMLElement> | undefined;
|
|
9282
|
+
onSubmitCapture?: SubmitEventHandler<HTMLElement> | undefined;
|
|
9283
|
+
onInvalid?: ReactEventHandler<HTMLElement> | undefined;
|
|
9284
|
+
onInvalidCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9285
|
+
onLoad?: ReactEventHandler<HTMLElement> | undefined;
|
|
9286
|
+
onLoadCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9287
|
+
onError?: ReactEventHandler<HTMLElement> | undefined;
|
|
9288
|
+
onErrorCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9289
|
+
onKeyDown?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
9290
|
+
onKeyDownCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
9291
|
+
onKeyPress?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
9292
|
+
onKeyPressCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
9293
|
+
onKeyUp?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
9294
|
+
onKeyUpCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
9295
|
+
onAbort?: ReactEventHandler<HTMLElement> | undefined;
|
|
9296
|
+
onAbortCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9297
|
+
onCanPlay?: ReactEventHandler<HTMLElement> | undefined;
|
|
9298
|
+
onCanPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9299
|
+
onCanPlayThrough?: ReactEventHandler<HTMLElement> | undefined;
|
|
9300
|
+
onCanPlayThroughCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9301
|
+
onDurationChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
9302
|
+
onDurationChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9303
|
+
onEmptied?: ReactEventHandler<HTMLElement> | undefined;
|
|
9304
|
+
onEmptiedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9305
|
+
onEncrypted?: ReactEventHandler<HTMLElement> | undefined;
|
|
9306
|
+
onEncryptedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9307
|
+
onEnded?: ReactEventHandler<HTMLElement> | undefined;
|
|
9308
|
+
onEndedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9309
|
+
onLoadedData?: ReactEventHandler<HTMLElement> | undefined;
|
|
9310
|
+
onLoadedDataCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9311
|
+
onLoadedMetadata?: ReactEventHandler<HTMLElement> | undefined;
|
|
9312
|
+
onLoadedMetadataCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9313
|
+
onLoadStart?: ReactEventHandler<HTMLElement> | undefined;
|
|
9314
|
+
onLoadStartCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9315
|
+
onPause?: ReactEventHandler<HTMLElement> | undefined;
|
|
9316
|
+
onPauseCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9317
|
+
onPlay?: ReactEventHandler<HTMLElement> | undefined;
|
|
9318
|
+
onPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9319
|
+
onPlaying?: ReactEventHandler<HTMLElement> | undefined;
|
|
9320
|
+
onPlayingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9321
|
+
onProgress?: ReactEventHandler<HTMLElement> | undefined;
|
|
9322
|
+
onProgressCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9323
|
+
onRateChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
9324
|
+
onRateChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9325
|
+
onSeeked?: ReactEventHandler<HTMLElement> | undefined;
|
|
9326
|
+
onSeekedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9327
|
+
onSeeking?: ReactEventHandler<HTMLElement> | undefined;
|
|
9328
|
+
onSeekingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9329
|
+
onStalled?: ReactEventHandler<HTMLElement> | undefined;
|
|
9330
|
+
onStalledCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9331
|
+
onSuspend?: ReactEventHandler<HTMLElement> | undefined;
|
|
9332
|
+
onSuspendCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9333
|
+
onTimeUpdate?: ReactEventHandler<HTMLElement> | undefined;
|
|
9334
|
+
onTimeUpdateCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9335
|
+
onVolumeChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
9336
|
+
onVolumeChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9337
|
+
onWaiting?: ReactEventHandler<HTMLElement> | undefined;
|
|
9338
|
+
onWaitingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9339
|
+
onAuxClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
9340
|
+
onAuxClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
9341
|
+
onClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
9342
|
+
onClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
9343
|
+
onContextMenu?: MouseEventHandler<HTMLElement> | undefined;
|
|
9344
|
+
onContextMenuCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
9345
|
+
onDoubleClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
9346
|
+
onDoubleClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
9347
|
+
onDrag?: DragEventHandler<HTMLElement> | undefined;
|
|
9348
|
+
onDragCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
9349
|
+
onDragEnd?: DragEventHandler<HTMLElement> | undefined;
|
|
9350
|
+
onDragEndCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
9351
|
+
onDragEnter?: DragEventHandler<HTMLElement> | undefined;
|
|
9352
|
+
onDragEnterCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
9353
|
+
onDragExit?: DragEventHandler<HTMLElement> | undefined;
|
|
9354
|
+
onDragExitCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
9355
|
+
onDragLeave?: DragEventHandler<HTMLElement> | undefined;
|
|
9356
|
+
onDragLeaveCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
9357
|
+
onDragOver?: DragEventHandler<HTMLElement> | undefined;
|
|
9358
|
+
onDragOverCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
9359
|
+
onDragStart?: DragEventHandler<HTMLElement> | undefined;
|
|
9360
|
+
onDragStartCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
9361
|
+
onDrop?: DragEventHandler<HTMLElement> | undefined;
|
|
9362
|
+
onDropCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
9363
|
+
onMouseDown?: MouseEventHandler<HTMLElement> | undefined;
|
|
9364
|
+
onMouseDownCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
9365
|
+
onMouseEnter?: MouseEventHandler<HTMLElement> | undefined;
|
|
9366
|
+
onMouseLeave?: MouseEventHandler<HTMLElement> | undefined;
|
|
9367
|
+
onMouseMove?: MouseEventHandler<HTMLElement> | undefined;
|
|
9368
|
+
onMouseMoveCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
9369
|
+
onMouseOut?: MouseEventHandler<HTMLElement> | undefined;
|
|
9370
|
+
onMouseOutCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
9371
|
+
onMouseOver?: MouseEventHandler<HTMLElement> | undefined;
|
|
9372
|
+
onMouseOverCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
9373
|
+
onMouseUp?: MouseEventHandler<HTMLElement> | undefined;
|
|
9374
|
+
onMouseUpCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
9375
|
+
onSelect?: ReactEventHandler<HTMLElement> | undefined;
|
|
9376
|
+
onSelectCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
9377
|
+
onTouchCancel?: TouchEventHandler<HTMLElement> | undefined;
|
|
9378
|
+
onTouchCancelCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
9379
|
+
onTouchEnd?: TouchEventHandler<HTMLElement> | undefined;
|
|
9380
|
+
onTouchEndCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
9381
|
+
onTouchMove?: TouchEventHandler<HTMLElement> | undefined;
|
|
9382
|
+
onTouchMoveCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
9383
|
+
onTouchStart?: TouchEventHandler<HTMLElement> | undefined;
|
|
9384
|
+
onTouchStartCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
9385
|
+
onPointerDown?: PointerEventHandler<HTMLElement> | undefined;
|
|
9386
|
+
onPointerDownCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
9387
|
+
onPointerMove?: PointerEventHandler<HTMLElement> | undefined;
|
|
9388
|
+
onPointerMoveCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
9389
|
+
onPointerUp?: PointerEventHandler<HTMLElement> | undefined;
|
|
9390
|
+
onPointerUpCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
9391
|
+
onPointerCancel?: PointerEventHandler<HTMLElement> | undefined;
|
|
9392
|
+
onPointerCancelCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
9393
|
+
onPointerEnter?: PointerEventHandler<HTMLElement> | undefined;
|
|
9394
|
+
onPointerLeave?: PointerEventHandler<HTMLElement> | undefined;
|
|
9395
|
+
onPointerOver?: PointerEventHandler<HTMLElement> | undefined;
|
|
9396
|
+
onPointerOverCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
9397
|
+
onPointerOut?: PointerEventHandler<HTMLElement> | undefined;
|
|
9398
|
+
onPointerOutCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
9399
|
+
onGotPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
9400
|
+
onGotPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
9401
|
+
onLostPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
9402
|
+
onLostPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
9403
|
+
onScroll?: UIEventHandler<HTMLElement> | undefined;
|
|
9404
|
+
onScrollCapture?: UIEventHandler<HTMLElement> | undefined;
|
|
9405
|
+
onScrollEnd?: UIEventHandler<HTMLElement> | undefined;
|
|
9406
|
+
onScrollEndCapture?: UIEventHandler<HTMLElement> | undefined;
|
|
9407
|
+
onWheel?: WheelEventHandler<HTMLElement> | undefined;
|
|
9408
|
+
onWheelCapture?: WheelEventHandler<HTMLElement> | undefined;
|
|
9409
|
+
onAnimationStart?: AnimationEventHandler<HTMLElement> | undefined;
|
|
9410
|
+
onAnimationStartCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
9411
|
+
onAnimationEnd?: AnimationEventHandler<HTMLElement> | undefined;
|
|
9412
|
+
onAnimationEndCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
9413
|
+
onAnimationIteration?: AnimationEventHandler<HTMLElement> | undefined;
|
|
9414
|
+
onAnimationIterationCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
9415
|
+
onToggle?: ToggleEventHandler<HTMLElement> | undefined;
|
|
9416
|
+
onBeforeToggle?: ToggleEventHandler<HTMLElement> | undefined;
|
|
9417
|
+
onTransitionCancel?: TransitionEventHandler<HTMLElement> | undefined;
|
|
9418
|
+
onTransitionCancelCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
9419
|
+
onTransitionEnd?: TransitionEventHandler<HTMLElement> | undefined;
|
|
9420
|
+
onTransitionEndCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
9421
|
+
onTransitionRun?: TransitionEventHandler<HTMLElement> | undefined;
|
|
9422
|
+
onTransitionRunCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
9423
|
+
onTransitionStart?: TransitionEventHandler<HTMLElement> | undefined;
|
|
9424
|
+
onTransitionStartCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
9425
|
+
className: string;
|
|
8927
9426
|
}, Element>;
|
|
8928
9427
|
|
|
8929
9428
|
export declare interface VisuallyHiddenProps extends HTMLAttributes<HTMLElement> {
|
|
8930
9429
|
/** Intrinsic element to render. Defaults to "span". */
|
|
8931
|
-
as?: keyof
|
|
9430
|
+
as?: keyof JSX.IntrinsicElements;
|
|
8932
9431
|
}
|
|
8933
9432
|
|
|
8934
9433
|
/**
|
|
@@ -9015,7 +9514,7 @@ export declare class WebPushUnsupportedError extends Error {
|
|
|
9015
9514
|
|
|
9016
9515
|
export declare interface WebSocketController {
|
|
9017
9516
|
/** Send a payload over the current connection. No-op when not open. */
|
|
9018
|
-
send: (payload: string |
|
|
9517
|
+
send: (payload: string | Blob | BufferSource) => boolean;
|
|
9019
9518
|
/** Close the connection and stop reconnecting. */
|
|
9020
9519
|
close: (code?: number, reason?: string) => void;
|
|
9021
9520
|
/** Force an immediate reconnect, resetting the retry counter. */
|
|
@@ -9068,6 +9567,109 @@ export declare type WithSelectors<S> = S extends {
|
|
|
9068
9567
|
*/
|
|
9069
9568
|
export declare function withTimeout<T>(promise: Promise<T>, ms: number, message?: string): Promise<T>;
|
|
9070
9569
|
|
|
9570
|
+
/**
|
|
9571
|
+
* Multi-step flow: step indicator, one body at a time, and navigation that
|
|
9572
|
+
* respects per-step validation.
|
|
9573
|
+
*
|
|
9574
|
+
* `Stepper` draws the indicator; this owns the part every app was rewriting — the
|
|
9575
|
+
* active index, the async gate before advancing, the disabled/pending buttons and
|
|
9576
|
+
* the completion call.
|
|
9577
|
+
*
|
|
9578
|
+
* Only the active step's body is mounted. Uncommitted input in a step you leave is
|
|
9579
|
+
* therefore lost unless the state lives outside (react-hook-form's `FormProvider`,
|
|
9580
|
+
* a store, a parent `useState`) — which is the right place for it anyway, since
|
|
9581
|
+
* the last step usually needs to submit everything at once.
|
|
9582
|
+
*
|
|
9583
|
+
* @example
|
|
9584
|
+
* ```tsx
|
|
9585
|
+
* const form = useZodForm(schema);
|
|
9586
|
+
*
|
|
9587
|
+
* <FormProvider {...form}>
|
|
9588
|
+
* <Wizard
|
|
9589
|
+
* steps={[
|
|
9590
|
+
* {
|
|
9591
|
+
* id: "dados",
|
|
9592
|
+
* label: "Dados",
|
|
9593
|
+
* validate: () => form.trigger(["nome", "email"]),
|
|
9594
|
+
* content: (
|
|
9595
|
+
* <>
|
|
9596
|
+
* <FormField name="nome" label="Nome"><Input /></FormField>
|
|
9597
|
+
* <FormField name="email" label="E-mail"><Input type="email" /></FormField>
|
|
9598
|
+
* </>
|
|
9599
|
+
* ),
|
|
9600
|
+
* },
|
|
9601
|
+
* { id: "revisao", label: "Revisão", content: <Review /> },
|
|
9602
|
+
* ]}
|
|
9603
|
+
* onComplete={form.handleSubmit(onSubmit)}
|
|
9604
|
+
* />
|
|
9605
|
+
* </FormProvider>
|
|
9606
|
+
* ```
|
|
9607
|
+
*/
|
|
9608
|
+
export declare function Wizard({ steps, activeIndex, defaultActiveIndex, onStepChange, onComplete, nextLabel, backLabel, finishLabel, clickableSteps, renderActions, className, }: WizardProps): JSX.Element;
|
|
9609
|
+
|
|
9610
|
+
/** Flow controls handed to a step body and to `renderActions`. */
|
|
9611
|
+
export declare interface WizardControls {
|
|
9612
|
+
/** Zero-based index of the current step. */
|
|
9613
|
+
activeIndex: number;
|
|
9614
|
+
/** The current step. */
|
|
9615
|
+
step: WizardStep;
|
|
9616
|
+
/** `true` while a `validate` promise is pending. */
|
|
9617
|
+
validating: boolean;
|
|
9618
|
+
isFirst: boolean;
|
|
9619
|
+
isLast: boolean;
|
|
9620
|
+
/** Run the current step's `validate` and advance when it passes. */
|
|
9621
|
+
next: () => Promise<void>;
|
|
9622
|
+
/** Go back one step. No validation — going back never blocks. */
|
|
9623
|
+
back: () => void;
|
|
9624
|
+
/** Jump to an index. Forward jumps validate every step in between. */
|
|
9625
|
+
goTo: (index: number) => Promise<void>;
|
|
9626
|
+
}
|
|
9627
|
+
|
|
9628
|
+
export declare interface WizardProps {
|
|
9629
|
+
steps: WizardStep[];
|
|
9630
|
+
/** Controlled active index. */
|
|
9631
|
+
activeIndex?: number;
|
|
9632
|
+
/** Uncontrolled initial index. Default `0`. */
|
|
9633
|
+
defaultActiveIndex?: number;
|
|
9634
|
+
onStepChange?: (index: number, step: WizardStep) => void;
|
|
9635
|
+
/** Called when the last step passes validation. */
|
|
9636
|
+
onComplete?: () => void | Promise<void>;
|
|
9637
|
+
/** Label of the advance button. Default `"Next"`. */
|
|
9638
|
+
nextLabel?: string;
|
|
9639
|
+
/** Label of the back button. Default `"Back"`. */
|
|
9640
|
+
backLabel?: string;
|
|
9641
|
+
/** Label of the button on the last step. Default `"Finish"`. */
|
|
9642
|
+
finishLabel?: string;
|
|
9643
|
+
/**
|
|
9644
|
+
* Allow clicking the indicator to jump. Default `false` — a wizard exists
|
|
9645
|
+
* because order matters, and a free jump skips the gates.
|
|
9646
|
+
*/
|
|
9647
|
+
clickableSteps?: boolean;
|
|
9648
|
+
/** Replace the default button row. */
|
|
9649
|
+
renderActions?: (controls: WizardControls) => ReactNode;
|
|
9650
|
+
className?: string;
|
|
9651
|
+
}
|
|
9652
|
+
|
|
9653
|
+
/** One step of the flow. */
|
|
9654
|
+
export declare interface WizardStep {
|
|
9655
|
+
/** Stable identifier. */
|
|
9656
|
+
id: string;
|
|
9657
|
+
/** Step label shown in the indicator. */
|
|
9658
|
+
label: string;
|
|
9659
|
+
/** Optional description under the label. */
|
|
9660
|
+
description?: string;
|
|
9661
|
+
/** Step body. A function receives the flow controls, for a "skip" link inside the form. */
|
|
9662
|
+
content: ReactNode | ((controls: WizardControls) => ReactNode);
|
|
9663
|
+
/**
|
|
9664
|
+
* Gate for leaving this step forward. Return `false` (or a rejected/`false`
|
|
9665
|
+
* promise) to keep the user here — typically `() => form.trigger()`.
|
|
9666
|
+
* Async is supported: the Next button shows a pending state while it runs.
|
|
9667
|
+
*/
|
|
9668
|
+
validate?: () => boolean | Promise<boolean>;
|
|
9669
|
+
/** Marks the step as optional, so `onComplete` can ignore it. */
|
|
9670
|
+
optional?: boolean;
|
|
9671
|
+
}
|
|
9672
|
+
|
|
9071
9673
|
/**
|
|
9072
9674
|
* Write a minimal single-sheet Office Open XML (`.xlsx`) workbook and return
|
|
9073
9675
|
* its bytes. No extra dependency beyond `fflate` — the archive is assembled and
|