@streamplace/components 0.8.9 → 0.8.13
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/dist/components/chat/chat-box.d.ts +8 -0
- package/dist/components/chat/chat-box.d.ts.map +1 -0
- package/dist/components/chat/chat-box.js +19 -2
- package/dist/components/chat/chat-box.js.map +1 -0
- package/dist/components/chat/chat-message.d.ts +8 -0
- package/dist/components/chat/chat-message.d.ts.map +1 -0
- package/dist/components/chat/chat-message.js +6 -4
- package/dist/components/chat/chat-message.js.map +1 -0
- package/dist/components/chat/chat.d.ts +7 -0
- package/dist/components/chat/chat.d.ts.map +1 -0
- package/dist/components/chat/chat.js +1 -0
- package/dist/components/chat/chat.js.map +1 -0
- package/dist/components/chat/emoji-suggestions.d.ts +38 -0
- package/dist/components/chat/emoji-suggestions.d.ts.map +1 -0
- package/dist/components/chat/emoji-suggestions.js +1 -0
- package/dist/components/chat/emoji-suggestions.js.map +1 -0
- package/dist/components/chat/mention-suggestions.d.ts +9 -0
- package/dist/components/chat/mention-suggestions.d.ts.map +1 -0
- package/dist/components/chat/mention-suggestions.js +1 -0
- package/dist/components/chat/mention-suggestions.js.map +1 -0
- package/dist/components/chat/mod-view.d.ts +20 -0
- package/dist/components/chat/mod-view.d.ts.map +1 -0
- package/dist/components/chat/mod-view.js +5 -3
- package/dist/components/chat/mod-view.js.map +1 -0
- package/dist/components/chat/system-message.d.ts +7 -0
- package/dist/components/chat/system-message.d.ts.map +1 -0
- package/dist/components/chat/system-message.js +1 -0
- package/dist/components/chat/system-message.js.map +1 -0
- package/dist/components/content-metadata/content-metadata-form.d.ts +9 -0
- package/dist/components/content-metadata/content-metadata-form.d.ts.map +1 -0
- package/dist/components/content-metadata/content-metadata-form.js +4 -2
- package/dist/components/content-metadata/content-metadata-form.js.map +1 -0
- package/dist/components/content-metadata/content-rights.d.ts +14 -0
- package/dist/components/content-metadata/content-rights.d.ts.map +1 -0
- package/dist/components/content-metadata/content-rights.js +1 -0
- package/dist/components/content-metadata/content-rights.js.map +1 -0
- package/dist/components/content-metadata/content-warning-badge.d.ts +5 -0
- package/dist/components/content-metadata/content-warning-badge.d.ts.map +1 -0
- package/dist/components/content-metadata/content-warning-badge.js +1 -0
- package/dist/components/content-metadata/content-warning-badge.js.map +1 -0
- package/dist/components/content-metadata/content-warnings.d.ts +7 -0
- package/dist/components/content-metadata/content-warnings.d.ts.map +1 -0
- package/dist/components/content-metadata/content-warnings.js +1 -0
- package/dist/components/content-metadata/content-warnings.js.map +1 -0
- package/dist/components/content-metadata/index.d.ts +8 -0
- package/dist/components/content-metadata/index.d.ts.map +1 -0
- package/dist/components/content-metadata/index.js +1 -0
- package/dist/components/content-metadata/index.js.map +1 -0
- package/dist/components/danmu/danmu-message.d.ts +17 -0
- package/dist/components/danmu/danmu-message.d.ts.map +1 -0
- package/dist/components/danmu/danmu-message.js +112 -0
- package/dist/components/danmu/danmu-message.js.map +1 -0
- package/dist/components/danmu/danmu-overlay-obs.d.ts +11 -0
- package/dist/components/danmu/danmu-overlay-obs.d.ts.map +1 -0
- package/dist/components/danmu/danmu-overlay-obs.js +21 -0
- package/dist/components/danmu/danmu-overlay-obs.js.map +1 -0
- package/dist/components/danmu/danmu-overlay.d.ts +10 -0
- package/dist/components/danmu/danmu-overlay.d.ts.map +1 -0
- package/dist/components/danmu/danmu-overlay.js +150 -0
- package/dist/components/danmu/danmu-overlay.js.map +1 -0
- package/dist/components/danmu/math.d.ts +10 -0
- package/dist/components/danmu/math.d.ts.map +1 -0
- package/dist/components/danmu/math.js +16 -0
- package/dist/components/danmu/math.js.map +1 -0
- package/dist/components/danmu/mu.d.ts +9 -0
- package/dist/components/danmu/mu.d.ts.map +1 -0
- package/dist/components/danmu/mu.js +9 -0
- package/dist/components/danmu/mu.js.map +1 -0
- package/dist/components/danmu/use-danmu-lanes.d.ts +19 -0
- package/dist/components/danmu/use-danmu-lanes.d.ts.map +1 -0
- package/dist/components/danmu/use-danmu-lanes.js +77 -0
- package/dist/components/danmu/use-danmu-lanes.js.map +1 -0
- package/dist/components/dashboard/chat-panel.d.ts +9 -0
- package/dist/components/dashboard/chat-panel.d.ts.map +1 -0
- package/dist/components/dashboard/chat-panel.js +1 -0
- package/dist/components/dashboard/chat-panel.js.map +1 -0
- package/dist/components/dashboard/header.d.ts +14 -0
- package/dist/components/dashboard/header.d.ts.map +1 -0
- package/dist/components/dashboard/header.js +1 -0
- package/dist/components/dashboard/header.js.map +1 -0
- package/dist/components/dashboard/index.d.ts +6 -0
- package/dist/components/dashboard/index.d.ts.map +1 -0
- package/dist/components/dashboard/index.js +1 -0
- package/dist/components/dashboard/index.js.map +1 -0
- package/dist/components/dashboard/information-widget.d.ts +9 -0
- package/dist/components/dashboard/information-widget.d.ts.map +1 -0
- package/dist/components/dashboard/information-widget.js +1 -0
- package/dist/components/dashboard/information-widget.js.map +1 -0
- package/dist/components/dashboard/mod-actions.d.ts +15 -0
- package/dist/components/dashboard/mod-actions.d.ts.map +1 -0
- package/dist/components/dashboard/mod-actions.js +1 -0
- package/dist/components/dashboard/mod-actions.js.map +1 -0
- package/dist/components/dashboard/problems.d.ts +13 -0
- package/dist/components/dashboard/problems.d.ts.map +1 -0
- package/dist/components/dashboard/problems.js +1 -0
- package/dist/components/dashboard/problems.js.map +1 -0
- package/dist/components/icons/bluesky-icon.d.ts +5 -0
- package/dist/components/icons/bluesky-icon.d.ts.map +1 -0
- package/dist/components/icons/bluesky-icon.js +1 -0
- package/dist/components/icons/bluesky-icon.js.map +1 -0
- package/dist/components/keep-awake.d.ts +2 -0
- package/dist/components/keep-awake.d.ts.map +1 -0
- package/dist/components/keep-awake.js +1 -0
- package/dist/components/keep-awake.js.map +1 -0
- package/dist/components/keep-awake.native.d.ts +2 -0
- package/dist/components/keep-awake.native.d.ts.map +1 -0
- package/dist/components/keep-awake.native.js +1 -0
- package/dist/components/keep-awake.native.js.map +1 -0
- package/dist/components/mobile-player/fullscreen.d.ts +7 -0
- package/dist/components/mobile-player/fullscreen.d.ts.map +1 -0
- package/dist/components/mobile-player/fullscreen.js +7 -1
- package/dist/components/mobile-player/fullscreen.js.map +1 -0
- package/dist/components/mobile-player/fullscreen.native.d.ts +7 -0
- package/dist/components/mobile-player/fullscreen.native.d.ts.map +1 -0
- package/dist/components/mobile-player/fullscreen.native.js +8 -2
- package/dist/components/mobile-player/fullscreen.native.js.map +1 -0
- package/dist/components/mobile-player/player.d.ts +8 -0
- package/dist/components/mobile-player/player.d.ts.map +1 -0
- package/dist/components/mobile-player/player.js +1 -0
- package/dist/components/mobile-player/player.js.map +1 -0
- package/dist/components/mobile-player/props.d.ts +19 -0
- package/dist/components/mobile-player/props.d.ts.map +1 -0
- package/dist/components/mobile-player/props.js +1 -0
- package/dist/components/mobile-player/props.js.map +1 -0
- package/dist/components/mobile-player/rotation-async.native.d.ts +4 -0
- package/dist/components/mobile-player/rotation-async.native.d.ts.map +1 -0
- package/dist/components/mobile-player/rotation-async.native.js +1 -0
- package/dist/components/mobile-player/rotation-async.native.js.map +1 -0
- package/dist/components/mobile-player/rotation-lock.d.ts +18 -0
- package/dist/components/mobile-player/rotation-lock.d.ts.map +1 -0
- package/dist/components/mobile-player/rotation-lock.js +1 -0
- package/dist/components/mobile-player/rotation-lock.js.map +1 -0
- package/dist/components/mobile-player/shared.d.ts +9 -0
- package/dist/components/mobile-player/shared.d.ts.map +1 -0
- package/dist/components/mobile-player/shared.js +1 -0
- package/dist/components/mobile-player/shared.js.map +1 -0
- package/dist/components/mobile-player/ui/autoplay-button.d.ts +2 -0
- package/dist/components/mobile-player/ui/autoplay-button.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/autoplay-button.js +1 -0
- package/dist/components/mobile-player/ui/autoplay-button.js.map +1 -0
- package/dist/components/mobile-player/ui/countdown.d.ts +10 -0
- package/dist/components/mobile-player/ui/countdown.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/countdown.js +1 -0
- package/dist/components/mobile-player/ui/countdown.js.map +1 -0
- package/dist/components/mobile-player/ui/index.d.ts +11 -0
- package/dist/components/mobile-player/ui/index.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/index.js +2 -0
- package/dist/components/mobile-player/ui/index.js.map +1 -0
- package/dist/components/mobile-player/ui/input.d.ts +9 -0
- package/dist/components/mobile-player/ui/input.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/input.js +1 -0
- package/dist/components/mobile-player/ui/input.js.map +1 -0
- package/dist/components/mobile-player/ui/metrics.d.ts +6 -0
- package/dist/components/mobile-player/ui/metrics.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/metrics.js +1 -0
- package/dist/components/mobile-player/ui/metrics.js.map +1 -0
- package/dist/components/mobile-player/ui/report-modal.d.ts +13 -0
- package/dist/components/mobile-player/ui/report-modal.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/report-modal.js +1 -0
- package/dist/components/mobile-player/ui/report-modal.js.map +1 -0
- package/dist/components/mobile-player/ui/streamer-context-menu.d.ts +2 -0
- package/dist/components/mobile-player/ui/streamer-context-menu.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/streamer-context-menu.js +1 -0
- package/dist/components/mobile-player/ui/streamer-context-menu.js.map +1 -0
- package/dist/components/mobile-player/ui/streamer-loading-overlay.d.ts +11 -0
- package/dist/components/mobile-player/ui/streamer-loading-overlay.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/streamer-loading-overlay.js +1 -0
- package/dist/components/mobile-player/ui/streamer-loading-overlay.js.map +1 -0
- package/dist/components/mobile-player/ui/viewer-context-menu.d.ts +9 -0
- package/dist/components/mobile-player/ui/viewer-context-menu.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/viewer-context-menu.js +6 -5
- package/dist/components/mobile-player/ui/viewer-context-menu.js.map +1 -0
- package/dist/components/mobile-player/ui/viewer-count.d.ts +10 -0
- package/dist/components/mobile-player/ui/viewer-count.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/viewer-count.js +24 -0
- package/dist/components/mobile-player/ui/viewer-count.js.map +1 -0
- package/dist/components/mobile-player/ui/viewer-loading-overlay.d.ts +2 -0
- package/dist/components/mobile-player/ui/viewer-loading-overlay.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/viewer-loading-overlay.js +1 -0
- package/dist/components/mobile-player/ui/viewer-loading-overlay.js.map +1 -0
- package/dist/components/mobile-player/ui/viewers.d.ts +6 -0
- package/dist/components/mobile-player/ui/viewers.d.ts.map +1 -0
- package/dist/components/mobile-player/ui/viewers.js +9 -7
- package/dist/components/mobile-player/ui/viewers.js.map +1 -0
- package/dist/components/mobile-player/use-webrtc.d.ts +19 -0
- package/dist/components/mobile-player/use-webrtc.d.ts.map +1 -0
- package/dist/components/mobile-player/use-webrtc.js +1 -0
- package/dist/components/mobile-player/use-webrtc.js.map +1 -0
- package/dist/components/mobile-player/video-async.native.d.ts +16 -0
- package/dist/components/mobile-player/video-async.native.d.ts.map +1 -0
- package/dist/components/mobile-player/video-async.native.js +1 -0
- package/dist/components/mobile-player/video-async.native.js.map +1 -0
- package/dist/components/mobile-player/video-retry.d.ts +5 -0
- package/dist/components/mobile-player/video-retry.d.ts.map +1 -0
- package/dist/components/mobile-player/video-retry.js +1 -0
- package/dist/components/mobile-player/video-retry.js.map +1 -0
- package/dist/components/mobile-player/video.d.ts +25 -0
- package/dist/components/mobile-player/video.d.ts.map +1 -0
- package/dist/components/mobile-player/video.js +1 -0
- package/dist/components/mobile-player/video.js.map +1 -0
- package/dist/components/mobile-player/video.native.d.ts +3 -0
- package/dist/components/mobile-player/video.native.d.ts.map +1 -0
- package/dist/components/mobile-player/video.native.js +1 -0
- package/dist/components/mobile-player/video.native.js.map +1 -0
- package/dist/components/mobile-player/webrtc-diagnostics.d.ts +14 -0
- package/dist/components/mobile-player/webrtc-diagnostics.d.ts.map +1 -0
- package/dist/components/mobile-player/webrtc-diagnostics.js +1 -0
- package/dist/components/mobile-player/webrtc-diagnostics.js.map +1 -0
- package/dist/components/mobile-player/webrtc-primitives.d.ts +19 -0
- package/dist/components/mobile-player/webrtc-primitives.d.ts.map +1 -0
- package/dist/components/mobile-player/webrtc-primitives.js +1 -0
- package/dist/components/mobile-player/webrtc-primitives.js.map +1 -0
- package/dist/components/mobile-player/webrtc-primitives.native.d.ts +2 -0
- package/dist/components/mobile-player/webrtc-primitives.native.d.ts.map +1 -0
- package/dist/components/mobile-player/webrtc-primitives.native.js +1 -0
- package/dist/components/mobile-player/webrtc-primitives.native.js.map +1 -0
- package/dist/components/share/sharesheet.d.ts +5 -0
- package/dist/components/share/sharesheet.d.ts.map +1 -0
- package/dist/components/share/sharesheet.js +6 -14
- package/dist/components/share/sharesheet.js.map +1 -0
- package/dist/components/ui/button.d.ts +18 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/button.js +14 -2
- package/dist/components/ui/button.js.map +1 -0
- package/dist/components/ui/checkbox.d.ts +11 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox.js +1 -0
- package/dist/components/ui/checkbox.js.map +1 -0
- package/dist/components/ui/dialog.d.ts +38 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dialog.js +1 -0
- package/dist/components/ui/dialog.js.map +1 -0
- package/dist/components/ui/dropdown.d.ts +132 -0
- package/dist/components/ui/dropdown.d.ts.map +1 -0
- package/dist/components/ui/dropdown.js +28 -238
- package/dist/components/ui/dropdown.js.map +1 -0
- package/dist/components/ui/dropdown.native.d.ts +132 -0
- package/dist/components/ui/dropdown.native.d.ts.map +1 -0
- package/dist/components/ui/dropdown.native.js +319 -0
- package/dist/components/ui/dropdown.native.js.map +1 -0
- package/dist/components/ui/icons.d.ts +12 -0
- package/dist/components/ui/icons.d.ts.map +1 -0
- package/dist/components/ui/icons.js +1 -0
- package/dist/components/ui/icons.js.map +1 -0
- package/dist/components/ui/index.d.ts +33 -0
- package/dist/components/ui/index.d.ts.map +1 -0
- package/dist/components/ui/index.js +2 -0
- package/dist/components/ui/index.js.map +1 -0
- package/dist/components/ui/info-box.d.ts +9 -0
- package/dist/components/ui/info-box.d.ts.map +1 -0
- package/dist/components/ui/info-box.js +1 -0
- package/dist/components/ui/info-box.js.map +1 -0
- package/dist/components/ui/info-row.d.ts +9 -0
- package/dist/components/ui/info-row.d.ts.map +1 -0
- package/dist/components/ui/info-row.js +1 -0
- package/dist/components/ui/info-row.js.map +1 -0
- package/dist/components/ui/input.d.ts +20 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/input.js +1 -0
- package/dist/components/ui/input.js.map +1 -0
- package/dist/components/ui/loader.d.ts +3 -0
- package/dist/components/ui/loader.d.ts.map +1 -0
- package/dist/components/ui/loader.js +1 -0
- package/dist/components/ui/loader.js.map +1 -0
- package/dist/components/ui/menu.d.ts +34 -0
- package/dist/components/ui/menu.d.ts.map +1 -0
- package/dist/components/ui/menu.js +57 -0
- package/dist/components/ui/menu.js.map +1 -0
- package/dist/components/ui/primitives/button.d.ts +41 -0
- package/dist/components/ui/primitives/button.d.ts.map +1 -0
- package/dist/components/ui/primitives/button.js +1 -0
- package/dist/components/ui/primitives/button.js.map +1 -0
- package/dist/components/ui/primitives/input.d.ts +52 -0
- package/dist/components/ui/primitives/input.d.ts.map +1 -0
- package/dist/components/ui/primitives/input.js +1 -0
- package/dist/components/ui/primitives/input.js.map +1 -0
- package/dist/components/ui/primitives/modal.d.ts +46 -0
- package/dist/components/ui/primitives/modal.d.ts.map +1 -0
- package/dist/components/ui/primitives/modal.js +1 -0
- package/dist/components/ui/primitives/modal.js.map +1 -0
- package/dist/components/ui/primitives/text.d.ts +48 -0
- package/dist/components/ui/primitives/text.d.ts.map +1 -0
- package/dist/components/ui/primitives/text.js +1 -0
- package/dist/components/ui/primitives/text.js.map +1 -0
- package/dist/components/ui/resizeable.d.ts +14 -0
- package/dist/components/ui/resizeable.d.ts.map +1 -0
- package/dist/components/ui/resizeable.js +2 -1
- package/dist/components/ui/resizeable.js.map +1 -0
- package/dist/components/ui/select.d.ts +16 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/select.js +1 -0
- package/dist/components/ui/select.js.map +1 -0
- package/dist/components/ui/slider.d.ts +2 -0
- package/dist/components/ui/slider.d.ts.map +1 -0
- package/dist/components/ui/slider.js +1 -0
- package/dist/components/ui/slider.js.map +1 -0
- package/dist/components/ui/text.d.ts +45 -0
- package/dist/components/ui/text.d.ts.map +1 -0
- package/dist/components/ui/text.js +1 -0
- package/dist/components/ui/text.js.map +1 -0
- package/dist/components/ui/textarea.d.ts +5 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/textarea.js +1 -0
- package/dist/components/ui/textarea.js.map +1 -0
- package/dist/components/ui/toast.d.ts +92 -0
- package/dist/components/ui/toast.d.ts.map +1 -0
- package/dist/components/ui/toast.js +2 -1
- package/dist/components/ui/toast.js.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/ui/tooltip.js +1 -0
- package/dist/components/ui/tooltip.js.map +1 -0
- package/dist/components/ui/view.d.ts +33 -0
- package/dist/components/ui/view.d.ts.map +1 -0
- package/dist/components/ui/view.js +1 -0
- package/dist/components/ui/view.js.map +1 -0
- package/dist/crypto-polyfill.d.ts +1 -0
- package/dist/crypto-polyfill.d.ts.map +1 -0
- package/dist/crypto-polyfill.js +1 -0
- package/dist/crypto-polyfill.js.map +1 -0
- package/dist/crypto-polyfill.native.d.ts +3 -0
- package/dist/crypto-polyfill.native.d.ts.map +1 -0
- package/dist/crypto-polyfill.native.js +1 -0
- package/dist/crypto-polyfill.native.js.map +1 -0
- package/dist/hooks/index.d.ts +11 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +1 -0
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/useAvatars.d.ts +3 -0
- package/dist/hooks/useAvatars.d.ts.map +1 -0
- package/dist/hooks/useAvatars.js +1 -0
- package/dist/hooks/useAvatars.js.map +1 -0
- package/dist/hooks/useCameraToggle.d.ts +5 -0
- package/dist/hooks/useCameraToggle.d.ts.map +1 -0
- package/dist/hooks/useCameraToggle.js +1 -0
- package/dist/hooks/useCameraToggle.js.map +1 -0
- package/dist/hooks/useKeyboard.d.ts +5 -0
- package/dist/hooks/useKeyboard.d.ts.map +1 -0
- package/dist/hooks/useKeyboard.js +1 -0
- package/dist/hooks/useKeyboard.js.map +1 -0
- package/dist/hooks/useKeyboardSlide.d.ts +5 -0
- package/dist/hooks/useKeyboardSlide.d.ts.map +1 -0
- package/dist/hooks/useKeyboardSlide.js +1 -0
- package/dist/hooks/useKeyboardSlide.js.map +1 -0
- package/dist/hooks/useLivestreamInfo.d.ts +15 -0
- package/dist/hooks/useLivestreamInfo.d.ts.map +1 -0
- package/dist/hooks/useLivestreamInfo.js +1 -0
- package/dist/hooks/useLivestreamInfo.js.map +1 -0
- package/dist/hooks/useOuterAndInnerDimensions.d.ts +10 -0
- package/dist/hooks/useOuterAndInnerDimensions.d.ts.map +1 -0
- package/dist/hooks/useOuterAndInnerDimensions.js +1 -0
- package/dist/hooks/useOuterAndInnerDimensions.js.map +1 -0
- package/dist/hooks/usePlayerDimensions.d.ts +12 -0
- package/dist/hooks/usePlayerDimensions.d.ts.map +1 -0
- package/dist/hooks/usePlayerDimensions.js +1 -0
- package/dist/hooks/usePlayerDimensions.js.map +1 -0
- package/dist/hooks/usePointerDevice.d.ts +12 -0
- package/dist/hooks/usePointerDevice.d.ts.map +1 -0
- package/dist/hooks/usePointerDevice.js +1 -0
- package/dist/hooks/usePointerDevice.js.map +1 -0
- package/dist/hooks/useSegmentDimensions.d.ts +6 -0
- package/dist/hooks/useSegmentDimensions.d.ts.map +1 -0
- package/dist/hooks/useSegmentDimensions.js +1 -0
- package/dist/hooks/useSegmentDimensions.js.map +1 -0
- package/dist/hooks/useSegmentTiming.d.ts +9 -0
- package/dist/hooks/useSegmentTiming.d.ts.map +1 -0
- package/dist/hooks/useSegmentTiming.js +1 -0
- package/dist/hooks/useSegmentTiming.js.map +1 -0
- package/dist/i18n/i18n-loader.d.ts +2 -0
- package/dist/i18n/i18n-loader.d.ts.map +1 -0
- package/dist/i18n/i18n-loader.js +17 -0
- package/dist/i18n/i18n-loader.js.map +1 -0
- package/dist/i18n/i18n-loader.native.d.ts +2 -0
- package/dist/i18n/i18n-loader.native.d.ts.map +1 -0
- package/dist/i18n/i18n-loader.native.js +51 -0
- package/dist/i18n/i18n-loader.native.js.map +1 -0
- package/dist/i18n/i18next-config.d.ts +41 -0
- package/dist/i18n/i18next-config.d.ts.map +1 -0
- package/dist/i18n/i18next-config.js +220 -0
- package/dist/i18n/i18next-config.js.map +1 -0
- package/dist/i18n/index.d.ts +11 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/index.js +45 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/i18n/provider.d.ts +14 -0
- package/dist/i18n/provider.d.ts.map +1 -0
- package/dist/i18n/provider.js +58 -0
- package/dist/i18n/provider.js.map +1 -0
- package/dist/index.d.ts +34 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +10 -1
- package/dist/index.js.map +1 -0
- package/dist/lib/browser.d.ts +2 -0
- package/dist/lib/browser.d.ts.map +1 -0
- package/dist/lib/browser.js +1 -0
- package/dist/lib/browser.js.map +1 -0
- package/dist/lib/facet.d.ts +11 -0
- package/dist/lib/facet.d.ts.map +1 -0
- package/dist/lib/facet.js +1 -0
- package/dist/lib/facet.js.map +1 -0
- package/dist/lib/metadata-constants.d.ts +13 -0
- package/dist/lib/metadata-constants.d.ts.map +1 -0
- package/dist/lib/metadata-constants.js +1 -0
- package/dist/lib/metadata-constants.js.map +1 -0
- package/dist/lib/system-messages.d.ts +49 -0
- package/dist/lib/system-messages.d.ts.map +1 -0
- package/dist/lib/system-messages.js +1 -0
- package/dist/lib/system-messages.js.map +1 -0
- package/dist/lib/theme/atoms.d.ts +4226 -0
- package/dist/lib/theme/atoms.d.ts.map +1 -0
- package/dist/lib/theme/atoms.js +1 -0
- package/dist/lib/theme/atoms.js.map +1 -0
- package/dist/lib/theme/atoms.types.d.ts +228 -0
- package/dist/lib/theme/atoms.types.d.ts.map +1 -0
- package/dist/lib/theme/atoms.types.js +1 -0
- package/dist/lib/theme/atoms.types.js.map +1 -0
- package/dist/lib/theme/index.d.ts +6 -0
- package/dist/lib/theme/index.d.ts.map +1 -0
- package/dist/lib/theme/index.js +1 -0
- package/dist/lib/theme/index.js.map +1 -0
- package/dist/lib/theme/theme.d.ts +327 -0
- package/dist/lib/theme/theme.d.ts.map +1 -0
- package/dist/lib/theme/theme.js +1 -0
- package/dist/lib/theme/theme.js.map +1 -0
- package/dist/lib/theme/tokens.d.ts +766 -0
- package/dist/lib/theme/tokens.d.ts.map +1 -0
- package/dist/lib/theme/tokens.js +1 -0
- package/dist/lib/theme/tokens.js.map +1 -0
- package/dist/lib/utils.d.ts +53 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +1 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/livestream-provider/index.d.ts +13 -0
- package/dist/livestream-provider/index.d.ts.map +1 -0
- package/dist/livestream-provider/index.js +1 -0
- package/dist/livestream-provider/index.js.map +1 -0
- package/dist/livestream-provider/websocket.d.ts +2 -0
- package/dist/livestream-provider/websocket.d.ts.map +1 -0
- package/dist/livestream-provider/websocket.js +1 -0
- package/dist/livestream-provider/websocket.js.map +1 -0
- package/dist/livestream-store/chat.d.ts +21 -0
- package/dist/livestream-store/chat.d.ts.map +1 -0
- package/dist/livestream-store/chat.js +1 -0
- package/dist/livestream-store/chat.js.map +1 -0
- package/dist/livestream-store/context.d.ts +7 -0
- package/dist/livestream-store/context.d.ts.map +1 -0
- package/dist/livestream-store/context.js +1 -0
- package/dist/livestream-store/context.js.map +1 -0
- package/dist/livestream-store/index.d.ts +5 -0
- package/dist/livestream-store/index.d.ts.map +1 -0
- package/dist/livestream-store/index.js +1 -0
- package/dist/livestream-store/index.js.map +1 -0
- package/dist/livestream-store/livestream-state.d.ts +29 -0
- package/dist/livestream-store/livestream-state.d.ts.map +1 -0
- package/dist/livestream-store/livestream-state.js +1 -0
- package/dist/livestream-store/livestream-state.js.map +1 -0
- package/dist/livestream-store/livestream-store.d.ts +14 -0
- package/dist/livestream-store/livestream-store.d.ts.map +1 -0
- package/dist/livestream-store/livestream-store.js +1 -0
- package/dist/livestream-store/livestream-store.js.map +1 -0
- package/dist/livestream-store/problems.d.ts +4 -0
- package/dist/livestream-store/problems.d.ts.map +1 -0
- package/dist/livestream-store/problems.js +1 -0
- package/dist/livestream-store/problems.js.map +1 -0
- package/dist/livestream-store/stream-key.d.ts +9 -0
- package/dist/livestream-store/stream-key.d.ts.map +1 -0
- package/dist/livestream-store/stream-key.js +1 -0
- package/dist/livestream-store/stream-key.js.map +1 -0
- package/dist/livestream-store/websocket-consumer.d.ts +3 -0
- package/dist/livestream-store/websocket-consumer.d.ts.map +1 -0
- package/dist/livestream-store/websocket-consumer.js +1 -0
- package/dist/livestream-store/websocket-consumer.js.map +1 -0
- package/dist/player-store/context.d.ts +10 -0
- package/dist/player-store/context.d.ts.map +1 -0
- package/dist/player-store/context.js +1 -0
- package/dist/player-store/context.js.map +1 -0
- package/dist/player-store/index.d.ts +6 -0
- package/dist/player-store/index.d.ts.map +1 -0
- package/dist/player-store/index.js +1 -0
- package/dist/player-store/index.js.map +1 -0
- package/dist/player-store/player-provider.d.ts +12 -0
- package/dist/player-store/player-provider.d.ts.map +1 -0
- package/dist/player-store/player-provider.js +1 -0
- package/dist/player-store/player-provider.js.map +1 -0
- package/dist/player-store/player-state.d.ts +138 -0
- package/dist/player-store/player-state.d.ts.map +1 -0
- package/dist/player-store/player-state.js +1 -0
- package/dist/player-store/player-state.js.map +1 -0
- package/dist/player-store/player-store.d.ts +18 -0
- package/dist/player-store/player-store.d.ts.map +1 -0
- package/dist/player-store/player-store.js +1 -0
- package/dist/player-store/player-store.js.map +1 -0
- package/dist/player-store/single-player-provider.d.ts +61 -0
- package/dist/player-store/single-player-provider.d.ts.map +1 -0
- package/dist/player-store/single-player-provider.js +1 -0
- package/dist/player-store/single-player-provider.js.map +1 -0
- package/dist/storage/index.d.ts +4 -0
- package/dist/storage/index.d.ts.map +1 -0
- package/dist/storage/index.js +1 -0
- package/dist/storage/index.js.map +1 -0
- package/dist/storage/lock.d.ts +8 -0
- package/dist/storage/lock.d.ts.map +1 -0
- package/dist/storage/lock.js +1 -0
- package/dist/storage/lock.js.map +1 -0
- package/dist/storage/storage.d.ts +7 -0
- package/dist/storage/storage.d.ts.map +1 -0
- package/dist/storage/storage.js +1 -0
- package/dist/storage/storage.js.map +1 -0
- package/dist/storage/storage.native.d.ts +7 -0
- package/dist/storage/storage.native.d.ts.map +1 -0
- package/dist/storage/storage.native.js +1 -0
- package/dist/storage/storage.native.js.map +1 -0
- package/dist/storage/storage.shared.d.ts +6 -0
- package/dist/storage/storage.shared.d.ts.map +1 -0
- package/dist/storage/storage.shared.js +1 -0
- package/dist/storage/storage.shared.js.map +1 -0
- package/dist/streamplace-provider/context.d.ts +7 -0
- package/dist/streamplace-provider/context.d.ts.map +1 -0
- package/dist/streamplace-provider/context.js +1 -0
- package/dist/streamplace-provider/context.js.map +1 -0
- package/dist/streamplace-provider/index.d.ts +11 -0
- package/dist/streamplace-provider/index.d.ts.map +1 -0
- package/dist/streamplace-provider/index.js +1 -0
- package/dist/streamplace-provider/index.js.map +1 -0
- package/dist/streamplace-provider/poller.d.ts +5 -0
- package/dist/streamplace-provider/poller.d.ts.map +1 -0
- package/dist/streamplace-provider/poller.js +3 -0
- package/dist/streamplace-provider/poller.js.map +1 -0
- package/dist/streamplace-provider/xrpc.d.ts +1 -0
- package/dist/streamplace-provider/xrpc.d.ts.map +1 -0
- package/dist/streamplace-provider/xrpc.js +1 -0
- package/dist/streamplace-provider/xrpc.js.map +1 -0
- package/dist/streamplace-store/block.d.ts +9 -0
- package/dist/streamplace-store/block.d.ts.map +1 -0
- package/dist/streamplace-store/block.js +1 -0
- package/dist/streamplace-store/block.js.map +1 -0
- package/dist/streamplace-store/content-metadata-actions.d.ts +9 -0
- package/dist/streamplace-store/content-metadata-actions.d.ts.map +1 -0
- package/dist/streamplace-store/content-metadata-actions.js +1 -0
- package/dist/streamplace-store/content-metadata-actions.js.map +1 -0
- package/dist/streamplace-store/graph.d.ts +22 -0
- package/dist/streamplace-store/graph.d.ts.map +1 -0
- package/dist/streamplace-store/graph.js +1 -0
- package/dist/streamplace-store/graph.js.map +1 -0
- package/dist/streamplace-store/index.d.ts +4 -0
- package/dist/streamplace-store/index.d.ts.map +1 -0
- package/dist/streamplace-store/index.js +1 -0
- package/dist/streamplace-store/index.js.map +1 -0
- package/dist/streamplace-store/stream.d.ts +11 -0
- package/dist/streamplace-store/stream.d.ts.map +1 -0
- package/dist/streamplace-store/stream.js +1 -0
- package/dist/streamplace-store/stream.js.map +1 -0
- package/dist/streamplace-store/streamplace-store.d.ts +92 -0
- package/dist/streamplace-store/streamplace-store.d.ts.map +1 -0
- package/dist/streamplace-store/streamplace-store.js +158 -3
- package/dist/streamplace-store/streamplace-store.js.map +1 -0
- package/dist/streamplace-store/user.d.ts +6 -0
- package/dist/streamplace-store/user.d.ts.map +1 -0
- package/dist/streamplace-store/user.js +1 -0
- package/dist/streamplace-store/user.js.map +1 -0
- package/dist/streamplace-store/xrpc.d.ts +3 -0
- package/dist/streamplace-store/xrpc.d.ts.map +1 -0
- package/dist/streamplace-store/xrpc.js +1 -0
- package/dist/streamplace-store/xrpc.js.map +1 -0
- package/dist/time-sync/index.d.ts +3 -0
- package/dist/time-sync/index.d.ts.map +1 -0
- package/dist/time-sync/index.js +15 -0
- package/dist/time-sync/index.js.map +1 -0
- package/dist/time-sync/time-sync.d.ts +13 -0
- package/dist/time-sync/time-sync.d.ts.map +1 -0
- package/dist/time-sync/time-sync.js +95 -0
- package/dist/time-sync/time-sync.js.map +1 -0
- package/dist/time-sync/useTimeSync.d.ts +2 -0
- package/dist/time-sync/useTimeSync.d.ts.map +1 -0
- package/dist/time-sync/useTimeSync.js +49 -0
- package/dist/time-sync/useTimeSync.js.map +1 -0
- package/dist/ui/index.d.ts +15 -0
- package/dist/ui/index.d.ts.map +1 -0
- package/dist/ui/index.js +1 -0
- package/dist/ui/index.js.map +1 -0
- package/dist/utils/format-handle.d.ts +11 -0
- package/dist/utils/format-handle.d.ts.map +1 -0
- package/dist/utils/format-handle.js +21 -0
- package/dist/utils/format-handle.js.map +1 -0
- package/locales/en-US/common.ftl +46 -0
- package/locales/en-US/settings.ftl +129 -0
- package/locales/es-ES/common.ftl +46 -0
- package/locales/es-ES/settings.ftl +168 -0
- package/locales/fr-FR/common.ftl +46 -0
- package/locales/fr-FR/settings.ftl +165 -0
- package/locales/manifest.json +36 -0
- package/locales/pt-BR/common.ftl +46 -0
- package/locales/pt-BR/settings.ftl +166 -0
- package/locales/zh-Hant/common.ftl +46 -0
- package/locales/zh-Hant/settings.ftl +161 -0
- package/node-compile-cache/v22.15.0-x64-efe9a9df-0/37be0eec +0 -0
- package/package.json +24 -3
- package/scripts/compile-translations.js +254 -0
- package/scripts/extract-i18n.js +336 -0
- package/src/components/chat/chat-box.tsx +28 -9
- package/src/components/chat/chat-message.tsx +3 -2
- package/src/components/chat/mod-view.tsx +4 -3
- package/src/components/content-metadata/content-metadata-form.tsx +3 -1
- package/src/components/danmu/danmu-message.tsx +182 -0
- package/src/components/danmu/danmu-overlay-obs.tsx +44 -0
- package/src/components/danmu/danmu-overlay.tsx +225 -0
- package/src/components/danmu/math.ts +27 -0
- package/src/components/danmu/mu.tsx +28 -0
- package/src/components/danmu/use-danmu-lanes.ts +114 -0
- package/src/components/mobile-player/fullscreen.native.tsx +26 -0
- package/src/components/mobile-player/fullscreen.tsx +23 -1
- package/src/components/mobile-player/ui/index.ts +1 -0
- package/src/components/mobile-player/ui/viewer-context-menu.tsx +9 -7
- package/src/components/mobile-player/ui/viewer-count.tsx +39 -0
- package/src/components/mobile-player/ui/viewers.tsx +10 -14
- package/src/components/share/sharesheet.tsx +11 -27
- package/src/components/ui/button.tsx +22 -4
- package/src/components/ui/dropdown.native.tsx +696 -0
- package/src/components/ui/dropdown.tsx +57 -427
- package/src/components/ui/index.ts +1 -0
- package/src/components/ui/menu.tsx +171 -0
- package/src/components/ui/resizeable.tsx +1 -1
- package/src/components/ui/toast.tsx +6 -1
- package/src/i18n/i18n-loader.native.ts +56 -0
- package/src/i18n/i18n-loader.ts +19 -0
- package/src/i18n/i18next-config.ts +250 -0
- package/src/i18n/index.ts +50 -0
- package/src/i18n/provider.tsx +70 -0
- package/src/index.tsx +9 -0
- package/src/streamplace-provider/poller.tsx +3 -0
- package/src/streamplace-store/streamplace-store.tsx +184 -2
- package/src/time-sync/index.ts +12 -0
- package/src/time-sync/time-sync.ts +112 -0
- package/src/time-sync/useTimeSync.tsx +58 -0
- package/src/utils/format-handle.ts +24 -0
- package/tsconfig.json +11 -2
- package/tsconfig.tsbuildinfo +0 -1
|
@@ -0,0 +1,4226 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Theme atoms - Enhanced exports with pairify function for array-style syntax
|
|
3
|
+
* These provide direct access to static design tokens and support composition
|
|
4
|
+
*/
|
|
5
|
+
import { animations, borderRadius, shadows, spacing, touchTargets } from "./tokens";
|
|
6
|
+
type StyleValue = Record<string, any>;
|
|
7
|
+
/**
|
|
8
|
+
* Create pairified style atoms for easy composition
|
|
9
|
+
*/
|
|
10
|
+
export { animations, borderRadius, shadows, spacing, touchTargets };
|
|
11
|
+
export declare const colors: {
|
|
12
|
+
readonly primary: {
|
|
13
|
+
readonly 50: "#eff6ff";
|
|
14
|
+
readonly 100: "#dbeafe";
|
|
15
|
+
readonly 200: "#bfdbfe";
|
|
16
|
+
readonly 300: "#93c5fd";
|
|
17
|
+
readonly 400: "#60a5fa";
|
|
18
|
+
readonly 500: "#3b82f6";
|
|
19
|
+
readonly 600: "#2563eb";
|
|
20
|
+
readonly 700: "#1d4ed8";
|
|
21
|
+
readonly 800: "#1e40af";
|
|
22
|
+
readonly 900: "#1e3a8a";
|
|
23
|
+
readonly 950: "#172554";
|
|
24
|
+
};
|
|
25
|
+
readonly slate: {
|
|
26
|
+
readonly 50: "#f8fafc";
|
|
27
|
+
readonly 100: "#f1f5f9";
|
|
28
|
+
readonly 200: "#e2e8f0";
|
|
29
|
+
readonly 300: "#cbd5e1";
|
|
30
|
+
readonly 400: "#94a3b8";
|
|
31
|
+
readonly 500: "#64748b";
|
|
32
|
+
readonly 600: "#475569";
|
|
33
|
+
readonly 700: "#334155";
|
|
34
|
+
readonly 800: "#1e293b";
|
|
35
|
+
readonly 900: "#0f172a";
|
|
36
|
+
readonly 950: "#020617";
|
|
37
|
+
};
|
|
38
|
+
readonly gray: {
|
|
39
|
+
readonly 50: "#f9fafb";
|
|
40
|
+
readonly 100: "#f3f4f6";
|
|
41
|
+
readonly 200: "#e5e7eb";
|
|
42
|
+
readonly 300: "#d1d5db";
|
|
43
|
+
readonly 400: "#9ca3af";
|
|
44
|
+
readonly 500: "#6b7280";
|
|
45
|
+
readonly 600: "#4b5563";
|
|
46
|
+
readonly 700: "#374151";
|
|
47
|
+
readonly 800: "#1f2937";
|
|
48
|
+
readonly 900: "#111827";
|
|
49
|
+
readonly 950: "#030712";
|
|
50
|
+
};
|
|
51
|
+
readonly zinc: {
|
|
52
|
+
readonly 50: "#fafafa";
|
|
53
|
+
readonly 100: "#f4f4f5";
|
|
54
|
+
readonly 200: "#e4e4e7";
|
|
55
|
+
readonly 300: "#d4d4d8";
|
|
56
|
+
readonly 400: "#a1a1aa";
|
|
57
|
+
readonly 500: "#71717a";
|
|
58
|
+
readonly 600: "#52525b";
|
|
59
|
+
readonly 700: "#3f3f46";
|
|
60
|
+
readonly 800: "#27272a";
|
|
61
|
+
readonly 900: "#18181b";
|
|
62
|
+
readonly 950: "#09090b";
|
|
63
|
+
};
|
|
64
|
+
readonly neutral: {
|
|
65
|
+
readonly 50: "#fafaf9";
|
|
66
|
+
readonly 100: "#f5f5f4";
|
|
67
|
+
readonly 200: "#e7e5e4";
|
|
68
|
+
readonly 300: "#d6d3d1";
|
|
69
|
+
readonly 400: "#a8a29e";
|
|
70
|
+
readonly 500: "#78716c";
|
|
71
|
+
readonly 600: "#57534e";
|
|
72
|
+
readonly 700: "#44403c";
|
|
73
|
+
readonly 800: "#292524";
|
|
74
|
+
readonly 900: "#1c1917";
|
|
75
|
+
readonly 950: "#0c0a09";
|
|
76
|
+
};
|
|
77
|
+
readonly stone: {
|
|
78
|
+
readonly 50: "#fafaf9";
|
|
79
|
+
readonly 100: "#f5f5f4";
|
|
80
|
+
readonly 200: "#e7e5e4";
|
|
81
|
+
readonly 300: "#d6d3d1";
|
|
82
|
+
readonly 400: "#a8a29e";
|
|
83
|
+
readonly 500: "#78716c";
|
|
84
|
+
readonly 600: "#57534e";
|
|
85
|
+
readonly 700: "#44403c";
|
|
86
|
+
readonly 800: "#292524";
|
|
87
|
+
readonly 900: "#1c1917";
|
|
88
|
+
readonly 950: "#0c0a09";
|
|
89
|
+
};
|
|
90
|
+
readonly red: {
|
|
91
|
+
readonly 50: "#fef2f2";
|
|
92
|
+
readonly 100: "#fee2e2";
|
|
93
|
+
readonly 200: "#fecaca";
|
|
94
|
+
readonly 300: "#fca5a5";
|
|
95
|
+
readonly 400: "#f87171";
|
|
96
|
+
readonly 500: "#ef4444";
|
|
97
|
+
readonly 600: "#dc2626";
|
|
98
|
+
readonly 700: "#b91c1c";
|
|
99
|
+
readonly 800: "#991b1b";
|
|
100
|
+
readonly 900: "#7f1d1d";
|
|
101
|
+
readonly 950: "#450a0a";
|
|
102
|
+
};
|
|
103
|
+
readonly orange: {
|
|
104
|
+
readonly 50: "#fff7ed";
|
|
105
|
+
readonly 100: "#ffedd5";
|
|
106
|
+
readonly 200: "#fed7aa";
|
|
107
|
+
readonly 300: "#fdba74";
|
|
108
|
+
readonly 400: "#fb923c";
|
|
109
|
+
readonly 500: "#f97316";
|
|
110
|
+
readonly 600: "#ea580c";
|
|
111
|
+
readonly 700: "#c2410c";
|
|
112
|
+
readonly 800: "#9a3412";
|
|
113
|
+
readonly 900: "#7c2d12";
|
|
114
|
+
readonly 950: "#431407";
|
|
115
|
+
};
|
|
116
|
+
readonly amber: {
|
|
117
|
+
readonly 50: "#fffbeb";
|
|
118
|
+
readonly 100: "#fef3c7";
|
|
119
|
+
readonly 200: "#fde68a";
|
|
120
|
+
readonly 300: "#fcd34d";
|
|
121
|
+
readonly 400: "#fbbf24";
|
|
122
|
+
readonly 500: "#f59e0b";
|
|
123
|
+
readonly 600: "#d97706";
|
|
124
|
+
readonly 700: "#b45309";
|
|
125
|
+
readonly 800: "#92400e";
|
|
126
|
+
readonly 900: "#78350f";
|
|
127
|
+
readonly 950: "#451a03";
|
|
128
|
+
};
|
|
129
|
+
readonly yellow: {
|
|
130
|
+
readonly 50: "#fefce8";
|
|
131
|
+
readonly 100: "#fef9c3";
|
|
132
|
+
readonly 200: "#fef08a";
|
|
133
|
+
readonly 300: "#fde047";
|
|
134
|
+
readonly 400: "#facc15";
|
|
135
|
+
readonly 500: "#eab308";
|
|
136
|
+
readonly 600: "#ca8a04";
|
|
137
|
+
readonly 700: "#a16207";
|
|
138
|
+
readonly 800: "#854d0e";
|
|
139
|
+
readonly 900: "#713f12";
|
|
140
|
+
readonly 950: "#422006";
|
|
141
|
+
};
|
|
142
|
+
readonly lime: {
|
|
143
|
+
readonly 50: "#f7fee7";
|
|
144
|
+
readonly 100: "#ecfccb";
|
|
145
|
+
readonly 200: "#d9f99d";
|
|
146
|
+
readonly 300: "#bef264";
|
|
147
|
+
readonly 400: "#a3e635";
|
|
148
|
+
readonly 500: "#84cc16";
|
|
149
|
+
readonly 600: "#65a30d";
|
|
150
|
+
readonly 700: "#4d7c0f";
|
|
151
|
+
readonly 800: "#3f6212";
|
|
152
|
+
readonly 900: "#365314";
|
|
153
|
+
readonly 950: "#1a2e05";
|
|
154
|
+
};
|
|
155
|
+
readonly green: {
|
|
156
|
+
readonly 50: "#f0fdf4";
|
|
157
|
+
readonly 100: "#dcfce7";
|
|
158
|
+
readonly 200: "#bbf7d0";
|
|
159
|
+
readonly 300: "#86efac";
|
|
160
|
+
readonly 400: "#4ade80";
|
|
161
|
+
readonly 500: "#22c55e";
|
|
162
|
+
readonly 600: "#16a34a";
|
|
163
|
+
readonly 700: "#15803d";
|
|
164
|
+
readonly 800: "#166534";
|
|
165
|
+
readonly 900: "#14532d";
|
|
166
|
+
readonly 950: "#052e16";
|
|
167
|
+
};
|
|
168
|
+
readonly emerald: {
|
|
169
|
+
readonly 50: "#ecfdf5";
|
|
170
|
+
readonly 100: "#d1fae5";
|
|
171
|
+
readonly 200: "#a7f3d0";
|
|
172
|
+
readonly 300: "#6ee7b7";
|
|
173
|
+
readonly 400: "#34d399";
|
|
174
|
+
readonly 500: "#10b981";
|
|
175
|
+
readonly 600: "#059669";
|
|
176
|
+
readonly 700: "#047857";
|
|
177
|
+
readonly 800: "#065f46";
|
|
178
|
+
readonly 900: "#064e3b";
|
|
179
|
+
readonly 950: "#022c22";
|
|
180
|
+
};
|
|
181
|
+
readonly teal: {
|
|
182
|
+
readonly 50: "#f0fdfa";
|
|
183
|
+
readonly 100: "#ccfbf1";
|
|
184
|
+
readonly 200: "#99f6e4";
|
|
185
|
+
readonly 300: "#5eead4";
|
|
186
|
+
readonly 400: "#2dd4bf";
|
|
187
|
+
readonly 500: "#14b8a6";
|
|
188
|
+
readonly 600: "#0d9488";
|
|
189
|
+
readonly 700: "#0f766e";
|
|
190
|
+
readonly 800: "#115e59";
|
|
191
|
+
readonly 900: "#134e4a";
|
|
192
|
+
readonly 950: "#042f2e";
|
|
193
|
+
};
|
|
194
|
+
readonly cyan: {
|
|
195
|
+
readonly 50: "#ecfeff";
|
|
196
|
+
readonly 100: "#cffafe";
|
|
197
|
+
readonly 200: "#a5f3fc";
|
|
198
|
+
readonly 300: "#67e8f9";
|
|
199
|
+
readonly 400: "#22d3ee";
|
|
200
|
+
readonly 500: "#06b6d4";
|
|
201
|
+
readonly 600: "#0891b2";
|
|
202
|
+
readonly 700: "#0e7490";
|
|
203
|
+
readonly 800: "#155e75";
|
|
204
|
+
readonly 900: "#164e63";
|
|
205
|
+
readonly 950: "#083344";
|
|
206
|
+
};
|
|
207
|
+
readonly sky: {
|
|
208
|
+
readonly 50: "#f0f9ff";
|
|
209
|
+
readonly 100: "#e0f2fe";
|
|
210
|
+
readonly 200: "#bae6fd";
|
|
211
|
+
readonly 300: "#7dd3fc";
|
|
212
|
+
readonly 400: "#38bdf8";
|
|
213
|
+
readonly 500: "#0ea5e9";
|
|
214
|
+
readonly 600: "#0284c7";
|
|
215
|
+
readonly 700: "#0369a1";
|
|
216
|
+
readonly 800: "#075985";
|
|
217
|
+
readonly 900: "#0c4a6e";
|
|
218
|
+
readonly 950: "#082f49";
|
|
219
|
+
};
|
|
220
|
+
readonly blue: {
|
|
221
|
+
readonly 50: "#eff6ff";
|
|
222
|
+
readonly 100: "#dbeafe";
|
|
223
|
+
readonly 200: "#bfdbfe";
|
|
224
|
+
readonly 300: "#93c5fd";
|
|
225
|
+
readonly 400: "#60a5fa";
|
|
226
|
+
readonly 500: "#3b82f6";
|
|
227
|
+
readonly 600: "#2563eb";
|
|
228
|
+
readonly 700: "#1d4ed8";
|
|
229
|
+
readonly 800: "#1e40af";
|
|
230
|
+
readonly 900: "#1e3a8a";
|
|
231
|
+
readonly 950: "#172554";
|
|
232
|
+
};
|
|
233
|
+
readonly indigo: {
|
|
234
|
+
readonly 50: "#eef2ff";
|
|
235
|
+
readonly 100: "#e0e7ff";
|
|
236
|
+
readonly 200: "#c7d2fe";
|
|
237
|
+
readonly 300: "#a5b4fc";
|
|
238
|
+
readonly 400: "#818cf8";
|
|
239
|
+
readonly 500: "#6366f1";
|
|
240
|
+
readonly 600: "#4f46e5";
|
|
241
|
+
readonly 700: "#4338ca";
|
|
242
|
+
readonly 800: "#3730a3";
|
|
243
|
+
readonly 900: "#312e81";
|
|
244
|
+
readonly 950: "#1e1b4b";
|
|
245
|
+
};
|
|
246
|
+
readonly violet: {
|
|
247
|
+
readonly 50: "#f5f3ff";
|
|
248
|
+
readonly 100: "#ede9fe";
|
|
249
|
+
readonly 200: "#ddd6fe";
|
|
250
|
+
readonly 300: "#c4b5fd";
|
|
251
|
+
readonly 400: "#a78bfa";
|
|
252
|
+
readonly 500: "#8b5cf6";
|
|
253
|
+
readonly 600: "#7c3aed";
|
|
254
|
+
readonly 700: "#6d28d9";
|
|
255
|
+
readonly 800: "#5b21b6";
|
|
256
|
+
readonly 900: "#4c1d95";
|
|
257
|
+
readonly 950: "#2e1065";
|
|
258
|
+
};
|
|
259
|
+
readonly purple: {
|
|
260
|
+
readonly 50: "#faf5ff";
|
|
261
|
+
readonly 100: "#f3e8ff";
|
|
262
|
+
readonly 200: "#e9d5ff";
|
|
263
|
+
readonly 300: "#d8b4fe";
|
|
264
|
+
readonly 400: "#c084fc";
|
|
265
|
+
readonly 500: "#a855f7";
|
|
266
|
+
readonly 600: "#9333ea";
|
|
267
|
+
readonly 700: "#7e22ce";
|
|
268
|
+
readonly 800: "#6b21a8";
|
|
269
|
+
readonly 900: "#581c87";
|
|
270
|
+
readonly 950: "#3b0764";
|
|
271
|
+
};
|
|
272
|
+
readonly fuchsia: {
|
|
273
|
+
readonly 50: "#fdf4ff";
|
|
274
|
+
readonly 100: "#fae8ff";
|
|
275
|
+
readonly 200: "#f5d0fe";
|
|
276
|
+
readonly 300: "#f0abfc";
|
|
277
|
+
readonly 400: "#e879f9";
|
|
278
|
+
readonly 500: "#d946ef";
|
|
279
|
+
readonly 600: "#c026d3";
|
|
280
|
+
readonly 700: "#a21caf";
|
|
281
|
+
readonly 800: "#86198f";
|
|
282
|
+
readonly 900: "#701a75";
|
|
283
|
+
readonly 950: "#4a044e";
|
|
284
|
+
};
|
|
285
|
+
readonly pink: {
|
|
286
|
+
readonly 50: "#fdf2f8";
|
|
287
|
+
readonly 100: "#fce7f3";
|
|
288
|
+
readonly 200: "#fbcfe8";
|
|
289
|
+
readonly 300: "#f9a8d4";
|
|
290
|
+
readonly 400: "#f472b6";
|
|
291
|
+
readonly 500: "#ec4899";
|
|
292
|
+
readonly 600: "#db2777";
|
|
293
|
+
readonly 700: "#be185d";
|
|
294
|
+
readonly 800: "#9d174d";
|
|
295
|
+
readonly 900: "#831843";
|
|
296
|
+
readonly 950: "#500724";
|
|
297
|
+
};
|
|
298
|
+
readonly rose: {
|
|
299
|
+
readonly 50: "#fff1f2";
|
|
300
|
+
readonly 100: "#ffe4e6";
|
|
301
|
+
readonly 200: "#fecdd3";
|
|
302
|
+
readonly 300: "#fda4af";
|
|
303
|
+
readonly 400: "#fb7185";
|
|
304
|
+
readonly 500: "#f43f5e";
|
|
305
|
+
readonly 600: "#e11d48";
|
|
306
|
+
readonly 700: "#be123c";
|
|
307
|
+
readonly 800: "#9f1239";
|
|
308
|
+
readonly 900: "#881337";
|
|
309
|
+
readonly 950: "#4c0519";
|
|
310
|
+
};
|
|
311
|
+
readonly destructive: {
|
|
312
|
+
readonly 50: "#fef2f2";
|
|
313
|
+
readonly 100: "#fee2e2";
|
|
314
|
+
readonly 200: "#fecaca";
|
|
315
|
+
readonly 300: "#fca5a5";
|
|
316
|
+
readonly 400: "#f87171";
|
|
317
|
+
readonly 500: "#ef4444";
|
|
318
|
+
readonly 600: "#dc2626";
|
|
319
|
+
readonly 700: "#b91c1c";
|
|
320
|
+
readonly 800: "#991b1b";
|
|
321
|
+
readonly 900: "#7f1d1d";
|
|
322
|
+
readonly 950: "#450a0a";
|
|
323
|
+
};
|
|
324
|
+
readonly success: {
|
|
325
|
+
readonly 50: "#f0fdf4";
|
|
326
|
+
readonly 100: "#dcfce7";
|
|
327
|
+
readonly 200: "#bbf7d0";
|
|
328
|
+
readonly 300: "#86efac";
|
|
329
|
+
readonly 400: "#4ade80";
|
|
330
|
+
readonly 500: "#22c55e";
|
|
331
|
+
readonly 600: "#16a34a";
|
|
332
|
+
readonly 700: "#15803d";
|
|
333
|
+
readonly 800: "#166534";
|
|
334
|
+
readonly 900: "#14532d";
|
|
335
|
+
readonly 950: "#052e16";
|
|
336
|
+
};
|
|
337
|
+
readonly warning: {
|
|
338
|
+
readonly 50: "#fffbeb";
|
|
339
|
+
readonly 100: "#fef3c7";
|
|
340
|
+
readonly 200: "#fde68a";
|
|
341
|
+
readonly 300: "#fcd34d";
|
|
342
|
+
readonly 400: "#fbbf24";
|
|
343
|
+
readonly 500: "#f59e0b";
|
|
344
|
+
readonly 600: "#d97706";
|
|
345
|
+
readonly 700: "#b45309";
|
|
346
|
+
readonly 800: "#92400e";
|
|
347
|
+
readonly 900: "#78350f";
|
|
348
|
+
readonly 950: "#451a03";
|
|
349
|
+
};
|
|
350
|
+
readonly ios: {
|
|
351
|
+
readonly systemBlue: "#007AFF";
|
|
352
|
+
readonly systemGreen: "#34C759";
|
|
353
|
+
readonly systemRed: "#FF3B30";
|
|
354
|
+
readonly systemOrange: "#FF9500";
|
|
355
|
+
readonly systemYellow: "#FFCC00";
|
|
356
|
+
readonly systemPurple: "#AF52DE";
|
|
357
|
+
readonly systemPink: "#FF2D92";
|
|
358
|
+
readonly systemTeal: "#5AC8FA";
|
|
359
|
+
readonly systemIndigo: "#5856D6";
|
|
360
|
+
readonly systemGray: "#8E8E93";
|
|
361
|
+
readonly systemGray2: "#AEAEB2";
|
|
362
|
+
readonly systemGray3: "#C7C7CC";
|
|
363
|
+
readonly systemGray4: "#D1D1D6";
|
|
364
|
+
readonly systemGray5: "#E5E5EA";
|
|
365
|
+
readonly systemGray6: "#F2F2F7";
|
|
366
|
+
};
|
|
367
|
+
readonly android: {
|
|
368
|
+
readonly primary: "#6200EE";
|
|
369
|
+
readonly primaryVariant: "#3700B3";
|
|
370
|
+
readonly secondary: "#03DAC6";
|
|
371
|
+
readonly secondaryVariant: "#018786";
|
|
372
|
+
readonly background: "#FFFFFF";
|
|
373
|
+
readonly surface: "#FFFFFF";
|
|
374
|
+
readonly error: "#B00020";
|
|
375
|
+
readonly onPrimary: "#FFFFFF";
|
|
376
|
+
readonly onSecondary: "#000000";
|
|
377
|
+
readonly onBackground: "#000000";
|
|
378
|
+
readonly onSurface: "#000000";
|
|
379
|
+
readonly onError: "#FFFFFF";
|
|
380
|
+
};
|
|
381
|
+
readonly transparent: "transparent";
|
|
382
|
+
readonly black: "#000000";
|
|
383
|
+
readonly white: "#FFFFFF";
|
|
384
|
+
};
|
|
385
|
+
export declare const getPlatformTypography: () => {
|
|
386
|
+
readonly largeTitle: {
|
|
387
|
+
readonly fontSize: 34;
|
|
388
|
+
readonly lineHeight: 41;
|
|
389
|
+
readonly fontWeight: "700";
|
|
390
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
391
|
+
};
|
|
392
|
+
readonly title1: {
|
|
393
|
+
readonly fontSize: 28;
|
|
394
|
+
readonly lineHeight: 34;
|
|
395
|
+
readonly fontWeight: "700";
|
|
396
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
397
|
+
};
|
|
398
|
+
readonly title2: {
|
|
399
|
+
readonly fontSize: 22;
|
|
400
|
+
readonly lineHeight: 28;
|
|
401
|
+
readonly fontWeight: "700";
|
|
402
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
403
|
+
};
|
|
404
|
+
readonly title3: {
|
|
405
|
+
readonly fontSize: 20;
|
|
406
|
+
readonly lineHeight: 25;
|
|
407
|
+
readonly fontWeight: "600";
|
|
408
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
409
|
+
};
|
|
410
|
+
readonly headline: {
|
|
411
|
+
readonly fontSize: 17;
|
|
412
|
+
readonly lineHeight: 22;
|
|
413
|
+
readonly fontWeight: "600";
|
|
414
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
415
|
+
};
|
|
416
|
+
readonly body: {
|
|
417
|
+
readonly fontSize: 17;
|
|
418
|
+
readonly lineHeight: 22;
|
|
419
|
+
readonly fontWeight: "400";
|
|
420
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
421
|
+
};
|
|
422
|
+
readonly callout: {
|
|
423
|
+
readonly fontSize: 16;
|
|
424
|
+
readonly lineHeight: 21;
|
|
425
|
+
readonly fontWeight: "400";
|
|
426
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
427
|
+
};
|
|
428
|
+
readonly subhead: {
|
|
429
|
+
readonly fontSize: 15;
|
|
430
|
+
readonly lineHeight: 20;
|
|
431
|
+
readonly fontWeight: "400";
|
|
432
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
433
|
+
};
|
|
434
|
+
readonly footnote: {
|
|
435
|
+
readonly fontSize: 13;
|
|
436
|
+
readonly lineHeight: 18;
|
|
437
|
+
readonly fontWeight: "400";
|
|
438
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
439
|
+
};
|
|
440
|
+
readonly caption1: {
|
|
441
|
+
readonly fontSize: 12;
|
|
442
|
+
readonly lineHeight: 16;
|
|
443
|
+
readonly fontWeight: "400";
|
|
444
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
445
|
+
};
|
|
446
|
+
readonly caption2: {
|
|
447
|
+
readonly fontSize: 11;
|
|
448
|
+
readonly lineHeight: 13;
|
|
449
|
+
readonly fontWeight: "400";
|
|
450
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
451
|
+
};
|
|
452
|
+
} | {
|
|
453
|
+
readonly headline1: {
|
|
454
|
+
readonly fontSize: 96;
|
|
455
|
+
readonly lineHeight: 112;
|
|
456
|
+
readonly fontWeight: "300";
|
|
457
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraLight";
|
|
458
|
+
};
|
|
459
|
+
readonly headline2: {
|
|
460
|
+
readonly fontSize: 60;
|
|
461
|
+
readonly lineHeight: 72;
|
|
462
|
+
readonly fontWeight: "300";
|
|
463
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Light";
|
|
464
|
+
};
|
|
465
|
+
readonly headline3: {
|
|
466
|
+
readonly fontSize: 48;
|
|
467
|
+
readonly lineHeight: 56;
|
|
468
|
+
readonly fontWeight: "400";
|
|
469
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
470
|
+
};
|
|
471
|
+
readonly headline4: {
|
|
472
|
+
readonly fontSize: 34;
|
|
473
|
+
readonly lineHeight: 42;
|
|
474
|
+
readonly fontWeight: "400";
|
|
475
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
476
|
+
};
|
|
477
|
+
readonly headline5: {
|
|
478
|
+
readonly fontSize: 24;
|
|
479
|
+
readonly lineHeight: 32;
|
|
480
|
+
readonly fontWeight: "400";
|
|
481
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
482
|
+
};
|
|
483
|
+
readonly headline6: {
|
|
484
|
+
readonly fontSize: 20;
|
|
485
|
+
readonly lineHeight: 28;
|
|
486
|
+
readonly fontWeight: "500";
|
|
487
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
488
|
+
};
|
|
489
|
+
readonly subtitle1: {
|
|
490
|
+
readonly fontSize: 16;
|
|
491
|
+
readonly lineHeight: 24;
|
|
492
|
+
readonly fontWeight: "400";
|
|
493
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
494
|
+
};
|
|
495
|
+
readonly subtitle2: {
|
|
496
|
+
readonly fontSize: 14;
|
|
497
|
+
readonly lineHeight: 22;
|
|
498
|
+
readonly fontWeight: "500";
|
|
499
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
500
|
+
};
|
|
501
|
+
readonly body1: {
|
|
502
|
+
readonly fontSize: 16;
|
|
503
|
+
readonly lineHeight: 24;
|
|
504
|
+
readonly fontWeight: "400";
|
|
505
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
506
|
+
};
|
|
507
|
+
readonly body2: {
|
|
508
|
+
readonly fontSize: 14;
|
|
509
|
+
readonly lineHeight: 20;
|
|
510
|
+
readonly fontWeight: "400";
|
|
511
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
512
|
+
};
|
|
513
|
+
readonly button: {
|
|
514
|
+
readonly fontSize: 14;
|
|
515
|
+
readonly lineHeight: 16;
|
|
516
|
+
readonly fontWeight: "500";
|
|
517
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
518
|
+
};
|
|
519
|
+
readonly caption: {
|
|
520
|
+
readonly fontSize: 12;
|
|
521
|
+
readonly lineHeight: 16;
|
|
522
|
+
readonly fontWeight: "400";
|
|
523
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
524
|
+
};
|
|
525
|
+
readonly overline: {
|
|
526
|
+
readonly fontSize: 10;
|
|
527
|
+
readonly lineHeight: 16;
|
|
528
|
+
readonly fontWeight: "400";
|
|
529
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
530
|
+
};
|
|
531
|
+
} | {
|
|
532
|
+
readonly xs: {
|
|
533
|
+
readonly fontSize: 12;
|
|
534
|
+
readonly lineHeight: 16;
|
|
535
|
+
readonly marginBottom: -0.7;
|
|
536
|
+
readonly fontWeight: "400";
|
|
537
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
538
|
+
};
|
|
539
|
+
readonly sm: {
|
|
540
|
+
readonly fontSize: 14;
|
|
541
|
+
readonly lineHeight: 20;
|
|
542
|
+
readonly marginBottom: -1;
|
|
543
|
+
readonly fontWeight: "400";
|
|
544
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
545
|
+
};
|
|
546
|
+
readonly base: {
|
|
547
|
+
readonly fontSize: 16;
|
|
548
|
+
readonly lineHeight: 24;
|
|
549
|
+
readonly marginBottom: -1.2;
|
|
550
|
+
readonly fontWeight: "400";
|
|
551
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
552
|
+
};
|
|
553
|
+
readonly lg: {
|
|
554
|
+
readonly fontSize: 18;
|
|
555
|
+
readonly lineHeight: 28;
|
|
556
|
+
readonly marginBottom: -1.5;
|
|
557
|
+
readonly fontWeight: "400";
|
|
558
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
559
|
+
};
|
|
560
|
+
readonly xl: {
|
|
561
|
+
readonly fontSize: 20;
|
|
562
|
+
readonly lineHeight: 28;
|
|
563
|
+
readonly marginBottom: -1.75;
|
|
564
|
+
readonly fontWeight: "500";
|
|
565
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
566
|
+
};
|
|
567
|
+
readonly "2xl": {
|
|
568
|
+
readonly fontSize: 24;
|
|
569
|
+
readonly lineHeight: 32;
|
|
570
|
+
readonly marginBottom: -2;
|
|
571
|
+
readonly fontWeight: "600";
|
|
572
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
573
|
+
};
|
|
574
|
+
readonly "3xl": {
|
|
575
|
+
readonly fontSize: 30;
|
|
576
|
+
readonly lineHeight: 36;
|
|
577
|
+
readonly marginBottom: -2.5;
|
|
578
|
+
readonly fontWeight: "700";
|
|
579
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
580
|
+
};
|
|
581
|
+
readonly "4xl": {
|
|
582
|
+
readonly fontSize: 36;
|
|
583
|
+
readonly lineHeight: 40;
|
|
584
|
+
readonly marginBottom: -3;
|
|
585
|
+
readonly fontWeight: "700";
|
|
586
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraBold";
|
|
587
|
+
};
|
|
588
|
+
};
|
|
589
|
+
export declare const typographyAtoms: {
|
|
590
|
+
platform: {
|
|
591
|
+
readonly largeTitle: {
|
|
592
|
+
readonly fontSize: 34;
|
|
593
|
+
readonly lineHeight: 41;
|
|
594
|
+
readonly fontWeight: "700";
|
|
595
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
596
|
+
};
|
|
597
|
+
readonly title1: {
|
|
598
|
+
readonly fontSize: 28;
|
|
599
|
+
readonly lineHeight: 34;
|
|
600
|
+
readonly fontWeight: "700";
|
|
601
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
602
|
+
};
|
|
603
|
+
readonly title2: {
|
|
604
|
+
readonly fontSize: 22;
|
|
605
|
+
readonly lineHeight: 28;
|
|
606
|
+
readonly fontWeight: "700";
|
|
607
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
608
|
+
};
|
|
609
|
+
readonly title3: {
|
|
610
|
+
readonly fontSize: 20;
|
|
611
|
+
readonly lineHeight: 25;
|
|
612
|
+
readonly fontWeight: "600";
|
|
613
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
614
|
+
};
|
|
615
|
+
readonly headline: {
|
|
616
|
+
readonly fontSize: 17;
|
|
617
|
+
readonly lineHeight: 22;
|
|
618
|
+
readonly fontWeight: "600";
|
|
619
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
620
|
+
};
|
|
621
|
+
readonly body: {
|
|
622
|
+
readonly fontSize: 17;
|
|
623
|
+
readonly lineHeight: 22;
|
|
624
|
+
readonly fontWeight: "400";
|
|
625
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
626
|
+
};
|
|
627
|
+
readonly callout: {
|
|
628
|
+
readonly fontSize: 16;
|
|
629
|
+
readonly lineHeight: 21;
|
|
630
|
+
readonly fontWeight: "400";
|
|
631
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
632
|
+
};
|
|
633
|
+
readonly subhead: {
|
|
634
|
+
readonly fontSize: 15;
|
|
635
|
+
readonly lineHeight: 20;
|
|
636
|
+
readonly fontWeight: "400";
|
|
637
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
638
|
+
};
|
|
639
|
+
readonly footnote: {
|
|
640
|
+
readonly fontSize: 13;
|
|
641
|
+
readonly lineHeight: 18;
|
|
642
|
+
readonly fontWeight: "400";
|
|
643
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
644
|
+
};
|
|
645
|
+
readonly caption1: {
|
|
646
|
+
readonly fontSize: 12;
|
|
647
|
+
readonly lineHeight: 16;
|
|
648
|
+
readonly fontWeight: "400";
|
|
649
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
650
|
+
};
|
|
651
|
+
readonly caption2: {
|
|
652
|
+
readonly fontSize: 11;
|
|
653
|
+
readonly lineHeight: 13;
|
|
654
|
+
readonly fontWeight: "400";
|
|
655
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
656
|
+
};
|
|
657
|
+
} | {
|
|
658
|
+
readonly headline1: {
|
|
659
|
+
readonly fontSize: 96;
|
|
660
|
+
readonly lineHeight: 112;
|
|
661
|
+
readonly fontWeight: "300";
|
|
662
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraLight";
|
|
663
|
+
};
|
|
664
|
+
readonly headline2: {
|
|
665
|
+
readonly fontSize: 60;
|
|
666
|
+
readonly lineHeight: 72;
|
|
667
|
+
readonly fontWeight: "300";
|
|
668
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Light";
|
|
669
|
+
};
|
|
670
|
+
readonly headline3: {
|
|
671
|
+
readonly fontSize: 48;
|
|
672
|
+
readonly lineHeight: 56;
|
|
673
|
+
readonly fontWeight: "400";
|
|
674
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
675
|
+
};
|
|
676
|
+
readonly headline4: {
|
|
677
|
+
readonly fontSize: 34;
|
|
678
|
+
readonly lineHeight: 42;
|
|
679
|
+
readonly fontWeight: "400";
|
|
680
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
681
|
+
};
|
|
682
|
+
readonly headline5: {
|
|
683
|
+
readonly fontSize: 24;
|
|
684
|
+
readonly lineHeight: 32;
|
|
685
|
+
readonly fontWeight: "400";
|
|
686
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
687
|
+
};
|
|
688
|
+
readonly headline6: {
|
|
689
|
+
readonly fontSize: 20;
|
|
690
|
+
readonly lineHeight: 28;
|
|
691
|
+
readonly fontWeight: "500";
|
|
692
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
693
|
+
};
|
|
694
|
+
readonly subtitle1: {
|
|
695
|
+
readonly fontSize: 16;
|
|
696
|
+
readonly lineHeight: 24;
|
|
697
|
+
readonly fontWeight: "400";
|
|
698
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
699
|
+
};
|
|
700
|
+
readonly subtitle2: {
|
|
701
|
+
readonly fontSize: 14;
|
|
702
|
+
readonly lineHeight: 22;
|
|
703
|
+
readonly fontWeight: "500";
|
|
704
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
705
|
+
};
|
|
706
|
+
readonly body1: {
|
|
707
|
+
readonly fontSize: 16;
|
|
708
|
+
readonly lineHeight: 24;
|
|
709
|
+
readonly fontWeight: "400";
|
|
710
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
711
|
+
};
|
|
712
|
+
readonly body2: {
|
|
713
|
+
readonly fontSize: 14;
|
|
714
|
+
readonly lineHeight: 20;
|
|
715
|
+
readonly fontWeight: "400";
|
|
716
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
717
|
+
};
|
|
718
|
+
readonly button: {
|
|
719
|
+
readonly fontSize: 14;
|
|
720
|
+
readonly lineHeight: 16;
|
|
721
|
+
readonly fontWeight: "500";
|
|
722
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
723
|
+
};
|
|
724
|
+
readonly caption: {
|
|
725
|
+
readonly fontSize: 12;
|
|
726
|
+
readonly lineHeight: 16;
|
|
727
|
+
readonly fontWeight: "400";
|
|
728
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
729
|
+
};
|
|
730
|
+
readonly overline: {
|
|
731
|
+
readonly fontSize: 10;
|
|
732
|
+
readonly lineHeight: 16;
|
|
733
|
+
readonly fontWeight: "400";
|
|
734
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
735
|
+
};
|
|
736
|
+
} | {
|
|
737
|
+
readonly xs: {
|
|
738
|
+
readonly fontSize: 12;
|
|
739
|
+
readonly lineHeight: 16;
|
|
740
|
+
readonly marginBottom: -0.7;
|
|
741
|
+
readonly fontWeight: "400";
|
|
742
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
743
|
+
};
|
|
744
|
+
readonly sm: {
|
|
745
|
+
readonly fontSize: 14;
|
|
746
|
+
readonly lineHeight: 20;
|
|
747
|
+
readonly marginBottom: -1;
|
|
748
|
+
readonly fontWeight: "400";
|
|
749
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
750
|
+
};
|
|
751
|
+
readonly base: {
|
|
752
|
+
readonly fontSize: 16;
|
|
753
|
+
readonly lineHeight: 24;
|
|
754
|
+
readonly marginBottom: -1.2;
|
|
755
|
+
readonly fontWeight: "400";
|
|
756
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
757
|
+
};
|
|
758
|
+
readonly lg: {
|
|
759
|
+
readonly fontSize: 18;
|
|
760
|
+
readonly lineHeight: 28;
|
|
761
|
+
readonly marginBottom: -1.5;
|
|
762
|
+
readonly fontWeight: "400";
|
|
763
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
764
|
+
};
|
|
765
|
+
readonly xl: {
|
|
766
|
+
readonly fontSize: 20;
|
|
767
|
+
readonly lineHeight: 28;
|
|
768
|
+
readonly marginBottom: -1.75;
|
|
769
|
+
readonly fontWeight: "500";
|
|
770
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
771
|
+
};
|
|
772
|
+
readonly "2xl": {
|
|
773
|
+
readonly fontSize: 24;
|
|
774
|
+
readonly lineHeight: 32;
|
|
775
|
+
readonly marginBottom: -2;
|
|
776
|
+
readonly fontWeight: "600";
|
|
777
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
778
|
+
};
|
|
779
|
+
readonly "3xl": {
|
|
780
|
+
readonly fontSize: 30;
|
|
781
|
+
readonly lineHeight: 36;
|
|
782
|
+
readonly marginBottom: -2.5;
|
|
783
|
+
readonly fontWeight: "700";
|
|
784
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
785
|
+
};
|
|
786
|
+
readonly "4xl": {
|
|
787
|
+
readonly fontSize: 36;
|
|
788
|
+
readonly lineHeight: 40;
|
|
789
|
+
readonly marginBottom: -3;
|
|
790
|
+
readonly fontWeight: "700";
|
|
791
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraBold";
|
|
792
|
+
};
|
|
793
|
+
};
|
|
794
|
+
universal: {
|
|
795
|
+
readonly xs: {
|
|
796
|
+
readonly fontSize: 12;
|
|
797
|
+
readonly lineHeight: 16;
|
|
798
|
+
readonly marginBottom: -0.7;
|
|
799
|
+
readonly fontWeight: "400";
|
|
800
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
801
|
+
};
|
|
802
|
+
readonly sm: {
|
|
803
|
+
readonly fontSize: 14;
|
|
804
|
+
readonly lineHeight: 20;
|
|
805
|
+
readonly marginBottom: -1;
|
|
806
|
+
readonly fontWeight: "400";
|
|
807
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
808
|
+
};
|
|
809
|
+
readonly base: {
|
|
810
|
+
readonly fontSize: 16;
|
|
811
|
+
readonly lineHeight: 24;
|
|
812
|
+
readonly marginBottom: -1.2;
|
|
813
|
+
readonly fontWeight: "400";
|
|
814
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
815
|
+
};
|
|
816
|
+
readonly lg: {
|
|
817
|
+
readonly fontSize: 18;
|
|
818
|
+
readonly lineHeight: 28;
|
|
819
|
+
readonly marginBottom: -1.5;
|
|
820
|
+
readonly fontWeight: "400";
|
|
821
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
822
|
+
};
|
|
823
|
+
readonly xl: {
|
|
824
|
+
readonly fontSize: 20;
|
|
825
|
+
readonly lineHeight: 28;
|
|
826
|
+
readonly marginBottom: -1.75;
|
|
827
|
+
readonly fontWeight: "500";
|
|
828
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
829
|
+
};
|
|
830
|
+
readonly "2xl": {
|
|
831
|
+
readonly fontSize: 24;
|
|
832
|
+
readonly lineHeight: 32;
|
|
833
|
+
readonly marginBottom: -2;
|
|
834
|
+
readonly fontWeight: "600";
|
|
835
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
836
|
+
};
|
|
837
|
+
readonly "3xl": {
|
|
838
|
+
readonly fontSize: 30;
|
|
839
|
+
readonly lineHeight: 36;
|
|
840
|
+
readonly marginBottom: -2.5;
|
|
841
|
+
readonly fontWeight: "700";
|
|
842
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
843
|
+
};
|
|
844
|
+
readonly "4xl": {
|
|
845
|
+
readonly fontSize: 36;
|
|
846
|
+
readonly lineHeight: 40;
|
|
847
|
+
readonly marginBottom: -3;
|
|
848
|
+
readonly fontWeight: "700";
|
|
849
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraBold";
|
|
850
|
+
};
|
|
851
|
+
};
|
|
852
|
+
ios: {
|
|
853
|
+
readonly largeTitle: {
|
|
854
|
+
readonly fontSize: 34;
|
|
855
|
+
readonly lineHeight: 41;
|
|
856
|
+
readonly fontWeight: "700";
|
|
857
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
858
|
+
};
|
|
859
|
+
readonly title1: {
|
|
860
|
+
readonly fontSize: 28;
|
|
861
|
+
readonly lineHeight: 34;
|
|
862
|
+
readonly fontWeight: "700";
|
|
863
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
864
|
+
};
|
|
865
|
+
readonly title2: {
|
|
866
|
+
readonly fontSize: 22;
|
|
867
|
+
readonly lineHeight: 28;
|
|
868
|
+
readonly fontWeight: "700";
|
|
869
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
870
|
+
};
|
|
871
|
+
readonly title3: {
|
|
872
|
+
readonly fontSize: 20;
|
|
873
|
+
readonly lineHeight: 25;
|
|
874
|
+
readonly fontWeight: "600";
|
|
875
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
876
|
+
};
|
|
877
|
+
readonly headline: {
|
|
878
|
+
readonly fontSize: 17;
|
|
879
|
+
readonly lineHeight: 22;
|
|
880
|
+
readonly fontWeight: "600";
|
|
881
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
882
|
+
};
|
|
883
|
+
readonly body: {
|
|
884
|
+
readonly fontSize: 17;
|
|
885
|
+
readonly lineHeight: 22;
|
|
886
|
+
readonly fontWeight: "400";
|
|
887
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
888
|
+
};
|
|
889
|
+
readonly callout: {
|
|
890
|
+
readonly fontSize: 16;
|
|
891
|
+
readonly lineHeight: 21;
|
|
892
|
+
readonly fontWeight: "400";
|
|
893
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
894
|
+
};
|
|
895
|
+
readonly subhead: {
|
|
896
|
+
readonly fontSize: 15;
|
|
897
|
+
readonly lineHeight: 20;
|
|
898
|
+
readonly fontWeight: "400";
|
|
899
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
900
|
+
};
|
|
901
|
+
readonly footnote: {
|
|
902
|
+
readonly fontSize: 13;
|
|
903
|
+
readonly lineHeight: 18;
|
|
904
|
+
readonly fontWeight: "400";
|
|
905
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
906
|
+
};
|
|
907
|
+
readonly caption1: {
|
|
908
|
+
readonly fontSize: 12;
|
|
909
|
+
readonly lineHeight: 16;
|
|
910
|
+
readonly fontWeight: "400";
|
|
911
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
912
|
+
};
|
|
913
|
+
readonly caption2: {
|
|
914
|
+
readonly fontSize: 11;
|
|
915
|
+
readonly lineHeight: 13;
|
|
916
|
+
readonly fontWeight: "400";
|
|
917
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
918
|
+
};
|
|
919
|
+
};
|
|
920
|
+
android: {
|
|
921
|
+
readonly headline1: {
|
|
922
|
+
readonly fontSize: 96;
|
|
923
|
+
readonly lineHeight: 112;
|
|
924
|
+
readonly fontWeight: "300";
|
|
925
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraLight";
|
|
926
|
+
};
|
|
927
|
+
readonly headline2: {
|
|
928
|
+
readonly fontSize: 60;
|
|
929
|
+
readonly lineHeight: 72;
|
|
930
|
+
readonly fontWeight: "300";
|
|
931
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Light";
|
|
932
|
+
};
|
|
933
|
+
readonly headline3: {
|
|
934
|
+
readonly fontSize: 48;
|
|
935
|
+
readonly lineHeight: 56;
|
|
936
|
+
readonly fontWeight: "400";
|
|
937
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
938
|
+
};
|
|
939
|
+
readonly headline4: {
|
|
940
|
+
readonly fontSize: 34;
|
|
941
|
+
readonly lineHeight: 42;
|
|
942
|
+
readonly fontWeight: "400";
|
|
943
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
944
|
+
};
|
|
945
|
+
readonly headline5: {
|
|
946
|
+
readonly fontSize: 24;
|
|
947
|
+
readonly lineHeight: 32;
|
|
948
|
+
readonly fontWeight: "400";
|
|
949
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
950
|
+
};
|
|
951
|
+
readonly headline6: {
|
|
952
|
+
readonly fontSize: 20;
|
|
953
|
+
readonly lineHeight: 28;
|
|
954
|
+
readonly fontWeight: "500";
|
|
955
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
956
|
+
};
|
|
957
|
+
readonly subtitle1: {
|
|
958
|
+
readonly fontSize: 16;
|
|
959
|
+
readonly lineHeight: 24;
|
|
960
|
+
readonly fontWeight: "400";
|
|
961
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
962
|
+
};
|
|
963
|
+
readonly subtitle2: {
|
|
964
|
+
readonly fontSize: 14;
|
|
965
|
+
readonly lineHeight: 22;
|
|
966
|
+
readonly fontWeight: "500";
|
|
967
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
968
|
+
};
|
|
969
|
+
readonly body1: {
|
|
970
|
+
readonly fontSize: 16;
|
|
971
|
+
readonly lineHeight: 24;
|
|
972
|
+
readonly fontWeight: "400";
|
|
973
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
974
|
+
};
|
|
975
|
+
readonly body2: {
|
|
976
|
+
readonly fontSize: 14;
|
|
977
|
+
readonly lineHeight: 20;
|
|
978
|
+
readonly fontWeight: "400";
|
|
979
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
980
|
+
};
|
|
981
|
+
readonly button: {
|
|
982
|
+
readonly fontSize: 14;
|
|
983
|
+
readonly lineHeight: 16;
|
|
984
|
+
readonly fontWeight: "500";
|
|
985
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
986
|
+
};
|
|
987
|
+
readonly caption: {
|
|
988
|
+
readonly fontSize: 12;
|
|
989
|
+
readonly lineHeight: 16;
|
|
990
|
+
readonly fontWeight: "400";
|
|
991
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
992
|
+
};
|
|
993
|
+
readonly overline: {
|
|
994
|
+
readonly fontSize: 10;
|
|
995
|
+
readonly lineHeight: 16;
|
|
996
|
+
readonly fontWeight: "400";
|
|
997
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
998
|
+
};
|
|
999
|
+
};
|
|
1000
|
+
};
|
|
1001
|
+
export declare const iconSizes: {
|
|
1002
|
+
sm: number;
|
|
1003
|
+
md: number;
|
|
1004
|
+
lg: number;
|
|
1005
|
+
xl: number;
|
|
1006
|
+
};
|
|
1007
|
+
export declare const layout: {
|
|
1008
|
+
flex: {
|
|
1009
|
+
center: {
|
|
1010
|
+
justifyContent: "center";
|
|
1011
|
+
alignItems: "center";
|
|
1012
|
+
};
|
|
1013
|
+
alignCenter: {
|
|
1014
|
+
alignItems: "center";
|
|
1015
|
+
};
|
|
1016
|
+
justifyCenter: {
|
|
1017
|
+
justifyContent: "center";
|
|
1018
|
+
};
|
|
1019
|
+
row: {
|
|
1020
|
+
flexDirection: "row";
|
|
1021
|
+
};
|
|
1022
|
+
column: {
|
|
1023
|
+
flexDirection: "column";
|
|
1024
|
+
};
|
|
1025
|
+
spaceBetween: {
|
|
1026
|
+
justifyContent: "space-between";
|
|
1027
|
+
};
|
|
1028
|
+
spaceAround: {
|
|
1029
|
+
justifyContent: "space-around";
|
|
1030
|
+
};
|
|
1031
|
+
spaceEvenly: {
|
|
1032
|
+
justifyContent: "space-evenly";
|
|
1033
|
+
};
|
|
1034
|
+
direction: Record<"row" | "column" | "row-reverse" | "column-reverse", StyleValue>;
|
|
1035
|
+
justify: Record<"start" | "end" | "center" | "between" | "around" | "evenly", StyleValue>;
|
|
1036
|
+
align: Record<"start" | "end" | "center" | "stretch" | "baseline", StyleValue>;
|
|
1037
|
+
wrap: Record<"reverse" | "wrap" | "nowrap", StyleValue>;
|
|
1038
|
+
};
|
|
1039
|
+
position: Record<"absolute" | "relative" | "static", StyleValue>;
|
|
1040
|
+
};
|
|
1041
|
+
export declare const borders: {
|
|
1042
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
1043
|
+
style: Record<"solid" | "dashed" | "dotted", StyleValue>;
|
|
1044
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
1045
|
+
top: {
|
|
1046
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
1047
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
1048
|
+
};
|
|
1049
|
+
bottom: {
|
|
1050
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
1051
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
1052
|
+
};
|
|
1053
|
+
left: {
|
|
1054
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
1055
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
1056
|
+
};
|
|
1057
|
+
right: {
|
|
1058
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
1059
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
1060
|
+
};
|
|
1061
|
+
};
|
|
1062
|
+
export declare const spacingAtoms: {
|
|
1063
|
+
margin: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1064
|
+
marginTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1065
|
+
marginRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1066
|
+
marginBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1067
|
+
marginLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1068
|
+
marginHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1069
|
+
marginVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1070
|
+
padding: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1071
|
+
paddingTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1072
|
+
paddingRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1073
|
+
paddingBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1074
|
+
paddingLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1075
|
+
paddingHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1076
|
+
paddingVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1077
|
+
};
|
|
1078
|
+
export declare const radiusAtoms: {
|
|
1079
|
+
all: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1080
|
+
top: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1081
|
+
topRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1082
|
+
bottom: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1083
|
+
bottomRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1084
|
+
left: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1085
|
+
right: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1086
|
+
};
|
|
1087
|
+
export declare const backgrounds: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
1088
|
+
export declare const textColors: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
1089
|
+
export declare const sizes: {
|
|
1090
|
+
width: {
|
|
1091
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
1092
|
+
0: StyleValue;
|
|
1093
|
+
1: StyleValue;
|
|
1094
|
+
3: StyleValue;
|
|
1095
|
+
2: StyleValue;
|
|
1096
|
+
5: StyleValue;
|
|
1097
|
+
6: StyleValue;
|
|
1098
|
+
11: StyleValue;
|
|
1099
|
+
4: StyleValue;
|
|
1100
|
+
8: StyleValue;
|
|
1101
|
+
10: StyleValue;
|
|
1102
|
+
64: StyleValue;
|
|
1103
|
+
14: StyleValue;
|
|
1104
|
+
20: StyleValue;
|
|
1105
|
+
12: StyleValue;
|
|
1106
|
+
24: StyleValue;
|
|
1107
|
+
80: StyleValue;
|
|
1108
|
+
7: StyleValue;
|
|
1109
|
+
9: StyleValue;
|
|
1110
|
+
28: StyleValue;
|
|
1111
|
+
72: StyleValue;
|
|
1112
|
+
96: StyleValue;
|
|
1113
|
+
16: StyleValue;
|
|
1114
|
+
36: StyleValue;
|
|
1115
|
+
auto: StyleValue;
|
|
1116
|
+
32: StyleValue;
|
|
1117
|
+
40: StyleValue;
|
|
1118
|
+
44: StyleValue;
|
|
1119
|
+
48: StyleValue;
|
|
1120
|
+
56: StyleValue;
|
|
1121
|
+
60: StyleValue;
|
|
1122
|
+
52: StyleValue;
|
|
1123
|
+
};
|
|
1124
|
+
height: {
|
|
1125
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
1126
|
+
0: StyleValue;
|
|
1127
|
+
1: StyleValue;
|
|
1128
|
+
3: StyleValue;
|
|
1129
|
+
2: StyleValue;
|
|
1130
|
+
5: StyleValue;
|
|
1131
|
+
6: StyleValue;
|
|
1132
|
+
11: StyleValue;
|
|
1133
|
+
4: StyleValue;
|
|
1134
|
+
8: StyleValue;
|
|
1135
|
+
10: StyleValue;
|
|
1136
|
+
64: StyleValue;
|
|
1137
|
+
14: StyleValue;
|
|
1138
|
+
20: StyleValue;
|
|
1139
|
+
12: StyleValue;
|
|
1140
|
+
24: StyleValue;
|
|
1141
|
+
80: StyleValue;
|
|
1142
|
+
7: StyleValue;
|
|
1143
|
+
9: StyleValue;
|
|
1144
|
+
28: StyleValue;
|
|
1145
|
+
72: StyleValue;
|
|
1146
|
+
96: StyleValue;
|
|
1147
|
+
16: StyleValue;
|
|
1148
|
+
36: StyleValue;
|
|
1149
|
+
auto: StyleValue;
|
|
1150
|
+
32: StyleValue;
|
|
1151
|
+
40: StyleValue;
|
|
1152
|
+
44: StyleValue;
|
|
1153
|
+
48: StyleValue;
|
|
1154
|
+
56: StyleValue;
|
|
1155
|
+
60: StyleValue;
|
|
1156
|
+
52: StyleValue;
|
|
1157
|
+
};
|
|
1158
|
+
minWidth: {
|
|
1159
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
1160
|
+
0: StyleValue;
|
|
1161
|
+
1: StyleValue;
|
|
1162
|
+
3: StyleValue;
|
|
1163
|
+
2: StyleValue;
|
|
1164
|
+
5: StyleValue;
|
|
1165
|
+
6: StyleValue;
|
|
1166
|
+
11: StyleValue;
|
|
1167
|
+
4: StyleValue;
|
|
1168
|
+
8: StyleValue;
|
|
1169
|
+
10: StyleValue;
|
|
1170
|
+
64: StyleValue;
|
|
1171
|
+
14: StyleValue;
|
|
1172
|
+
20: StyleValue;
|
|
1173
|
+
12: StyleValue;
|
|
1174
|
+
24: StyleValue;
|
|
1175
|
+
80: StyleValue;
|
|
1176
|
+
7: StyleValue;
|
|
1177
|
+
9: StyleValue;
|
|
1178
|
+
28: StyleValue;
|
|
1179
|
+
72: StyleValue;
|
|
1180
|
+
96: StyleValue;
|
|
1181
|
+
16: StyleValue;
|
|
1182
|
+
36: StyleValue;
|
|
1183
|
+
auto: StyleValue;
|
|
1184
|
+
32: StyleValue;
|
|
1185
|
+
40: StyleValue;
|
|
1186
|
+
44: StyleValue;
|
|
1187
|
+
48: StyleValue;
|
|
1188
|
+
56: StyleValue;
|
|
1189
|
+
60: StyleValue;
|
|
1190
|
+
52: StyleValue;
|
|
1191
|
+
};
|
|
1192
|
+
minHeight: {
|
|
1193
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
1194
|
+
0: StyleValue;
|
|
1195
|
+
1: StyleValue;
|
|
1196
|
+
3: StyleValue;
|
|
1197
|
+
2: StyleValue;
|
|
1198
|
+
5: StyleValue;
|
|
1199
|
+
6: StyleValue;
|
|
1200
|
+
11: StyleValue;
|
|
1201
|
+
4: StyleValue;
|
|
1202
|
+
8: StyleValue;
|
|
1203
|
+
10: StyleValue;
|
|
1204
|
+
64: StyleValue;
|
|
1205
|
+
14: StyleValue;
|
|
1206
|
+
20: StyleValue;
|
|
1207
|
+
12: StyleValue;
|
|
1208
|
+
24: StyleValue;
|
|
1209
|
+
80: StyleValue;
|
|
1210
|
+
7: StyleValue;
|
|
1211
|
+
9: StyleValue;
|
|
1212
|
+
28: StyleValue;
|
|
1213
|
+
72: StyleValue;
|
|
1214
|
+
96: StyleValue;
|
|
1215
|
+
16: StyleValue;
|
|
1216
|
+
36: StyleValue;
|
|
1217
|
+
auto: StyleValue;
|
|
1218
|
+
32: StyleValue;
|
|
1219
|
+
40: StyleValue;
|
|
1220
|
+
44: StyleValue;
|
|
1221
|
+
48: StyleValue;
|
|
1222
|
+
56: StyleValue;
|
|
1223
|
+
60: StyleValue;
|
|
1224
|
+
52: StyleValue;
|
|
1225
|
+
};
|
|
1226
|
+
maxWidth: {
|
|
1227
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
1228
|
+
0: StyleValue;
|
|
1229
|
+
1: StyleValue;
|
|
1230
|
+
3: StyleValue;
|
|
1231
|
+
2: StyleValue;
|
|
1232
|
+
5: StyleValue;
|
|
1233
|
+
6: StyleValue;
|
|
1234
|
+
11: StyleValue;
|
|
1235
|
+
4: StyleValue;
|
|
1236
|
+
8: StyleValue;
|
|
1237
|
+
10: StyleValue;
|
|
1238
|
+
64: StyleValue;
|
|
1239
|
+
14: StyleValue;
|
|
1240
|
+
20: StyleValue;
|
|
1241
|
+
12: StyleValue;
|
|
1242
|
+
24: StyleValue;
|
|
1243
|
+
80: StyleValue;
|
|
1244
|
+
7: StyleValue;
|
|
1245
|
+
9: StyleValue;
|
|
1246
|
+
28: StyleValue;
|
|
1247
|
+
72: StyleValue;
|
|
1248
|
+
96: StyleValue;
|
|
1249
|
+
16: StyleValue;
|
|
1250
|
+
36: StyleValue;
|
|
1251
|
+
auto: StyleValue;
|
|
1252
|
+
32: StyleValue;
|
|
1253
|
+
40: StyleValue;
|
|
1254
|
+
44: StyleValue;
|
|
1255
|
+
48: StyleValue;
|
|
1256
|
+
56: StyleValue;
|
|
1257
|
+
60: StyleValue;
|
|
1258
|
+
52: StyleValue;
|
|
1259
|
+
};
|
|
1260
|
+
maxHeight: {
|
|
1261
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
1262
|
+
0: StyleValue;
|
|
1263
|
+
1: StyleValue;
|
|
1264
|
+
3: StyleValue;
|
|
1265
|
+
2: StyleValue;
|
|
1266
|
+
5: StyleValue;
|
|
1267
|
+
6: StyleValue;
|
|
1268
|
+
11: StyleValue;
|
|
1269
|
+
4: StyleValue;
|
|
1270
|
+
8: StyleValue;
|
|
1271
|
+
10: StyleValue;
|
|
1272
|
+
64: StyleValue;
|
|
1273
|
+
14: StyleValue;
|
|
1274
|
+
20: StyleValue;
|
|
1275
|
+
12: StyleValue;
|
|
1276
|
+
24: StyleValue;
|
|
1277
|
+
80: StyleValue;
|
|
1278
|
+
7: StyleValue;
|
|
1279
|
+
9: StyleValue;
|
|
1280
|
+
28: StyleValue;
|
|
1281
|
+
72: StyleValue;
|
|
1282
|
+
96: StyleValue;
|
|
1283
|
+
16: StyleValue;
|
|
1284
|
+
36: StyleValue;
|
|
1285
|
+
auto: StyleValue;
|
|
1286
|
+
32: StyleValue;
|
|
1287
|
+
40: StyleValue;
|
|
1288
|
+
44: StyleValue;
|
|
1289
|
+
48: StyleValue;
|
|
1290
|
+
56: StyleValue;
|
|
1291
|
+
60: StyleValue;
|
|
1292
|
+
52: StyleValue;
|
|
1293
|
+
};
|
|
1294
|
+
};
|
|
1295
|
+
export declare const flex: {
|
|
1296
|
+
values: Record<0 | 1 | 3 | 2 | 5 | 4, StyleValue>;
|
|
1297
|
+
grow: Record<0 | 1, StyleValue>;
|
|
1298
|
+
shrink: Record<0 | 1, StyleValue>;
|
|
1299
|
+
basis: {
|
|
1300
|
+
auto: {
|
|
1301
|
+
flexBasis: string;
|
|
1302
|
+
};
|
|
1303
|
+
10: StyleValue;
|
|
1304
|
+
20: StyleValue;
|
|
1305
|
+
25: StyleValue;
|
|
1306
|
+
30: StyleValue;
|
|
1307
|
+
33: StyleValue;
|
|
1308
|
+
40: StyleValue;
|
|
1309
|
+
50: StyleValue;
|
|
1310
|
+
60: StyleValue;
|
|
1311
|
+
66: StyleValue;
|
|
1312
|
+
70: StyleValue;
|
|
1313
|
+
75: StyleValue;
|
|
1314
|
+
80: StyleValue;
|
|
1315
|
+
90: StyleValue;
|
|
1316
|
+
100: StyleValue;
|
|
1317
|
+
0: StyleValue;
|
|
1318
|
+
1: StyleValue;
|
|
1319
|
+
3: StyleValue;
|
|
1320
|
+
2: StyleValue;
|
|
1321
|
+
5: StyleValue;
|
|
1322
|
+
6: StyleValue;
|
|
1323
|
+
11: StyleValue;
|
|
1324
|
+
4: StyleValue;
|
|
1325
|
+
8: StyleValue;
|
|
1326
|
+
64: StyleValue;
|
|
1327
|
+
14: StyleValue;
|
|
1328
|
+
12: StyleValue;
|
|
1329
|
+
24: StyleValue;
|
|
1330
|
+
7: StyleValue;
|
|
1331
|
+
9: StyleValue;
|
|
1332
|
+
28: StyleValue;
|
|
1333
|
+
72: StyleValue;
|
|
1334
|
+
96: StyleValue;
|
|
1335
|
+
16: StyleValue;
|
|
1336
|
+
36: StyleValue;
|
|
1337
|
+
32: StyleValue;
|
|
1338
|
+
44: StyleValue;
|
|
1339
|
+
48: StyleValue;
|
|
1340
|
+
56: StyleValue;
|
|
1341
|
+
52: StyleValue;
|
|
1342
|
+
};
|
|
1343
|
+
};
|
|
1344
|
+
export declare const opacity: Record<0 | 50 | 100 | 5 | 10 | 25 | 20 | 80 | 30 | 40 | 60 | 70 | 75 | 90 | 95, StyleValue>;
|
|
1345
|
+
export declare const zIndex: Record<0 | 50 | 10 | 20 | 30 | "auto" | 40, StyleValue>;
|
|
1346
|
+
export declare const overflow: Record<"visible" | "hidden" | "scroll", StyleValue>;
|
|
1347
|
+
export declare const textAlign: Record<"auto" | "center" | "left" | "right" | "justify", StyleValue>;
|
|
1348
|
+
export declare const fontWeight: Record<"bold" | "thin" | "medium" | "black" | "extralight" | "light" | "normal" | "semibold" | "extrabold", StyleValue>;
|
|
1349
|
+
export declare const fontSize: Record<"sm" | "lg" | "xl" | "2xl" | "3xl" | "xs" | "base" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
|
|
1350
|
+
export declare const lineHeight: Record<3 | 5 | 6 | 4 | 8 | 10 | "none" | 7 | 9 | "normal" | "tight" | "snug" | "relaxed" | "loose", StyleValue>;
|
|
1351
|
+
export declare const letterSpacing: Record<"normal" | "tight" | "tighter" | "wide" | "wider" | "widest", StyleValue>;
|
|
1352
|
+
export declare const textTransform: Record<"none" | "uppercase" | "lowercase" | "capitalize", StyleValue>;
|
|
1353
|
+
export declare const textDecoration: Record<"none" | "underline" | "lineThrough" | "underlineLineThrough", StyleValue>;
|
|
1354
|
+
export declare const textAlignVertical: Record<"top" | "auto" | "center" | "bottom", StyleValue>;
|
|
1355
|
+
export declare const transforms: {
|
|
1356
|
+
rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 90 | 45 | 180 | 270, StyleValue>;
|
|
1357
|
+
scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
1358
|
+
scaleX: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
1359
|
+
scaleY: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
1360
|
+
translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1361
|
+
translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1362
|
+
};
|
|
1363
|
+
export declare const position: {
|
|
1364
|
+
top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1365
|
+
right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1366
|
+
bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1367
|
+
left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1368
|
+
topLeft: (top: number, left: number) => {
|
|
1369
|
+
position: "absolute";
|
|
1370
|
+
top: number;
|
|
1371
|
+
left: number;
|
|
1372
|
+
};
|
|
1373
|
+
topRight: (top: number, right: number) => {
|
|
1374
|
+
position: "absolute";
|
|
1375
|
+
top: number;
|
|
1376
|
+
right: number;
|
|
1377
|
+
};
|
|
1378
|
+
bottomLeft: (bottom: number, left: number) => {
|
|
1379
|
+
position: "absolute";
|
|
1380
|
+
bottom: number;
|
|
1381
|
+
left: number;
|
|
1382
|
+
};
|
|
1383
|
+
bottomRight: (bottom: number, right: number) => {
|
|
1384
|
+
position: "absolute";
|
|
1385
|
+
bottom: number;
|
|
1386
|
+
right: number;
|
|
1387
|
+
};
|
|
1388
|
+
percent: {
|
|
1389
|
+
top: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
1390
|
+
right: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
1391
|
+
bottom: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
1392
|
+
left: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
1393
|
+
};
|
|
1394
|
+
};
|
|
1395
|
+
export declare const aspectRatio: Record<"video" | "wide" | "square" | "photo" | "portrait" | "ultrawide" | "1/1" | "3/2" | "4/3" | "16/9" | "21/9", StyleValue>;
|
|
1396
|
+
export declare const gap: {
|
|
1397
|
+
row: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1398
|
+
column: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1399
|
+
all: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
1400
|
+
};
|
|
1401
|
+
export declare const layouts: {
|
|
1402
|
+
fullScreen: {
|
|
1403
|
+
position: "absolute";
|
|
1404
|
+
top: number;
|
|
1405
|
+
left: number;
|
|
1406
|
+
right: number;
|
|
1407
|
+
bottom: number;
|
|
1408
|
+
};
|
|
1409
|
+
centered: {
|
|
1410
|
+
flex: number;
|
|
1411
|
+
justifyContent: "center";
|
|
1412
|
+
alignItems: "center";
|
|
1413
|
+
};
|
|
1414
|
+
overlay: {
|
|
1415
|
+
position: "absolute";
|
|
1416
|
+
top: number;
|
|
1417
|
+
left: number;
|
|
1418
|
+
right: number;
|
|
1419
|
+
bottom: number;
|
|
1420
|
+
justifyContent: "center";
|
|
1421
|
+
alignItems: "center";
|
|
1422
|
+
backgroundColor: string;
|
|
1423
|
+
};
|
|
1424
|
+
safeContainer: {
|
|
1425
|
+
flex: number;
|
|
1426
|
+
paddingTop: number;
|
|
1427
|
+
};
|
|
1428
|
+
spaceBetweenRow: {
|
|
1429
|
+
flexDirection: "row";
|
|
1430
|
+
justifyContent: "space-between";
|
|
1431
|
+
alignItems: "center";
|
|
1432
|
+
};
|
|
1433
|
+
stickyHeader: {
|
|
1434
|
+
position: "absolute";
|
|
1435
|
+
top: number;
|
|
1436
|
+
left: number;
|
|
1437
|
+
right: number;
|
|
1438
|
+
zIndex: number;
|
|
1439
|
+
};
|
|
1440
|
+
bottomSheet: {
|
|
1441
|
+
position: "absolute";
|
|
1442
|
+
bottom: number;
|
|
1443
|
+
left: number;
|
|
1444
|
+
right: number;
|
|
1445
|
+
borderTopLeftRadius: number;
|
|
1446
|
+
borderTopRightRadius: number;
|
|
1447
|
+
};
|
|
1448
|
+
};
|
|
1449
|
+
export declare const atoms: {
|
|
1450
|
+
colors: {
|
|
1451
|
+
readonly primary: {
|
|
1452
|
+
readonly 50: "#eff6ff";
|
|
1453
|
+
readonly 100: "#dbeafe";
|
|
1454
|
+
readonly 200: "#bfdbfe";
|
|
1455
|
+
readonly 300: "#93c5fd";
|
|
1456
|
+
readonly 400: "#60a5fa";
|
|
1457
|
+
readonly 500: "#3b82f6";
|
|
1458
|
+
readonly 600: "#2563eb";
|
|
1459
|
+
readonly 700: "#1d4ed8";
|
|
1460
|
+
readonly 800: "#1e40af";
|
|
1461
|
+
readonly 900: "#1e3a8a";
|
|
1462
|
+
readonly 950: "#172554";
|
|
1463
|
+
};
|
|
1464
|
+
readonly slate: {
|
|
1465
|
+
readonly 50: "#f8fafc";
|
|
1466
|
+
readonly 100: "#f1f5f9";
|
|
1467
|
+
readonly 200: "#e2e8f0";
|
|
1468
|
+
readonly 300: "#cbd5e1";
|
|
1469
|
+
readonly 400: "#94a3b8";
|
|
1470
|
+
readonly 500: "#64748b";
|
|
1471
|
+
readonly 600: "#475569";
|
|
1472
|
+
readonly 700: "#334155";
|
|
1473
|
+
readonly 800: "#1e293b";
|
|
1474
|
+
readonly 900: "#0f172a";
|
|
1475
|
+
readonly 950: "#020617";
|
|
1476
|
+
};
|
|
1477
|
+
readonly gray: {
|
|
1478
|
+
readonly 50: "#f9fafb";
|
|
1479
|
+
readonly 100: "#f3f4f6";
|
|
1480
|
+
readonly 200: "#e5e7eb";
|
|
1481
|
+
readonly 300: "#d1d5db";
|
|
1482
|
+
readonly 400: "#9ca3af";
|
|
1483
|
+
readonly 500: "#6b7280";
|
|
1484
|
+
readonly 600: "#4b5563";
|
|
1485
|
+
readonly 700: "#374151";
|
|
1486
|
+
readonly 800: "#1f2937";
|
|
1487
|
+
readonly 900: "#111827";
|
|
1488
|
+
readonly 950: "#030712";
|
|
1489
|
+
};
|
|
1490
|
+
readonly zinc: {
|
|
1491
|
+
readonly 50: "#fafafa";
|
|
1492
|
+
readonly 100: "#f4f4f5";
|
|
1493
|
+
readonly 200: "#e4e4e7";
|
|
1494
|
+
readonly 300: "#d4d4d8";
|
|
1495
|
+
readonly 400: "#a1a1aa";
|
|
1496
|
+
readonly 500: "#71717a";
|
|
1497
|
+
readonly 600: "#52525b";
|
|
1498
|
+
readonly 700: "#3f3f46";
|
|
1499
|
+
readonly 800: "#27272a";
|
|
1500
|
+
readonly 900: "#18181b";
|
|
1501
|
+
readonly 950: "#09090b";
|
|
1502
|
+
};
|
|
1503
|
+
readonly neutral: {
|
|
1504
|
+
readonly 50: "#fafaf9";
|
|
1505
|
+
readonly 100: "#f5f5f4";
|
|
1506
|
+
readonly 200: "#e7e5e4";
|
|
1507
|
+
readonly 300: "#d6d3d1";
|
|
1508
|
+
readonly 400: "#a8a29e";
|
|
1509
|
+
readonly 500: "#78716c";
|
|
1510
|
+
readonly 600: "#57534e";
|
|
1511
|
+
readonly 700: "#44403c";
|
|
1512
|
+
readonly 800: "#292524";
|
|
1513
|
+
readonly 900: "#1c1917";
|
|
1514
|
+
readonly 950: "#0c0a09";
|
|
1515
|
+
};
|
|
1516
|
+
readonly stone: {
|
|
1517
|
+
readonly 50: "#fafaf9";
|
|
1518
|
+
readonly 100: "#f5f5f4";
|
|
1519
|
+
readonly 200: "#e7e5e4";
|
|
1520
|
+
readonly 300: "#d6d3d1";
|
|
1521
|
+
readonly 400: "#a8a29e";
|
|
1522
|
+
readonly 500: "#78716c";
|
|
1523
|
+
readonly 600: "#57534e";
|
|
1524
|
+
readonly 700: "#44403c";
|
|
1525
|
+
readonly 800: "#292524";
|
|
1526
|
+
readonly 900: "#1c1917";
|
|
1527
|
+
readonly 950: "#0c0a09";
|
|
1528
|
+
};
|
|
1529
|
+
readonly red: {
|
|
1530
|
+
readonly 50: "#fef2f2";
|
|
1531
|
+
readonly 100: "#fee2e2";
|
|
1532
|
+
readonly 200: "#fecaca";
|
|
1533
|
+
readonly 300: "#fca5a5";
|
|
1534
|
+
readonly 400: "#f87171";
|
|
1535
|
+
readonly 500: "#ef4444";
|
|
1536
|
+
readonly 600: "#dc2626";
|
|
1537
|
+
readonly 700: "#b91c1c";
|
|
1538
|
+
readonly 800: "#991b1b";
|
|
1539
|
+
readonly 900: "#7f1d1d";
|
|
1540
|
+
readonly 950: "#450a0a";
|
|
1541
|
+
};
|
|
1542
|
+
readonly orange: {
|
|
1543
|
+
readonly 50: "#fff7ed";
|
|
1544
|
+
readonly 100: "#ffedd5";
|
|
1545
|
+
readonly 200: "#fed7aa";
|
|
1546
|
+
readonly 300: "#fdba74";
|
|
1547
|
+
readonly 400: "#fb923c";
|
|
1548
|
+
readonly 500: "#f97316";
|
|
1549
|
+
readonly 600: "#ea580c";
|
|
1550
|
+
readonly 700: "#c2410c";
|
|
1551
|
+
readonly 800: "#9a3412";
|
|
1552
|
+
readonly 900: "#7c2d12";
|
|
1553
|
+
readonly 950: "#431407";
|
|
1554
|
+
};
|
|
1555
|
+
readonly amber: {
|
|
1556
|
+
readonly 50: "#fffbeb";
|
|
1557
|
+
readonly 100: "#fef3c7";
|
|
1558
|
+
readonly 200: "#fde68a";
|
|
1559
|
+
readonly 300: "#fcd34d";
|
|
1560
|
+
readonly 400: "#fbbf24";
|
|
1561
|
+
readonly 500: "#f59e0b";
|
|
1562
|
+
readonly 600: "#d97706";
|
|
1563
|
+
readonly 700: "#b45309";
|
|
1564
|
+
readonly 800: "#92400e";
|
|
1565
|
+
readonly 900: "#78350f";
|
|
1566
|
+
readonly 950: "#451a03";
|
|
1567
|
+
};
|
|
1568
|
+
readonly yellow: {
|
|
1569
|
+
readonly 50: "#fefce8";
|
|
1570
|
+
readonly 100: "#fef9c3";
|
|
1571
|
+
readonly 200: "#fef08a";
|
|
1572
|
+
readonly 300: "#fde047";
|
|
1573
|
+
readonly 400: "#facc15";
|
|
1574
|
+
readonly 500: "#eab308";
|
|
1575
|
+
readonly 600: "#ca8a04";
|
|
1576
|
+
readonly 700: "#a16207";
|
|
1577
|
+
readonly 800: "#854d0e";
|
|
1578
|
+
readonly 900: "#713f12";
|
|
1579
|
+
readonly 950: "#422006";
|
|
1580
|
+
};
|
|
1581
|
+
readonly lime: {
|
|
1582
|
+
readonly 50: "#f7fee7";
|
|
1583
|
+
readonly 100: "#ecfccb";
|
|
1584
|
+
readonly 200: "#d9f99d";
|
|
1585
|
+
readonly 300: "#bef264";
|
|
1586
|
+
readonly 400: "#a3e635";
|
|
1587
|
+
readonly 500: "#84cc16";
|
|
1588
|
+
readonly 600: "#65a30d";
|
|
1589
|
+
readonly 700: "#4d7c0f";
|
|
1590
|
+
readonly 800: "#3f6212";
|
|
1591
|
+
readonly 900: "#365314";
|
|
1592
|
+
readonly 950: "#1a2e05";
|
|
1593
|
+
};
|
|
1594
|
+
readonly green: {
|
|
1595
|
+
readonly 50: "#f0fdf4";
|
|
1596
|
+
readonly 100: "#dcfce7";
|
|
1597
|
+
readonly 200: "#bbf7d0";
|
|
1598
|
+
readonly 300: "#86efac";
|
|
1599
|
+
readonly 400: "#4ade80";
|
|
1600
|
+
readonly 500: "#22c55e";
|
|
1601
|
+
readonly 600: "#16a34a";
|
|
1602
|
+
readonly 700: "#15803d";
|
|
1603
|
+
readonly 800: "#166534";
|
|
1604
|
+
readonly 900: "#14532d";
|
|
1605
|
+
readonly 950: "#052e16";
|
|
1606
|
+
};
|
|
1607
|
+
readonly emerald: {
|
|
1608
|
+
readonly 50: "#ecfdf5";
|
|
1609
|
+
readonly 100: "#d1fae5";
|
|
1610
|
+
readonly 200: "#a7f3d0";
|
|
1611
|
+
readonly 300: "#6ee7b7";
|
|
1612
|
+
readonly 400: "#34d399";
|
|
1613
|
+
readonly 500: "#10b981";
|
|
1614
|
+
readonly 600: "#059669";
|
|
1615
|
+
readonly 700: "#047857";
|
|
1616
|
+
readonly 800: "#065f46";
|
|
1617
|
+
readonly 900: "#064e3b";
|
|
1618
|
+
readonly 950: "#022c22";
|
|
1619
|
+
};
|
|
1620
|
+
readonly teal: {
|
|
1621
|
+
readonly 50: "#f0fdfa";
|
|
1622
|
+
readonly 100: "#ccfbf1";
|
|
1623
|
+
readonly 200: "#99f6e4";
|
|
1624
|
+
readonly 300: "#5eead4";
|
|
1625
|
+
readonly 400: "#2dd4bf";
|
|
1626
|
+
readonly 500: "#14b8a6";
|
|
1627
|
+
readonly 600: "#0d9488";
|
|
1628
|
+
readonly 700: "#0f766e";
|
|
1629
|
+
readonly 800: "#115e59";
|
|
1630
|
+
readonly 900: "#134e4a";
|
|
1631
|
+
readonly 950: "#042f2e";
|
|
1632
|
+
};
|
|
1633
|
+
readonly cyan: {
|
|
1634
|
+
readonly 50: "#ecfeff";
|
|
1635
|
+
readonly 100: "#cffafe";
|
|
1636
|
+
readonly 200: "#a5f3fc";
|
|
1637
|
+
readonly 300: "#67e8f9";
|
|
1638
|
+
readonly 400: "#22d3ee";
|
|
1639
|
+
readonly 500: "#06b6d4";
|
|
1640
|
+
readonly 600: "#0891b2";
|
|
1641
|
+
readonly 700: "#0e7490";
|
|
1642
|
+
readonly 800: "#155e75";
|
|
1643
|
+
readonly 900: "#164e63";
|
|
1644
|
+
readonly 950: "#083344";
|
|
1645
|
+
};
|
|
1646
|
+
readonly sky: {
|
|
1647
|
+
readonly 50: "#f0f9ff";
|
|
1648
|
+
readonly 100: "#e0f2fe";
|
|
1649
|
+
readonly 200: "#bae6fd";
|
|
1650
|
+
readonly 300: "#7dd3fc";
|
|
1651
|
+
readonly 400: "#38bdf8";
|
|
1652
|
+
readonly 500: "#0ea5e9";
|
|
1653
|
+
readonly 600: "#0284c7";
|
|
1654
|
+
readonly 700: "#0369a1";
|
|
1655
|
+
readonly 800: "#075985";
|
|
1656
|
+
readonly 900: "#0c4a6e";
|
|
1657
|
+
readonly 950: "#082f49";
|
|
1658
|
+
};
|
|
1659
|
+
readonly blue: {
|
|
1660
|
+
readonly 50: "#eff6ff";
|
|
1661
|
+
readonly 100: "#dbeafe";
|
|
1662
|
+
readonly 200: "#bfdbfe";
|
|
1663
|
+
readonly 300: "#93c5fd";
|
|
1664
|
+
readonly 400: "#60a5fa";
|
|
1665
|
+
readonly 500: "#3b82f6";
|
|
1666
|
+
readonly 600: "#2563eb";
|
|
1667
|
+
readonly 700: "#1d4ed8";
|
|
1668
|
+
readonly 800: "#1e40af";
|
|
1669
|
+
readonly 900: "#1e3a8a";
|
|
1670
|
+
readonly 950: "#172554";
|
|
1671
|
+
};
|
|
1672
|
+
readonly indigo: {
|
|
1673
|
+
readonly 50: "#eef2ff";
|
|
1674
|
+
readonly 100: "#e0e7ff";
|
|
1675
|
+
readonly 200: "#c7d2fe";
|
|
1676
|
+
readonly 300: "#a5b4fc";
|
|
1677
|
+
readonly 400: "#818cf8";
|
|
1678
|
+
readonly 500: "#6366f1";
|
|
1679
|
+
readonly 600: "#4f46e5";
|
|
1680
|
+
readonly 700: "#4338ca";
|
|
1681
|
+
readonly 800: "#3730a3";
|
|
1682
|
+
readonly 900: "#312e81";
|
|
1683
|
+
readonly 950: "#1e1b4b";
|
|
1684
|
+
};
|
|
1685
|
+
readonly violet: {
|
|
1686
|
+
readonly 50: "#f5f3ff";
|
|
1687
|
+
readonly 100: "#ede9fe";
|
|
1688
|
+
readonly 200: "#ddd6fe";
|
|
1689
|
+
readonly 300: "#c4b5fd";
|
|
1690
|
+
readonly 400: "#a78bfa";
|
|
1691
|
+
readonly 500: "#8b5cf6";
|
|
1692
|
+
readonly 600: "#7c3aed";
|
|
1693
|
+
readonly 700: "#6d28d9";
|
|
1694
|
+
readonly 800: "#5b21b6";
|
|
1695
|
+
readonly 900: "#4c1d95";
|
|
1696
|
+
readonly 950: "#2e1065";
|
|
1697
|
+
};
|
|
1698
|
+
readonly purple: {
|
|
1699
|
+
readonly 50: "#faf5ff";
|
|
1700
|
+
readonly 100: "#f3e8ff";
|
|
1701
|
+
readonly 200: "#e9d5ff";
|
|
1702
|
+
readonly 300: "#d8b4fe";
|
|
1703
|
+
readonly 400: "#c084fc";
|
|
1704
|
+
readonly 500: "#a855f7";
|
|
1705
|
+
readonly 600: "#9333ea";
|
|
1706
|
+
readonly 700: "#7e22ce";
|
|
1707
|
+
readonly 800: "#6b21a8";
|
|
1708
|
+
readonly 900: "#581c87";
|
|
1709
|
+
readonly 950: "#3b0764";
|
|
1710
|
+
};
|
|
1711
|
+
readonly fuchsia: {
|
|
1712
|
+
readonly 50: "#fdf4ff";
|
|
1713
|
+
readonly 100: "#fae8ff";
|
|
1714
|
+
readonly 200: "#f5d0fe";
|
|
1715
|
+
readonly 300: "#f0abfc";
|
|
1716
|
+
readonly 400: "#e879f9";
|
|
1717
|
+
readonly 500: "#d946ef";
|
|
1718
|
+
readonly 600: "#c026d3";
|
|
1719
|
+
readonly 700: "#a21caf";
|
|
1720
|
+
readonly 800: "#86198f";
|
|
1721
|
+
readonly 900: "#701a75";
|
|
1722
|
+
readonly 950: "#4a044e";
|
|
1723
|
+
};
|
|
1724
|
+
readonly pink: {
|
|
1725
|
+
readonly 50: "#fdf2f8";
|
|
1726
|
+
readonly 100: "#fce7f3";
|
|
1727
|
+
readonly 200: "#fbcfe8";
|
|
1728
|
+
readonly 300: "#f9a8d4";
|
|
1729
|
+
readonly 400: "#f472b6";
|
|
1730
|
+
readonly 500: "#ec4899";
|
|
1731
|
+
readonly 600: "#db2777";
|
|
1732
|
+
readonly 700: "#be185d";
|
|
1733
|
+
readonly 800: "#9d174d";
|
|
1734
|
+
readonly 900: "#831843";
|
|
1735
|
+
readonly 950: "#500724";
|
|
1736
|
+
};
|
|
1737
|
+
readonly rose: {
|
|
1738
|
+
readonly 50: "#fff1f2";
|
|
1739
|
+
readonly 100: "#ffe4e6";
|
|
1740
|
+
readonly 200: "#fecdd3";
|
|
1741
|
+
readonly 300: "#fda4af";
|
|
1742
|
+
readonly 400: "#fb7185";
|
|
1743
|
+
readonly 500: "#f43f5e";
|
|
1744
|
+
readonly 600: "#e11d48";
|
|
1745
|
+
readonly 700: "#be123c";
|
|
1746
|
+
readonly 800: "#9f1239";
|
|
1747
|
+
readonly 900: "#881337";
|
|
1748
|
+
readonly 950: "#4c0519";
|
|
1749
|
+
};
|
|
1750
|
+
readonly destructive: {
|
|
1751
|
+
readonly 50: "#fef2f2";
|
|
1752
|
+
readonly 100: "#fee2e2";
|
|
1753
|
+
readonly 200: "#fecaca";
|
|
1754
|
+
readonly 300: "#fca5a5";
|
|
1755
|
+
readonly 400: "#f87171";
|
|
1756
|
+
readonly 500: "#ef4444";
|
|
1757
|
+
readonly 600: "#dc2626";
|
|
1758
|
+
readonly 700: "#b91c1c";
|
|
1759
|
+
readonly 800: "#991b1b";
|
|
1760
|
+
readonly 900: "#7f1d1d";
|
|
1761
|
+
readonly 950: "#450a0a";
|
|
1762
|
+
};
|
|
1763
|
+
readonly success: {
|
|
1764
|
+
readonly 50: "#f0fdf4";
|
|
1765
|
+
readonly 100: "#dcfce7";
|
|
1766
|
+
readonly 200: "#bbf7d0";
|
|
1767
|
+
readonly 300: "#86efac";
|
|
1768
|
+
readonly 400: "#4ade80";
|
|
1769
|
+
readonly 500: "#22c55e";
|
|
1770
|
+
readonly 600: "#16a34a";
|
|
1771
|
+
readonly 700: "#15803d";
|
|
1772
|
+
readonly 800: "#166534";
|
|
1773
|
+
readonly 900: "#14532d";
|
|
1774
|
+
readonly 950: "#052e16";
|
|
1775
|
+
};
|
|
1776
|
+
readonly warning: {
|
|
1777
|
+
readonly 50: "#fffbeb";
|
|
1778
|
+
readonly 100: "#fef3c7";
|
|
1779
|
+
readonly 200: "#fde68a";
|
|
1780
|
+
readonly 300: "#fcd34d";
|
|
1781
|
+
readonly 400: "#fbbf24";
|
|
1782
|
+
readonly 500: "#f59e0b";
|
|
1783
|
+
readonly 600: "#d97706";
|
|
1784
|
+
readonly 700: "#b45309";
|
|
1785
|
+
readonly 800: "#92400e";
|
|
1786
|
+
readonly 900: "#78350f";
|
|
1787
|
+
readonly 950: "#451a03";
|
|
1788
|
+
};
|
|
1789
|
+
readonly ios: {
|
|
1790
|
+
readonly systemBlue: "#007AFF";
|
|
1791
|
+
readonly systemGreen: "#34C759";
|
|
1792
|
+
readonly systemRed: "#FF3B30";
|
|
1793
|
+
readonly systemOrange: "#FF9500";
|
|
1794
|
+
readonly systemYellow: "#FFCC00";
|
|
1795
|
+
readonly systemPurple: "#AF52DE";
|
|
1796
|
+
readonly systemPink: "#FF2D92";
|
|
1797
|
+
readonly systemTeal: "#5AC8FA";
|
|
1798
|
+
readonly systemIndigo: "#5856D6";
|
|
1799
|
+
readonly systemGray: "#8E8E93";
|
|
1800
|
+
readonly systemGray2: "#AEAEB2";
|
|
1801
|
+
readonly systemGray3: "#C7C7CC";
|
|
1802
|
+
readonly systemGray4: "#D1D1D6";
|
|
1803
|
+
readonly systemGray5: "#E5E5EA";
|
|
1804
|
+
readonly systemGray6: "#F2F2F7";
|
|
1805
|
+
};
|
|
1806
|
+
readonly android: {
|
|
1807
|
+
readonly primary: "#6200EE";
|
|
1808
|
+
readonly primaryVariant: "#3700B3";
|
|
1809
|
+
readonly secondary: "#03DAC6";
|
|
1810
|
+
readonly secondaryVariant: "#018786";
|
|
1811
|
+
readonly background: "#FFFFFF";
|
|
1812
|
+
readonly surface: "#FFFFFF";
|
|
1813
|
+
readonly error: "#B00020";
|
|
1814
|
+
readonly onPrimary: "#FFFFFF";
|
|
1815
|
+
readonly onSecondary: "#000000";
|
|
1816
|
+
readonly onBackground: "#000000";
|
|
1817
|
+
readonly onSurface: "#000000";
|
|
1818
|
+
readonly onError: "#FFFFFF";
|
|
1819
|
+
};
|
|
1820
|
+
readonly transparent: "transparent";
|
|
1821
|
+
readonly black: "#000000";
|
|
1822
|
+
readonly white: "#FFFFFF";
|
|
1823
|
+
};
|
|
1824
|
+
spacing: {
|
|
1825
|
+
readonly 0: 0;
|
|
1826
|
+
readonly 1: 4;
|
|
1827
|
+
readonly 2: 8;
|
|
1828
|
+
readonly 3: 12;
|
|
1829
|
+
readonly 4: 16;
|
|
1830
|
+
readonly 5: 20;
|
|
1831
|
+
readonly 6: 24;
|
|
1832
|
+
readonly 7: 28;
|
|
1833
|
+
readonly 8: 32;
|
|
1834
|
+
readonly 9: 36;
|
|
1835
|
+
readonly 10: 40;
|
|
1836
|
+
readonly 11: 44;
|
|
1837
|
+
readonly 12: 48;
|
|
1838
|
+
readonly 14: 56;
|
|
1839
|
+
readonly 16: 64;
|
|
1840
|
+
readonly 20: 80;
|
|
1841
|
+
readonly 24: 96;
|
|
1842
|
+
readonly 28: 112;
|
|
1843
|
+
readonly 32: 128;
|
|
1844
|
+
readonly 36: 144;
|
|
1845
|
+
readonly 40: 160;
|
|
1846
|
+
readonly 44: 176;
|
|
1847
|
+
readonly 48: 192;
|
|
1848
|
+
readonly 52: 208;
|
|
1849
|
+
readonly 56: 224;
|
|
1850
|
+
readonly 60: 240;
|
|
1851
|
+
readonly 64: 256;
|
|
1852
|
+
readonly 72: 288;
|
|
1853
|
+
readonly 80: 320;
|
|
1854
|
+
readonly 96: 384;
|
|
1855
|
+
readonly auto: "auto";
|
|
1856
|
+
};
|
|
1857
|
+
borderRadius: {
|
|
1858
|
+
readonly none: 0;
|
|
1859
|
+
readonly sm: 3;
|
|
1860
|
+
readonly md: 8;
|
|
1861
|
+
readonly lg: 12;
|
|
1862
|
+
readonly xl: 16;
|
|
1863
|
+
readonly "2xl": 20;
|
|
1864
|
+
readonly "3xl": 24;
|
|
1865
|
+
readonly full: 999;
|
|
1866
|
+
};
|
|
1867
|
+
radius: {
|
|
1868
|
+
all: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1869
|
+
top: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1870
|
+
topRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1871
|
+
bottom: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1872
|
+
bottomRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1873
|
+
left: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1874
|
+
right: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
1875
|
+
};
|
|
1876
|
+
typography: {
|
|
1877
|
+
platform: {
|
|
1878
|
+
readonly largeTitle: {
|
|
1879
|
+
readonly fontSize: 34;
|
|
1880
|
+
readonly lineHeight: 41;
|
|
1881
|
+
readonly fontWeight: "700";
|
|
1882
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
1883
|
+
};
|
|
1884
|
+
readonly title1: {
|
|
1885
|
+
readonly fontSize: 28;
|
|
1886
|
+
readonly lineHeight: 34;
|
|
1887
|
+
readonly fontWeight: "700";
|
|
1888
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
1889
|
+
};
|
|
1890
|
+
readonly title2: {
|
|
1891
|
+
readonly fontSize: 22;
|
|
1892
|
+
readonly lineHeight: 28;
|
|
1893
|
+
readonly fontWeight: "700";
|
|
1894
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
1895
|
+
};
|
|
1896
|
+
readonly title3: {
|
|
1897
|
+
readonly fontSize: 20;
|
|
1898
|
+
readonly lineHeight: 25;
|
|
1899
|
+
readonly fontWeight: "600";
|
|
1900
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
1901
|
+
};
|
|
1902
|
+
readonly headline: {
|
|
1903
|
+
readonly fontSize: 17;
|
|
1904
|
+
readonly lineHeight: 22;
|
|
1905
|
+
readonly fontWeight: "600";
|
|
1906
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
1907
|
+
};
|
|
1908
|
+
readonly body: {
|
|
1909
|
+
readonly fontSize: 17;
|
|
1910
|
+
readonly lineHeight: 22;
|
|
1911
|
+
readonly fontWeight: "400";
|
|
1912
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
1913
|
+
};
|
|
1914
|
+
readonly callout: {
|
|
1915
|
+
readonly fontSize: 16;
|
|
1916
|
+
readonly lineHeight: 21;
|
|
1917
|
+
readonly fontWeight: "400";
|
|
1918
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
1919
|
+
};
|
|
1920
|
+
readonly subhead: {
|
|
1921
|
+
readonly fontSize: 15;
|
|
1922
|
+
readonly lineHeight: 20;
|
|
1923
|
+
readonly fontWeight: "400";
|
|
1924
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
1925
|
+
};
|
|
1926
|
+
readonly footnote: {
|
|
1927
|
+
readonly fontSize: 13;
|
|
1928
|
+
readonly lineHeight: 18;
|
|
1929
|
+
readonly fontWeight: "400";
|
|
1930
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
1931
|
+
};
|
|
1932
|
+
readonly caption1: {
|
|
1933
|
+
readonly fontSize: 12;
|
|
1934
|
+
readonly lineHeight: 16;
|
|
1935
|
+
readonly fontWeight: "400";
|
|
1936
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
1937
|
+
};
|
|
1938
|
+
readonly caption2: {
|
|
1939
|
+
readonly fontSize: 11;
|
|
1940
|
+
readonly lineHeight: 13;
|
|
1941
|
+
readonly fontWeight: "400";
|
|
1942
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
1943
|
+
};
|
|
1944
|
+
} | {
|
|
1945
|
+
readonly headline1: {
|
|
1946
|
+
readonly fontSize: 96;
|
|
1947
|
+
readonly lineHeight: 112;
|
|
1948
|
+
readonly fontWeight: "300";
|
|
1949
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraLight";
|
|
1950
|
+
};
|
|
1951
|
+
readonly headline2: {
|
|
1952
|
+
readonly fontSize: 60;
|
|
1953
|
+
readonly lineHeight: 72;
|
|
1954
|
+
readonly fontWeight: "300";
|
|
1955
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Light";
|
|
1956
|
+
};
|
|
1957
|
+
readonly headline3: {
|
|
1958
|
+
readonly fontSize: 48;
|
|
1959
|
+
readonly lineHeight: 56;
|
|
1960
|
+
readonly fontWeight: "400";
|
|
1961
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
1962
|
+
};
|
|
1963
|
+
readonly headline4: {
|
|
1964
|
+
readonly fontSize: 34;
|
|
1965
|
+
readonly lineHeight: 42;
|
|
1966
|
+
readonly fontWeight: "400";
|
|
1967
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
1968
|
+
};
|
|
1969
|
+
readonly headline5: {
|
|
1970
|
+
readonly fontSize: 24;
|
|
1971
|
+
readonly lineHeight: 32;
|
|
1972
|
+
readonly fontWeight: "400";
|
|
1973
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
1974
|
+
};
|
|
1975
|
+
readonly headline6: {
|
|
1976
|
+
readonly fontSize: 20;
|
|
1977
|
+
readonly lineHeight: 28;
|
|
1978
|
+
readonly fontWeight: "500";
|
|
1979
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
1980
|
+
};
|
|
1981
|
+
readonly subtitle1: {
|
|
1982
|
+
readonly fontSize: 16;
|
|
1983
|
+
readonly lineHeight: 24;
|
|
1984
|
+
readonly fontWeight: "400";
|
|
1985
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
1986
|
+
};
|
|
1987
|
+
readonly subtitle2: {
|
|
1988
|
+
readonly fontSize: 14;
|
|
1989
|
+
readonly lineHeight: 22;
|
|
1990
|
+
readonly fontWeight: "500";
|
|
1991
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
1992
|
+
};
|
|
1993
|
+
readonly body1: {
|
|
1994
|
+
readonly fontSize: 16;
|
|
1995
|
+
readonly lineHeight: 24;
|
|
1996
|
+
readonly fontWeight: "400";
|
|
1997
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
1998
|
+
};
|
|
1999
|
+
readonly body2: {
|
|
2000
|
+
readonly fontSize: 14;
|
|
2001
|
+
readonly lineHeight: 20;
|
|
2002
|
+
readonly fontWeight: "400";
|
|
2003
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2004
|
+
};
|
|
2005
|
+
readonly button: {
|
|
2006
|
+
readonly fontSize: 14;
|
|
2007
|
+
readonly lineHeight: 16;
|
|
2008
|
+
readonly fontWeight: "500";
|
|
2009
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
2010
|
+
};
|
|
2011
|
+
readonly caption: {
|
|
2012
|
+
readonly fontSize: 12;
|
|
2013
|
+
readonly lineHeight: 16;
|
|
2014
|
+
readonly fontWeight: "400";
|
|
2015
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2016
|
+
};
|
|
2017
|
+
readonly overline: {
|
|
2018
|
+
readonly fontSize: 10;
|
|
2019
|
+
readonly lineHeight: 16;
|
|
2020
|
+
readonly fontWeight: "400";
|
|
2021
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2022
|
+
};
|
|
2023
|
+
} | {
|
|
2024
|
+
readonly xs: {
|
|
2025
|
+
readonly fontSize: 12;
|
|
2026
|
+
readonly lineHeight: 16;
|
|
2027
|
+
readonly marginBottom: -0.7;
|
|
2028
|
+
readonly fontWeight: "400";
|
|
2029
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2030
|
+
};
|
|
2031
|
+
readonly sm: {
|
|
2032
|
+
readonly fontSize: 14;
|
|
2033
|
+
readonly lineHeight: 20;
|
|
2034
|
+
readonly marginBottom: -1;
|
|
2035
|
+
readonly fontWeight: "400";
|
|
2036
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2037
|
+
};
|
|
2038
|
+
readonly base: {
|
|
2039
|
+
readonly fontSize: 16;
|
|
2040
|
+
readonly lineHeight: 24;
|
|
2041
|
+
readonly marginBottom: -1.2;
|
|
2042
|
+
readonly fontWeight: "400";
|
|
2043
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2044
|
+
};
|
|
2045
|
+
readonly lg: {
|
|
2046
|
+
readonly fontSize: 18;
|
|
2047
|
+
readonly lineHeight: 28;
|
|
2048
|
+
readonly marginBottom: -1.5;
|
|
2049
|
+
readonly fontWeight: "400";
|
|
2050
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2051
|
+
};
|
|
2052
|
+
readonly xl: {
|
|
2053
|
+
readonly fontSize: 20;
|
|
2054
|
+
readonly lineHeight: 28;
|
|
2055
|
+
readonly marginBottom: -1.75;
|
|
2056
|
+
readonly fontWeight: "500";
|
|
2057
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
2058
|
+
};
|
|
2059
|
+
readonly "2xl": {
|
|
2060
|
+
readonly fontSize: 24;
|
|
2061
|
+
readonly lineHeight: 32;
|
|
2062
|
+
readonly marginBottom: -2;
|
|
2063
|
+
readonly fontWeight: "600";
|
|
2064
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
2065
|
+
};
|
|
2066
|
+
readonly "3xl": {
|
|
2067
|
+
readonly fontSize: 30;
|
|
2068
|
+
readonly lineHeight: 36;
|
|
2069
|
+
readonly marginBottom: -2.5;
|
|
2070
|
+
readonly fontWeight: "700";
|
|
2071
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
2072
|
+
};
|
|
2073
|
+
readonly "4xl": {
|
|
2074
|
+
readonly fontSize: 36;
|
|
2075
|
+
readonly lineHeight: 40;
|
|
2076
|
+
readonly marginBottom: -3;
|
|
2077
|
+
readonly fontWeight: "700";
|
|
2078
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraBold";
|
|
2079
|
+
};
|
|
2080
|
+
};
|
|
2081
|
+
universal: {
|
|
2082
|
+
readonly xs: {
|
|
2083
|
+
readonly fontSize: 12;
|
|
2084
|
+
readonly lineHeight: 16;
|
|
2085
|
+
readonly marginBottom: -0.7;
|
|
2086
|
+
readonly fontWeight: "400";
|
|
2087
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2088
|
+
};
|
|
2089
|
+
readonly sm: {
|
|
2090
|
+
readonly fontSize: 14;
|
|
2091
|
+
readonly lineHeight: 20;
|
|
2092
|
+
readonly marginBottom: -1;
|
|
2093
|
+
readonly fontWeight: "400";
|
|
2094
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2095
|
+
};
|
|
2096
|
+
readonly base: {
|
|
2097
|
+
readonly fontSize: 16;
|
|
2098
|
+
readonly lineHeight: 24;
|
|
2099
|
+
readonly marginBottom: -1.2;
|
|
2100
|
+
readonly fontWeight: "400";
|
|
2101
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2102
|
+
};
|
|
2103
|
+
readonly lg: {
|
|
2104
|
+
readonly fontSize: 18;
|
|
2105
|
+
readonly lineHeight: 28;
|
|
2106
|
+
readonly marginBottom: -1.5;
|
|
2107
|
+
readonly fontWeight: "400";
|
|
2108
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2109
|
+
};
|
|
2110
|
+
readonly xl: {
|
|
2111
|
+
readonly fontSize: 20;
|
|
2112
|
+
readonly lineHeight: 28;
|
|
2113
|
+
readonly marginBottom: -1.75;
|
|
2114
|
+
readonly fontWeight: "500";
|
|
2115
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
2116
|
+
};
|
|
2117
|
+
readonly "2xl": {
|
|
2118
|
+
readonly fontSize: 24;
|
|
2119
|
+
readonly lineHeight: 32;
|
|
2120
|
+
readonly marginBottom: -2;
|
|
2121
|
+
readonly fontWeight: "600";
|
|
2122
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
2123
|
+
};
|
|
2124
|
+
readonly "3xl": {
|
|
2125
|
+
readonly fontSize: 30;
|
|
2126
|
+
readonly lineHeight: 36;
|
|
2127
|
+
readonly marginBottom: -2.5;
|
|
2128
|
+
readonly fontWeight: "700";
|
|
2129
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
2130
|
+
};
|
|
2131
|
+
readonly "4xl": {
|
|
2132
|
+
readonly fontSize: 36;
|
|
2133
|
+
readonly lineHeight: 40;
|
|
2134
|
+
readonly marginBottom: -3;
|
|
2135
|
+
readonly fontWeight: "700";
|
|
2136
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraBold";
|
|
2137
|
+
};
|
|
2138
|
+
};
|
|
2139
|
+
ios: {
|
|
2140
|
+
readonly largeTitle: {
|
|
2141
|
+
readonly fontSize: 34;
|
|
2142
|
+
readonly lineHeight: 41;
|
|
2143
|
+
readonly fontWeight: "700";
|
|
2144
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
2145
|
+
};
|
|
2146
|
+
readonly title1: {
|
|
2147
|
+
readonly fontSize: 28;
|
|
2148
|
+
readonly lineHeight: 34;
|
|
2149
|
+
readonly fontWeight: "700";
|
|
2150
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
2151
|
+
};
|
|
2152
|
+
readonly title2: {
|
|
2153
|
+
readonly fontSize: 22;
|
|
2154
|
+
readonly lineHeight: 28;
|
|
2155
|
+
readonly fontWeight: "700";
|
|
2156
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
2157
|
+
};
|
|
2158
|
+
readonly title3: {
|
|
2159
|
+
readonly fontSize: 20;
|
|
2160
|
+
readonly lineHeight: 25;
|
|
2161
|
+
readonly fontWeight: "600";
|
|
2162
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
2163
|
+
};
|
|
2164
|
+
readonly headline: {
|
|
2165
|
+
readonly fontSize: 17;
|
|
2166
|
+
readonly lineHeight: 22;
|
|
2167
|
+
readonly fontWeight: "600";
|
|
2168
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
2169
|
+
};
|
|
2170
|
+
readonly body: {
|
|
2171
|
+
readonly fontSize: 17;
|
|
2172
|
+
readonly lineHeight: 22;
|
|
2173
|
+
readonly fontWeight: "400";
|
|
2174
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2175
|
+
};
|
|
2176
|
+
readonly callout: {
|
|
2177
|
+
readonly fontSize: 16;
|
|
2178
|
+
readonly lineHeight: 21;
|
|
2179
|
+
readonly fontWeight: "400";
|
|
2180
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2181
|
+
};
|
|
2182
|
+
readonly subhead: {
|
|
2183
|
+
readonly fontSize: 15;
|
|
2184
|
+
readonly lineHeight: 20;
|
|
2185
|
+
readonly fontWeight: "400";
|
|
2186
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2187
|
+
};
|
|
2188
|
+
readonly footnote: {
|
|
2189
|
+
readonly fontSize: 13;
|
|
2190
|
+
readonly lineHeight: 18;
|
|
2191
|
+
readonly fontWeight: "400";
|
|
2192
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2193
|
+
};
|
|
2194
|
+
readonly caption1: {
|
|
2195
|
+
readonly fontSize: 12;
|
|
2196
|
+
readonly lineHeight: 16;
|
|
2197
|
+
readonly fontWeight: "400";
|
|
2198
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2199
|
+
};
|
|
2200
|
+
readonly caption2: {
|
|
2201
|
+
readonly fontSize: 11;
|
|
2202
|
+
readonly lineHeight: 13;
|
|
2203
|
+
readonly fontWeight: "400";
|
|
2204
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2205
|
+
};
|
|
2206
|
+
};
|
|
2207
|
+
android: {
|
|
2208
|
+
readonly headline1: {
|
|
2209
|
+
readonly fontSize: 96;
|
|
2210
|
+
readonly lineHeight: 112;
|
|
2211
|
+
readonly fontWeight: "300";
|
|
2212
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraLight";
|
|
2213
|
+
};
|
|
2214
|
+
readonly headline2: {
|
|
2215
|
+
readonly fontSize: 60;
|
|
2216
|
+
readonly lineHeight: 72;
|
|
2217
|
+
readonly fontWeight: "300";
|
|
2218
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Light";
|
|
2219
|
+
};
|
|
2220
|
+
readonly headline3: {
|
|
2221
|
+
readonly fontSize: 48;
|
|
2222
|
+
readonly lineHeight: 56;
|
|
2223
|
+
readonly fontWeight: "400";
|
|
2224
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2225
|
+
};
|
|
2226
|
+
readonly headline4: {
|
|
2227
|
+
readonly fontSize: 34;
|
|
2228
|
+
readonly lineHeight: 42;
|
|
2229
|
+
readonly fontWeight: "400";
|
|
2230
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2231
|
+
};
|
|
2232
|
+
readonly headline5: {
|
|
2233
|
+
readonly fontSize: 24;
|
|
2234
|
+
readonly lineHeight: 32;
|
|
2235
|
+
readonly fontWeight: "400";
|
|
2236
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2237
|
+
};
|
|
2238
|
+
readonly headline6: {
|
|
2239
|
+
readonly fontSize: 20;
|
|
2240
|
+
readonly lineHeight: 28;
|
|
2241
|
+
readonly fontWeight: "500";
|
|
2242
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
2243
|
+
};
|
|
2244
|
+
readonly subtitle1: {
|
|
2245
|
+
readonly fontSize: 16;
|
|
2246
|
+
readonly lineHeight: 24;
|
|
2247
|
+
readonly fontWeight: "400";
|
|
2248
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2249
|
+
};
|
|
2250
|
+
readonly subtitle2: {
|
|
2251
|
+
readonly fontSize: 14;
|
|
2252
|
+
readonly lineHeight: 22;
|
|
2253
|
+
readonly fontWeight: "500";
|
|
2254
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
2255
|
+
};
|
|
2256
|
+
readonly body1: {
|
|
2257
|
+
readonly fontSize: 16;
|
|
2258
|
+
readonly lineHeight: 24;
|
|
2259
|
+
readonly fontWeight: "400";
|
|
2260
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2261
|
+
};
|
|
2262
|
+
readonly body2: {
|
|
2263
|
+
readonly fontSize: 14;
|
|
2264
|
+
readonly lineHeight: 20;
|
|
2265
|
+
readonly fontWeight: "400";
|
|
2266
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2267
|
+
};
|
|
2268
|
+
readonly button: {
|
|
2269
|
+
readonly fontSize: 14;
|
|
2270
|
+
readonly lineHeight: 16;
|
|
2271
|
+
readonly fontWeight: "500";
|
|
2272
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
2273
|
+
};
|
|
2274
|
+
readonly caption: {
|
|
2275
|
+
readonly fontSize: 12;
|
|
2276
|
+
readonly lineHeight: 16;
|
|
2277
|
+
readonly fontWeight: "400";
|
|
2278
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2279
|
+
};
|
|
2280
|
+
readonly overline: {
|
|
2281
|
+
readonly fontSize: 10;
|
|
2282
|
+
readonly lineHeight: 16;
|
|
2283
|
+
readonly fontWeight: "400";
|
|
2284
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
2285
|
+
};
|
|
2286
|
+
};
|
|
2287
|
+
};
|
|
2288
|
+
shadows: {
|
|
2289
|
+
readonly none: {
|
|
2290
|
+
readonly shadowColor: "transparent";
|
|
2291
|
+
readonly shadowOffset: {
|
|
2292
|
+
readonly width: 0;
|
|
2293
|
+
readonly height: 0;
|
|
2294
|
+
};
|
|
2295
|
+
readonly shadowOpacity: 0;
|
|
2296
|
+
readonly shadowRadius: 0;
|
|
2297
|
+
readonly elevation: 0;
|
|
2298
|
+
};
|
|
2299
|
+
readonly sm: {
|
|
2300
|
+
readonly shadowColor: "#000000";
|
|
2301
|
+
readonly shadowOffset: {
|
|
2302
|
+
readonly width: 0;
|
|
2303
|
+
readonly height: 1;
|
|
2304
|
+
};
|
|
2305
|
+
readonly shadowOpacity: 0.05;
|
|
2306
|
+
readonly shadowRadius: 2;
|
|
2307
|
+
readonly elevation: 2;
|
|
2308
|
+
};
|
|
2309
|
+
readonly md: {
|
|
2310
|
+
readonly shadowColor: "#000000";
|
|
2311
|
+
readonly shadowOffset: {
|
|
2312
|
+
readonly width: 0;
|
|
2313
|
+
readonly height: 2;
|
|
2314
|
+
};
|
|
2315
|
+
readonly shadowOpacity: 0.1;
|
|
2316
|
+
readonly shadowRadius: 4;
|
|
2317
|
+
readonly elevation: 4;
|
|
2318
|
+
};
|
|
2319
|
+
readonly lg: {
|
|
2320
|
+
readonly shadowColor: "#000000";
|
|
2321
|
+
readonly shadowOffset: {
|
|
2322
|
+
readonly width: 0;
|
|
2323
|
+
readonly height: 4;
|
|
2324
|
+
};
|
|
2325
|
+
readonly shadowOpacity: 0.15;
|
|
2326
|
+
readonly shadowRadius: 8;
|
|
2327
|
+
readonly elevation: 8;
|
|
2328
|
+
};
|
|
2329
|
+
readonly xl: {
|
|
2330
|
+
readonly shadowColor: "#000000";
|
|
2331
|
+
readonly shadowOffset: {
|
|
2332
|
+
readonly width: 0;
|
|
2333
|
+
readonly height: 8;
|
|
2334
|
+
};
|
|
2335
|
+
readonly shadowOpacity: 0.2;
|
|
2336
|
+
readonly shadowRadius: 16;
|
|
2337
|
+
readonly elevation: 16;
|
|
2338
|
+
};
|
|
2339
|
+
};
|
|
2340
|
+
touchTargets: {
|
|
2341
|
+
readonly minimum: 44;
|
|
2342
|
+
readonly comfortable: 48;
|
|
2343
|
+
readonly large: 56;
|
|
2344
|
+
};
|
|
2345
|
+
animations: {
|
|
2346
|
+
readonly fast: 150;
|
|
2347
|
+
readonly normal: 200;
|
|
2348
|
+
readonly slow: 300;
|
|
2349
|
+
readonly slower: 500;
|
|
2350
|
+
};
|
|
2351
|
+
iconSizes: {
|
|
2352
|
+
sm: number;
|
|
2353
|
+
md: number;
|
|
2354
|
+
lg: number;
|
|
2355
|
+
xl: number;
|
|
2356
|
+
};
|
|
2357
|
+
layout: {
|
|
2358
|
+
flex: {
|
|
2359
|
+
center: {
|
|
2360
|
+
justifyContent: "center";
|
|
2361
|
+
alignItems: "center";
|
|
2362
|
+
};
|
|
2363
|
+
alignCenter: {
|
|
2364
|
+
alignItems: "center";
|
|
2365
|
+
};
|
|
2366
|
+
justifyCenter: {
|
|
2367
|
+
justifyContent: "center";
|
|
2368
|
+
};
|
|
2369
|
+
row: {
|
|
2370
|
+
flexDirection: "row";
|
|
2371
|
+
};
|
|
2372
|
+
column: {
|
|
2373
|
+
flexDirection: "column";
|
|
2374
|
+
};
|
|
2375
|
+
spaceBetween: {
|
|
2376
|
+
justifyContent: "space-between";
|
|
2377
|
+
};
|
|
2378
|
+
spaceAround: {
|
|
2379
|
+
justifyContent: "space-around";
|
|
2380
|
+
};
|
|
2381
|
+
spaceEvenly: {
|
|
2382
|
+
justifyContent: "space-evenly";
|
|
2383
|
+
};
|
|
2384
|
+
direction: Record<"row" | "column" | "row-reverse" | "column-reverse", StyleValue>;
|
|
2385
|
+
justify: Record<"start" | "end" | "center" | "between" | "around" | "evenly", StyleValue>;
|
|
2386
|
+
align: Record<"start" | "end" | "center" | "stretch" | "baseline", StyleValue>;
|
|
2387
|
+
wrap: Record<"reverse" | "wrap" | "nowrap", StyleValue>;
|
|
2388
|
+
};
|
|
2389
|
+
position: Record<"absolute" | "relative" | "static", StyleValue>;
|
|
2390
|
+
};
|
|
2391
|
+
borders: {
|
|
2392
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
2393
|
+
style: Record<"solid" | "dashed" | "dotted", StyleValue>;
|
|
2394
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
2395
|
+
top: {
|
|
2396
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
2397
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
2398
|
+
};
|
|
2399
|
+
bottom: {
|
|
2400
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
2401
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
2402
|
+
};
|
|
2403
|
+
left: {
|
|
2404
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
2405
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
2406
|
+
};
|
|
2407
|
+
right: {
|
|
2408
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
2409
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
2410
|
+
};
|
|
2411
|
+
};
|
|
2412
|
+
backgrounds: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
2413
|
+
textColors: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
2414
|
+
spacingAtoms: {
|
|
2415
|
+
margin: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2416
|
+
marginTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2417
|
+
marginRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2418
|
+
marginBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2419
|
+
marginLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2420
|
+
marginHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2421
|
+
marginVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2422
|
+
padding: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2423
|
+
paddingTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2424
|
+
paddingRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2425
|
+
paddingBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2426
|
+
paddingLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2427
|
+
paddingHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2428
|
+
paddingVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2429
|
+
};
|
|
2430
|
+
sizes: {
|
|
2431
|
+
width: {
|
|
2432
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
2433
|
+
0: StyleValue;
|
|
2434
|
+
1: StyleValue;
|
|
2435
|
+
3: StyleValue;
|
|
2436
|
+
2: StyleValue;
|
|
2437
|
+
5: StyleValue;
|
|
2438
|
+
6: StyleValue;
|
|
2439
|
+
11: StyleValue;
|
|
2440
|
+
4: StyleValue;
|
|
2441
|
+
8: StyleValue;
|
|
2442
|
+
10: StyleValue;
|
|
2443
|
+
64: StyleValue;
|
|
2444
|
+
14: StyleValue;
|
|
2445
|
+
20: StyleValue;
|
|
2446
|
+
12: StyleValue;
|
|
2447
|
+
24: StyleValue;
|
|
2448
|
+
80: StyleValue;
|
|
2449
|
+
7: StyleValue;
|
|
2450
|
+
9: StyleValue;
|
|
2451
|
+
28: StyleValue;
|
|
2452
|
+
72: StyleValue;
|
|
2453
|
+
96: StyleValue;
|
|
2454
|
+
16: StyleValue;
|
|
2455
|
+
36: StyleValue;
|
|
2456
|
+
auto: StyleValue;
|
|
2457
|
+
32: StyleValue;
|
|
2458
|
+
40: StyleValue;
|
|
2459
|
+
44: StyleValue;
|
|
2460
|
+
48: StyleValue;
|
|
2461
|
+
56: StyleValue;
|
|
2462
|
+
60: StyleValue;
|
|
2463
|
+
52: StyleValue;
|
|
2464
|
+
};
|
|
2465
|
+
height: {
|
|
2466
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
2467
|
+
0: StyleValue;
|
|
2468
|
+
1: StyleValue;
|
|
2469
|
+
3: StyleValue;
|
|
2470
|
+
2: StyleValue;
|
|
2471
|
+
5: StyleValue;
|
|
2472
|
+
6: StyleValue;
|
|
2473
|
+
11: StyleValue;
|
|
2474
|
+
4: StyleValue;
|
|
2475
|
+
8: StyleValue;
|
|
2476
|
+
10: StyleValue;
|
|
2477
|
+
64: StyleValue;
|
|
2478
|
+
14: StyleValue;
|
|
2479
|
+
20: StyleValue;
|
|
2480
|
+
12: StyleValue;
|
|
2481
|
+
24: StyleValue;
|
|
2482
|
+
80: StyleValue;
|
|
2483
|
+
7: StyleValue;
|
|
2484
|
+
9: StyleValue;
|
|
2485
|
+
28: StyleValue;
|
|
2486
|
+
72: StyleValue;
|
|
2487
|
+
96: StyleValue;
|
|
2488
|
+
16: StyleValue;
|
|
2489
|
+
36: StyleValue;
|
|
2490
|
+
auto: StyleValue;
|
|
2491
|
+
32: StyleValue;
|
|
2492
|
+
40: StyleValue;
|
|
2493
|
+
44: StyleValue;
|
|
2494
|
+
48: StyleValue;
|
|
2495
|
+
56: StyleValue;
|
|
2496
|
+
60: StyleValue;
|
|
2497
|
+
52: StyleValue;
|
|
2498
|
+
};
|
|
2499
|
+
minWidth: {
|
|
2500
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
2501
|
+
0: StyleValue;
|
|
2502
|
+
1: StyleValue;
|
|
2503
|
+
3: StyleValue;
|
|
2504
|
+
2: StyleValue;
|
|
2505
|
+
5: StyleValue;
|
|
2506
|
+
6: StyleValue;
|
|
2507
|
+
11: StyleValue;
|
|
2508
|
+
4: StyleValue;
|
|
2509
|
+
8: StyleValue;
|
|
2510
|
+
10: StyleValue;
|
|
2511
|
+
64: StyleValue;
|
|
2512
|
+
14: StyleValue;
|
|
2513
|
+
20: StyleValue;
|
|
2514
|
+
12: StyleValue;
|
|
2515
|
+
24: StyleValue;
|
|
2516
|
+
80: StyleValue;
|
|
2517
|
+
7: StyleValue;
|
|
2518
|
+
9: StyleValue;
|
|
2519
|
+
28: StyleValue;
|
|
2520
|
+
72: StyleValue;
|
|
2521
|
+
96: StyleValue;
|
|
2522
|
+
16: StyleValue;
|
|
2523
|
+
36: StyleValue;
|
|
2524
|
+
auto: StyleValue;
|
|
2525
|
+
32: StyleValue;
|
|
2526
|
+
40: StyleValue;
|
|
2527
|
+
44: StyleValue;
|
|
2528
|
+
48: StyleValue;
|
|
2529
|
+
56: StyleValue;
|
|
2530
|
+
60: StyleValue;
|
|
2531
|
+
52: StyleValue;
|
|
2532
|
+
};
|
|
2533
|
+
minHeight: {
|
|
2534
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
2535
|
+
0: StyleValue;
|
|
2536
|
+
1: StyleValue;
|
|
2537
|
+
3: StyleValue;
|
|
2538
|
+
2: StyleValue;
|
|
2539
|
+
5: StyleValue;
|
|
2540
|
+
6: StyleValue;
|
|
2541
|
+
11: StyleValue;
|
|
2542
|
+
4: StyleValue;
|
|
2543
|
+
8: StyleValue;
|
|
2544
|
+
10: StyleValue;
|
|
2545
|
+
64: StyleValue;
|
|
2546
|
+
14: StyleValue;
|
|
2547
|
+
20: StyleValue;
|
|
2548
|
+
12: StyleValue;
|
|
2549
|
+
24: StyleValue;
|
|
2550
|
+
80: StyleValue;
|
|
2551
|
+
7: StyleValue;
|
|
2552
|
+
9: StyleValue;
|
|
2553
|
+
28: StyleValue;
|
|
2554
|
+
72: StyleValue;
|
|
2555
|
+
96: StyleValue;
|
|
2556
|
+
16: StyleValue;
|
|
2557
|
+
36: StyleValue;
|
|
2558
|
+
auto: StyleValue;
|
|
2559
|
+
32: StyleValue;
|
|
2560
|
+
40: StyleValue;
|
|
2561
|
+
44: StyleValue;
|
|
2562
|
+
48: StyleValue;
|
|
2563
|
+
56: StyleValue;
|
|
2564
|
+
60: StyleValue;
|
|
2565
|
+
52: StyleValue;
|
|
2566
|
+
};
|
|
2567
|
+
maxWidth: {
|
|
2568
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
2569
|
+
0: StyleValue;
|
|
2570
|
+
1: StyleValue;
|
|
2571
|
+
3: StyleValue;
|
|
2572
|
+
2: StyleValue;
|
|
2573
|
+
5: StyleValue;
|
|
2574
|
+
6: StyleValue;
|
|
2575
|
+
11: StyleValue;
|
|
2576
|
+
4: StyleValue;
|
|
2577
|
+
8: StyleValue;
|
|
2578
|
+
10: StyleValue;
|
|
2579
|
+
64: StyleValue;
|
|
2580
|
+
14: StyleValue;
|
|
2581
|
+
20: StyleValue;
|
|
2582
|
+
12: StyleValue;
|
|
2583
|
+
24: StyleValue;
|
|
2584
|
+
80: StyleValue;
|
|
2585
|
+
7: StyleValue;
|
|
2586
|
+
9: StyleValue;
|
|
2587
|
+
28: StyleValue;
|
|
2588
|
+
72: StyleValue;
|
|
2589
|
+
96: StyleValue;
|
|
2590
|
+
16: StyleValue;
|
|
2591
|
+
36: StyleValue;
|
|
2592
|
+
auto: StyleValue;
|
|
2593
|
+
32: StyleValue;
|
|
2594
|
+
40: StyleValue;
|
|
2595
|
+
44: StyleValue;
|
|
2596
|
+
48: StyleValue;
|
|
2597
|
+
56: StyleValue;
|
|
2598
|
+
60: StyleValue;
|
|
2599
|
+
52: StyleValue;
|
|
2600
|
+
};
|
|
2601
|
+
maxHeight: {
|
|
2602
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
2603
|
+
0: StyleValue;
|
|
2604
|
+
1: StyleValue;
|
|
2605
|
+
3: StyleValue;
|
|
2606
|
+
2: StyleValue;
|
|
2607
|
+
5: StyleValue;
|
|
2608
|
+
6: StyleValue;
|
|
2609
|
+
11: StyleValue;
|
|
2610
|
+
4: StyleValue;
|
|
2611
|
+
8: StyleValue;
|
|
2612
|
+
10: StyleValue;
|
|
2613
|
+
64: StyleValue;
|
|
2614
|
+
14: StyleValue;
|
|
2615
|
+
20: StyleValue;
|
|
2616
|
+
12: StyleValue;
|
|
2617
|
+
24: StyleValue;
|
|
2618
|
+
80: StyleValue;
|
|
2619
|
+
7: StyleValue;
|
|
2620
|
+
9: StyleValue;
|
|
2621
|
+
28: StyleValue;
|
|
2622
|
+
72: StyleValue;
|
|
2623
|
+
96: StyleValue;
|
|
2624
|
+
16: StyleValue;
|
|
2625
|
+
36: StyleValue;
|
|
2626
|
+
auto: StyleValue;
|
|
2627
|
+
32: StyleValue;
|
|
2628
|
+
40: StyleValue;
|
|
2629
|
+
44: StyleValue;
|
|
2630
|
+
48: StyleValue;
|
|
2631
|
+
56: StyleValue;
|
|
2632
|
+
60: StyleValue;
|
|
2633
|
+
52: StyleValue;
|
|
2634
|
+
};
|
|
2635
|
+
};
|
|
2636
|
+
flex: {
|
|
2637
|
+
values: Record<0 | 1 | 3 | 2 | 5 | 4, StyleValue>;
|
|
2638
|
+
grow: Record<0 | 1, StyleValue>;
|
|
2639
|
+
shrink: Record<0 | 1, StyleValue>;
|
|
2640
|
+
basis: {
|
|
2641
|
+
auto: {
|
|
2642
|
+
flexBasis: string;
|
|
2643
|
+
};
|
|
2644
|
+
10: StyleValue;
|
|
2645
|
+
20: StyleValue;
|
|
2646
|
+
25: StyleValue;
|
|
2647
|
+
30: StyleValue;
|
|
2648
|
+
33: StyleValue;
|
|
2649
|
+
40: StyleValue;
|
|
2650
|
+
50: StyleValue;
|
|
2651
|
+
60: StyleValue;
|
|
2652
|
+
66: StyleValue;
|
|
2653
|
+
70: StyleValue;
|
|
2654
|
+
75: StyleValue;
|
|
2655
|
+
80: StyleValue;
|
|
2656
|
+
90: StyleValue;
|
|
2657
|
+
100: StyleValue;
|
|
2658
|
+
0: StyleValue;
|
|
2659
|
+
1: StyleValue;
|
|
2660
|
+
3: StyleValue;
|
|
2661
|
+
2: StyleValue;
|
|
2662
|
+
5: StyleValue;
|
|
2663
|
+
6: StyleValue;
|
|
2664
|
+
11: StyleValue;
|
|
2665
|
+
4: StyleValue;
|
|
2666
|
+
8: StyleValue;
|
|
2667
|
+
64: StyleValue;
|
|
2668
|
+
14: StyleValue;
|
|
2669
|
+
12: StyleValue;
|
|
2670
|
+
24: StyleValue;
|
|
2671
|
+
7: StyleValue;
|
|
2672
|
+
9: StyleValue;
|
|
2673
|
+
28: StyleValue;
|
|
2674
|
+
72: StyleValue;
|
|
2675
|
+
96: StyleValue;
|
|
2676
|
+
16: StyleValue;
|
|
2677
|
+
36: StyleValue;
|
|
2678
|
+
32: StyleValue;
|
|
2679
|
+
44: StyleValue;
|
|
2680
|
+
48: StyleValue;
|
|
2681
|
+
56: StyleValue;
|
|
2682
|
+
52: StyleValue;
|
|
2683
|
+
};
|
|
2684
|
+
};
|
|
2685
|
+
opacity: Record<0 | 50 | 100 | 5 | 10 | 25 | 20 | 80 | 30 | 40 | 60 | 70 | 75 | 90 | 95, StyleValue>;
|
|
2686
|
+
zIndex: Record<0 | 50 | 10 | 20 | 30 | "auto" | 40, StyleValue>;
|
|
2687
|
+
overflow: Record<"visible" | "hidden" | "scroll", StyleValue>;
|
|
2688
|
+
textAlign: Record<"auto" | "center" | "left" | "right" | "justify", StyleValue>;
|
|
2689
|
+
fontWeight: Record<"bold" | "thin" | "medium" | "black" | "extralight" | "light" | "normal" | "semibold" | "extrabold", StyleValue>;
|
|
2690
|
+
fontSize: Record<"sm" | "lg" | "xl" | "2xl" | "3xl" | "xs" | "base" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
|
|
2691
|
+
lineHeight: Record<3 | 5 | 6 | 4 | 8 | 10 | "none" | 7 | 9 | "normal" | "tight" | "snug" | "relaxed" | "loose", StyleValue>;
|
|
2692
|
+
letterSpacing: Record<"normal" | "tight" | "tighter" | "wide" | "wider" | "widest", StyleValue>;
|
|
2693
|
+
textTransform: Record<"none" | "uppercase" | "lowercase" | "capitalize", StyleValue>;
|
|
2694
|
+
textDecoration: Record<"none" | "underline" | "lineThrough" | "underlineLineThrough", StyleValue>;
|
|
2695
|
+
textAlignVertical: Record<"top" | "auto" | "center" | "bottom", StyleValue>;
|
|
2696
|
+
transforms: {
|
|
2697
|
+
rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 90 | 45 | 180 | 270, StyleValue>;
|
|
2698
|
+
scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
2699
|
+
scaleX: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
2700
|
+
scaleY: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
2701
|
+
translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2702
|
+
translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2703
|
+
};
|
|
2704
|
+
position: {
|
|
2705
|
+
top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2706
|
+
right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2707
|
+
bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2708
|
+
left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2709
|
+
topLeft: (top: number, left: number) => {
|
|
2710
|
+
position: "absolute";
|
|
2711
|
+
top: number;
|
|
2712
|
+
left: number;
|
|
2713
|
+
};
|
|
2714
|
+
topRight: (top: number, right: number) => {
|
|
2715
|
+
position: "absolute";
|
|
2716
|
+
top: number;
|
|
2717
|
+
right: number;
|
|
2718
|
+
};
|
|
2719
|
+
bottomLeft: (bottom: number, left: number) => {
|
|
2720
|
+
position: "absolute";
|
|
2721
|
+
bottom: number;
|
|
2722
|
+
left: number;
|
|
2723
|
+
};
|
|
2724
|
+
bottomRight: (bottom: number, right: number) => {
|
|
2725
|
+
position: "absolute";
|
|
2726
|
+
bottom: number;
|
|
2727
|
+
right: number;
|
|
2728
|
+
};
|
|
2729
|
+
percent: {
|
|
2730
|
+
top: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
2731
|
+
right: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
2732
|
+
bottom: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
2733
|
+
left: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
2734
|
+
};
|
|
2735
|
+
};
|
|
2736
|
+
aspectRatio: Record<"video" | "wide" | "square" | "photo" | "portrait" | "ultrawide" | "1/1" | "3/2" | "4/3" | "16/9" | "21/9", StyleValue>;
|
|
2737
|
+
gap: {
|
|
2738
|
+
row: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2739
|
+
column: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2740
|
+
all: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
2741
|
+
};
|
|
2742
|
+
layouts: {
|
|
2743
|
+
fullScreen: {
|
|
2744
|
+
position: "absolute";
|
|
2745
|
+
top: number;
|
|
2746
|
+
left: number;
|
|
2747
|
+
right: number;
|
|
2748
|
+
bottom: number;
|
|
2749
|
+
};
|
|
2750
|
+
centered: {
|
|
2751
|
+
flex: number;
|
|
2752
|
+
justifyContent: "center";
|
|
2753
|
+
alignItems: "center";
|
|
2754
|
+
};
|
|
2755
|
+
overlay: {
|
|
2756
|
+
position: "absolute";
|
|
2757
|
+
top: number;
|
|
2758
|
+
left: number;
|
|
2759
|
+
right: number;
|
|
2760
|
+
bottom: number;
|
|
2761
|
+
justifyContent: "center";
|
|
2762
|
+
alignItems: "center";
|
|
2763
|
+
backgroundColor: string;
|
|
2764
|
+
};
|
|
2765
|
+
safeContainer: {
|
|
2766
|
+
flex: number;
|
|
2767
|
+
paddingTop: number;
|
|
2768
|
+
};
|
|
2769
|
+
spaceBetweenRow: {
|
|
2770
|
+
flexDirection: "row";
|
|
2771
|
+
justifyContent: "space-between";
|
|
2772
|
+
alignItems: "center";
|
|
2773
|
+
};
|
|
2774
|
+
stickyHeader: {
|
|
2775
|
+
position: "absolute";
|
|
2776
|
+
top: number;
|
|
2777
|
+
left: number;
|
|
2778
|
+
right: number;
|
|
2779
|
+
zIndex: number;
|
|
2780
|
+
};
|
|
2781
|
+
bottomSheet: {
|
|
2782
|
+
position: "absolute";
|
|
2783
|
+
bottom: number;
|
|
2784
|
+
left: number;
|
|
2785
|
+
right: number;
|
|
2786
|
+
borderTopLeftRadius: number;
|
|
2787
|
+
borderTopRightRadius: number;
|
|
2788
|
+
};
|
|
2789
|
+
};
|
|
2790
|
+
};
|
|
2791
|
+
export declare const a: {
|
|
2792
|
+
colors: {
|
|
2793
|
+
readonly primary: {
|
|
2794
|
+
readonly 50: "#eff6ff";
|
|
2795
|
+
readonly 100: "#dbeafe";
|
|
2796
|
+
readonly 200: "#bfdbfe";
|
|
2797
|
+
readonly 300: "#93c5fd";
|
|
2798
|
+
readonly 400: "#60a5fa";
|
|
2799
|
+
readonly 500: "#3b82f6";
|
|
2800
|
+
readonly 600: "#2563eb";
|
|
2801
|
+
readonly 700: "#1d4ed8";
|
|
2802
|
+
readonly 800: "#1e40af";
|
|
2803
|
+
readonly 900: "#1e3a8a";
|
|
2804
|
+
readonly 950: "#172554";
|
|
2805
|
+
};
|
|
2806
|
+
readonly slate: {
|
|
2807
|
+
readonly 50: "#f8fafc";
|
|
2808
|
+
readonly 100: "#f1f5f9";
|
|
2809
|
+
readonly 200: "#e2e8f0";
|
|
2810
|
+
readonly 300: "#cbd5e1";
|
|
2811
|
+
readonly 400: "#94a3b8";
|
|
2812
|
+
readonly 500: "#64748b";
|
|
2813
|
+
readonly 600: "#475569";
|
|
2814
|
+
readonly 700: "#334155";
|
|
2815
|
+
readonly 800: "#1e293b";
|
|
2816
|
+
readonly 900: "#0f172a";
|
|
2817
|
+
readonly 950: "#020617";
|
|
2818
|
+
};
|
|
2819
|
+
readonly gray: {
|
|
2820
|
+
readonly 50: "#f9fafb";
|
|
2821
|
+
readonly 100: "#f3f4f6";
|
|
2822
|
+
readonly 200: "#e5e7eb";
|
|
2823
|
+
readonly 300: "#d1d5db";
|
|
2824
|
+
readonly 400: "#9ca3af";
|
|
2825
|
+
readonly 500: "#6b7280";
|
|
2826
|
+
readonly 600: "#4b5563";
|
|
2827
|
+
readonly 700: "#374151";
|
|
2828
|
+
readonly 800: "#1f2937";
|
|
2829
|
+
readonly 900: "#111827";
|
|
2830
|
+
readonly 950: "#030712";
|
|
2831
|
+
};
|
|
2832
|
+
readonly zinc: {
|
|
2833
|
+
readonly 50: "#fafafa";
|
|
2834
|
+
readonly 100: "#f4f4f5";
|
|
2835
|
+
readonly 200: "#e4e4e7";
|
|
2836
|
+
readonly 300: "#d4d4d8";
|
|
2837
|
+
readonly 400: "#a1a1aa";
|
|
2838
|
+
readonly 500: "#71717a";
|
|
2839
|
+
readonly 600: "#52525b";
|
|
2840
|
+
readonly 700: "#3f3f46";
|
|
2841
|
+
readonly 800: "#27272a";
|
|
2842
|
+
readonly 900: "#18181b";
|
|
2843
|
+
readonly 950: "#09090b";
|
|
2844
|
+
};
|
|
2845
|
+
readonly neutral: {
|
|
2846
|
+
readonly 50: "#fafaf9";
|
|
2847
|
+
readonly 100: "#f5f5f4";
|
|
2848
|
+
readonly 200: "#e7e5e4";
|
|
2849
|
+
readonly 300: "#d6d3d1";
|
|
2850
|
+
readonly 400: "#a8a29e";
|
|
2851
|
+
readonly 500: "#78716c";
|
|
2852
|
+
readonly 600: "#57534e";
|
|
2853
|
+
readonly 700: "#44403c";
|
|
2854
|
+
readonly 800: "#292524";
|
|
2855
|
+
readonly 900: "#1c1917";
|
|
2856
|
+
readonly 950: "#0c0a09";
|
|
2857
|
+
};
|
|
2858
|
+
readonly stone: {
|
|
2859
|
+
readonly 50: "#fafaf9";
|
|
2860
|
+
readonly 100: "#f5f5f4";
|
|
2861
|
+
readonly 200: "#e7e5e4";
|
|
2862
|
+
readonly 300: "#d6d3d1";
|
|
2863
|
+
readonly 400: "#a8a29e";
|
|
2864
|
+
readonly 500: "#78716c";
|
|
2865
|
+
readonly 600: "#57534e";
|
|
2866
|
+
readonly 700: "#44403c";
|
|
2867
|
+
readonly 800: "#292524";
|
|
2868
|
+
readonly 900: "#1c1917";
|
|
2869
|
+
readonly 950: "#0c0a09";
|
|
2870
|
+
};
|
|
2871
|
+
readonly red: {
|
|
2872
|
+
readonly 50: "#fef2f2";
|
|
2873
|
+
readonly 100: "#fee2e2";
|
|
2874
|
+
readonly 200: "#fecaca";
|
|
2875
|
+
readonly 300: "#fca5a5";
|
|
2876
|
+
readonly 400: "#f87171";
|
|
2877
|
+
readonly 500: "#ef4444";
|
|
2878
|
+
readonly 600: "#dc2626";
|
|
2879
|
+
readonly 700: "#b91c1c";
|
|
2880
|
+
readonly 800: "#991b1b";
|
|
2881
|
+
readonly 900: "#7f1d1d";
|
|
2882
|
+
readonly 950: "#450a0a";
|
|
2883
|
+
};
|
|
2884
|
+
readonly orange: {
|
|
2885
|
+
readonly 50: "#fff7ed";
|
|
2886
|
+
readonly 100: "#ffedd5";
|
|
2887
|
+
readonly 200: "#fed7aa";
|
|
2888
|
+
readonly 300: "#fdba74";
|
|
2889
|
+
readonly 400: "#fb923c";
|
|
2890
|
+
readonly 500: "#f97316";
|
|
2891
|
+
readonly 600: "#ea580c";
|
|
2892
|
+
readonly 700: "#c2410c";
|
|
2893
|
+
readonly 800: "#9a3412";
|
|
2894
|
+
readonly 900: "#7c2d12";
|
|
2895
|
+
readonly 950: "#431407";
|
|
2896
|
+
};
|
|
2897
|
+
readonly amber: {
|
|
2898
|
+
readonly 50: "#fffbeb";
|
|
2899
|
+
readonly 100: "#fef3c7";
|
|
2900
|
+
readonly 200: "#fde68a";
|
|
2901
|
+
readonly 300: "#fcd34d";
|
|
2902
|
+
readonly 400: "#fbbf24";
|
|
2903
|
+
readonly 500: "#f59e0b";
|
|
2904
|
+
readonly 600: "#d97706";
|
|
2905
|
+
readonly 700: "#b45309";
|
|
2906
|
+
readonly 800: "#92400e";
|
|
2907
|
+
readonly 900: "#78350f";
|
|
2908
|
+
readonly 950: "#451a03";
|
|
2909
|
+
};
|
|
2910
|
+
readonly yellow: {
|
|
2911
|
+
readonly 50: "#fefce8";
|
|
2912
|
+
readonly 100: "#fef9c3";
|
|
2913
|
+
readonly 200: "#fef08a";
|
|
2914
|
+
readonly 300: "#fde047";
|
|
2915
|
+
readonly 400: "#facc15";
|
|
2916
|
+
readonly 500: "#eab308";
|
|
2917
|
+
readonly 600: "#ca8a04";
|
|
2918
|
+
readonly 700: "#a16207";
|
|
2919
|
+
readonly 800: "#854d0e";
|
|
2920
|
+
readonly 900: "#713f12";
|
|
2921
|
+
readonly 950: "#422006";
|
|
2922
|
+
};
|
|
2923
|
+
readonly lime: {
|
|
2924
|
+
readonly 50: "#f7fee7";
|
|
2925
|
+
readonly 100: "#ecfccb";
|
|
2926
|
+
readonly 200: "#d9f99d";
|
|
2927
|
+
readonly 300: "#bef264";
|
|
2928
|
+
readonly 400: "#a3e635";
|
|
2929
|
+
readonly 500: "#84cc16";
|
|
2930
|
+
readonly 600: "#65a30d";
|
|
2931
|
+
readonly 700: "#4d7c0f";
|
|
2932
|
+
readonly 800: "#3f6212";
|
|
2933
|
+
readonly 900: "#365314";
|
|
2934
|
+
readonly 950: "#1a2e05";
|
|
2935
|
+
};
|
|
2936
|
+
readonly green: {
|
|
2937
|
+
readonly 50: "#f0fdf4";
|
|
2938
|
+
readonly 100: "#dcfce7";
|
|
2939
|
+
readonly 200: "#bbf7d0";
|
|
2940
|
+
readonly 300: "#86efac";
|
|
2941
|
+
readonly 400: "#4ade80";
|
|
2942
|
+
readonly 500: "#22c55e";
|
|
2943
|
+
readonly 600: "#16a34a";
|
|
2944
|
+
readonly 700: "#15803d";
|
|
2945
|
+
readonly 800: "#166534";
|
|
2946
|
+
readonly 900: "#14532d";
|
|
2947
|
+
readonly 950: "#052e16";
|
|
2948
|
+
};
|
|
2949
|
+
readonly emerald: {
|
|
2950
|
+
readonly 50: "#ecfdf5";
|
|
2951
|
+
readonly 100: "#d1fae5";
|
|
2952
|
+
readonly 200: "#a7f3d0";
|
|
2953
|
+
readonly 300: "#6ee7b7";
|
|
2954
|
+
readonly 400: "#34d399";
|
|
2955
|
+
readonly 500: "#10b981";
|
|
2956
|
+
readonly 600: "#059669";
|
|
2957
|
+
readonly 700: "#047857";
|
|
2958
|
+
readonly 800: "#065f46";
|
|
2959
|
+
readonly 900: "#064e3b";
|
|
2960
|
+
readonly 950: "#022c22";
|
|
2961
|
+
};
|
|
2962
|
+
readonly teal: {
|
|
2963
|
+
readonly 50: "#f0fdfa";
|
|
2964
|
+
readonly 100: "#ccfbf1";
|
|
2965
|
+
readonly 200: "#99f6e4";
|
|
2966
|
+
readonly 300: "#5eead4";
|
|
2967
|
+
readonly 400: "#2dd4bf";
|
|
2968
|
+
readonly 500: "#14b8a6";
|
|
2969
|
+
readonly 600: "#0d9488";
|
|
2970
|
+
readonly 700: "#0f766e";
|
|
2971
|
+
readonly 800: "#115e59";
|
|
2972
|
+
readonly 900: "#134e4a";
|
|
2973
|
+
readonly 950: "#042f2e";
|
|
2974
|
+
};
|
|
2975
|
+
readonly cyan: {
|
|
2976
|
+
readonly 50: "#ecfeff";
|
|
2977
|
+
readonly 100: "#cffafe";
|
|
2978
|
+
readonly 200: "#a5f3fc";
|
|
2979
|
+
readonly 300: "#67e8f9";
|
|
2980
|
+
readonly 400: "#22d3ee";
|
|
2981
|
+
readonly 500: "#06b6d4";
|
|
2982
|
+
readonly 600: "#0891b2";
|
|
2983
|
+
readonly 700: "#0e7490";
|
|
2984
|
+
readonly 800: "#155e75";
|
|
2985
|
+
readonly 900: "#164e63";
|
|
2986
|
+
readonly 950: "#083344";
|
|
2987
|
+
};
|
|
2988
|
+
readonly sky: {
|
|
2989
|
+
readonly 50: "#f0f9ff";
|
|
2990
|
+
readonly 100: "#e0f2fe";
|
|
2991
|
+
readonly 200: "#bae6fd";
|
|
2992
|
+
readonly 300: "#7dd3fc";
|
|
2993
|
+
readonly 400: "#38bdf8";
|
|
2994
|
+
readonly 500: "#0ea5e9";
|
|
2995
|
+
readonly 600: "#0284c7";
|
|
2996
|
+
readonly 700: "#0369a1";
|
|
2997
|
+
readonly 800: "#075985";
|
|
2998
|
+
readonly 900: "#0c4a6e";
|
|
2999
|
+
readonly 950: "#082f49";
|
|
3000
|
+
};
|
|
3001
|
+
readonly blue: {
|
|
3002
|
+
readonly 50: "#eff6ff";
|
|
3003
|
+
readonly 100: "#dbeafe";
|
|
3004
|
+
readonly 200: "#bfdbfe";
|
|
3005
|
+
readonly 300: "#93c5fd";
|
|
3006
|
+
readonly 400: "#60a5fa";
|
|
3007
|
+
readonly 500: "#3b82f6";
|
|
3008
|
+
readonly 600: "#2563eb";
|
|
3009
|
+
readonly 700: "#1d4ed8";
|
|
3010
|
+
readonly 800: "#1e40af";
|
|
3011
|
+
readonly 900: "#1e3a8a";
|
|
3012
|
+
readonly 950: "#172554";
|
|
3013
|
+
};
|
|
3014
|
+
readonly indigo: {
|
|
3015
|
+
readonly 50: "#eef2ff";
|
|
3016
|
+
readonly 100: "#e0e7ff";
|
|
3017
|
+
readonly 200: "#c7d2fe";
|
|
3018
|
+
readonly 300: "#a5b4fc";
|
|
3019
|
+
readonly 400: "#818cf8";
|
|
3020
|
+
readonly 500: "#6366f1";
|
|
3021
|
+
readonly 600: "#4f46e5";
|
|
3022
|
+
readonly 700: "#4338ca";
|
|
3023
|
+
readonly 800: "#3730a3";
|
|
3024
|
+
readonly 900: "#312e81";
|
|
3025
|
+
readonly 950: "#1e1b4b";
|
|
3026
|
+
};
|
|
3027
|
+
readonly violet: {
|
|
3028
|
+
readonly 50: "#f5f3ff";
|
|
3029
|
+
readonly 100: "#ede9fe";
|
|
3030
|
+
readonly 200: "#ddd6fe";
|
|
3031
|
+
readonly 300: "#c4b5fd";
|
|
3032
|
+
readonly 400: "#a78bfa";
|
|
3033
|
+
readonly 500: "#8b5cf6";
|
|
3034
|
+
readonly 600: "#7c3aed";
|
|
3035
|
+
readonly 700: "#6d28d9";
|
|
3036
|
+
readonly 800: "#5b21b6";
|
|
3037
|
+
readonly 900: "#4c1d95";
|
|
3038
|
+
readonly 950: "#2e1065";
|
|
3039
|
+
};
|
|
3040
|
+
readonly purple: {
|
|
3041
|
+
readonly 50: "#faf5ff";
|
|
3042
|
+
readonly 100: "#f3e8ff";
|
|
3043
|
+
readonly 200: "#e9d5ff";
|
|
3044
|
+
readonly 300: "#d8b4fe";
|
|
3045
|
+
readonly 400: "#c084fc";
|
|
3046
|
+
readonly 500: "#a855f7";
|
|
3047
|
+
readonly 600: "#9333ea";
|
|
3048
|
+
readonly 700: "#7e22ce";
|
|
3049
|
+
readonly 800: "#6b21a8";
|
|
3050
|
+
readonly 900: "#581c87";
|
|
3051
|
+
readonly 950: "#3b0764";
|
|
3052
|
+
};
|
|
3053
|
+
readonly fuchsia: {
|
|
3054
|
+
readonly 50: "#fdf4ff";
|
|
3055
|
+
readonly 100: "#fae8ff";
|
|
3056
|
+
readonly 200: "#f5d0fe";
|
|
3057
|
+
readonly 300: "#f0abfc";
|
|
3058
|
+
readonly 400: "#e879f9";
|
|
3059
|
+
readonly 500: "#d946ef";
|
|
3060
|
+
readonly 600: "#c026d3";
|
|
3061
|
+
readonly 700: "#a21caf";
|
|
3062
|
+
readonly 800: "#86198f";
|
|
3063
|
+
readonly 900: "#701a75";
|
|
3064
|
+
readonly 950: "#4a044e";
|
|
3065
|
+
};
|
|
3066
|
+
readonly pink: {
|
|
3067
|
+
readonly 50: "#fdf2f8";
|
|
3068
|
+
readonly 100: "#fce7f3";
|
|
3069
|
+
readonly 200: "#fbcfe8";
|
|
3070
|
+
readonly 300: "#f9a8d4";
|
|
3071
|
+
readonly 400: "#f472b6";
|
|
3072
|
+
readonly 500: "#ec4899";
|
|
3073
|
+
readonly 600: "#db2777";
|
|
3074
|
+
readonly 700: "#be185d";
|
|
3075
|
+
readonly 800: "#9d174d";
|
|
3076
|
+
readonly 900: "#831843";
|
|
3077
|
+
readonly 950: "#500724";
|
|
3078
|
+
};
|
|
3079
|
+
readonly rose: {
|
|
3080
|
+
readonly 50: "#fff1f2";
|
|
3081
|
+
readonly 100: "#ffe4e6";
|
|
3082
|
+
readonly 200: "#fecdd3";
|
|
3083
|
+
readonly 300: "#fda4af";
|
|
3084
|
+
readonly 400: "#fb7185";
|
|
3085
|
+
readonly 500: "#f43f5e";
|
|
3086
|
+
readonly 600: "#e11d48";
|
|
3087
|
+
readonly 700: "#be123c";
|
|
3088
|
+
readonly 800: "#9f1239";
|
|
3089
|
+
readonly 900: "#881337";
|
|
3090
|
+
readonly 950: "#4c0519";
|
|
3091
|
+
};
|
|
3092
|
+
readonly destructive: {
|
|
3093
|
+
readonly 50: "#fef2f2";
|
|
3094
|
+
readonly 100: "#fee2e2";
|
|
3095
|
+
readonly 200: "#fecaca";
|
|
3096
|
+
readonly 300: "#fca5a5";
|
|
3097
|
+
readonly 400: "#f87171";
|
|
3098
|
+
readonly 500: "#ef4444";
|
|
3099
|
+
readonly 600: "#dc2626";
|
|
3100
|
+
readonly 700: "#b91c1c";
|
|
3101
|
+
readonly 800: "#991b1b";
|
|
3102
|
+
readonly 900: "#7f1d1d";
|
|
3103
|
+
readonly 950: "#450a0a";
|
|
3104
|
+
};
|
|
3105
|
+
readonly success: {
|
|
3106
|
+
readonly 50: "#f0fdf4";
|
|
3107
|
+
readonly 100: "#dcfce7";
|
|
3108
|
+
readonly 200: "#bbf7d0";
|
|
3109
|
+
readonly 300: "#86efac";
|
|
3110
|
+
readonly 400: "#4ade80";
|
|
3111
|
+
readonly 500: "#22c55e";
|
|
3112
|
+
readonly 600: "#16a34a";
|
|
3113
|
+
readonly 700: "#15803d";
|
|
3114
|
+
readonly 800: "#166534";
|
|
3115
|
+
readonly 900: "#14532d";
|
|
3116
|
+
readonly 950: "#052e16";
|
|
3117
|
+
};
|
|
3118
|
+
readonly warning: {
|
|
3119
|
+
readonly 50: "#fffbeb";
|
|
3120
|
+
readonly 100: "#fef3c7";
|
|
3121
|
+
readonly 200: "#fde68a";
|
|
3122
|
+
readonly 300: "#fcd34d";
|
|
3123
|
+
readonly 400: "#fbbf24";
|
|
3124
|
+
readonly 500: "#f59e0b";
|
|
3125
|
+
readonly 600: "#d97706";
|
|
3126
|
+
readonly 700: "#b45309";
|
|
3127
|
+
readonly 800: "#92400e";
|
|
3128
|
+
readonly 900: "#78350f";
|
|
3129
|
+
readonly 950: "#451a03";
|
|
3130
|
+
};
|
|
3131
|
+
readonly ios: {
|
|
3132
|
+
readonly systemBlue: "#007AFF";
|
|
3133
|
+
readonly systemGreen: "#34C759";
|
|
3134
|
+
readonly systemRed: "#FF3B30";
|
|
3135
|
+
readonly systemOrange: "#FF9500";
|
|
3136
|
+
readonly systemYellow: "#FFCC00";
|
|
3137
|
+
readonly systemPurple: "#AF52DE";
|
|
3138
|
+
readonly systemPink: "#FF2D92";
|
|
3139
|
+
readonly systemTeal: "#5AC8FA";
|
|
3140
|
+
readonly systemIndigo: "#5856D6";
|
|
3141
|
+
readonly systemGray: "#8E8E93";
|
|
3142
|
+
readonly systemGray2: "#AEAEB2";
|
|
3143
|
+
readonly systemGray3: "#C7C7CC";
|
|
3144
|
+
readonly systemGray4: "#D1D1D6";
|
|
3145
|
+
readonly systemGray5: "#E5E5EA";
|
|
3146
|
+
readonly systemGray6: "#F2F2F7";
|
|
3147
|
+
};
|
|
3148
|
+
readonly android: {
|
|
3149
|
+
readonly primary: "#6200EE";
|
|
3150
|
+
readonly primaryVariant: "#3700B3";
|
|
3151
|
+
readonly secondary: "#03DAC6";
|
|
3152
|
+
readonly secondaryVariant: "#018786";
|
|
3153
|
+
readonly background: "#FFFFFF";
|
|
3154
|
+
readonly surface: "#FFFFFF";
|
|
3155
|
+
readonly error: "#B00020";
|
|
3156
|
+
readonly onPrimary: "#FFFFFF";
|
|
3157
|
+
readonly onSecondary: "#000000";
|
|
3158
|
+
readonly onBackground: "#000000";
|
|
3159
|
+
readonly onSurface: "#000000";
|
|
3160
|
+
readonly onError: "#FFFFFF";
|
|
3161
|
+
};
|
|
3162
|
+
readonly transparent: "transparent";
|
|
3163
|
+
readonly black: "#000000";
|
|
3164
|
+
readonly white: "#FFFFFF";
|
|
3165
|
+
};
|
|
3166
|
+
spacing: {
|
|
3167
|
+
readonly 0: 0;
|
|
3168
|
+
readonly 1: 4;
|
|
3169
|
+
readonly 2: 8;
|
|
3170
|
+
readonly 3: 12;
|
|
3171
|
+
readonly 4: 16;
|
|
3172
|
+
readonly 5: 20;
|
|
3173
|
+
readonly 6: 24;
|
|
3174
|
+
readonly 7: 28;
|
|
3175
|
+
readonly 8: 32;
|
|
3176
|
+
readonly 9: 36;
|
|
3177
|
+
readonly 10: 40;
|
|
3178
|
+
readonly 11: 44;
|
|
3179
|
+
readonly 12: 48;
|
|
3180
|
+
readonly 14: 56;
|
|
3181
|
+
readonly 16: 64;
|
|
3182
|
+
readonly 20: 80;
|
|
3183
|
+
readonly 24: 96;
|
|
3184
|
+
readonly 28: 112;
|
|
3185
|
+
readonly 32: 128;
|
|
3186
|
+
readonly 36: 144;
|
|
3187
|
+
readonly 40: 160;
|
|
3188
|
+
readonly 44: 176;
|
|
3189
|
+
readonly 48: 192;
|
|
3190
|
+
readonly 52: 208;
|
|
3191
|
+
readonly 56: 224;
|
|
3192
|
+
readonly 60: 240;
|
|
3193
|
+
readonly 64: 256;
|
|
3194
|
+
readonly 72: 288;
|
|
3195
|
+
readonly 80: 320;
|
|
3196
|
+
readonly 96: 384;
|
|
3197
|
+
readonly auto: "auto";
|
|
3198
|
+
};
|
|
3199
|
+
borderRadius: {
|
|
3200
|
+
readonly none: 0;
|
|
3201
|
+
readonly sm: 3;
|
|
3202
|
+
readonly md: 8;
|
|
3203
|
+
readonly lg: 12;
|
|
3204
|
+
readonly xl: 16;
|
|
3205
|
+
readonly "2xl": 20;
|
|
3206
|
+
readonly "3xl": 24;
|
|
3207
|
+
readonly full: 999;
|
|
3208
|
+
};
|
|
3209
|
+
radius: {
|
|
3210
|
+
all: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
3211
|
+
top: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
3212
|
+
topRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
3213
|
+
bottom: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
3214
|
+
bottomRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
3215
|
+
left: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
3216
|
+
right: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
3217
|
+
};
|
|
3218
|
+
typography: {
|
|
3219
|
+
platform: {
|
|
3220
|
+
readonly largeTitle: {
|
|
3221
|
+
readonly fontSize: 34;
|
|
3222
|
+
readonly lineHeight: 41;
|
|
3223
|
+
readonly fontWeight: "700";
|
|
3224
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
3225
|
+
};
|
|
3226
|
+
readonly title1: {
|
|
3227
|
+
readonly fontSize: 28;
|
|
3228
|
+
readonly lineHeight: 34;
|
|
3229
|
+
readonly fontWeight: "700";
|
|
3230
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
3231
|
+
};
|
|
3232
|
+
readonly title2: {
|
|
3233
|
+
readonly fontSize: 22;
|
|
3234
|
+
readonly lineHeight: 28;
|
|
3235
|
+
readonly fontWeight: "700";
|
|
3236
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
3237
|
+
};
|
|
3238
|
+
readonly title3: {
|
|
3239
|
+
readonly fontSize: 20;
|
|
3240
|
+
readonly lineHeight: 25;
|
|
3241
|
+
readonly fontWeight: "600";
|
|
3242
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
3243
|
+
};
|
|
3244
|
+
readonly headline: {
|
|
3245
|
+
readonly fontSize: 17;
|
|
3246
|
+
readonly lineHeight: 22;
|
|
3247
|
+
readonly fontWeight: "600";
|
|
3248
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
3249
|
+
};
|
|
3250
|
+
readonly body: {
|
|
3251
|
+
readonly fontSize: 17;
|
|
3252
|
+
readonly lineHeight: 22;
|
|
3253
|
+
readonly fontWeight: "400";
|
|
3254
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3255
|
+
};
|
|
3256
|
+
readonly callout: {
|
|
3257
|
+
readonly fontSize: 16;
|
|
3258
|
+
readonly lineHeight: 21;
|
|
3259
|
+
readonly fontWeight: "400";
|
|
3260
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3261
|
+
};
|
|
3262
|
+
readonly subhead: {
|
|
3263
|
+
readonly fontSize: 15;
|
|
3264
|
+
readonly lineHeight: 20;
|
|
3265
|
+
readonly fontWeight: "400";
|
|
3266
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3267
|
+
};
|
|
3268
|
+
readonly footnote: {
|
|
3269
|
+
readonly fontSize: 13;
|
|
3270
|
+
readonly lineHeight: 18;
|
|
3271
|
+
readonly fontWeight: "400";
|
|
3272
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3273
|
+
};
|
|
3274
|
+
readonly caption1: {
|
|
3275
|
+
readonly fontSize: 12;
|
|
3276
|
+
readonly lineHeight: 16;
|
|
3277
|
+
readonly fontWeight: "400";
|
|
3278
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3279
|
+
};
|
|
3280
|
+
readonly caption2: {
|
|
3281
|
+
readonly fontSize: 11;
|
|
3282
|
+
readonly lineHeight: 13;
|
|
3283
|
+
readonly fontWeight: "400";
|
|
3284
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3285
|
+
};
|
|
3286
|
+
} | {
|
|
3287
|
+
readonly headline1: {
|
|
3288
|
+
readonly fontSize: 96;
|
|
3289
|
+
readonly lineHeight: 112;
|
|
3290
|
+
readonly fontWeight: "300";
|
|
3291
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraLight";
|
|
3292
|
+
};
|
|
3293
|
+
readonly headline2: {
|
|
3294
|
+
readonly fontSize: 60;
|
|
3295
|
+
readonly lineHeight: 72;
|
|
3296
|
+
readonly fontWeight: "300";
|
|
3297
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Light";
|
|
3298
|
+
};
|
|
3299
|
+
readonly headline3: {
|
|
3300
|
+
readonly fontSize: 48;
|
|
3301
|
+
readonly lineHeight: 56;
|
|
3302
|
+
readonly fontWeight: "400";
|
|
3303
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3304
|
+
};
|
|
3305
|
+
readonly headline4: {
|
|
3306
|
+
readonly fontSize: 34;
|
|
3307
|
+
readonly lineHeight: 42;
|
|
3308
|
+
readonly fontWeight: "400";
|
|
3309
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3310
|
+
};
|
|
3311
|
+
readonly headline5: {
|
|
3312
|
+
readonly fontSize: 24;
|
|
3313
|
+
readonly lineHeight: 32;
|
|
3314
|
+
readonly fontWeight: "400";
|
|
3315
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3316
|
+
};
|
|
3317
|
+
readonly headline6: {
|
|
3318
|
+
readonly fontSize: 20;
|
|
3319
|
+
readonly lineHeight: 28;
|
|
3320
|
+
readonly fontWeight: "500";
|
|
3321
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
3322
|
+
};
|
|
3323
|
+
readonly subtitle1: {
|
|
3324
|
+
readonly fontSize: 16;
|
|
3325
|
+
readonly lineHeight: 24;
|
|
3326
|
+
readonly fontWeight: "400";
|
|
3327
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3328
|
+
};
|
|
3329
|
+
readonly subtitle2: {
|
|
3330
|
+
readonly fontSize: 14;
|
|
3331
|
+
readonly lineHeight: 22;
|
|
3332
|
+
readonly fontWeight: "500";
|
|
3333
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
3334
|
+
};
|
|
3335
|
+
readonly body1: {
|
|
3336
|
+
readonly fontSize: 16;
|
|
3337
|
+
readonly lineHeight: 24;
|
|
3338
|
+
readonly fontWeight: "400";
|
|
3339
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3340
|
+
};
|
|
3341
|
+
readonly body2: {
|
|
3342
|
+
readonly fontSize: 14;
|
|
3343
|
+
readonly lineHeight: 20;
|
|
3344
|
+
readonly fontWeight: "400";
|
|
3345
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3346
|
+
};
|
|
3347
|
+
readonly button: {
|
|
3348
|
+
readonly fontSize: 14;
|
|
3349
|
+
readonly lineHeight: 16;
|
|
3350
|
+
readonly fontWeight: "500";
|
|
3351
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
3352
|
+
};
|
|
3353
|
+
readonly caption: {
|
|
3354
|
+
readonly fontSize: 12;
|
|
3355
|
+
readonly lineHeight: 16;
|
|
3356
|
+
readonly fontWeight: "400";
|
|
3357
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3358
|
+
};
|
|
3359
|
+
readonly overline: {
|
|
3360
|
+
readonly fontSize: 10;
|
|
3361
|
+
readonly lineHeight: 16;
|
|
3362
|
+
readonly fontWeight: "400";
|
|
3363
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3364
|
+
};
|
|
3365
|
+
} | {
|
|
3366
|
+
readonly xs: {
|
|
3367
|
+
readonly fontSize: 12;
|
|
3368
|
+
readonly lineHeight: 16;
|
|
3369
|
+
readonly marginBottom: -0.7;
|
|
3370
|
+
readonly fontWeight: "400";
|
|
3371
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3372
|
+
};
|
|
3373
|
+
readonly sm: {
|
|
3374
|
+
readonly fontSize: 14;
|
|
3375
|
+
readonly lineHeight: 20;
|
|
3376
|
+
readonly marginBottom: -1;
|
|
3377
|
+
readonly fontWeight: "400";
|
|
3378
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3379
|
+
};
|
|
3380
|
+
readonly base: {
|
|
3381
|
+
readonly fontSize: 16;
|
|
3382
|
+
readonly lineHeight: 24;
|
|
3383
|
+
readonly marginBottom: -1.2;
|
|
3384
|
+
readonly fontWeight: "400";
|
|
3385
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3386
|
+
};
|
|
3387
|
+
readonly lg: {
|
|
3388
|
+
readonly fontSize: 18;
|
|
3389
|
+
readonly lineHeight: 28;
|
|
3390
|
+
readonly marginBottom: -1.5;
|
|
3391
|
+
readonly fontWeight: "400";
|
|
3392
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3393
|
+
};
|
|
3394
|
+
readonly xl: {
|
|
3395
|
+
readonly fontSize: 20;
|
|
3396
|
+
readonly lineHeight: 28;
|
|
3397
|
+
readonly marginBottom: -1.75;
|
|
3398
|
+
readonly fontWeight: "500";
|
|
3399
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
3400
|
+
};
|
|
3401
|
+
readonly "2xl": {
|
|
3402
|
+
readonly fontSize: 24;
|
|
3403
|
+
readonly lineHeight: 32;
|
|
3404
|
+
readonly marginBottom: -2;
|
|
3405
|
+
readonly fontWeight: "600";
|
|
3406
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
3407
|
+
};
|
|
3408
|
+
readonly "3xl": {
|
|
3409
|
+
readonly fontSize: 30;
|
|
3410
|
+
readonly lineHeight: 36;
|
|
3411
|
+
readonly marginBottom: -2.5;
|
|
3412
|
+
readonly fontWeight: "700";
|
|
3413
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
3414
|
+
};
|
|
3415
|
+
readonly "4xl": {
|
|
3416
|
+
readonly fontSize: 36;
|
|
3417
|
+
readonly lineHeight: 40;
|
|
3418
|
+
readonly marginBottom: -3;
|
|
3419
|
+
readonly fontWeight: "700";
|
|
3420
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraBold";
|
|
3421
|
+
};
|
|
3422
|
+
};
|
|
3423
|
+
universal: {
|
|
3424
|
+
readonly xs: {
|
|
3425
|
+
readonly fontSize: 12;
|
|
3426
|
+
readonly lineHeight: 16;
|
|
3427
|
+
readonly marginBottom: -0.7;
|
|
3428
|
+
readonly fontWeight: "400";
|
|
3429
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3430
|
+
};
|
|
3431
|
+
readonly sm: {
|
|
3432
|
+
readonly fontSize: 14;
|
|
3433
|
+
readonly lineHeight: 20;
|
|
3434
|
+
readonly marginBottom: -1;
|
|
3435
|
+
readonly fontWeight: "400";
|
|
3436
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3437
|
+
};
|
|
3438
|
+
readonly base: {
|
|
3439
|
+
readonly fontSize: 16;
|
|
3440
|
+
readonly lineHeight: 24;
|
|
3441
|
+
readonly marginBottom: -1.2;
|
|
3442
|
+
readonly fontWeight: "400";
|
|
3443
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3444
|
+
};
|
|
3445
|
+
readonly lg: {
|
|
3446
|
+
readonly fontSize: 18;
|
|
3447
|
+
readonly lineHeight: 28;
|
|
3448
|
+
readonly marginBottom: -1.5;
|
|
3449
|
+
readonly fontWeight: "400";
|
|
3450
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3451
|
+
};
|
|
3452
|
+
readonly xl: {
|
|
3453
|
+
readonly fontSize: 20;
|
|
3454
|
+
readonly lineHeight: 28;
|
|
3455
|
+
readonly marginBottom: -1.75;
|
|
3456
|
+
readonly fontWeight: "500";
|
|
3457
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
3458
|
+
};
|
|
3459
|
+
readonly "2xl": {
|
|
3460
|
+
readonly fontSize: 24;
|
|
3461
|
+
readonly lineHeight: 32;
|
|
3462
|
+
readonly marginBottom: -2;
|
|
3463
|
+
readonly fontWeight: "600";
|
|
3464
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
3465
|
+
};
|
|
3466
|
+
readonly "3xl": {
|
|
3467
|
+
readonly fontSize: 30;
|
|
3468
|
+
readonly lineHeight: 36;
|
|
3469
|
+
readonly marginBottom: -2.5;
|
|
3470
|
+
readonly fontWeight: "700";
|
|
3471
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
3472
|
+
};
|
|
3473
|
+
readonly "4xl": {
|
|
3474
|
+
readonly fontSize: 36;
|
|
3475
|
+
readonly lineHeight: 40;
|
|
3476
|
+
readonly marginBottom: -3;
|
|
3477
|
+
readonly fontWeight: "700";
|
|
3478
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraBold";
|
|
3479
|
+
};
|
|
3480
|
+
};
|
|
3481
|
+
ios: {
|
|
3482
|
+
readonly largeTitle: {
|
|
3483
|
+
readonly fontSize: 34;
|
|
3484
|
+
readonly lineHeight: 41;
|
|
3485
|
+
readonly fontWeight: "700";
|
|
3486
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
3487
|
+
};
|
|
3488
|
+
readonly title1: {
|
|
3489
|
+
readonly fontSize: 28;
|
|
3490
|
+
readonly lineHeight: 34;
|
|
3491
|
+
readonly fontWeight: "700";
|
|
3492
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
3493
|
+
};
|
|
3494
|
+
readonly title2: {
|
|
3495
|
+
readonly fontSize: 22;
|
|
3496
|
+
readonly lineHeight: 28;
|
|
3497
|
+
readonly fontWeight: "700";
|
|
3498
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
|
|
3499
|
+
};
|
|
3500
|
+
readonly title3: {
|
|
3501
|
+
readonly fontSize: 20;
|
|
3502
|
+
readonly lineHeight: 25;
|
|
3503
|
+
readonly fontWeight: "600";
|
|
3504
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
3505
|
+
};
|
|
3506
|
+
readonly headline: {
|
|
3507
|
+
readonly fontSize: 17;
|
|
3508
|
+
readonly lineHeight: 22;
|
|
3509
|
+
readonly fontWeight: "600";
|
|
3510
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
|
|
3511
|
+
};
|
|
3512
|
+
readonly body: {
|
|
3513
|
+
readonly fontSize: 17;
|
|
3514
|
+
readonly lineHeight: 22;
|
|
3515
|
+
readonly fontWeight: "400";
|
|
3516
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3517
|
+
};
|
|
3518
|
+
readonly callout: {
|
|
3519
|
+
readonly fontSize: 16;
|
|
3520
|
+
readonly lineHeight: 21;
|
|
3521
|
+
readonly fontWeight: "400";
|
|
3522
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3523
|
+
};
|
|
3524
|
+
readonly subhead: {
|
|
3525
|
+
readonly fontSize: 15;
|
|
3526
|
+
readonly lineHeight: 20;
|
|
3527
|
+
readonly fontWeight: "400";
|
|
3528
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3529
|
+
};
|
|
3530
|
+
readonly footnote: {
|
|
3531
|
+
readonly fontSize: 13;
|
|
3532
|
+
readonly lineHeight: 18;
|
|
3533
|
+
readonly fontWeight: "400";
|
|
3534
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3535
|
+
};
|
|
3536
|
+
readonly caption1: {
|
|
3537
|
+
readonly fontSize: 12;
|
|
3538
|
+
readonly lineHeight: 16;
|
|
3539
|
+
readonly fontWeight: "400";
|
|
3540
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3541
|
+
};
|
|
3542
|
+
readonly caption2: {
|
|
3543
|
+
readonly fontSize: 11;
|
|
3544
|
+
readonly lineHeight: 13;
|
|
3545
|
+
readonly fontWeight: "400";
|
|
3546
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3547
|
+
};
|
|
3548
|
+
};
|
|
3549
|
+
android: {
|
|
3550
|
+
readonly headline1: {
|
|
3551
|
+
readonly fontSize: 96;
|
|
3552
|
+
readonly lineHeight: 112;
|
|
3553
|
+
readonly fontWeight: "300";
|
|
3554
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraLight";
|
|
3555
|
+
};
|
|
3556
|
+
readonly headline2: {
|
|
3557
|
+
readonly fontSize: 60;
|
|
3558
|
+
readonly lineHeight: 72;
|
|
3559
|
+
readonly fontWeight: "300";
|
|
3560
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Light";
|
|
3561
|
+
};
|
|
3562
|
+
readonly headline3: {
|
|
3563
|
+
readonly fontSize: 48;
|
|
3564
|
+
readonly lineHeight: 56;
|
|
3565
|
+
readonly fontWeight: "400";
|
|
3566
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3567
|
+
};
|
|
3568
|
+
readonly headline4: {
|
|
3569
|
+
readonly fontSize: 34;
|
|
3570
|
+
readonly lineHeight: 42;
|
|
3571
|
+
readonly fontWeight: "400";
|
|
3572
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3573
|
+
};
|
|
3574
|
+
readonly headline5: {
|
|
3575
|
+
readonly fontSize: 24;
|
|
3576
|
+
readonly lineHeight: 32;
|
|
3577
|
+
readonly fontWeight: "400";
|
|
3578
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3579
|
+
};
|
|
3580
|
+
readonly headline6: {
|
|
3581
|
+
readonly fontSize: 20;
|
|
3582
|
+
readonly lineHeight: 28;
|
|
3583
|
+
readonly fontWeight: "500";
|
|
3584
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
3585
|
+
};
|
|
3586
|
+
readonly subtitle1: {
|
|
3587
|
+
readonly fontSize: 16;
|
|
3588
|
+
readonly lineHeight: 24;
|
|
3589
|
+
readonly fontWeight: "400";
|
|
3590
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3591
|
+
};
|
|
3592
|
+
readonly subtitle2: {
|
|
3593
|
+
readonly fontSize: 14;
|
|
3594
|
+
readonly lineHeight: 22;
|
|
3595
|
+
readonly fontWeight: "500";
|
|
3596
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
3597
|
+
};
|
|
3598
|
+
readonly body1: {
|
|
3599
|
+
readonly fontSize: 16;
|
|
3600
|
+
readonly lineHeight: 24;
|
|
3601
|
+
readonly fontWeight: "400";
|
|
3602
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3603
|
+
};
|
|
3604
|
+
readonly body2: {
|
|
3605
|
+
readonly fontSize: 14;
|
|
3606
|
+
readonly lineHeight: 20;
|
|
3607
|
+
readonly fontWeight: "400";
|
|
3608
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3609
|
+
};
|
|
3610
|
+
readonly button: {
|
|
3611
|
+
readonly fontSize: 14;
|
|
3612
|
+
readonly lineHeight: 16;
|
|
3613
|
+
readonly fontWeight: "500";
|
|
3614
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
|
|
3615
|
+
};
|
|
3616
|
+
readonly caption: {
|
|
3617
|
+
readonly fontSize: 12;
|
|
3618
|
+
readonly lineHeight: 16;
|
|
3619
|
+
readonly fontWeight: "400";
|
|
3620
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3621
|
+
};
|
|
3622
|
+
readonly overline: {
|
|
3623
|
+
readonly fontSize: 10;
|
|
3624
|
+
readonly lineHeight: 16;
|
|
3625
|
+
readonly fontWeight: "400";
|
|
3626
|
+
readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
|
|
3627
|
+
};
|
|
3628
|
+
};
|
|
3629
|
+
};
|
|
3630
|
+
shadows: {
|
|
3631
|
+
readonly none: {
|
|
3632
|
+
readonly shadowColor: "transparent";
|
|
3633
|
+
readonly shadowOffset: {
|
|
3634
|
+
readonly width: 0;
|
|
3635
|
+
readonly height: 0;
|
|
3636
|
+
};
|
|
3637
|
+
readonly shadowOpacity: 0;
|
|
3638
|
+
readonly shadowRadius: 0;
|
|
3639
|
+
readonly elevation: 0;
|
|
3640
|
+
};
|
|
3641
|
+
readonly sm: {
|
|
3642
|
+
readonly shadowColor: "#000000";
|
|
3643
|
+
readonly shadowOffset: {
|
|
3644
|
+
readonly width: 0;
|
|
3645
|
+
readonly height: 1;
|
|
3646
|
+
};
|
|
3647
|
+
readonly shadowOpacity: 0.05;
|
|
3648
|
+
readonly shadowRadius: 2;
|
|
3649
|
+
readonly elevation: 2;
|
|
3650
|
+
};
|
|
3651
|
+
readonly md: {
|
|
3652
|
+
readonly shadowColor: "#000000";
|
|
3653
|
+
readonly shadowOffset: {
|
|
3654
|
+
readonly width: 0;
|
|
3655
|
+
readonly height: 2;
|
|
3656
|
+
};
|
|
3657
|
+
readonly shadowOpacity: 0.1;
|
|
3658
|
+
readonly shadowRadius: 4;
|
|
3659
|
+
readonly elevation: 4;
|
|
3660
|
+
};
|
|
3661
|
+
readonly lg: {
|
|
3662
|
+
readonly shadowColor: "#000000";
|
|
3663
|
+
readonly shadowOffset: {
|
|
3664
|
+
readonly width: 0;
|
|
3665
|
+
readonly height: 4;
|
|
3666
|
+
};
|
|
3667
|
+
readonly shadowOpacity: 0.15;
|
|
3668
|
+
readonly shadowRadius: 8;
|
|
3669
|
+
readonly elevation: 8;
|
|
3670
|
+
};
|
|
3671
|
+
readonly xl: {
|
|
3672
|
+
readonly shadowColor: "#000000";
|
|
3673
|
+
readonly shadowOffset: {
|
|
3674
|
+
readonly width: 0;
|
|
3675
|
+
readonly height: 8;
|
|
3676
|
+
};
|
|
3677
|
+
readonly shadowOpacity: 0.2;
|
|
3678
|
+
readonly shadowRadius: 16;
|
|
3679
|
+
readonly elevation: 16;
|
|
3680
|
+
};
|
|
3681
|
+
};
|
|
3682
|
+
touchTargets: {
|
|
3683
|
+
readonly minimum: 44;
|
|
3684
|
+
readonly comfortable: 48;
|
|
3685
|
+
readonly large: 56;
|
|
3686
|
+
};
|
|
3687
|
+
animations: {
|
|
3688
|
+
readonly fast: 150;
|
|
3689
|
+
readonly normal: 200;
|
|
3690
|
+
readonly slow: 300;
|
|
3691
|
+
readonly slower: 500;
|
|
3692
|
+
};
|
|
3693
|
+
iconSizes: {
|
|
3694
|
+
sm: number;
|
|
3695
|
+
md: number;
|
|
3696
|
+
lg: number;
|
|
3697
|
+
xl: number;
|
|
3698
|
+
};
|
|
3699
|
+
layout: {
|
|
3700
|
+
flex: {
|
|
3701
|
+
center: {
|
|
3702
|
+
justifyContent: "center";
|
|
3703
|
+
alignItems: "center";
|
|
3704
|
+
};
|
|
3705
|
+
alignCenter: {
|
|
3706
|
+
alignItems: "center";
|
|
3707
|
+
};
|
|
3708
|
+
justifyCenter: {
|
|
3709
|
+
justifyContent: "center";
|
|
3710
|
+
};
|
|
3711
|
+
row: {
|
|
3712
|
+
flexDirection: "row";
|
|
3713
|
+
};
|
|
3714
|
+
column: {
|
|
3715
|
+
flexDirection: "column";
|
|
3716
|
+
};
|
|
3717
|
+
spaceBetween: {
|
|
3718
|
+
justifyContent: "space-between";
|
|
3719
|
+
};
|
|
3720
|
+
spaceAround: {
|
|
3721
|
+
justifyContent: "space-around";
|
|
3722
|
+
};
|
|
3723
|
+
spaceEvenly: {
|
|
3724
|
+
justifyContent: "space-evenly";
|
|
3725
|
+
};
|
|
3726
|
+
direction: Record<"row" | "column" | "row-reverse" | "column-reverse", StyleValue>;
|
|
3727
|
+
justify: Record<"start" | "end" | "center" | "between" | "around" | "evenly", StyleValue>;
|
|
3728
|
+
align: Record<"start" | "end" | "center" | "stretch" | "baseline", StyleValue>;
|
|
3729
|
+
wrap: Record<"reverse" | "wrap" | "nowrap", StyleValue>;
|
|
3730
|
+
};
|
|
3731
|
+
position: Record<"absolute" | "relative" | "static", StyleValue>;
|
|
3732
|
+
};
|
|
3733
|
+
borders: {
|
|
3734
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
3735
|
+
style: Record<"solid" | "dashed" | "dotted", StyleValue>;
|
|
3736
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
3737
|
+
top: {
|
|
3738
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
3739
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
3740
|
+
};
|
|
3741
|
+
bottom: {
|
|
3742
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
3743
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
3744
|
+
};
|
|
3745
|
+
left: {
|
|
3746
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
3747
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
3748
|
+
};
|
|
3749
|
+
right: {
|
|
3750
|
+
width: Record<"thin" | "medium" | "thick", StyleValue>;
|
|
3751
|
+
color: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
3752
|
+
};
|
|
3753
|
+
};
|
|
3754
|
+
backgrounds: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
3755
|
+
textColors: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
3756
|
+
spacingAtoms: {
|
|
3757
|
+
margin: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3758
|
+
marginTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3759
|
+
marginRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3760
|
+
marginBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3761
|
+
marginLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3762
|
+
marginHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3763
|
+
marginVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3764
|
+
padding: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3765
|
+
paddingTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3766
|
+
paddingRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3767
|
+
paddingBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3768
|
+
paddingLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3769
|
+
paddingHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3770
|
+
paddingVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
3771
|
+
};
|
|
3772
|
+
sizes: {
|
|
3773
|
+
width: {
|
|
3774
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
3775
|
+
0: StyleValue;
|
|
3776
|
+
1: StyleValue;
|
|
3777
|
+
3: StyleValue;
|
|
3778
|
+
2: StyleValue;
|
|
3779
|
+
5: StyleValue;
|
|
3780
|
+
6: StyleValue;
|
|
3781
|
+
11: StyleValue;
|
|
3782
|
+
4: StyleValue;
|
|
3783
|
+
8: StyleValue;
|
|
3784
|
+
10: StyleValue;
|
|
3785
|
+
64: StyleValue;
|
|
3786
|
+
14: StyleValue;
|
|
3787
|
+
20: StyleValue;
|
|
3788
|
+
12: StyleValue;
|
|
3789
|
+
24: StyleValue;
|
|
3790
|
+
80: StyleValue;
|
|
3791
|
+
7: StyleValue;
|
|
3792
|
+
9: StyleValue;
|
|
3793
|
+
28: StyleValue;
|
|
3794
|
+
72: StyleValue;
|
|
3795
|
+
96: StyleValue;
|
|
3796
|
+
16: StyleValue;
|
|
3797
|
+
36: StyleValue;
|
|
3798
|
+
auto: StyleValue;
|
|
3799
|
+
32: StyleValue;
|
|
3800
|
+
40: StyleValue;
|
|
3801
|
+
44: StyleValue;
|
|
3802
|
+
48: StyleValue;
|
|
3803
|
+
56: StyleValue;
|
|
3804
|
+
60: StyleValue;
|
|
3805
|
+
52: StyleValue;
|
|
3806
|
+
};
|
|
3807
|
+
height: {
|
|
3808
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
3809
|
+
0: StyleValue;
|
|
3810
|
+
1: StyleValue;
|
|
3811
|
+
3: StyleValue;
|
|
3812
|
+
2: StyleValue;
|
|
3813
|
+
5: StyleValue;
|
|
3814
|
+
6: StyleValue;
|
|
3815
|
+
11: StyleValue;
|
|
3816
|
+
4: StyleValue;
|
|
3817
|
+
8: StyleValue;
|
|
3818
|
+
10: StyleValue;
|
|
3819
|
+
64: StyleValue;
|
|
3820
|
+
14: StyleValue;
|
|
3821
|
+
20: StyleValue;
|
|
3822
|
+
12: StyleValue;
|
|
3823
|
+
24: StyleValue;
|
|
3824
|
+
80: StyleValue;
|
|
3825
|
+
7: StyleValue;
|
|
3826
|
+
9: StyleValue;
|
|
3827
|
+
28: StyleValue;
|
|
3828
|
+
72: StyleValue;
|
|
3829
|
+
96: StyleValue;
|
|
3830
|
+
16: StyleValue;
|
|
3831
|
+
36: StyleValue;
|
|
3832
|
+
auto: StyleValue;
|
|
3833
|
+
32: StyleValue;
|
|
3834
|
+
40: StyleValue;
|
|
3835
|
+
44: StyleValue;
|
|
3836
|
+
48: StyleValue;
|
|
3837
|
+
56: StyleValue;
|
|
3838
|
+
60: StyleValue;
|
|
3839
|
+
52: StyleValue;
|
|
3840
|
+
};
|
|
3841
|
+
minWidth: {
|
|
3842
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
3843
|
+
0: StyleValue;
|
|
3844
|
+
1: StyleValue;
|
|
3845
|
+
3: StyleValue;
|
|
3846
|
+
2: StyleValue;
|
|
3847
|
+
5: StyleValue;
|
|
3848
|
+
6: StyleValue;
|
|
3849
|
+
11: StyleValue;
|
|
3850
|
+
4: StyleValue;
|
|
3851
|
+
8: StyleValue;
|
|
3852
|
+
10: StyleValue;
|
|
3853
|
+
64: StyleValue;
|
|
3854
|
+
14: StyleValue;
|
|
3855
|
+
20: StyleValue;
|
|
3856
|
+
12: StyleValue;
|
|
3857
|
+
24: StyleValue;
|
|
3858
|
+
80: StyleValue;
|
|
3859
|
+
7: StyleValue;
|
|
3860
|
+
9: StyleValue;
|
|
3861
|
+
28: StyleValue;
|
|
3862
|
+
72: StyleValue;
|
|
3863
|
+
96: StyleValue;
|
|
3864
|
+
16: StyleValue;
|
|
3865
|
+
36: StyleValue;
|
|
3866
|
+
auto: StyleValue;
|
|
3867
|
+
32: StyleValue;
|
|
3868
|
+
40: StyleValue;
|
|
3869
|
+
44: StyleValue;
|
|
3870
|
+
48: StyleValue;
|
|
3871
|
+
56: StyleValue;
|
|
3872
|
+
60: StyleValue;
|
|
3873
|
+
52: StyleValue;
|
|
3874
|
+
};
|
|
3875
|
+
minHeight: {
|
|
3876
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
3877
|
+
0: StyleValue;
|
|
3878
|
+
1: StyleValue;
|
|
3879
|
+
3: StyleValue;
|
|
3880
|
+
2: StyleValue;
|
|
3881
|
+
5: StyleValue;
|
|
3882
|
+
6: StyleValue;
|
|
3883
|
+
11: StyleValue;
|
|
3884
|
+
4: StyleValue;
|
|
3885
|
+
8: StyleValue;
|
|
3886
|
+
10: StyleValue;
|
|
3887
|
+
64: StyleValue;
|
|
3888
|
+
14: StyleValue;
|
|
3889
|
+
20: StyleValue;
|
|
3890
|
+
12: StyleValue;
|
|
3891
|
+
24: StyleValue;
|
|
3892
|
+
80: StyleValue;
|
|
3893
|
+
7: StyleValue;
|
|
3894
|
+
9: StyleValue;
|
|
3895
|
+
28: StyleValue;
|
|
3896
|
+
72: StyleValue;
|
|
3897
|
+
96: StyleValue;
|
|
3898
|
+
16: StyleValue;
|
|
3899
|
+
36: StyleValue;
|
|
3900
|
+
auto: StyleValue;
|
|
3901
|
+
32: StyleValue;
|
|
3902
|
+
40: StyleValue;
|
|
3903
|
+
44: StyleValue;
|
|
3904
|
+
48: StyleValue;
|
|
3905
|
+
56: StyleValue;
|
|
3906
|
+
60: StyleValue;
|
|
3907
|
+
52: StyleValue;
|
|
3908
|
+
};
|
|
3909
|
+
maxWidth: {
|
|
3910
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
3911
|
+
0: StyleValue;
|
|
3912
|
+
1: StyleValue;
|
|
3913
|
+
3: StyleValue;
|
|
3914
|
+
2: StyleValue;
|
|
3915
|
+
5: StyleValue;
|
|
3916
|
+
6: StyleValue;
|
|
3917
|
+
11: StyleValue;
|
|
3918
|
+
4: StyleValue;
|
|
3919
|
+
8: StyleValue;
|
|
3920
|
+
10: StyleValue;
|
|
3921
|
+
64: StyleValue;
|
|
3922
|
+
14: StyleValue;
|
|
3923
|
+
20: StyleValue;
|
|
3924
|
+
12: StyleValue;
|
|
3925
|
+
24: StyleValue;
|
|
3926
|
+
80: StyleValue;
|
|
3927
|
+
7: StyleValue;
|
|
3928
|
+
9: StyleValue;
|
|
3929
|
+
28: StyleValue;
|
|
3930
|
+
72: StyleValue;
|
|
3931
|
+
96: StyleValue;
|
|
3932
|
+
16: StyleValue;
|
|
3933
|
+
36: StyleValue;
|
|
3934
|
+
auto: StyleValue;
|
|
3935
|
+
32: StyleValue;
|
|
3936
|
+
40: StyleValue;
|
|
3937
|
+
44: StyleValue;
|
|
3938
|
+
48: StyleValue;
|
|
3939
|
+
56: StyleValue;
|
|
3940
|
+
60: StyleValue;
|
|
3941
|
+
52: StyleValue;
|
|
3942
|
+
};
|
|
3943
|
+
maxHeight: {
|
|
3944
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
3945
|
+
0: StyleValue;
|
|
3946
|
+
1: StyleValue;
|
|
3947
|
+
3: StyleValue;
|
|
3948
|
+
2: StyleValue;
|
|
3949
|
+
5: StyleValue;
|
|
3950
|
+
6: StyleValue;
|
|
3951
|
+
11: StyleValue;
|
|
3952
|
+
4: StyleValue;
|
|
3953
|
+
8: StyleValue;
|
|
3954
|
+
10: StyleValue;
|
|
3955
|
+
64: StyleValue;
|
|
3956
|
+
14: StyleValue;
|
|
3957
|
+
20: StyleValue;
|
|
3958
|
+
12: StyleValue;
|
|
3959
|
+
24: StyleValue;
|
|
3960
|
+
80: StyleValue;
|
|
3961
|
+
7: StyleValue;
|
|
3962
|
+
9: StyleValue;
|
|
3963
|
+
28: StyleValue;
|
|
3964
|
+
72: StyleValue;
|
|
3965
|
+
96: StyleValue;
|
|
3966
|
+
16: StyleValue;
|
|
3967
|
+
36: StyleValue;
|
|
3968
|
+
auto: StyleValue;
|
|
3969
|
+
32: StyleValue;
|
|
3970
|
+
40: StyleValue;
|
|
3971
|
+
44: StyleValue;
|
|
3972
|
+
48: StyleValue;
|
|
3973
|
+
56: StyleValue;
|
|
3974
|
+
60: StyleValue;
|
|
3975
|
+
52: StyleValue;
|
|
3976
|
+
};
|
|
3977
|
+
};
|
|
3978
|
+
flex: {
|
|
3979
|
+
values: Record<0 | 1 | 3 | 2 | 5 | 4, StyleValue>;
|
|
3980
|
+
grow: Record<0 | 1, StyleValue>;
|
|
3981
|
+
shrink: Record<0 | 1, StyleValue>;
|
|
3982
|
+
basis: {
|
|
3983
|
+
auto: {
|
|
3984
|
+
flexBasis: string;
|
|
3985
|
+
};
|
|
3986
|
+
10: StyleValue;
|
|
3987
|
+
20: StyleValue;
|
|
3988
|
+
25: StyleValue;
|
|
3989
|
+
30: StyleValue;
|
|
3990
|
+
33: StyleValue;
|
|
3991
|
+
40: StyleValue;
|
|
3992
|
+
50: StyleValue;
|
|
3993
|
+
60: StyleValue;
|
|
3994
|
+
66: StyleValue;
|
|
3995
|
+
70: StyleValue;
|
|
3996
|
+
75: StyleValue;
|
|
3997
|
+
80: StyleValue;
|
|
3998
|
+
90: StyleValue;
|
|
3999
|
+
100: StyleValue;
|
|
4000
|
+
0: StyleValue;
|
|
4001
|
+
1: StyleValue;
|
|
4002
|
+
3: StyleValue;
|
|
4003
|
+
2: StyleValue;
|
|
4004
|
+
5: StyleValue;
|
|
4005
|
+
6: StyleValue;
|
|
4006
|
+
11: StyleValue;
|
|
4007
|
+
4: StyleValue;
|
|
4008
|
+
8: StyleValue;
|
|
4009
|
+
64: StyleValue;
|
|
4010
|
+
14: StyleValue;
|
|
4011
|
+
12: StyleValue;
|
|
4012
|
+
24: StyleValue;
|
|
4013
|
+
7: StyleValue;
|
|
4014
|
+
9: StyleValue;
|
|
4015
|
+
28: StyleValue;
|
|
4016
|
+
72: StyleValue;
|
|
4017
|
+
96: StyleValue;
|
|
4018
|
+
16: StyleValue;
|
|
4019
|
+
36: StyleValue;
|
|
4020
|
+
32: StyleValue;
|
|
4021
|
+
44: StyleValue;
|
|
4022
|
+
48: StyleValue;
|
|
4023
|
+
56: StyleValue;
|
|
4024
|
+
52: StyleValue;
|
|
4025
|
+
};
|
|
4026
|
+
};
|
|
4027
|
+
opacity: Record<0 | 50 | 100 | 5 | 10 | 25 | 20 | 80 | 30 | 40 | 60 | 70 | 75 | 90 | 95, StyleValue>;
|
|
4028
|
+
zIndex: Record<0 | 50 | 10 | 20 | 30 | "auto" | 40, StyleValue>;
|
|
4029
|
+
overflow: Record<"visible" | "hidden" | "scroll", StyleValue>;
|
|
4030
|
+
textAlign: Record<"auto" | "center" | "left" | "right" | "justify", StyleValue>;
|
|
4031
|
+
fontWeight: Record<"bold" | "thin" | "medium" | "black" | "extralight" | "light" | "normal" | "semibold" | "extrabold", StyleValue>;
|
|
4032
|
+
fontSize: Record<"sm" | "lg" | "xl" | "2xl" | "3xl" | "xs" | "base" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
|
|
4033
|
+
lineHeight: Record<3 | 5 | 6 | 4 | 8 | 10 | "none" | 7 | 9 | "normal" | "tight" | "snug" | "relaxed" | "loose", StyleValue>;
|
|
4034
|
+
letterSpacing: Record<"normal" | "tight" | "tighter" | "wide" | "wider" | "widest", StyleValue>;
|
|
4035
|
+
textTransform: Record<"none" | "uppercase" | "lowercase" | "capitalize", StyleValue>;
|
|
4036
|
+
textDecoration: Record<"none" | "underline" | "lineThrough" | "underlineLineThrough", StyleValue>;
|
|
4037
|
+
textAlignVertical: Record<"top" | "auto" | "center" | "bottom", StyleValue>;
|
|
4038
|
+
transforms: {
|
|
4039
|
+
rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 90 | 45 | 180 | 270, StyleValue>;
|
|
4040
|
+
scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
4041
|
+
scaleX: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
4042
|
+
scaleY: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
4043
|
+
translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4044
|
+
translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4045
|
+
};
|
|
4046
|
+
position: {
|
|
4047
|
+
top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4048
|
+
right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4049
|
+
bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4050
|
+
left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4051
|
+
topLeft: (top: number, left: number) => {
|
|
4052
|
+
position: "absolute";
|
|
4053
|
+
top: number;
|
|
4054
|
+
left: number;
|
|
4055
|
+
};
|
|
4056
|
+
topRight: (top: number, right: number) => {
|
|
4057
|
+
position: "absolute";
|
|
4058
|
+
top: number;
|
|
4059
|
+
right: number;
|
|
4060
|
+
};
|
|
4061
|
+
bottomLeft: (bottom: number, left: number) => {
|
|
4062
|
+
position: "absolute";
|
|
4063
|
+
bottom: number;
|
|
4064
|
+
left: number;
|
|
4065
|
+
};
|
|
4066
|
+
bottomRight: (bottom: number, right: number) => {
|
|
4067
|
+
position: "absolute";
|
|
4068
|
+
bottom: number;
|
|
4069
|
+
right: number;
|
|
4070
|
+
};
|
|
4071
|
+
percent: {
|
|
4072
|
+
top: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
4073
|
+
right: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
4074
|
+
bottom: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
4075
|
+
left: Record<0 | 50 | 100 | 25 | 75, StyleValue>;
|
|
4076
|
+
};
|
|
4077
|
+
};
|
|
4078
|
+
aspectRatio: Record<"video" | "wide" | "square" | "photo" | "portrait" | "ultrawide" | "1/1" | "3/2" | "4/3" | "16/9" | "21/9", StyleValue>;
|
|
4079
|
+
gap: {
|
|
4080
|
+
row: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4081
|
+
column: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4082
|
+
all: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4083
|
+
};
|
|
4084
|
+
layouts: {
|
|
4085
|
+
fullScreen: {
|
|
4086
|
+
position: "absolute";
|
|
4087
|
+
top: number;
|
|
4088
|
+
left: number;
|
|
4089
|
+
right: number;
|
|
4090
|
+
bottom: number;
|
|
4091
|
+
};
|
|
4092
|
+
centered: {
|
|
4093
|
+
flex: number;
|
|
4094
|
+
justifyContent: "center";
|
|
4095
|
+
alignItems: "center";
|
|
4096
|
+
};
|
|
4097
|
+
overlay: {
|
|
4098
|
+
position: "absolute";
|
|
4099
|
+
top: number;
|
|
4100
|
+
left: number;
|
|
4101
|
+
right: number;
|
|
4102
|
+
bottom: number;
|
|
4103
|
+
justifyContent: "center";
|
|
4104
|
+
alignItems: "center";
|
|
4105
|
+
backgroundColor: string;
|
|
4106
|
+
};
|
|
4107
|
+
safeContainer: {
|
|
4108
|
+
flex: number;
|
|
4109
|
+
paddingTop: number;
|
|
4110
|
+
};
|
|
4111
|
+
spaceBetweenRow: {
|
|
4112
|
+
flexDirection: "row";
|
|
4113
|
+
justifyContent: "space-between";
|
|
4114
|
+
alignItems: "center";
|
|
4115
|
+
};
|
|
4116
|
+
stickyHeader: {
|
|
4117
|
+
position: "absolute";
|
|
4118
|
+
top: number;
|
|
4119
|
+
left: number;
|
|
4120
|
+
right: number;
|
|
4121
|
+
zIndex: number;
|
|
4122
|
+
};
|
|
4123
|
+
bottomSheet: {
|
|
4124
|
+
position: "absolute";
|
|
4125
|
+
bottom: number;
|
|
4126
|
+
left: number;
|
|
4127
|
+
right: number;
|
|
4128
|
+
borderTopLeftRadius: number;
|
|
4129
|
+
borderTopRightRadius: number;
|
|
4130
|
+
};
|
|
4131
|
+
};
|
|
4132
|
+
};
|
|
4133
|
+
export declare const bg: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
4134
|
+
export declare const text: Record<"red" | "green" | "blue" | "success" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
|
|
4135
|
+
export declare const m: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4136
|
+
export declare const mt: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4137
|
+
export declare const mr: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4138
|
+
export declare const mb: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4139
|
+
export declare const ml: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4140
|
+
export declare const mx: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4141
|
+
export declare const my: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4142
|
+
export declare const p: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4143
|
+
export declare const pt: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4144
|
+
export declare const pr: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4145
|
+
export declare const pb: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4146
|
+
export declare const pl: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4147
|
+
export declare const px: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4148
|
+
export declare const py: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4149
|
+
export declare const w: {
|
|
4150
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
4151
|
+
0: StyleValue;
|
|
4152
|
+
1: StyleValue;
|
|
4153
|
+
3: StyleValue;
|
|
4154
|
+
2: StyleValue;
|
|
4155
|
+
5: StyleValue;
|
|
4156
|
+
6: StyleValue;
|
|
4157
|
+
11: StyleValue;
|
|
4158
|
+
4: StyleValue;
|
|
4159
|
+
8: StyleValue;
|
|
4160
|
+
10: StyleValue;
|
|
4161
|
+
64: StyleValue;
|
|
4162
|
+
14: StyleValue;
|
|
4163
|
+
20: StyleValue;
|
|
4164
|
+
12: StyleValue;
|
|
4165
|
+
24: StyleValue;
|
|
4166
|
+
80: StyleValue;
|
|
4167
|
+
7: StyleValue;
|
|
4168
|
+
9: StyleValue;
|
|
4169
|
+
28: StyleValue;
|
|
4170
|
+
72: StyleValue;
|
|
4171
|
+
96: StyleValue;
|
|
4172
|
+
16: StyleValue;
|
|
4173
|
+
36: StyleValue;
|
|
4174
|
+
auto: StyleValue;
|
|
4175
|
+
32: StyleValue;
|
|
4176
|
+
40: StyleValue;
|
|
4177
|
+
44: StyleValue;
|
|
4178
|
+
48: StyleValue;
|
|
4179
|
+
56: StyleValue;
|
|
4180
|
+
60: StyleValue;
|
|
4181
|
+
52: StyleValue;
|
|
4182
|
+
};
|
|
4183
|
+
export declare const h: {
|
|
4184
|
+
percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
|
|
4185
|
+
0: StyleValue;
|
|
4186
|
+
1: StyleValue;
|
|
4187
|
+
3: StyleValue;
|
|
4188
|
+
2: StyleValue;
|
|
4189
|
+
5: StyleValue;
|
|
4190
|
+
6: StyleValue;
|
|
4191
|
+
11: StyleValue;
|
|
4192
|
+
4: StyleValue;
|
|
4193
|
+
8: StyleValue;
|
|
4194
|
+
10: StyleValue;
|
|
4195
|
+
64: StyleValue;
|
|
4196
|
+
14: StyleValue;
|
|
4197
|
+
20: StyleValue;
|
|
4198
|
+
12: StyleValue;
|
|
4199
|
+
24: StyleValue;
|
|
4200
|
+
80: StyleValue;
|
|
4201
|
+
7: StyleValue;
|
|
4202
|
+
9: StyleValue;
|
|
4203
|
+
28: StyleValue;
|
|
4204
|
+
72: StyleValue;
|
|
4205
|
+
96: StyleValue;
|
|
4206
|
+
16: StyleValue;
|
|
4207
|
+
36: StyleValue;
|
|
4208
|
+
auto: StyleValue;
|
|
4209
|
+
32: StyleValue;
|
|
4210
|
+
40: StyleValue;
|
|
4211
|
+
44: StyleValue;
|
|
4212
|
+
48: StyleValue;
|
|
4213
|
+
56: StyleValue;
|
|
4214
|
+
60: StyleValue;
|
|
4215
|
+
52: StyleValue;
|
|
4216
|
+
};
|
|
4217
|
+
export declare const r: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
|
|
4218
|
+
export declare const top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4219
|
+
export declare const right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4220
|
+
export declare const bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4221
|
+
export declare const left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4222
|
+
export declare const rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 90 | 45 | 180 | 270, StyleValue>;
|
|
4223
|
+
export declare const scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
4224
|
+
export declare const translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4225
|
+
export declare const translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 60 | 52, StyleValue>;
|
|
4226
|
+
//# sourceMappingURL=atoms.d.ts.map
|