@zendir/ui 0.5.0 → 0.6.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/CHANGELOG.md +20 -0
- package/README.md +640 -631
- package/dist/_virtual/_rolldown/runtime.js +13 -0
- package/dist/index.js +17 -221
- package/dist/react/3d/CesiumCaptureSource.d.ts +0 -1
- package/dist/react/3d/CesiumCaptureSource.js +364 -283
- package/dist/react/3d/CesiumCaptureSource.js.map +1 -1
- package/dist/react/3d/ZenSpace3D.d.ts +2 -3
- package/dist/react/3d/ZenSpace3D.js +1681 -1237
- package/dist/react/3d/ZenSpace3D.js.map +1 -1
- package/dist/react/3d/ZenSpace3DCesium.d.ts +0 -1
- package/dist/react/3d/ZenSpace3DCesium.js +513 -560
- package/dist/react/3d/ZenSpace3DCesium.js.map +1 -1
- package/dist/react/3d/ZenSpace3DShaders.js +61 -66
- package/dist/react/3d/ZenSpace3DShaders.js.map +1 -1
- package/dist/react/3d/ZenSpace3DTypes.d.ts +19 -20
- package/dist/react/3d/ZenSpace3DUtils.d.ts +0 -1
- package/dist/react/3d/ZenSpace3DUtils.js +37 -24
- package/dist/react/3d/ZenSpace3DUtils.js.map +1 -1
- package/dist/react/3d/capturePngAnalysis.js +42 -36
- package/dist/react/3d/capturePngAnalysis.js.map +1 -1
- package/dist/react/3d/index.d.ts +3 -3
- package/dist/react/3d/index.js +5 -53
- package/dist/react/3d/threeLoader.d.ts +1 -1
- package/dist/react/3d/threeLoader.js +23 -18
- package/dist/react/3d/threeLoader.js.map +1 -1
- package/dist/react/astro/ClassificationBanner.d.ts +2 -3
- package/dist/react/astro/ClassificationBanner.js +95 -79
- package/dist/react/astro/ClassificationBanner.js.map +1 -1
- package/dist/react/astro/GlobalStatusBar.d.ts +0 -1
- package/dist/react/astro/GlobalStatusBar.js +157 -163
- package/dist/react/astro/GlobalStatusBar.js.map +1 -1
- package/dist/react/astro/MissionClock.d.ts +7 -8
- package/dist/react/astro/MissionClock.js +377 -400
- package/dist/react/astro/MissionClock.js.map +1 -1
- package/dist/react/astro/MonitoringIcon.d.ts +1 -2
- package/dist/react/astro/MonitoringIcon.js +422 -358
- package/dist/react/astro/MonitoringIcon.js.map +1 -1
- package/dist/react/astro/Notification.d.ts +1 -2
- package/dist/react/astro/Notification.js +229 -126
- package/dist/react/astro/Notification.js.map +1 -1
- package/dist/react/astro/Progress.d.ts +0 -1
- package/dist/react/astro/Progress.js +199 -141
- package/dist/react/astro/Progress.js.map +1 -1
- package/dist/react/astro/SimulationControls.d.ts +3 -4
- package/dist/react/astro/SimulationControls.js +596 -650
- package/dist/react/astro/SimulationControls.js.map +1 -1
- package/dist/react/astro/StatusIndicator.d.ts +0 -1
- package/dist/react/astro/StatusIndicator.js +236 -170
- package/dist/react/astro/StatusIndicator.js.map +1 -1
- package/dist/react/astro/UnifiedTimeline.d.ts +9 -10
- package/dist/react/astro/UnifiedTimeline.js +2345 -2392
- package/dist/react/astro/UnifiedTimeline.js.map +1 -1
- package/dist/react/astro/index.d.ts +5 -5
- package/dist/react/astro/index.js +1 -25
- package/dist/react/cards/AccessCard.d.ts +0 -1
- package/dist/react/cards/AccessCard.js +471 -405
- package/dist/react/cards/AccessCard.js.map +1 -1
- package/dist/react/cards/OrbitCard.d.ts +0 -1
- package/dist/react/cards/OrbitCard.js +487 -364
- package/dist/react/cards/OrbitCard.js.map +1 -1
- package/dist/react/cards/SpacecraftCard.d.ts +0 -1
- package/dist/react/cards/SpacecraftCard.js +813 -925
- package/dist/react/cards/SpacecraftCard.js.map +1 -1
- package/dist/react/cards/TelemetryCard.d.ts +0 -1
- package/dist/react/cards/TelemetryCard.js +1055 -732
- package/dist/react/cards/TelemetryCard.js.map +1 -1
- package/dist/react/cards/TelemetryStreamCard.d.ts +0 -1
- package/dist/react/cards/TelemetryStreamCard.js +323 -297
- package/dist/react/cards/TelemetryStreamCard.js.map +1 -1
- package/dist/react/cards/index.d.ts +1 -1
- package/dist/react/cards/index.js +1 -8
- package/dist/react/charts/GroundTrackMap.d.ts +6 -7
- package/dist/react/charts/GroundTrackMap.js +1377 -1256
- package/dist/react/charts/GroundTrackMap.js.map +1 -1
- package/dist/react/charts/GroundTrackMapLeaflet.d.ts +1 -2
- package/dist/react/charts/GroundTrackMapLeaflet.js +1065 -987
- package/dist/react/charts/GroundTrackMapLeaflet.js.map +1 -1
- package/dist/react/charts/groundTrackMapLeafletTiles.js +34 -25
- package/dist/react/charts/groundTrackMapLeafletTiles.js.map +1 -1
- package/dist/react/charts/groundTrackMapLeafletUtils.js +70 -61
- package/dist/react/charts/groundTrackMapLeafletUtils.js.map +1 -1
- package/dist/react/charts/index.d.ts +1 -1
- package/dist/react/charts/index.js +7 -100
- package/dist/react/charts/unified/AstroChart.d.ts +1 -2
- package/dist/react/charts/unified/AstroChart.js +1331 -1411
- package/dist/react/charts/unified/AstroChart.js.map +1 -1
- package/dist/react/charts/unified/PowerOverviewChart.d.ts +3 -3
- package/dist/react/charts/unified/PowerOverviewChart.js +495 -478
- package/dist/react/charts/unified/PowerOverviewChart.js.map +1 -1
- package/dist/react/charts/unified/domain.d.ts +12 -13
- package/dist/react/charts/unified/domain.js +3999 -3145
- package/dist/react/charts/unified/domain.js.map +1 -1
- package/dist/react/charts/unified/generators.d.ts +3 -4
- package/dist/react/charts/unified/generators.js +561 -498
- package/dist/react/charts/unified/generators.js.map +1 -1
- package/dist/react/charts/unified/index.d.ts +1 -1
- package/dist/react/charts/unified/presets.d.ts +14 -15
- package/dist/react/charts/unified/presets.js +857 -994
- package/dist/react/charts/unified/presets.js.map +1 -1
- package/dist/react/charts/unified/sync.d.ts +2 -3
- package/dist/react/charts/unified/sync.js +229 -195
- package/dist/react/charts/unified/sync.js.map +1 -1
- package/dist/react/charts/unified/theme.d.ts +11 -12
- package/dist/react/charts/unified/theme.js +606 -642
- package/dist/react/charts/unified/theme.js.map +1 -1
- package/dist/react/charts/unified/types.d.ts +32 -33
- package/dist/react/charts/unified/useChartStream.d.ts +1 -2
- package/dist/react/charts/unified/useChartStream.js +203 -216
- package/dist/react/charts/unified/useChartStream.js.map +1 -1
- package/dist/react/chatgpt/AppCard.d.ts +1 -2
- package/dist/react/chatgpt/index.d.ts +7 -7
- package/dist/react/chatgpt/index.js +160 -139
- package/dist/react/chatgpt/index.js.map +1 -1
- package/dist/react/context/CategoryContext.d.ts +0 -1
- package/dist/react/context/CategoryContext.js +78 -29
- package/dist/react/context/CategoryContext.js.map +1 -1
- package/dist/react/context/DisplaySettingsContext.d.ts +1 -2
- package/dist/react/context/DisplaySettingsContext.js +205 -156
- package/dist/react/context/DisplaySettingsContext.js.map +1 -1
- package/dist/react/context/SpatialSelectionContext.d.ts +0 -1
- package/dist/react/context/SpatialSelectionContext.js +36 -7
- package/dist/react/context/SpatialSelectionContext.js.map +1 -1
- package/dist/react/core/data/DataTable.d.ts +3 -4
- package/dist/react/core/data/DataTable.js +473 -440
- package/dist/react/core/data/DataTable.js.map +1 -1
- package/dist/react/core/data/DataValue.d.ts +4 -5
- package/dist/react/core/data/DataValue.js +605 -571
- package/dist/react/core/data/DataValue.js.map +1 -1
- package/dist/react/core/data/propertyConfig.d.ts +1 -2
- package/dist/react/core/data/propertyConfig.js +446 -382
- package/dist/react/core/data/propertyConfig.js.map +1 -1
- package/dist/react/core/display/AstroIcon.d.ts +4 -5
- package/dist/react/core/display/AstroIcon.js +339 -429
- package/dist/react/core/display/AstroIcon.js.map +1 -1
- package/dist/react/core/display/Badge.d.ts +2 -3
- package/dist/react/core/display/Badge.js +131 -131
- package/dist/react/core/display/Badge.js.map +1 -1
- package/dist/react/core/display/CardHeader.d.ts +0 -1
- package/dist/react/core/display/CardHeader.js +398 -311
- package/dist/react/core/display/CardHeader.js.map +1 -1
- package/dist/react/core/display/Container.d.ts +2 -3
- package/dist/react/core/display/Container.js +640 -668
- package/dist/react/core/display/Container.js.map +1 -1
- package/dist/react/core/display/CopyButton.d.ts +1 -2
- package/dist/react/core/display/CopyButton.js +158 -101
- package/dist/react/core/display/CopyButton.js.map +1 -1
- package/dist/react/core/display/GlassCard.d.ts +3 -4
- package/dist/react/core/display/GlassCard.js +416 -369
- package/dist/react/core/display/GlassCard.js.map +1 -1
- package/dist/react/core/display/HeaderIconWithStatus.d.ts +0 -1
- package/dist/react/core/display/HeaderIconWithStatus.js +152 -152
- package/dist/react/core/display/HeaderIconWithStatus.js.map +1 -1
- package/dist/react/core/display/Icon.d.ts +2 -3
- package/dist/react/core/display/Icon.js +172 -143
- package/dist/react/core/display/Icon.js.map +1 -1
- package/dist/react/core/display/Typography.d.ts +24 -25
- package/dist/react/core/display/Typography.js +360 -178
- package/dist/react/core/display/Typography.js.map +1 -1
- package/dist/react/core/feedback/ConfirmDialog.d.ts +1 -2
- package/dist/react/core/feedback/ConfirmDialog.js +343 -304
- package/dist/react/core/feedback/ConfirmDialog.js.map +1 -1
- package/dist/react/core/feedback/Dialog.d.ts +2 -3
- package/dist/react/core/feedback/Dialog.js +189 -197
- package/dist/react/core/feedback/Dialog.js.map +1 -1
- package/dist/react/core/feedback/Toast.d.ts +2 -3
- package/dist/react/core/feedback/Toast.js +346 -207
- package/dist/react/core/feedback/Toast.js.map +1 -1
- package/dist/react/core/index.d.ts +26 -26
- package/dist/react/core/index.js +7 -119
- package/dist/react/core/inputs/Button.d.ts +2 -3
- package/dist/react/core/inputs/Button.js +281 -304
- package/dist/react/core/inputs/Button.js.map +1 -1
- package/dist/react/core/inputs/Checkbox.d.ts +2 -3
- package/dist/react/core/inputs/Checkbox.js +139 -127
- package/dist/react/core/inputs/Checkbox.js.map +1 -1
- package/dist/react/core/inputs/Input.d.ts +3 -4
- package/dist/react/core/inputs/Input.js +277 -285
- package/dist/react/core/inputs/Input.js.map +1 -1
- package/dist/react/core/inputs/LimitsBar.d.ts +1 -2
- package/dist/react/core/inputs/LimitsBar.js +271 -196
- package/dist/react/core/inputs/LimitsBar.js.map +1 -1
- package/dist/react/core/inputs/NumberInput.d.ts +2 -3
- package/dist/react/core/inputs/NumberInput.js +531 -503
- package/dist/react/core/inputs/NumberInput.js.map +1 -1
- package/dist/react/core/inputs/PinInput.d.ts +2 -3
- package/dist/react/core/inputs/PinInput.js +224 -207
- package/dist/react/core/inputs/PinInput.js.map +1 -1
- package/dist/react/core/inputs/Select.d.ts +1 -2
- package/dist/react/core/inputs/Select.js +298 -299
- package/dist/react/core/inputs/Select.js.map +1 -1
- package/dist/react/core/inputs/Toggle.d.ts +2 -3
- package/dist/react/core/inputs/Toggle.js +142 -148
- package/dist/react/core/inputs/Toggle.js.map +1 -1
- package/dist/react/core/layout/Box.d.ts +3 -4
- package/dist/react/core/layout/Box.js +118 -122
- package/dist/react/core/layout/Box.js.map +1 -1
- package/dist/react/core/layout/Center.d.ts +0 -1
- package/dist/react/core/layout/Center.js +45 -32
- package/dist/react/core/layout/Center.js.map +1 -1
- package/dist/react/core/layout/Divider.d.ts +1 -2
- package/dist/react/core/layout/Divider.js +112 -106
- package/dist/react/core/layout/Divider.js.map +1 -1
- package/dist/react/core/layout/Flex.d.ts +4 -5
- package/dist/react/core/layout/Flex.js +120 -124
- package/dist/react/core/layout/Flex.js.map +1 -1
- package/dist/react/core/layout/Grid.d.ts +5 -6
- package/dist/react/core/layout/Grid.js +131 -138
- package/dist/react/core/layout/Grid.js.map +1 -1
- package/dist/react/core/layout/Spacer.d.ts +0 -1
- package/dist/react/core/layout/Spacer.js +36 -29
- package/dist/react/core/layout/Spacer.js.map +1 -1
- package/dist/react/core/layout/Stack.d.ts +4 -5
- package/dist/react/core/layout/Stack.js +127 -70
- package/dist/react/core/layout/Stack.js.map +1 -1
- package/dist/react/core/layout/responsive.d.ts +1 -2
- package/dist/react/core/layout/responsive.js +25 -19
- package/dist/react/core/layout/responsive.js.map +1 -1
- package/dist/react/core/layout/useBreakpoint.d.ts +1 -1
- package/dist/react/core/layout/useBreakpoint.js +119 -66
- package/dist/react/core/layout/useBreakpoint.js.map +1 -1
- package/dist/react/core/navigation/AppBar.d.ts +1 -2
- package/dist/react/core/navigation/AppBar.js +827 -805
- package/dist/react/core/navigation/AppBar.js.map +1 -1
- package/dist/react/core/navigation/Pagination.d.ts +2 -3
- package/dist/react/core/navigation/Pagination.js +207 -187
- package/dist/react/core/navigation/Pagination.js.map +1 -1
- package/dist/react/core/navigation/SideNav.d.ts +5 -6
- package/dist/react/core/navigation/SideNav.js +855 -629
- package/dist/react/core/navigation/SideNav.js.map +1 -1
- package/dist/react/core/navigation/Tabs.d.ts +0 -1
- package/dist/react/core/navigation/Tabs.js +113 -119
- package/dist/react/core/navigation/Tabs.js.map +1 -1
- package/dist/react/core/overlays/Popover.d.ts +2 -3
- package/dist/react/core/overlays/Popover.js +303 -282
- package/dist/react/core/overlays/Popover.js.map +1 -1
- package/dist/react/core/overlays/SidePanel.d.ts +1 -2
- package/dist/react/core/overlays/SidePanel.js +217 -212
- package/dist/react/core/overlays/SidePanel.js.map +1 -1
- package/dist/react/core/overlays/Tooltip.d.ts +1 -2
- package/dist/react/core/overlays/Tooltip.js +170 -176
- package/dist/react/core/overlays/Tooltip.js.map +1 -1
- package/dist/react/core/widgets/ActivityPlanner.d.ts +0 -1
- package/dist/react/core/widgets/ActivityPlanner.js +855 -517
- package/dist/react/core/widgets/ActivityPlanner.js.map +1 -1
- package/dist/react/core/widgets/Capture.d.ts +2 -3
- package/dist/react/core/widgets/Capture.js +965 -779
- package/dist/react/core/widgets/Capture.js.map +1 -1
- package/dist/react/core/widgets/ChatPanel.d.ts +16 -17
- package/dist/react/core/widgets/ChatPanel.js +1734 -1034
- package/dist/react/core/widgets/ChatPanel.js.map +1 -1
- package/dist/react/core/widgets/ColorPickerPanel.d.ts +0 -1
- package/dist/react/core/widgets/ColorPickerPanel.js +298 -287
- package/dist/react/core/widgets/ColorPickerPanel.js.map +1 -1
- package/dist/react/core/widgets/CommandBuilder.d.ts +2 -3
- package/dist/react/core/widgets/CommandBuilder.js +624 -516
- package/dist/react/core/widgets/CommandBuilder.js.map +1 -1
- package/dist/react/core/widgets/ConnectionForm.d.ts +2 -3
- package/dist/react/core/widgets/ConnectionForm.js +528 -492
- package/dist/react/core/widgets/ConnectionForm.js.map +1 -1
- package/dist/react/core/widgets/FileExplorer.d.ts +3 -4
- package/dist/react/core/widgets/FileExplorer.js +617 -505
- package/dist/react/core/widgets/FileExplorer.js.map +1 -1
- package/dist/react/core/widgets/HexViewer.d.ts +2 -3
- package/dist/react/core/widgets/HexViewer.js +1353 -1091
- package/dist/react/core/widgets/HexViewer.js.map +1 -1
- package/dist/react/core/widgets/ImageFrame.d.ts +1 -2
- package/dist/react/core/widgets/ImageFrame.js +230 -193
- package/dist/react/core/widgets/ImageFrame.js.map +1 -1
- package/dist/react/core/widgets/ImageGallery.d.ts +2 -1
- package/dist/react/core/widgets/ImageGallery.js +380 -314
- package/dist/react/core/widgets/ImageGallery.js.map +1 -1
- package/dist/react/core/widgets/ImagePanel.d.ts +0 -1
- package/dist/react/core/widgets/ImagePanel.js +110 -101
- package/dist/react/core/widgets/ImagePanel.js.map +1 -1
- package/dist/react/core/widgets/LogViewer.d.ts +2 -3
- package/dist/react/core/widgets/LogViewer.js +711 -607
- package/dist/react/core/widgets/LogViewer.js.map +1 -1
- package/dist/react/core/widgets/MessageStream.d.ts +3 -4
- package/dist/react/core/widgets/MessageStream.js +514 -444
- package/dist/react/core/widgets/MessageStream.js.map +1 -1
- package/dist/react/core/widgets/MissionCalendar.d.ts +3 -4
- package/dist/react/core/widgets/MissionCalendar.js +1488 -1020
- package/dist/react/core/widgets/MissionCalendar.js.map +1 -1
- package/dist/react/core/widgets/PacketViewer.d.ts +2 -3
- package/dist/react/core/widgets/PacketViewer.js +550 -421
- package/dist/react/core/widgets/PacketViewer.js.map +1 -1
- package/dist/react/core/widgets/capture-placeholder.png.js +6 -5
- package/dist/react/core/widgets/capture-placeholder.png.js.map +1 -1
- package/dist/react/hooks/index.d.ts +5 -5
- package/dist/react/hooks/useAccessWindows.d.ts +0 -1
- package/dist/react/hooks/useCompactMode.d.ts +1 -1
- package/dist/react/hooks/useCompactMode.js +104 -58
- package/dist/react/hooks/useCompactMode.js.map +1 -1
- package/dist/react/hooks/useGroundTrackHistory.d.ts +0 -1
- package/dist/react/hooks/useSimulationScene.d.ts +1 -2
- package/dist/react/hooks/useSimulationScene.js +481 -374
- package/dist/react/hooks/useSimulationScene.js.map +1 -1
- package/dist/react/index.d.ts +3 -3
- package/dist/react/panels/LayerControlPanel.d.ts +1 -2
- package/dist/react/panels/LayerControlPanel.js +223 -180
- package/dist/react/panels/LayerControlPanel.js.map +1 -1
- package/dist/react/panels/ObjectInventoryPanel.d.ts +2 -3
- package/dist/react/panels/ObjectInventoryPanel.js +315 -250
- package/dist/react/panels/ObjectInventoryPanel.js.map +1 -1
- package/dist/react/panels/index.d.ts +1 -1
- package/dist/react/panels/index.js +1 -6
- package/dist/react/shared/ErrorBoundary.d.ts +1 -2
- package/dist/react/shared/ErrorBoundary.js +170 -139
- package/dist/react/shared/ErrorBoundary.js.map +1 -1
- package/dist/react/shared/Skeleton.d.ts +1 -2
- package/dist/react/shared/Skeleton.js +300 -301
- package/dist/react/shared/Skeleton.js.map +1 -1
- package/dist/react/theme/ThemeProvider.d.ts +2 -321
- package/dist/react/theme/ThemeProvider.js +312 -939
- package/dist/react/theme/ThemeProvider.js.map +1 -1
- package/dist/react/theme/cardAccent.d.ts +1 -2
- package/dist/react/theme/cardAccent.js +196 -126
- package/dist/react/theme/cardAccent.js.map +1 -1
- package/dist/react/theme/config.d.ts +0 -1
- package/dist/react/theme/config.js +47 -25
- package/dist/react/theme/config.js.map +1 -1
- package/dist/react/theme/index.d.ts +2 -2
- package/dist/react/theme/index.js +1 -16
- package/dist/react/theme/types.d.ts +332 -0
- package/dist/react/theme/types.js +39 -0
- package/dist/react/theme/types.js.map +1 -0
- package/dist/react/types.d.ts +8 -8
- package/dist/react/types.js +147 -47
- package/dist/react/types.js.map +1 -1
- package/dist/react/utils/categoryPalette.d.ts +0 -1
- package/dist/react/utils/categoryPalette.js +91 -102
- package/dist/react/utils/categoryPalette.js.map +1 -1
- package/dist/react/utils/index.d.ts +5 -5
- package/dist/react/utils/index.js +457 -371
- package/dist/react/utils/index.js.map +1 -1
- package/dist/react/visualizations/EclipseTimerCard.d.ts +0 -1
- package/dist/react/visualizations/LinkBudgetCard.d.ts +0 -1
- package/dist/react/visualizations/NavBallCard.d.ts +0 -1
- package/dist/react/visualizations/PropulsionCard.d.ts +1 -2
- package/dist/react/visualizations/SensorFootprintCard.d.ts +1 -2
- package/dist/react/visualizations/ThermalHeatmapCard.d.ts +0 -1
- package/dist/react/visualizations/index.d.ts +3 -3
- package/dist/react.d.ts +2 -1
- package/dist/react.js +17 -221
- package/dist/shaders/atmosphere.frag.js +6 -5
- package/dist/shaders/atmosphere.frag.js.map +1 -1
- package/dist/shaders/atmosphere.vert.js +6 -5
- package/dist/shaders/atmosphere.vert.js.map +1 -1
- package/dist/shaders/stars.frag.js +6 -5
- package/dist/shaders/stars.frag.js.map +1 -1
- package/dist/shaders/stars.vert.js +6 -5
- package/dist/shaders/stars.vert.js.map +1 -1
- package/dist/style.css +217 -194
- package/dist/tokens/core.d.ts +159 -0
- package/dist/tokens/core.js +144 -0
- package/dist/tokens/core.js.map +1 -0
- package/dist/tokens/css-vars.d.ts +213 -2
- package/dist/tokens/css-vars.js +590 -227
- package/dist/tokens/css-vars.js.map +1 -1
- package/dist/tokens/index.d.ts +31 -228
- package/dist/tokens/index.js +281 -366
- package/dist/tokens/index.js.map +1 -1
- package/dist/tokens/palettes/astro.d.ts +129 -0
- package/dist/tokens/palettes/astro.js +112 -0
- package/dist/tokens/palettes/astro.js.map +1 -0
- package/dist/tokens/palettes/index.d.ts +288 -0
- package/dist/tokens/palettes/index.js +35 -0
- package/dist/tokens/palettes/index.js.map +1 -0
- package/dist/tokens/palettes/tailwind.d.ts +324 -0
- package/dist/tokens/palettes/tailwind.js +201 -0
- package/dist/tokens/palettes/tailwind.js.map +1 -0
- package/dist/tokens/palettes/zendir.d.ts +126 -0
- package/dist/tokens/palettes/zendir.js +92 -0
- package/dist/tokens/palettes/zendir.js.map +1 -0
- package/dist/tokens/themes.d.ts +30 -0
- package/dist/tokens/themes.js +704 -0
- package/dist/tokens/themes.js.map +1 -0
- package/dist/tokens/tokens.css +419 -41
- package/dist/types/index.d.ts +2 -2
- package/package.json +310 -313
- package/dist/index.js.map +0 -1
- package/dist/react/3d/index.js.map +0 -1
- package/dist/react/astro/index.js.map +0 -1
- package/dist/react/cards/index.js.map +0 -1
- package/dist/react/charts/index.js.map +0 -1
- package/dist/react/core/index.js.map +0 -1
- package/dist/react/panels/index.js.map +0 -1
- package/dist/react/theme/astro-tokens.d.ts +0 -153
- package/dist/react/theme/index.js.map +0 -1
- package/dist/react.js.map +0 -1
package/dist/style.css
CHANGED
|
@@ -1,194 +1,217 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Zendir UI — Leaflet theme (hybrid / purple-hue)
|
|
3
|
-
* Use with GroundTrackMap when mapProvider="leaflet".
|
|
4
|
-
* Keeps map controls on-brand and minimizes third-party branding on the frontend.
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* Container: match SDK background and radius. Inherit the active theme
|
|
8
|
-
* font (set by <ThemeProvider />) instead of hard-coding Roboto, so
|
|
9
|
-
* Leaflet text stays consistent with the rest of the app. */
|
|
10
|
-
.zendir-ground-track-map .leaflet-container {
|
|
11
|
-
background: #0f1520;
|
|
12
|
-
font-family: var(
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
.zendir-ground-track-map .leaflet-control-zoom
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
.zendir-ground-track-map .leaflet-control-attribution a
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Zendir UI — Leaflet theme (hybrid / purple-hue)
|
|
3
|
+
* Use with GroundTrackMap when mapProvider="leaflet".
|
|
4
|
+
* Keeps map controls on-brand and minimizes third-party branding on the frontend.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* Container: match SDK background and radius. Inherit the active theme
|
|
8
|
+
* font (set by <ThemeProvider />) instead of hard-coding Roboto, so
|
|
9
|
+
* Leaflet text stays consistent with the rest of the app. */
|
|
10
|
+
.zendir-ground-track-map .leaflet-container {
|
|
11
|
+
background: #0f1520;
|
|
12
|
+
font-family: var(
|
|
13
|
+
--font-family-primary,
|
|
14
|
+
"Public Sans",
|
|
15
|
+
"Roboto",
|
|
16
|
+
-apple-system,
|
|
17
|
+
BlinkMacSystemFont,
|
|
18
|
+
"Segoe UI",
|
|
19
|
+
sans-serif
|
|
20
|
+
);
|
|
21
|
+
cursor: grab;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/* Zoom controls: visible and above overlays so scroll/zoom work */
|
|
25
|
+
.zendir-ground-track-map .leaflet-control-zoom {
|
|
26
|
+
z-index: 1000 !important;
|
|
27
|
+
border: 1px solid rgba(157, 112, 255, 0.35) !important;
|
|
28
|
+
border-radius: 8px;
|
|
29
|
+
overflow: hidden;
|
|
30
|
+
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.zendir-ground-track-map .leaflet-control-zoom a,
|
|
34
|
+
.zendir-ground-track-map .leaflet-control-zoom a:hover {
|
|
35
|
+
background: #181d2e !important;
|
|
36
|
+
color: #e4e0f0 !important;
|
|
37
|
+
width: 36px !important;
|
|
38
|
+
height: 36px !important;
|
|
39
|
+
line-height: 36px !important;
|
|
40
|
+
font-size: 20px !important;
|
|
41
|
+
font-weight: bold !important;
|
|
42
|
+
border: none !important;
|
|
43
|
+
cursor: pointer !important;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.zendir-ground-track-map .leaflet-control-zoom a:hover {
|
|
47
|
+
background: rgba(157, 112, 255, 0.15) !important;
|
|
48
|
+
color: #b794ff !important;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.zendir-ground-track-map .leaflet-control-zoom-in {
|
|
52
|
+
border-bottom: 1px solid rgba(157, 112, 255, 0.15) !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/* Attribution: minimal, no Leaflet branding on frontend */
|
|
56
|
+
.zendir-ground-track-map .leaflet-control-attribution {
|
|
57
|
+
background: rgba(15, 21, 32, 0.85) !important;
|
|
58
|
+
color: rgba(148, 163, 184, 0.7) !important;
|
|
59
|
+
font-size: 10px !important;
|
|
60
|
+
padding: 2px 6px !important;
|
|
61
|
+
border-radius: 4px 0 0 0;
|
|
62
|
+
border: none;
|
|
63
|
+
margin: 0 !important;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/* Hide "Leaflet" link in attribution so only tile provider is shown */
|
|
67
|
+
.zendir-ground-track-map .leaflet-control-attribution a[href*="leaflet"] {
|
|
68
|
+
display: none !important;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.zendir-ground-track-map .leaflet-control-attribution a {
|
|
72
|
+
color: rgba(157, 112, 255, 0.8) !important;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.zendir-ground-track-map .leaflet-control-attribution a:hover {
|
|
76
|
+
color: #b794ff !important;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/* Popup / tooltip styling */
|
|
80
|
+
.zendir-ground-track-map .leaflet-popup-content-wrapper {
|
|
81
|
+
background: #181d2e;
|
|
82
|
+
border: 1px solid rgba(157, 112, 255, 0.2);
|
|
83
|
+
border-radius: 8px;
|
|
84
|
+
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.zendir-ground-track-map .leaflet-popup-tip {
|
|
88
|
+
background: #181d2e;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.zendir-ground-track-map .leaflet-popup-content {
|
|
92
|
+
margin: 8px 12px;
|
|
93
|
+
color: #e4e0f0;
|
|
94
|
+
font-size: 12px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/* Ensure map is interactive (scroll zoom, drag) */
|
|
98
|
+
.zendir-ground-track-map-leaflet .leaflet-container {
|
|
99
|
+
touch-action: none;
|
|
100
|
+
}
|
|
101
|
+
.zendir-ground-track-map .leaflet-pane,
|
|
102
|
+
.zendir-ground-track-map .leaflet-tile-pane {
|
|
103
|
+
pointer-events: auto;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/* Dragging cursor */
|
|
107
|
+
.zendir-ground-track-map .leaflet-grab {
|
|
108
|
+
cursor: grab;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.zendir-ground-track-map .leaflet-dragging .leaflet-grab {
|
|
112
|
+
cursor: grabbing;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/* ── Custom SVG div icons ──────────────────────────────────────────────────── */
|
|
116
|
+
.zendir-sat-icon,
|
|
117
|
+
.zendir-station-icon {
|
|
118
|
+
background: none !important;
|
|
119
|
+
border: none !important;
|
|
120
|
+
/* Let the inline SVG size itself naturally */
|
|
121
|
+
overflow: visible;
|
|
122
|
+
pointer-events: auto;
|
|
123
|
+
cursor: pointer;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.zendir-sat-icon:hover svg,
|
|
127
|
+
.zendir-station-icon:hover svg {
|
|
128
|
+
filter: drop-shadow(0 0 6px currentColor);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/* Leaflet default icon reset (avoid blue pin override) */
|
|
132
|
+
.zendir-sat-icon img,
|
|
133
|
+
.zendir-station-icon img {
|
|
134
|
+
display: none !important;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/* Tooltip (rich HTML) */
|
|
138
|
+
.zendir-leaflet-tooltip {
|
|
139
|
+
background: rgba(13, 19, 35, 0.95) !important;
|
|
140
|
+
border: 1px solid rgba(157, 112, 255, 0.35) !important;
|
|
141
|
+
border-radius: 6px !important;
|
|
142
|
+
color: #e4e0f0 !important;
|
|
143
|
+
font-size: 11px !important;
|
|
144
|
+
font-family: var(
|
|
145
|
+
--font-family-primary,
|
|
146
|
+
"Public Sans",
|
|
147
|
+
"Roboto",
|
|
148
|
+
"Inter",
|
|
149
|
+
system-ui,
|
|
150
|
+
sans-serif
|
|
151
|
+
) !important;
|
|
152
|
+
padding: 5px 9px !important;
|
|
153
|
+
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45) !important;
|
|
154
|
+
white-space: nowrap;
|
|
155
|
+
pointer-events: none;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.zendir-leaflet-tooltip::before {
|
|
159
|
+
border-top-color: rgba(157, 112, 255, 0.35) !important;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/* ── Pin icons ──────────────────────────────────────────────────────────────── */
|
|
163
|
+
.zendir-pin-icon {
|
|
164
|
+
background: none !important;
|
|
165
|
+
border: none !important;
|
|
166
|
+
overflow: visible;
|
|
167
|
+
pointer-events: auto;
|
|
168
|
+
cursor: pointer;
|
|
169
|
+
transition: transform 200ms cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.zendir-pin-icon:hover {
|
|
173
|
+
transform: scale(1.15) translateY(-2px);
|
|
174
|
+
z-index: 1000 !important;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.zendir-pin-icon img {
|
|
178
|
+
display: none !important;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/* Pin tooltip */
|
|
182
|
+
.zendir-pin-tooltip {
|
|
183
|
+
background: rgba(13, 19, 35, 0.95) !important;
|
|
184
|
+
border: 1px solid rgba(157, 112, 255, 0.35) !important;
|
|
185
|
+
border-radius: 6px !important;
|
|
186
|
+
color: #e4e0f0 !important;
|
|
187
|
+
font-size: 11px !important;
|
|
188
|
+
font-family: var(
|
|
189
|
+
--font-family-primary,
|
|
190
|
+
"Public Sans",
|
|
191
|
+
"Roboto",
|
|
192
|
+
"Inter",
|
|
193
|
+
system-ui,
|
|
194
|
+
sans-serif
|
|
195
|
+
) !important;
|
|
196
|
+
padding: 5px 9px !important;
|
|
197
|
+
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45) !important;
|
|
198
|
+
pointer-events: none;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.zendir-pin-tooltip::before {
|
|
202
|
+
border-top-color: rgba(157, 112, 255, 0.35) !important;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
/* Crosshair cursor when pins are editable (click-to-add mode) */
|
|
206
|
+
.zendir-pins-editable .leaflet-container {
|
|
207
|
+
cursor: crosshair;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.zendir-pins-editable .leaflet-marker-icon {
|
|
211
|
+
cursor: grab;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.zendir-pins-editable .leaflet-dragging .leaflet-marker-icon {
|
|
215
|
+
cursor: grabbing;
|
|
216
|
+
}
|
|
217
|
+
/*$vite$:1*/
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @zendir/ui - Design Tokens (core scalars)
|
|
3
|
+
*
|
|
4
|
+
* Exportable design tokens for use in CSS and JavaScript.
|
|
5
|
+
* Based on Astro UX Design System.
|
|
6
|
+
*
|
|
7
|
+
* These are the shared scalar primitives (spacing, radius, typography,
|
|
8
|
+
* shadows, animation) plus the base color reference table. Status colors
|
|
9
|
+
* are sourced from the Astro UXDS ramps in tokens/palettes so there is a
|
|
10
|
+
* single source of truth for severity values across the whole system.
|
|
11
|
+
*/
|
|
12
|
+
export declare const colors: {
|
|
13
|
+
readonly status: {
|
|
14
|
+
readonly critical: "#FF3838";
|
|
15
|
+
readonly serious: "#FFB302";
|
|
16
|
+
readonly caution: "#FCE83A";
|
|
17
|
+
readonly normal: "#56F000";
|
|
18
|
+
readonly standby: "#2DCCFF";
|
|
19
|
+
readonly off: "#A4ABB6";
|
|
20
|
+
};
|
|
21
|
+
readonly statusLightFill: {
|
|
22
|
+
readonly critical: "#FF2A04";
|
|
23
|
+
readonly serious: "#FFAF3D";
|
|
24
|
+
readonly caution: "#FAD800";
|
|
25
|
+
readonly normal: "#00E200";
|
|
26
|
+
readonly standby: "#64D9FF";
|
|
27
|
+
readonly off: "#7B8089";
|
|
28
|
+
};
|
|
29
|
+
readonly statusLightBorder: {
|
|
30
|
+
readonly critical: "#661102";
|
|
31
|
+
readonly serious: "#664618";
|
|
32
|
+
readonly caution: "#645600";
|
|
33
|
+
readonly normal: "#005A00";
|
|
34
|
+
readonly standby: "#285766";
|
|
35
|
+
readonly off: "#3C3E42";
|
|
36
|
+
};
|
|
37
|
+
readonly background: {
|
|
38
|
+
readonly dark: {
|
|
39
|
+
readonly base: "#101923";
|
|
40
|
+
readonly surface: "#1b2d3e";
|
|
41
|
+
readonly elevated: "#243647";
|
|
42
|
+
readonly overlay: "rgba(0, 0, 0, 0.7)";
|
|
43
|
+
};
|
|
44
|
+
readonly light: {
|
|
45
|
+
readonly base: "#f5f6f9";
|
|
46
|
+
readonly surface: "#ffffff";
|
|
47
|
+
readonly elevated: "#ffffff";
|
|
48
|
+
readonly overlay: "rgba(0, 0, 0, 0.5)";
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
readonly text: {
|
|
52
|
+
readonly dark: {
|
|
53
|
+
readonly primary: "#ffffff";
|
|
54
|
+
readonly secondary: "#9ea7ad";
|
|
55
|
+
readonly tertiary: "#6b7175";
|
|
56
|
+
readonly muted: "#52595f";
|
|
57
|
+
};
|
|
58
|
+
readonly light: {
|
|
59
|
+
readonly primary: "#1b2d3e";
|
|
60
|
+
readonly secondary: "#4c5a67";
|
|
61
|
+
readonly tertiary: "#7a8891";
|
|
62
|
+
readonly muted: "#a4adb5";
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
readonly accent: {
|
|
66
|
+
readonly primary: "#4dacff";
|
|
67
|
+
readonly secondary: "#3d8ddb";
|
|
68
|
+
readonly tertiary: "#2e6eb3";
|
|
69
|
+
};
|
|
70
|
+
readonly border: {
|
|
71
|
+
readonly dark: {
|
|
72
|
+
readonly default: "#3c4b5a";
|
|
73
|
+
readonly muted: "#2b3d4e";
|
|
74
|
+
readonly focus: "#4dacff";
|
|
75
|
+
};
|
|
76
|
+
readonly light: {
|
|
77
|
+
readonly default: "#c4c8cc";
|
|
78
|
+
readonly muted: "#e1e4e8";
|
|
79
|
+
readonly focus: "#4dacff";
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
export declare const spacing: {
|
|
84
|
+
readonly xs: "4px";
|
|
85
|
+
readonly sm: "8px";
|
|
86
|
+
readonly md: "16px";
|
|
87
|
+
readonly lg: "24px";
|
|
88
|
+
readonly xl: "32px";
|
|
89
|
+
readonly xxl: "48px";
|
|
90
|
+
};
|
|
91
|
+
export declare const borderRadius: {
|
|
92
|
+
readonly none: "0";
|
|
93
|
+
readonly sm: "2px";
|
|
94
|
+
readonly md: "4px";
|
|
95
|
+
readonly lg: "8px";
|
|
96
|
+
readonly xl: "16px";
|
|
97
|
+
readonly full: "9999px";
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* Typography tokens following AstroUXDS Design System
|
|
101
|
+
* @see https://www.astrouxds.com/foundations/typography/
|
|
102
|
+
*
|
|
103
|
+
* Font weights per Astro spec: 300 (Light), 400 (Regular), 500 (Medium), 700 (Bold)
|
|
104
|
+
* Note: Astro does NOT use 600 (semibold) - use 500 (medium) or 700 (bold) instead
|
|
105
|
+
*/
|
|
106
|
+
export declare const typography: {
|
|
107
|
+
readonly fontFamily: {
|
|
108
|
+
/** Heading font: Sora (Zendir Brand Standard) */
|
|
109
|
+
readonly heading: "\"Sora\", \"Roboto\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif";
|
|
110
|
+
/** Primary font: Public Sans (Zendir Brand Standard) */
|
|
111
|
+
readonly primary: "\"Public Sans\", \"Roboto\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif";
|
|
112
|
+
/** Monospace font: Roboto Mono for data/code */
|
|
113
|
+
readonly mono: "\"Roboto Mono\", \"SF Mono\", \"Consolas\", \"Liberation Mono\", monospace";
|
|
114
|
+
};
|
|
115
|
+
readonly fontSize: {
|
|
116
|
+
readonly micro: "0.5625rem";
|
|
117
|
+
readonly xxs: "0.625rem";
|
|
118
|
+
readonly xs: "0.75rem";
|
|
119
|
+
readonly sm: "0.875rem";
|
|
120
|
+
readonly base: "1rem";
|
|
121
|
+
readonly md: "1.125rem";
|
|
122
|
+
readonly lg: "1.25rem";
|
|
123
|
+
readonly xl: "1.5rem";
|
|
124
|
+
readonly xxl: "2.125rem";
|
|
125
|
+
readonly xxxl: "3rem";
|
|
126
|
+
readonly display: "3.75rem";
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* Font weights per AstroUXDS specification
|
|
130
|
+
* Only 300, 400, 500, 700 are officially supported
|
|
131
|
+
*/
|
|
132
|
+
readonly fontWeight: {
|
|
133
|
+
readonly light: 300;
|
|
134
|
+
readonly normal: 400;
|
|
135
|
+
readonly regular: 400;
|
|
136
|
+
readonly medium: 500;
|
|
137
|
+
readonly bold: 700;
|
|
138
|
+
/** @deprecated Use medium (500) instead - Astro spec only supports 300, 400, 500, 700 */
|
|
139
|
+
readonly semibold: 500;
|
|
140
|
+
};
|
|
141
|
+
readonly lineHeight: {
|
|
142
|
+
readonly tight: 1.25;
|
|
143
|
+
readonly normal: 1.5;
|
|
144
|
+
readonly relaxed: 1.75;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
export declare const shadows: {
|
|
148
|
+
readonly none: "none";
|
|
149
|
+
readonly sm: "0 1px 2px rgba(0, 0, 0, 0.3)";
|
|
150
|
+
readonly md: "0 2px 8px rgba(0, 0, 0, 0.3)";
|
|
151
|
+
readonly lg: "0 4px 16px rgba(0, 0, 0, 0.3)";
|
|
152
|
+
readonly xl: "0 8px 32px rgba(0, 0, 0, 0.4)";
|
|
153
|
+
readonly glow: "0 0 20px rgba(77, 172, 255, 0.4)";
|
|
154
|
+
};
|
|
155
|
+
export declare const animation: {
|
|
156
|
+
readonly fast: "150ms ease";
|
|
157
|
+
readonly normal: "250ms ease";
|
|
158
|
+
readonly slow: "400ms ease";
|
|
159
|
+
};
|