@oxyhq/bloom 0.89.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -9
- package/docs/accordion.mdx +69 -0
- package/docs/activity-heatmap.mdx +71 -0
- package/docs/admonition.mdx +77 -0
- package/docs/alert-dialog.mdx +75 -0
- package/docs/alert.mdx +93 -0
- package/docs/animated-check.mdx +53 -0
- package/docs/aspect-ratio.mdx +45 -0
- package/docs/avatar-group.mdx +91 -0
- package/docs/avatar.mdx +126 -0
- package/docs/badge.mdx +74 -0
- package/docs/benefit-list.mdx +56 -0
- package/docs/bottom-sheet.mdx +103 -0
- package/docs/button.mdx +218 -0
- package/docs/card.mdx +106 -0
- package/docs/checkbox.mdx +59 -0
- package/docs/chip.mdx +53 -0
- package/docs/code.mdx +50 -0
- package/docs/combobox.mdx +64 -0
- package/docs/command.mdx +85 -0
- package/docs/composition-bar.mdx +63 -0
- package/docs/connection-dots.mdx +50 -0
- package/docs/connection-status.mdx +56 -0
- package/docs/content-panel.mdx +62 -0
- package/docs/context-menu.mdx +65 -0
- package/docs/design-tokens.mdx +254 -0
- package/docs/dialog.mdx +277 -0
- package/docs/divider.mdx +56 -0
- package/docs/dot-grid-meter.mdx +66 -0
- package/docs/dropdown-menu.mdx +161 -0
- package/docs/error-boundary.mdx +72 -0
- package/docs/fab.mdx +67 -0
- package/docs/field.mdx +70 -0
- package/docs/fill.mdx +58 -0
- package/docs/fonts.mdx +144 -0
- package/docs/frosted-icon-button.mdx +60 -0
- package/docs/getting-started.mdx +75 -0
- package/docs/grid.mdx +64 -0
- package/docs/hooks.mdx +81 -0
- package/docs/icon-circle.mdx +66 -0
- package/docs/icons.mdx +69 -0
- package/docs/image-aspect-ratio-cache.mdx +63 -0
- package/docs/image-resolver.mdx +66 -0
- package/docs/index.mdx +44 -0
- package/docs/input-group.mdx +58 -0
- package/docs/item.mdx +69 -0
- package/docs/kbd.mdx +57 -0
- package/docs/label.mdx +50 -0
- package/docs/link-preview.mdx +66 -0
- package/docs/list.mdx +72 -0
- package/docs/loading.mdx +129 -0
- package/docs/media-inset-border.mdx +52 -0
- package/docs/menubar.mdx +86 -0
- package/docs/migrating-to-1.0.mdx +434 -0
- package/docs/motion.mdx +83 -0
- package/docs/overlay.mdx +75 -0
- package/docs/popover.mdx +73 -0
- package/docs/portal.mdx +63 -0
- package/docs/pressable-scale.mdx +51 -0
- package/docs/profile-card.mdx +66 -0
- package/docs/progressive-blur.mdx +54 -0
- package/docs/prompt-input.mdx +183 -0
- package/docs/provider.mdx +64 -0
- package/docs/radio-indicator.mdx +60 -0
- package/docs/radio.mdx +65 -0
- package/docs/scroll.mdx +66 -0
- package/docs/search.mdx +67 -0
- package/docs/segmented-control.mdx +76 -0
- package/docs/select.mdx +93 -0
- package/docs/settings-list.mdx +186 -0
- package/docs/skeleton.mdx +66 -0
- package/docs/slider.mdx +73 -0
- package/docs/stat-bar.mdx +59 -0
- package/docs/stat-widgets.mdx +33 -0
- package/docs/styles.mdx +61 -0
- package/docs/subtle-hover.mdx +53 -0
- package/docs/surfaces.mdx +72 -0
- package/docs/switch.mdx +90 -0
- package/docs/tab-bar.mdx +386 -0
- package/docs/tabs.mdx +75 -0
- package/docs/text-field.mdx +187 -0
- package/docs/theme.mdx +67 -0
- package/docs/toast.mdx +285 -0
- package/docs/tooltip.mdx +67 -0
- package/docs/typography.mdx +88 -0
- package/docs/user-hover-card.mdx +140 -0
- package/docs/zoomable-image-gallery.mdx +66 -0
- package/lib/commonjs/accordion/Accordion.js +24 -10
- package/lib/commonjs/accordion/Accordion.js.map +1 -1
- package/lib/commonjs/activity-heatmap/ActivityHeatmap.js +19 -3
- package/lib/commonjs/activity-heatmap/ActivityHeatmap.js.map +1 -1
- package/lib/commonjs/activity-heatmap/bucket-by-day.js +51 -0
- package/lib/commonjs/activity-heatmap/bucket-by-day.js.map +1 -0
- package/lib/commonjs/activity-heatmap/index.js +1 -1
- package/lib/commonjs/admonition/Admonition.js +170 -0
- package/lib/commonjs/admonition/Admonition.js.map +1 -0
- package/lib/commonjs/admonition/index.js +40 -161
- package/lib/commonjs/admonition/index.js.map +1 -1
- package/lib/commonjs/alert-dialog/AlertDialog.js +14 -17
- package/lib/commonjs/alert-dialog/AlertDialog.js.map +1 -1
- package/lib/commonjs/alert-dialog/index.js +6 -10
- package/lib/commonjs/alert-dialog/index.js.map +1 -1
- package/lib/commonjs/alert-dialog/index.web.js +2 -10
- package/lib/commonjs/alert-dialog/index.web.js.map +1 -1
- package/lib/commonjs/animated-check/AnimatedCheck.js +5 -3
- package/lib/commonjs/animated-check/AnimatedCheck.js.map +1 -1
- package/lib/commonjs/animated-check/types.js +2 -0
- package/lib/commonjs/animated-check/types.js.map +1 -0
- package/lib/commonjs/aspect-ratio/AspectRatio.js +70 -0
- package/lib/commonjs/aspect-ratio/AspectRatio.js.map +1 -0
- package/lib/commonjs/aspect-ratio/index.js +13 -0
- package/lib/commonjs/aspect-ratio/index.js.map +1 -0
- package/lib/commonjs/aspect-ratio/types.js.map +1 -0
- package/lib/commonjs/avatar/Avatar.js +20 -3
- package/lib/commonjs/avatar/Avatar.js.map +1 -1
- package/lib/commonjs/avatar/context.js +15 -0
- package/lib/commonjs/avatar/context.js.map +1 -0
- package/lib/commonjs/avatar/default-avatar.js +11 -3
- package/lib/commonjs/avatar/default-avatar.js.map +1 -1
- package/lib/commonjs/avatar/index.js +9 -10
- package/lib/commonjs/avatar/index.js.map +1 -1
- package/lib/commonjs/avatar-group/AvatarGroup.web.js +19 -12
- package/lib/commonjs/avatar-group/AvatarGroup.web.js.map +1 -1
- package/lib/commonjs/avatar-group/AvatarGroupBase.js +47 -3
- package/lib/commonjs/avatar-group/AvatarGroupBase.js.map +1 -1
- package/lib/commonjs/avatar-group/index.web.js.map +1 -1
- package/lib/commonjs/badge/Badge.js +9 -37
- package/lib/commonjs/badge/Badge.js.map +1 -1
- package/lib/commonjs/benefit-list/BenefitList.js +116 -0
- package/lib/commonjs/benefit-list/BenefitList.js.map +1 -0
- package/lib/commonjs/benefit-list/index.js +13 -113
- package/lib/commonjs/benefit-list/index.js.map +1 -1
- package/lib/commonjs/bottom-sheet/BottomSheet.js +126 -0
- package/lib/commonjs/bottom-sheet/BottomSheet.js.map +1 -0
- package/lib/commonjs/bottom-sheet/BottomSheet.web.js +72 -0
- package/lib/commonjs/bottom-sheet/BottomSheet.web.js.map +1 -0
- package/lib/commonjs/bottom-sheet/BottomSheetBase.js +2 -24
- package/lib/commonjs/bottom-sheet/BottomSheetBase.js.map +1 -1
- package/lib/commonjs/bottom-sheet/index.js +11 -114
- package/lib/commonjs/bottom-sheet/index.js.map +1 -1
- package/lib/commonjs/bottom-sheet/index.web.js +12 -63
- package/lib/commonjs/bottom-sheet/index.web.js.map +1 -1
- package/lib/commonjs/bottom-sheet/types.js.map +1 -0
- package/lib/commonjs/button/Button.js +158 -35
- package/lib/commonjs/button/Button.js.map +1 -1
- package/lib/commonjs/button/Button.web.js +158 -96
- package/lib/commonjs/button/Button.web.js.map +1 -1
- package/lib/commonjs/card/Card.js +74 -30
- package/lib/commonjs/card/Card.js.map +1 -1
- package/lib/commonjs/checkbox/Checkbox.js +183 -52
- package/lib/commonjs/checkbox/Checkbox.js.map +1 -1
- package/lib/commonjs/chip/Chip.js +158 -57
- package/lib/commonjs/chip/Chip.js.map +1 -1
- package/lib/commonjs/combobox/Combobox.js +25 -13
- package/lib/commonjs/combobox/Combobox.js.map +1 -1
- package/lib/commonjs/combobox/index.js +8 -3
- package/lib/commonjs/combobox/index.js.map +1 -1
- package/lib/commonjs/combobox/index.web.js +8 -3
- package/lib/commonjs/combobox/index.web.js.map +1 -1
- package/lib/commonjs/command/Command.js +3 -3
- package/lib/commonjs/connection-dots/ConnectionDots.web.js +3 -1
- package/lib/commonjs/connection-dots/ConnectionDots.web.js.map +1 -1
- package/lib/commonjs/connection-dots/ConnectionDotsBase.js +3 -4
- package/lib/commonjs/connection-dots/ConnectionDotsBase.js.map +1 -1
- package/lib/commonjs/connection-status/ConnectionStatusToasts.js +49 -0
- package/lib/commonjs/connection-status/ConnectionStatusToasts.js.map +1 -0
- package/lib/commonjs/connection-status/ConnectionStatusToasts.web.js +36 -0
- package/lib/commonjs/connection-status/ConnectionStatusToasts.web.js.map +1 -0
- package/lib/commonjs/connection-status/index.js +7 -43
- package/lib/commonjs/connection-status/index.js.map +1 -1
- package/lib/commonjs/connection-status/index.web.js +7 -30
- package/lib/commonjs/connection-status/index.web.js.map +1 -1
- package/lib/commonjs/content-panel/ContentPanel.js +104 -0
- package/lib/commonjs/content-panel/ContentPanel.js.map +1 -0
- package/lib/commonjs/content-panel/ContentPanel.web.js +168 -0
- package/lib/commonjs/content-panel/ContentPanel.web.js.map +1 -0
- package/lib/commonjs/content-panel/context.js +39 -0
- package/lib/commonjs/content-panel/context.js.map +1 -0
- package/lib/commonjs/content-panel/index.js +25 -108
- package/lib/commonjs/content-panel/index.js.map +1 -1
- package/lib/commonjs/content-panel/index.web.js +24 -172
- package/lib/commonjs/content-panel/index.web.js.map +1 -1
- package/lib/commonjs/content-panel/types.js.map +1 -0
- package/lib/commonjs/context-menu/ContextMenu.js +124 -0
- package/lib/commonjs/context-menu/ContextMenu.js.map +1 -0
- package/lib/commonjs/context-menu/ContextMenu.web.js +165 -0
- package/lib/commonjs/context-menu/ContextMenu.web.js.map +1 -0
- package/lib/commonjs/context-menu/context.js +17 -34
- package/lib/commonjs/context-menu/context.js.map +1 -1
- package/lib/commonjs/context-menu/index.js +82 -279
- package/lib/commonjs/context-menu/index.js.map +1 -1
- package/lib/commonjs/context-menu/index.web.js +82 -379
- package/lib/commonjs/context-menu/index.web.js.map +1 -1
- package/lib/commonjs/design-tokens/scales.js +23 -3
- package/lib/commonjs/design-tokens/scales.js.map +1 -1
- package/lib/commonjs/design-tokens/shadows.js +24 -3
- package/lib/commonjs/design-tokens/shadows.js.map +1 -1
- package/lib/commonjs/design-tokens/shadows.native.js +38 -1
- package/lib/commonjs/design-tokens/shadows.native.js.map +1 -1
- package/lib/commonjs/design-tokens/theme.css +6 -0
- package/lib/commonjs/design-tokens/tokens-json.js +13 -4
- package/lib/commonjs/design-tokens/tokens-json.js.map +1 -1
- package/lib/commonjs/design-tokens/tokens.json +6314 -334
- package/lib/commonjs/dialog/Dialog.js +19 -58
- package/lib/commonjs/dialog/Dialog.js.map +1 -1
- package/lib/commonjs/dialog/Dialog.web.js +5 -38
- package/lib/commonjs/dialog/Dialog.web.js.map +1 -1
- package/lib/commonjs/dialog/DialogBottomSheet.js +9 -8
- package/lib/commonjs/dialog/DialogBottomSheet.js.map +1 -1
- package/lib/commonjs/dialog/DialogContent.js +40 -15
- package/lib/commonjs/dialog/DialogContent.js.map +1 -1
- package/lib/commonjs/dialog/DialogHeader.js +40 -18
- package/lib/commonjs/dialog/DialogHeader.js.map +1 -1
- package/lib/commonjs/dialog/SheetShell.js +23 -1
- package/lib/commonjs/dialog/SheetShell.js.map +1 -1
- package/lib/commonjs/dialog/index.js +0 -20
- package/lib/commonjs/dialog/index.js.map +1 -1
- package/lib/commonjs/dialog/index.web.js +0 -20
- package/lib/commonjs/dialog/index.web.js.map +1 -1
- package/lib/commonjs/dot-grid-meter/DotGridMeter.js +17 -6
- package/lib/commonjs/dot-grid-meter/DotGridMeter.js.map +1 -1
- package/lib/commonjs/dropdown-menu/DropdownMenu.js +122 -0
- package/lib/commonjs/dropdown-menu/DropdownMenu.js.map +1 -0
- package/lib/commonjs/dropdown-menu/DropdownMenu.web.js +142 -0
- package/lib/commonjs/dropdown-menu/DropdownMenu.web.js.map +1 -0
- package/lib/commonjs/dropdown-menu/context.js +27 -0
- package/lib/commonjs/dropdown-menu/context.js.map +1 -0
- package/lib/commonjs/dropdown-menu/index.js +91 -0
- package/lib/commonjs/dropdown-menu/index.js.map +1 -0
- package/lib/commonjs/dropdown-menu/index.web.js +91 -0
- package/lib/commonjs/dropdown-menu/index.web.js.map +1 -0
- package/lib/commonjs/dropdown-menu/types.js +6 -0
- package/lib/commonjs/dropdown-menu/types.js.map +1 -0
- package/lib/commonjs/error-boundary/ErrorBoundary.js +18 -3
- package/lib/commonjs/error-boundary/ErrorBoundary.js.map +1 -1
- package/lib/commonjs/fab/Fab.js +86 -51
- package/lib/commonjs/fab/Fab.js.map +1 -1
- package/lib/commonjs/fab/Fab.web.js +48 -53
- package/lib/commonjs/fab/Fab.web.js.map +1 -1
- package/lib/commonjs/fill/Fill.js +31 -0
- package/lib/commonjs/fill/Fill.js.map +1 -0
- package/lib/commonjs/fill/index.js +5 -23
- package/lib/commonjs/fill/index.js.map +1 -1
- package/lib/commonjs/floating/FloatingPanel.js +383 -0
- package/lib/commonjs/floating/FloatingPanel.js.map +1 -0
- package/lib/commonjs/floating/TriggerSlot.js +106 -0
- package/lib/commonjs/floating/TriggerSlot.js.map +1 -0
- package/lib/commonjs/floating/constants.js +334 -0
- package/lib/commonjs/floating/constants.js.map +1 -0
- package/lib/commonjs/floating/context.js +55 -0
- package/lib/commonjs/floating/context.js.map +1 -0
- package/lib/commonjs/floating/index.js +110 -0
- package/lib/commonjs/floating/index.js.map +1 -0
- package/lib/commonjs/floating/menu-rows.js +313 -0
- package/lib/commonjs/floating/menu-rows.js.map +1 -0
- package/lib/commonjs/floating/menu-sub-flyout.js +419 -0
- package/lib/commonjs/floating/menu-sub-flyout.js.map +1 -0
- package/lib/commonjs/floating/menu-sub-inline.js +124 -0
- package/lib/commonjs/floating/menu-sub-inline.js.map +1 -0
- package/lib/commonjs/floating/shared.js +196 -0
- package/lib/commonjs/floating/shared.js.map +1 -0
- package/lib/commonjs/floating/types.js +6 -0
- package/lib/commonjs/floating/types.js.map +1 -0
- package/lib/commonjs/floating/use-anchor-rect.js +67 -0
- package/lib/commonjs/floating/use-anchor-rect.js.map +1 -0
- package/lib/commonjs/floating/use-sheet-open-bridge.js +55 -0
- package/lib/commonjs/floating/use-sheet-open-bridge.js.map +1 -0
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.js +97 -57
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.js.map +1 -1
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.web.js +64 -60
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.web.js.map +1 -1
- package/lib/commonjs/glass/GlassSurface.js +148 -0
- package/lib/commonjs/glass/GlassSurface.js.map +1 -0
- package/lib/commonjs/glass/blur-target.js +171 -0
- package/lib/commonjs/glass/blur-target.js.map +1 -0
- package/lib/commonjs/glass/index.js +32 -0
- package/lib/commonjs/glass/index.js.map +1 -0
- package/lib/commonjs/glass/types.js +6 -0
- package/lib/commonjs/glass/types.js.map +1 -0
- package/lib/commonjs/grid/Grid.js +57 -0
- package/lib/commonjs/grid/Grid.js.map +1 -0
- package/lib/commonjs/grid/index.js +12 -50
- package/lib/commonjs/grid/index.js.map +1 -1
- package/lib/commonjs/hooks/index.js +21 -8
- package/lib/commonjs/hooks/index.js.map +1 -1
- package/lib/commonjs/hooks/merge-refs.js +32 -0
- package/lib/commonjs/hooks/merge-refs.js.map +1 -0
- package/lib/commonjs/hooks/use-accessibility-focus.js +108 -0
- package/lib/commonjs/hooks/use-accessibility-focus.js.map +1 -0
- package/lib/commonjs/hooks/use-accessible-name-warning.js +83 -0
- package/lib/commonjs/hooks/use-accessible-name-warning.js.map +1 -0
- package/lib/commonjs/hooks/use-controllable-state.js +35 -0
- package/lib/commonjs/hooks/use-controllable-state.js.map +1 -0
- package/lib/commonjs/hooks/use-delayed-loading.js +23 -0
- package/lib/commonjs/hooks/use-delayed-loading.js.map +1 -0
- package/lib/commonjs/hooks/use-gutters.js +106 -0
- package/lib/commonjs/hooks/use-gutters.js.map +1 -0
- package/lib/commonjs/hooks/use-haptics.js +67 -0
- package/lib/commonjs/hooks/use-haptics.js.map +1 -0
- package/lib/commonjs/hooks/use-image-preload.js +52 -0
- package/lib/commonjs/hooks/use-image-preload.js.map +1 -0
- package/lib/commonjs/hooks/use-interaction-state.js +70 -0
- package/lib/commonjs/hooks/use-interaction-state.js.map +1 -0
- package/lib/commonjs/hooks/use-press-animation.js +81 -0
- package/lib/commonjs/hooks/use-press-animation.js.map +1 -0
- package/lib/commonjs/hooks/use-throttled-value.js +35 -0
- package/lib/commonjs/hooks/use-throttled-value.js.map +1 -0
- package/lib/commonjs/icon-circle/IconCircle.js +41 -0
- package/lib/commonjs/icon-circle/IconCircle.js.map +1 -0
- package/lib/commonjs/icon-circle/index.js +7 -34
- package/lib/commonjs/icon-circle/index.js.map +1 -1
- package/lib/commonjs/icons/Logo.js +2 -2
- package/lib/commonjs/icons/Logo.js.map +1 -1
- package/lib/commonjs/icons/TEMPLATE.js +3 -3
- package/lib/commonjs/icons/TEMPLATE.js.map +1 -1
- package/lib/commonjs/icons/VerifiedCheck.js +2 -2
- package/lib/commonjs/icons/VerifiedCheck.js.map +1 -1
- package/lib/commonjs/icons/VerifierCheck.js +2 -2
- package/lib/commonjs/icons/VerifierCheck.js.map +1 -1
- package/lib/commonjs/icons/index.js +3 -3
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/commonjs/icons/shared.js +79 -0
- package/lib/commonjs/icons/shared.js.map +1 -0
- package/lib/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.js +82 -0
- package/lib/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.js.map +1 -0
- package/lib/commonjs/image-aspect-ratio-cache/index.js +7 -7
- package/lib/commonjs/image-aspect-ratio-cache/index.js.map +1 -1
- package/lib/commonjs/index.js +288 -191
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/index.web.js +344 -247
- package/lib/commonjs/index.web.js.map +1 -1
- package/lib/commonjs/input-group/InputGroup.js +16 -13
- package/lib/commonjs/input-group/InputGroup.js.map +1 -1
- package/lib/commonjs/input-group/index.js +4 -4
- package/lib/commonjs/item/Item.js +54 -12
- package/lib/commonjs/item/Item.js.map +1 -1
- package/lib/commonjs/link-preview/LinkPreviewCard.js +91 -40
- package/lib/commonjs/link-preview/LinkPreviewCard.js.map +1 -1
- package/lib/commonjs/list/VirtualList.js +94 -0
- package/lib/commonjs/list/VirtualList.js.map +1 -0
- package/lib/commonjs/list/VirtualList.web.js +216 -0
- package/lib/commonjs/list/VirtualList.web.js.map +1 -0
- package/lib/commonjs/list/index.js +13 -87
- package/lib/commonjs/list/index.js.map +1 -1
- package/lib/commonjs/list/index.web.js +13 -209
- package/lib/commonjs/list/index.web.js.map +1 -1
- package/lib/commonjs/loading/Loading.js +0 -35
- package/lib/commonjs/loading/Loading.js.map +1 -1
- package/lib/commonjs/loading/Loading.web.js +0 -35
- package/lib/commonjs/loading/Loading.web.js.map +1 -1
- package/lib/commonjs/loading/SpinnerIcon.js +9 -4
- package/lib/commonjs/loading/SpinnerIcon.js.map +1 -1
- package/lib/commonjs/loading/SpinnerIcon.web.js +3 -4
- package/lib/commonjs/loading/SpinnerIcon.web.js.map +1 -1
- package/lib/commonjs/media-inset-border/MediaInsetBorder.js +5 -3
- package/lib/commonjs/media-inset-border/MediaInsetBorder.js.map +1 -1
- package/lib/commonjs/media-inset-border/types.js +6 -0
- package/lib/commonjs/media-inset-border/types.js.map +1 -0
- package/lib/commonjs/menubar/Menubar.js +167 -0
- package/lib/commonjs/menubar/Menubar.js.map +1 -0
- package/lib/commonjs/menubar/Menubar.web.js +192 -0
- package/lib/commonjs/menubar/Menubar.web.js.map +1 -0
- package/lib/commonjs/menubar/context.js +40 -0
- package/lib/commonjs/menubar/context.js.map +1 -0
- package/lib/commonjs/menubar/index.js +97 -0
- package/lib/commonjs/menubar/index.js.map +1 -0
- package/lib/commonjs/menubar/index.web.js +97 -0
- package/lib/commonjs/menubar/index.web.js.map +1 -0
- package/lib/commonjs/menubar/types.js +6 -0
- package/lib/commonjs/menubar/types.js.map +1 -0
- package/lib/commonjs/motion/ScreenTransition.js +0 -2
- package/lib/commonjs/motion/ScreenTransition.js.map +1 -1
- package/lib/commonjs/motion/types.js +6 -0
- package/lib/commonjs/motion/types.js.map +1 -0
- package/lib/commonjs/overlay/Overlay.js +400 -0
- package/lib/commonjs/overlay/Overlay.js.map +1 -0
- package/lib/commonjs/overlay/dropdown-placement.js +86 -16
- package/lib/commonjs/overlay/dropdown-placement.js.map +1 -1
- package/lib/commonjs/overlay/index.js +31 -363
- package/lib/commonjs/overlay/index.js.map +1 -1
- package/lib/commonjs/overlay/types.js +6 -0
- package/lib/commonjs/overlay/types.js.map +1 -0
- package/lib/commonjs/popover/Popover.js +94 -0
- package/lib/commonjs/popover/Popover.js.map +1 -0
- package/lib/commonjs/popover/Popover.web.js +119 -0
- package/lib/commonjs/popover/Popover.web.js.map +1 -0
- package/lib/commonjs/popover/context.js +18 -9
- package/lib/commonjs/popover/context.js.map +1 -1
- package/lib/commonjs/popover/index.js +11 -97
- package/lib/commonjs/popover/index.js.map +1 -1
- package/lib/commonjs/popover/index.web.js +12 -273
- package/lib/commonjs/popover/index.web.js.map +1 -1
- package/lib/commonjs/portal/Portal.js +115 -0
- package/lib/commonjs/portal/Portal.js.map +1 -0
- package/lib/commonjs/portal/Portal.web.js +92 -0
- package/lib/commonjs/portal/Portal.web.js.map +1 -0
- package/lib/commonjs/portal/index.js +15 -104
- package/lib/commonjs/portal/index.js.map +1 -1
- package/lib/commonjs/portal/index.web.js +17 -84
- package/lib/commonjs/portal/index.web.js.map +1 -1
- package/lib/commonjs/pressable-scale/PressableScale.js +22 -18
- package/lib/commonjs/pressable-scale/PressableScale.js.map +1 -1
- package/lib/commonjs/pressable-scale/types.js +6 -0
- package/lib/commonjs/pressable-scale/types.js.map +1 -0
- package/lib/commonjs/profile-card/ProfileCard.js +20 -18
- package/lib/commonjs/profile-card/ProfileCard.js.map +1 -1
- package/lib/commonjs/progressive-blur/ProgressiveBlur.js +79 -0
- package/lib/commonjs/progressive-blur/ProgressiveBlur.js.map +1 -0
- package/lib/commonjs/progressive-blur/ProgressiveBlur.web.js +67 -0
- package/lib/commonjs/progressive-blur/ProgressiveBlur.web.js.map +1 -0
- package/lib/commonjs/progressive-blur/index.js +5 -71
- package/lib/commonjs/progressive-blur/index.js.map +1 -1
- package/lib/commonjs/progressive-blur/index.web.js +7 -61
- package/lib/commonjs/progressive-blur/index.web.js.map +1 -1
- package/lib/commonjs/progressive-blur/shared.js +1 -1
- package/lib/commonjs/prompt-input/Actions.js +2 -1
- package/lib/commonjs/prompt-input/Actions.js.map +1 -1
- package/lib/commonjs/prompt-input/Attachments.js.map +1 -1
- package/lib/commonjs/prompt-input/PromptInput.js +8 -223
- package/lib/commonjs/prompt-input/PromptInput.js.map +1 -1
- package/lib/commonjs/prompt-input/PromptInput.web.js +27 -0
- package/lib/commonjs/prompt-input/PromptInput.web.js.map +1 -0
- package/lib/commonjs/prompt-input/PromptInputBase.js +236 -0
- package/lib/commonjs/prompt-input/PromptInputBase.js.map +1 -0
- package/lib/commonjs/prompt-input/SubmitButton.js +47 -23
- package/lib/commonjs/prompt-input/SubmitButton.js.map +1 -1
- package/lib/commonjs/prompt-input/context.js +0 -4
- package/lib/commonjs/prompt-input/context.js.map +1 -1
- package/lib/commonjs/prompt-input/index.js +1 -7
- package/lib/commonjs/prompt-input/index.js.map +1 -1
- package/lib/commonjs/prompt-input/index.web.js +48 -0
- package/lib/commonjs/prompt-input/index.web.js.map +1 -0
- package/lib/commonjs/provider/BloomProvider.js +79 -0
- package/lib/commonjs/provider/BloomProvider.js.map +1 -0
- package/lib/commonjs/provider/index.js +7 -71
- package/lib/commonjs/provider/index.js.map +1 -1
- package/lib/commonjs/provider/types.js +6 -0
- package/lib/commonjs/provider/types.js.map +1 -0
- package/lib/commonjs/radio/Radio.js +198 -0
- package/lib/commonjs/radio/Radio.js.map +1 -0
- package/lib/commonjs/radio/index.js +19 -0
- package/lib/commonjs/radio/index.js.map +1 -0
- package/lib/commonjs/radio/types.js +6 -0
- package/lib/commonjs/radio/types.js.map +1 -0
- package/lib/commonjs/radio-indicator/RadioIndicator.js +9 -1
- package/lib/commonjs/radio-indicator/RadioIndicator.js.map +1 -1
- package/lib/commonjs/scroll/expo-router/expo-router-adapter.js +133 -0
- package/lib/commonjs/scroll/expo-router/expo-router-adapter.js.map +1 -0
- package/lib/commonjs/scroll/expo-router/index.js +6 -126
- package/lib/commonjs/scroll/expo-router/index.js.map +1 -1
- package/lib/commonjs/scroll/index.js +7 -90
- package/lib/commonjs/scroll/index.js.map +1 -1
- package/lib/commonjs/scroll/index.web.js +7 -323
- package/lib/commonjs/scroll/index.web.js.map +1 -1
- package/lib/commonjs/scroll/use-scroll-restoration.js +111 -0
- package/lib/commonjs/scroll/use-scroll-restoration.js.map +1 -0
- package/lib/commonjs/scroll/use-scroll-restoration.web.js +346 -0
- package/lib/commonjs/scroll/use-scroll-restoration.web.js.map +1 -0
- package/lib/commonjs/search/Search.js +78 -0
- package/lib/commonjs/search/Search.js.map +1 -0
- package/lib/commonjs/search/index.js +6 -71
- package/lib/commonjs/search/index.js.map +1 -1
- package/lib/commonjs/segmented-control/SegmentedControl.js +250 -0
- package/lib/commonjs/segmented-control/SegmentedControl.js.map +1 -0
- package/lib/commonjs/segmented-control/index.js +17 -257
- package/lib/commonjs/segmented-control/index.js.map +1 -1
- package/lib/commonjs/select/Select.js +395 -0
- package/lib/commonjs/select/Select.js.map +1 -0
- package/lib/commonjs/select/Select.web.js +391 -0
- package/lib/commonjs/select/Select.web.js.map +1 -0
- package/lib/commonjs/select/index.js +76 -390
- package/lib/commonjs/select/index.js.map +1 -1
- package/lib/commonjs/select/index.web.js +77 -447
- package/lib/commonjs/select/index.web.js.map +1 -1
- package/lib/commonjs/select/shared.js +166 -0
- package/lib/commonjs/select/shared.js.map +1 -0
- package/lib/commonjs/settings-list/SettingsList.js +29 -47
- package/lib/commonjs/settings-list/SettingsList.js.map +1 -1
- package/lib/commonjs/skeleton/Skeleton.js +177 -0
- package/lib/commonjs/skeleton/Skeleton.js.map +1 -0
- package/lib/commonjs/skeleton/index.js +35 -168
- package/lib/commonjs/skeleton/index.js.map +1 -1
- package/lib/commonjs/slider/Slider.js +2 -0
- package/lib/commonjs/slider/Slider.js.map +1 -1
- package/lib/commonjs/stat-bar/StatBar.js +10 -6
- package/lib/commonjs/stat-bar/StatBar.js.map +1 -1
- package/lib/commonjs/styles/index.js +0 -6
- package/lib/commonjs/styles/index.js.map +1 -1
- package/lib/commonjs/styles/interactive-web-css.js +118 -0
- package/lib/commonjs/styles/interactive-web-css.js.map +1 -0
- package/lib/commonjs/styles/pointer.js +36 -0
- package/lib/commonjs/styles/pointer.js.map +1 -0
- package/lib/commonjs/styles/styled-primitives.js +88 -0
- package/lib/commonjs/styles/styled-primitives.js.map +1 -0
- package/lib/commonjs/styles/tokens.js +60 -22
- package/lib/commonjs/styles/tokens.js.map +1 -1
- package/lib/commonjs/styles/z-index.js +1 -2
- package/lib/commonjs/styles/z-index.js.map +1 -1
- package/lib/commonjs/subtle-hover/SubtleHover.js +9 -12
- package/lib/commonjs/subtle-hover/SubtleHover.js.map +1 -1
- package/lib/commonjs/subtle-hover/types.js +6 -0
- package/lib/commonjs/subtle-hover/types.js.map +1 -0
- package/lib/commonjs/surfaces/SurfaceHost.js +17 -8
- package/lib/commonjs/surfaces/SurfaceHost.js.map +1 -1
- package/lib/commonjs/surfaces/api.js +21 -7
- package/lib/commonjs/surfaces/api.js.map +1 -1
- package/lib/commonjs/surfaces/index.js +7 -1
- package/lib/commonjs/surfaces/index.js.map +1 -1
- package/lib/commonjs/surfaces/index.web.js +7 -1
- package/lib/commonjs/surfaces/index.web.js.map +1 -1
- package/lib/commonjs/surfaces/prompts.js +131 -99
- package/lib/commonjs/surfaces/prompts.js.map +1 -1
- package/lib/commonjs/surfaces/surface-store.js +172 -0
- package/lib/commonjs/surfaces/surface-store.js.map +1 -0
- package/lib/commonjs/surfaces/use-surface.js +36 -0
- package/lib/commonjs/surfaces/use-surface.js.map +1 -0
- package/lib/commonjs/switch/Switch.js +12 -0
- package/lib/commonjs/switch/Switch.js.map +1 -1
- package/lib/commonjs/tab-bar/TabBarBase.js +8 -8
- package/lib/commonjs/tab-bar/TabBarBase.js.map +1 -1
- package/lib/commonjs/tab-bar/context.js +127 -0
- package/lib/commonjs/tab-bar/context.js.map +1 -0
- package/lib/commonjs/tab-bar/expo-router/RouterTabBar.js +2 -2
- package/lib/commonjs/tab-bar/expo-router/fading-tab-screen.js +1 -1
- package/lib/commonjs/tab-bar/glyph.js +1 -1
- package/lib/commonjs/tab-bar/glyph.native.js +1 -1
- package/lib/commonjs/tab-bar/index.js +8 -8
- package/lib/commonjs/tab-bar/index.js.map +1 -1
- package/lib/commonjs/tab-bar/index.web.js +8 -8
- package/lib/commonjs/tab-bar/index.web.js.map +1 -1
- package/lib/commonjs/tab-bar/shared.js +1 -1
- package/lib/commonjs/tab-bar/surface-solid.js +1 -1
- package/lib/commonjs/tab-bar/surface.native.js +1 -1
- package/lib/commonjs/tab-bar/surface.web.js +1 -1
- package/lib/commonjs/tabs/Tabs.js +49 -20
- package/lib/commonjs/tabs/Tabs.js.map +1 -1
- package/lib/commonjs/text-field/TextField.js +491 -0
- package/lib/commonjs/text-field/TextField.js.map +1 -0
- package/lib/commonjs/text-field/index.js +34 -466
- package/lib/commonjs/text-field/index.js.map +1 -1
- package/lib/commonjs/text-field/types.js +6 -0
- package/lib/commonjs/text-field/types.js.map +1 -0
- package/lib/commonjs/theme/BloomThemeProvider.js +1 -1
- package/lib/commonjs/theme/accent-colors.js +147 -0
- package/lib/commonjs/theme/accent-colors.js.map +1 -0
- package/lib/commonjs/theme/adaptive-colors.js +17 -0
- package/lib/commonjs/theme/adaptive-colors.js.map +1 -1
- package/lib/commonjs/theme/ambient-store.js +16 -1
- package/lib/commonjs/theme/ambient-store.js.map +1 -1
- package/lib/commonjs/theme/build-theme-from-seed.js +12 -1
- package/lib/commonjs/theme/build-theme-from-seed.js.map +1 -1
- package/lib/commonjs/theme/build-theme.js +31 -2
- package/lib/commonjs/theme/build-theme.js.map +1 -1
- package/lib/commonjs/theme/color-engine/color-utils.js +17 -0
- package/lib/commonjs/theme/color-engine/color-utils.js.map +1 -1
- package/lib/commonjs/theme/color-engine/generate-role-colors.js +40 -0
- package/lib/commonjs/theme/color-engine/generate-role-colors.js.map +1 -0
- package/lib/commonjs/theme/color-engine/index.js +9 -126
- package/lib/commonjs/theme/color-engine/index.js.map +1 -1
- package/lib/commonjs/theme/color-policy.js +101 -39
- package/lib/commonjs/theme/color-policy.js.map +1 -1
- package/lib/commonjs/theme/color-presets.js +413 -166
- package/lib/commonjs/theme/color-presets.js.map +1 -1
- package/lib/commonjs/theme/color-scope/ColorScope.js +109 -0
- package/lib/commonjs/theme/color-scope/ColorScope.js.map +1 -0
- package/lib/commonjs/theme/color-scope/ColorScope.web.js +113 -0
- package/lib/commonjs/theme/color-scope/ColorScope.web.js.map +1 -0
- package/lib/commonjs/theme/color-scope/index.js +11 -101
- package/lib/commonjs/theme/color-scope/index.js.map +1 -1
- package/lib/commonjs/theme/color-scope/index.web.js +11 -105
- package/lib/commonjs/theme/color-scope/index.web.js.map +1 -1
- package/lib/commonjs/theme/color-utils.js +47 -9
- package/lib/commonjs/theme/color-utils.js.map +1 -1
- package/lib/commonjs/theme/glass-colors.js +277 -0
- package/lib/commonjs/theme/glass-colors.js.map +1 -0
- package/lib/commonjs/theme/index.js +50 -63
- package/lib/commonjs/theme/index.js.map +1 -1
- package/lib/commonjs/theme/index.web.js +263 -0
- package/lib/commonjs/theme/index.web.js.map +1 -0
- package/lib/commonjs/theme/press-colors.js +98 -0
- package/lib/commonjs/theme/press-colors.js.map +1 -0
- package/lib/commonjs/theme/seed-scope/SeedScope.js +94 -0
- package/lib/commonjs/theme/seed-scope/SeedScope.js.map +1 -0
- package/lib/commonjs/theme/seed-scope/SeedScope.web.js +93 -0
- package/lib/commonjs/theme/seed-scope/SeedScope.web.js.map +1 -0
- package/lib/commonjs/theme/seed-scope/index.js +6 -87
- package/lib/commonjs/theme/seed-scope/index.js.map +1 -1
- package/lib/commonjs/theme/seed-scope/index.web.js +6 -86
- package/lib/commonjs/theme/seed-scope/index.web.js.map +1 -1
- package/lib/commonjs/toast/Positioner.js +5 -5
- package/lib/commonjs/toast/Positioner.js.map +1 -1
- package/lib/commonjs/toast/ToastContent.js +10 -3
- package/lib/commonjs/toast/ToastContent.js.map +1 -1
- package/lib/commonjs/toast/ToastIcon.js +1 -1
- package/lib/commonjs/toast/ToastOutlet.js +38 -0
- package/lib/commonjs/toast/ToastOutlet.js.map +1 -0
- package/lib/commonjs/toast/ToastRow.js +3 -3
- package/lib/commonjs/toast/ToastRow.js.map +1 -1
- package/lib/commonjs/toast/ToastSwipeHandler.js +1 -1
- package/lib/commonjs/toast/Toaster.js +3 -3
- package/lib/commonjs/toast/Toaster.js.map +1 -1
- package/lib/commonjs/toast/animations.js +1 -1
- package/lib/commonjs/toast/constants.js +1 -1
- package/lib/commonjs/toast/container-geometry.js +147 -0
- package/lib/commonjs/toast/container-geometry.js.map +1 -0
- package/lib/commonjs/toast/context.js +1 -1
- package/lib/commonjs/toast/index.js +8 -32
- package/lib/commonjs/toast/index.js.map +1 -1
- package/lib/commonjs/toast/row-geometry.js +124 -0
- package/lib/commonjs/toast/row-geometry.js.map +1 -0
- package/lib/commonjs/toast/toast-comparator.js +1 -1
- package/lib/commonjs/toast/toast-fns.js +1 -1
- package/lib/commonjs/toast/toast-store.js +2 -2
- package/lib/commonjs/toast/toast-timers.js +1 -1
- package/lib/commonjs/toast/types.js +0 -1
- package/lib/commonjs/toast/types.js.map +1 -1
- package/lib/commonjs/toast/use-app-state.js +1 -1
- package/lib/commonjs/toast/use-toast-colors.js +8 -4
- package/lib/commonjs/toast/use-toast-colors.js.map +1 -1
- package/lib/commonjs/toast/use-toast-position.js +3 -3
- package/lib/commonjs/toast/use-toast-position.js.map +1 -1
- package/lib/commonjs/tooltip/Tooltip.js +289 -0
- package/lib/commonjs/tooltip/Tooltip.js.map +1 -0
- package/lib/commonjs/tooltip/Tooltip.web.js +132 -0
- package/lib/commonjs/tooltip/Tooltip.web.js.map +1 -0
- package/lib/commonjs/tooltip/constants.js +12 -0
- package/lib/commonjs/tooltip/constants.js.map +1 -0
- package/lib/commonjs/tooltip/index.js +21 -298
- package/lib/commonjs/tooltip/index.js.map +1 -1
- package/lib/commonjs/tooltip/index.web.js +22 -136
- package/lib/commonjs/tooltip/index.web.js.map +1 -1
- package/lib/commonjs/typography/Typography.js +423 -0
- package/lib/commonjs/typography/Typography.js.map +1 -0
- package/lib/commonjs/typography/index.js +86 -142
- package/lib/commonjs/typography/index.js.map +1 -1
- package/lib/commonjs/typography/types.js +6 -0
- package/lib/commonjs/typography/types.js.map +1 -0
- package/lib/commonjs/user-hover-card/UserHoverCard.js +27 -25
- package/lib/commonjs/user-hover-card/UserHoverCard.js.map +1 -1
- package/lib/commonjs/zoomable-image-gallery/ZoomableImageGallery.js +108 -53
- package/lib/commonjs/zoomable-image-gallery/ZoomableImageGallery.js.map +1 -1
- package/lib/module/accordion/Accordion.js +25 -11
- package/lib/module/accordion/Accordion.js.map +1 -1
- package/lib/module/activity-heatmap/ActivityHeatmap.js +19 -3
- package/lib/module/activity-heatmap/ActivityHeatmap.js.map +1 -1
- package/lib/module/activity-heatmap/bucket-by-day.js +47 -0
- package/lib/module/activity-heatmap/bucket-by-day.js.map +1 -0
- package/lib/module/activity-heatmap/index.js +1 -1
- package/lib/module/activity-heatmap/index.js.map +1 -1
- package/lib/module/admonition/Admonition.js +159 -0
- package/lib/module/admonition/Admonition.js.map +1 -0
- package/lib/module/admonition/index.js +1 -156
- package/lib/module/admonition/index.js.map +1 -1
- package/lib/module/alert-dialog/AlertDialog.js +14 -17
- package/lib/module/alert-dialog/AlertDialog.js.map +1 -1
- package/lib/module/alert-dialog/index.js +6 -3
- package/lib/module/alert-dialog/index.js.map +1 -1
- package/lib/module/alert-dialog/index.web.js +2 -3
- package/lib/module/alert-dialog/index.web.js.map +1 -1
- package/lib/module/animated-check/AnimatedCheck.js +3 -3
- package/lib/module/animated-check/AnimatedCheck.js.map +1 -1
- package/lib/module/animated-check/types.js +2 -0
- package/lib/module/animated-check/types.js.map +1 -0
- package/lib/module/aspect-ratio/AspectRatio.js +64 -0
- package/lib/module/aspect-ratio/AspectRatio.js.map +1 -0
- package/lib/module/aspect-ratio/index.js +4 -0
- package/lib/module/aspect-ratio/index.js.map +1 -0
- package/lib/module/aspect-ratio/types.js.map +1 -0
- package/lib/module/avatar/Avatar.js +20 -3
- package/lib/module/avatar/Avatar.js.map +1 -1
- package/lib/module/avatar/context.js +10 -0
- package/lib/module/avatar/context.js.map +1 -0
- package/lib/module/avatar/default-avatar.js +10 -2
- package/lib/module/avatar/default-avatar.js.map +1 -1
- package/lib/module/avatar/index.js +2 -7
- package/lib/module/avatar/index.js.map +1 -1
- package/lib/module/avatar-group/AvatarGroup.web.js +19 -13
- package/lib/module/avatar-group/AvatarGroup.web.js.map +1 -1
- package/lib/module/avatar-group/AvatarGroupBase.js +47 -4
- package/lib/module/avatar-group/AvatarGroupBase.js.map +1 -1
- package/lib/module/avatar-group/index.web.js.map +1 -1
- package/lib/module/badge/Badge.js +9 -37
- package/lib/module/badge/Badge.js.map +1 -1
- package/lib/module/benefit-list/BenefitList.js +111 -0
- package/lib/module/benefit-list/BenefitList.js.map +1 -0
- package/lib/module/benefit-list/index.js +1 -111
- package/lib/module/benefit-list/index.js.map +1 -1
- package/lib/module/bottom-sheet/BottomSheet.js +123 -0
- package/lib/module/bottom-sheet/BottomSheet.js.map +1 -0
- package/lib/module/bottom-sheet/BottomSheet.web.js +69 -0
- package/lib/module/bottom-sheet/BottomSheet.web.js.map +1 -0
- package/lib/module/bottom-sheet/BottomSheetBase.js +1 -25
- package/lib/module/bottom-sheet/BottomSheetBase.js.map +1 -1
- package/lib/module/bottom-sheet/index.js +2 -118
- package/lib/module/bottom-sheet/index.js.map +1 -1
- package/lib/module/bottom-sheet/index.web.js +2 -67
- package/lib/module/bottom-sheet/index.web.js.map +1 -1
- package/lib/module/bottom-sheet/types.js.map +1 -0
- package/lib/module/button/Button.js +158 -35
- package/lib/module/button/Button.js.map +1 -1
- package/lib/module/button/Button.web.js +159 -97
- package/lib/module/button/Button.web.js.map +1 -1
- package/lib/module/card/Card.js +75 -32
- package/lib/module/card/Card.js.map +1 -1
- package/lib/module/checkbox/Checkbox.js +184 -53
- package/lib/module/checkbox/Checkbox.js.map +1 -1
- package/lib/module/chip/Chip.js +159 -58
- package/lib/module/chip/Chip.js.map +1 -1
- package/lib/module/combobox/Combobox.js +25 -13
- package/lib/module/combobox/Combobox.js.map +1 -1
- package/lib/module/combobox/index.js +8 -2
- package/lib/module/combobox/index.js.map +1 -1
- package/lib/module/combobox/index.web.js +8 -2
- package/lib/module/combobox/index.web.js.map +1 -1
- package/lib/module/command/Command.js +3 -3
- package/lib/module/command/Command.js.map +1 -1
- package/lib/module/connection-dots/ConnectionDots.web.js +3 -1
- package/lib/module/connection-dots/ConnectionDots.web.js.map +1 -1
- package/lib/module/connection-dots/ConnectionDotsBase.js +3 -4
- package/lib/module/connection-dots/ConnectionDotsBase.js.map +1 -1
- package/lib/module/connection-status/ConnectionStatusToasts.js +45 -0
- package/lib/module/connection-status/ConnectionStatusToasts.js.map +1 -0
- package/lib/module/connection-status/ConnectionStatusToasts.web.js +32 -0
- package/lib/module/connection-status/ConnectionStatusToasts.web.js.map +1 -0
- package/lib/module/connection-status/index.js +1 -41
- package/lib/module/connection-status/index.js.map +1 -1
- package/lib/module/connection-status/index.web.js +1 -28
- package/lib/module/connection-status/index.web.js.map +1 -1
- package/lib/module/content-panel/ContentPanel.js +98 -0
- package/lib/module/content-panel/ContentPanel.js.map +1 -0
- package/lib/module/content-panel/ContentPanel.web.js +162 -0
- package/lib/module/content-panel/ContentPanel.web.js.map +1 -0
- package/lib/module/content-panel/context.js +35 -0
- package/lib/module/content-panel/context.js.map +1 -0
- package/lib/module/content-panel/index.js +1 -106
- package/lib/module/content-panel/index.js.map +1 -1
- package/lib/module/content-panel/index.web.js +1 -171
- package/lib/module/content-panel/index.web.js.map +1 -1
- package/lib/module/content-panel/types.js.map +1 -0
- package/lib/module/context-menu/ContextMenu.js +114 -0
- package/lib/module/context-menu/ContextMenu.js.map +1 -0
- package/lib/module/context-menu/ContextMenu.web.js +155 -0
- package/lib/module/context-menu/ContextMenu.web.js.map +1 -0
- package/lib/module/context-menu/context.js +15 -31
- package/lib/module/context-menu/context.js.map +1 -1
- package/lib/module/context-menu/index.js +1 -272
- package/lib/module/context-menu/index.js.map +1 -1
- package/lib/module/context-menu/index.web.js +1 -372
- package/lib/module/context-menu/index.web.js.map +1 -1
- package/lib/module/design-tokens/scales.js +23 -3
- package/lib/module/design-tokens/scales.js.map +1 -1
- package/lib/module/design-tokens/shadows.js +24 -3
- package/lib/module/design-tokens/shadows.js.map +1 -1
- package/lib/module/design-tokens/shadows.native.js +38 -1
- package/lib/module/design-tokens/shadows.native.js.map +1 -1
- package/lib/module/design-tokens/theme.css +6 -0
- package/lib/module/design-tokens/tokens-json.js +14 -5
- package/lib/module/design-tokens/tokens-json.js.map +1 -1
- package/lib/module/design-tokens/tokens.json +6314 -334
- package/lib/module/dialog/Dialog.js +19 -53
- package/lib/module/dialog/Dialog.js.map +1 -1
- package/lib/module/dialog/Dialog.web.js +5 -33
- package/lib/module/dialog/Dialog.web.js.map +1 -1
- package/lib/module/dialog/DialogBottomSheet.js +9 -8
- package/lib/module/dialog/DialogBottomSheet.js.map +1 -1
- package/lib/module/dialog/DialogContent.js +39 -14
- package/lib/module/dialog/DialogContent.js.map +1 -1
- package/lib/module/dialog/DialogHeader.js +41 -19
- package/lib/module/dialog/DialogHeader.js.map +1 -1
- package/lib/module/dialog/SheetShell.js +24 -2
- package/lib/module/dialog/SheetShell.js.map +1 -1
- package/lib/module/dialog/index.js +1 -3
- package/lib/module/dialog/index.js.map +1 -1
- package/lib/module/dialog/index.web.js +1 -3
- package/lib/module/dialog/index.web.js.map +1 -1
- package/lib/module/dot-grid-meter/DotGridMeter.js +17 -6
- package/lib/module/dot-grid-meter/DotGridMeter.js.map +1 -1
- package/lib/module/dropdown-menu/DropdownMenu.js +112 -0
- package/lib/module/dropdown-menu/DropdownMenu.js.map +1 -0
- package/lib/module/dropdown-menu/DropdownMenu.web.js +132 -0
- package/lib/module/dropdown-menu/DropdownMenu.web.js.map +1 -0
- package/lib/module/dropdown-menu/context.js +21 -0
- package/lib/module/dropdown-menu/context.js.map +1 -0
- package/lib/module/dropdown-menu/index.js +4 -0
- package/lib/module/dropdown-menu/index.js.map +1 -0
- package/lib/module/dropdown-menu/index.web.js +4 -0
- package/lib/module/dropdown-menu/index.web.js.map +1 -0
- package/lib/module/dropdown-menu/types.js +4 -0
- package/lib/module/dropdown-menu/types.js.map +1 -0
- package/lib/module/error-boundary/ErrorBoundary.js +19 -4
- package/lib/module/error-boundary/ErrorBoundary.js.map +1 -1
- package/lib/module/fab/Fab.js +86 -51
- package/lib/module/fab/Fab.js.map +1 -1
- package/lib/module/fab/Fab.web.js +49 -54
- package/lib/module/fab/Fab.web.js.map +1 -1
- package/lib/module/fill/Fill.js +26 -0
- package/lib/module/fill/Fill.js.map +1 -0
- package/lib/module/fill/index.js +1 -23
- package/lib/module/fill/index.js.map +1 -1
- package/lib/module/floating/FloatingPanel.js +377 -0
- package/lib/module/floating/FloatingPanel.js.map +1 -0
- package/lib/module/floating/TriggerSlot.js +100 -0
- package/lib/module/floating/TriggerSlot.js.map +1 -0
- package/lib/module/floating/constants.js +330 -0
- package/lib/module/floating/constants.js.map +1 -0
- package/lib/module/floating/context.js +47 -0
- package/lib/module/floating/context.js.map +1 -0
- package/lib/module/floating/index.js +26 -0
- package/lib/module/floating/index.js.map +1 -0
- package/lib/module/floating/menu-rows.js +307 -0
- package/lib/module/floating/menu-rows.js.map +1 -0
- package/lib/module/floating/menu-sub-flyout.js +413 -0
- package/lib/module/floating/menu-sub-flyout.js.map +1 -0
- package/lib/module/floating/menu-sub-inline.js +118 -0
- package/lib/module/floating/menu-sub-inline.js.map +1 -0
- package/lib/module/floating/shared.js +187 -0
- package/lib/module/floating/shared.js.map +1 -0
- package/lib/module/floating/types.js +4 -0
- package/lib/module/floating/types.js.map +1 -0
- package/lib/module/floating/use-anchor-rect.js +62 -0
- package/lib/module/floating/use-anchor-rect.js.map +1 -0
- package/lib/module/floating/use-sheet-open-bridge.js +50 -0
- package/lib/module/floating/use-sheet-open-bridge.js.map +1 -0
- package/lib/module/frosted-icon-button/FrostedIconButton.js +97 -57
- package/lib/module/frosted-icon-button/FrostedIconButton.js.map +1 -1
- package/lib/module/frosted-icon-button/FrostedIconButton.web.js +65 -61
- package/lib/module/frosted-icon-button/FrostedIconButton.web.js.map +1 -1
- package/lib/module/glass/GlassSurface.js +143 -0
- package/lib/module/glass/GlassSurface.js.map +1 -0
- package/lib/module/glass/blur-target.js +165 -0
- package/lib/module/glass/blur-target.js.map +1 -0
- package/lib/module/glass/index.js +5 -0
- package/lib/module/glass/index.js.map +1 -0
- package/lib/module/glass/types.js +4 -0
- package/lib/module/glass/types.js.map +1 -0
- package/lib/module/grid/Grid.js +52 -0
- package/lib/module/grid/Grid.js.map +1 -0
- package/lib/module/grid/index.js +1 -49
- package/lib/module/grid/index.js.map +1 -1
- package/lib/module/hooks/index.js +9 -8
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/merge-refs.js +28 -0
- package/lib/module/hooks/merge-refs.js.map +1 -0
- package/lib/module/hooks/use-accessibility-focus.js +103 -0
- package/lib/module/hooks/use-accessibility-focus.js.map +1 -0
- package/lib/module/hooks/use-accessible-name-warning.js +76 -0
- package/lib/module/hooks/use-accessible-name-warning.js.map +1 -0
- package/lib/module/hooks/use-controllable-state.js +31 -0
- package/lib/module/hooks/use-controllable-state.js.map +1 -0
- package/lib/module/hooks/use-delayed-loading.js +20 -0
- package/lib/module/hooks/use-delayed-loading.js.map +1 -0
- package/lib/module/hooks/use-gutters.js +103 -0
- package/lib/module/hooks/use-gutters.js.map +1 -0
- package/lib/module/hooks/use-haptics.js +61 -0
- package/lib/module/hooks/use-haptics.js.map +1 -0
- package/lib/module/hooks/use-image-preload.js +48 -0
- package/lib/module/hooks/use-image-preload.js.map +1 -0
- package/lib/module/hooks/use-interaction-state.js +66 -0
- package/lib/module/hooks/use-interaction-state.js.map +1 -0
- package/lib/module/hooks/use-press-animation.js +78 -0
- package/lib/module/hooks/use-press-animation.js.map +1 -0
- package/lib/module/hooks/use-throttled-value.js +32 -0
- package/lib/module/hooks/use-throttled-value.js.map +1 -0
- package/lib/module/icon-circle/IconCircle.js +36 -0
- package/lib/module/icon-circle/IconCircle.js.map +1 -0
- package/lib/module/icon-circle/index.js +1 -32
- package/lib/module/icon-circle/index.js.map +1 -1
- package/lib/module/icons/Logo.js +1 -1
- package/lib/module/icons/TEMPLATE.js +1 -1
- package/lib/module/icons/VerifiedCheck.js +1 -1
- package/lib/module/icons/VerifierCheck.js +1 -1
- package/lib/module/icons/index.js +1 -1
- package/lib/module/icons/shared.js +73 -0
- package/lib/module/icons/shared.js.map +1 -0
- package/lib/module/image-aspect-ratio-cache/aspect-ratio-cache.js +73 -0
- package/lib/module/image-aspect-ratio-cache/aspect-ratio-cache.js.map +1 -0
- package/lib/module/image-aspect-ratio-cache/index.js +1 -1
- package/lib/module/image-aspect-ratio-cache/index.js.map +1 -1
- package/lib/module/index.js +69 -26
- package/lib/module/index.js.map +1 -1
- package/lib/module/index.web.js +69 -26
- package/lib/module/index.web.js.map +1 -1
- package/lib/module/input-group/InputGroup.js +15 -12
- package/lib/module/input-group/InputGroup.js.map +1 -1
- package/lib/module/input-group/index.js +1 -1
- package/lib/module/input-group/index.js.map +1 -1
- package/lib/module/item/Item.js +54 -12
- package/lib/module/item/Item.js.map +1 -1
- package/lib/module/link-preview/LinkPreviewCard.js +92 -41
- package/lib/module/link-preview/LinkPreviewCard.js.map +1 -1
- package/lib/module/list/VirtualList.js +89 -0
- package/lib/module/list/VirtualList.js.map +1 -0
- package/lib/module/list/VirtualList.web.js +211 -0
- package/lib/module/list/VirtualList.web.js.map +1 -0
- package/lib/module/list/index.js +2 -86
- package/lib/module/list/index.js.map +1 -1
- package/lib/module/list/index.web.js +2 -208
- package/lib/module/list/index.web.js.map +1 -1
- package/lib/module/loading/Loading.js +1 -36
- package/lib/module/loading/Loading.js.map +1 -1
- package/lib/module/loading/Loading.web.js +1 -36
- package/lib/module/loading/Loading.web.js.map +1 -1
- package/lib/module/loading/SpinnerIcon.js +9 -4
- package/lib/module/loading/SpinnerIcon.js.map +1 -1
- package/lib/module/loading/SpinnerIcon.web.js +3 -4
- package/lib/module/loading/SpinnerIcon.web.js.map +1 -1
- package/lib/module/media-inset-border/MediaInsetBorder.js +3 -3
- package/lib/module/media-inset-border/MediaInsetBorder.js.map +1 -1
- package/lib/module/media-inset-border/types.js +4 -0
- package/lib/module/media-inset-border/types.js.map +1 -0
- package/lib/module/menubar/Menubar.js +155 -0
- package/lib/module/menubar/Menubar.js.map +1 -0
- package/lib/module/menubar/Menubar.web.js +180 -0
- package/lib/module/menubar/Menubar.web.js.map +1 -0
- package/lib/module/menubar/context.js +33 -0
- package/lib/module/menubar/context.js.map +1 -0
- package/lib/module/menubar/index.js +4 -0
- package/lib/module/menubar/index.js.map +1 -0
- package/lib/module/menubar/index.web.js +4 -0
- package/lib/module/menubar/index.web.js.map +1 -0
- package/lib/module/menubar/types.js +4 -0
- package/lib/module/menubar/types.js.map +1 -0
- package/lib/module/motion/ScreenTransition.js +0 -2
- package/lib/module/motion/ScreenTransition.js.map +1 -1
- package/lib/module/motion/types.js +4 -0
- package/lib/module/motion/types.js.map +1 -0
- package/lib/module/overlay/Overlay.js +392 -0
- package/lib/module/overlay/Overlay.js.map +1 -0
- package/lib/module/overlay/dropdown-placement.js +86 -16
- package/lib/module/overlay/dropdown-placement.js.map +1 -1
- package/lib/module/overlay/index.js +1 -360
- package/lib/module/overlay/index.js.map +1 -1
- package/lib/module/overlay/types.js +4 -0
- package/lib/module/overlay/types.js.map +1 -0
- package/lib/module/popover/Popover.js +86 -0
- package/lib/module/popover/Popover.js.map +1 -0
- package/lib/module/popover/Popover.web.js +111 -0
- package/lib/module/popover/Popover.web.js.map +1 -0
- package/lib/module/popover/context.js +15 -7
- package/lib/module/popover/context.js.map +1 -1
- package/lib/module/popover/index.js +1 -92
- package/lib/module/popover/index.js.map +1 -1
- package/lib/module/popover/index.web.js +1 -271
- package/lib/module/popover/index.web.js.map +1 -1
- package/lib/module/portal/Portal.js +110 -0
- package/lib/module/portal/Portal.js.map +1 -0
- package/lib/module/portal/Portal.web.js +86 -0
- package/lib/module/portal/Portal.web.js.map +1 -0
- package/lib/module/portal/index.js +1 -106
- package/lib/module/portal/index.js.map +1 -1
- package/lib/module/portal/index.web.js +1 -83
- package/lib/module/portal/index.web.js.map +1 -1
- package/lib/module/pressable-scale/PressableScale.js +21 -19
- package/lib/module/pressable-scale/PressableScale.js.map +1 -1
- package/lib/module/pressable-scale/types.js +4 -0
- package/lib/module/pressable-scale/types.js.map +1 -0
- package/lib/module/profile-card/ProfileCard.js +9 -7
- package/lib/module/profile-card/ProfileCard.js.map +1 -1
- package/lib/module/progressive-blur/ProgressiveBlur.js +74 -0
- package/lib/module/progressive-blur/ProgressiveBlur.js.map +1 -0
- package/lib/module/progressive-blur/ProgressiveBlur.web.js +62 -0
- package/lib/module/progressive-blur/ProgressiveBlur.web.js.map +1 -0
- package/lib/module/progressive-blur/index.js +1 -71
- package/lib/module/progressive-blur/index.js.map +1 -1
- package/lib/module/progressive-blur/index.web.js +1 -59
- package/lib/module/progressive-blur/index.web.js.map +1 -1
- package/lib/module/progressive-blur/shared.js +1 -1
- package/lib/module/prompt-input/Actions.js +2 -1
- package/lib/module/prompt-input/Actions.js.map +1 -1
- package/lib/module/prompt-input/Attachments.js.map +1 -1
- package/lib/module/prompt-input/PromptInput.js +8 -223
- package/lib/module/prompt-input/PromptInput.js.map +1 -1
- package/lib/module/prompt-input/PromptInput.web.js +22 -0
- package/lib/module/prompt-input/PromptInput.web.js.map +1 -0
- package/lib/module/prompt-input/PromptInputBase.js +231 -0
- package/lib/module/prompt-input/PromptInputBase.js.map +1 -0
- package/lib/module/prompt-input/SubmitButton.js +48 -24
- package/lib/module/prompt-input/SubmitButton.js.map +1 -1
- package/lib/module/prompt-input/context.js +0 -3
- package/lib/module/prompt-input/context.js.map +1 -1
- package/lib/module/prompt-input/index.js +2 -2
- package/lib/module/prompt-input/index.js.map +1 -1
- package/lib/module/prompt-input/index.web.js +18 -0
- package/lib/module/prompt-input/index.web.js.map +1 -0
- package/lib/module/provider/BloomProvider.js +75 -0
- package/lib/module/provider/BloomProvider.js.map +1 -0
- package/lib/module/provider/index.js +1 -70
- package/lib/module/provider/index.js.map +1 -1
- package/lib/module/provider/types.js +4 -0
- package/lib/module/provider/types.js.map +1 -0
- package/lib/module/radio/Radio.js +193 -0
- package/lib/module/radio/Radio.js.map +1 -0
- package/lib/module/radio/index.js +4 -0
- package/lib/module/radio/index.js.map +1 -0
- package/lib/module/radio/types.js +4 -0
- package/lib/module/radio/types.js.map +1 -0
- package/lib/module/radio-indicator/RadioIndicator.js +9 -1
- package/lib/module/radio-indicator/RadioIndicator.js.map +1 -1
- package/lib/module/scroll/expo-router/expo-router-adapter.js +128 -0
- package/lib/module/scroll/expo-router/expo-router-adapter.js.map +1 -0
- package/lib/module/scroll/expo-router/index.js +4 -123
- package/lib/module/scroll/expo-router/index.js.map +1 -1
- package/lib/module/scroll/index.js +1 -89
- package/lib/module/scroll/index.js.map +1 -1
- package/lib/module/scroll/index.web.js +1 -322
- package/lib/module/scroll/index.web.js.map +1 -1
- package/lib/module/scroll/use-scroll-restoration.js +106 -0
- package/lib/module/scroll/use-scroll-restoration.js.map +1 -0
- package/lib/module/scroll/use-scroll-restoration.web.js +341 -0
- package/lib/module/scroll/use-scroll-restoration.web.js.map +1 -0
- package/lib/module/search/Search.js +74 -0
- package/lib/module/search/Search.js.map +1 -0
- package/lib/module/search/index.js +1 -73
- package/lib/module/search/index.js.map +1 -1
- package/lib/module/segmented-control/SegmentedControl.js +243 -0
- package/lib/module/segmented-control/SegmentedControl.js.map +1 -0
- package/lib/module/segmented-control/index.js +1 -255
- package/lib/module/segmented-control/index.js.map +1 -1
- package/lib/module/select/Select.js +377 -0
- package/lib/module/select/Select.js.map +1 -0
- package/lib/module/select/Select.web.js +373 -0
- package/lib/module/select/Select.web.js.map +1 -0
- package/lib/module/select/index.js +2 -386
- package/lib/module/select/index.js.map +1 -1
- package/lib/module/select/index.web.js +2 -441
- package/lib/module/select/index.web.js.map +1 -1
- package/lib/module/select/shared.js +153 -0
- package/lib/module/select/shared.js.map +1 -0
- package/lib/module/settings-list/SettingsList.js +29 -47
- package/lib/module/settings-list/SettingsList.js.map +1 -1
- package/lib/module/skeleton/Skeleton.js +167 -0
- package/lib/module/skeleton/Skeleton.js.map +1 -0
- package/lib/module/skeleton/index.js +1 -163
- package/lib/module/skeleton/index.js.map +1 -1
- package/lib/module/slider/Slider.js +2 -0
- package/lib/module/slider/Slider.js.map +1 -1
- package/lib/module/stat-bar/StatBar.js +10 -6
- package/lib/module/stat-bar/StatBar.js.map +1 -1
- package/lib/module/styles/index.js +1 -1
- package/lib/module/styles/index.js.map +1 -1
- package/lib/module/styles/interactive-web-css.js +112 -0
- package/lib/module/styles/interactive-web-css.js.map +1 -0
- package/lib/module/styles/pointer.js +31 -0
- package/lib/module/styles/pointer.js.map +1 -0
- package/lib/module/styles/styled-primitives.js +85 -0
- package/lib/module/styles/styled-primitives.js.map +1 -0
- package/lib/module/styles/tokens.js +61 -22
- package/lib/module/styles/tokens.js.map +1 -1
- package/lib/module/styles/z-index.js +0 -1
- package/lib/module/styles/z-index.js.map +1 -1
- package/lib/module/subtle-hover/SubtleHover.js +8 -13
- package/lib/module/subtle-hover/SubtleHover.js.map +1 -1
- package/lib/module/subtle-hover/types.js +4 -0
- package/lib/module/subtle-hover/types.js.map +1 -0
- package/lib/module/surfaces/SurfaceHost.js +17 -8
- package/lib/module/surfaces/SurfaceHost.js.map +1 -1
- package/lib/module/surfaces/api.js +17 -9
- package/lib/module/surfaces/api.js.map +1 -1
- package/lib/module/surfaces/index.js +2 -2
- package/lib/module/surfaces/index.js.map +1 -1
- package/lib/module/surfaces/index.web.js +2 -2
- package/lib/module/surfaces/index.web.js.map +1 -1
- package/lib/module/surfaces/prompts.js +132 -101
- package/lib/module/surfaces/prompts.js.map +1 -1
- package/lib/module/surfaces/surface-store.js +159 -0
- package/lib/module/surfaces/surface-store.js.map +1 -0
- package/lib/module/surfaces/use-surface.js +31 -0
- package/lib/module/surfaces/use-surface.js.map +1 -0
- package/lib/module/switch/Switch.js +12 -0
- package/lib/module/switch/Switch.js.map +1 -1
- package/lib/module/tab-bar/TabBarBase.js +3 -3
- package/lib/module/tab-bar/TabBarBase.js.map +1 -1
- package/lib/module/tab-bar/context.js +118 -0
- package/lib/module/tab-bar/context.js.map +1 -0
- package/lib/module/tab-bar/expo-router/RouterTabBar.js +2 -2
- package/lib/module/tab-bar/expo-router/RouterTabBar.js.map +1 -1
- package/lib/module/tab-bar/expo-router/fading-tab-screen.js +1 -1
- package/lib/module/tab-bar/expo-router/index.js +1 -1
- package/lib/module/tab-bar/glyph.js +1 -1
- package/lib/module/tab-bar/glyph.native.js +1 -1
- package/lib/module/tab-bar/index.js +2 -2
- package/lib/module/tab-bar/index.js.map +1 -1
- package/lib/module/tab-bar/index.web.js +2 -2
- package/lib/module/tab-bar/index.web.js.map +1 -1
- package/lib/module/tab-bar/shared.js +1 -1
- package/lib/module/tab-bar/surface-solid.js +1 -1
- package/lib/module/tab-bar/surface.js +1 -1
- package/lib/module/tab-bar/surface.native.js +1 -1
- package/lib/module/tab-bar/surface.web.js +1 -1
- package/lib/module/tabs/Tabs.js +50 -21
- package/lib/module/tabs/Tabs.js.map +1 -1
- package/lib/module/text-field/TextField.js +482 -0
- package/lib/module/text-field/TextField.js.map +1 -0
- package/lib/module/text-field/index.js +1 -462
- package/lib/module/text-field/index.js.map +1 -1
- package/lib/module/text-field/types.js +4 -0
- package/lib/module/text-field/types.js.map +1 -0
- package/lib/module/theme/BloomThemeProvider.js +1 -1
- package/lib/module/theme/BloomThemeProvider.js.map +1 -1
- package/lib/module/theme/accent-colors.js +143 -0
- package/lib/module/theme/accent-colors.js.map +1 -0
- package/lib/module/theme/adaptive-colors.js +18 -0
- package/lib/module/theme/adaptive-colors.js.map +1 -1
- package/lib/module/theme/ambient-store.js +16 -1
- package/lib/module/theme/ambient-store.js.map +1 -1
- package/lib/module/theme/build-theme-from-seed.js +12 -1
- package/lib/module/theme/build-theme-from-seed.js.map +1 -1
- package/lib/module/theme/build-theme.js +31 -2
- package/lib/module/theme/build-theme.js.map +1 -1
- package/lib/module/theme/color-engine/color-utils.js +15 -0
- package/lib/module/theme/color-engine/color-utils.js.map +1 -1
- package/lib/module/theme/color-engine/generate-role-colors.js +36 -0
- package/lib/module/theme/color-engine/generate-role-colors.js.map +1 -0
- package/lib/module/theme/color-engine/index.js +10 -51
- package/lib/module/theme/color-engine/index.js.map +1 -1
- package/lib/module/theme/color-policy.js +101 -39
- package/lib/module/theme/color-policy.js.map +1 -1
- package/lib/module/theme/color-presets.js +412 -165
- package/lib/module/theme/color-presets.js.map +1 -1
- package/lib/module/theme/color-scope/ColorScope.js +103 -0
- package/lib/module/theme/color-scope/ColorScope.js.map +1 -0
- package/lib/module/theme/color-scope/ColorScope.web.js +109 -0
- package/lib/module/theme/color-scope/ColorScope.web.js.map +1 -0
- package/lib/module/theme/color-scope/index.js +1 -100
- package/lib/module/theme/color-scope/index.js.map +1 -1
- package/lib/module/theme/color-scope/index.web.js +1 -106
- package/lib/module/theme/color-scope/index.web.js.map +1 -1
- package/lib/module/theme/color-utils.js +46 -9
- package/lib/module/theme/color-utils.js.map +1 -1
- package/lib/module/theme/glass-colors.js +271 -0
- package/lib/module/theme/glass-colors.js.map +1 -0
- package/lib/module/theme/index.js +31 -7
- package/lib/module/theme/index.js.map +1 -1
- package/lib/module/theme/index.web.js +53 -0
- package/lib/module/theme/index.web.js.map +1 -0
- package/lib/module/theme/press-colors.js +92 -0
- package/lib/module/theme/press-colors.js.map +1 -0
- package/lib/module/theme/seed-scope/SeedScope.js +89 -0
- package/lib/module/theme/seed-scope/SeedScope.js.map +1 -0
- package/lib/module/theme/seed-scope/SeedScope.web.js +88 -0
- package/lib/module/theme/seed-scope/SeedScope.web.js.map +1 -0
- package/lib/module/theme/seed-scope/index.js +1 -86
- package/lib/module/theme/seed-scope/index.js.map +1 -1
- package/lib/module/theme/seed-scope/index.web.js +1 -85
- package/lib/module/theme/seed-scope/index.web.js.map +1 -1
- package/lib/module/toast/Positioner.js +2 -2
- package/lib/module/toast/Positioner.js.map +1 -1
- package/lib/module/toast/ToastContent.js +10 -3
- package/lib/module/toast/ToastContent.js.map +1 -1
- package/lib/module/toast/ToastIcon.js +1 -1
- package/lib/module/toast/ToastOutlet.js +33 -0
- package/lib/module/toast/ToastOutlet.js.map +1 -0
- package/lib/module/toast/ToastRow.js +2 -2
- package/lib/module/toast/ToastRow.js.map +1 -1
- package/lib/module/toast/ToastSwipeHandler.js +1 -1
- package/lib/module/toast/Toaster.js +2 -2
- package/lib/module/toast/Toaster.js.map +1 -1
- package/lib/module/toast/animations.js +1 -1
- package/lib/module/toast/constants.js +1 -1
- package/lib/module/toast/container-geometry.js +140 -0
- package/lib/module/toast/container-geometry.js.map +1 -0
- package/lib/module/toast/context.js +1 -1
- package/lib/module/toast/index.js +1 -30
- package/lib/module/toast/index.js.map +1 -1
- package/lib/module/toast/row-geometry.js +116 -0
- package/lib/module/toast/row-geometry.js.map +1 -0
- package/lib/module/toast/toast-comparator.js +1 -1
- package/lib/module/toast/toast-fns.js +1 -1
- package/lib/module/toast/toast-store.js +2 -2
- package/lib/module/toast/toast-timers.js +1 -1
- package/lib/module/toast/types.js +0 -1
- package/lib/module/toast/types.js.map +1 -1
- package/lib/module/toast/use-app-state.js +1 -1
- package/lib/module/toast/use-toast-colors.js +8 -4
- package/lib/module/toast/use-toast-colors.js.map +1 -1
- package/lib/module/toast/use-toast-position.js +2 -2
- package/lib/module/toast/use-toast-position.js.map +1 -1
- package/lib/module/tooltip/Tooltip.js +283 -0
- package/lib/module/tooltip/Tooltip.js.map +1 -0
- package/lib/module/tooltip/Tooltip.web.js +125 -0
- package/lib/module/tooltip/Tooltip.web.js.map +1 -0
- package/lib/module/tooltip/constants.js +8 -0
- package/lib/module/tooltip/constants.js.map +1 -0
- package/lib/module/tooltip/index.js +1 -298
- package/lib/module/tooltip/index.js.map +1 -1
- package/lib/module/tooltip/index.web.js +1 -134
- package/lib/module/tooltip/index.web.js.map +1 -1
- package/lib/module/typography/Typography.js +408 -0
- package/lib/module/typography/Typography.js.map +1 -0
- package/lib/module/typography/index.js +1 -139
- package/lib/module/typography/index.js.map +1 -1
- package/lib/module/typography/types.js +4 -0
- package/lib/module/typography/types.js.map +1 -0
- package/lib/module/user-hover-card/UserHoverCard.js +30 -28
- package/lib/module/user-hover-card/UserHoverCard.js.map +1 -1
- package/lib/module/zoomable-image-gallery/ZoomableImageGallery.js +95 -40
- package/lib/module/zoomable-image-gallery/ZoomableImageGallery.js.map +1 -1
- package/lib/typescript/commonjs/accordion/Accordion.d.ts.map +1 -1
- package/lib/typescript/commonjs/activity-heatmap/ActivityHeatmap.d.ts.map +1 -1
- package/lib/typescript/commonjs/activity-heatmap/bucket-by-day.d.ts +9 -0
- package/lib/typescript/commonjs/activity-heatmap/bucket-by-day.d.ts.map +1 -0
- package/lib/typescript/commonjs/activity-heatmap/index.d.ts +1 -1
- package/lib/typescript/commonjs/activity-heatmap/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/activity-heatmap/types.d.ts +13 -2
- package/lib/typescript/commonjs/activity-heatmap/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/admonition/Admonition.d.ts +56 -0
- package/lib/typescript/commonjs/admonition/Admonition.d.ts.map +1 -0
- package/lib/typescript/commonjs/admonition/index.d.ts +1 -55
- package/lib/typescript/commonjs/admonition/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/alert-dialog/AlertDialog.d.ts +7 -8
- package/lib/typescript/commonjs/alert-dialog/AlertDialog.d.ts.map +1 -1
- package/lib/typescript/commonjs/alert-dialog/index.d.ts +6 -6
- package/lib/typescript/commonjs/alert-dialog/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/alert-dialog/index.web.d.ts +2 -6
- package/lib/typescript/commonjs/alert-dialog/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/animated-check/AnimatedCheck.d.ts +1 -10
- package/lib/typescript/commonjs/animated-check/AnimatedCheck.d.ts.map +1 -1
- package/lib/typescript/commonjs/animated-check/index.d.ts +1 -1
- package/lib/typescript/commonjs/animated-check/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/animated-check/types.d.ts +11 -0
- package/lib/typescript/commonjs/animated-check/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/aspect-ratio/AspectRatio.d.ts +6 -0
- package/lib/typescript/commonjs/aspect-ratio/AspectRatio.d.ts.map +1 -0
- package/lib/typescript/commonjs/aspect-ratio/index.d.ts +3 -0
- package/lib/typescript/commonjs/aspect-ratio/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/aspect-ratio/types.d.ts +19 -0
- package/lib/typescript/commonjs/aspect-ratio/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar/context.d.ts +8 -0
- package/lib/typescript/commonjs/avatar/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/default-avatar.d.ts +9 -2
- package/lib/typescript/commonjs/avatar/default-avatar.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar/index.d.ts +3 -6
- package/lib/typescript/commonjs/avatar/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar/types.d.ts +1 -1
- package/lib/typescript/commonjs/avatar/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar-group/AvatarGroup.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar-group/AvatarGroupBase.d.ts +6 -0
- package/lib/typescript/commonjs/avatar-group/AvatarGroupBase.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar-group/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/badge/Badge.d.ts.map +1 -1
- package/lib/typescript/commonjs/badge/index.d.ts +1 -1
- package/lib/typescript/commonjs/badge/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/badge/types.d.ts +6 -6
- package/lib/typescript/commonjs/badge/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/benefit-list/BenefitList.d.ts +5 -0
- package/lib/typescript/commonjs/benefit-list/BenefitList.d.ts.map +1 -0
- package/lib/typescript/commonjs/benefit-list/index.d.ts +1 -4
- package/lib/typescript/commonjs/benefit-list/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/bottom-sheet/BottomSheet.d.ts +7 -0
- package/lib/typescript/commonjs/bottom-sheet/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/bottom-sheet/BottomSheet.web.d.ts +7 -0
- package/lib/typescript/commonjs/bottom-sheet/BottomSheet.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/bottom-sheet/BottomSheetBase.d.ts +1 -154
- package/lib/typescript/commonjs/bottom-sheet/BottomSheetBase.d.ts.map +1 -1
- package/lib/typescript/commonjs/bottom-sheet/index.d.ts +3 -6
- package/lib/typescript/commonjs/bottom-sheet/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/bottom-sheet/index.web.d.ts +3 -6
- package/lib/typescript/commonjs/bottom-sheet/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/bottom-sheet/types.d.ts +156 -0
- package/lib/typescript/commonjs/bottom-sheet/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/button/Button.d.ts.map +1 -1
- package/lib/typescript/commonjs/button/Button.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/button/types.d.ts +17 -1
- package/lib/typescript/commonjs/button/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/card/Card.d.ts +19 -0
- package/lib/typescript/commonjs/card/Card.d.ts.map +1 -1
- package/lib/typescript/commonjs/card/index.d.ts +1 -1
- package/lib/typescript/commonjs/card/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/card/types.d.ts +34 -1
- package/lib/typescript/commonjs/card/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/commonjs/chip/Chip.d.ts.map +1 -1
- package/lib/typescript/commonjs/chip/index.d.ts +1 -1
- package/lib/typescript/commonjs/chip/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/chip/types.d.ts +8 -5
- package/lib/typescript/commonjs/chip/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/combobox/Combobox.d.ts +2 -2
- package/lib/typescript/commonjs/combobox/Combobox.d.ts.map +1 -1
- package/lib/typescript/commonjs/combobox/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/combobox/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/command/types.d.ts +1 -1
- package/lib/typescript/commonjs/connection-dots/ConnectionDots.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/connection-dots/ConnectionDotsBase.d.ts.map +1 -1
- package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.d.ts +7 -0
- package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.web.d.ts +7 -0
- package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-status/index.d.ts +1 -6
- package/lib/typescript/commonjs/connection-status/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/connection-status/index.web.d.ts +1 -6
- package/lib/typescript/commonjs/connection-status/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/content-panel/ContentPanel.d.ts +45 -0
- package/lib/typescript/commonjs/content-panel/ContentPanel.d.ts.map +1 -0
- package/lib/typescript/commonjs/content-panel/ContentPanel.web.d.ts +63 -0
- package/lib/typescript/commonjs/content-panel/ContentPanel.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/content-panel/context.d.ts +24 -0
- package/lib/typescript/commonjs/content-panel/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/content-panel/index.d.ts +2 -89
- package/lib/typescript/commonjs/content-panel/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/content-panel/index.web.d.ts +2 -110
- package/lib/typescript/commonjs/content-panel/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/content-panel/types.d.ts +48 -0
- package/lib/typescript/commonjs/content-panel/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/context-menu/ContextMenu.d.ts +26 -0
- package/lib/typescript/commonjs/context-menu/ContextMenu.d.ts.map +1 -0
- package/lib/typescript/commonjs/context-menu/ContextMenu.web.d.ts +25 -0
- package/lib/typescript/commonjs/context-menu/ContextMenu.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/context-menu/context.d.ts +14 -10
- package/lib/typescript/commonjs/context-menu/context.d.ts.map +1 -1
- package/lib/typescript/commonjs/context-menu/index.d.ts +2 -20
- package/lib/typescript/commonjs/context-menu/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/context-menu/index.web.d.ts +2 -18
- package/lib/typescript/commonjs/context-menu/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/context-menu/types.d.ts +36 -50
- package/lib/typescript/commonjs/context-menu/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/design-tokens/scales.d.ts +23 -3
- package/lib/typescript/commonjs/design-tokens/scales.d.ts.map +1 -1
- package/lib/typescript/commonjs/design-tokens/shadows.d.ts +23 -3
- package/lib/typescript/commonjs/design-tokens/shadows.d.ts.map +1 -1
- package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts +32 -1
- package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts.map +1 -1
- package/lib/typescript/commonjs/design-tokens/tokens-json.d.ts +12 -3
- package/lib/typescript/commonjs/design-tokens/tokens-json.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/Dialog.d.ts +1 -17
- package/lib/typescript/commonjs/dialog/Dialog.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/Dialog.web.d.ts +1 -14
- package/lib/typescript/commonjs/dialog/Dialog.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/DialogBottomSheet.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/DialogContent.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/DialogHeader.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/SheetShell.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/index.d.ts +1 -4
- package/lib/typescript/commonjs/dialog/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/index.web.d.ts +1 -4
- package/lib/typescript/commonjs/dialog/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/types.d.ts +5 -1
- package/lib/typescript/commonjs/dialog/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/dot-grid-meter/DotGridMeter.d.ts.map +1 -1
- package/lib/typescript/commonjs/dot-grid-meter/types.d.ts +12 -0
- package/lib/typescript/commonjs/dot-grid-meter/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.d.ts +31 -0
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.d.ts.map +1 -0
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.web.d.ts +25 -0
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/dropdown-menu/context.d.ts +4 -0
- package/lib/typescript/commonjs/dropdown-menu/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/dropdown-menu/index.d.ts +3 -0
- package/lib/typescript/commonjs/dropdown-menu/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/dropdown-menu/index.web.d.ts +3 -0
- package/lib/typescript/commonjs/dropdown-menu/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/dropdown-menu/types.d.ts +15 -0
- package/lib/typescript/commonjs/dropdown-menu/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/error-boundary/ErrorBoundary.d.ts.map +1 -1
- package/lib/typescript/commonjs/fab/Fab.d.ts.map +1 -1
- package/lib/typescript/commonjs/fab/Fab.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/fill/Fill.d.ts +7 -0
- package/lib/typescript/commonjs/fill/Fill.d.ts.map +1 -0
- package/lib/typescript/commonjs/fill/index.d.ts +1 -6
- package/lib/typescript/commonjs/fill/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/floating/FloatingPanel.d.ts +3 -0
- package/lib/typescript/commonjs/floating/FloatingPanel.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/TriggerSlot.d.ts +41 -0
- package/lib/typescript/commonjs/floating/TriggerSlot.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/constants.d.ts +266 -0
- package/lib/typescript/commonjs/floating/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/context.d.ts +26 -0
- package/lib/typescript/commonjs/floating/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/index.d.ts +24 -0
- package/lib/typescript/commonjs/floating/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/menu-rows.d.ts +14 -0
- package/lib/typescript/commonjs/floating/menu-rows.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/menu-sub-flyout.d.ts +4 -0
- package/lib/typescript/commonjs/floating/menu-sub-flyout.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/menu-sub-inline.d.ts +4 -0
- package/lib/typescript/commonjs/floating/menu-sub-inline.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/shared.d.ts +130 -0
- package/lib/typescript/commonjs/floating/shared.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/types.d.ts +330 -0
- package/lib/typescript/commonjs/floating/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/use-anchor-rect.d.ts +9 -0
- package/lib/typescript/commonjs/floating/use-anchor-rect.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/use-sheet-open-bridge.d.ts +9 -0
- package/lib/typescript/commonjs/floating/use-sheet-open-bridge.d.ts.map +1 -0
- package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/glass/GlassSurface.d.ts +4 -0
- package/lib/typescript/commonjs/glass/GlassSurface.d.ts.map +1 -0
- package/lib/typescript/commonjs/glass/blur-target.d.ts +33 -0
- package/lib/typescript/commonjs/glass/blur-target.d.ts.map +1 -0
- package/lib/typescript/commonjs/glass/index.d.ts +4 -0
- package/lib/typescript/commonjs/glass/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/glass/types.d.ts +49 -0
- package/lib/typescript/commonjs/glass/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/grid/Grid.d.ts +13 -0
- package/lib/typescript/commonjs/grid/Grid.d.ts.map +1 -0
- package/lib/typescript/commonjs/grid/index.d.ts +1 -12
- package/lib/typescript/commonjs/grid/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/hooks/index.d.ts +11 -10
- package/lib/typescript/commonjs/hooks/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/hooks/merge-refs.d.ts +17 -0
- package/lib/typescript/commonjs/hooks/merge-refs.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-accessibility-focus.d.ts +17 -0
- package/lib/typescript/commonjs/hooks/use-accessibility-focus.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-accessible-name-warning.d.ts +15 -0
- package/lib/typescript/commonjs/hooks/use-accessible-name-warning.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-controllable-state.d.ts +19 -0
- package/lib/typescript/commonjs/hooks/use-controllable-state.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-delayed-loading.d.ts +6 -0
- package/lib/typescript/commonjs/hooks/use-delayed-loading.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-gutters.d.ts +32 -0
- package/lib/typescript/commonjs/hooks/use-gutters.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-haptics.d.ts +28 -0
- package/lib/typescript/commonjs/hooks/use-haptics.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-image-preload.d.ts +10 -0
- package/lib/typescript/commonjs/hooks/use-image-preload.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-interaction-state.d.ts +35 -0
- package/lib/typescript/commonjs/hooks/use-interaction-state.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-press-animation.d.ts +49 -0
- package/lib/typescript/commonjs/hooks/use-press-animation.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-throttled-value.d.ts +5 -0
- package/lib/typescript/commonjs/hooks/use-throttled-value.d.ts.map +1 -0
- package/lib/typescript/commonjs/icon-circle/IconCircle.d.ts +10 -0
- package/lib/typescript/commonjs/icon-circle/IconCircle.d.ts.map +1 -0
- package/lib/typescript/commonjs/icon-circle/index.d.ts +1 -9
- package/lib/typescript/commonjs/icon-circle/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/Accessibility.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Alien.d.ts +2 -2
- package/lib/typescript/commonjs/icons/AndroidLogo.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Apple.d.ts +2 -2
- package/lib/typescript/commonjs/icons/AppleLogo.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Arrow.d.ts +10 -10
- package/lib/typescript/commonjs/icons/ArrowBoxLeft.d.ts +4 -4
- package/lib/typescript/commonjs/icons/ArrowCornerDownRight.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ArrowOutOfBox.d.ts +4 -4
- package/lib/typescript/commonjs/icons/ArrowRotate.d.ts +4 -4
- package/lib/typescript/commonjs/icons/ArrowShareRight.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ArrowTopCircle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ArrowTriangle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ArrowsDiagonal.d.ts +8 -8
- package/lib/typescript/commonjs/icons/AspectRatio.d.ts +6 -6
- package/lib/typescript/commonjs/icons/At.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Atom.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Bars.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Beaker.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Bell.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Bell2.d.ts +8 -8
- package/lib/typescript/commonjs/icons/BellPlus.d.ts +2 -2
- package/lib/typescript/commonjs/icons/BellRinging.d.ts +4 -4
- package/lib/typescript/commonjs/icons/BirthdayCake.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Bookmark.d.ts +6 -6
- package/lib/typescript/commonjs/icons/Bot.d.ts +4 -4
- package/lib/typescript/commonjs/icons/BroomSparkle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Bubble.d.ts +8 -8
- package/lib/typescript/commonjs/icons/BubbleInfo.d.ts +2 -2
- package/lib/typescript/commonjs/icons/BulletList.d.ts +6 -6
- package/lib/typescript/commonjs/icons/CC.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Calendar.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CalendarClock.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CalendarDays.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Camera.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Car.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Celebrate.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ChainLink.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Check.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Chevron.d.ts +12 -12
- package/lib/typescript/commonjs/icons/Circle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleAndSquare.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleBanSign.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleCheck.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleInfo.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CirclePlus.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleQuestion.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleX.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Clipboard.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Clock.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CodeBrackets.d.ts +4 -4
- package/lib/typescript/commonjs/icons/CodeLines.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ColorPalette.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Contacts.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Crop.d.ts +2 -2
- package/lib/typescript/commonjs/icons/DotGrid.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Download.d.ts +2 -2
- package/lib/typescript/commonjs/icons/EditBig.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Emoji.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Envelope.d.ts +6 -6
- package/lib/typescript/commonjs/icons/EnvelopeOpen.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Explosion.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Eye.d.ts +4 -4
- package/lib/typescript/commonjs/icons/EyeSlash.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Filter.d.ts +2 -2
- package/lib/typescript/commonjs/icons/FilterTimeline.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Flag.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Flame.d.ts +2 -2
- package/lib/typescript/commonjs/icons/FlipImage.d.ts +4 -4
- package/lib/typescript/commonjs/icons/FloppyDisk.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Freeze.d.ts +2 -2
- package/lib/typescript/commonjs/icons/GameController.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Gif.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Gift1.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Globe.d.ts +6 -6
- package/lib/typescript/commonjs/icons/Group.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Growth.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Haptic.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Hashtag.d.ts +6 -6
- package/lib/typescript/commonjs/icons/Heart2.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Home.d.ts +6 -6
- package/lib/typescript/commonjs/icons/HomeOpen.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Image.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Key.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Lab.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Leaf.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ListMagnifyingGlass.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ListPlus.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ListSparkle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Live.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Loader.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Lock.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Logo.d.ts +3 -3
- package/lib/typescript/commonjs/icons/Macintosh.d.ts +2 -2
- package/lib/typescript/commonjs/icons/MagnifyingGlass.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Menu.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Message.d.ts +6 -6
- package/lib/typescript/commonjs/icons/Moon.d.ts +2 -2
- package/lib/typescript/commonjs/icons/MusicNote.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Mute.d.ts +2 -2
- package/lib/typescript/commonjs/icons/News2.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Newskie.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Newspaper.d.ts +2 -2
- package/lib/typescript/commonjs/icons/PageText.d.ts +2 -2
- package/lib/typescript/commonjs/icons/PageX.d.ts +2 -2
- package/lib/typescript/commonjs/icons/PaintRoller.d.ts +2 -2
- package/lib/typescript/commonjs/icons/PaperPlane.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Pause.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Pencil.d.ts +6 -6
- package/lib/typescript/commonjs/icons/PeopleRemove2.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Person.d.ts +20 -20
- package/lib/typescript/commonjs/icons/Phone.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Pin.d.ts +4 -4
- package/lib/typescript/commonjs/icons/PinLocation.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Pizza.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Play.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Plus.d.ts +4 -4
- package/lib/typescript/commonjs/icons/QrCode.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Quote.d.ts +10 -10
- package/lib/typescript/commonjs/icons/RaisingHand.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Reply.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Repost.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Rose.d.ts +2 -2
- package/lib/typescript/commonjs/icons/SettingsGear2.d.ts +4 -4
- package/lib/typescript/commonjs/icons/SettingsSlider.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Shaka.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Shapes.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Shield.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Sparkle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Speaker.d.ts +2 -2
- package/lib/typescript/commonjs/icons/SquareArrowTopRight.d.ts +2 -2
- package/lib/typescript/commonjs/icons/SquareBehindSquare4.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Star.d.ts +4 -4
- package/lib/typescript/commonjs/icons/StarterPack.d.ts +2 -2
- package/lib/typescript/commonjs/icons/StreamingLive.d.ts +2 -2
- package/lib/typescript/commonjs/icons/TEMPLATE.d.ts +4 -4
- package/lib/typescript/commonjs/icons/TextSize.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Ticket.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Times.d.ts +2 -2
- package/lib/typescript/commonjs/icons/TitleCase.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Trash.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Tree.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Trending.d.ts +4 -4
- package/lib/typescript/commonjs/icons/UFO.d.ts +2 -2
- package/lib/typescript/commonjs/icons/UserCircle.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Verified.d.ts +2 -2
- package/lib/typescript/commonjs/icons/VerifiedCheck.d.ts +2 -2
- package/lib/typescript/commonjs/icons/VerifierCheck.d.ts +2 -2
- package/lib/typescript/commonjs/icons/VideoClip.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Warning.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Window.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Wrench.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Zap.d.ts +2 -2
- package/lib/typescript/commonjs/icons/index.d.ts +2 -2
- package/lib/typescript/commonjs/icons/shared.d.ts +394 -0
- package/lib/typescript/commonjs/icons/shared.d.ts.map +1 -0
- package/lib/typescript/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.d.ts +26 -0
- package/lib/typescript/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.d.ts.map +1 -0
- package/lib/typescript/commonjs/image-aspect-ratio-cache/index.d.ts +2 -2
- package/lib/typescript/commonjs/image-aspect-ratio-cache/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/index.d.ts +29 -22
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/index.web.d.ts +31 -24
- package/lib/typescript/commonjs/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/input-group/InputGroup.d.ts +2 -6
- package/lib/typescript/commonjs/input-group/InputGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/input-group/index.d.ts +1 -1
- package/lib/typescript/commonjs/input-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/input-group/types.d.ts +1 -1
- package/lib/typescript/commonjs/item/Item.d.ts +1 -1
- package/lib/typescript/commonjs/item/Item.d.ts.map +1 -1
- package/lib/typescript/commonjs/item/types.d.ts +12 -2
- package/lib/typescript/commonjs/item/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/link-preview/LinkPreviewCard.d.ts +17 -6
- package/lib/typescript/commonjs/link-preview/LinkPreviewCard.d.ts.map +1 -1
- package/lib/typescript/commonjs/list/VirtualList.d.ts +28 -0
- package/lib/typescript/commonjs/list/VirtualList.d.ts.map +1 -0
- package/lib/typescript/commonjs/list/VirtualList.web.d.ts +44 -0
- package/lib/typescript/commonjs/list/VirtualList.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/list/index.d.ts +2 -27
- package/lib/typescript/commonjs/list/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/list/index.web.d.ts +2 -43
- package/lib/typescript/commonjs/list/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/Loading.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/Loading.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts +0 -12
- package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/SpinnerIcon.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/index.d.ts +1 -1
- package/lib/typescript/commonjs/loading/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/index.web.d.ts +1 -1
- package/lib/typescript/commonjs/loading/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/types.d.ts +2 -11
- package/lib/typescript/commonjs/loading/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/media-inset-border/MediaInsetBorder.d.ts +1 -16
- package/lib/typescript/commonjs/media-inset-border/MediaInsetBorder.d.ts.map +1 -1
- package/lib/typescript/commonjs/media-inset-border/index.d.ts +1 -1
- package/lib/typescript/commonjs/media-inset-border/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/media-inset-border/types.d.ts +17 -0
- package/lib/typescript/commonjs/media-inset-border/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/Menubar.d.ts +26 -0
- package/lib/typescript/commonjs/menubar/Menubar.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/Menubar.web.d.ts +26 -0
- package/lib/typescript/commonjs/menubar/Menubar.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/context.d.ts +11 -0
- package/lib/typescript/commonjs/menubar/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/index.d.ts +3 -0
- package/lib/typescript/commonjs/menubar/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/index.web.d.ts +3 -0
- package/lib/typescript/commonjs/menubar/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/types.d.ts +37 -0
- package/lib/typescript/commonjs/menubar/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/motion/ScreenTransition.d.ts +1 -19
- package/lib/typescript/commonjs/motion/ScreenTransition.d.ts.map +1 -1
- package/lib/typescript/commonjs/motion/index.d.ts +1 -1
- package/lib/typescript/commonjs/motion/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/motion/index.web.d.ts +1 -1
- package/lib/typescript/commonjs/motion/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/motion/types.d.ts +20 -0
- package/lib/typescript/commonjs/motion/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/overlay/Overlay.d.ts +56 -0
- package/lib/typescript/commonjs/overlay/Overlay.d.ts.map +1 -0
- package/lib/typescript/commonjs/overlay/dropdown-placement.d.ts +38 -10
- package/lib/typescript/commonjs/overlay/dropdown-placement.d.ts.map +1 -1
- package/lib/typescript/commonjs/overlay/index.d.ts +2 -151
- package/lib/typescript/commonjs/overlay/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/overlay/types.d.ts +66 -0
- package/lib/typescript/commonjs/overlay/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/popover/Popover.d.ts +5 -0
- package/lib/typescript/commonjs/popover/Popover.d.ts.map +1 -0
- package/lib/typescript/commonjs/popover/Popover.web.d.ts +5 -0
- package/lib/typescript/commonjs/popover/Popover.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/popover/context.d.ts +3 -14
- package/lib/typescript/commonjs/popover/context.d.ts.map +1 -1
- package/lib/typescript/commonjs/popover/index.d.ts +2 -13
- package/lib/typescript/commonjs/popover/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/popover/index.web.d.ts +2 -13
- package/lib/typescript/commonjs/popover/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/popover/types.d.ts +4 -53
- package/lib/typescript/commonjs/popover/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/portal/Portal.d.ts +15 -0
- package/lib/typescript/commonjs/portal/Portal.d.ts.map +1 -0
- package/lib/typescript/commonjs/portal/Portal.web.d.ts +20 -0
- package/lib/typescript/commonjs/portal/Portal.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/portal/index.d.ts +1 -14
- package/lib/typescript/commonjs/portal/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/portal/index.web.d.ts +1 -19
- package/lib/typescript/commonjs/portal/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/pressable-scale/PressableScale.d.ts +6 -11
- package/lib/typescript/commonjs/pressable-scale/PressableScale.d.ts.map +1 -1
- package/lib/typescript/commonjs/pressable-scale/index.d.ts +1 -1
- package/lib/typescript/commonjs/pressable-scale/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/pressable-scale/types.d.ts +13 -0
- package/lib/typescript/commonjs/pressable-scale/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/profile-card/ProfileCard.d.ts.map +1 -1
- package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.d.ts +22 -0
- package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.d.ts.map +1 -0
- package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.web.d.ts +29 -0
- package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/progressive-blur/index.d.ts +1 -21
- package/lib/typescript/commonjs/progressive-blur/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/progressive-blur/index.web.d.ts +1 -28
- package/lib/typescript/commonjs/progressive-blur/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/progressive-blur/types.d.ts +1 -1
- package/lib/typescript/commonjs/prompt-input/Actions.d.ts.map +1 -1
- package/lib/typescript/commonjs/prompt-input/PromptInput.d.ts +2 -1
- package/lib/typescript/commonjs/prompt-input/PromptInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/prompt-input/PromptInput.web.d.ts +14 -0
- package/lib/typescript/commonjs/prompt-input/PromptInput.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/PromptInputBase.d.ts +18 -0
- package/lib/typescript/commonjs/prompt-input/PromptInputBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/SubmitButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/prompt-input/context.d.ts +4 -5
- package/lib/typescript/commonjs/prompt-input/context.d.ts.map +1 -1
- package/lib/typescript/commonjs/prompt-input/index.d.ts +1 -1
- package/lib/typescript/commonjs/prompt-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/prompt-input/index.web.d.ts +8 -0
- package/lib/typescript/commonjs/prompt-input/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/types.d.ts +4 -4
- package/lib/typescript/commonjs/prompt-input/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/provider/BloomProvider.d.ts +6 -0
- package/lib/typescript/commonjs/provider/BloomProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/provider/index.d.ts +2 -52
- package/lib/typescript/commonjs/provider/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/provider/types.d.ts +15 -0
- package/lib/typescript/commonjs/provider/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/radio/Radio.d.ts +15 -0
- package/lib/typescript/commonjs/radio/Radio.d.ts.map +1 -0
- package/lib/typescript/commonjs/radio/index.d.ts +3 -0
- package/lib/typescript/commonjs/radio/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/radio/types.d.ts +63 -0
- package/lib/typescript/commonjs/radio/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/radio-indicator/RadioIndicator.d.ts.map +1 -1
- package/lib/typescript/commonjs/radio-indicator/types.d.ts +9 -0
- package/lib/typescript/commonjs/radio-indicator/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/scroll/expo-router/expo-router-adapter.d.ts +7 -0
- package/lib/typescript/commonjs/scroll/expo-router/expo-router-adapter.d.ts.map +1 -0
- package/lib/typescript/commonjs/scroll/expo-router/index.d.ts +4 -4
- package/lib/typescript/commonjs/scroll/expo-router/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/scroll/index.d.ts +1 -15
- package/lib/typescript/commonjs/scroll/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/scroll/index.web.d.ts +1 -21
- package/lib/typescript/commonjs/scroll/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/scroll/types.d.ts +18 -0
- package/lib/typescript/commonjs/scroll/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/scroll/use-scroll-restoration.d.ts +16 -0
- package/lib/typescript/commonjs/scroll/use-scroll-restoration.d.ts.map +1 -0
- package/lib/typescript/commonjs/scroll/use-scroll-restoration.web.d.ts +22 -0
- package/lib/typescript/commonjs/scroll/use-scroll-restoration.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/search/Search.d.ts +10 -0
- package/lib/typescript/commonjs/search/Search.d.ts.map +1 -0
- package/lib/typescript/commonjs/search/index.d.ts +1 -9
- package/lib/typescript/commonjs/search/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/segmented-control/SegmentedControl.d.ts +41 -0
- package/lib/typescript/commonjs/segmented-control/SegmentedControl.d.ts.map +1 -0
- package/lib/typescript/commonjs/segmented-control/index.d.ts +1 -44
- package/lib/typescript/commonjs/segmented-control/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/select/Select.d.ts +25 -0
- package/lib/typescript/commonjs/select/Select.d.ts.map +1 -0
- package/lib/typescript/commonjs/select/Select.web.d.ts +22 -0
- package/lib/typescript/commonjs/select/Select.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/select/index.d.ts +3 -13
- package/lib/typescript/commonjs/select/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/select/index.web.d.ts +3 -13
- package/lib/typescript/commonjs/select/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/select/shared.d.ts +44 -0
- package/lib/typescript/commonjs/select/shared.d.ts.map +1 -0
- package/lib/typescript/commonjs/select/types.d.ts +50 -26
- package/lib/typescript/commonjs/select/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/settings-list/SettingsList.d.ts.map +1 -1
- package/lib/typescript/commonjs/skeleton/Skeleton.d.ts +64 -0
- package/lib/typescript/commonjs/skeleton/Skeleton.d.ts.map +1 -0
- package/lib/typescript/commonjs/skeleton/index.d.ts +1 -63
- package/lib/typescript/commonjs/skeleton/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/slider/Slider.d.ts.map +1 -1
- package/lib/typescript/commonjs/slider/types.d.ts +10 -0
- package/lib/typescript/commonjs/slider/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/stat-bar/StatBar.d.ts.map +1 -1
- package/lib/typescript/commonjs/styles/atoms.d.ts +1 -1
- package/lib/typescript/commonjs/styles/index.d.ts +1 -1
- package/lib/typescript/commonjs/styles/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/styles/interactive-web-css.d.ts +69 -0
- package/lib/typescript/commonjs/styles/interactive-web-css.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/pointer.d.ts +11 -0
- package/lib/typescript/commonjs/styles/pointer.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/styled-primitives.d.ts +90 -0
- package/lib/typescript/commonjs/styles/styled-primitives.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/tokens.d.ts +41 -4
- package/lib/typescript/commonjs/styles/tokens.d.ts.map +1 -1
- package/lib/typescript/commonjs/styles/web-view-style.d.ts +11 -0
- package/lib/typescript/commonjs/styles/web-view-style.d.ts.map +1 -1
- package/lib/typescript/commonjs/styles/z-index.d.ts +0 -18
- package/lib/typescript/commonjs/styles/z-index.d.ts.map +1 -1
- package/lib/typescript/commonjs/subtle-hover/SubtleHover.d.ts +1 -18
- package/lib/typescript/commonjs/subtle-hover/SubtleHover.d.ts.map +1 -1
- package/lib/typescript/commonjs/subtle-hover/index.d.ts +1 -1
- package/lib/typescript/commonjs/subtle-hover/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/subtle-hover/types.d.ts +19 -0
- package/lib/typescript/commonjs/subtle-hover/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/surfaces/SurfaceHost.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/api.d.ts +17 -9
- package/lib/typescript/commonjs/surfaces/api.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/index.d.ts +3 -3
- package/lib/typescript/commonjs/surfaces/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/index.web.d.ts +3 -3
- package/lib/typescript/commonjs/surfaces/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/prompts.d.ts +17 -1
- package/lib/typescript/commonjs/surfaces/prompts.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/surface-store.d.ts +51 -0
- package/lib/typescript/commonjs/surfaces/surface-store.d.ts.map +1 -0
- package/lib/typescript/commonjs/surfaces/types.d.ts +40 -3
- package/lib/typescript/commonjs/surfaces/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/use-surface.d.ts +21 -0
- package/lib/typescript/commonjs/surfaces/use-surface.d.ts.map +1 -0
- package/lib/typescript/commonjs/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/commonjs/switch/types.d.ts +17 -0
- package/lib/typescript/commonjs/switch/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/tab-bar/TabBarBase.d.ts +1 -1
- package/lib/typescript/commonjs/tab-bar/context.d.ts +51 -0
- package/lib/typescript/commonjs/tab-bar/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/tab-bar/expo-router/RouterTabBar.d.ts +1 -1
- package/lib/typescript/commonjs/tab-bar/expo-router/index.d.ts +1 -1
- package/lib/typescript/commonjs/tab-bar/index.d.ts +2 -2
- package/lib/typescript/commonjs/tab-bar/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/tab-bar/index.web.d.ts +2 -2
- package/lib/typescript/commonjs/tab-bar/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/tab-bar/surface.d.ts +1 -1
- package/lib/typescript/commonjs/tab-bar/types.d.ts +1 -1
- package/lib/typescript/commonjs/tabs/Tabs.d.ts.map +1 -1
- package/lib/typescript/commonjs/text-field/TextField.d.ts +21 -0
- package/lib/typescript/commonjs/text-field/TextField.d.ts.map +1 -0
- package/lib/typescript/commonjs/text-field/index.d.ts +2 -50
- package/lib/typescript/commonjs/text-field/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/text-field/types.d.ts +28 -0
- package/lib/typescript/commonjs/text-field/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/accent-colors.d.ts +62 -0
- package/lib/typescript/commonjs/theme/accent-colors.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/adaptive-colors.d.ts +35 -1
- package/lib/typescript/commonjs/theme/adaptive-colors.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/ambient-store.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/build-theme-from-seed.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-engine/color-utils.d.ts +4 -0
- package/lib/typescript/commonjs/theme/color-engine/color-utils.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-engine/generate-role-colors.d.ts +34 -0
- package/lib/typescript/commonjs/theme/color-engine/generate-role-colors.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/index.d.ts +10 -47
- package/lib/typescript/commonjs/theme/color-engine/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-policy.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-presets.d.ts +386 -62
- package/lib/typescript/commonjs/theme/color-presets.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-scope/ColorScope.d.ts +33 -0
- package/lib/typescript/commonjs/theme/color-scope/ColorScope.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-scope/ColorScope.web.d.ts +24 -0
- package/lib/typescript/commonjs/theme/color-scope/ColorScope.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-scope/index.d.ts +2 -32
- package/lib/typescript/commonjs/theme/color-scope/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-scope/index.web.d.ts +2 -23
- package/lib/typescript/commonjs/theme/color-scope/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-utils.d.ts +22 -3
- package/lib/typescript/commonjs/theme/color-utils.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/glass-colors.d.ts +192 -0
- package/lib/typescript/commonjs/theme/glass-colors.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/index.d.ts +10 -10
- package/lib/typescript/commonjs/theme/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/index.web.d.ts +32 -0
- package/lib/typescript/commonjs/theme/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/press-colors.d.ts +25 -0
- package/lib/typescript/commonjs/theme/press-colors.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/seed-scope/SeedScope.d.ts +45 -0
- package/lib/typescript/commonjs/theme/seed-scope/SeedScope.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/seed-scope/SeedScope.web.d.ts +43 -0
- package/lib/typescript/commonjs/theme/seed-scope/SeedScope.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/seed-scope/index.d.ts +2 -44
- package/lib/typescript/commonjs/theme/seed-scope/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/seed-scope/index.web.d.ts +2 -42
- package/lib/typescript/commonjs/theme/seed-scope/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/types.d.ts +20 -0
- package/lib/typescript/commonjs/theme/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/toast/Positioner.d.ts +1 -1
- package/lib/typescript/commonjs/toast/ToastOutlet.d.ts +27 -0
- package/lib/typescript/commonjs/toast/ToastOutlet.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/ToastRow.d.ts +1 -1
- package/lib/typescript/commonjs/toast/ToastSwipeHandler.d.ts +1 -1
- package/lib/typescript/commonjs/toast/Toaster.d.ts +1 -1
- package/lib/typescript/commonjs/toast/container-geometry.d.ts +78 -0
- package/lib/typescript/commonjs/toast/container-geometry.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/context.d.ts +1 -1
- package/lib/typescript/commonjs/toast/index.d.ts +1 -26
- package/lib/typescript/commonjs/toast/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/toast/row-geometry.d.ts +35 -0
- package/lib/typescript/commonjs/toast/row-geometry.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/toast-comparator.d.ts +1 -1
- package/lib/typescript/commonjs/toast/toast-store.d.ts +1 -1
- package/lib/typescript/commonjs/toast/types.d.ts +0 -1
- package/lib/typescript/commonjs/toast/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/toast/use-toast-colors.d.ts.map +1 -1
- package/lib/typescript/commonjs/toast/use-toast-position.d.ts +1 -1
- package/lib/typescript/commonjs/tooltip/Tooltip.d.ts +17 -0
- package/lib/typescript/commonjs/tooltip/Tooltip.d.ts.map +1 -0
- package/lib/typescript/commonjs/tooltip/Tooltip.web.d.ts +17 -0
- package/lib/typescript/commonjs/tooltip/Tooltip.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/tooltip/constants.d.ts +5 -0
- package/lib/typescript/commonjs/tooltip/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/tooltip/index.d.ts +1 -28
- package/lib/typescript/commonjs/tooltip/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/tooltip/index.web.d.ts +1 -25
- package/lib/typescript/commonjs/tooltip/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/typography/Typography.d.ts +54 -0
- package/lib/typescript/commonjs/typography/Typography.d.ts.map +1 -0
- package/lib/typescript/commonjs/typography/index.d.ts +2 -19
- package/lib/typescript/commonjs/typography/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/typography/types.d.ts +13 -0
- package/lib/typescript/commonjs/typography/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/user-hover-card/UserHoverCard.d.ts.map +1 -1
- package/lib/typescript/commonjs/user-hover-card/types.d.ts +16 -0
- package/lib/typescript/commonjs/user-hover-card/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/zoomable-image-gallery/ZoomableImageGallery.d.ts.map +1 -1
- package/lib/typescript/module/accordion/Accordion.d.ts.map +1 -1
- package/lib/typescript/module/activity-heatmap/ActivityHeatmap.d.ts.map +1 -1
- package/lib/typescript/module/activity-heatmap/bucket-by-day.d.ts +9 -0
- package/lib/typescript/module/activity-heatmap/bucket-by-day.d.ts.map +1 -0
- package/lib/typescript/module/activity-heatmap/index.d.ts +1 -1
- package/lib/typescript/module/activity-heatmap/index.d.ts.map +1 -1
- package/lib/typescript/module/activity-heatmap/types.d.ts +13 -2
- package/lib/typescript/module/activity-heatmap/types.d.ts.map +1 -1
- package/lib/typescript/module/admonition/Admonition.d.ts +56 -0
- package/lib/typescript/module/admonition/Admonition.d.ts.map +1 -0
- package/lib/typescript/module/admonition/index.d.ts +1 -55
- package/lib/typescript/module/admonition/index.d.ts.map +1 -1
- package/lib/typescript/module/alert-dialog/AlertDialog.d.ts +7 -8
- package/lib/typescript/module/alert-dialog/AlertDialog.d.ts.map +1 -1
- package/lib/typescript/module/alert-dialog/index.d.ts +6 -6
- package/lib/typescript/module/alert-dialog/index.d.ts.map +1 -1
- package/lib/typescript/module/alert-dialog/index.web.d.ts +2 -6
- package/lib/typescript/module/alert-dialog/index.web.d.ts.map +1 -1
- package/lib/typescript/module/animated-check/AnimatedCheck.d.ts +1 -10
- package/lib/typescript/module/animated-check/AnimatedCheck.d.ts.map +1 -1
- package/lib/typescript/module/animated-check/index.d.ts +1 -1
- package/lib/typescript/module/animated-check/index.d.ts.map +1 -1
- package/lib/typescript/module/animated-check/types.d.ts +11 -0
- package/lib/typescript/module/animated-check/types.d.ts.map +1 -0
- package/lib/typescript/module/aspect-ratio/AspectRatio.d.ts +6 -0
- package/lib/typescript/module/aspect-ratio/AspectRatio.d.ts.map +1 -0
- package/lib/typescript/module/aspect-ratio/index.d.ts +3 -0
- package/lib/typescript/module/aspect-ratio/index.d.ts.map +1 -0
- package/lib/typescript/module/aspect-ratio/types.d.ts +19 -0
- package/lib/typescript/module/aspect-ratio/types.d.ts.map +1 -0
- package/lib/typescript/module/avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/module/avatar/context.d.ts +8 -0
- package/lib/typescript/module/avatar/context.d.ts.map +1 -0
- package/lib/typescript/module/avatar/default-avatar.d.ts +9 -2
- package/lib/typescript/module/avatar/default-avatar.d.ts.map +1 -1
- package/lib/typescript/module/avatar/index.d.ts +3 -6
- package/lib/typescript/module/avatar/index.d.ts.map +1 -1
- package/lib/typescript/module/avatar/types.d.ts +1 -1
- package/lib/typescript/module/avatar/types.d.ts.map +1 -1
- package/lib/typescript/module/avatar-group/AvatarGroup.web.d.ts.map +1 -1
- package/lib/typescript/module/avatar-group/AvatarGroupBase.d.ts +6 -0
- package/lib/typescript/module/avatar-group/AvatarGroupBase.d.ts.map +1 -1
- package/lib/typescript/module/avatar-group/index.web.d.ts.map +1 -1
- package/lib/typescript/module/badge/Badge.d.ts.map +1 -1
- package/lib/typescript/module/badge/index.d.ts +1 -1
- package/lib/typescript/module/badge/index.d.ts.map +1 -1
- package/lib/typescript/module/badge/types.d.ts +6 -6
- package/lib/typescript/module/badge/types.d.ts.map +1 -1
- package/lib/typescript/module/benefit-list/BenefitList.d.ts +5 -0
- package/lib/typescript/module/benefit-list/BenefitList.d.ts.map +1 -0
- package/lib/typescript/module/benefit-list/index.d.ts +1 -4
- package/lib/typescript/module/benefit-list/index.d.ts.map +1 -1
- package/lib/typescript/module/bottom-sheet/BottomSheet.d.ts +7 -0
- package/lib/typescript/module/bottom-sheet/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/module/bottom-sheet/BottomSheet.web.d.ts +7 -0
- package/lib/typescript/module/bottom-sheet/BottomSheet.web.d.ts.map +1 -0
- package/lib/typescript/module/bottom-sheet/BottomSheetBase.d.ts +1 -154
- package/lib/typescript/module/bottom-sheet/BottomSheetBase.d.ts.map +1 -1
- package/lib/typescript/module/bottom-sheet/index.d.ts +3 -6
- package/lib/typescript/module/bottom-sheet/index.d.ts.map +1 -1
- package/lib/typescript/module/bottom-sheet/index.web.d.ts +3 -6
- package/lib/typescript/module/bottom-sheet/index.web.d.ts.map +1 -1
- package/lib/typescript/module/bottom-sheet/types.d.ts +156 -0
- package/lib/typescript/module/bottom-sheet/types.d.ts.map +1 -0
- package/lib/typescript/module/button/Button.d.ts.map +1 -1
- package/lib/typescript/module/button/Button.web.d.ts.map +1 -1
- package/lib/typescript/module/button/types.d.ts +17 -1
- package/lib/typescript/module/button/types.d.ts.map +1 -1
- package/lib/typescript/module/card/Card.d.ts +19 -0
- package/lib/typescript/module/card/Card.d.ts.map +1 -1
- package/lib/typescript/module/card/index.d.ts +1 -1
- package/lib/typescript/module/card/index.d.ts.map +1 -1
- package/lib/typescript/module/card/types.d.ts +34 -1
- package/lib/typescript/module/card/types.d.ts.map +1 -1
- package/lib/typescript/module/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/module/chip/Chip.d.ts.map +1 -1
- package/lib/typescript/module/chip/index.d.ts +1 -1
- package/lib/typescript/module/chip/index.d.ts.map +1 -1
- package/lib/typescript/module/chip/types.d.ts +8 -5
- package/lib/typescript/module/chip/types.d.ts.map +1 -1
- package/lib/typescript/module/combobox/Combobox.d.ts +2 -2
- package/lib/typescript/module/combobox/Combobox.d.ts.map +1 -1
- package/lib/typescript/module/combobox/index.d.ts.map +1 -1
- package/lib/typescript/module/combobox/index.web.d.ts.map +1 -1
- package/lib/typescript/module/command/types.d.ts +1 -1
- package/lib/typescript/module/connection-dots/ConnectionDots.web.d.ts.map +1 -1
- package/lib/typescript/module/connection-dots/ConnectionDotsBase.d.ts.map +1 -1
- package/lib/typescript/module/connection-status/ConnectionStatusToasts.d.ts +7 -0
- package/lib/typescript/module/connection-status/ConnectionStatusToasts.d.ts.map +1 -0
- package/lib/typescript/module/connection-status/ConnectionStatusToasts.web.d.ts +7 -0
- package/lib/typescript/module/connection-status/ConnectionStatusToasts.web.d.ts.map +1 -0
- package/lib/typescript/module/connection-status/index.d.ts +1 -6
- package/lib/typescript/module/connection-status/index.d.ts.map +1 -1
- package/lib/typescript/module/connection-status/index.web.d.ts +1 -6
- package/lib/typescript/module/connection-status/index.web.d.ts.map +1 -1
- package/lib/typescript/module/content-panel/ContentPanel.d.ts +45 -0
- package/lib/typescript/module/content-panel/ContentPanel.d.ts.map +1 -0
- package/lib/typescript/module/content-panel/ContentPanel.web.d.ts +63 -0
- package/lib/typescript/module/content-panel/ContentPanel.web.d.ts.map +1 -0
- package/lib/typescript/module/content-panel/context.d.ts +24 -0
- package/lib/typescript/module/content-panel/context.d.ts.map +1 -0
- package/lib/typescript/module/content-panel/index.d.ts +2 -89
- package/lib/typescript/module/content-panel/index.d.ts.map +1 -1
- package/lib/typescript/module/content-panel/index.web.d.ts +2 -110
- package/lib/typescript/module/content-panel/index.web.d.ts.map +1 -1
- package/lib/typescript/module/content-panel/types.d.ts +48 -0
- package/lib/typescript/module/content-panel/types.d.ts.map +1 -0
- package/lib/typescript/module/context-menu/ContextMenu.d.ts +26 -0
- package/lib/typescript/module/context-menu/ContextMenu.d.ts.map +1 -0
- package/lib/typescript/module/context-menu/ContextMenu.web.d.ts +25 -0
- package/lib/typescript/module/context-menu/ContextMenu.web.d.ts.map +1 -0
- package/lib/typescript/module/context-menu/context.d.ts +14 -10
- package/lib/typescript/module/context-menu/context.d.ts.map +1 -1
- package/lib/typescript/module/context-menu/index.d.ts +2 -20
- package/lib/typescript/module/context-menu/index.d.ts.map +1 -1
- package/lib/typescript/module/context-menu/index.web.d.ts +2 -18
- package/lib/typescript/module/context-menu/index.web.d.ts.map +1 -1
- package/lib/typescript/module/context-menu/types.d.ts +36 -50
- package/lib/typescript/module/context-menu/types.d.ts.map +1 -1
- package/lib/typescript/module/design-tokens/scales.d.ts +23 -3
- package/lib/typescript/module/design-tokens/scales.d.ts.map +1 -1
- package/lib/typescript/module/design-tokens/shadows.d.ts +23 -3
- package/lib/typescript/module/design-tokens/shadows.d.ts.map +1 -1
- package/lib/typescript/module/design-tokens/shadows.native.d.ts +32 -1
- package/lib/typescript/module/design-tokens/shadows.native.d.ts.map +1 -1
- package/lib/typescript/module/design-tokens/tokens-json.d.ts +12 -3
- package/lib/typescript/module/design-tokens/tokens-json.d.ts.map +1 -1
- package/lib/typescript/module/dialog/Dialog.d.ts +1 -17
- package/lib/typescript/module/dialog/Dialog.d.ts.map +1 -1
- package/lib/typescript/module/dialog/Dialog.web.d.ts +1 -14
- package/lib/typescript/module/dialog/Dialog.web.d.ts.map +1 -1
- package/lib/typescript/module/dialog/DialogBottomSheet.d.ts.map +1 -1
- package/lib/typescript/module/dialog/DialogContent.d.ts.map +1 -1
- package/lib/typescript/module/dialog/DialogHeader.d.ts.map +1 -1
- package/lib/typescript/module/dialog/SheetShell.d.ts.map +1 -1
- package/lib/typescript/module/dialog/index.d.ts +1 -4
- package/lib/typescript/module/dialog/index.d.ts.map +1 -1
- package/lib/typescript/module/dialog/index.web.d.ts +1 -4
- package/lib/typescript/module/dialog/index.web.d.ts.map +1 -1
- package/lib/typescript/module/dialog/types.d.ts +5 -1
- package/lib/typescript/module/dialog/types.d.ts.map +1 -1
- package/lib/typescript/module/dot-grid-meter/DotGridMeter.d.ts.map +1 -1
- package/lib/typescript/module/dot-grid-meter/types.d.ts +12 -0
- package/lib/typescript/module/dot-grid-meter/types.d.ts.map +1 -1
- package/lib/typescript/module/dropdown-menu/DropdownMenu.d.ts +31 -0
- package/lib/typescript/module/dropdown-menu/DropdownMenu.d.ts.map +1 -0
- package/lib/typescript/module/dropdown-menu/DropdownMenu.web.d.ts +25 -0
- package/lib/typescript/module/dropdown-menu/DropdownMenu.web.d.ts.map +1 -0
- package/lib/typescript/module/dropdown-menu/context.d.ts +4 -0
- package/lib/typescript/module/dropdown-menu/context.d.ts.map +1 -0
- package/lib/typescript/module/dropdown-menu/index.d.ts +3 -0
- package/lib/typescript/module/dropdown-menu/index.d.ts.map +1 -0
- package/lib/typescript/module/dropdown-menu/index.web.d.ts +3 -0
- package/lib/typescript/module/dropdown-menu/index.web.d.ts.map +1 -0
- package/lib/typescript/module/dropdown-menu/types.d.ts +15 -0
- package/lib/typescript/module/dropdown-menu/types.d.ts.map +1 -0
- package/lib/typescript/module/error-boundary/ErrorBoundary.d.ts.map +1 -1
- package/lib/typescript/module/fab/Fab.d.ts.map +1 -1
- package/lib/typescript/module/fab/Fab.web.d.ts.map +1 -1
- package/lib/typescript/module/fill/Fill.d.ts +7 -0
- package/lib/typescript/module/fill/Fill.d.ts.map +1 -0
- package/lib/typescript/module/fill/index.d.ts +1 -6
- package/lib/typescript/module/fill/index.d.ts.map +1 -1
- package/lib/typescript/module/floating/FloatingPanel.d.ts +3 -0
- package/lib/typescript/module/floating/FloatingPanel.d.ts.map +1 -0
- package/lib/typescript/module/floating/TriggerSlot.d.ts +41 -0
- package/lib/typescript/module/floating/TriggerSlot.d.ts.map +1 -0
- package/lib/typescript/module/floating/constants.d.ts +266 -0
- package/lib/typescript/module/floating/constants.d.ts.map +1 -0
- package/lib/typescript/module/floating/context.d.ts +26 -0
- package/lib/typescript/module/floating/context.d.ts.map +1 -0
- package/lib/typescript/module/floating/index.d.ts +24 -0
- package/lib/typescript/module/floating/index.d.ts.map +1 -0
- package/lib/typescript/module/floating/menu-rows.d.ts +14 -0
- package/lib/typescript/module/floating/menu-rows.d.ts.map +1 -0
- package/lib/typescript/module/floating/menu-sub-flyout.d.ts +4 -0
- package/lib/typescript/module/floating/menu-sub-flyout.d.ts.map +1 -0
- package/lib/typescript/module/floating/menu-sub-inline.d.ts +4 -0
- package/lib/typescript/module/floating/menu-sub-inline.d.ts.map +1 -0
- package/lib/typescript/module/floating/shared.d.ts +130 -0
- package/lib/typescript/module/floating/shared.d.ts.map +1 -0
- package/lib/typescript/module/floating/types.d.ts +330 -0
- package/lib/typescript/module/floating/types.d.ts.map +1 -0
- package/lib/typescript/module/floating/use-anchor-rect.d.ts +9 -0
- package/lib/typescript/module/floating/use-anchor-rect.d.ts.map +1 -0
- package/lib/typescript/module/floating/use-sheet-open-bridge.d.ts +9 -0
- package/lib/typescript/module/floating/use-sheet-open-bridge.d.ts.map +1 -0
- package/lib/typescript/module/frosted-icon-button/FrostedIconButton.d.ts.map +1 -1
- package/lib/typescript/module/frosted-icon-button/FrostedIconButton.web.d.ts.map +1 -1
- package/lib/typescript/module/glass/GlassSurface.d.ts +4 -0
- package/lib/typescript/module/glass/GlassSurface.d.ts.map +1 -0
- package/lib/typescript/module/glass/blur-target.d.ts +33 -0
- package/lib/typescript/module/glass/blur-target.d.ts.map +1 -0
- package/lib/typescript/module/glass/index.d.ts +4 -0
- package/lib/typescript/module/glass/index.d.ts.map +1 -0
- package/lib/typescript/module/glass/types.d.ts +49 -0
- package/lib/typescript/module/glass/types.d.ts.map +1 -0
- package/lib/typescript/module/grid/Grid.d.ts +13 -0
- package/lib/typescript/module/grid/Grid.d.ts.map +1 -0
- package/lib/typescript/module/grid/index.d.ts +1 -12
- package/lib/typescript/module/grid/index.d.ts.map +1 -1
- package/lib/typescript/module/hooks/index.d.ts +11 -10
- package/lib/typescript/module/hooks/index.d.ts.map +1 -1
- package/lib/typescript/module/hooks/merge-refs.d.ts +17 -0
- package/lib/typescript/module/hooks/merge-refs.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-accessibility-focus.d.ts +17 -0
- package/lib/typescript/module/hooks/use-accessibility-focus.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-accessible-name-warning.d.ts +15 -0
- package/lib/typescript/module/hooks/use-accessible-name-warning.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-controllable-state.d.ts +19 -0
- package/lib/typescript/module/hooks/use-controllable-state.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-delayed-loading.d.ts +6 -0
- package/lib/typescript/module/hooks/use-delayed-loading.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-gutters.d.ts +32 -0
- package/lib/typescript/module/hooks/use-gutters.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-haptics.d.ts +28 -0
- package/lib/typescript/module/hooks/use-haptics.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-image-preload.d.ts +10 -0
- package/lib/typescript/module/hooks/use-image-preload.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-interaction-state.d.ts +35 -0
- package/lib/typescript/module/hooks/use-interaction-state.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-press-animation.d.ts +49 -0
- package/lib/typescript/module/hooks/use-press-animation.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-throttled-value.d.ts +5 -0
- package/lib/typescript/module/hooks/use-throttled-value.d.ts.map +1 -0
- package/lib/typescript/module/icon-circle/IconCircle.d.ts +10 -0
- package/lib/typescript/module/icon-circle/IconCircle.d.ts.map +1 -0
- package/lib/typescript/module/icon-circle/index.d.ts +1 -9
- package/lib/typescript/module/icon-circle/index.d.ts.map +1 -1
- package/lib/typescript/module/icons/Accessibility.d.ts +2 -2
- package/lib/typescript/module/icons/Alien.d.ts +2 -2
- package/lib/typescript/module/icons/AndroidLogo.d.ts +2 -2
- package/lib/typescript/module/icons/Apple.d.ts +2 -2
- package/lib/typescript/module/icons/AppleLogo.d.ts +2 -2
- package/lib/typescript/module/icons/Arrow.d.ts +10 -10
- package/lib/typescript/module/icons/ArrowBoxLeft.d.ts +4 -4
- package/lib/typescript/module/icons/ArrowCornerDownRight.d.ts +2 -2
- package/lib/typescript/module/icons/ArrowOutOfBox.d.ts +4 -4
- package/lib/typescript/module/icons/ArrowRotate.d.ts +4 -4
- package/lib/typescript/module/icons/ArrowShareRight.d.ts +2 -2
- package/lib/typescript/module/icons/ArrowTopCircle.d.ts +2 -2
- package/lib/typescript/module/icons/ArrowTriangle.d.ts +2 -2
- package/lib/typescript/module/icons/ArrowsDiagonal.d.ts +8 -8
- package/lib/typescript/module/icons/AspectRatio.d.ts +6 -6
- package/lib/typescript/module/icons/At.d.ts +4 -4
- package/lib/typescript/module/icons/Atom.d.ts +2 -2
- package/lib/typescript/module/icons/Bars.d.ts +2 -2
- package/lib/typescript/module/icons/Beaker.d.ts +2 -2
- package/lib/typescript/module/icons/Bell.d.ts +4 -4
- package/lib/typescript/module/icons/Bell2.d.ts +8 -8
- package/lib/typescript/module/icons/BellPlus.d.ts +2 -2
- package/lib/typescript/module/icons/BellRinging.d.ts +4 -4
- package/lib/typescript/module/icons/BirthdayCake.d.ts +2 -2
- package/lib/typescript/module/icons/Bookmark.d.ts +6 -6
- package/lib/typescript/module/icons/Bot.d.ts +4 -4
- package/lib/typescript/module/icons/BroomSparkle.d.ts +2 -2
- package/lib/typescript/module/icons/Bubble.d.ts +8 -8
- package/lib/typescript/module/icons/BubbleInfo.d.ts +2 -2
- package/lib/typescript/module/icons/BulletList.d.ts +6 -6
- package/lib/typescript/module/icons/CC.d.ts +4 -4
- package/lib/typescript/module/icons/Calendar.d.ts +2 -2
- package/lib/typescript/module/icons/CalendarClock.d.ts +2 -2
- package/lib/typescript/module/icons/CalendarDays.d.ts +2 -2
- package/lib/typescript/module/icons/Camera.d.ts +4 -4
- package/lib/typescript/module/icons/Car.d.ts +2 -2
- package/lib/typescript/module/icons/Celebrate.d.ts +2 -2
- package/lib/typescript/module/icons/ChainLink.d.ts +2 -2
- package/lib/typescript/module/icons/Check.d.ts +4 -4
- package/lib/typescript/module/icons/Chevron.d.ts +12 -12
- package/lib/typescript/module/icons/Circle.d.ts +2 -2
- package/lib/typescript/module/icons/CircleAndSquare.d.ts +2 -2
- package/lib/typescript/module/icons/CircleBanSign.d.ts +2 -2
- package/lib/typescript/module/icons/CircleCheck.d.ts +2 -2
- package/lib/typescript/module/icons/CircleInfo.d.ts +2 -2
- package/lib/typescript/module/icons/CirclePlus.d.ts +2 -2
- package/lib/typescript/module/icons/CircleQuestion.d.ts +2 -2
- package/lib/typescript/module/icons/CircleX.d.ts +2 -2
- package/lib/typescript/module/icons/Clipboard.d.ts +2 -2
- package/lib/typescript/module/icons/Clock.d.ts +2 -2
- package/lib/typescript/module/icons/CodeBrackets.d.ts +4 -4
- package/lib/typescript/module/icons/CodeLines.d.ts +2 -2
- package/lib/typescript/module/icons/ColorPalette.d.ts +2 -2
- package/lib/typescript/module/icons/Contacts.d.ts +4 -4
- package/lib/typescript/module/icons/Crop.d.ts +2 -2
- package/lib/typescript/module/icons/DotGrid.d.ts +4 -4
- package/lib/typescript/module/icons/Download.d.ts +2 -2
- package/lib/typescript/module/icons/EditBig.d.ts +4 -4
- package/lib/typescript/module/icons/Emoji.d.ts +8 -8
- package/lib/typescript/module/icons/Envelope.d.ts +6 -6
- package/lib/typescript/module/icons/EnvelopeOpen.d.ts +2 -2
- package/lib/typescript/module/icons/Explosion.d.ts +2 -2
- package/lib/typescript/module/icons/Eye.d.ts +4 -4
- package/lib/typescript/module/icons/EyeSlash.d.ts +2 -2
- package/lib/typescript/module/icons/Filter.d.ts +2 -2
- package/lib/typescript/module/icons/FilterTimeline.d.ts +2 -2
- package/lib/typescript/module/icons/Flag.d.ts +2 -2
- package/lib/typescript/module/icons/Flame.d.ts +2 -2
- package/lib/typescript/module/icons/FlipImage.d.ts +4 -4
- package/lib/typescript/module/icons/FloppyDisk.d.ts +2 -2
- package/lib/typescript/module/icons/Freeze.d.ts +2 -2
- package/lib/typescript/module/icons/GameController.d.ts +2 -2
- package/lib/typescript/module/icons/Gif.d.ts +4 -4
- package/lib/typescript/module/icons/Gift1.d.ts +4 -4
- package/lib/typescript/module/icons/Globe.d.ts +6 -6
- package/lib/typescript/module/icons/Group.d.ts +2 -2
- package/lib/typescript/module/icons/Growth.d.ts +2 -2
- package/lib/typescript/module/icons/Haptic.d.ts +2 -2
- package/lib/typescript/module/icons/Hashtag.d.ts +6 -6
- package/lib/typescript/module/icons/Heart2.d.ts +8 -8
- package/lib/typescript/module/icons/Home.d.ts +6 -6
- package/lib/typescript/module/icons/HomeOpen.d.ts +4 -4
- package/lib/typescript/module/icons/Image.d.ts +4 -4
- package/lib/typescript/module/icons/Key.d.ts +2 -2
- package/lib/typescript/module/icons/Lab.d.ts +2 -2
- package/lib/typescript/module/icons/Leaf.d.ts +2 -2
- package/lib/typescript/module/icons/ListMagnifyingGlass.d.ts +2 -2
- package/lib/typescript/module/icons/ListPlus.d.ts +2 -2
- package/lib/typescript/module/icons/ListSparkle.d.ts +2 -2
- package/lib/typescript/module/icons/Live.d.ts +2 -2
- package/lib/typescript/module/icons/Loader.d.ts +2 -2
- package/lib/typescript/module/icons/Lock.d.ts +4 -4
- package/lib/typescript/module/icons/Logo.d.ts +3 -3
- package/lib/typescript/module/icons/Macintosh.d.ts +2 -2
- package/lib/typescript/module/icons/MagnifyingGlass.d.ts +8 -8
- package/lib/typescript/module/icons/Menu.d.ts +2 -2
- package/lib/typescript/module/icons/Message.d.ts +6 -6
- package/lib/typescript/module/icons/Moon.d.ts +2 -2
- package/lib/typescript/module/icons/MusicNote.d.ts +2 -2
- package/lib/typescript/module/icons/Mute.d.ts +2 -2
- package/lib/typescript/module/icons/News2.d.ts +2 -2
- package/lib/typescript/module/icons/Newskie.d.ts +2 -2
- package/lib/typescript/module/icons/Newspaper.d.ts +2 -2
- package/lib/typescript/module/icons/PageText.d.ts +2 -2
- package/lib/typescript/module/icons/PageX.d.ts +2 -2
- package/lib/typescript/module/icons/PaintRoller.d.ts +2 -2
- package/lib/typescript/module/icons/PaperPlane.d.ts +2 -2
- package/lib/typescript/module/icons/Pause.d.ts +8 -8
- package/lib/typescript/module/icons/Pencil.d.ts +6 -6
- package/lib/typescript/module/icons/PeopleRemove2.d.ts +4 -4
- package/lib/typescript/module/icons/Person.d.ts +20 -20
- package/lib/typescript/module/icons/Phone.d.ts +4 -4
- package/lib/typescript/module/icons/Pin.d.ts +4 -4
- package/lib/typescript/module/icons/PinLocation.d.ts +4 -4
- package/lib/typescript/module/icons/Pizza.d.ts +2 -2
- package/lib/typescript/module/icons/Play.d.ts +8 -8
- package/lib/typescript/module/icons/Plus.d.ts +4 -4
- package/lib/typescript/module/icons/QrCode.d.ts +2 -2
- package/lib/typescript/module/icons/Quote.d.ts +10 -10
- package/lib/typescript/module/icons/RaisingHand.d.ts +4 -4
- package/lib/typescript/module/icons/Reply.d.ts +4 -4
- package/lib/typescript/module/icons/Repost.d.ts +8 -8
- package/lib/typescript/module/icons/Rose.d.ts +2 -2
- package/lib/typescript/module/icons/SettingsGear2.d.ts +4 -4
- package/lib/typescript/module/icons/SettingsSlider.d.ts +2 -2
- package/lib/typescript/module/icons/Shaka.d.ts +2 -2
- package/lib/typescript/module/icons/Shapes.d.ts +2 -2
- package/lib/typescript/module/icons/Shield.d.ts +4 -4
- package/lib/typescript/module/icons/Sparkle.d.ts +2 -2
- package/lib/typescript/module/icons/Speaker.d.ts +2 -2
- package/lib/typescript/module/icons/SquareArrowTopRight.d.ts +2 -2
- package/lib/typescript/module/icons/SquareBehindSquare4.d.ts +2 -2
- package/lib/typescript/module/icons/Star.d.ts +4 -4
- package/lib/typescript/module/icons/StarterPack.d.ts +2 -2
- package/lib/typescript/module/icons/StreamingLive.d.ts +2 -2
- package/lib/typescript/module/icons/TEMPLATE.d.ts +4 -4
- package/lib/typescript/module/icons/TextSize.d.ts +2 -2
- package/lib/typescript/module/icons/Ticket.d.ts +2 -2
- package/lib/typescript/module/icons/Times.d.ts +2 -2
- package/lib/typescript/module/icons/TitleCase.d.ts +2 -2
- package/lib/typescript/module/icons/Trash.d.ts +4 -4
- package/lib/typescript/module/icons/Tree.d.ts +2 -2
- package/lib/typescript/module/icons/Trending.d.ts +4 -4
- package/lib/typescript/module/icons/UFO.d.ts +2 -2
- package/lib/typescript/module/icons/UserCircle.d.ts +4 -4
- package/lib/typescript/module/icons/Verified.d.ts +2 -2
- package/lib/typescript/module/icons/VerifiedCheck.d.ts +2 -2
- package/lib/typescript/module/icons/VerifierCheck.d.ts +2 -2
- package/lib/typescript/module/icons/VideoClip.d.ts +4 -4
- package/lib/typescript/module/icons/Warning.d.ts +2 -2
- package/lib/typescript/module/icons/Window.d.ts +2 -2
- package/lib/typescript/module/icons/Wrench.d.ts +2 -2
- package/lib/typescript/module/icons/Zap.d.ts +2 -2
- package/lib/typescript/module/icons/index.d.ts +2 -2
- package/lib/typescript/module/icons/shared.d.ts +394 -0
- package/lib/typescript/module/icons/shared.d.ts.map +1 -0
- package/lib/typescript/module/image-aspect-ratio-cache/aspect-ratio-cache.d.ts +26 -0
- package/lib/typescript/module/image-aspect-ratio-cache/aspect-ratio-cache.d.ts.map +1 -0
- package/lib/typescript/module/image-aspect-ratio-cache/index.d.ts +2 -2
- package/lib/typescript/module/image-aspect-ratio-cache/index.d.ts.map +1 -1
- package/lib/typescript/module/index.d.ts +29 -22
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/index.web.d.ts +31 -24
- package/lib/typescript/module/index.web.d.ts.map +1 -1
- package/lib/typescript/module/input-group/InputGroup.d.ts +2 -6
- package/lib/typescript/module/input-group/InputGroup.d.ts.map +1 -1
- package/lib/typescript/module/input-group/index.d.ts +1 -1
- package/lib/typescript/module/input-group/index.d.ts.map +1 -1
- package/lib/typescript/module/input-group/types.d.ts +1 -1
- package/lib/typescript/module/item/Item.d.ts +1 -1
- package/lib/typescript/module/item/Item.d.ts.map +1 -1
- package/lib/typescript/module/item/types.d.ts +12 -2
- package/lib/typescript/module/item/types.d.ts.map +1 -1
- package/lib/typescript/module/link-preview/LinkPreviewCard.d.ts +17 -6
- package/lib/typescript/module/link-preview/LinkPreviewCard.d.ts.map +1 -1
- package/lib/typescript/module/list/VirtualList.d.ts +28 -0
- package/lib/typescript/module/list/VirtualList.d.ts.map +1 -0
- package/lib/typescript/module/list/VirtualList.web.d.ts +44 -0
- package/lib/typescript/module/list/VirtualList.web.d.ts.map +1 -0
- package/lib/typescript/module/list/index.d.ts +2 -27
- package/lib/typescript/module/list/index.d.ts.map +1 -1
- package/lib/typescript/module/list/index.web.d.ts +2 -43
- package/lib/typescript/module/list/index.web.d.ts.map +1 -1
- package/lib/typescript/module/loading/Loading.d.ts.map +1 -1
- package/lib/typescript/module/loading/Loading.web.d.ts.map +1 -1
- package/lib/typescript/module/loading/SpinnerIcon.d.ts +0 -12
- package/lib/typescript/module/loading/SpinnerIcon.d.ts.map +1 -1
- package/lib/typescript/module/loading/SpinnerIcon.web.d.ts.map +1 -1
- package/lib/typescript/module/loading/index.d.ts +1 -1
- package/lib/typescript/module/loading/index.d.ts.map +1 -1
- package/lib/typescript/module/loading/index.web.d.ts +1 -1
- package/lib/typescript/module/loading/index.web.d.ts.map +1 -1
- package/lib/typescript/module/loading/types.d.ts +2 -11
- package/lib/typescript/module/loading/types.d.ts.map +1 -1
- package/lib/typescript/module/media-inset-border/MediaInsetBorder.d.ts +1 -16
- package/lib/typescript/module/media-inset-border/MediaInsetBorder.d.ts.map +1 -1
- package/lib/typescript/module/media-inset-border/index.d.ts +1 -1
- package/lib/typescript/module/media-inset-border/index.d.ts.map +1 -1
- package/lib/typescript/module/media-inset-border/types.d.ts +17 -0
- package/lib/typescript/module/media-inset-border/types.d.ts.map +1 -0
- package/lib/typescript/module/menubar/Menubar.d.ts +26 -0
- package/lib/typescript/module/menubar/Menubar.d.ts.map +1 -0
- package/lib/typescript/module/menubar/Menubar.web.d.ts +26 -0
- package/lib/typescript/module/menubar/Menubar.web.d.ts.map +1 -0
- package/lib/typescript/module/menubar/context.d.ts +11 -0
- package/lib/typescript/module/menubar/context.d.ts.map +1 -0
- package/lib/typescript/module/menubar/index.d.ts +3 -0
- package/lib/typescript/module/menubar/index.d.ts.map +1 -0
- package/lib/typescript/module/menubar/index.web.d.ts +3 -0
- package/lib/typescript/module/menubar/index.web.d.ts.map +1 -0
- package/lib/typescript/module/menubar/types.d.ts +37 -0
- package/lib/typescript/module/menubar/types.d.ts.map +1 -0
- package/lib/typescript/module/motion/ScreenTransition.d.ts +1 -19
- package/lib/typescript/module/motion/ScreenTransition.d.ts.map +1 -1
- package/lib/typescript/module/motion/index.d.ts +1 -1
- package/lib/typescript/module/motion/index.d.ts.map +1 -1
- package/lib/typescript/module/motion/index.web.d.ts +1 -1
- package/lib/typescript/module/motion/index.web.d.ts.map +1 -1
- package/lib/typescript/module/motion/types.d.ts +20 -0
- package/lib/typescript/module/motion/types.d.ts.map +1 -0
- package/lib/typescript/module/overlay/Overlay.d.ts +56 -0
- package/lib/typescript/module/overlay/Overlay.d.ts.map +1 -0
- package/lib/typescript/module/overlay/dropdown-placement.d.ts +38 -10
- package/lib/typescript/module/overlay/dropdown-placement.d.ts.map +1 -1
- package/lib/typescript/module/overlay/index.d.ts +2 -151
- package/lib/typescript/module/overlay/index.d.ts.map +1 -1
- package/lib/typescript/module/overlay/types.d.ts +66 -0
- package/lib/typescript/module/overlay/types.d.ts.map +1 -0
- package/lib/typescript/module/popover/Popover.d.ts +5 -0
- package/lib/typescript/module/popover/Popover.d.ts.map +1 -0
- package/lib/typescript/module/popover/Popover.web.d.ts +5 -0
- package/lib/typescript/module/popover/Popover.web.d.ts.map +1 -0
- package/lib/typescript/module/popover/context.d.ts +3 -14
- package/lib/typescript/module/popover/context.d.ts.map +1 -1
- package/lib/typescript/module/popover/index.d.ts +2 -13
- package/lib/typescript/module/popover/index.d.ts.map +1 -1
- package/lib/typescript/module/popover/index.web.d.ts +2 -13
- package/lib/typescript/module/popover/index.web.d.ts.map +1 -1
- package/lib/typescript/module/popover/types.d.ts +4 -53
- package/lib/typescript/module/popover/types.d.ts.map +1 -1
- package/lib/typescript/module/portal/Portal.d.ts +15 -0
- package/lib/typescript/module/portal/Portal.d.ts.map +1 -0
- package/lib/typescript/module/portal/Portal.web.d.ts +20 -0
- package/lib/typescript/module/portal/Portal.web.d.ts.map +1 -0
- package/lib/typescript/module/portal/index.d.ts +1 -14
- package/lib/typescript/module/portal/index.d.ts.map +1 -1
- package/lib/typescript/module/portal/index.web.d.ts +1 -19
- package/lib/typescript/module/portal/index.web.d.ts.map +1 -1
- package/lib/typescript/module/pressable-scale/PressableScale.d.ts +6 -11
- package/lib/typescript/module/pressable-scale/PressableScale.d.ts.map +1 -1
- package/lib/typescript/module/pressable-scale/index.d.ts +1 -1
- package/lib/typescript/module/pressable-scale/index.d.ts.map +1 -1
- package/lib/typescript/module/pressable-scale/types.d.ts +13 -0
- package/lib/typescript/module/pressable-scale/types.d.ts.map +1 -0
- package/lib/typescript/module/profile-card/ProfileCard.d.ts.map +1 -1
- package/lib/typescript/module/progressive-blur/ProgressiveBlur.d.ts +22 -0
- package/lib/typescript/module/progressive-blur/ProgressiveBlur.d.ts.map +1 -0
- package/lib/typescript/module/progressive-blur/ProgressiveBlur.web.d.ts +29 -0
- package/lib/typescript/module/progressive-blur/ProgressiveBlur.web.d.ts.map +1 -0
- package/lib/typescript/module/progressive-blur/index.d.ts +1 -21
- package/lib/typescript/module/progressive-blur/index.d.ts.map +1 -1
- package/lib/typescript/module/progressive-blur/index.web.d.ts +1 -28
- package/lib/typescript/module/progressive-blur/index.web.d.ts.map +1 -1
- package/lib/typescript/module/progressive-blur/types.d.ts +1 -1
- package/lib/typescript/module/prompt-input/Actions.d.ts.map +1 -1
- package/lib/typescript/module/prompt-input/PromptInput.d.ts +2 -1
- package/lib/typescript/module/prompt-input/PromptInput.d.ts.map +1 -1
- package/lib/typescript/module/prompt-input/PromptInput.web.d.ts +14 -0
- package/lib/typescript/module/prompt-input/PromptInput.web.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/PromptInputBase.d.ts +18 -0
- package/lib/typescript/module/prompt-input/PromptInputBase.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/SubmitButton.d.ts.map +1 -1
- package/lib/typescript/module/prompt-input/context.d.ts +4 -5
- package/lib/typescript/module/prompt-input/context.d.ts.map +1 -1
- package/lib/typescript/module/prompt-input/index.d.ts +1 -1
- package/lib/typescript/module/prompt-input/index.d.ts.map +1 -1
- package/lib/typescript/module/prompt-input/index.web.d.ts +8 -0
- package/lib/typescript/module/prompt-input/index.web.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/types.d.ts +4 -4
- package/lib/typescript/module/prompt-input/types.d.ts.map +1 -1
- package/lib/typescript/module/provider/BloomProvider.d.ts +6 -0
- package/lib/typescript/module/provider/BloomProvider.d.ts.map +1 -0
- package/lib/typescript/module/provider/index.d.ts +2 -52
- package/lib/typescript/module/provider/index.d.ts.map +1 -1
- package/lib/typescript/module/provider/types.d.ts +15 -0
- package/lib/typescript/module/provider/types.d.ts.map +1 -0
- package/lib/typescript/module/radio/Radio.d.ts +15 -0
- package/lib/typescript/module/radio/Radio.d.ts.map +1 -0
- package/lib/typescript/module/radio/index.d.ts +3 -0
- package/lib/typescript/module/radio/index.d.ts.map +1 -0
- package/lib/typescript/module/radio/types.d.ts +63 -0
- package/lib/typescript/module/radio/types.d.ts.map +1 -0
- package/lib/typescript/module/radio-indicator/RadioIndicator.d.ts.map +1 -1
- package/lib/typescript/module/radio-indicator/types.d.ts +9 -0
- package/lib/typescript/module/radio-indicator/types.d.ts.map +1 -1
- package/lib/typescript/module/scroll/expo-router/expo-router-adapter.d.ts +7 -0
- package/lib/typescript/module/scroll/expo-router/expo-router-adapter.d.ts.map +1 -0
- package/lib/typescript/module/scroll/expo-router/index.d.ts +4 -4
- package/lib/typescript/module/scroll/expo-router/index.d.ts.map +1 -1
- package/lib/typescript/module/scroll/index.d.ts +1 -15
- package/lib/typescript/module/scroll/index.d.ts.map +1 -1
- package/lib/typescript/module/scroll/index.web.d.ts +1 -21
- package/lib/typescript/module/scroll/index.web.d.ts.map +1 -1
- package/lib/typescript/module/scroll/types.d.ts +18 -0
- package/lib/typescript/module/scroll/types.d.ts.map +1 -1
- package/lib/typescript/module/scroll/use-scroll-restoration.d.ts +16 -0
- package/lib/typescript/module/scroll/use-scroll-restoration.d.ts.map +1 -0
- package/lib/typescript/module/scroll/use-scroll-restoration.web.d.ts +22 -0
- package/lib/typescript/module/scroll/use-scroll-restoration.web.d.ts.map +1 -0
- package/lib/typescript/module/search/Search.d.ts +10 -0
- package/lib/typescript/module/search/Search.d.ts.map +1 -0
- package/lib/typescript/module/search/index.d.ts +1 -9
- package/lib/typescript/module/search/index.d.ts.map +1 -1
- package/lib/typescript/module/segmented-control/SegmentedControl.d.ts +41 -0
- package/lib/typescript/module/segmented-control/SegmentedControl.d.ts.map +1 -0
- package/lib/typescript/module/segmented-control/index.d.ts +1 -44
- package/lib/typescript/module/segmented-control/index.d.ts.map +1 -1
- package/lib/typescript/module/select/Select.d.ts +25 -0
- package/lib/typescript/module/select/Select.d.ts.map +1 -0
- package/lib/typescript/module/select/Select.web.d.ts +22 -0
- package/lib/typescript/module/select/Select.web.d.ts.map +1 -0
- package/lib/typescript/module/select/index.d.ts +3 -13
- package/lib/typescript/module/select/index.d.ts.map +1 -1
- package/lib/typescript/module/select/index.web.d.ts +3 -13
- package/lib/typescript/module/select/index.web.d.ts.map +1 -1
- package/lib/typescript/module/select/shared.d.ts +44 -0
- package/lib/typescript/module/select/shared.d.ts.map +1 -0
- package/lib/typescript/module/select/types.d.ts +50 -26
- package/lib/typescript/module/select/types.d.ts.map +1 -1
- package/lib/typescript/module/settings-list/SettingsList.d.ts.map +1 -1
- package/lib/typescript/module/skeleton/Skeleton.d.ts +64 -0
- package/lib/typescript/module/skeleton/Skeleton.d.ts.map +1 -0
- package/lib/typescript/module/skeleton/index.d.ts +1 -63
- package/lib/typescript/module/skeleton/index.d.ts.map +1 -1
- package/lib/typescript/module/slider/Slider.d.ts.map +1 -1
- package/lib/typescript/module/slider/types.d.ts +10 -0
- package/lib/typescript/module/slider/types.d.ts.map +1 -1
- package/lib/typescript/module/stat-bar/StatBar.d.ts.map +1 -1
- package/lib/typescript/module/styles/atoms.d.ts +1 -1
- package/lib/typescript/module/styles/index.d.ts +1 -1
- package/lib/typescript/module/styles/index.d.ts.map +1 -1
- package/lib/typescript/module/styles/interactive-web-css.d.ts +69 -0
- package/lib/typescript/module/styles/interactive-web-css.d.ts.map +1 -0
- package/lib/typescript/module/styles/pointer.d.ts +11 -0
- package/lib/typescript/module/styles/pointer.d.ts.map +1 -0
- package/lib/typescript/module/styles/styled-primitives.d.ts +90 -0
- package/lib/typescript/module/styles/styled-primitives.d.ts.map +1 -0
- package/lib/typescript/module/styles/tokens.d.ts +41 -4
- package/lib/typescript/module/styles/tokens.d.ts.map +1 -1
- package/lib/typescript/module/styles/web-view-style.d.ts +11 -0
- package/lib/typescript/module/styles/web-view-style.d.ts.map +1 -1
- package/lib/typescript/module/styles/z-index.d.ts +0 -18
- package/lib/typescript/module/styles/z-index.d.ts.map +1 -1
- package/lib/typescript/module/subtle-hover/SubtleHover.d.ts +1 -18
- package/lib/typescript/module/subtle-hover/SubtleHover.d.ts.map +1 -1
- package/lib/typescript/module/subtle-hover/index.d.ts +1 -1
- package/lib/typescript/module/subtle-hover/index.d.ts.map +1 -1
- package/lib/typescript/module/subtle-hover/types.d.ts +19 -0
- package/lib/typescript/module/subtle-hover/types.d.ts.map +1 -0
- package/lib/typescript/module/surfaces/SurfaceHost.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/api.d.ts +17 -9
- package/lib/typescript/module/surfaces/api.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/index.d.ts +3 -3
- package/lib/typescript/module/surfaces/index.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/index.web.d.ts +3 -3
- package/lib/typescript/module/surfaces/index.web.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/prompts.d.ts +17 -1
- package/lib/typescript/module/surfaces/prompts.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/surface-store.d.ts +51 -0
- package/lib/typescript/module/surfaces/surface-store.d.ts.map +1 -0
- package/lib/typescript/module/surfaces/types.d.ts +40 -3
- package/lib/typescript/module/surfaces/types.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/use-surface.d.ts +21 -0
- package/lib/typescript/module/surfaces/use-surface.d.ts.map +1 -0
- package/lib/typescript/module/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/module/switch/types.d.ts +17 -0
- package/lib/typescript/module/switch/types.d.ts.map +1 -1
- package/lib/typescript/module/tab-bar/TabBarBase.d.ts +1 -1
- package/lib/typescript/module/tab-bar/context.d.ts +51 -0
- package/lib/typescript/module/tab-bar/context.d.ts.map +1 -0
- package/lib/typescript/module/tab-bar/expo-router/RouterTabBar.d.ts +1 -1
- package/lib/typescript/module/tab-bar/expo-router/index.d.ts +1 -1
- package/lib/typescript/module/tab-bar/index.d.ts +2 -2
- package/lib/typescript/module/tab-bar/index.d.ts.map +1 -1
- package/lib/typescript/module/tab-bar/index.web.d.ts +2 -2
- package/lib/typescript/module/tab-bar/index.web.d.ts.map +1 -1
- package/lib/typescript/module/tab-bar/surface.d.ts +1 -1
- package/lib/typescript/module/tab-bar/types.d.ts +1 -1
- package/lib/typescript/module/tabs/Tabs.d.ts.map +1 -1
- package/lib/typescript/module/text-field/TextField.d.ts +21 -0
- package/lib/typescript/module/text-field/TextField.d.ts.map +1 -0
- package/lib/typescript/module/text-field/index.d.ts +2 -50
- package/lib/typescript/module/text-field/index.d.ts.map +1 -1
- package/lib/typescript/module/text-field/types.d.ts +28 -0
- package/lib/typescript/module/text-field/types.d.ts.map +1 -0
- package/lib/typescript/module/theme/accent-colors.d.ts +62 -0
- package/lib/typescript/module/theme/accent-colors.d.ts.map +1 -0
- package/lib/typescript/module/theme/adaptive-colors.d.ts +35 -1
- package/lib/typescript/module/theme/adaptive-colors.d.ts.map +1 -1
- package/lib/typescript/module/theme/ambient-store.d.ts.map +1 -1
- package/lib/typescript/module/theme/build-theme-from-seed.d.ts.map +1 -1
- package/lib/typescript/module/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-engine/color-utils.d.ts +4 -0
- package/lib/typescript/module/theme/color-engine/color-utils.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-engine/generate-role-colors.d.ts +34 -0
- package/lib/typescript/module/theme/color-engine/generate-role-colors.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/index.d.ts +10 -47
- package/lib/typescript/module/theme/color-engine/index.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-policy.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-presets.d.ts +386 -62
- package/lib/typescript/module/theme/color-presets.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-scope/ColorScope.d.ts +33 -0
- package/lib/typescript/module/theme/color-scope/ColorScope.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-scope/ColorScope.web.d.ts +24 -0
- package/lib/typescript/module/theme/color-scope/ColorScope.web.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-scope/index.d.ts +2 -32
- package/lib/typescript/module/theme/color-scope/index.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-scope/index.web.d.ts +2 -23
- package/lib/typescript/module/theme/color-scope/index.web.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-utils.d.ts +22 -3
- package/lib/typescript/module/theme/color-utils.d.ts.map +1 -1
- package/lib/typescript/module/theme/glass-colors.d.ts +192 -0
- package/lib/typescript/module/theme/glass-colors.d.ts.map +1 -0
- package/lib/typescript/module/theme/index.d.ts +10 -10
- package/lib/typescript/module/theme/index.d.ts.map +1 -1
- package/lib/typescript/module/theme/index.web.d.ts +32 -0
- package/lib/typescript/module/theme/index.web.d.ts.map +1 -0
- package/lib/typescript/module/theme/press-colors.d.ts +25 -0
- package/lib/typescript/module/theme/press-colors.d.ts.map +1 -0
- package/lib/typescript/module/theme/seed-scope/SeedScope.d.ts +45 -0
- package/lib/typescript/module/theme/seed-scope/SeedScope.d.ts.map +1 -0
- package/lib/typescript/module/theme/seed-scope/SeedScope.web.d.ts +43 -0
- package/lib/typescript/module/theme/seed-scope/SeedScope.web.d.ts.map +1 -0
- package/lib/typescript/module/theme/seed-scope/index.d.ts +2 -44
- package/lib/typescript/module/theme/seed-scope/index.d.ts.map +1 -1
- package/lib/typescript/module/theme/seed-scope/index.web.d.ts +2 -42
- package/lib/typescript/module/theme/seed-scope/index.web.d.ts.map +1 -1
- package/lib/typescript/module/theme/types.d.ts +20 -0
- package/lib/typescript/module/theme/types.d.ts.map +1 -1
- package/lib/typescript/module/toast/Positioner.d.ts +1 -1
- package/lib/typescript/module/toast/ToastOutlet.d.ts +27 -0
- package/lib/typescript/module/toast/ToastOutlet.d.ts.map +1 -0
- package/lib/typescript/module/toast/ToastRow.d.ts +1 -1
- package/lib/typescript/module/toast/ToastSwipeHandler.d.ts +1 -1
- package/lib/typescript/module/toast/Toaster.d.ts +1 -1
- package/lib/typescript/module/toast/container-geometry.d.ts +78 -0
- package/lib/typescript/module/toast/container-geometry.d.ts.map +1 -0
- package/lib/typescript/module/toast/context.d.ts +1 -1
- package/lib/typescript/module/toast/index.d.ts +1 -26
- package/lib/typescript/module/toast/index.d.ts.map +1 -1
- package/lib/typescript/module/toast/row-geometry.d.ts +35 -0
- package/lib/typescript/module/toast/row-geometry.d.ts.map +1 -0
- package/lib/typescript/module/toast/toast-comparator.d.ts +1 -1
- package/lib/typescript/module/toast/toast-store.d.ts +1 -1
- package/lib/typescript/module/toast/types.d.ts +0 -1
- package/lib/typescript/module/toast/types.d.ts.map +1 -1
- package/lib/typescript/module/toast/use-toast-colors.d.ts.map +1 -1
- package/lib/typescript/module/toast/use-toast-position.d.ts +1 -1
- package/lib/typescript/module/tooltip/Tooltip.d.ts +17 -0
- package/lib/typescript/module/tooltip/Tooltip.d.ts.map +1 -0
- package/lib/typescript/module/tooltip/Tooltip.web.d.ts +17 -0
- package/lib/typescript/module/tooltip/Tooltip.web.d.ts.map +1 -0
- package/lib/typescript/module/tooltip/constants.d.ts +5 -0
- package/lib/typescript/module/tooltip/constants.d.ts.map +1 -0
- package/lib/typescript/module/tooltip/index.d.ts +1 -28
- package/lib/typescript/module/tooltip/index.d.ts.map +1 -1
- package/lib/typescript/module/tooltip/index.web.d.ts +1 -25
- package/lib/typescript/module/tooltip/index.web.d.ts.map +1 -1
- package/lib/typescript/module/typography/Typography.d.ts +54 -0
- package/lib/typescript/module/typography/Typography.d.ts.map +1 -0
- package/lib/typescript/module/typography/index.d.ts +2 -19
- package/lib/typescript/module/typography/index.d.ts.map +1 -1
- package/lib/typescript/module/typography/types.d.ts +13 -0
- package/lib/typescript/module/typography/types.d.ts.map +1 -0
- package/lib/typescript/module/user-hover-card/UserHoverCard.d.ts.map +1 -1
- package/lib/typescript/module/user-hover-card/types.d.ts +16 -0
- package/lib/typescript/module/user-hover-card/types.d.ts.map +1 -1
- package/lib/typescript/module/zoomable-image-gallery/ZoomableImageGallery.d.ts.map +1 -1
- package/package.json +99 -74
- package/src/__tests__/support/collision-fixture-barrel.ts +20 -0
- package/src/__tests__/support/press-host.ts +30 -0
- package/src/__tests__/support/rendered-style.ts +99 -0
- package/src/__tests__/support/unread-hook-fixture.ts +33 -0
- package/src/accordion/Accordion.tsx +43 -15
- package/src/activity-heatmap/ActivityHeatmap.tsx +19 -3
- package/src/activity-heatmap/index.ts +1 -1
- package/src/activity-heatmap/types.ts +13 -2
- package/src/admonition/index.ts +9 -0
- package/src/alert-dialog/AlertDialog.tsx +14 -17
- package/src/alert-dialog/index.ts +6 -8
- package/src/alert-dialog/index.web.ts +2 -8
- package/src/animated-check/AnimatedCheck.tsx +1 -12
- package/src/animated-check/index.ts +1 -1
- package/src/animated-check/types.ts +11 -0
- package/src/aspect-ratio/AspectRatio.tsx +58 -0
- package/src/aspect-ratio/index.ts +2 -0
- package/src/aspect-ratio/types.ts +19 -0
- package/src/avatar/Avatar.tsx +22 -3
- package/src/avatar/default-avatar.ts +9 -2
- package/src/avatar/index.ts +3 -9
- package/src/avatar/types.ts +1 -1
- package/src/avatar-group/AvatarGroup.web.tsx +37 -16
- package/src/avatar-group/AvatarGroupBase.tsx +45 -6
- package/src/badge/Badge.tsx +10 -36
- package/src/badge/index.ts +1 -7
- package/src/badge/types.ts +7 -6
- package/src/benefit-list/BenefitList.tsx +126 -0
- package/src/benefit-list/index.ts +5 -0
- package/src/bottom-sheet/BottomSheet.tsx +118 -0
- package/src/bottom-sheet/BottomSheet.web.tsx +75 -0
- package/src/bottom-sheet/BottomSheetBase.tsx +13 -152
- package/src/bottom-sheet/index.ts +5 -0
- package/src/bottom-sheet/index.web.ts +5 -0
- package/src/bottom-sheet/types.ts +154 -0
- package/src/button/Button.tsx +146 -32
- package/src/button/Button.web.tsx +155 -86
- package/src/button/types.ts +17 -1
- package/src/card/Card.tsx +72 -31
- package/src/card/index.ts +3 -0
- package/src/card/types.ts +38 -1
- package/src/checkbox/Checkbox.tsx +174 -47
- package/src/chip/Chip.tsx +143 -47
- package/src/chip/index.ts +1 -1
- package/src/chip/types.ts +9 -5
- package/src/combobox/Combobox.tsx +61 -39
- package/src/combobox/index.ts +3 -2
- package/src/combobox/index.web.ts +3 -2
- package/src/command/Command.tsx +3 -3
- package/src/command/types.ts +1 -1
- package/src/connection-dots/ConnectionDots.web.tsx +10 -2
- package/src/connection-dots/ConnectionDotsBase.tsx +4 -3
- package/src/connection-status/ConnectionStatusToasts.tsx +46 -0
- package/src/connection-status/ConnectionStatusToasts.web.tsx +34 -0
- package/src/connection-status/index.ts +4 -0
- package/src/connection-status/index.web.ts +4 -0
- package/src/content-panel/ContentPanel.tsx +106 -0
- package/src/content-panel/ContentPanel.web.tsx +198 -0
- package/src/content-panel/index.ts +7 -0
- package/src/content-panel/index.web.ts +7 -0
- package/src/content-panel/types.ts +49 -0
- package/src/context-menu/ContextMenu.tsx +119 -0
- package/src/context-menu/ContextMenu.web.tsx +165 -0
- package/src/context-menu/context.ts +26 -34
- package/src/context-menu/index.ts +31 -0
- package/src/context-menu/index.web.ts +31 -0
- package/src/context-menu/types.ts +52 -65
- package/src/design-tokens/scales.ts +23 -3
- package/src/design-tokens/shadows.native.ts +36 -1
- package/src/design-tokens/shadows.ts +24 -3
- package/src/design-tokens/theme.css +6 -0
- package/src/design-tokens/tokens-json.ts +29 -9
- package/src/design-tokens/tokens.json +6314 -334
- package/src/dialog/Dialog.tsx +22 -55
- package/src/dialog/Dialog.web.tsx +5 -40
- package/src/dialog/DialogBottomSheet.tsx +8 -4
- package/src/dialog/DialogContent.tsx +40 -25
- package/src/dialog/DialogHeader.tsx +45 -20
- package/src/dialog/SheetShell.tsx +21 -1
- package/src/dialog/index.ts +1 -7
- package/src/dialog/index.web.ts +1 -7
- package/src/dialog/types.ts +5 -1
- package/src/dot-grid-meter/DotGridMeter.tsx +14 -1
- package/src/dot-grid-meter/types.ts +12 -0
- package/src/dropdown-menu/DropdownMenu.tsx +110 -0
- package/src/dropdown-menu/DropdownMenu.web.tsx +136 -0
- package/src/dropdown-menu/context.ts +23 -0
- package/src/dropdown-menu/index.ts +31 -0
- package/src/dropdown-menu/index.web.ts +31 -0
- package/src/dropdown-menu/types.ts +34 -0
- package/src/error-boundary/ErrorBoundary.tsx +16 -5
- package/src/fab/Fab.tsx +110 -52
- package/src/fab/Fab.web.tsx +51 -54
- package/src/fill/index.ts +3 -0
- package/src/floating/FloatingPanel.tsx +462 -0
- package/src/floating/TriggerSlot.tsx +128 -0
- package/src/floating/constants.ts +343 -0
- package/src/floating/context.ts +77 -0
- package/src/floating/index.ts +43 -0
- package/src/floating/menu-rows.tsx +316 -0
- package/src/floating/menu-sub-flyout.tsx +476 -0
- package/src/floating/menu-sub-inline.tsx +110 -0
- package/src/floating/shared.tsx +233 -0
- package/src/floating/types.ts +365 -0
- package/src/floating/use-anchor-rect.ts +65 -0
- package/src/floating/use-sheet-open-bridge.ts +60 -0
- package/src/frosted-icon-button/FrostedIconButton.tsx +124 -60
- package/src/frosted-icon-button/FrostedIconButton.web.tsx +68 -61
- package/src/glass/GlassSurface.tsx +161 -0
- package/src/glass/blur-target.tsx +160 -0
- package/src/glass/index.ts +11 -0
- package/src/glass/types.ts +51 -0
- package/src/grid/index.ts +4 -0
- package/src/hooks/index.ts +14 -10
- package/src/hooks/use-accessibility-focus.ts +106 -0
- package/src/hooks/use-accessible-name-warning.ts +80 -0
- package/src/hooks/use-press-animation.ts +74 -0
- package/src/icon-circle/IconCircle.tsx +40 -0
- package/src/icon-circle/index.ts +3 -0
- package/src/icons/Logo.tsx +1 -1
- package/src/icons/TEMPLATE.tsx +1 -1
- package/src/icons/VerifiedCheck.tsx +1 -1
- package/src/icons/VerifierCheck.tsx +1 -1
- package/src/icons/index.ts +2 -2
- package/src/image-aspect-ratio-cache/index.ts +2 -2
- package/src/index.ts +107 -35
- package/src/index.web.ts +110 -38
- package/src/input-group/InputGroup.tsx +14 -11
- package/src/input-group/index.ts +1 -1
- package/src/input-group/types.ts +1 -1
- package/src/item/Item.tsx +50 -15
- package/src/item/types.ts +12 -2
- package/src/link-preview/LinkPreviewCard.tsx +87 -52
- package/src/list/VirtualList.tsx +114 -0
- package/src/list/VirtualList.web.tsx +254 -0
- package/src/list/index.ts +11 -0
- package/src/list/index.web.ts +11 -0
- package/src/loading/Loading.tsx +0 -45
- package/src/loading/Loading.web.tsx +0 -45
- package/src/loading/SpinnerIcon.tsx +13 -8
- package/src/loading/SpinnerIcon.web.tsx +5 -3
- package/src/loading/index.ts +0 -1
- package/src/loading/index.web.ts +0 -1
- package/src/loading/types.ts +1 -12
- package/src/media-inset-border/MediaInsetBorder.tsx +1 -15
- package/src/media-inset-border/index.ts +1 -1
- package/src/media-inset-border/types.ts +18 -0
- package/src/menubar/Menubar.tsx +172 -0
- package/src/menubar/Menubar.web.tsx +210 -0
- package/src/menubar/context.ts +44 -0
- package/src/menubar/index.ts +33 -0
- package/src/menubar/index.web.ts +33 -0
- package/src/menubar/types.ts +54 -0
- package/src/motion/ScreenTransition.tsx +1 -19
- package/src/motion/index.ts +1 -1
- package/src/motion/index.web.ts +1 -1
- package/src/motion/types.ts +21 -0
- package/src/overlay/Overlay.tsx +418 -0
- package/src/overlay/dropdown-placement.ts +126 -22
- package/src/overlay/index.ts +17 -0
- package/src/overlay/types.ts +67 -0
- package/src/popover/Popover.tsx +72 -0
- package/src/popover/Popover.web.tsx +107 -0
- package/src/popover/context.ts +16 -19
- package/src/popover/index.ts +2 -0
- package/src/popover/index.web.ts +2 -0
- package/src/popover/types.ts +9 -60
- package/src/portal/Portal.tsx +132 -0
- package/src/portal/Portal.web.tsx +80 -0
- package/src/portal/index.ts +5 -0
- package/src/portal/index.web.ts +5 -0
- package/src/pressable-scale/PressableScale.tsx +26 -38
- package/src/pressable-scale/index.ts +1 -1
- package/src/pressable-scale/types.ts +13 -0
- package/src/profile-card/ProfileCard.tsx +12 -6
- package/src/progressive-blur/ProgressiveBlur.tsx +76 -0
- package/src/progressive-blur/ProgressiveBlur.web.tsx +64 -0
- package/src/progressive-blur/index.ts +4 -0
- package/src/progressive-blur/index.web.ts +4 -0
- package/src/progressive-blur/shared.ts +1 -1
- package/src/progressive-blur/types.ts +1 -1
- package/src/prompt-input/Actions.tsx +2 -1
- package/src/prompt-input/Attachments.tsx +3 -3
- package/src/prompt-input/PromptInput.tsx +5 -269
- package/src/prompt-input/PromptInput.web.tsx +18 -0
- package/src/prompt-input/PromptInputBase.tsx +288 -0
- package/src/prompt-input/SubmitButton.tsx +48 -15
- package/src/prompt-input/context.ts +4 -7
- package/src/prompt-input/index.ts +1 -2
- package/src/prompt-input/index.web.ts +26 -0
- package/src/prompt-input/types.ts +4 -4
- package/src/provider/BloomProvider.tsx +79 -0
- package/src/provider/index.ts +4 -0
- package/src/provider/types.ts +15 -0
- package/src/radio/Radio.tsx +180 -0
- package/src/radio/index.ts +2 -0
- package/src/radio/types.ts +66 -0
- package/src/radio-indicator/RadioIndicator.tsx +11 -1
- package/src/radio-indicator/types.ts +9 -0
- package/src/scroll/expo-router/expo-router-adapter.ts +140 -0
- package/src/scroll/expo-router/index.ts +4 -138
- package/src/scroll/index.ts +1 -103
- package/src/scroll/index.web.ts +12 -0
- package/src/scroll/types.ts +18 -0
- package/src/scroll/use-scroll-restoration.ts +120 -0
- package/src/scroll/use-scroll-restoration.web.ts +364 -0
- package/src/search/Search.tsx +74 -0
- package/src/search/index.ts +3 -0
- package/src/segmented-control/SegmentedControl.tsx +337 -0
- package/src/segmented-control/index.ts +5 -0
- package/src/select/Select.tsx +424 -0
- package/src/select/Select.web.tsx +424 -0
- package/src/select/index.ts +30 -0
- package/src/select/index.web.ts +30 -0
- package/src/select/shared.tsx +157 -0
- package/src/select/types.ts +53 -27
- package/src/settings-list/SettingsList.tsx +30 -52
- package/src/skeleton/Skeleton.tsx +229 -0
- package/src/skeleton/index.ts +8 -0
- package/src/slider/Slider.tsx +2 -0
- package/src/slider/types.ts +10 -0
- package/src/stat-bar/StatBar.tsx +8 -1
- package/src/styles/index.ts +1 -1
- package/src/styles/interactive-web-css.ts +166 -0
- package/src/styles/pointer.ts +33 -0
- package/src/styles/styled-primitives.ts +111 -0
- package/src/styles/tokens.ts +59 -22
- package/src/styles/web-view-style.ts +11 -0
- package/src/styles/z-index.ts +0 -1
- package/src/subtle-hover/SubtleHover.tsx +8 -37
- package/src/subtle-hover/index.ts +1 -1
- package/src/subtle-hover/types.ts +20 -0
- package/src/surfaces/SurfaceHost.tsx +18 -9
- package/src/surfaces/api.ts +17 -9
- package/src/surfaces/index.ts +4 -1
- package/src/surfaces/index.web.ts +4 -1
- package/src/surfaces/prompts.tsx +138 -121
- package/src/surfaces/types.ts +47 -3
- package/src/switch/Switch.tsx +11 -1
- package/src/switch/types.ts +17 -0
- package/src/tab-bar/TabBarBase.tsx +3 -3
- package/src/tab-bar/context.tsx +117 -0
- package/src/tab-bar/expo-router/RouterTabBar.tsx +1 -1
- package/src/tab-bar/expo-router/fading-tab-screen.tsx +1 -1
- package/src/tab-bar/expo-router/index.ts +1 -1
- package/src/tab-bar/glyph.native.tsx +1 -1
- package/src/tab-bar/glyph.tsx +1 -1
- package/src/tab-bar/index.ts +3 -3
- package/src/tab-bar/index.web.ts +35 -0
- package/src/tab-bar/shared.ts +1 -1
- package/src/tab-bar/surface-solid.tsx +1 -1
- package/src/tab-bar/surface.native.tsx +1 -1
- package/src/tab-bar/surface.tsx +1 -1
- package/src/tab-bar/surface.web.tsx +1 -1
- package/src/tab-bar/types.ts +1 -1
- package/src/tabs/Tabs.tsx +49 -21
- package/src/text-field/TextField.tsx +610 -0
- package/src/text-field/index.ts +9 -0
- package/src/text-field/types.ts +31 -0
- package/src/theme/BloomThemeProvider.tsx +1 -1
- package/src/theme/__tests__/__fixtures__/golden-resolved-tokens.json +2179 -259
- package/src/theme/accent-colors.ts +166 -0
- package/src/theme/adaptive-colors.ts +31 -3
- package/src/theme/ambient-store.ts +21 -1
- package/src/theme/build-theme-from-seed.ts +13 -1
- package/src/theme/build-theme.ts +29 -2
- package/src/theme/color-engine/color-utils.ts +15 -0
- package/src/theme/color-engine/generate-role-colors.ts +67 -0
- package/src/theme/color-engine/index.ts +17 -87
- package/src/theme/color-policy.ts +93 -46
- package/src/theme/color-presets.ts +473 -146
- package/src/theme/color-scope/index.ts +2 -0
- package/src/theme/color-scope/index.web.ts +2 -0
- package/src/theme/color-utils.ts +40 -9
- package/src/theme/glass-colors.ts +270 -0
- package/src/theme/index.ts +48 -22
- package/src/theme/index.web.ts +92 -0
- package/src/theme/press-colors.ts +100 -0
- package/src/theme/seed-scope/index.ts +2 -0
- package/src/theme/seed-scope/index.web.ts +2 -0
- package/src/theme/types.ts +21 -0
- package/src/toast/Positioner.tsx +2 -2
- package/src/toast/ToastContent.tsx +8 -2
- package/src/toast/ToastIcon.tsx +1 -1
- package/src/toast/ToastOutlet.tsx +31 -0
- package/src/toast/ToastRow.tsx +2 -2
- package/src/toast/ToastSwipeHandler.tsx +1 -1
- package/src/toast/Toaster.tsx +2 -2
- package/src/toast/animations.ts +1 -1
- package/src/toast/constants.ts +1 -1
- package/src/toast/container-geometry.ts +148 -0
- package/src/toast/context.tsx +1 -1
- package/src/toast/index.ts +26 -0
- package/src/toast/row-geometry.ts +158 -0
- package/src/toast/toast-comparator.ts +1 -1
- package/src/toast/toast-fns.ts +1 -1
- package/src/toast/toast-store.ts +2 -2
- package/src/toast/toast-timers.ts +1 -1
- package/src/toast/types.ts +0 -1
- package/src/toast/use-app-state.ts +1 -1
- package/src/toast/use-toast-colors.ts +8 -4
- package/src/toast/use-toast-position.ts +2 -2
- package/src/tooltip/Tooltip.tsx +379 -0
- package/src/tooltip/Tooltip.web.tsx +155 -0
- package/src/tooltip/index.ts +6 -0
- package/src/tooltip/index.web.ts +6 -0
- package/src/typography/Typography.tsx +311 -0
- package/src/typography/index.ts +18 -0
- package/src/typography/types.ts +19 -0
- package/src/user-hover-card/UserHoverCard.tsx +33 -27
- package/src/user-hover-card/types.ts +16 -0
- package/src/zoomable-image-gallery/ZoomableImageGallery.tsx +100 -38
- package/NOTICE +0 -92
- package/lib/commonjs/activity-heatmap/bucketByDay.js +0 -51
- package/lib/commonjs/activity-heatmap/bucketByDay.js.map +0 -1
- package/lib/commonjs/alert-dialog/AlertDialogHost.js +0 -50
- package/lib/commonjs/alert-dialog/AlertDialogHost.js.map +0 -1
- package/lib/commonjs/alert-dialog/confirm-store.js +0 -80
- package/lib/commonjs/alert-dialog/confirm-store.js.map +0 -1
- package/lib/commonjs/avatar/placeholder-context.js +0 -15
- package/lib/commonjs/avatar/placeholder-context.js.map +0 -1
- package/lib/commonjs/collapsible/Collapsible.js +0 -108
- package/lib/commonjs/collapsible/Collapsible.js.map +0 -1
- package/lib/commonjs/collapsible/index.js +0 -13
- package/lib/commonjs/collapsible/index.js.map +0 -1
- package/lib/commonjs/collapsible/types.js.map +0 -1
- package/lib/commonjs/content-panel/nesting-context.js +0 -39
- package/lib/commonjs/content-panel/nesting-context.js.map +0 -1
- package/lib/commonjs/dialog/BloomDialogProvider.js +0 -61
- package/lib/commonjs/dialog/BloomDialogProvider.js.map +0 -1
- package/lib/commonjs/dialog/BloomDialogProvider.web.js +0 -45
- package/lib/commonjs/dialog/BloomDialogProvider.web.js.map +0 -1
- package/lib/commonjs/dialog/alert-store.js +0 -116
- package/lib/commonjs/dialog/alert-store.js.map +0 -1
- package/lib/commonjs/dialog/alert.js +0 -38
- package/lib/commonjs/dialog/alert.js.map +0 -1
- package/lib/commonjs/grouped-buttons/GroupedButtons.js +0 -114
- package/lib/commonjs/grouped-buttons/GroupedButtons.js.map +0 -1
- package/lib/commonjs/grouped-buttons/index.js +0 -19
- package/lib/commonjs/grouped-buttons/index.js.map +0 -1
- package/lib/commonjs/grouped-buttons/types.js.map +0 -1
- package/lib/commonjs/hooks/mergeRefs.js +0 -32
- package/lib/commonjs/hooks/mergeRefs.js.map +0 -1
- package/lib/commonjs/hooks/useControllableState.js +0 -35
- package/lib/commonjs/hooks/useControllableState.js.map +0 -1
- package/lib/commonjs/hooks/useDelayedLoading.js +0 -23
- package/lib/commonjs/hooks/useDelayedLoading.js.map +0 -1
- package/lib/commonjs/hooks/useGutters.js +0 -106
- package/lib/commonjs/hooks/useGutters.js.map +0 -1
- package/lib/commonjs/hooks/useHaptics.js +0 -67
- package/lib/commonjs/hooks/useHaptics.js.map +0 -1
- package/lib/commonjs/hooks/useImagePreload.js +0 -52
- package/lib/commonjs/hooks/useImagePreload.js.map +0 -1
- package/lib/commonjs/hooks/useInteractionState.js +0 -70
- package/lib/commonjs/hooks/useInteractionState.js.map +0 -1
- package/lib/commonjs/hooks/usePressAnimation.js +0 -45
- package/lib/commonjs/hooks/usePressAnimation.js.map +0 -1
- package/lib/commonjs/hooks/useThrottledValue.js +0 -35
- package/lib/commonjs/hooks/useThrottledValue.js.map +0 -1
- package/lib/commonjs/icons/common.js +0 -79
- package/lib/commonjs/icons/common.js.map +0 -1
- package/lib/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.js +0 -82
- package/lib/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.js.map +0 -1
- package/lib/commonjs/menu/context.js +0 -28
- package/lib/commonjs/menu/context.js.map +0 -1
- package/lib/commonjs/menu/index.js +0 -237
- package/lib/commonjs/menu/index.js.map +0 -1
- package/lib/commonjs/menu/index.web.js +0 -384
- package/lib/commonjs/menu/index.web.js.map +0 -1
- package/lib/commonjs/menu/types.js.map +0 -1
- package/lib/commonjs/pressable-with-hover/PressableWithHover.js +0 -36
- package/lib/commonjs/pressable-with-hover/PressableWithHover.js.map +0 -1
- package/lib/commonjs/pressable-with-hover/index.js +0 -13
- package/lib/commonjs/pressable-with-hover/index.js.map +0 -1
- package/lib/commonjs/select/common.js +0 -39
- package/lib/commonjs/select/common.js.map +0 -1
- package/lib/commonjs/surfaces/surfaceStore.js +0 -172
- package/lib/commonjs/surfaces/surfaceStore.js.map +0 -1
- package/lib/commonjs/surfaces/useSurface.js +0 -36
- package/lib/commonjs/surfaces/useSurface.js.map +0 -1
- package/lib/commonjs/tab-bar/minimize-context.js +0 -127
- package/lib/commonjs/tab-bar/minimize-context.js.map +0 -1
- package/lib/commonjs/toast/position-utils.js +0 -120
- package/lib/commonjs/toast/position-utils.js.map +0 -1
- package/lib/commonjs/toast/positioner-utils.js +0 -141
- package/lib/commonjs/toast/positioner-utils.js.map +0 -1
- package/lib/commonjs/tooltip/const.js +0 -12
- package/lib/commonjs/tooltip/const.js.map +0 -1
- package/lib/commonjs/typography/styled-text.js +0 -29
- package/lib/commonjs/typography/styled-text.js.map +0 -1
- package/lib/module/activity-heatmap/bucketByDay.js +0 -47
- package/lib/module/activity-heatmap/bucketByDay.js.map +0 -1
- package/lib/module/alert-dialog/AlertDialogHost.js +0 -45
- package/lib/module/alert-dialog/AlertDialogHost.js.map +0 -1
- package/lib/module/alert-dialog/confirm-store.js +0 -73
- package/lib/module/alert-dialog/confirm-store.js.map +0 -1
- package/lib/module/avatar/placeholder-context.js +0 -10
- package/lib/module/avatar/placeholder-context.js.map +0 -1
- package/lib/module/collapsible/Collapsible.js +0 -103
- package/lib/module/collapsible/Collapsible.js.map +0 -1
- package/lib/module/collapsible/index.js +0 -4
- package/lib/module/collapsible/index.js.map +0 -1
- package/lib/module/collapsible/types.js.map +0 -1
- package/lib/module/content-panel/nesting-context.js +0 -35
- package/lib/module/content-panel/nesting-context.js.map +0 -1
- package/lib/module/dialog/BloomDialogProvider.js +0 -57
- package/lib/module/dialog/BloomDialogProvider.js.map +0 -1
- package/lib/module/dialog/BloomDialogProvider.web.js +0 -41
- package/lib/module/dialog/BloomDialogProvider.web.js.map +0 -1
- package/lib/module/dialog/alert-store.js +0 -107
- package/lib/module/dialog/alert-store.js.map +0 -1
- package/lib/module/dialog/alert.js +0 -35
- package/lib/module/dialog/alert.js.map +0 -1
- package/lib/module/grouped-buttons/GroupedButtons.js +0 -109
- package/lib/module/grouped-buttons/GroupedButtons.js.map +0 -1
- package/lib/module/grouped-buttons/index.js +0 -4
- package/lib/module/grouped-buttons/index.js.map +0 -1
- package/lib/module/grouped-buttons/types.js.map +0 -1
- package/lib/module/hooks/mergeRefs.js +0 -28
- package/lib/module/hooks/mergeRefs.js.map +0 -1
- package/lib/module/hooks/useControllableState.js +0 -31
- package/lib/module/hooks/useControllableState.js.map +0 -1
- package/lib/module/hooks/useDelayedLoading.js +0 -20
- package/lib/module/hooks/useDelayedLoading.js.map +0 -1
- package/lib/module/hooks/useGutters.js +0 -103
- package/lib/module/hooks/useGutters.js.map +0 -1
- package/lib/module/hooks/useHaptics.js +0 -61
- package/lib/module/hooks/useHaptics.js.map +0 -1
- package/lib/module/hooks/useImagePreload.js +0 -48
- package/lib/module/hooks/useImagePreload.js.map +0 -1
- package/lib/module/hooks/useInteractionState.js +0 -66
- package/lib/module/hooks/useInteractionState.js.map +0 -1
- package/lib/module/hooks/usePressAnimation.js +0 -42
- package/lib/module/hooks/usePressAnimation.js.map +0 -1
- package/lib/module/hooks/useThrottledValue.js +0 -32
- package/lib/module/hooks/useThrottledValue.js.map +0 -1
- package/lib/module/icons/common.js +0 -73
- package/lib/module/icons/common.js.map +0 -1
- package/lib/module/image-aspect-ratio-cache/imageAspectRatioCache.js +0 -73
- package/lib/module/image-aspect-ratio-cache/imageAspectRatioCache.js.map +0 -1
- package/lib/module/menu/context.js +0 -22
- package/lib/module/menu/context.js.map +0 -1
- package/lib/module/menu/index.js +0 -215
- package/lib/module/menu/index.js.map +0 -1
- package/lib/module/menu/index.web.js +0 -366
- package/lib/module/menu/index.web.js.map +0 -1
- package/lib/module/menu/types.js.map +0 -1
- package/lib/module/pressable-with-hover/PressableWithHover.js +0 -31
- package/lib/module/pressable-with-hover/PressableWithHover.js.map +0 -1
- package/lib/module/pressable-with-hover/index.js +0 -4
- package/lib/module/pressable-with-hover/index.js.map +0 -1
- package/lib/module/select/common.js +0 -32
- package/lib/module/select/common.js.map +0 -1
- package/lib/module/surfaces/surfaceStore.js +0 -159
- package/lib/module/surfaces/surfaceStore.js.map +0 -1
- package/lib/module/surfaces/useSurface.js +0 -31
- package/lib/module/surfaces/useSurface.js.map +0 -1
- package/lib/module/tab-bar/minimize-context.js +0 -118
- package/lib/module/tab-bar/minimize-context.js.map +0 -1
- package/lib/module/toast/position-utils.js +0 -112
- package/lib/module/toast/position-utils.js.map +0 -1
- package/lib/module/toast/positioner-utils.js +0 -134
- package/lib/module/toast/positioner-utils.js.map +0 -1
- package/lib/module/tooltip/const.js +0 -8
- package/lib/module/tooltip/const.js.map +0 -1
- package/lib/module/typography/styled-text.js +0 -24
- package/lib/module/typography/styled-text.js.map +0 -1
- package/lib/typescript/commonjs/activity-heatmap/bucketByDay.d.ts +0 -9
- package/lib/typescript/commonjs/activity-heatmap/bucketByDay.d.ts.map +0 -1
- package/lib/typescript/commonjs/alert-dialog/AlertDialogHost.d.ts +0 -15
- package/lib/typescript/commonjs/alert-dialog/AlertDialogHost.d.ts.map +0 -1
- package/lib/typescript/commonjs/alert-dialog/confirm-store.d.ts +0 -31
- package/lib/typescript/commonjs/alert-dialog/confirm-store.d.ts.map +0 -1
- package/lib/typescript/commonjs/avatar/placeholder-context.d.ts +0 -8
- package/lib/typescript/commonjs/avatar/placeholder-context.d.ts.map +0 -1
- package/lib/typescript/commonjs/collapsible/Collapsible.d.ts +0 -4
- package/lib/typescript/commonjs/collapsible/Collapsible.d.ts.map +0 -1
- package/lib/typescript/commonjs/collapsible/index.d.ts +0 -3
- package/lib/typescript/commonjs/collapsible/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/collapsible/types.d.ts +0 -18
- package/lib/typescript/commonjs/collapsible/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/content-panel/nesting-context.d.ts +0 -24
- package/lib/typescript/commonjs/content-panel/nesting-context.d.ts.map +0 -1
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.d.ts +0 -27
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.d.ts.map +0 -1
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.web.d.ts +0 -15
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.web.d.ts.map +0 -1
- package/lib/typescript/commonjs/dialog/alert-store.d.ts +0 -70
- package/lib/typescript/commonjs/dialog/alert-store.d.ts.map +0 -1
- package/lib/typescript/commonjs/dialog/alert.d.ts +0 -27
- package/lib/typescript/commonjs/dialog/alert.d.ts.map +0 -1
- package/lib/typescript/commonjs/grouped-buttons/GroupedButtons.d.ts +0 -12
- package/lib/typescript/commonjs/grouped-buttons/GroupedButtons.d.ts.map +0 -1
- package/lib/typescript/commonjs/grouped-buttons/index.d.ts +0 -3
- package/lib/typescript/commonjs/grouped-buttons/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/grouped-buttons/types.d.ts +0 -15
- package/lib/typescript/commonjs/grouped-buttons/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/mergeRefs.d.ts +0 -17
- package/lib/typescript/commonjs/hooks/mergeRefs.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useControllableState.d.ts +0 -19
- package/lib/typescript/commonjs/hooks/useControllableState.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useDelayedLoading.d.ts +0 -6
- package/lib/typescript/commonjs/hooks/useDelayedLoading.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useGutters.d.ts +0 -32
- package/lib/typescript/commonjs/hooks/useGutters.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useHaptics.d.ts +0 -28
- package/lib/typescript/commonjs/hooks/useHaptics.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useImagePreload.d.ts +0 -10
- package/lib/typescript/commonjs/hooks/useImagePreload.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useInteractionState.d.ts +0 -35
- package/lib/typescript/commonjs/hooks/useInteractionState.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/usePressAnimation.d.ts +0 -16
- package/lib/typescript/commonjs/hooks/usePressAnimation.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useThrottledValue.d.ts +0 -5
- package/lib/typescript/commonjs/hooks/useThrottledValue.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/common.d.ts +0 -394
- package/lib/typescript/commonjs/icons/common.d.ts.map +0 -1
- package/lib/typescript/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.d.ts +0 -26
- package/lib/typescript/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.d.ts.map +0 -1
- package/lib/typescript/commonjs/menu/context.d.ts +0 -6
- package/lib/typescript/commonjs/menu/context.d.ts.map +0 -1
- package/lib/typescript/commonjs/menu/index.d.ts +0 -22
- package/lib/typescript/commonjs/menu/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/menu/index.web.d.ts +0 -26
- package/lib/typescript/commonjs/menu/index.web.d.ts.map +0 -1
- package/lib/typescript/commonjs/menu/types.d.ts +0 -62
- package/lib/typescript/commonjs/menu/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/pressable-with-hover/PressableWithHover.d.ts +0 -18
- package/lib/typescript/commonjs/pressable-with-hover/PressableWithHover.d.ts.map +0 -1
- package/lib/typescript/commonjs/pressable-with-hover/index.d.ts +0 -3
- package/lib/typescript/commonjs/pressable-with-hover/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/select/common.d.ts +0 -5
- package/lib/typescript/commonjs/select/common.d.ts.map +0 -1
- package/lib/typescript/commonjs/surfaces/surfaceStore.d.ts +0 -51
- package/lib/typescript/commonjs/surfaces/surfaceStore.d.ts.map +0 -1
- package/lib/typescript/commonjs/surfaces/useSurface.d.ts +0 -21
- package/lib/typescript/commonjs/surfaces/useSurface.d.ts.map +0 -1
- package/lib/typescript/commonjs/tab-bar/minimize-context.d.ts +0 -51
- package/lib/typescript/commonjs/tab-bar/minimize-context.d.ts.map +0 -1
- package/lib/typescript/commonjs/toast/position-utils.d.ts +0 -35
- package/lib/typescript/commonjs/toast/position-utils.d.ts.map +0 -1
- package/lib/typescript/commonjs/toast/positioner-utils.d.ts +0 -72
- package/lib/typescript/commonjs/toast/positioner-utils.d.ts.map +0 -1
- package/lib/typescript/commonjs/tooltip/const.d.ts +0 -5
- package/lib/typescript/commonjs/tooltip/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/typography/styled-text.d.ts +0 -10
- package/lib/typescript/commonjs/typography/styled-text.d.ts.map +0 -1
- package/lib/typescript/module/activity-heatmap/bucketByDay.d.ts +0 -9
- package/lib/typescript/module/activity-heatmap/bucketByDay.d.ts.map +0 -1
- package/lib/typescript/module/alert-dialog/AlertDialogHost.d.ts +0 -15
- package/lib/typescript/module/alert-dialog/AlertDialogHost.d.ts.map +0 -1
- package/lib/typescript/module/alert-dialog/confirm-store.d.ts +0 -31
- package/lib/typescript/module/alert-dialog/confirm-store.d.ts.map +0 -1
- package/lib/typescript/module/avatar/placeholder-context.d.ts +0 -8
- package/lib/typescript/module/avatar/placeholder-context.d.ts.map +0 -1
- package/lib/typescript/module/collapsible/Collapsible.d.ts +0 -4
- package/lib/typescript/module/collapsible/Collapsible.d.ts.map +0 -1
- package/lib/typescript/module/collapsible/index.d.ts +0 -3
- package/lib/typescript/module/collapsible/index.d.ts.map +0 -1
- package/lib/typescript/module/collapsible/types.d.ts +0 -18
- package/lib/typescript/module/collapsible/types.d.ts.map +0 -1
- package/lib/typescript/module/content-panel/nesting-context.d.ts +0 -24
- package/lib/typescript/module/content-panel/nesting-context.d.ts.map +0 -1
- package/lib/typescript/module/dialog/BloomDialogProvider.d.ts +0 -27
- package/lib/typescript/module/dialog/BloomDialogProvider.d.ts.map +0 -1
- package/lib/typescript/module/dialog/BloomDialogProvider.web.d.ts +0 -15
- package/lib/typescript/module/dialog/BloomDialogProvider.web.d.ts.map +0 -1
- package/lib/typescript/module/dialog/alert-store.d.ts +0 -70
- package/lib/typescript/module/dialog/alert-store.d.ts.map +0 -1
- package/lib/typescript/module/dialog/alert.d.ts +0 -27
- package/lib/typescript/module/dialog/alert.d.ts.map +0 -1
- package/lib/typescript/module/grouped-buttons/GroupedButtons.d.ts +0 -12
- package/lib/typescript/module/grouped-buttons/GroupedButtons.d.ts.map +0 -1
- package/lib/typescript/module/grouped-buttons/index.d.ts +0 -3
- package/lib/typescript/module/grouped-buttons/index.d.ts.map +0 -1
- package/lib/typescript/module/grouped-buttons/types.d.ts +0 -15
- package/lib/typescript/module/grouped-buttons/types.d.ts.map +0 -1
- package/lib/typescript/module/hooks/mergeRefs.d.ts +0 -17
- package/lib/typescript/module/hooks/mergeRefs.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useControllableState.d.ts +0 -19
- package/lib/typescript/module/hooks/useControllableState.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useDelayedLoading.d.ts +0 -6
- package/lib/typescript/module/hooks/useDelayedLoading.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useGutters.d.ts +0 -32
- package/lib/typescript/module/hooks/useGutters.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useHaptics.d.ts +0 -28
- package/lib/typescript/module/hooks/useHaptics.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useImagePreload.d.ts +0 -10
- package/lib/typescript/module/hooks/useImagePreload.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useInteractionState.d.ts +0 -35
- package/lib/typescript/module/hooks/useInteractionState.d.ts.map +0 -1
- package/lib/typescript/module/hooks/usePressAnimation.d.ts +0 -16
- package/lib/typescript/module/hooks/usePressAnimation.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useThrottledValue.d.ts +0 -5
- package/lib/typescript/module/hooks/useThrottledValue.d.ts.map +0 -1
- package/lib/typescript/module/icons/common.d.ts +0 -394
- package/lib/typescript/module/icons/common.d.ts.map +0 -1
- package/lib/typescript/module/image-aspect-ratio-cache/imageAspectRatioCache.d.ts +0 -26
- package/lib/typescript/module/image-aspect-ratio-cache/imageAspectRatioCache.d.ts.map +0 -1
- package/lib/typescript/module/menu/context.d.ts +0 -6
- package/lib/typescript/module/menu/context.d.ts.map +0 -1
- package/lib/typescript/module/menu/index.d.ts +0 -22
- package/lib/typescript/module/menu/index.d.ts.map +0 -1
- package/lib/typescript/module/menu/index.web.d.ts +0 -26
- package/lib/typescript/module/menu/index.web.d.ts.map +0 -1
- package/lib/typescript/module/menu/types.d.ts +0 -62
- package/lib/typescript/module/menu/types.d.ts.map +0 -1
- package/lib/typescript/module/pressable-with-hover/PressableWithHover.d.ts +0 -18
- package/lib/typescript/module/pressable-with-hover/PressableWithHover.d.ts.map +0 -1
- package/lib/typescript/module/pressable-with-hover/index.d.ts +0 -3
- package/lib/typescript/module/pressable-with-hover/index.d.ts.map +0 -1
- package/lib/typescript/module/select/common.d.ts +0 -5
- package/lib/typescript/module/select/common.d.ts.map +0 -1
- package/lib/typescript/module/surfaces/surfaceStore.d.ts +0 -51
- package/lib/typescript/module/surfaces/surfaceStore.d.ts.map +0 -1
- package/lib/typescript/module/surfaces/useSurface.d.ts +0 -21
- package/lib/typescript/module/surfaces/useSurface.d.ts.map +0 -1
- package/lib/typescript/module/tab-bar/minimize-context.d.ts +0 -51
- package/lib/typescript/module/tab-bar/minimize-context.d.ts.map +0 -1
- package/lib/typescript/module/toast/position-utils.d.ts +0 -35
- package/lib/typescript/module/toast/position-utils.d.ts.map +0 -1
- package/lib/typescript/module/toast/positioner-utils.d.ts +0 -72
- package/lib/typescript/module/toast/positioner-utils.d.ts.map +0 -1
- package/lib/typescript/module/tooltip/const.d.ts +0 -5
- package/lib/typescript/module/tooltip/const.d.ts.map +0 -1
- package/lib/typescript/module/typography/styled-text.d.ts +0 -10
- package/lib/typescript/module/typography/styled-text.d.ts.map +0 -1
- package/src/__tests__/AlertDialog.test.tsx +0 -284
- package/src/__tests__/AnimatedCheck.test.tsx +0 -31
- package/src/__tests__/Avatar.test.tsx +0 -87
- package/src/__tests__/AvatarGroupCluster.test.tsx +0 -224
- package/src/__tests__/BenefitList.test.tsx +0 -108
- package/src/__tests__/BloomColorScope.test.tsx +0 -244
- package/src/__tests__/BloomProvider.web.test.tsx +0 -107
- package/src/__tests__/BloomThemeProvider.fonts-web.test.tsx +0 -42
- package/src/__tests__/BloomThemeProvider.modes.test.tsx +0 -159
- package/src/__tests__/BloomThemeProvider.persistence.test.tsx +0 -321
- package/src/__tests__/BloomThemeProvider.test.tsx +0 -188
- package/src/__tests__/BottomSheet.test.tsx +0 -329
- package/src/__tests__/BottomSheetGesture.test.tsx +0 -135
- package/src/__tests__/BottomSheetWebFork.test.ts +0 -66
- package/src/__tests__/Button.test.tsx +0 -306
- package/src/__tests__/Button.web.test.tsx +0 -268
- package/src/__tests__/Code.test.tsx +0 -25
- package/src/__tests__/Command.test.tsx +0 -228
- package/src/__tests__/ConnectionDots.test.tsx +0 -86
- package/src/__tests__/ContentPanelNesting.test.tsx +0 -126
- package/src/__tests__/Dialog.test.tsx +0 -254
- package/src/__tests__/Dialog.web.test.tsx +0 -101
- package/src/__tests__/DialogBottomSheet.test.tsx +0 -284
- package/src/__tests__/DialogMorph.test.tsx +0 -230
- package/src/__tests__/DialogPlacement.test.tsx +0 -144
- package/src/__tests__/ErrorBoundary.test.tsx +0 -217
- package/src/__tests__/Fab.test.tsx +0 -93
- package/src/__tests__/Fab.web.test.tsx +0 -203
- package/src/__tests__/Field.test.tsx +0 -55
- package/src/__tests__/FontLoader.native.test.tsx +0 -146
- package/src/__tests__/FrostedIconButton.test.tsx +0 -137
- package/src/__tests__/FrostedIconButton.web.test.tsx +0 -246
- package/src/__tests__/InputGroup.test.tsx +0 -47
- package/src/__tests__/Item.test.tsx +0 -77
- package/src/__tests__/Kbd.test.tsx +0 -27
- package/src/__tests__/Label.test.tsx +0 -30
- package/src/__tests__/LinkPreviewCard.test.tsx +0 -88
- package/src/__tests__/MediaInsetBorder.test.tsx +0 -36
- package/src/__tests__/Motion.test.tsx +0 -86
- package/src/__tests__/MotionWebFork.test.ts +0 -140
- package/src/__tests__/Pre.test.tsx +0 -25
- package/src/__tests__/PressableScale.test.tsx +0 -38
- package/src/__tests__/PressableWithHover.test.tsx +0 -48
- package/src/__tests__/SelectItemLabel.test.tsx +0 -46
- package/src/__tests__/SettingsList.test.tsx +0 -76
- package/src/__tests__/SheetShell.test.tsx +0 -82
- package/src/__tests__/Skeleton.test.tsx +0 -63
- package/src/__tests__/Slider.test.tsx +0 -47
- package/src/__tests__/StatWidgets.test.tsx +0 -184
- package/src/__tests__/SubtleHover.test.tsx +0 -50
- package/src/__tests__/TabBar.test.tsx +0 -430
- package/src/__tests__/TabBarAnimatedShorthand.test.ts +0 -135
- package/src/__tests__/TabBarBlur.test.tsx +0 -159
- package/src/__tests__/TabBarFootprint.test.tsx +0 -172
- package/src/__tests__/TabBarGlassFallback.test.tsx +0 -234
- package/src/__tests__/TabBarLongPress.test.tsx +0 -258
- package/src/__tests__/TabBarMaxWidth.test.tsx +0 -413
- package/src/__tests__/TabBarNoSelection.test.tsx +0 -460
- package/src/__tests__/TabBarReanimatedDeps.test.ts +0 -154
- package/src/__tests__/TabBarWebFork.test.ts +0 -244
- package/src/__tests__/Tabs.test.tsx +0 -573
- package/src/__tests__/TextFieldFloatingLabel.test.tsx +0 -93
- package/src/__tests__/ToastContent.test.tsx +0 -192
- package/src/__tests__/ToastHostWebFork.test.ts +0 -173
- package/src/__tests__/Toaster.test.tsx +0 -1142
- package/src/__tests__/VirtualList.native.test.tsx +0 -67
- package/src/__tests__/VirtualList.web.test.tsx +0 -127
- package/src/__tests__/adopt-style-sheet.node.test.ts +0 -21
- package/src/__tests__/adopt-style-sheet.test.ts +0 -165
- package/src/__tests__/ambient-theme.test.tsx +0 -136
- package/src/__tests__/animated-style-deps.test.ts +0 -180
- package/src/__tests__/apply-dark-class.test.ts +0 -70
- package/src/__tests__/apply-font-faces.test.ts +0 -121
- package/src/__tests__/aria-state-web.test.tsx +0 -466
- package/src/__tests__/backdrop-fade-form.test.ts +0 -91
- package/src/__tests__/backdrop-nesting.test.tsx +0 -95
- package/src/__tests__/color-scope-nativewind.test.ts +0 -135
- package/src/__tests__/confirm-store.test.ts +0 -74
- package/src/__tests__/connection-status-netinfo.test.tsx +0 -203
- package/src/__tests__/design-tokens-json.test.ts +0 -112
- package/src/__tests__/design-tokens.test.ts +0 -343
- package/src/__tests__/dropdown-placement.test.ts +0 -90
- package/src/__tests__/exports-map-contract.test.ts +0 -116
- package/src/__tests__/icon-references.test.ts +0 -243
- package/src/__tests__/imageIntrinsicSize.test.ts +0 -47
- package/src/__tests__/init-css-interop.test.ts +0 -130
- package/src/__tests__/native-root-vars.test.ts +0 -158
- package/src/__tests__/optional-peer-imports.test.ts +0 -465
- package/src/__tests__/overlay-pointer-events.test.tsx +0 -238
- package/src/__tests__/overlay-stack-order.test.tsx +0 -270
- package/src/__tests__/persistence.test.ts +0 -155
- package/src/__tests__/pointer-events-style-form.test.ts +0 -94
- package/src/__tests__/preset-vars.test.ts +0 -140
- package/src/__tests__/public-api-contract.test.ts +0 -69
- package/src/__tests__/scroll-expo-router-adapter.test.tsx +0 -164
- package/src/__tests__/scroll-native.test.tsx +0 -465
- package/src/__tests__/scroll-store.test.ts +0 -109
- package/src/__tests__/scroll-web.test.tsx +0 -1023
- package/src/__tests__/surfaceStore.test.ts +0 -219
- package/src/__tests__/svg-required-peer.test.tsx +0 -75
- package/src/__tests__/theme-gradients.test.ts +0 -31
- package/src/__tests__/theme.test.ts +0 -183
- package/src/__tests__/toast-animations.test.ts +0 -98
- package/src/__tests__/toast-comparator.test.ts +0 -131
- package/src/__tests__/toast-enter-driver.test.ts +0 -147
- package/src/__tests__/toast-fns.test.ts +0 -240
- package/src/__tests__/toast-position-utils.test.ts +0 -303
- package/src/__tests__/toast-positioner-utils.test.ts +0 -214
- package/src/__tests__/toast-single-outlet-guard.test.tsx +0 -176
- package/src/__tests__/toast-stack-hover.test.ts +0 -92
- package/src/__tests__/toast-store.test.ts +0 -694
- package/src/__tests__/toast-timers.test.ts +0 -163
- package/src/__tests__/use-animated-target.test.tsx +0 -60
- package/src/__tests__/use-app-state.test.tsx +0 -127
- package/src/__tests__/use-toast-colors.test.tsx +0 -189
- package/src/__tests__/useGutters.test.ts +0 -58
- package/src/__tests__/useHaptics.test.tsx +0 -245
- package/src/__tests__/useInteractionState.test.ts +0 -27
- package/src/__tests__/useNavigationTheme.test.tsx +0 -227
- package/src/__tests__/web-css-style.test.ts +0 -139
- package/src/__tests__/web-position-fixed.test.ts +0 -70
- package/src/activity-heatmap/ActivityHeatmap.stories.tsx +0 -108
- package/src/alert-dialog/AlertDialog.stories.tsx +0 -61
- package/src/alert-dialog/AlertDialogHost.tsx +0 -51
- package/src/alert-dialog/confirm-store.ts +0 -77
- package/src/animated-check/AnimatedCheck.stories.tsx +0 -60
- package/src/avatar/Avatar.stories.tsx +0 -215
- package/src/avatar-group/AvatarGroup.stories.tsx +0 -218
- package/src/benefit-list/BenefitList.stories.tsx +0 -50
- package/src/benefit-list/index.tsx +0 -133
- package/src/bottom-sheet/BottomSheet.stories.tsx +0 -92
- package/src/bottom-sheet/index.tsx +0 -108
- package/src/bottom-sheet/index.web.tsx +0 -77
- package/src/button/Button.stories.tsx +0 -94
- package/src/collapsible/Collapsible.tsx +0 -109
- package/src/collapsible/index.ts +0 -2
- package/src/collapsible/types.ts +0 -18
- package/src/combobox/Combobox.stories.tsx +0 -40
- package/src/command/Command.stories.tsx +0 -60
- package/src/composition-bar/CompositionBar.stories.tsx +0 -70
- package/src/connection-dots/ConnectionDots.stories.tsx +0 -54
- package/src/connection-status/index.tsx +0 -48
- package/src/connection-status/index.web.tsx +0 -36
- package/src/content-panel/index.tsx +0 -157
- package/src/content-panel/index.web.tsx +0 -252
- package/src/context-menu/ContextMenu.stories.tsx +0 -79
- package/src/context-menu/index.tsx +0 -285
- package/src/context-menu/index.web.tsx +0 -418
- package/src/dialog/BloomDialogProvider.tsx +0 -61
- package/src/dialog/BloomDialogProvider.web.tsx +0 -46
- package/src/dialog/Dialog.stories.tsx +0 -149
- package/src/dialog/alert-store.ts +0 -126
- package/src/dialog/alert.ts +0 -42
- package/src/dot-grid-meter/DotGridMeter.stories.tsx +0 -47
- package/src/fab/Fab.stories.tsx +0 -80
- package/src/field/Field.stories.tsx +0 -54
- package/src/frosted-icon-button/FrostedIconButton.stories.tsx +0 -65
- package/src/grouped-buttons/GroupedButtons.tsx +0 -113
- package/src/grouped-buttons/index.ts +0 -2
- package/src/grouped-buttons/types.ts +0 -16
- package/src/hooks/usePressAnimation.ts +0 -38
- package/src/icon-circle/index.tsx +0 -39
- package/src/input-group/InputGroup.stories.tsx +0 -65
- package/src/item/Item.stories.tsx +0 -43
- package/src/kbd/Kbd.stories.tsx +0 -36
- package/src/label/Label.stories.tsx +0 -32
- package/src/list/index.tsx +0 -121
- package/src/list/index.web.tsx +0 -261
- package/src/loading/Loading.stories.tsx +0 -60
- package/src/media-inset-border/MediaInsetBorder.stories.tsx +0 -60
- package/src/menu/Menu.stories.tsx +0 -79
- package/src/menu/context.ts +0 -25
- package/src/menu/index.tsx +0 -275
- package/src/menu/index.web.tsx +0 -469
- package/src/menu/types.ts +0 -78
- package/src/motion/Motion.stories.tsx +0 -99
- package/src/overlay/OverlayStacking.stories.tsx +0 -207
- package/src/overlay/index.tsx +0 -446
- package/src/popover/Popover.stories.tsx +0 -61
- package/src/popover/index.tsx +0 -104
- package/src/popover/index.web.tsx +0 -334
- package/src/portal/index.tsx +0 -131
- package/src/portal/index.web.tsx +0 -80
- package/src/pressable-scale/PressableScale.stories.tsx +0 -92
- package/src/pressable-with-hover/PressableWithHover.stories.tsx +0 -43
- package/src/pressable-with-hover/PressableWithHover.tsx +0 -43
- package/src/pressable-with-hover/index.ts +0 -2
- package/src/profile-card/ProfileCard.stories.tsx +0 -210
- package/src/progressive-blur/index.tsx +0 -78
- package/src/progressive-blur/index.web.tsx +0 -66
- package/src/prompt-input/PromptInput.stories.tsx +0 -82
- package/src/provider/index.tsx +0 -77
- package/src/scroll/index.web.tsx +0 -356
- package/src/search/index.tsx +0 -76
- package/src/segmented-control/index.tsx +0 -348
- package/src/select/Select.stories.tsx +0 -93
- package/src/select/common.ts +0 -33
- package/src/select/index.tsx +0 -418
- package/src/select/index.web.tsx +0 -481
- package/src/settings-list/SettingsList.stories.tsx +0 -106
- package/src/skeleton/index.tsx +0 -228
- package/src/slider/Slider.stories.tsx +0 -46
- package/src/stat-bar/StatBar.stories.tsx +0 -61
- package/src/subtle-hover/SubtleHover.stories.tsx +0 -85
- package/src/tab-bar/TabBar.stories.tsx +0 -268
- package/src/tab-bar/index.web.tsx +0 -35
- package/src/tab-bar/minimize-context.tsx +0 -117
- package/src/text-field/TextField.stories.tsx +0 -136
- package/src/text-field/index.tsx +0 -619
- package/src/theme/__tests__/__snapshots__/visual-gallery.test.tsx.snap +0 -1266
- package/src/theme/__tests__/build-theme-from-seed-parity.test.ts +0 -33
- package/src/theme/__tests__/color-engine-golden.test.ts +0 -81
- package/src/theme/__tests__/color-preset-gates.test.ts +0 -50
- package/src/theme/__tests__/color-space.test.ts +0 -28
- package/src/theme/__tests__/color-utils.test.ts +0 -40
- package/src/theme/__tests__/explicit-accents.test.ts +0 -129
- package/src/theme/__tests__/golden-tokens.test.ts +0 -32
- package/src/theme/__tests__/policy-legibility.test.ts +0 -194
- package/src/theme/__tests__/runtime-contract.test.ts +0 -63
- package/src/theme/__tests__/seed-scope-parity.test.ts +0 -27
- package/src/theme/__tests__/theme-colors-parity.test.ts +0 -76
- package/src/theme/__tests__/token-registry.test.ts +0 -30
- package/src/theme/__tests__/visual-gallery.test.tsx +0 -10
- package/src/toast/Toast.stories.tsx +0 -346
- package/src/toast/index.tsx +0 -56
- package/src/toast/position-utils.ts +0 -154
- package/src/toast/positioner-utils.ts +0 -142
- package/src/tooltip/index.tsx +0 -400
- package/src/tooltip/index.web.tsx +0 -167
- package/src/typography/__tests__/defaults.test.ts +0 -57
- package/src/typography/index.tsx +0 -139
- package/src/typography/styled-text.ts +0 -24
- package/src/user-hover-card/UserHoverCard.stories.tsx +0 -113
- package/src/zoomable-image-gallery/ZoomableImageGallery.stories.tsx +0 -134
- /package/lib/commonjs/{collapsible → aspect-ratio}/types.js +0 -0
- /package/lib/commonjs/{grouped-buttons → bottom-sheet}/types.js +0 -0
- /package/lib/commonjs/{menu → content-panel}/types.js +0 -0
- /package/lib/module/{collapsible → aspect-ratio}/types.js +0 -0
- /package/lib/module/{grouped-buttons → bottom-sheet}/types.js +0 -0
- /package/lib/module/{menu → content-panel}/types.js +0 -0
- /package/src/activity-heatmap/{bucketByDay.ts → bucket-by-day.ts} +0 -0
- /package/src/admonition/{index.tsx → Admonition.tsx} +0 -0
- /package/src/avatar/{placeholder-context.ts → context.ts} +0 -0
- /package/src/avatar-group/{index.web.tsx → index.web.ts} +0 -0
- /package/src/content-panel/{nesting-context.ts → context.ts} +0 -0
- /package/src/fill/{index.tsx → Fill.tsx} +0 -0
- /package/src/grid/{index.tsx → Grid.tsx} +0 -0
- /package/src/hooks/{mergeRefs.ts → merge-refs.ts} +0 -0
- /package/src/hooks/{useControllableState.ts → use-controllable-state.ts} +0 -0
- /package/src/hooks/{useDelayedLoading.ts → use-delayed-loading.ts} +0 -0
- /package/src/hooks/{useGutters.ts → use-gutters.ts} +0 -0
- /package/src/hooks/{useHaptics.tsx → use-haptics.tsx} +0 -0
- /package/src/hooks/{useImagePreload.ts → use-image-preload.ts} +0 -0
- /package/src/hooks/{useInteractionState.ts → use-interaction-state.ts} +0 -0
- /package/src/hooks/{useThrottledValue.ts → use-throttled-value.ts} +0 -0
- /package/src/icons/{common.tsx → shared.tsx} +0 -0
- /package/src/image-aspect-ratio-cache/{imageAspectRatioCache.ts → aspect-ratio-cache.ts} +0 -0
- /package/src/surfaces/{surfaceStore.ts → surface-store.ts} +0 -0
- /package/src/surfaces/{useSurface.ts → use-surface.ts} +0 -0
- /package/src/theme/color-scope/{index.tsx → ColorScope.tsx} +0 -0
- /package/src/theme/color-scope/{index.web.tsx → ColorScope.web.tsx} +0 -0
- /package/src/theme/seed-scope/{index.tsx → SeedScope.tsx} +0 -0
- /package/src/theme/seed-scope/{index.web.tsx → SeedScope.web.tsx} +0 -0
- /package/src/tooltip/{const.ts → constants.ts} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"teal/light": {
|
|
3
|
-
"--background": "rgb(
|
|
3
|
+
"--background": "rgb(242 244 244)",
|
|
4
4
|
"--foreground": "rgb(17 29 32)",
|
|
5
|
-
"--surface": "rgb(
|
|
5
|
+
"--surface": "rgb(230 232 233)",
|
|
6
6
|
"--surface-foreground": "rgb(17 29 32)",
|
|
7
|
-
"--popover": "rgb(
|
|
7
|
+
"--popover": "rgb(219 221 222)",
|
|
8
8
|
"--popover-foreground": "rgb(17 29 32)",
|
|
9
9
|
"--primary": "rgb(29 106 117)",
|
|
10
10
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
13
13
|
"--tertiary": "rgb(158 88 0)",
|
|
14
14
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
15
|
-
"--muted": "rgb(
|
|
15
|
+
"--muted": "rgb(208 210 210)",
|
|
16
16
|
"--muted-foreground": "rgb(57 73 77)",
|
|
17
|
-
"--accent": "rgb(
|
|
17
|
+
"--accent": "rgb(208 210 210)",
|
|
18
18
|
"--accent-foreground": "rgb(57 73 77)",
|
|
19
19
|
"--destructive": "rgb(186 26 26)",
|
|
20
20
|
"--border": "rgb(184 202 205)",
|
|
21
21
|
"--input": "rgb(184 202 205)",
|
|
22
22
|
"--ring": "rgb(0 104 117)",
|
|
23
|
-
"--sidebar": "rgb(
|
|
23
|
+
"--sidebar": "rgb(230 232 233)",
|
|
24
24
|
"--card": "rgb(255 255 255)",
|
|
25
25
|
"--card-foreground": "rgb(17 29 32)",
|
|
26
26
|
"--chart-1": "rgb(0 126 140)",
|
|
@@ -60,28 +60,28 @@
|
|
|
60
60
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
61
61
|
},
|
|
62
62
|
"teal/dark": {
|
|
63
|
-
"--background": "rgb(
|
|
63
|
+
"--background": "rgb(11 15 15)",
|
|
64
64
|
"--foreground": "rgb(215 229 232)",
|
|
65
|
-
"--surface": "rgb(
|
|
65
|
+
"--surface": "rgb(25 28 29)",
|
|
66
66
|
"--surface-foreground": "rgb(215 229 232)",
|
|
67
|
-
"--popover": "rgb(
|
|
67
|
+
"--popover": "rgb(33 36 37)",
|
|
68
68
|
"--popover-foreground": "rgb(215 229 232)",
|
|
69
|
-
"--primary": "rgb(
|
|
70
|
-
"--primary-foreground": "rgb(
|
|
69
|
+
"--primary": "rgb(149 218 230)",
|
|
70
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
71
71
|
"--secondary": "rgb(199 36 110)",
|
|
72
72
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
73
73
|
"--tertiary": "rgb(176 98 0)",
|
|
74
74
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
75
|
-
"--muted": "rgb(
|
|
75
|
+
"--muted": "rgb(41 45 45)",
|
|
76
76
|
"--muted-foreground": "rgb(184 202 205)",
|
|
77
|
-
"--accent": "rgb(
|
|
77
|
+
"--accent": "rgb(41 45 45)",
|
|
78
78
|
"--accent-foreground": "rgb(184 202 205)",
|
|
79
79
|
"--destructive": "rgb(255 180 171)",
|
|
80
80
|
"--border": "rgb(57 73 77)",
|
|
81
81
|
"--input": "rgb(57 73 77)",
|
|
82
82
|
"--ring": "rgb(0 218 242)",
|
|
83
|
-
"--sidebar": "rgb(
|
|
84
|
-
"--card": "rgb(
|
|
83
|
+
"--sidebar": "rgb(25 28 29)",
|
|
84
|
+
"--card": "rgb(43 55 57)",
|
|
85
85
|
"--card-foreground": "rgb(215 229 232)",
|
|
86
86
|
"--chart-1": "rgb(0 194 216)",
|
|
87
87
|
"--chart-2": "rgb(163 170 255)",
|
|
@@ -120,11 +120,11 @@
|
|
|
120
120
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
121
121
|
},
|
|
122
122
|
"blue/light": {
|
|
123
|
-
"--background": "rgb(
|
|
123
|
+
"--background": "rgb(243 243 247)",
|
|
124
124
|
"--foreground": "rgb(21 28 36)",
|
|
125
|
-
"--surface": "rgb(
|
|
125
|
+
"--surface": "rgb(232 232 235)",
|
|
126
126
|
"--surface-foreground": "rgb(21 28 36)",
|
|
127
|
-
"--popover": "rgb(
|
|
127
|
+
"--popover": "rgb(220 220 224)",
|
|
128
128
|
"--popover-foreground": "rgb(21 28 36)",
|
|
129
129
|
"--primary": "rgb(0 110 175)",
|
|
130
130
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -132,15 +132,15 @@
|
|
|
132
132
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
133
133
|
"--tertiary": "rgb(121 105 0)",
|
|
134
134
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
135
|
-
"--muted": "rgb(
|
|
135
|
+
"--muted": "rgb(209 209 213)",
|
|
136
136
|
"--muted-foreground": "rgb(62 72 82)",
|
|
137
|
-
"--accent": "rgb(
|
|
137
|
+
"--accent": "rgb(209 209 213)",
|
|
138
138
|
"--accent-foreground": "rgb(62 72 82)",
|
|
139
139
|
"--destructive": "rgb(186 26 26)",
|
|
140
140
|
"--border": "rgb(190 199 212)",
|
|
141
141
|
"--input": "rgb(190 199 212)",
|
|
142
142
|
"--ring": "rgb(0 98 157)",
|
|
143
|
-
"--sidebar": "rgb(
|
|
143
|
+
"--sidebar": "rgb(232 232 235)",
|
|
144
144
|
"--card": "rgb(255 255 255)",
|
|
145
145
|
"--card-foreground": "rgb(21 28 36)",
|
|
146
146
|
"--chart-1": "rgb(0 119 188)",
|
|
@@ -180,28 +180,28 @@
|
|
|
180
180
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
181
181
|
},
|
|
182
182
|
"blue/dark": {
|
|
183
|
-
"--background": "rgb(
|
|
183
|
+
"--background": "rgb(12 14 17)",
|
|
184
184
|
"--foreground": "rgb(220 227 238)",
|
|
185
|
-
"--surface": "rgb(
|
|
185
|
+
"--surface": "rgb(26 28 30)",
|
|
186
186
|
"--surface-foreground": "rgb(220 227 238)",
|
|
187
|
-
"--popover": "rgb(
|
|
187
|
+
"--popover": "rgb(34 36 38)",
|
|
188
188
|
"--popover-foreground": "rgb(220 227 238)",
|
|
189
|
-
"--primary": "rgb(
|
|
190
|
-
"--primary-foreground": "rgb(
|
|
189
|
+
"--primary": "rgb(42 161 247)",
|
|
190
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
191
191
|
"--secondary": "rgb(213 57 42)",
|
|
192
192
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
193
193
|
"--tertiary": "rgb(252 220 0)",
|
|
194
194
|
"--tertiary-foreground": "rgb(0 0 0)",
|
|
195
|
-
"--muted": "rgb(
|
|
195
|
+
"--muted": "rgb(42 44 47)",
|
|
196
196
|
"--muted-foreground": "rgb(190 199 212)",
|
|
197
|
-
"--accent": "rgb(
|
|
197
|
+
"--accent": "rgb(42 44 47)",
|
|
198
198
|
"--accent-foreground": "rgb(190 199 212)",
|
|
199
199
|
"--destructive": "rgb(255 180 171)",
|
|
200
200
|
"--border": "rgb(62 72 82)",
|
|
201
201
|
"--input": "rgb(62 72 82)",
|
|
202
202
|
"--ring": "rgb(153 203 255)",
|
|
203
|
-
"--sidebar": "rgb(
|
|
204
|
-
"--card": "rgb(
|
|
203
|
+
"--sidebar": "rgb(26 28 30)",
|
|
204
|
+
"--card": "rgb(46 53 62)",
|
|
205
205
|
"--card-foreground": "rgb(220 227 238)",
|
|
206
206
|
"--chart-1": "rgb(102 182 255)",
|
|
207
207
|
"--chart-2": "rgb(227 145 254)",
|
|
@@ -240,11 +240,11 @@
|
|
|
240
240
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
241
241
|
},
|
|
242
242
|
"green/light": {
|
|
243
|
-
"--background": "rgb(
|
|
243
|
+
"--background": "rgb(242 244 240)",
|
|
244
244
|
"--foreground": "rgb(19 30 24)",
|
|
245
|
-
"--surface": "rgb(
|
|
245
|
+
"--surface": "rgb(231 233 229)",
|
|
246
246
|
"--surface-foreground": "rgb(19 30 24)",
|
|
247
|
-
"--popover": "rgb(
|
|
247
|
+
"--popover": "rgb(219 221 217)",
|
|
248
248
|
"--popover-foreground": "rgb(19 30 24)",
|
|
249
249
|
"--primary": "rgb(0 121 82)",
|
|
250
250
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -252,15 +252,15 @@
|
|
|
252
252
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
253
253
|
"--tertiary": "rgb(150 45 219)",
|
|
254
254
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
255
|
-
"--muted": "rgb(
|
|
255
|
+
"--muted": "rgb(208 210 206)",
|
|
256
256
|
"--muted-foreground": "rgb(59 74 65)",
|
|
257
|
-
"--accent": "rgb(
|
|
257
|
+
"--accent": "rgb(208 210 206)",
|
|
258
258
|
"--accent-foreground": "rgb(59 74 65)",
|
|
259
259
|
"--destructive": "rgb(186 26 26)",
|
|
260
260
|
"--border": "rgb(186 203 191)",
|
|
261
261
|
"--input": "rgb(186 203 191)",
|
|
262
262
|
"--ring": "rgb(0 108 73)",
|
|
263
|
-
"--sidebar": "rgb(
|
|
263
|
+
"--sidebar": "rgb(231 233 229)",
|
|
264
264
|
"--card": "rgb(255 255 255)",
|
|
265
265
|
"--card-foreground": "rgb(19 30 24)",
|
|
266
266
|
"--chart-1": "rgb(0 130 89)",
|
|
@@ -300,28 +300,28 @@
|
|
|
300
300
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
301
301
|
},
|
|
302
302
|
"green/dark": {
|
|
303
|
-
"--background": "rgb(
|
|
303
|
+
"--background": "rgb(12 15 13)",
|
|
304
304
|
"--foreground": "rgb(217 230 220)",
|
|
305
|
-
"--surface": "rgb(
|
|
305
|
+
"--surface": "rgb(25 28 26)",
|
|
306
306
|
"--surface-foreground": "rgb(217 230 220)",
|
|
307
|
-
"--popover": "rgb(
|
|
307
|
+
"--popover": "rgb(33 36 34)",
|
|
308
308
|
"--popover-foreground": "rgb(217 230 220)",
|
|
309
|
-
"--primary": "rgb(
|
|
310
|
-
"--primary-foreground": "rgb(
|
|
309
|
+
"--primary": "rgb(108 248 187)",
|
|
310
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
311
311
|
"--secondary": "rgb(216 52 80)",
|
|
312
312
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
313
313
|
"--tertiary": "rgb(164 62 233)",
|
|
314
314
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
315
|
-
"--muted": "rgb(
|
|
315
|
+
"--muted": "rgb(42 45 42)",
|
|
316
316
|
"--muted-foreground": "rgb(186 203 191)",
|
|
317
|
-
"--accent": "rgb(
|
|
317
|
+
"--accent": "rgb(42 45 42)",
|
|
318
318
|
"--accent-foreground": "rgb(186 203 191)",
|
|
319
319
|
"--destructive": "rgb(255 180 171)",
|
|
320
320
|
"--border": "rgb(59 74 65)",
|
|
321
321
|
"--input": "rgb(59 74 65)",
|
|
322
322
|
"--ring": "rgb(0 226 157)",
|
|
323
|
-
"--sidebar": "rgb(
|
|
324
|
-
"--card": "rgb(
|
|
323
|
+
"--sidebar": "rgb(25 28 26)",
|
|
324
|
+
"--card": "rgb(44 55 49)",
|
|
325
325
|
"--card-foreground": "rgb(217 230 220)",
|
|
326
326
|
"--chart-1": "rgb(7 201 140)",
|
|
327
327
|
"--chart-2": "rgb(32 188 255)",
|
|
@@ -360,11 +360,11 @@
|
|
|
360
360
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
361
361
|
},
|
|
362
362
|
"yellow/light": {
|
|
363
|
-
"--background": "rgb(
|
|
363
|
+
"--background": "rgb(249 243 234)",
|
|
364
364
|
"--foreground": "rgb(32 27 13)",
|
|
365
|
-
"--surface": "rgb(
|
|
365
|
+
"--surface": "rgb(238 231 222)",
|
|
366
366
|
"--surface-foreground": "rgb(32 27 13)",
|
|
367
|
-
"--popover": "rgb(
|
|
367
|
+
"--popover": "rgb(226 220 211)",
|
|
368
368
|
"--popover-foreground": "rgb(32 27 13)",
|
|
369
369
|
"--primary": "rgb(126 103 0)",
|
|
370
370
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -372,15 +372,15 @@
|
|
|
372
372
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
373
373
|
"--tertiary": "rgb(130 50 232)",
|
|
374
374
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
375
|
-
"--muted": "rgb(
|
|
375
|
+
"--muted": "rgb(215 209 200)",
|
|
376
376
|
"--muted-foreground": "rgb(77 70 50)",
|
|
377
|
-
"--accent": "rgb(
|
|
377
|
+
"--accent": "rgb(215 209 200)",
|
|
378
378
|
"--accent-foreground": "rgb(77 70 50)",
|
|
379
379
|
"--destructive": "rgb(186 26 26)",
|
|
380
380
|
"--border": "rgb(208 198 171)",
|
|
381
381
|
"--input": "rgb(208 198 171)",
|
|
382
382
|
"--ring": "rgb(113 93 0)",
|
|
383
|
-
"--sidebar": "rgb(
|
|
383
|
+
"--sidebar": "rgb(238 231 222)",
|
|
384
384
|
"--card": "rgb(255 255 255)",
|
|
385
385
|
"--card-foreground": "rgb(32 27 13)",
|
|
386
386
|
"--chart-1": "rgb(136 112 0)",
|
|
@@ -420,11 +420,11 @@
|
|
|
420
420
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
421
421
|
},
|
|
422
422
|
"yellow/dark": {
|
|
423
|
-
"--background": "rgb(
|
|
423
|
+
"--background": "rgb(16 14 9)",
|
|
424
424
|
"--foreground": "rgb(236 226 202)",
|
|
425
|
-
"--surface": "rgb(
|
|
425
|
+
"--surface": "rgb(29 27 22)",
|
|
426
426
|
"--surface-foreground": "rgb(236 226 202)",
|
|
427
|
-
"--popover": "rgb(
|
|
427
|
+
"--popover": "rgb(38 35 30)",
|
|
428
428
|
"--popover-foreground": "rgb(236 226 202)",
|
|
429
429
|
"--primary": "rgb(140 116 0)",
|
|
430
430
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -432,16 +432,16 @@
|
|
|
432
432
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
433
433
|
"--tertiary": "rgb(143 66 246)",
|
|
434
434
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
435
|
-
"--muted": "rgb(46
|
|
435
|
+
"--muted": "rgb(46 44 38)",
|
|
436
436
|
"--muted-foreground": "rgb(208 198 171)",
|
|
437
|
-
"--accent": "rgb(46
|
|
437
|
+
"--accent": "rgb(46 44 38)",
|
|
438
438
|
"--accent-foreground": "rgb(208 198 171)",
|
|
439
439
|
"--destructive": "rgb(255 180 171)",
|
|
440
440
|
"--border": "rgb(77 70 50)",
|
|
441
441
|
"--input": "rgb(77 70 50)",
|
|
442
442
|
"--ring": "rgb(235 195 0)",
|
|
443
|
-
"--sidebar": "rgb(
|
|
444
|
-
"--card": "rgb(
|
|
443
|
+
"--sidebar": "rgb(29 27 22)",
|
|
444
|
+
"--card": "rgb(58 52 36)",
|
|
445
445
|
"--card-foreground": "rgb(236 226 202)",
|
|
446
446
|
"--chart-1": "rgb(209 174 0)",
|
|
447
447
|
"--chart-2": "rgb(0 201 146)",
|
|
@@ -480,11 +480,11 @@
|
|
|
480
480
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
481
481
|
},
|
|
482
482
|
"red/light": {
|
|
483
|
-
"--background": "rgb(
|
|
483
|
+
"--background": "rgb(254 241 239)",
|
|
484
484
|
"--foreground": "rgb(39 24 23)",
|
|
485
|
-
"--surface": "rgb(
|
|
485
|
+
"--surface": "rgb(242 229 228)",
|
|
486
486
|
"--surface-foreground": "rgb(39 24 23)",
|
|
487
|
-
"--popover": "rgb(
|
|
487
|
+
"--popover": "rgb(231 218 217)",
|
|
488
488
|
"--popover-foreground": "rgb(39 24 23)",
|
|
489
489
|
"--primary": "rgb(191 31 39)",
|
|
490
490
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -492,15 +492,15 @@
|
|
|
492
492
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
493
493
|
"--tertiary": "rgb(0 122 40)",
|
|
494
494
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
495
|
-
"--muted": "rgb(
|
|
495
|
+
"--muted": "rgb(219 207 205)",
|
|
496
496
|
"--muted-foreground": "rgb(88 65 63)",
|
|
497
|
-
"--accent": "rgb(
|
|
497
|
+
"--accent": "rgb(219 207 205)",
|
|
498
498
|
"--accent-foreground": "rgb(88 65 63)",
|
|
499
499
|
"--destructive": "rgb(186 26 26)",
|
|
500
500
|
"--border": "rgb(223 191 188)",
|
|
501
501
|
"--input": "rgb(223 191 188)",
|
|
502
502
|
"--ring": "rgb(192 0 29)",
|
|
503
|
-
"--sidebar": "rgb(
|
|
503
|
+
"--sidebar": "rgb(242 229 228)",
|
|
504
504
|
"--card": "rgb(255 255 255)",
|
|
505
505
|
"--card-foreground": "rgb(39 24 23)",
|
|
506
506
|
"--chart-1": "rgb(194 74 70)",
|
|
@@ -540,28 +540,28 @@
|
|
|
540
540
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
541
541
|
},
|
|
542
542
|
"red/dark": {
|
|
543
|
-
"--background": "rgb(
|
|
543
|
+
"--background": "rgb(18 13 12)",
|
|
544
544
|
"--foreground": "rgb(249 220 217)",
|
|
545
|
-
"--surface": "rgb(
|
|
545
|
+
"--surface": "rgb(32 26 26)",
|
|
546
546
|
"--surface-foreground": "rgb(249 220 217)",
|
|
547
|
-
"--popover": "rgb(
|
|
547
|
+
"--popover": "rgb(41 34 34)",
|
|
548
548
|
"--popover-foreground": "rgb(249 220 217)",
|
|
549
|
-
"--primary": "rgb(
|
|
550
|
-
"--primary-foreground": "rgb(
|
|
549
|
+
"--primary": "rgb(250 76 75)",
|
|
550
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
551
551
|
"--secondary": "rgb(0 127 168)",
|
|
552
552
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
553
553
|
"--tertiary": "rgb(90 250 115)",
|
|
554
554
|
"--tertiary-foreground": "rgb(0 0 0)",
|
|
555
|
-
"--muted": "rgb(
|
|
555
|
+
"--muted": "rgb(50 42 42)",
|
|
556
556
|
"--muted-foreground": "rgb(223 191 188)",
|
|
557
|
-
"--accent": "rgb(
|
|
557
|
+
"--accent": "rgb(50 42 42)",
|
|
558
558
|
"--accent-foreground": "rgb(223 191 188)",
|
|
559
559
|
"--destructive": "rgb(255 180 171)",
|
|
560
560
|
"--border": "rgb(88 65 63)",
|
|
561
561
|
"--input": "rgb(88 65 63)",
|
|
562
562
|
"--ring": "rgb(255 179 173)",
|
|
563
|
-
"--sidebar": "rgb(
|
|
564
|
-
"--card": "rgb(
|
|
563
|
+
"--sidebar": "rgb(32 26 26)",
|
|
564
|
+
"--card": "rgb(66 48 47)",
|
|
565
565
|
"--card-foreground": "rgb(249 220 217)",
|
|
566
566
|
"--chart-1": "rgb(255 146 139)",
|
|
567
567
|
"--chart-2": "rgb(211 173 0)",
|
|
@@ -600,11 +600,11 @@
|
|
|
600
600
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
601
601
|
},
|
|
602
602
|
"purple/light": {
|
|
603
|
-
"--background": "rgb(
|
|
603
|
+
"--background": "rgb(249 242 246)",
|
|
604
604
|
"--foreground": "rgb(31 25 35)",
|
|
605
|
-
"--surface": "rgb(
|
|
605
|
+
"--surface": "rgb(237 230 235)",
|
|
606
606
|
"--surface-foreground": "rgb(31 25 35)",
|
|
607
|
-
"--popover": "rgb(
|
|
607
|
+
"--popover": "rgb(225 219 224)",
|
|
608
608
|
"--popover-foreground": "rgb(31 25 35)",
|
|
609
609
|
"--primary": "rgb(135 50 205)",
|
|
610
610
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -612,15 +612,15 @@
|
|
|
612
612
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
613
613
|
"--tertiary": "rgb(1 123 0)",
|
|
614
614
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
615
|
-
"--muted": "rgb(
|
|
615
|
+
"--muted": "rgb(214 208 212)",
|
|
616
616
|
"--muted-foreground": "rgb(76 68 82)",
|
|
617
|
-
"--accent": "rgb(
|
|
617
|
+
"--accent": "rgb(214 208 212)",
|
|
618
618
|
"--accent-foreground": "rgb(76 68 82)",
|
|
619
619
|
"--destructive": "rgb(186 26 26)",
|
|
620
620
|
"--border": "rgb(207 194 212)",
|
|
621
621
|
"--input": "rgb(207 194 212)",
|
|
622
622
|
"--ring": "rgb(140 0 229)",
|
|
623
|
-
"--sidebar": "rgb(
|
|
623
|
+
"--sidebar": "rgb(237 230 235)",
|
|
624
624
|
"--card": "rgb(255 255 255)",
|
|
625
625
|
"--card-foreground": "rgb(31 25 35)",
|
|
626
626
|
"--chart-1": "rgb(146 86 197)",
|
|
@@ -660,28 +660,28 @@
|
|
|
660
660
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
661
661
|
},
|
|
662
662
|
"purple/dark": {
|
|
663
|
-
"--background": "rgb(
|
|
663
|
+
"--background": "rgb(16 13 17)",
|
|
664
664
|
"--foreground": "rgb(234 223 237)",
|
|
665
|
-
"--surface": "rgb(
|
|
665
|
+
"--surface": "rgb(29 27 30)",
|
|
666
666
|
"--surface-foreground": "rgb(234 223 237)",
|
|
667
|
-
"--popover": "rgb(35
|
|
667
|
+
"--popover": "rgb(37 35 38)",
|
|
668
668
|
"--popover-foreground": "rgb(234 223 237)",
|
|
669
|
-
"--primary": "rgb(
|
|
670
|
-
"--primary-foreground": "rgb(
|
|
669
|
+
"--primary": "rgb(182 100 252)",
|
|
670
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
671
671
|
"--secondary": "rgb(254 227 0)",
|
|
672
672
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
673
673
|
"--tertiary": "rgb(117 245 95)",
|
|
674
674
|
"--tertiary-foreground": "rgb(0 0 0)",
|
|
675
|
-
"--muted": "rgb(46
|
|
675
|
+
"--muted": "rgb(46 43 47)",
|
|
676
676
|
"--muted-foreground": "rgb(207 194 212)",
|
|
677
|
-
"--accent": "rgb(46
|
|
677
|
+
"--accent": "rgb(46 43 47)",
|
|
678
678
|
"--accent-foreground": "rgb(207 194 212)",
|
|
679
679
|
"--destructive": "rgb(255 180 171)",
|
|
680
680
|
"--border": "rgb(76 68 82)",
|
|
681
681
|
"--input": "rgb(76 68 82)",
|
|
682
682
|
"--ring": "rgb(223 183 255)",
|
|
683
|
-
"--sidebar": "rgb(
|
|
684
|
-
"--card": "rgb(
|
|
683
|
+
"--sidebar": "rgb(29 27 30)",
|
|
684
|
+
"--card": "rgb(57 50 61)",
|
|
685
685
|
"--card-foreground": "rgb(234 223 237)",
|
|
686
686
|
"--chart-1": "rgb(208 154 255)",
|
|
687
687
|
"--chart-2": "rgb(255 146 136)",
|
|
@@ -720,11 +720,11 @@
|
|
|
720
720
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
721
721
|
},
|
|
722
722
|
"pink/light": {
|
|
723
|
-
"--background": "rgb(
|
|
723
|
+
"--background": "rgb(253 241 242)",
|
|
724
724
|
"--foreground": "rgb(38 24 27)",
|
|
725
|
-
"--surface": "rgb(
|
|
725
|
+
"--surface": "rgb(241 229 230)",
|
|
726
726
|
"--surface-foreground": "rgb(38 24 27)",
|
|
727
|
-
"--popover": "rgb(
|
|
727
|
+
"--popover": "rgb(230 218 219)",
|
|
728
728
|
"--popover-foreground": "rgb(38 24 27)",
|
|
729
729
|
"--primary": "rgb(207 0 103)",
|
|
730
730
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -732,15 +732,15 @@
|
|
|
732
732
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
733
733
|
"--tertiary": "rgb(0 123 0)",
|
|
734
734
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
735
|
-
"--muted": "rgb(
|
|
735
|
+
"--muted": "rgb(218 207 208)",
|
|
736
736
|
"--muted-foreground": "rgb(86 65 70)",
|
|
737
|
-
"--accent": "rgb(
|
|
737
|
+
"--accent": "rgb(218 207 208)",
|
|
738
738
|
"--accent-foreground": "rgb(86 65 70)",
|
|
739
739
|
"--destructive": "rgb(186 26 26)",
|
|
740
740
|
"--border": "rgb(220 191 197)",
|
|
741
741
|
"--input": "rgb(220 191 197)",
|
|
742
742
|
"--ring": "rgb(186 0 93)",
|
|
743
|
-
"--sidebar": "rgb(
|
|
743
|
+
"--sidebar": "rgb(241 229 230)",
|
|
744
744
|
"--card": "rgb(255 255 255)",
|
|
745
745
|
"--card-foreground": "rgb(38 24 27)",
|
|
746
746
|
"--chart-1": "rgb(190 72 113)",
|
|
@@ -780,28 +780,28 @@
|
|
|
780
780
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
781
781
|
},
|
|
782
782
|
"pink/dark": {
|
|
783
|
-
"--background": "rgb(
|
|
783
|
+
"--background": "rgb(18 13 14)",
|
|
784
784
|
"--foreground": "rgb(246 220 225)",
|
|
785
|
-
"--surface": "rgb(
|
|
785
|
+
"--surface": "rgb(32 26 27)",
|
|
786
786
|
"--surface-foreground": "rgb(246 220 225)",
|
|
787
|
-
"--popover": "rgb(
|
|
787
|
+
"--popover": "rgb(40 34 35)",
|
|
788
788
|
"--popover-foreground": "rgb(246 220 225)",
|
|
789
|
-
"--primary": "rgb(
|
|
790
|
-
"--primary-foreground": "rgb(
|
|
789
|
+
"--primary": "rgb(255 57 137)",
|
|
790
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
791
791
|
"--secondary": "rgb(12 227 255)",
|
|
792
792
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
793
793
|
"--tertiary": "rgb(116 245 95)",
|
|
794
794
|
"--tertiary-foreground": "rgb(0 0 0)",
|
|
795
|
-
"--muted": "rgb(
|
|
795
|
+
"--muted": "rgb(49 42 44)",
|
|
796
796
|
"--muted-foreground": "rgb(220 191 197)",
|
|
797
|
-
"--accent": "rgb(
|
|
797
|
+
"--accent": "rgb(49 42 44)",
|
|
798
798
|
"--accent-foreground": "rgb(220 191 197)",
|
|
799
799
|
"--destructive": "rgb(255 180 171)",
|
|
800
800
|
"--border": "rgb(86 65 70)",
|
|
801
801
|
"--input": "rgb(86 65 70)",
|
|
802
802
|
"--ring": "rgb(255 177 197)",
|
|
803
|
-
"--sidebar": "rgb(
|
|
804
|
-
"--card": "rgb(
|
|
803
|
+
"--sidebar": "rgb(32 26 27)",
|
|
804
|
+
"--card": "rgb(65 48 52)",
|
|
805
805
|
"--card-foreground": "rgb(246 220 225)",
|
|
806
806
|
"--chart-1": "rgb(255 142 175)",
|
|
807
807
|
"--chart-2": "rgb(240 160 0)",
|
|
@@ -840,11 +840,11 @@
|
|
|
840
840
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
841
841
|
},
|
|
842
842
|
"sky/light": {
|
|
843
|
-
"--background": "rgb(
|
|
843
|
+
"--background": "rgb(243 243 246)",
|
|
844
844
|
"--foreground": "rgb(20 28 35)",
|
|
845
|
-
"--surface": "rgb(
|
|
845
|
+
"--surface": "rgb(232 232 235)",
|
|
846
846
|
"--surface-foreground": "rgb(20 28 35)",
|
|
847
|
-
"--popover": "rgb(
|
|
847
|
+
"--popover": "rgb(220 221 224)",
|
|
848
848
|
"--popover-foreground": "rgb(20 28 35)",
|
|
849
849
|
"--primary": "rgb(0 112 163)",
|
|
850
850
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -852,15 +852,15 @@
|
|
|
852
852
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
853
853
|
"--tertiary": "rgb(128 102 0)",
|
|
854
854
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
855
|
-
"--muted": "rgb(
|
|
855
|
+
"--muted": "rgb(209 209 212)",
|
|
856
856
|
"--muted-foreground": "rgb(61 72 82)",
|
|
857
|
-
"--accent": "rgb(
|
|
857
|
+
"--accent": "rgb(209 209 212)",
|
|
858
858
|
"--accent-foreground": "rgb(61 72 82)",
|
|
859
859
|
"--destructive": "rgb(186 26 26)",
|
|
860
860
|
"--border": "rgb(189 200 211)",
|
|
861
861
|
"--input": "rgb(189 200 211)",
|
|
862
862
|
"--ring": "rgb(0 100 147)",
|
|
863
|
-
"--sidebar": "rgb(
|
|
863
|
+
"--sidebar": "rgb(232 232 235)",
|
|
864
864
|
"--card": "rgb(255 255 255)",
|
|
865
865
|
"--card-foreground": "rgb(20 28 35)",
|
|
866
866
|
"--chart-1": "rgb(0 121 176)",
|
|
@@ -900,28 +900,28 @@
|
|
|
900
900
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
901
901
|
},
|
|
902
902
|
"sky/dark": {
|
|
903
|
-
"--background": "rgb(
|
|
903
|
+
"--background": "rgb(12 14 17)",
|
|
904
904
|
"--foreground": "rgb(219 227 237)",
|
|
905
|
-
"--surface": "rgb(
|
|
905
|
+
"--surface": "rgb(26 28 30)",
|
|
906
906
|
"--surface-foreground": "rgb(219 227 237)",
|
|
907
|
-
"--popover": "rgb(
|
|
907
|
+
"--popover": "rgb(34 36 38)",
|
|
908
908
|
"--popover-foreground": "rgb(219 227 237)",
|
|
909
|
-
"--primary": "rgb(
|
|
910
|
-
"--primary-foreground": "rgb(
|
|
909
|
+
"--primary": "rgb(29 175 251)",
|
|
910
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
911
911
|
"--secondary": "rgb(204 50 38)",
|
|
912
912
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
913
913
|
"--tertiary": "rgb(253 204 0)",
|
|
914
914
|
"--tertiary-foreground": "rgb(0 0 0)",
|
|
915
|
-
"--muted": "rgb(
|
|
915
|
+
"--muted": "rgb(42 44 47)",
|
|
916
916
|
"--muted-foreground": "rgb(189 200 211)",
|
|
917
|
-
"--accent": "rgb(
|
|
917
|
+
"--accent": "rgb(42 44 47)",
|
|
918
918
|
"--accent-foreground": "rgb(189 200 211)",
|
|
919
919
|
"--destructive": "rgb(255 180 171)",
|
|
920
920
|
"--border": "rgb(61 72 82)",
|
|
921
921
|
"--input": "rgb(61 72 82)",
|
|
922
922
|
"--ring": "rgb(141 205 255)",
|
|
923
|
-
"--sidebar": "rgb(
|
|
924
|
-
"--card": "rgb(
|
|
923
|
+
"--sidebar": "rgb(26 28 30)",
|
|
924
|
+
"--card": "rgb(45 54 61)",
|
|
925
925
|
"--card-foreground": "rgb(219 227 237)",
|
|
926
926
|
"--chart-1": "rgb(75 186 255)",
|
|
927
927
|
"--chart-2": "rgb(213 152 255)",
|
|
@@ -960,11 +960,11 @@
|
|
|
960
960
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
961
961
|
},
|
|
962
962
|
"orange/light": {
|
|
963
|
-
"--background": "rgb(
|
|
963
|
+
"--background": "rgb(254 241 235)",
|
|
964
964
|
"--foreground": "rgb(38 25 16)",
|
|
965
|
-
"--surface": "rgb(
|
|
965
|
+
"--surface": "rgb(242 230 224)",
|
|
966
966
|
"--surface-foreground": "rgb(38 25 16)",
|
|
967
|
-
"--popover": "rgb(
|
|
967
|
+
"--popover": "rgb(231 218 213)",
|
|
968
968
|
"--popover-foreground": "rgb(38 25 16)",
|
|
969
969
|
"--primary": "rgb(170 79 0)",
|
|
970
970
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -972,15 +972,15 @@
|
|
|
972
972
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
973
973
|
"--tertiary": "rgb(65 62 247)",
|
|
974
974
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
975
|
-
"--muted": "rgb(
|
|
975
|
+
"--muted": "rgb(219 207 202)",
|
|
976
976
|
"--muted-foreground": "rgb(87 66 55)",
|
|
977
|
-
"--accent": "rgb(
|
|
977
|
+
"--accent": "rgb(219 207 202)",
|
|
978
978
|
"--accent-foreground": "rgb(87 66 55)",
|
|
979
979
|
"--destructive": "rgb(186 26 26)",
|
|
980
980
|
"--border": "rgb(222 193 177)",
|
|
981
981
|
"--input": "rgb(222 193 177)",
|
|
982
982
|
"--ring": "rgb(153 71 0)",
|
|
983
|
-
"--sidebar": "rgb(
|
|
983
|
+
"--sidebar": "rgb(242 230 224)",
|
|
984
984
|
"--card": "rgb(255 255 255)",
|
|
985
985
|
"--card-foreground": "rgb(38 25 16)",
|
|
986
986
|
"--chart-1": "rgb(184 86 0)",
|
|
@@ -1020,28 +1020,28 @@
|
|
|
1020
1020
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
1021
1021
|
},
|
|
1022
1022
|
"orange/dark": {
|
|
1023
|
-
"--background": "rgb(
|
|
1023
|
+
"--background": "rgb(18 13 10)",
|
|
1024
1024
|
"--foreground": "rgb(248 221 208)",
|
|
1025
|
-
"--surface": "rgb(
|
|
1025
|
+
"--surface": "rgb(32 26 23)",
|
|
1026
1026
|
"--surface-foreground": "rgb(248 221 208)",
|
|
1027
|
-
"--popover": "rgb(
|
|
1027
|
+
"--popover": "rgb(41 34 31)",
|
|
1028
1028
|
"--popover-foreground": "rgb(248 221 208)",
|
|
1029
|
-
"--primary": "rgb(
|
|
1030
|
-
"--primary-foreground": "rgb(
|
|
1029
|
+
"--primary": "rgb(255 123 4)",
|
|
1030
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
1031
1031
|
"--secondary": "rgb(0 248 254)",
|
|
1032
1032
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
1033
1033
|
"--tertiary": "rgb(80 79 255)",
|
|
1034
1034
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1035
|
-
"--muted": "rgb(
|
|
1035
|
+
"--muted": "rgb(49 43 39)",
|
|
1036
1036
|
"--muted-foreground": "rgb(222 193 177)",
|
|
1037
|
-
"--accent": "rgb(
|
|
1037
|
+
"--accent": "rgb(49 43 39)",
|
|
1038
1038
|
"--accent-foreground": "rgb(222 193 177)",
|
|
1039
1039
|
"--destructive": "rgb(255 180 171)",
|
|
1040
1040
|
"--border": "rgb(87 66 55)",
|
|
1041
1041
|
"--input": "rgb(87 66 55)",
|
|
1042
1042
|
"--ring": "rgb(255 182 139)",
|
|
1043
|
-
"--sidebar": "rgb(
|
|
1044
|
-
"--card": "rgb(
|
|
1043
|
+
"--sidebar": "rgb(32 26 23)",
|
|
1044
|
+
"--card": "rgb(65 49 40)",
|
|
1045
1045
|
"--card-foreground": "rgb(248 221 208)",
|
|
1046
1046
|
"--chart-1": "rgb(255 150 81)",
|
|
1047
1047
|
"--chart-2": "rgb(160 188 48)",
|
|
@@ -1080,11 +1080,11 @@
|
|
|
1080
1080
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1081
1081
|
},
|
|
1082
1082
|
"mint/light": {
|
|
1083
|
-
"--background": "rgb(
|
|
1083
|
+
"--background": "rgb(242 244 242)",
|
|
1084
1084
|
"--foreground": "rgb(17 30 28)",
|
|
1085
|
-
"--surface": "rgb(
|
|
1085
|
+
"--surface": "rgb(230 233 231)",
|
|
1086
1086
|
"--surface-foreground": "rgb(17 30 28)",
|
|
1087
|
-
"--popover": "rgb(
|
|
1087
|
+
"--popover": "rgb(219 221 219)",
|
|
1088
1088
|
"--popover-foreground": "rgb(17 30 28)",
|
|
1089
1089
|
"--primary": "rgb(0 119 107)",
|
|
1090
1090
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -1092,15 +1092,15 @@
|
|
|
1092
1092
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
1093
1093
|
"--tertiary": "rgb(171 25 169)",
|
|
1094
1094
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1095
|
-
"--muted": "rgb(
|
|
1095
|
+
"--muted": "rgb(207 210 208)",
|
|
1096
1096
|
"--muted-foreground": "rgb(57 74 71)",
|
|
1097
|
-
"--accent": "rgb(
|
|
1097
|
+
"--accent": "rgb(207 210 208)",
|
|
1098
1098
|
"--accent-foreground": "rgb(57 74 71)",
|
|
1099
1099
|
"--destructive": "rgb(186 26 26)",
|
|
1100
1100
|
"--border": "rgb(184 202 198)",
|
|
1101
1101
|
"--input": "rgb(184 202 198)",
|
|
1102
1102
|
"--ring": "rgb(0 107 95)",
|
|
1103
|
-
"--sidebar": "rgb(
|
|
1103
|
+
"--sidebar": "rgb(230 233 231)",
|
|
1104
1104
|
"--card": "rgb(255 255 255)",
|
|
1105
1105
|
"--card-foreground": "rgb(17 30 28)",
|
|
1106
1106
|
"--chart-1": "rgb(0 128 115)",
|
|
@@ -1140,28 +1140,28 @@
|
|
|
1140
1140
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
1141
1141
|
},
|
|
1142
1142
|
"mint/dark": {
|
|
1143
|
-
"--background": "rgb(
|
|
1143
|
+
"--background": "rgb(11 15 14)",
|
|
1144
1144
|
"--foreground": "rgb(215 230 225)",
|
|
1145
|
-
"--surface": "rgb(
|
|
1145
|
+
"--surface": "rgb(25 28 27)",
|
|
1146
1146
|
"--surface-foreground": "rgb(215 230 225)",
|
|
1147
|
-
"--popover": "rgb(
|
|
1147
|
+
"--popover": "rgb(33 36 35)",
|
|
1148
1148
|
"--popover-foreground": "rgb(215 230 225)",
|
|
1149
|
-
"--primary": "rgb(
|
|
1150
|
-
"--primary-foreground": "rgb(
|
|
1149
|
+
"--primary": "rgb(113 248 228)",
|
|
1150
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
1151
1151
|
"--secondary": "rgb(214 64 12)",
|
|
1152
1152
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
1153
1153
|
"--tertiary": "rgb(186 44 183)",
|
|
1154
1154
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1155
|
-
"--muted": "rgb(
|
|
1155
|
+
"--muted": "rgb(41 45 44)",
|
|
1156
1156
|
"--muted-foreground": "rgb(184 202 198)",
|
|
1157
|
-
"--accent": "rgb(
|
|
1157
|
+
"--accent": "rgb(41 45 44)",
|
|
1158
1158
|
"--accent-foreground": "rgb(184 202 198)",
|
|
1159
1159
|
"--destructive": "rgb(255 180 171)",
|
|
1160
1160
|
"--border": "rgb(57 74 71)",
|
|
1161
1161
|
"--input": "rgb(57 74 71)",
|
|
1162
1162
|
"--ring": "rgb(0 222 201)",
|
|
1163
|
-
"--sidebar": "rgb(
|
|
1164
|
-
"--card": "rgb(
|
|
1163
|
+
"--sidebar": "rgb(25 28 27)",
|
|
1164
|
+
"--card": "rgb(42 55 53)",
|
|
1165
1165
|
"--card-foreground": "rgb(215 230 225)",
|
|
1166
1166
|
"--chart-1": "rgb(0 198 179)",
|
|
1167
1167
|
"--chart-2": "rgb(119 180 255)",
|
|
@@ -1200,11 +1200,11 @@
|
|
|
1200
1200
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1201
1201
|
},
|
|
1202
1202
|
"oxy/light": {
|
|
1203
|
-
"--background": "rgb(
|
|
1203
|
+
"--background": "rgb(250 241 246)",
|
|
1204
1204
|
"--foreground": "rgb(33 25 34)",
|
|
1205
|
-
"--surface": "rgb(
|
|
1205
|
+
"--surface": "rgb(238 230 234)",
|
|
1206
1206
|
"--surface-foreground": "rgb(33 25 34)",
|
|
1207
|
-
"--popover": "rgb(
|
|
1207
|
+
"--popover": "rgb(226 219 223)",
|
|
1208
1208
|
"--popover-foreground": "rgb(33 25 34)",
|
|
1209
1209
|
"--primary": "rgb(144 61 170)",
|
|
1210
1210
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -1212,15 +1212,15 @@
|
|
|
1212
1212
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
1213
1213
|
"--tertiary": "rgb(48 121 0)",
|
|
1214
1214
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1215
|
-
"--muted": "rgb(
|
|
1215
|
+
"--muted": "rgb(215 207 212)",
|
|
1216
1216
|
"--muted-foreground": "rgb(79 67 80)",
|
|
1217
|
-
"--accent": "rgb(
|
|
1217
|
+
"--accent": "rgb(215 207 212)",
|
|
1218
1218
|
"--accent-foreground": "rgb(79 67 80)",
|
|
1219
1219
|
"--destructive": "rgb(186 26 26)",
|
|
1220
1220
|
"--border": "rgb(210 193 210)",
|
|
1221
1221
|
"--input": "rgb(210 193 210)",
|
|
1222
1222
|
"--ring": "rgb(156 0 200)",
|
|
1223
|
-
"--sidebar": "rgb(
|
|
1223
|
+
"--sidebar": "rgb(238 230 234)",
|
|
1224
1224
|
"--card": "rgb(255 255 255)",
|
|
1225
1225
|
"--card-foreground": "rgb(33 25 34)",
|
|
1226
1226
|
"--chart-1": "rgb(159 81 184)",
|
|
@@ -1260,28 +1260,28 @@
|
|
|
1260
1260
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
1261
1261
|
},
|
|
1262
1262
|
"oxy/dark": {
|
|
1263
|
-
"--background": "rgb(
|
|
1263
|
+
"--background": "rgb(16 13 16)",
|
|
1264
1264
|
"--foreground": "rgb(237 222 235)",
|
|
1265
|
-
"--surface": "rgb(
|
|
1265
|
+
"--surface": "rgb(30 27 30)",
|
|
1266
1266
|
"--surface-foreground": "rgb(237 222 235)",
|
|
1267
|
-
"--popover": "rgb(
|
|
1267
|
+
"--popover": "rgb(38 35 38)",
|
|
1268
1268
|
"--popover-foreground": "rgb(237 222 235)",
|
|
1269
|
-
"--primary": "rgb(
|
|
1270
|
-
"--primary-foreground": "rgb(
|
|
1269
|
+
"--primary": "rgb(190 105 216)",
|
|
1270
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
1271
1271
|
"--secondary": "rgb(0 253 200)",
|
|
1272
1272
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
1273
1273
|
"--tertiary": "rgb(142 249 86)",
|
|
1274
1274
|
"--tertiary-foreground": "rgb(0 0 0)",
|
|
1275
|
-
"--muted": "rgb(
|
|
1275
|
+
"--muted": "rgb(47 43 46)",
|
|
1276
1276
|
"--muted-foreground": "rgb(210 193 210)",
|
|
1277
|
-
"--accent": "rgb(
|
|
1277
|
+
"--accent": "rgb(47 43 46)",
|
|
1278
1278
|
"--accent-foreground": "rgb(210 193 210)",
|
|
1279
1279
|
"--destructive": "rgb(255 180 171)",
|
|
1280
1280
|
"--border": "rgb(79 67 80)",
|
|
1281
1281
|
"--input": "rgb(79 67 80)",
|
|
1282
1282
|
"--ring": "rgb(240 176 255)",
|
|
1283
|
-
"--sidebar": "rgb(
|
|
1284
|
-
"--card": "rgb(
|
|
1283
|
+
"--sidebar": "rgb(30 27 30)",
|
|
1284
|
+
"--card": "rgb(59 50 60)",
|
|
1285
1285
|
"--card-foreground": "rgb(237 222 235)",
|
|
1286
1286
|
"--chart-1": "rgb(228 144 252)",
|
|
1287
1287
|
"--chart-2": "rgb(255 148 116)",
|
|
@@ -1320,11 +1320,11 @@
|
|
|
1320
1320
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1321
1321
|
},
|
|
1322
1322
|
"faircoin/light": {
|
|
1323
|
-
"--background": "rgb(
|
|
1323
|
+
"--background": "rgb(244 244 237)",
|
|
1324
1324
|
"--foreground": "rgb(24 29 18)",
|
|
1325
|
-
"--surface": "rgb(
|
|
1325
|
+
"--surface": "rgb(233 232 225)",
|
|
1326
1326
|
"--surface-foreground": "rgb(24 29 18)",
|
|
1327
|
-
"--popover": "rgb(
|
|
1327
|
+
"--popover": "rgb(221 221 214)",
|
|
1328
1328
|
"--popover-foreground": "rgb(24 29 18)",
|
|
1329
1329
|
"--primary": "rgb(62 119 0)",
|
|
1330
1330
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -1332,15 +1332,15 @@
|
|
|
1332
1332
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
1333
1333
|
"--tertiary": "rgb(184 29 147)",
|
|
1334
1334
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1335
|
-
"--muted": "rgb(
|
|
1335
|
+
"--muted": "rgb(210 210 203)",
|
|
1336
1336
|
"--muted-foreground": "rgb(65 73 57)",
|
|
1337
|
-
"--accent": "rgb(
|
|
1337
|
+
"--accent": "rgb(210 210 203)",
|
|
1338
1338
|
"--accent-foreground": "rgb(65 73 57)",
|
|
1339
1339
|
"--destructive": "rgb(186 26 26)",
|
|
1340
1340
|
"--border": "rgb(193 202 180)",
|
|
1341
1341
|
"--input": "rgb(193 202 180)",
|
|
1342
1342
|
"--ring": "rgb(55 107 0)",
|
|
1343
|
-
"--sidebar": "rgb(
|
|
1343
|
+
"--sidebar": "rgb(233 232 225)",
|
|
1344
1344
|
"--card": "rgb(255 255 255)",
|
|
1345
1345
|
"--card-foreground": "rgb(24 29 18)",
|
|
1346
1346
|
"--chart-1": "rgb(70 128 15)",
|
|
@@ -1380,28 +1380,28 @@
|
|
|
1380
1380
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
1381
1381
|
},
|
|
1382
1382
|
"faircoin/dark": {
|
|
1383
|
-
"--background": "rgb(
|
|
1383
|
+
"--background": "rgb(13 15 11)",
|
|
1384
1384
|
"--foreground": "rgb(223 229 211)",
|
|
1385
|
-
"--surface": "rgb(
|
|
1385
|
+
"--surface": "rgb(26 28 24)",
|
|
1386
1386
|
"--surface-foreground": "rgb(223 229 211)",
|
|
1387
|
-
"--popover": "rgb(
|
|
1387
|
+
"--popover": "rgb(35 36 32)",
|
|
1388
1388
|
"--popover-foreground": "rgb(223 229 211)",
|
|
1389
|
-
"--primary": "rgb(
|
|
1389
|
+
"--primary": "rgb(158 250 79)",
|
|
1390
1390
|
"--primary-foreground": "rgb(0 0 0)",
|
|
1391
1391
|
"--secondary": "rgb(79 79 255)",
|
|
1392
1392
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
1393
1393
|
"--tertiary": "rgb(200 46 161)",
|
|
1394
1394
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1395
|
-
"--muted": "rgb(
|
|
1395
|
+
"--muted": "rgb(43 45 40)",
|
|
1396
1396
|
"--muted-foreground": "rgb(193 202 180)",
|
|
1397
|
-
"--accent": "rgb(
|
|
1397
|
+
"--accent": "rgb(43 45 40)",
|
|
1398
1398
|
"--accent-foreground": "rgb(193 202 180)",
|
|
1399
1399
|
"--destructive": "rgb(255 180 171)",
|
|
1400
1400
|
"--border": "rgb(65 73 57)",
|
|
1401
1401
|
"--input": "rgb(65 73 57)",
|
|
1402
1402
|
"--ring": "rgb(120 223 0)",
|
|
1403
|
-
"--sidebar": "rgb(
|
|
1404
|
-
"--card": "rgb(
|
|
1403
|
+
"--sidebar": "rgb(26 28 24)",
|
|
1404
|
+
"--card": "rgb(49 55 42)",
|
|
1405
1405
|
"--card-foreground": "rgb(223 229 211)",
|
|
1406
1406
|
"--chart-1": "rgb(131 193 77)",
|
|
1407
1407
|
"--chart-2": "rgb(0 195 211)",
|
|
@@ -1440,11 +1440,11 @@
|
|
|
1440
1440
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1441
1441
|
},
|
|
1442
1442
|
"pumpkin/light": {
|
|
1443
|
-
"--background": "rgb(
|
|
1443
|
+
"--background": "rgb(253 242 234)",
|
|
1444
1444
|
"--foreground": "rgb(37 25 14)",
|
|
1445
|
-
"--surface": "rgb(
|
|
1445
|
+
"--surface": "rgb(241 230 223)",
|
|
1446
1446
|
"--surface-foreground": "rgb(37 25 14)",
|
|
1447
|
-
"--popover": "rgb(
|
|
1447
|
+
"--popover": "rgb(230 219 212)",
|
|
1448
1448
|
"--popover-foreground": "rgb(37 25 14)",
|
|
1449
1449
|
"--primary": "rgb(154 90 0)",
|
|
1450
1450
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -1452,15 +1452,15 @@
|
|
|
1452
1452
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
1453
1453
|
"--tertiary": "rgb(0 79 230)",
|
|
1454
1454
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1455
|
-
"--muted": "rgb(
|
|
1455
|
+
"--muted": "rgb(218 208 201)",
|
|
1456
1456
|
"--muted-foreground": "rgb(85 67 51)",
|
|
1457
|
-
"--accent": "rgb(
|
|
1457
|
+
"--accent": "rgb(218 208 201)",
|
|
1458
1458
|
"--accent-foreground": "rgb(85 67 51)",
|
|
1459
1459
|
"--destructive": "rgb(186 26 26)",
|
|
1460
1460
|
"--border": "rgb(219 194 173)",
|
|
1461
1461
|
"--input": "rgb(219 194 173)",
|
|
1462
1462
|
"--ring": "rgb(139 80 0)",
|
|
1463
|
-
"--sidebar": "rgb(
|
|
1463
|
+
"--sidebar": "rgb(241 230 223)",
|
|
1464
1464
|
"--card": "rgb(255 255 255)",
|
|
1465
1465
|
"--card-foreground": "rgb(37 25 14)",
|
|
1466
1466
|
"--chart-1": "rgb(166 97 0)",
|
|
@@ -1500,28 +1500,28 @@
|
|
|
1500
1500
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
1501
1501
|
},
|
|
1502
1502
|
"pumpkin/dark": {
|
|
1503
|
-
"--background": "rgb(
|
|
1503
|
+
"--background": "rgb(18 13 10)",
|
|
1504
1504
|
"--foreground": "rgb(245 223 204)",
|
|
1505
|
-
"--surface": "rgb(
|
|
1505
|
+
"--surface": "rgb(32 27 22)",
|
|
1506
1506
|
"--surface-foreground": "rgb(245 223 204)",
|
|
1507
|
-
"--popover": "rgb(
|
|
1507
|
+
"--popover": "rgb(40 35 30)",
|
|
1508
1508
|
"--popover-foreground": "rgb(245 223 204)",
|
|
1509
|
-
"--primary": "rgb(
|
|
1510
|
-
"--primary-foreground": "rgb(
|
|
1509
|
+
"--primary": "rgb(255 152 0)",
|
|
1510
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
1511
1511
|
"--secondary": "rgb(6 223 255)",
|
|
1512
1512
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
1513
1513
|
"--tertiary": "rgb(9 90 255)",
|
|
1514
1514
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1515
|
-
"--muted": "rgb(
|
|
1515
|
+
"--muted": "rgb(49 43 38)",
|
|
1516
1516
|
"--muted-foreground": "rgb(219 194 173)",
|
|
1517
|
-
"--accent": "rgb(
|
|
1517
|
+
"--accent": "rgb(49 43 38)",
|
|
1518
1518
|
"--accent-foreground": "rgb(219 194 173)",
|
|
1519
1519
|
"--destructive": "rgb(255 180 171)",
|
|
1520
1520
|
"--border": "rgb(85 67 51)",
|
|
1521
1521
|
"--input": "rgb(85 67 51)",
|
|
1522
1522
|
"--ring": "rgb(255 184 112)",
|
|
1523
|
-
"--sidebar": "rgb(
|
|
1524
|
-
"--card": "rgb(
|
|
1523
|
+
"--sidebar": "rgb(32 27 22)",
|
|
1524
|
+
"--card": "rgb(64 50 38)",
|
|
1525
1525
|
"--card-foreground": "rgb(245 223 204)",
|
|
1526
1526
|
"--chart-1": "rgb(253 153 21)",
|
|
1527
1527
|
"--chart-2": "rgb(127 194 81)",
|
|
@@ -1560,11 +1560,11 @@
|
|
|
1560
1560
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1561
1561
|
},
|
|
1562
1562
|
"gray/light": {
|
|
1563
|
-
"--background": "rgb(
|
|
1563
|
+
"--background": "rgb(242 244 246)",
|
|
1564
1564
|
"--foreground": "rgb(19 29 34)",
|
|
1565
|
-
"--surface": "rgb(
|
|
1565
|
+
"--surface": "rgb(231 232 234)",
|
|
1566
1566
|
"--surface-foreground": "rgb(19 29 34)",
|
|
1567
|
-
"--popover": "rgb(
|
|
1567
|
+
"--popover": "rgb(219 221 223)",
|
|
1568
1568
|
"--popover-foreground": "rgb(19 29 34)",
|
|
1569
1569
|
"--primary": "rgb(71 100 113)",
|
|
1570
1570
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -1572,15 +1572,15 @@
|
|
|
1572
1572
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
1573
1573
|
"--tertiary": "rgb(143 98 0)",
|
|
1574
1574
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1575
|
-
"--muted": "rgb(
|
|
1575
|
+
"--muted": "rgb(208 210 212)",
|
|
1576
1576
|
"--muted-foreground": "rgb(59 73 80)",
|
|
1577
|
-
"--accent": "rgb(
|
|
1577
|
+
"--accent": "rgb(208 210 212)",
|
|
1578
1578
|
"--accent-foreground": "rgb(59 73 80)",
|
|
1579
1579
|
"--destructive": "rgb(186 26 26)",
|
|
1580
1580
|
"--border": "rgb(186 201 209)",
|
|
1581
1581
|
"--input": "rgb(186 201 209)",
|
|
1582
1582
|
"--ring": "rgb(0 103 131)",
|
|
1583
|
-
"--sidebar": "rgb(
|
|
1583
|
+
"--sidebar": "rgb(231 232 234)",
|
|
1584
1584
|
"--card": "rgb(255 255 255)",
|
|
1585
1585
|
"--card-foreground": "rgb(19 29 34)",
|
|
1586
1586
|
"--chart-1": "rgb(0 124 158)",
|
|
@@ -1620,28 +1620,28 @@
|
|
|
1620
1620
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
1621
1621
|
},
|
|
1622
1622
|
"gray/dark": {
|
|
1623
|
-
"--background": "rgb(
|
|
1623
|
+
"--background": "rgb(12 15 16)",
|
|
1624
1624
|
"--foreground": "rgb(217 228 235)",
|
|
1625
|
-
"--surface": "rgb(
|
|
1625
|
+
"--surface": "rgb(25 28 30)",
|
|
1626
1626
|
"--surface-foreground": "rgb(217 228 235)",
|
|
1627
|
-
"--popover": "rgb(
|
|
1627
|
+
"--popover": "rgb(33 36 38)",
|
|
1628
1628
|
"--popover-foreground": "rgb(217 228 235)",
|
|
1629
|
-
"--primary": "rgb(
|
|
1630
|
-
"--primary-foreground": "rgb(
|
|
1629
|
+
"--primary": "rgb(159 189 204)",
|
|
1630
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
1631
1631
|
"--secondary": "rgb(209 48 66)",
|
|
1632
1632
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
1633
1633
|
"--tertiary": "rgb(252 175 0)",
|
|
1634
1634
|
"--tertiary-foreground": "rgb(0 0 0)",
|
|
1635
|
-
"--muted": "rgb(
|
|
1635
|
+
"--muted": "rgb(42 44 46)",
|
|
1636
1636
|
"--muted-foreground": "rgb(186 201 209)",
|
|
1637
|
-
"--accent": "rgb(
|
|
1637
|
+
"--accent": "rgb(42 44 46)",
|
|
1638
1638
|
"--accent-foreground": "rgb(186 201 209)",
|
|
1639
1639
|
"--destructive": "rgb(255 180 171)",
|
|
1640
1640
|
"--border": "rgb(59 73 80)",
|
|
1641
1641
|
"--input": "rgb(59 73 80)",
|
|
1642
1642
|
"--ring": "rgb(101 211 255)",
|
|
1643
|
-
"--sidebar": "rgb(
|
|
1644
|
-
"--card": "rgb(
|
|
1643
|
+
"--sidebar": "rgb(25 28 30)",
|
|
1644
|
+
"--card": "rgb(44 54 60)",
|
|
1645
1645
|
"--card-foreground": "rgb(217 228 235)",
|
|
1646
1646
|
"--chart-1": "rgb(0 191 242)",
|
|
1647
1647
|
"--chart-2": "rgb(189 162 255)",
|
|
@@ -1680,11 +1680,11 @@
|
|
|
1680
1680
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1681
1681
|
},
|
|
1682
1682
|
"brown/light": {
|
|
1683
|
-
"--background": "rgb(
|
|
1683
|
+
"--background": "rgb(254 241 237)",
|
|
1684
1684
|
"--foreground": "rgb(39 24 19)",
|
|
1685
|
-
"--surface": "rgb(
|
|
1685
|
+
"--surface": "rgb(243 229 226)",
|
|
1686
1686
|
"--surface-foreground": "rgb(39 24 19)",
|
|
1687
|
-
"--popover": "rgb(
|
|
1687
|
+
"--popover": "rgb(231 218 215)",
|
|
1688
1688
|
"--popover-foreground": "rgb(39 24 19)",
|
|
1689
1689
|
"--primary": "rgb(155 73 43)",
|
|
1690
1690
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -1692,15 +1692,15 @@
|
|
|
1692
1692
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
1693
1693
|
"--tertiary": "rgb(0 87 229)",
|
|
1694
1694
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1695
|
-
"--muted": "rgb(
|
|
1695
|
+
"--muted": "rgb(219 207 203)",
|
|
1696
1696
|
"--muted-foreground": "rgb(88 66 58)",
|
|
1697
|
-
"--accent": "rgb(
|
|
1697
|
+
"--accent": "rgb(219 207 203)",
|
|
1698
1698
|
"--accent-foreground": "rgb(88 66 58)",
|
|
1699
1699
|
"--destructive": "rgb(186 26 26)",
|
|
1700
1700
|
"--border": "rgb(223 192 182)",
|
|
1701
1701
|
"--input": "rgb(223 192 182)",
|
|
1702
1702
|
"--ring": "rgb(171 53 0)",
|
|
1703
|
-
"--sidebar": "rgb(
|
|
1703
|
+
"--sidebar": "rgb(243 229 226)",
|
|
1704
1704
|
"--card": "rgb(255 255 255)",
|
|
1705
1705
|
"--card-foreground": "rgb(39 24 19)",
|
|
1706
1706
|
"--chart-1": "rgb(191 79 37)",
|
|
@@ -1740,28 +1740,28 @@
|
|
|
1740
1740
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
1741
1741
|
},
|
|
1742
1742
|
"brown/dark": {
|
|
1743
|
-
"--background": "rgb(
|
|
1743
|
+
"--background": "rgb(18 13 11)",
|
|
1744
1744
|
"--foreground": "rgb(249 221 212)",
|
|
1745
|
-
"--surface": "rgb(
|
|
1745
|
+
"--surface": "rgb(32 26 24)",
|
|
1746
1746
|
"--surface-foreground": "rgb(249 221 212)",
|
|
1747
|
-
"--popover": "rgb(
|
|
1747
|
+
"--popover": "rgb(41 34 32)",
|
|
1748
1748
|
"--popover-foreground": "rgb(249 221 212)",
|
|
1749
|
-
"--primary": "rgb(
|
|
1750
|
-
"--primary-foreground": "rgb(
|
|
1749
|
+
"--primary": "rgb(211 116 83)",
|
|
1750
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
1751
1751
|
"--secondary": "rgb(0 253 234)",
|
|
1752
1752
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
1753
1753
|
"--tertiary": "rgb(1 98 255)",
|
|
1754
1754
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1755
|
-
"--muted": "rgb(
|
|
1755
|
+
"--muted": "rgb(50 43 40)",
|
|
1756
1756
|
"--muted-foreground": "rgb(223 192 182)",
|
|
1757
|
-
"--accent": "rgb(
|
|
1757
|
+
"--accent": "rgb(50 43 40)",
|
|
1758
1758
|
"--accent-foreground": "rgb(223 192 182)",
|
|
1759
1759
|
"--destructive": "rgb(255 180 171)",
|
|
1760
1760
|
"--border": "rgb(88 66 58)",
|
|
1761
1761
|
"--input": "rgb(88 66 58)",
|
|
1762
1762
|
"--ring": "rgb(255 181 156)",
|
|
1763
|
-
"--sidebar": "rgb(
|
|
1764
|
-
"--card": "rgb(
|
|
1763
|
+
"--sidebar": "rgb(32 26 24)",
|
|
1764
|
+
"--card": "rgb(66 49 43)",
|
|
1765
1765
|
"--card-foreground": "rgb(249 221 212)",
|
|
1766
1766
|
"--chart-1": "rgb(255 148 111)",
|
|
1767
1767
|
"--chart-2": "rgb(186 181 7)",
|
|
@@ -1800,11 +1800,11 @@
|
|
|
1800
1800
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1801
1801
|
},
|
|
1802
1802
|
"peach/light": {
|
|
1803
|
-
"--background": "rgb(
|
|
1803
|
+
"--background": "rgb(254 241 236)",
|
|
1804
1804
|
"--foreground": "rgb(38 24 18)",
|
|
1805
|
-
"--surface": "rgb(
|
|
1805
|
+
"--surface": "rgb(242 230 225)",
|
|
1806
1806
|
"--surface-foreground": "rgb(38 24 18)",
|
|
1807
|
-
"--popover": "rgb(
|
|
1807
|
+
"--popover": "rgb(231 218 214)",
|
|
1808
1808
|
"--popover-foreground": "rgb(38 24 18)",
|
|
1809
1809
|
"--primary": "rgb(139 80 50)",
|
|
1810
1810
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -1812,15 +1812,15 @@
|
|
|
1812
1812
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
1813
1813
|
"--tertiary": "rgb(34 68 249)",
|
|
1814
1814
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1815
|
-
"--muted": "rgb(
|
|
1815
|
+
"--muted": "rgb(219 207 203)",
|
|
1816
1816
|
"--muted-foreground": "rgb(88 66 56)",
|
|
1817
|
-
"--accent": "rgb(
|
|
1817
|
+
"--accent": "rgb(219 207 203)",
|
|
1818
1818
|
"--accent-foreground": "rgb(88 66 56)",
|
|
1819
1819
|
"--destructive": "rgb(186 26 26)",
|
|
1820
1820
|
"--border": "rgb(223 192 179)",
|
|
1821
1821
|
"--input": "rgb(223 192 179)",
|
|
1822
1822
|
"--ring": "rgb(160 65 0)",
|
|
1823
|
-
"--sidebar": "rgb(
|
|
1823
|
+
"--sidebar": "rgb(242 230 225)",
|
|
1824
1824
|
"--card": "rgb(255 255 255)",
|
|
1825
1825
|
"--card-foreground": "rgb(38 24 18)",
|
|
1826
1826
|
"--chart-1": "rgb(188 82 15)",
|
|
@@ -1860,28 +1860,28 @@
|
|
|
1860
1860
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
1861
1861
|
},
|
|
1862
1862
|
"peach/dark": {
|
|
1863
|
-
"--background": "rgb(
|
|
1863
|
+
"--background": "rgb(18 13 11)",
|
|
1864
1864
|
"--foreground": "rgb(248 221 209)",
|
|
1865
|
-
"--surface": "rgb(
|
|
1865
|
+
"--surface": "rgb(32 26 24)",
|
|
1866
1866
|
"--surface-foreground": "rgb(248 221 209)",
|
|
1867
|
-
"--popover": "rgb(
|
|
1867
|
+
"--popover": "rgb(41 34 32)",
|
|
1868
1868
|
"--popover-foreground": "rgb(248 221 209)",
|
|
1869
|
-
"--primary": "rgb(
|
|
1869
|
+
"--primary": "rgb(206 136 102)",
|
|
1870
1870
|
"--primary-foreground": "rgb(0 0 0)",
|
|
1871
1871
|
"--secondary": "rgb(0 255 251)",
|
|
1872
1872
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
1873
1873
|
"--tertiary": "rgb(57 85 255)",
|
|
1874
1874
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1875
|
-
"--muted": "rgb(
|
|
1875
|
+
"--muted": "rgb(49 43 40)",
|
|
1876
1876
|
"--muted-foreground": "rgb(223 192 179)",
|
|
1877
|
-
"--accent": "rgb(
|
|
1877
|
+
"--accent": "rgb(49 43 40)",
|
|
1878
1878
|
"--accent-foreground": "rgb(223 192 179)",
|
|
1879
1879
|
"--destructive": "rgb(255 180 171)",
|
|
1880
1880
|
"--border": "rgb(88 66 56)",
|
|
1881
1881
|
"--input": "rgb(88 66 56)",
|
|
1882
1882
|
"--ring": "rgb(255 182 147)",
|
|
1883
|
-
"--sidebar": "rgb(
|
|
1884
|
-
"--card": "rgb(
|
|
1883
|
+
"--sidebar": "rgb(32 26 24)",
|
|
1884
|
+
"--card": "rgb(66 49 41)",
|
|
1885
1885
|
"--card-foreground": "rgb(248 221 209)",
|
|
1886
1886
|
"--chart-1": "rgb(255 149 95)",
|
|
1887
1887
|
"--chart-2": "rgb(171 185 34)",
|
|
@@ -1920,11 +1920,11 @@
|
|
|
1920
1920
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1921
1921
|
},
|
|
1922
1922
|
"rose/light": {
|
|
1923
|
-
"--background": "rgb(
|
|
1923
|
+
"--background": "rgb(250 241 245)",
|
|
1924
1924
|
"--foreground": "rgb(34 25 33)",
|
|
1925
|
-
"--surface": "rgb(
|
|
1925
|
+
"--surface": "rgb(239 230 234)",
|
|
1926
1926
|
"--surface-foreground": "rgb(34 25 33)",
|
|
1927
|
-
"--popover": "rgb(
|
|
1927
|
+
"--popover": "rgb(227 219 223)",
|
|
1928
1928
|
"--popover-foreground": "rgb(34 25 33)",
|
|
1929
1929
|
"--primary": "rgb(145 79 150)",
|
|
1930
1930
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -1932,15 +1932,15 @@
|
|
|
1932
1932
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
1933
1933
|
"--tertiary": "rgb(7 123 0)",
|
|
1934
1934
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
1935
|
-
"--muted": "rgb(
|
|
1935
|
+
"--muted": "rgb(216 207 211)",
|
|
1936
1936
|
"--muted-foreground": "rgb(80 67 79)",
|
|
1937
|
-
"--accent": "rgb(
|
|
1937
|
+
"--accent": "rgb(216 207 211)",
|
|
1938
1938
|
"--accent-foreground": "rgb(80 67 79)",
|
|
1939
1939
|
"--destructive": "rgb(186 26 26)",
|
|
1940
1940
|
"--border": "rgb(212 193 208)",
|
|
1941
1941
|
"--input": "rgb(212 193 208)",
|
|
1942
1942
|
"--ring": "rgb(163 0 184)",
|
|
1943
|
-
"--sidebar": "rgb(
|
|
1943
|
+
"--sidebar": "rgb(239 230 234)",
|
|
1944
1944
|
"--card": "rgb(255 255 255)",
|
|
1945
1945
|
"--card-foreground": "rgb(34 25 33)",
|
|
1946
1946
|
"--chart-1": "rgb(166 79 175)",
|
|
@@ -1980,28 +1980,28 @@
|
|
|
1980
1980
|
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
1981
1981
|
},
|
|
1982
1982
|
"rose/dark": {
|
|
1983
|
-
"--background": "rgb(
|
|
1983
|
+
"--background": "rgb(16 13 16)",
|
|
1984
1984
|
"--foreground": "rgb(239 222 234)",
|
|
1985
|
-
"--surface": "rgb(
|
|
1985
|
+
"--surface": "rgb(30 26 29)",
|
|
1986
1986
|
"--surface-foreground": "rgb(239 222 234)",
|
|
1987
|
-
"--popover": "rgb(38
|
|
1987
|
+
"--popover": "rgb(38 35 38)",
|
|
1988
1988
|
"--popover-foreground": "rgb(239 222 234)",
|
|
1989
|
-
"--primary": "rgb(
|
|
1989
|
+
"--primary": "rgb(184 114 188)",
|
|
1990
1990
|
"--primary-foreground": "rgb(0 0 0)",
|
|
1991
1991
|
"--secondary": "rgb(0 255 217)",
|
|
1992
1992
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
1993
1993
|
"--tertiary": "rgb(118 245 94)",
|
|
1994
1994
|
"--tertiary-foreground": "rgb(0 0 0)",
|
|
1995
|
-
"--muted": "rgb(
|
|
1995
|
+
"--muted": "rgb(47 43 46)",
|
|
1996
1996
|
"--muted-foreground": "rgb(212 193 208)",
|
|
1997
|
-
"--accent": "rgb(
|
|
1997
|
+
"--accent": "rgb(47 43 46)",
|
|
1998
1998
|
"--accent-foreground": "rgb(212 193 208)",
|
|
1999
1999
|
"--destructive": "rgb(255 180 171)",
|
|
2000
2000
|
"--border": "rgb(80 67 79)",
|
|
2001
2001
|
"--input": "rgb(80 67 79)",
|
|
2002
2002
|
"--ring": "rgb(252 170 255)",
|
|
2003
|
-
"--sidebar": "rgb(
|
|
2004
|
-
"--card": "rgb(
|
|
2003
|
+
"--sidebar": "rgb(30 26 29)",
|
|
2004
|
+
"--card": "rgb(60 50 59)",
|
|
2005
2005
|
"--card-foreground": "rgb(239 222 234)",
|
|
2006
2006
|
"--chart-1": "rgb(237 142 243)",
|
|
2007
2007
|
"--chart-2": "rgb(255 149 103)",
|
|
@@ -2042,9 +2042,9 @@
|
|
|
2042
2042
|
"mono/light": {
|
|
2043
2043
|
"--background": "rgb(243 243 243)",
|
|
2044
2044
|
"--foreground": "rgb(27 27 27)",
|
|
2045
|
-
"--surface": "rgb(
|
|
2045
|
+
"--surface": "rgb(232 232 232)",
|
|
2046
2046
|
"--surface-foreground": "rgb(27 27 27)",
|
|
2047
|
-
"--popover": "rgb(
|
|
2047
|
+
"--popover": "rgb(221 221 221)",
|
|
2048
2048
|
"--popover-foreground": "rgb(27 27 27)",
|
|
2049
2049
|
"--primary": "rgb(31 31 31)",
|
|
2050
2050
|
"--primary-foreground": "rgb(255 255 255)",
|
|
@@ -2052,15 +2052,15 @@
|
|
|
2052
2052
|
"--secondary-foreground": "rgb(255 255 255)",
|
|
2053
2053
|
"--tertiary": "rgb(31 31 31)",
|
|
2054
2054
|
"--tertiary-foreground": "rgb(255 255 255)",
|
|
2055
|
-
"--muted": "rgb(
|
|
2055
|
+
"--muted": "rgb(209 209 209)",
|
|
2056
2056
|
"--muted-foreground": "rgb(71 71 71)",
|
|
2057
|
-
"--accent": "rgb(
|
|
2057
|
+
"--accent": "rgb(209 209 209)",
|
|
2058
2058
|
"--accent-foreground": "rgb(71 71 71)",
|
|
2059
2059
|
"--destructive": "rgb(186 26 26)",
|
|
2060
2060
|
"--border": "rgb(198 198 198)",
|
|
2061
2061
|
"--input": "rgb(198 198 198)",
|
|
2062
2062
|
"--ring": "rgb(0 0 0)",
|
|
2063
|
-
"--sidebar": "rgb(
|
|
2063
|
+
"--sidebar": "rgb(232 232 232)",
|
|
2064
2064
|
"--card": "rgb(255 255 255)",
|
|
2065
2065
|
"--card-foreground": "rgb(27 27 27)",
|
|
2066
2066
|
"--chart-1": "rgb(193 193 193)",
|
|
@@ -2104,7 +2104,7 @@
|
|
|
2104
2104
|
"--foreground": "rgb(226 226 226)",
|
|
2105
2105
|
"--surface": "rgb(27 27 27)",
|
|
2106
2106
|
"--surface-foreground": "rgb(226 226 226)",
|
|
2107
|
-
"--popover": "rgb(
|
|
2107
|
+
"--popover": "rgb(36 36 36)",
|
|
2108
2108
|
"--popover-foreground": "rgb(226 226 226)",
|
|
2109
2109
|
"--primary": "rgb(238 238 238)",
|
|
2110
2110
|
"--primary-foreground": "rgb(0 0 0)",
|
|
@@ -2112,16 +2112,16 @@
|
|
|
2112
2112
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
2113
2113
|
"--tertiary": "rgb(238 238 238)",
|
|
2114
2114
|
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2115
|
-
"--muted": "rgb(
|
|
2115
|
+
"--muted": "rgb(44 44 44)",
|
|
2116
2116
|
"--muted-foreground": "rgb(198 198 198)",
|
|
2117
|
-
"--accent": "rgb(
|
|
2117
|
+
"--accent": "rgb(44 44 44)",
|
|
2118
2118
|
"--accent-foreground": "rgb(198 198 198)",
|
|
2119
2119
|
"--destructive": "rgb(255 180 171)",
|
|
2120
2120
|
"--border": "rgb(71 71 71)",
|
|
2121
2121
|
"--input": "rgb(71 71 71)",
|
|
2122
2122
|
"--ring": "rgb(255 255 255)",
|
|
2123
2123
|
"--sidebar": "rgb(27 27 27)",
|
|
2124
|
-
"--card": "rgb(
|
|
2124
|
+
"--card": "rgb(53 53 53)",
|
|
2125
2125
|
"--card-foreground": "rgb(226 226 226)",
|
|
2126
2126
|
"--chart-1": "rgb(94 94 94)",
|
|
2127
2127
|
"--chart-2": "rgb(127 127 127)",
|
|
@@ -2158,5 +2158,1925 @@
|
|
|
2158
2158
|
"--info-foreground": "rgb(255 255 255)",
|
|
2159
2159
|
"--info-text": "rgb(173 198 255)",
|
|
2160
2160
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
2161
|
+
},
|
|
2162
|
+
"grove/light": {
|
|
2163
|
+
"--background": "rgb(243 244 239)",
|
|
2164
|
+
"--foreground": "rgb(20 30 22)",
|
|
2165
|
+
"--surface": "rgb(231 233 227)",
|
|
2166
|
+
"--surface-foreground": "rgb(20 30 22)",
|
|
2167
|
+
"--popover": "rgb(220 221 216)",
|
|
2168
|
+
"--popover-foreground": "rgb(20 30 22)",
|
|
2169
|
+
"--primary": "rgb(0 113 56)",
|
|
2170
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
2171
|
+
"--secondary": "rgb(197 34 98)",
|
|
2172
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2173
|
+
"--tertiary": "rgb(253 175 0)",
|
|
2174
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2175
|
+
"--muted": "rgb(209 210 205)",
|
|
2176
|
+
"--muted-foreground": "rgb(61 74 62)",
|
|
2177
|
+
"--accent": "rgb(209 210 205)",
|
|
2178
|
+
"--accent-foreground": "rgb(61 74 62)",
|
|
2179
|
+
"--destructive": "rgb(186 26 26)",
|
|
2180
|
+
"--border": "rgb(188 202 187)",
|
|
2181
|
+
"--input": "rgb(188 202 187)",
|
|
2182
|
+
"--ring": "rgb(0 109 54)",
|
|
2183
|
+
"--sidebar": "rgb(231 233 227)",
|
|
2184
|
+
"--card": "rgb(255 255 255)",
|
|
2185
|
+
"--card-foreground": "rgb(20 30 22)",
|
|
2186
|
+
"--chart-1": "rgb(0 132 66)",
|
|
2187
|
+
"--chart-2": "rgb(0 124 156)",
|
|
2188
|
+
"--chart-3": "rgb(123 93 210)",
|
|
2189
|
+
"--chart-4": "rgb(192 72 97)",
|
|
2190
|
+
"--chart-5": "rgb(149 106 0)",
|
|
2191
|
+
"--content-area": "rgb(241 252 239)",
|
|
2192
|
+
"--sidebar-foreground": "rgb(20 30 22)",
|
|
2193
|
+
"--sidebar-primary": "rgb(0 109 54)",
|
|
2194
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
2195
|
+
"--sidebar-accent": "rgb(57 255 194)",
|
|
2196
|
+
"--sidebar-accent-foreground": "rgb(0 81 59)",
|
|
2197
|
+
"--sidebar-border": "rgb(188 202 187)",
|
|
2198
|
+
"--sidebar-ring": "rgb(0 109 54)",
|
|
2199
|
+
"--primary-text": "rgb(0 109 54)",
|
|
2200
|
+
"--primary-subtle": "rgba(0, 167, 86, 0.13)",
|
|
2201
|
+
"--secondary-text": "rgb(165 52 90)",
|
|
2202
|
+
"--secondary-subtle": "rgba(255, 75, 138, 0.13)",
|
|
2203
|
+
"--tertiary-text": "rgb(128 86 0)",
|
|
2204
|
+
"--tertiary-subtle": "rgba(194, 133, 0, 0.13)",
|
|
2205
|
+
"--success": "rgb(0 121 82)",
|
|
2206
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2207
|
+
"--success-text": "rgb(0 108 73)",
|
|
2208
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
2209
|
+
"--error": "rgb(191 31 39)",
|
|
2210
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2211
|
+
"--error-text": "rgb(167 55 53)",
|
|
2212
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
2213
|
+
"--warning": "rgb(148 93 0)",
|
|
2214
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2215
|
+
"--warning-text": "rgb(133 83 0)",
|
|
2216
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
2217
|
+
"--info": "rgb(0 100 213)",
|
|
2218
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2219
|
+
"--info-text": "rgb(1 90 194)",
|
|
2220
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
2221
|
+
},
|
|
2222
|
+
"grove/dark": {
|
|
2223
|
+
"--background": "rgb(12 15 12)",
|
|
2224
|
+
"--foreground": "rgb(218 230 216)",
|
|
2225
|
+
"--surface": "rgb(25 28 25)",
|
|
2226
|
+
"--surface-foreground": "rgb(218 230 216)",
|
|
2227
|
+
"--popover": "rgb(34 36 33)",
|
|
2228
|
+
"--popover-foreground": "rgb(218 230 216)",
|
|
2229
|
+
"--primary": "rgb(144 242 168)",
|
|
2230
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
2231
|
+
"--secondary": "rgb(214 49 110)",
|
|
2232
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2233
|
+
"--tertiary": "rgb(253 175 0)",
|
|
2234
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2235
|
+
"--muted": "rgb(42 45 42)",
|
|
2236
|
+
"--muted-foreground": "rgb(188 202 187)",
|
|
2237
|
+
"--accent": "rgb(42 45 42)",
|
|
2238
|
+
"--accent-foreground": "rgb(188 202 187)",
|
|
2239
|
+
"--destructive": "rgb(255 180 171)",
|
|
2240
|
+
"--border": "rgb(61 74 62)",
|
|
2241
|
+
"--input": "rgb(61 74 62)",
|
|
2242
|
+
"--ring": "rgb(0 228 120)",
|
|
2243
|
+
"--sidebar": "rgb(25 28 25)",
|
|
2244
|
+
"--card": "rgb(45 55 46)",
|
|
2245
|
+
"--card-foreground": "rgb(218 230 216)",
|
|
2246
|
+
"--chart-1": "rgb(75 199 118)",
|
|
2247
|
+
"--chart-2": "rgb(0 191 239)",
|
|
2248
|
+
"--chart-3": "rgb(186 163 255)",
|
|
2249
|
+
"--chart-4": "rgb(255 144 161)",
|
|
2250
|
+
"--chart-5": "rgb(229 165 0)",
|
|
2251
|
+
"--content-area": "rgb(12 21 14)",
|
|
2252
|
+
"--sidebar-foreground": "rgb(218 230 216)",
|
|
2253
|
+
"--sidebar-primary": "rgb(0 228 120)",
|
|
2254
|
+
"--sidebar-primary-foreground": "rgb(0 57 25)",
|
|
2255
|
+
"--sidebar-accent": "rgb(0 81 59)",
|
|
2256
|
+
"--sidebar-accent-foreground": "rgb(57 255 194)",
|
|
2257
|
+
"--sidebar-border": "rgb(61 74 62)",
|
|
2258
|
+
"--sidebar-ring": "rgb(0 228 120)",
|
|
2259
|
+
"--primary-text": "rgb(0 228 120)",
|
|
2260
|
+
"--primary-subtle": "rgba(0, 167, 86, 0.24)",
|
|
2261
|
+
"--secondary-text": "rgb(255 177 195)",
|
|
2262
|
+
"--secondary-subtle": "rgba(255, 75, 138, 0.24)",
|
|
2263
|
+
"--tertiary-text": "rgb(255 186 67)",
|
|
2264
|
+
"--tertiary-subtle": "rgba(194, 133, 0, 0.24)",
|
|
2265
|
+
"--success": "rgb(0 135 92)",
|
|
2266
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2267
|
+
"--success-text": "rgb(59 224 161)",
|
|
2268
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
2269
|
+
"--error": "rgb(209 45 50)",
|
|
2270
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2271
|
+
"--error-text": "rgb(255 179 173)",
|
|
2272
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
2273
|
+
"--warning": "rgb(165 104 0)",
|
|
2274
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2275
|
+
"--warning-text": "rgb(255 185 95)",
|
|
2276
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
2277
|
+
"--info": "rgb(33 112 228)",
|
|
2278
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2279
|
+
"--info-text": "rgb(173 198 255)",
|
|
2280
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
2281
|
+
},
|
|
2282
|
+
"ember/light": {
|
|
2283
|
+
"--background": "rgb(254 241 238)",
|
|
2284
|
+
"--foreground": "rgb(39 24 20)",
|
|
2285
|
+
"--surface": "rgb(243 229 226)",
|
|
2286
|
+
"--surface-foreground": "rgb(39 24 20)",
|
|
2287
|
+
"--popover": "rgb(231 218 215)",
|
|
2288
|
+
"--popover-foreground": "rgb(39 24 20)",
|
|
2289
|
+
"--primary": "rgb(179 46 10)",
|
|
2290
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
2291
|
+
"--secondary": "rgb(0 112 163)",
|
|
2292
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2293
|
+
"--tertiary": "rgb(253 175 0)",
|
|
2294
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2295
|
+
"--muted": "rgb(220 207 204)",
|
|
2296
|
+
"--muted-foreground": "rgb(88 65 60)",
|
|
2297
|
+
"--accent": "rgb(220 207 204)",
|
|
2298
|
+
"--accent-foreground": "rgb(88 65 60)",
|
|
2299
|
+
"--destructive": "rgb(186 26 26)",
|
|
2300
|
+
"--border": "rgb(224 191 184)",
|
|
2301
|
+
"--input": "rgb(224 191 184)",
|
|
2302
|
+
"--ring": "rgb(181 39 0)",
|
|
2303
|
+
"--sidebar": "rgb(243 229 226)",
|
|
2304
|
+
"--card": "rgb(255 255 255)",
|
|
2305
|
+
"--card-foreground": "rgb(39 24 20)",
|
|
2306
|
+
"--chart-1": "rgb(192 77 49)",
|
|
2307
|
+
"--chart-2": "rgb(126 115 0)",
|
|
2308
|
+
"--chart-3": "rgb(0 129 106)",
|
|
2309
|
+
"--chart-4": "rgb(0 119 185)",
|
|
2310
|
+
"--chart-5": "rgb(156 82 188)",
|
|
2311
|
+
"--content-area": "rgb(255 248 246)",
|
|
2312
|
+
"--sidebar-foreground": "rgb(39 24 20)",
|
|
2313
|
+
"--sidebar-primary": "rgb(181 39 0)",
|
|
2314
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
2315
|
+
"--sidebar-accent": "rgb(255 219 200)",
|
|
2316
|
+
"--sidebar-accent-foreground": "rgb(116 52 0)",
|
|
2317
|
+
"--sidebar-border": "rgb(224 191 184)",
|
|
2318
|
+
"--sidebar-ring": "rgb(181 39 0)",
|
|
2319
|
+
"--primary-text": "rgb(181 39 0)",
|
|
2320
|
+
"--primary-subtle": "rgba(255, 86, 45, 0.13)",
|
|
2321
|
+
"--secondary-text": "rgb(0 100 146)",
|
|
2322
|
+
"--secondary-subtle": "rgba(0, 153, 221, 0.13)",
|
|
2323
|
+
"--tertiary-text": "rgb(128 86 0)",
|
|
2324
|
+
"--tertiary-subtle": "rgba(194, 133, 0, 0.13)",
|
|
2325
|
+
"--success": "rgb(0 121 82)",
|
|
2326
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2327
|
+
"--success-text": "rgb(0 108 73)",
|
|
2328
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
2329
|
+
"--error": "rgb(191 31 39)",
|
|
2330
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2331
|
+
"--error-text": "rgb(167 55 53)",
|
|
2332
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
2333
|
+
"--warning": "rgb(148 93 0)",
|
|
2334
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2335
|
+
"--warning-text": "rgb(133 83 0)",
|
|
2336
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
2337
|
+
"--info": "rgb(0 100 213)",
|
|
2338
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2339
|
+
"--info-text": "rgb(1 90 194)",
|
|
2340
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
2341
|
+
},
|
|
2342
|
+
"ember/dark": {
|
|
2343
|
+
"--background": "rgb(18 13 12)",
|
|
2344
|
+
"--foreground": "rgb(249 220 214)",
|
|
2345
|
+
"--surface": "rgb(32 26 25)",
|
|
2346
|
+
"--surface-foreground": "rgb(249 220 214)",
|
|
2347
|
+
"--popover": "rgb(41 34 33)",
|
|
2348
|
+
"--popover-foreground": "rgb(249 220 214)",
|
|
2349
|
+
"--primary": "rgb(240 89 52)",
|
|
2350
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
2351
|
+
"--secondary": "rgb(0 125 181)",
|
|
2352
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2353
|
+
"--tertiary": "rgb(253 175 0)",
|
|
2354
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2355
|
+
"--muted": "rgb(50 42 41)",
|
|
2356
|
+
"--muted-foreground": "rgb(224 191 184)",
|
|
2357
|
+
"--accent": "rgb(50 42 41)",
|
|
2358
|
+
"--accent-foreground": "rgb(224 191 184)",
|
|
2359
|
+
"--destructive": "rgb(255 180 171)",
|
|
2360
|
+
"--border": "rgb(88 65 60)",
|
|
2361
|
+
"--input": "rgb(88 65 60)",
|
|
2362
|
+
"--ring": "rgb(255 180 162)",
|
|
2363
|
+
"--sidebar": "rgb(32 26 25)",
|
|
2364
|
+
"--card": "rgb(66 49 44)",
|
|
2365
|
+
"--card-foreground": "rgb(249 220 214)",
|
|
2366
|
+
"--chart-1": "rgb(255 147 121)",
|
|
2367
|
+
"--chart-2": "rgb(195 179 0)",
|
|
2368
|
+
"--chart-3": "rgb(0 199 164)",
|
|
2369
|
+
"--chart-4": "rgb(97 183 255)",
|
|
2370
|
+
"--chart-5": "rgb(224 146 255)",
|
|
2371
|
+
"--content-area": "rgb(30 16 12)",
|
|
2372
|
+
"--sidebar-foreground": "rgb(249 220 214)",
|
|
2373
|
+
"--sidebar-primary": "rgb(255 180 162)",
|
|
2374
|
+
"--sidebar-primary-foreground": "rgb(98 17 0)",
|
|
2375
|
+
"--sidebar-accent": "rgb(116 52 0)",
|
|
2376
|
+
"--sidebar-accent-foreground": "rgb(255 219 200)",
|
|
2377
|
+
"--sidebar-border": "rgb(88 65 60)",
|
|
2378
|
+
"--sidebar-ring": "rgb(255 180 162)",
|
|
2379
|
+
"--primary-text": "rgb(255 180 162)",
|
|
2380
|
+
"--primary-subtle": "rgba(255, 86, 45, 0.24)",
|
|
2381
|
+
"--secondary-text": "rgb(140 205 255)",
|
|
2382
|
+
"--secondary-subtle": "rgba(0, 153, 221, 0.24)",
|
|
2383
|
+
"--tertiary-text": "rgb(255 186 67)",
|
|
2384
|
+
"--tertiary-subtle": "rgba(194, 133, 0, 0.24)",
|
|
2385
|
+
"--success": "rgb(0 135 92)",
|
|
2386
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2387
|
+
"--success-text": "rgb(59 224 161)",
|
|
2388
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
2389
|
+
"--error": "rgb(209 45 50)",
|
|
2390
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2391
|
+
"--error-text": "rgb(255 179 173)",
|
|
2392
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
2393
|
+
"--warning": "rgb(165 104 0)",
|
|
2394
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2395
|
+
"--warning-text": "rgb(255 185 95)",
|
|
2396
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
2397
|
+
"--info": "rgb(33 112 228)",
|
|
2398
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2399
|
+
"--info-text": "rgb(173 198 255)",
|
|
2400
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
2401
|
+
},
|
|
2402
|
+
"merlot/light": {
|
|
2403
|
+
"--background": "rgb(254 241 241)",
|
|
2404
|
+
"--foreground": "rgb(38 24 25)",
|
|
2405
|
+
"--surface": "rgb(242 229 229)",
|
|
2406
|
+
"--surface-foreground": "rgb(38 24 25)",
|
|
2407
|
+
"--popover": "rgb(230 218 218)",
|
|
2408
|
+
"--popover-foreground": "rgb(38 24 25)",
|
|
2409
|
+
"--primary": "rgb(183 24 72)",
|
|
2410
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
2411
|
+
"--secondary": "rgb(0 115 139)",
|
|
2412
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2413
|
+
"--tertiary": "rgb(238 79 43)",
|
|
2414
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2415
|
+
"--muted": "rgb(219 207 207)",
|
|
2416
|
+
"--muted-foreground": "rgb(87 65 68)",
|
|
2417
|
+
"--accent": "rgb(219 207 207)",
|
|
2418
|
+
"--accent-foreground": "rgb(87 65 68)",
|
|
2419
|
+
"--destructive": "rgb(186 26 26)",
|
|
2420
|
+
"--border": "rgb(222 191 194)",
|
|
2421
|
+
"--input": "rgb(222 191 194)",
|
|
2422
|
+
"--ring": "rgb(189 0 70)",
|
|
2423
|
+
"--sidebar": "rgb(242 229 229)",
|
|
2424
|
+
"--card": "rgb(255 255 255)",
|
|
2425
|
+
"--card-foreground": "rgb(38 24 25)",
|
|
2426
|
+
"--chart-1": "rgb(193 72 96)",
|
|
2427
|
+
"--chart-2": "rgb(149 107 0)",
|
|
2428
|
+
"--chart-3": "rgb(0 132 67)",
|
|
2429
|
+
"--chart-4": "rgb(0 124 156)",
|
|
2430
|
+
"--chart-5": "rgb(124 93 210)",
|
|
2431
|
+
"--content-area": "rgb(255 248 247)",
|
|
2432
|
+
"--sidebar-foreground": "rgb(38 24 25)",
|
|
2433
|
+
"--sidebar-primary": "rgb(189 0 70)",
|
|
2434
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
2435
|
+
"--sidebar-accent": "rgb(255 218 212)",
|
|
2436
|
+
"--sidebar-accent-foreground": "rgb(137 29 16)",
|
|
2437
|
+
"--sidebar-border": "rgb(222 191 194)",
|
|
2438
|
+
"--sidebar-ring": "rgb(189 0 70)",
|
|
2439
|
+
"--primary-text": "rgb(189 0 70)",
|
|
2440
|
+
"--primary-subtle": "rgba(255, 79, 119, 0.13)",
|
|
2441
|
+
"--secondary-text": "rgb(0 103 125)",
|
|
2442
|
+
"--secondary-subtle": "rgba(0, 158, 189, 0.13)",
|
|
2443
|
+
"--tertiary-text": "rgb(166 58 34)",
|
|
2444
|
+
"--tertiary-subtle": "rgba(255, 86, 48, 0.13)",
|
|
2445
|
+
"--success": "rgb(0 121 82)",
|
|
2446
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2447
|
+
"--success-text": "rgb(0 108 73)",
|
|
2448
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
2449
|
+
"--error": "rgb(191 31 39)",
|
|
2450
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2451
|
+
"--error-text": "rgb(167 55 53)",
|
|
2452
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
2453
|
+
"--warning": "rgb(148 93 0)",
|
|
2454
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2455
|
+
"--warning-text": "rgb(133 83 0)",
|
|
2456
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
2457
|
+
"--info": "rgb(0 100 213)",
|
|
2458
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2459
|
+
"--info-text": "rgb(1 90 194)",
|
|
2460
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
2461
|
+
},
|
|
2462
|
+
"merlot/dark": {
|
|
2463
|
+
"--background": "rgb(18 13 13)",
|
|
2464
|
+
"--foreground": "rgb(247 220 222)",
|
|
2465
|
+
"--surface": "rgb(32 26 27)",
|
|
2466
|
+
"--surface-foreground": "rgb(247 220 222)",
|
|
2467
|
+
"--popover": "rgb(41 34 35)",
|
|
2468
|
+
"--popover-foreground": "rgb(247 220 222)",
|
|
2469
|
+
"--primary": "rgb(246 76 115)",
|
|
2470
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
2471
|
+
"--secondary": "rgb(0 213 254)",
|
|
2472
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
2473
|
+
"--tertiary": "rgb(245 84 48)",
|
|
2474
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2475
|
+
"--muted": "rgb(49 42 43)",
|
|
2476
|
+
"--muted-foreground": "rgb(222 191 194)",
|
|
2477
|
+
"--accent": "rgb(49 42 43)",
|
|
2478
|
+
"--accent-foreground": "rgb(222 191 194)",
|
|
2479
|
+
"--destructive": "rgb(255 180 171)",
|
|
2480
|
+
"--border": "rgb(87 65 68)",
|
|
2481
|
+
"--input": "rgb(87 65 68)",
|
|
2482
|
+
"--ring": "rgb(255 178 188)",
|
|
2483
|
+
"--sidebar": "rgb(32 26 27)",
|
|
2484
|
+
"--card": "rgb(65 48 50)",
|
|
2485
|
+
"--card-foreground": "rgb(247 220 222)",
|
|
2486
|
+
"--chart-1": "rgb(255 144 161)",
|
|
2487
|
+
"--chart-2": "rgb(228 165 0)",
|
|
2488
|
+
"--chart-3": "rgb(74 199 118)",
|
|
2489
|
+
"--chart-4": "rgb(0 191 239)",
|
|
2490
|
+
"--chart-5": "rgb(186 162 255)",
|
|
2491
|
+
"--content-area": "rgb(29 16 17)",
|
|
2492
|
+
"--sidebar-foreground": "rgb(247 220 222)",
|
|
2493
|
+
"--sidebar-primary": "rgb(255 178 188)",
|
|
2494
|
+
"--sidebar-primary-foreground": "rgb(103 0 34)",
|
|
2495
|
+
"--sidebar-accent": "rgb(137 29 16)",
|
|
2496
|
+
"--sidebar-accent-foreground": "rgb(255 218 212)",
|
|
2497
|
+
"--sidebar-border": "rgb(87 65 68)",
|
|
2498
|
+
"--sidebar-ring": "rgb(255 178 188)",
|
|
2499
|
+
"--primary-text": "rgb(255 178 188)",
|
|
2500
|
+
"--primary-subtle": "rgba(255, 79, 119, 0.24)",
|
|
2501
|
+
"--secondary-text": "rgb(47 216 255)",
|
|
2502
|
+
"--secondary-subtle": "rgba(0, 158, 189, 0.24)",
|
|
2503
|
+
"--tertiary-text": "rgb(255 180 163)",
|
|
2504
|
+
"--tertiary-subtle": "rgba(255, 86, 48, 0.24)",
|
|
2505
|
+
"--success": "rgb(0 135 92)",
|
|
2506
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2507
|
+
"--success-text": "rgb(59 224 161)",
|
|
2508
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
2509
|
+
"--error": "rgb(209 45 50)",
|
|
2510
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2511
|
+
"--error-text": "rgb(255 179 173)",
|
|
2512
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
2513
|
+
"--warning": "rgb(165 104 0)",
|
|
2514
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2515
|
+
"--warning-text": "rgb(255 185 95)",
|
|
2516
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
2517
|
+
"--info": "rgb(33 112 228)",
|
|
2518
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2519
|
+
"--info-text": "rgb(173 198 255)",
|
|
2520
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
2521
|
+
},
|
|
2522
|
+
"cobalt/light": {
|
|
2523
|
+
"--background": "rgb(245 243 247)",
|
|
2524
|
+
"--foreground": "rgb(25 27 37)",
|
|
2525
|
+
"--surface": "rgb(234 231 236)",
|
|
2526
|
+
"--surface-foreground": "rgb(25 27 37)",
|
|
2527
|
+
"--popover": "rgb(222 220 224)",
|
|
2528
|
+
"--popover-foreground": "rgb(25 27 37)",
|
|
2529
|
+
"--primary": "rgb(35 87 223)",
|
|
2530
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
2531
|
+
"--secondary": "rgb(154 90 0)",
|
|
2532
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2533
|
+
"--tertiary": "rgb(254 207 0)",
|
|
2534
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2535
|
+
"--muted": "rgb(211 209 213)",
|
|
2536
|
+
"--muted-foreground": "rgb(67 70 84)",
|
|
2537
|
+
"--accent": "rgb(211 209 213)",
|
|
2538
|
+
"--accent-foreground": "rgb(67 70 84)",
|
|
2539
|
+
"--destructive": "rgb(186 26 26)",
|
|
2540
|
+
"--border": "rgb(196 197 214)",
|
|
2541
|
+
"--input": "rgb(196 197 214)",
|
|
2542
|
+
"--ring": "rgb(0 79 229)",
|
|
2543
|
+
"--sidebar": "rgb(234 231 236)",
|
|
2544
|
+
"--card": "rgb(255 255 255)",
|
|
2545
|
+
"--card-foreground": "rgb(25 27 37)",
|
|
2546
|
+
"--chart-1": "rgb(72 107 217)",
|
|
2547
|
+
"--chart-2": "rgb(181 74 145)",
|
|
2548
|
+
"--chart-3": "rgb(173 93 0)",
|
|
2549
|
+
"--chart-4": "rgb(83 126 0)",
|
|
2550
|
+
"--chart-5": "rgb(0 127 133)",
|
|
2551
|
+
"--content-area": "rgb(250 248 255)",
|
|
2552
|
+
"--sidebar-foreground": "rgb(25 27 37)",
|
|
2553
|
+
"--sidebar-primary": "rgb(0 79 229)",
|
|
2554
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
2555
|
+
"--sidebar-accent": "rgb(227 223 255)",
|
|
2556
|
+
"--sidebar-accent-foreground": "rgb(61 47 178)",
|
|
2557
|
+
"--sidebar-border": "rgb(196 197 214)",
|
|
2558
|
+
"--sidebar-ring": "rgb(0 79 229)",
|
|
2559
|
+
"--primary-text": "rgb(0 79 229)",
|
|
2560
|
+
"--primary-subtle": "rgba(102, 138, 255, 0.13)",
|
|
2561
|
+
"--secondary-text": "rgb(139 80 0)",
|
|
2562
|
+
"--secondary-subtle": "rgba(210, 124, 0, 0.13)",
|
|
2563
|
+
"--tertiary-text": "rgb(114 92 0)",
|
|
2564
|
+
"--tertiary-subtle": "rgba(174, 141, 0, 0.13)",
|
|
2565
|
+
"--success": "rgb(0 121 82)",
|
|
2566
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2567
|
+
"--success-text": "rgb(0 108 73)",
|
|
2568
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
2569
|
+
"--error": "rgb(191 31 39)",
|
|
2570
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2571
|
+
"--error-text": "rgb(167 55 53)",
|
|
2572
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
2573
|
+
"--warning": "rgb(148 93 0)",
|
|
2574
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2575
|
+
"--warning-text": "rgb(133 83 0)",
|
|
2576
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
2577
|
+
"--info": "rgb(0 100 213)",
|
|
2578
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2579
|
+
"--info-text": "rgb(1 90 194)",
|
|
2580
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
2581
|
+
},
|
|
2582
|
+
"cobalt/dark": {
|
|
2583
|
+
"--background": "rgb(13 14 17)",
|
|
2584
|
+
"--foreground": "rgb(225 225 239)",
|
|
2585
|
+
"--surface": "rgb(27 27 31)",
|
|
2586
|
+
"--surface-foreground": "rgb(225 225 239)",
|
|
2587
|
+
"--popover": "rgb(35 35 39)",
|
|
2588
|
+
"--popover-foreground": "rgb(225 225 239)",
|
|
2589
|
+
"--primary": "rgb(93 132 255)",
|
|
2590
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
2591
|
+
"--secondary": "rgb(172 101 0)",
|
|
2592
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2593
|
+
"--tertiary": "rgb(254 207 0)",
|
|
2594
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2595
|
+
"--muted": "rgb(44 44 47)",
|
|
2596
|
+
"--muted-foreground": "rgb(196 197 214)",
|
|
2597
|
+
"--accent": "rgb(44 44 47)",
|
|
2598
|
+
"--accent-foreground": "rgb(196 197 214)",
|
|
2599
|
+
"--destructive": "rgb(255 180 171)",
|
|
2600
|
+
"--border": "rgb(67 70 84)",
|
|
2601
|
+
"--input": "rgb(67 70 84)",
|
|
2602
|
+
"--ring": "rgb(182 196 255)",
|
|
2603
|
+
"--sidebar": "rgb(27 27 31)",
|
|
2604
|
+
"--card": "rgb(50 52 63)",
|
|
2605
|
+
"--card-foreground": "rgb(225 225 239)",
|
|
2606
|
+
"--chart-1": "rgb(151 173 255)",
|
|
2607
|
+
"--chart-2": "rgb(255 136 210)",
|
|
2608
|
+
"--chart-3": "rgb(255 151 52)",
|
|
2609
|
+
"--chart-4": "rgb(142 192 67)",
|
|
2610
|
+
"--chart-5": "rgb(0 196 204)",
|
|
2611
|
+
"--content-area": "rgb(17 19 28)",
|
|
2612
|
+
"--sidebar-foreground": "rgb(225 225 239)",
|
|
2613
|
+
"--sidebar-primary": "rgb(182 196 255)",
|
|
2614
|
+
"--sidebar-primary-foreground": "rgb(0 40 125)",
|
|
2615
|
+
"--sidebar-accent": "rgb(61 47 178)",
|
|
2616
|
+
"--sidebar-accent-foreground": "rgb(227 223 255)",
|
|
2617
|
+
"--sidebar-border": "rgb(67 70 84)",
|
|
2618
|
+
"--sidebar-ring": "rgb(182 196 255)",
|
|
2619
|
+
"--primary-text": "rgb(182 196 255)",
|
|
2620
|
+
"--primary-subtle": "rgba(102, 138, 255, 0.24)",
|
|
2621
|
+
"--secondary-text": "rgb(255 184 112)",
|
|
2622
|
+
"--secondary-subtle": "rgba(210, 124, 0, 0.24)",
|
|
2623
|
+
"--tertiary-text": "rgb(238 194 7)",
|
|
2624
|
+
"--tertiary-subtle": "rgba(174, 141, 0, 0.24)",
|
|
2625
|
+
"--success": "rgb(0 135 92)",
|
|
2626
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2627
|
+
"--success-text": "rgb(59 224 161)",
|
|
2628
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
2629
|
+
"--error": "rgb(209 45 50)",
|
|
2630
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2631
|
+
"--error-text": "rgb(255 179 173)",
|
|
2632
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
2633
|
+
"--warning": "rgb(165 104 0)",
|
|
2634
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2635
|
+
"--warning-text": "rgb(255 185 95)",
|
|
2636
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
2637
|
+
"--info": "rgb(33 112 228)",
|
|
2638
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2639
|
+
"--info-text": "rgb(173 198 255)",
|
|
2640
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
2641
|
+
},
|
|
2642
|
+
"jade/light": {
|
|
2643
|
+
"--background": "rgb(242 244 239)",
|
|
2644
|
+
"--foreground": "rgb(19 30 23)",
|
|
2645
|
+
"--surface": "rgb(231 233 228)",
|
|
2646
|
+
"--surface-foreground": "rgb(19 30 23)",
|
|
2647
|
+
"--popover": "rgb(219 221 217)",
|
|
2648
|
+
"--popover-foreground": "rgb(19 30 23)",
|
|
2649
|
+
"--primary": "rgb(0 114 70)",
|
|
2650
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
2651
|
+
"--secondary": "rgb(193 31 77)",
|
|
2652
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2653
|
+
"--tertiary": "rgb(252 97 15)",
|
|
2654
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2655
|
+
"--muted": "rgb(208 210 206)",
|
|
2656
|
+
"--muted-foreground": "rgb(60 74 64)",
|
|
2657
|
+
"--accent": "rgb(208 210 206)",
|
|
2658
|
+
"--accent-foreground": "rgb(60 74 64)",
|
|
2659
|
+
"--destructive": "rgb(186 26 26)",
|
|
2660
|
+
"--border": "rgb(187 202 189)",
|
|
2661
|
+
"--input": "rgb(187 202 189)",
|
|
2662
|
+
"--ring": "rgb(0 109 66)",
|
|
2663
|
+
"--sidebar": "rgb(231 233 228)",
|
|
2664
|
+
"--card": "rgb(255 255 255)",
|
|
2665
|
+
"--card-foreground": "rgb(19 30 23)",
|
|
2666
|
+
"--chart-1": "rgb(0 131 81)",
|
|
2667
|
+
"--chart-2": "rgb(0 123 163)",
|
|
2668
|
+
"--chart-3": "rgb(134 90 205)",
|
|
2669
|
+
"--chart-4": "rgb(193 73 84)",
|
|
2670
|
+
"--chart-5": "rgb(143 109 0)",
|
|
2671
|
+
"--content-area": "rgb(240 253 241)",
|
|
2672
|
+
"--sidebar-foreground": "rgb(19 30 23)",
|
|
2673
|
+
"--sidebar-primary": "rgb(0 109 66)",
|
|
2674
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
2675
|
+
"--sidebar-accent": "rgb(25 255 209)",
|
|
2676
|
+
"--sidebar-accent-foreground": "rgb(0 81 64)",
|
|
2677
|
+
"--sidebar-border": "rgb(187 202 189)",
|
|
2678
|
+
"--sidebar-ring": "rgb(0 109 66)",
|
|
2679
|
+
"--primary-text": "rgb(0 109 66)",
|
|
2680
|
+
"--primary-subtle": "rgba(0, 166, 104, 0.13)",
|
|
2681
|
+
"--secondary-text": "rgb(167 53 78)",
|
|
2682
|
+
"--secondary-subtle": "rgba(255, 79, 119, 0.13)",
|
|
2683
|
+
"--tertiary-text": "rgb(164 61 9)",
|
|
2684
|
+
"--tertiary-subtle": "rgba(251, 92, 0, 0.13)",
|
|
2685
|
+
"--success": "rgb(0 121 82)",
|
|
2686
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2687
|
+
"--success-text": "rgb(0 108 73)",
|
|
2688
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
2689
|
+
"--error": "rgb(191 31 39)",
|
|
2690
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2691
|
+
"--error-text": "rgb(167 55 53)",
|
|
2692
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
2693
|
+
"--warning": "rgb(148 93 0)",
|
|
2694
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2695
|
+
"--warning-text": "rgb(133 83 0)",
|
|
2696
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
2697
|
+
"--info": "rgb(0 100 213)",
|
|
2698
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2699
|
+
"--info-text": "rgb(1 90 194)",
|
|
2700
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
2701
|
+
},
|
|
2702
|
+
"jade/dark": {
|
|
2703
|
+
"--background": "rgb(12 15 13)",
|
|
2704
|
+
"--foreground": "rgb(217 230 218)",
|
|
2705
|
+
"--surface": "rgb(25 28 26)",
|
|
2706
|
+
"--surface-foreground": "rgb(217 230 218)",
|
|
2707
|
+
"--popover": "rgb(33 36 34)",
|
|
2708
|
+
"--popover-foreground": "rgb(217 230 218)",
|
|
2709
|
+
"--primary": "rgb(146 244 186)",
|
|
2710
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
2711
|
+
"--secondary": "rgb(210 46 89)",
|
|
2712
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2713
|
+
"--tertiary": "rgb(252 97 15)",
|
|
2714
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2715
|
+
"--muted": "rgb(42 45 42)",
|
|
2716
|
+
"--muted-foreground": "rgb(187 202 189)",
|
|
2717
|
+
"--accent": "rgb(42 45 42)",
|
|
2718
|
+
"--accent-foreground": "rgb(187 202 189)",
|
|
2719
|
+
"--destructive": "rgb(255 180 171)",
|
|
2720
|
+
"--border": "rgb(60 74 64)",
|
|
2721
|
+
"--input": "rgb(60 74 64)",
|
|
2722
|
+
"--ring": "rgb(0 227 143)",
|
|
2723
|
+
"--sidebar": "rgb(25 28 26)",
|
|
2724
|
+
"--card": "rgb(44 55 48)",
|
|
2725
|
+
"--card-foreground": "rgb(217 230 218)",
|
|
2726
|
+
"--chart-1": "rgb(47 200 131)",
|
|
2727
|
+
"--chart-2": "rgb(0 190 249)",
|
|
2728
|
+
"--chart-3": "rgb(195 159 255)",
|
|
2729
|
+
"--chart-4": "rgb(255 145 150)",
|
|
2730
|
+
"--chart-5": "rgb(220 169 0)",
|
|
2731
|
+
"--content-area": "rgb(11 22 15)",
|
|
2732
|
+
"--sidebar-foreground": "rgb(217 230 218)",
|
|
2733
|
+
"--sidebar-primary": "rgb(0 227 143)",
|
|
2734
|
+
"--sidebar-primary-foreground": "rgb(0 57 32)",
|
|
2735
|
+
"--sidebar-accent": "rgb(0 81 64)",
|
|
2736
|
+
"--sidebar-accent-foreground": "rgb(25 255 209)",
|
|
2737
|
+
"--sidebar-border": "rgb(60 74 64)",
|
|
2738
|
+
"--sidebar-ring": "rgb(0 227 143)",
|
|
2739
|
+
"--primary-text": "rgb(0 227 143)",
|
|
2740
|
+
"--primary-subtle": "rgba(0, 166, 104, 0.24)",
|
|
2741
|
+
"--secondary-text": "rgb(255 178 188)",
|
|
2742
|
+
"--secondary-subtle": "rgba(255, 79, 119, 0.24)",
|
|
2743
|
+
"--tertiary-text": "rgb(255 181 153)",
|
|
2744
|
+
"--tertiary-subtle": "rgba(251, 92, 0, 0.24)",
|
|
2745
|
+
"--success": "rgb(0 135 92)",
|
|
2746
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2747
|
+
"--success-text": "rgb(59 224 161)",
|
|
2748
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
2749
|
+
"--error": "rgb(209 45 50)",
|
|
2750
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2751
|
+
"--error-text": "rgb(255 179 173)",
|
|
2752
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
2753
|
+
"--warning": "rgb(165 104 0)",
|
|
2754
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2755
|
+
"--warning-text": "rgb(255 185 95)",
|
|
2756
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
2757
|
+
"--info": "rgb(33 112 228)",
|
|
2758
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2759
|
+
"--info-text": "rgb(173 198 255)",
|
|
2760
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
2761
|
+
},
|
|
2762
|
+
"pine/light": {
|
|
2763
|
+
"--background": "rgb(243 244 239)",
|
|
2764
|
+
"--foreground": "rgb(21 30 21)",
|
|
2765
|
+
"--surface": "rgb(231 233 227)",
|
|
2766
|
+
"--surface-foreground": "rgb(21 30 21)",
|
|
2767
|
+
"--popover": "rgb(220 221 216)",
|
|
2768
|
+
"--popover-foreground": "rgb(21 30 21)",
|
|
2769
|
+
"--primary": "rgb(46 115 65)",
|
|
2770
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
2771
|
+
"--secondary": "rgb(194 32 101)",
|
|
2772
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2773
|
+
"--tertiary": "rgb(233 64 104)",
|
|
2774
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2775
|
+
"--muted": "rgb(209 210 205)",
|
|
2776
|
+
"--muted-foreground": "rgb(61 74 62)",
|
|
2777
|
+
"--accent": "rgb(209 210 205)",
|
|
2778
|
+
"--accent-foreground": "rgb(61 74 62)",
|
|
2779
|
+
"--destructive": "rgb(186 26 26)",
|
|
2780
|
+
"--border": "rgb(188 202 186)",
|
|
2781
|
+
"--input": "rgb(188 202 186)",
|
|
2782
|
+
"--ring": "rgb(0 109 50)",
|
|
2783
|
+
"--sidebar": "rgb(231 233 227)",
|
|
2784
|
+
"--card": "rgb(255 255 255)",
|
|
2785
|
+
"--card-foreground": "rgb(21 30 21)",
|
|
2786
|
+
"--chart-1": "rgb(0 132 62)",
|
|
2787
|
+
"--chart-2": "rgb(0 124 154)",
|
|
2788
|
+
"--chart-3": "rgb(121 94 211)",
|
|
2789
|
+
"--chart-4": "rgb(192 72 100)",
|
|
2790
|
+
"--chart-5": "rgb(150 106 0)",
|
|
2791
|
+
"--content-area": "rgb(242 252 238)",
|
|
2792
|
+
"--sidebar-foreground": "rgb(21 30 21)",
|
|
2793
|
+
"--sidebar-primary": "rgb(0 109 50)",
|
|
2794
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
2795
|
+
"--sidebar-accent": "rgb(63 255 190)",
|
|
2796
|
+
"--sidebar-accent-foreground": "rgb(0 81 57)",
|
|
2797
|
+
"--sidebar-border": "rgb(188 202 186)",
|
|
2798
|
+
"--sidebar-ring": "rgb(0 109 50)",
|
|
2799
|
+
"--primary-text": "rgb(0 109 50)",
|
|
2800
|
+
"--primary-subtle": "rgba(0, 167, 80, 0.13)",
|
|
2801
|
+
"--secondary-text": "rgb(165 52 93)",
|
|
2802
|
+
"--secondary-subtle": "rgba(255, 74, 143, 0.13)",
|
|
2803
|
+
"--tertiary-text": "rgb(167 53 77)",
|
|
2804
|
+
"--tertiary-subtle": "rgba(255, 79, 118, 0.13)",
|
|
2805
|
+
"--success": "rgb(0 121 82)",
|
|
2806
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2807
|
+
"--success-text": "rgb(0 108 73)",
|
|
2808
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
2809
|
+
"--error": "rgb(191 31 39)",
|
|
2810
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2811
|
+
"--error-text": "rgb(167 55 53)",
|
|
2812
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
2813
|
+
"--warning": "rgb(148 93 0)",
|
|
2814
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2815
|
+
"--warning-text": "rgb(133 83 0)",
|
|
2816
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
2817
|
+
"--info": "rgb(0 100 213)",
|
|
2818
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2819
|
+
"--info-text": "rgb(1 90 194)",
|
|
2820
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
2821
|
+
},
|
|
2822
|
+
"pine/dark": {
|
|
2823
|
+
"--background": "rgb(12 15 12)",
|
|
2824
|
+
"--foreground": "rgb(219 230 216)",
|
|
2825
|
+
"--surface": "rgb(26 28 25)",
|
|
2826
|
+
"--surface-foreground": "rgb(219 230 216)",
|
|
2827
|
+
"--popover": "rgb(34 36 33)",
|
|
2828
|
+
"--popover-foreground": "rgb(219 230 216)",
|
|
2829
|
+
"--primary": "rgb(165 238 176)",
|
|
2830
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
2831
|
+
"--secondary": "rgb(212 47 113)",
|
|
2832
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2833
|
+
"--tertiary": "rgb(247 75 114)",
|
|
2834
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2835
|
+
"--muted": "rgb(42 45 41)",
|
|
2836
|
+
"--muted-foreground": "rgb(188 202 186)",
|
|
2837
|
+
"--accent": "rgb(42 45 41)",
|
|
2838
|
+
"--accent-foreground": "rgb(188 202 186)",
|
|
2839
|
+
"--destructive": "rgb(255 180 171)",
|
|
2840
|
+
"--border": "rgb(61 74 62)",
|
|
2841
|
+
"--input": "rgb(61 74 62)",
|
|
2842
|
+
"--ring": "rgb(0 228 112)",
|
|
2843
|
+
"--sidebar": "rgb(26 28 25)",
|
|
2844
|
+
"--card": "rgb(46 55 46)",
|
|
2845
|
+
"--card-foreground": "rgb(219 230 216)",
|
|
2846
|
+
"--chart-1": "rgb(80 199 114)",
|
|
2847
|
+
"--chart-2": "rgb(0 192 236)",
|
|
2848
|
+
"--chart-3": "rgb(183 163 255)",
|
|
2849
|
+
"--chart-4": "rgb(255 143 164)",
|
|
2850
|
+
"--chart-5": "rgb(231 164 0)",
|
|
2851
|
+
"--content-area": "rgb(12 21 14)",
|
|
2852
|
+
"--sidebar-foreground": "rgb(219 230 216)",
|
|
2853
|
+
"--sidebar-primary": "rgb(0 228 112)",
|
|
2854
|
+
"--sidebar-primary-foreground": "rgb(0 57 23)",
|
|
2855
|
+
"--sidebar-accent": "rgb(0 81 57)",
|
|
2856
|
+
"--sidebar-accent-foreground": "rgb(63 255 190)",
|
|
2857
|
+
"--sidebar-border": "rgb(61 74 62)",
|
|
2858
|
+
"--sidebar-ring": "rgb(0 228 112)",
|
|
2859
|
+
"--primary-text": "rgb(0 228 112)",
|
|
2860
|
+
"--primary-subtle": "rgba(0, 167, 80, 0.24)",
|
|
2861
|
+
"--secondary-text": "rgb(255 177 197)",
|
|
2862
|
+
"--secondary-subtle": "rgba(255, 74, 143, 0.24)",
|
|
2863
|
+
"--tertiary-text": "rgb(255 178 187)",
|
|
2864
|
+
"--tertiary-subtle": "rgba(255, 79, 118, 0.24)",
|
|
2865
|
+
"--success": "rgb(0 135 92)",
|
|
2866
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2867
|
+
"--success-text": "rgb(59 224 161)",
|
|
2868
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
2869
|
+
"--error": "rgb(209 45 50)",
|
|
2870
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2871
|
+
"--error-text": "rgb(255 179 173)",
|
|
2872
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
2873
|
+
"--warning": "rgb(165 104 0)",
|
|
2874
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2875
|
+
"--warning-text": "rgb(255 185 95)",
|
|
2876
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
2877
|
+
"--info": "rgb(33 112 228)",
|
|
2878
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2879
|
+
"--info-text": "rgb(173 198 255)",
|
|
2880
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
2881
|
+
},
|
|
2882
|
+
"olive/light": {
|
|
2883
|
+
"--background": "rgb(247 243 235)",
|
|
2884
|
+
"--foreground": "rgb(28 28 15)",
|
|
2885
|
+
"--surface": "rgb(235 232 223)",
|
|
2886
|
+
"--surface-foreground": "rgb(28 28 15)",
|
|
2887
|
+
"--popover": "rgb(224 221 212)",
|
|
2888
|
+
"--popover-foreground": "rgb(28 28 15)",
|
|
2889
|
+
"--primary": "rgb(100 105 6)",
|
|
2890
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
2891
|
+
"--secondary": "rgb(0 103 209)",
|
|
2892
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2893
|
+
"--tertiary": "rgb(125 45 229)",
|
|
2894
|
+
"--tertiary-foreground": "rgb(255 255 255)",
|
|
2895
|
+
"--muted": "rgb(212 209 201)",
|
|
2896
|
+
"--muted-foreground": "rgb(71 72 52)",
|
|
2897
|
+
"--accent": "rgb(212 209 201)",
|
|
2898
|
+
"--accent-foreground": "rgb(71 72 52)",
|
|
2899
|
+
"--destructive": "rgb(186 26 26)",
|
|
2900
|
+
"--border": "rgb(201 200 174)",
|
|
2901
|
+
"--input": "rgb(201 200 174)",
|
|
2902
|
+
"--ring": "rgb(94 99 0)",
|
|
2903
|
+
"--sidebar": "rgb(235 232 223)",
|
|
2904
|
+
"--card": "rgb(255 255 255)",
|
|
2905
|
+
"--card-foreground": "rgb(28 28 15)",
|
|
2906
|
+
"--chart-1": "rgb(113 119 0)",
|
|
2907
|
+
"--chart-2": "rgb(0 128 117)",
|
|
2908
|
+
"--chart-3": "rgb(0 115 207)",
|
|
2909
|
+
"--chart-4": "rgb(168 78 173)",
|
|
2910
|
+
"--chart-5": "rgb(189 81 23)",
|
|
2911
|
+
"--content-area": "rgb(252 250 228)",
|
|
2912
|
+
"--sidebar-foreground": "rgb(28 28 15)",
|
|
2913
|
+
"--sidebar-primary": "rgb(94 99 0)",
|
|
2914
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
2915
|
+
"--sidebar-accent": "rgb(197 242 94)",
|
|
2916
|
+
"--sidebar-accent-foreground": "rgb(56 78 0)",
|
|
2917
|
+
"--sidebar-border": "rgb(201 200 174)",
|
|
2918
|
+
"--sidebar-ring": "rgb(94 99 0)",
|
|
2919
|
+
"--primary-text": "rgb(94 99 0)",
|
|
2920
|
+
"--primary-subtle": "rgba(144, 151, 0, 0.13)",
|
|
2921
|
+
"--secondary-text": "rgb(0 92 188)",
|
|
2922
|
+
"--secondary-subtle": "rgba(69, 143, 255, 0.13)",
|
|
2923
|
+
"--tertiary-text": "rgb(114 69 183)",
|
|
2924
|
+
"--tertiary-subtle": "rgba(170, 115, 255, 0.13)",
|
|
2925
|
+
"--success": "rgb(0 121 82)",
|
|
2926
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2927
|
+
"--success-text": "rgb(0 108 73)",
|
|
2928
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
2929
|
+
"--error": "rgb(191 31 39)",
|
|
2930
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2931
|
+
"--error-text": "rgb(167 55 53)",
|
|
2932
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
2933
|
+
"--warning": "rgb(148 93 0)",
|
|
2934
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2935
|
+
"--warning-text": "rgb(133 83 0)",
|
|
2936
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
2937
|
+
"--info": "rgb(0 100 213)",
|
|
2938
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2939
|
+
"--info-text": "rgb(1 90 194)",
|
|
2940
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
2941
|
+
},
|
|
2942
|
+
"olive/dark": {
|
|
2943
|
+
"--background": "rgb(14 14 10)",
|
|
2944
|
+
"--foreground": "rgb(229 228 205)",
|
|
2945
|
+
"--surface": "rgb(28 28 23)",
|
|
2946
|
+
"--surface-foreground": "rgb(229 228 205)",
|
|
2947
|
+
"--popover": "rgb(36 36 31)",
|
|
2948
|
+
"--popover-foreground": "rgb(229 228 205)",
|
|
2949
|
+
"--primary": "rgb(233 239 132)",
|
|
2950
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
2951
|
+
"--secondary": "rgb(0 115 232)",
|
|
2952
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
2953
|
+
"--tertiary": "rgb(166 108 255)",
|
|
2954
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
2955
|
+
"--muted": "rgb(45 44 39)",
|
|
2956
|
+
"--muted-foreground": "rgb(201 200 174)",
|
|
2957
|
+
"--accent": "rgb(45 44 39)",
|
|
2958
|
+
"--accent-foreground": "rgb(201 200 174)",
|
|
2959
|
+
"--destructive": "rgb(255 180 171)",
|
|
2960
|
+
"--border": "rgb(71 72 52)",
|
|
2961
|
+
"--input": "rgb(71 72 52)",
|
|
2962
|
+
"--ring": "rgb(198 207 0)",
|
|
2963
|
+
"--sidebar": "rgb(28 28 23)",
|
|
2964
|
+
"--card": "rgb(53 54 38)",
|
|
2965
|
+
"--card-foreground": "rgb(229 228 205)",
|
|
2966
|
+
"--chart-1": "rgb(176 184 28)",
|
|
2967
|
+
"--chart-2": "rgb(0 198 181)",
|
|
2968
|
+
"--chart-3": "rgb(123 179 255)",
|
|
2969
|
+
"--chart-4": "rgb(238 141 240)",
|
|
2970
|
+
"--chart-5": "rgb(255 149 100)",
|
|
2971
|
+
"--content-area": "rgb(19 20 7)",
|
|
2972
|
+
"--sidebar-foreground": "rgb(229 228 205)",
|
|
2973
|
+
"--sidebar-primary": "rgb(198 207 0)",
|
|
2974
|
+
"--sidebar-primary-foreground": "rgb(48 51 0)",
|
|
2975
|
+
"--sidebar-accent": "rgb(56 78 0)",
|
|
2976
|
+
"--sidebar-accent-foreground": "rgb(197 242 94)",
|
|
2977
|
+
"--sidebar-border": "rgb(71 72 52)",
|
|
2978
|
+
"--sidebar-ring": "rgb(198 207 0)",
|
|
2979
|
+
"--primary-text": "rgb(198 207 0)",
|
|
2980
|
+
"--primary-subtle": "rgba(144, 151, 0, 0.24)",
|
|
2981
|
+
"--secondary-text": "rgb(171 199 255)",
|
|
2982
|
+
"--secondary-subtle": "rgba(69, 143, 255, 0.24)",
|
|
2983
|
+
"--tertiary-text": "rgb(214 186 255)",
|
|
2984
|
+
"--tertiary-subtle": "rgba(170, 115, 255, 0.24)",
|
|
2985
|
+
"--success": "rgb(0 135 92)",
|
|
2986
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
2987
|
+
"--success-text": "rgb(59 224 161)",
|
|
2988
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
2989
|
+
"--error": "rgb(209 45 50)",
|
|
2990
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
2991
|
+
"--error-text": "rgb(255 179 173)",
|
|
2992
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
2993
|
+
"--warning": "rgb(165 104 0)",
|
|
2994
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
2995
|
+
"--warning-text": "rgb(255 185 95)",
|
|
2996
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
2997
|
+
"--info": "rgb(33 112 228)",
|
|
2998
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
2999
|
+
"--info-text": "rgb(173 198 255)",
|
|
3000
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
3001
|
+
},
|
|
3002
|
+
"lagoon/light": {
|
|
3003
|
+
"--background": "rgb(242 244 243)",
|
|
3004
|
+
"--foreground": "rgb(17 30 29)",
|
|
3005
|
+
"--surface": "rgb(230 233 232)",
|
|
3006
|
+
"--surface-foreground": "rgb(17 30 29)",
|
|
3007
|
+
"--popover": "rgb(219 221 220)",
|
|
3008
|
+
"--popover-foreground": "rgb(17 30 29)",
|
|
3009
|
+
"--primary": "rgb(9 115 112)",
|
|
3010
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
3011
|
+
"--secondary": "rgb(181 72 0)",
|
|
3012
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3013
|
+
"--tertiary": "rgb(229 69 50)",
|
|
3014
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3015
|
+
"--muted": "rgb(207 210 209)",
|
|
3016
|
+
"--muted-foreground": "rgb(57 74 73)",
|
|
3017
|
+
"--accent": "rgb(207 210 209)",
|
|
3018
|
+
"--accent-foreground": "rgb(57 74 73)",
|
|
3019
|
+
"--destructive": "rgb(186 26 26)",
|
|
3020
|
+
"--border": "rgb(184 202 200)",
|
|
3021
|
+
"--input": "rgb(184 202 200)",
|
|
3022
|
+
"--ring": "rgb(0 106 103)",
|
|
3023
|
+
"--sidebar": "rgb(230 233 232)",
|
|
3024
|
+
"--card": "rgb(255 255 255)",
|
|
3025
|
+
"--card-foreground": "rgb(17 30 29)",
|
|
3026
|
+
"--chart-1": "rgb(0 128 124)",
|
|
3027
|
+
"--chart-2": "rgb(40 111 215)",
|
|
3028
|
+
"--chart-3": "rgb(174 76 161)",
|
|
3029
|
+
"--chart-4": "rgb(184 86 0)",
|
|
3030
|
+
"--chart-5": "rgb(102 122 0)",
|
|
3031
|
+
"--content-area": "rgb(238 252 251)",
|
|
3032
|
+
"--sidebar-foreground": "rgb(17 30 29)",
|
|
3033
|
+
"--sidebar-primary": "rgb(0 106 103)",
|
|
3034
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
3035
|
+
"--sidebar-accent": "rgb(157 239 255)",
|
|
3036
|
+
"--sidebar-accent-foreground": "rgb(0 78 89)",
|
|
3037
|
+
"--sidebar-border": "rgb(184 202 200)",
|
|
3038
|
+
"--sidebar-ring": "rgb(0 106 103)",
|
|
3039
|
+
"--primary-text": "rgb(0 106 103)",
|
|
3040
|
+
"--primary-subtle": "rgba(0, 162, 157, 0.13)",
|
|
3041
|
+
"--secondary-text": "rgb(161 64 0)",
|
|
3042
|
+
"--secondary-subtle": "rgba(243, 100, 0, 0.13)",
|
|
3043
|
+
"--tertiary-text": "rgb(167 56 42)",
|
|
3044
|
+
"--tertiary-subtle": "rgba(255, 85, 64, 0.13)",
|
|
3045
|
+
"--success": "rgb(0 121 82)",
|
|
3046
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3047
|
+
"--success-text": "rgb(0 108 73)",
|
|
3048
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
3049
|
+
"--error": "rgb(191 31 39)",
|
|
3050
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3051
|
+
"--error-text": "rgb(167 55 53)",
|
|
3052
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
3053
|
+
"--warning": "rgb(148 93 0)",
|
|
3054
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3055
|
+
"--warning-text": "rgb(133 83 0)",
|
|
3056
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
3057
|
+
"--info": "rgb(0 100 213)",
|
|
3058
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3059
|
+
"--info-text": "rgb(1 90 194)",
|
|
3060
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
3061
|
+
},
|
|
3062
|
+
"lagoon/dark": {
|
|
3063
|
+
"--background": "rgb(11 15 15)",
|
|
3064
|
+
"--foreground": "rgb(215 229 228)",
|
|
3065
|
+
"--surface": "rgb(25 28 28)",
|
|
3066
|
+
"--surface-foreground": "rgb(215 229 228)",
|
|
3067
|
+
"--popover": "rgb(33 36 36)",
|
|
3068
|
+
"--popover-foreground": "rgb(215 229 228)",
|
|
3069
|
+
"--primary": "rgb(159 244 240)",
|
|
3070
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
3071
|
+
"--secondary": "rgb(201 81 0)",
|
|
3072
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3073
|
+
"--tertiary": "rgb(246 81 61)",
|
|
3074
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3075
|
+
"--muted": "rgb(41 45 44)",
|
|
3076
|
+
"--muted-foreground": "rgb(184 202 200)",
|
|
3077
|
+
"--accent": "rgb(41 45 44)",
|
|
3078
|
+
"--accent-foreground": "rgb(184 202 200)",
|
|
3079
|
+
"--destructive": "rgb(255 180 171)",
|
|
3080
|
+
"--border": "rgb(57 74 73)",
|
|
3081
|
+
"--input": "rgb(57 74 73)",
|
|
3082
|
+
"--ring": "rgb(0 221 215)",
|
|
3083
|
+
"--sidebar": "rgb(25 28 28)",
|
|
3084
|
+
"--card": "rgb(42 55 54)",
|
|
3085
|
+
"--card-foreground": "rgb(215 229 228)",
|
|
3086
|
+
"--chart-1": "rgb(0 197 192)",
|
|
3087
|
+
"--chart-2": "rgb(136 176 255)",
|
|
3088
|
+
"--chart-3": "rgb(247 138 228)",
|
|
3089
|
+
"--chart-4": "rgb(255 150 83)",
|
|
3090
|
+
"--chart-5": "rgb(161 188 47)",
|
|
3091
|
+
"--content-area": "rgb(9 22 21)",
|
|
3092
|
+
"--sidebar-foreground": "rgb(215 229 228)",
|
|
3093
|
+
"--sidebar-primary": "rgb(0 221 215)",
|
|
3094
|
+
"--sidebar-primary-foreground": "rgb(0 55 53)",
|
|
3095
|
+
"--sidebar-accent": "rgb(0 78 89)",
|
|
3096
|
+
"--sidebar-accent-foreground": "rgb(157 239 255)",
|
|
3097
|
+
"--sidebar-border": "rgb(57 74 73)",
|
|
3098
|
+
"--sidebar-ring": "rgb(0 221 215)",
|
|
3099
|
+
"--primary-text": "rgb(0 221 215)",
|
|
3100
|
+
"--primary-subtle": "rgba(0, 162, 157, 0.24)",
|
|
3101
|
+
"--secondary-text": "rgb(255 182 148)",
|
|
3102
|
+
"--secondary-subtle": "rgba(243, 100, 0, 0.24)",
|
|
3103
|
+
"--tertiary-text": "rgb(255 180 168)",
|
|
3104
|
+
"--tertiary-subtle": "rgba(255, 85, 64, 0.24)",
|
|
3105
|
+
"--success": "rgb(0 135 92)",
|
|
3106
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3107
|
+
"--success-text": "rgb(59 224 161)",
|
|
3108
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
3109
|
+
"--error": "rgb(209 45 50)",
|
|
3110
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3111
|
+
"--error-text": "rgb(255 179 173)",
|
|
3112
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
3113
|
+
"--warning": "rgb(165 104 0)",
|
|
3114
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3115
|
+
"--warning-text": "rgb(255 185 95)",
|
|
3116
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
3117
|
+
"--info": "rgb(33 112 228)",
|
|
3118
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3119
|
+
"--info-text": "rgb(173 198 255)",
|
|
3120
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
3121
|
+
},
|
|
3122
|
+
"navy/light": {
|
|
3123
|
+
"--background": "rgb(245 243 247)",
|
|
3124
|
+
"--foreground": "rgb(25 27 37)",
|
|
3125
|
+
"--surface": "rgb(233 231 236)",
|
|
3126
|
+
"--surface-foreground": "rgb(25 27 37)",
|
|
3127
|
+
"--popover": "rgb(222 220 224)",
|
|
3128
|
+
"--popover-foreground": "rgb(25 27 37)",
|
|
3129
|
+
"--primary": "rgb(66 91 162)",
|
|
3130
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
3131
|
+
"--secondary": "rgb(156 89 0)",
|
|
3132
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3133
|
+
"--tertiary": "rgb(252 97 5)",
|
|
3134
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3135
|
+
"--muted": "rgb(211 209 213)",
|
|
3136
|
+
"--muted-foreground": "rgb(67 70 84)",
|
|
3137
|
+
"--accent": "rgb(211 209 213)",
|
|
3138
|
+
"--accent-foreground": "rgb(67 70 84)",
|
|
3139
|
+
"--destructive": "rgb(186 26 26)",
|
|
3140
|
+
"--border": "rgb(195 198 214)",
|
|
3141
|
+
"--input": "rgb(195 198 214)",
|
|
3142
|
+
"--ring": "rgb(0 83 218)",
|
|
3143
|
+
"--sidebar": "rgb(233 231 236)",
|
|
3144
|
+
"--card": "rgb(255 255 255)",
|
|
3145
|
+
"--card-foreground": "rgb(25 27 37)",
|
|
3146
|
+
"--chart-1": "rgb(66 108 217)",
|
|
3147
|
+
"--chart-2": "rgb(180 74 149)",
|
|
3148
|
+
"--chart-3": "rgb(176 92 0)",
|
|
3149
|
+
"--chart-4": "rgb(88 125 0)",
|
|
3150
|
+
"--chart-5": "rgb(0 127 131)",
|
|
3151
|
+
"--content-area": "rgb(250 248 255)",
|
|
3152
|
+
"--sidebar-foreground": "rgb(25 27 37)",
|
|
3153
|
+
"--sidebar-primary": "rgb(0 83 218)",
|
|
3154
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
3155
|
+
"--sidebar-accent": "rgb(226 223 255)",
|
|
3156
|
+
"--sidebar-accent-foreground": "rgb(56 48 179)",
|
|
3157
|
+
"--sidebar-border": "rgb(195 198 214)",
|
|
3158
|
+
"--sidebar-ring": "rgb(0 83 218)",
|
|
3159
|
+
"--primary-text": "rgb(0 83 218)",
|
|
3160
|
+
"--primary-subtle": "rgba(97, 139, 255, 0.13)",
|
|
3161
|
+
"--secondary-text": "rgb(141 79 0)",
|
|
3162
|
+
"--secondary-subtle": "rgba(213, 122, 0, 0.13)",
|
|
3163
|
+
"--tertiary-text": "rgb(163 62 5)",
|
|
3164
|
+
"--tertiary-subtle": "rgba(248, 95, 0, 0.13)",
|
|
3165
|
+
"--success": "rgb(0 121 82)",
|
|
3166
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3167
|
+
"--success-text": "rgb(0 108 73)",
|
|
3168
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
3169
|
+
"--error": "rgb(191 31 39)",
|
|
3170
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3171
|
+
"--error-text": "rgb(167 55 53)",
|
|
3172
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
3173
|
+
"--warning": "rgb(148 93 0)",
|
|
3174
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3175
|
+
"--warning-text": "rgb(133 83 0)",
|
|
3176
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
3177
|
+
"--info": "rgb(0 100 213)",
|
|
3178
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3179
|
+
"--info-text": "rgb(1 90 194)",
|
|
3180
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
3181
|
+
},
|
|
3182
|
+
"navy/dark": {
|
|
3183
|
+
"--background": "rgb(13 14 17)",
|
|
3184
|
+
"--foreground": "rgb(225 226 239)",
|
|
3185
|
+
"--surface": "rgb(27 27 31)",
|
|
3186
|
+
"--surface-foreground": "rgb(225 226 239)",
|
|
3187
|
+
"--popover": "rgb(35 35 39)",
|
|
3188
|
+
"--popover-foreground": "rgb(225 226 239)",
|
|
3189
|
+
"--primary": "rgb(112 137 211)",
|
|
3190
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
3191
|
+
"--secondary": "rgb(174 99 0)",
|
|
3192
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3193
|
+
"--tertiary": "rgb(252 97 5)",
|
|
3194
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3195
|
+
"--muted": "rgb(44 44 47)",
|
|
3196
|
+
"--muted-foreground": "rgb(195 198 214)",
|
|
3197
|
+
"--accent": "rgb(44 44 47)",
|
|
3198
|
+
"--accent-foreground": "rgb(195 198 214)",
|
|
3199
|
+
"--destructive": "rgb(255 180 171)",
|
|
3200
|
+
"--border": "rgb(67 70 84)",
|
|
3201
|
+
"--input": "rgb(67 70 84)",
|
|
3202
|
+
"--ring": "rgb(180 197 255)",
|
|
3203
|
+
"--sidebar": "rgb(27 27 31)",
|
|
3204
|
+
"--card": "rgb(50 52 63)",
|
|
3205
|
+
"--card-foreground": "rgb(225 226 239)",
|
|
3206
|
+
"--chart-1": "rgb(148 174 255)",
|
|
3207
|
+
"--chart-2": "rgb(254 136 215)",
|
|
3208
|
+
"--chart-3": "rgb(255 151 61)",
|
|
3209
|
+
"--chart-4": "rgb(146 191 63)",
|
|
3210
|
+
"--chart-5": "rgb(0 196 201)",
|
|
3211
|
+
"--content-area": "rgb(16 19 28)",
|
|
3212
|
+
"--sidebar-foreground": "rgb(225 226 239)",
|
|
3213
|
+
"--sidebar-primary": "rgb(180 197 255)",
|
|
3214
|
+
"--sidebar-primary-foreground": "rgb(0 42 119)",
|
|
3215
|
+
"--sidebar-accent": "rgb(56 48 179)",
|
|
3216
|
+
"--sidebar-accent-foreground": "rgb(226 223 255)",
|
|
3217
|
+
"--sidebar-border": "rgb(67 70 84)",
|
|
3218
|
+
"--sidebar-ring": "rgb(180 197 255)",
|
|
3219
|
+
"--primary-text": "rgb(180 197 255)",
|
|
3220
|
+
"--primary-subtle": "rgba(97, 139, 255, 0.24)",
|
|
3221
|
+
"--secondary-text": "rgb(255 184 117)",
|
|
3222
|
+
"--secondary-subtle": "rgba(213, 122, 0, 0.24)",
|
|
3223
|
+
"--tertiary-text": "rgb(255 181 151)",
|
|
3224
|
+
"--tertiary-subtle": "rgba(248, 95, 0, 0.24)",
|
|
3225
|
+
"--success": "rgb(0 135 92)",
|
|
3226
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3227
|
+
"--success-text": "rgb(59 224 161)",
|
|
3228
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
3229
|
+
"--error": "rgb(209 45 50)",
|
|
3230
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3231
|
+
"--error-text": "rgb(255 179 173)",
|
|
3232
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
3233
|
+
"--warning": "rgb(165 104 0)",
|
|
3234
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3235
|
+
"--warning-text": "rgb(255 185 95)",
|
|
3236
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
3237
|
+
"--info": "rgb(33 112 228)",
|
|
3238
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3239
|
+
"--info-text": "rgb(173 198 255)",
|
|
3240
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
3241
|
+
},
|
|
3242
|
+
"azure/light": {
|
|
3243
|
+
"--background": "rgb(243 243 246)",
|
|
3244
|
+
"--foreground": "rgb(20 29 35)",
|
|
3245
|
+
"--surface": "rgb(231 232 235)",
|
|
3246
|
+
"--surface-foreground": "rgb(20 29 35)",
|
|
3247
|
+
"--popover": "rgb(220 221 223)",
|
|
3248
|
+
"--popover-foreground": "rgb(20 29 35)",
|
|
3249
|
+
"--primary": "rgb(5 107 150)",
|
|
3250
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
3251
|
+
"--secondary": "rgb(193 43 27)",
|
|
3252
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3253
|
+
"--tertiary": "rgb(232 72 46)",
|
|
3254
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3255
|
+
"--muted": "rgb(209 209 212)",
|
|
3256
|
+
"--muted-foreground": "rgb(60 72 81)",
|
|
3257
|
+
"--accent": "rgb(209 209 212)",
|
|
3258
|
+
"--accent-foreground": "rgb(60 72 81)",
|
|
3259
|
+
"--destructive": "rgb(186 26 26)",
|
|
3260
|
+
"--border": "rgb(188 200 211)",
|
|
3261
|
+
"--input": "rgb(188 200 211)",
|
|
3262
|
+
"--ring": "rgb(0 101 141)",
|
|
3263
|
+
"--sidebar": "rgb(231 232 235)",
|
|
3264
|
+
"--card": "rgb(255 255 255)",
|
|
3265
|
+
"--card-foreground": "rgb(20 29 35)",
|
|
3266
|
+
"--chart-1": "rgb(0 122 170)",
|
|
3267
|
+
"--chart-2": "rgb(142 87 200)",
|
|
3268
|
+
"--chart-3": "rgb(194 74 72)",
|
|
3269
|
+
"--chart-4": "rgb(137 111 0)",
|
|
3270
|
+
"--chart-5": "rgb(0 130 91)",
|
|
3271
|
+
"--content-area": "rgb(246 250 255)",
|
|
3272
|
+
"--sidebar-foreground": "rgb(20 29 35)",
|
|
3273
|
+
"--sidebar-primary": "rgb(0 101 141)",
|
|
3274
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
3275
|
+
"--sidebar-accent": "rgb(210 228 255)",
|
|
3276
|
+
"--sidebar-accent-foreground": "rgb(0 72 128)",
|
|
3277
|
+
"--sidebar-border": "rgb(188 200 211)",
|
|
3278
|
+
"--sidebar-ring": "rgb(0 101 141)",
|
|
3279
|
+
"--primary-text": "rgb(0 101 141)",
|
|
3280
|
+
"--primary-subtle": "rgba(0, 155, 214, 0.13)",
|
|
3281
|
+
"--secondary-text": "rgb(167 57 42)",
|
|
3282
|
+
"--secondary-subtle": "rgba(255, 85, 63, 0.13)",
|
|
3283
|
+
"--tertiary-text": "rgb(167 57 38)",
|
|
3284
|
+
"--tertiary-subtle": "rgba(255, 85, 57, 0.13)",
|
|
3285
|
+
"--success": "rgb(0 121 82)",
|
|
3286
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3287
|
+
"--success-text": "rgb(0 108 73)",
|
|
3288
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
3289
|
+
"--error": "rgb(191 31 39)",
|
|
3290
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3291
|
+
"--error-text": "rgb(167 55 53)",
|
|
3292
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
3293
|
+
"--warning": "rgb(148 93 0)",
|
|
3294
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3295
|
+
"--warning-text": "rgb(133 83 0)",
|
|
3296
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
3297
|
+
"--info": "rgb(0 100 213)",
|
|
3298
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3299
|
+
"--info-text": "rgb(1 90 194)",
|
|
3300
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
3301
|
+
},
|
|
3302
|
+
"azure/dark": {
|
|
3303
|
+
"--background": "rgb(12 14 16)",
|
|
3304
|
+
"--foreground": "rgb(218 228 236)",
|
|
3305
|
+
"--surface": "rgb(25 28 30)",
|
|
3306
|
+
"--surface-foreground": "rgb(218 228 236)",
|
|
3307
|
+
"--popover": "rgb(34 36 38)",
|
|
3308
|
+
"--popover-foreground": "rgb(218 228 236)",
|
|
3309
|
+
"--primary": "rgb(107 182 228)",
|
|
3310
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
3311
|
+
"--secondary": "rgb(211 56 38)",
|
|
3312
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3313
|
+
"--tertiary": "rgb(246 82 55)",
|
|
3314
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3315
|
+
"--muted": "rgb(42 44 47)",
|
|
3316
|
+
"--muted-foreground": "rgb(188 200 211)",
|
|
3317
|
+
"--accent": "rgb(42 44 47)",
|
|
3318
|
+
"--accent-foreground": "rgb(188 200 211)",
|
|
3319
|
+
"--destructive": "rgb(255 180 171)",
|
|
3320
|
+
"--border": "rgb(60 72 81)",
|
|
3321
|
+
"--input": "rgb(60 72 81)",
|
|
3322
|
+
"--ring": "rgb(131 207 255)",
|
|
3323
|
+
"--sidebar": "rgb(25 28 30)",
|
|
3324
|
+
"--card": "rgb(45 54 61)",
|
|
3325
|
+
"--card-foreground": "rgb(218 228 236)",
|
|
3326
|
+
"--chart-1": "rgb(43 188 255)",
|
|
3327
|
+
"--chart-2": "rgb(204 155 255)",
|
|
3328
|
+
"--chart-3": "rgb(255 146 140)",
|
|
3329
|
+
"--chart-4": "rgb(212 173 0)",
|
|
3330
|
+
"--chart-5": "rgb(0 201 142)",
|
|
3331
|
+
"--content-area": "rgb(11 20 26)",
|
|
3332
|
+
"--sidebar-foreground": "rgb(218 228 236)",
|
|
3333
|
+
"--sidebar-primary": "rgb(131 207 255)",
|
|
3334
|
+
"--sidebar-primary-foreground": "rgb(0 52 75)",
|
|
3335
|
+
"--sidebar-accent": "rgb(0 72 128)",
|
|
3336
|
+
"--sidebar-accent-foreground": "rgb(210 228 255)",
|
|
3337
|
+
"--sidebar-border": "rgb(60 72 81)",
|
|
3338
|
+
"--sidebar-ring": "rgb(131 207 255)",
|
|
3339
|
+
"--primary-text": "rgb(131 207 255)",
|
|
3340
|
+
"--primary-subtle": "rgba(0, 155, 214, 0.24)",
|
|
3341
|
+
"--secondary-text": "rgb(255 180 167)",
|
|
3342
|
+
"--secondary-subtle": "rgba(255, 85, 63, 0.24)",
|
|
3343
|
+
"--tertiary-text": "rgb(255 180 166)",
|
|
3344
|
+
"--tertiary-subtle": "rgba(255, 85, 57, 0.24)",
|
|
3345
|
+
"--success": "rgb(0 135 92)",
|
|
3346
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3347
|
+
"--success-text": "rgb(59 224 161)",
|
|
3348
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
3349
|
+
"--error": "rgb(209 45 50)",
|
|
3350
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3351
|
+
"--error-text": "rgb(255 179 173)",
|
|
3352
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
3353
|
+
"--warning": "rgb(165 104 0)",
|
|
3354
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3355
|
+
"--warning-text": "rgb(255 185 95)",
|
|
3356
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
3357
|
+
"--info": "rgb(33 112 228)",
|
|
3358
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3359
|
+
"--info-text": "rgb(173 198 255)",
|
|
3360
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
3361
|
+
},
|
|
3362
|
+
"violet/light": {
|
|
3363
|
+
"--background": "rgb(248 242 247)",
|
|
3364
|
+
"--foreground": "rgb(30 26 36)",
|
|
3365
|
+
"--surface": "rgb(237 230 235)",
|
|
3366
|
+
"--surface-foreground": "rgb(30 26 36)",
|
|
3367
|
+
"--popover": "rgb(225 219 224)",
|
|
3368
|
+
"--popover-foreground": "rgb(30 26 36)",
|
|
3369
|
+
"--primary": "rgb(124 52 206)",
|
|
3370
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
3371
|
+
"--secondary": "rgb(124 104 0)",
|
|
3372
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3373
|
+
"--tertiary": "rgb(165 249 69)",
|
|
3374
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3375
|
+
"--muted": "rgb(214 208 213)",
|
|
3376
|
+
"--muted-foreground": "rgb(75 68 82)",
|
|
3377
|
+
"--accent": "rgb(214 208 213)",
|
|
3378
|
+
"--accent-foreground": "rgb(75 68 82)",
|
|
3379
|
+
"--destructive": "rgb(186 26 26)",
|
|
3380
|
+
"--border": "rgb(205 195 212)",
|
|
3381
|
+
"--input": "rgb(205 195 212)",
|
|
3382
|
+
"--ring": "rgb(132 0 241)",
|
|
3383
|
+
"--sidebar": "rgb(237 230 235)",
|
|
3384
|
+
"--card": "rgb(255 255 255)",
|
|
3385
|
+
"--card-foreground": "rgb(30 26 36)",
|
|
3386
|
+
"--chart-1": "rgb(139 88 202)",
|
|
3387
|
+
"--chart-2": "rgb(194 74 76)",
|
|
3388
|
+
"--chart-3": "rgb(140 110 0)",
|
|
3389
|
+
"--chart-4": "rgb(0 131 87)",
|
|
3390
|
+
"--chart-5": "rgb(0 122 167)",
|
|
3391
|
+
"--content-area": "rgb(255 247 255)",
|
|
3392
|
+
"--sidebar-foreground": "rgb(30 26 36)",
|
|
3393
|
+
"--sidebar-primary": "rgb(132 0 241)",
|
|
3394
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
3395
|
+
"--sidebar-accent": "rgb(247 216 255)",
|
|
3396
|
+
"--sidebar-accent-foreground": "rgb(110 28 147)",
|
|
3397
|
+
"--sidebar-border": "rgb(205 195 212)",
|
|
3398
|
+
"--sidebar-ring": "rgb(132 0 241)",
|
|
3399
|
+
"--primary-text": "rgb(132 0 241)",
|
|
3400
|
+
"--primary-subtle": "rgba(176, 112, 255, 0.13)",
|
|
3401
|
+
"--secondary-text": "rgb(111 93 0)",
|
|
3402
|
+
"--secondary-subtle": "rgba(169, 143, 0, 0.13)",
|
|
3403
|
+
"--tertiary-text": "rgb(61 106 0)",
|
|
3404
|
+
"--tertiary-subtle": "rgba(95, 161, 0, 0.13)",
|
|
3405
|
+
"--success": "rgb(0 121 82)",
|
|
3406
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3407
|
+
"--success-text": "rgb(0 108 73)",
|
|
3408
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
3409
|
+
"--error": "rgb(191 31 39)",
|
|
3410
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3411
|
+
"--error-text": "rgb(167 55 53)",
|
|
3412
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
3413
|
+
"--warning": "rgb(148 93 0)",
|
|
3414
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3415
|
+
"--warning-text": "rgb(133 83 0)",
|
|
3416
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
3417
|
+
"--info": "rgb(0 100 213)",
|
|
3418
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3419
|
+
"--info-text": "rgb(1 90 194)",
|
|
3420
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
3421
|
+
},
|
|
3422
|
+
"violet/dark": {
|
|
3423
|
+
"--background": "rgb(15 13 17)",
|
|
3424
|
+
"--foreground": "rgb(233 223 238)",
|
|
3425
|
+
"--surface": "rgb(29 27 30)",
|
|
3426
|
+
"--surface-foreground": "rgb(233 223 238)",
|
|
3427
|
+
"--popover": "rgb(37 35 38)",
|
|
3428
|
+
"--popover-foreground": "rgb(233 223 238)",
|
|
3429
|
+
"--primary": "rgb(172 104 255)",
|
|
3430
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
3431
|
+
"--secondary": "rgb(254 216 0)",
|
|
3432
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
3433
|
+
"--tertiary": "rgb(165 249 69)",
|
|
3434
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3435
|
+
"--muted": "rgb(46 43 47)",
|
|
3436
|
+
"--muted-foreground": "rgb(205 195 212)",
|
|
3437
|
+
"--accent": "rgb(46 43 47)",
|
|
3438
|
+
"--accent-foreground": "rgb(205 195 212)",
|
|
3439
|
+
"--destructive": "rgb(255 180 171)",
|
|
3440
|
+
"--border": "rgb(75 68 82)",
|
|
3441
|
+
"--input": "rgb(75 68 82)",
|
|
3442
|
+
"--ring": "rgb(217 185 255)",
|
|
3443
|
+
"--sidebar": "rgb(29 27 30)",
|
|
3444
|
+
"--card": "rgb(56 51 62)",
|
|
3445
|
+
"--card-foreground": "rgb(233 223 238)",
|
|
3446
|
+
"--chart-1": "rgb(201 157 255)",
|
|
3447
|
+
"--chart-2": "rgb(255 145 144)",
|
|
3448
|
+
"--chart-3": "rgb(215 171 0)",
|
|
3449
|
+
"--chart-4": "rgb(23 201 138)",
|
|
3450
|
+
"--chart-5": "rgb(7 189 255)",
|
|
3451
|
+
"--content-area": "rgb(22 17 27)",
|
|
3452
|
+
"--sidebar-foreground": "rgb(233 223 238)",
|
|
3453
|
+
"--sidebar-primary": "rgb(217 185 255)",
|
|
3454
|
+
"--sidebar-primary-foreground": "rgb(70 0 133)",
|
|
3455
|
+
"--sidebar-accent": "rgb(110 28 147)",
|
|
3456
|
+
"--sidebar-accent-foreground": "rgb(247 216 255)",
|
|
3457
|
+
"--sidebar-border": "rgb(75 68 82)",
|
|
3458
|
+
"--sidebar-ring": "rgb(217 185 255)",
|
|
3459
|
+
"--primary-text": "rgb(217 185 255)",
|
|
3460
|
+
"--primary-subtle": "rgba(176, 112, 255, 0.24)",
|
|
3461
|
+
"--secondary-text": "rgb(231 197 16)",
|
|
3462
|
+
"--secondary-subtle": "rgba(169, 143, 0, 0.24)",
|
|
3463
|
+
"--tertiary-text": "rgb(156 215 93)",
|
|
3464
|
+
"--tertiary-subtle": "rgba(95, 161, 0, 0.24)",
|
|
3465
|
+
"--success": "rgb(0 135 92)",
|
|
3466
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3467
|
+
"--success-text": "rgb(59 224 161)",
|
|
3468
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
3469
|
+
"--error": "rgb(209 45 50)",
|
|
3470
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3471
|
+
"--error-text": "rgb(255 179 173)",
|
|
3472
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
3473
|
+
"--warning": "rgb(165 104 0)",
|
|
3474
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3475
|
+
"--warning-text": "rgb(255 185 95)",
|
|
3476
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
3477
|
+
"--info": "rgb(33 112 228)",
|
|
3478
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3479
|
+
"--info-text": "rgb(173 198 255)",
|
|
3480
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
3481
|
+
},
|
|
3482
|
+
"lavender/light": {
|
|
3483
|
+
"--background": "rgb(247 242 247)",
|
|
3484
|
+
"--foreground": "rgb(29 26 36)",
|
|
3485
|
+
"--surface": "rgb(236 231 235)",
|
|
3486
|
+
"--surface-foreground": "rgb(29 26 36)",
|
|
3487
|
+
"--popover": "rgb(224 219 224)",
|
|
3488
|
+
"--popover-foreground": "rgb(29 26 36)",
|
|
3489
|
+
"--primary": "rgb(111 81 201)",
|
|
3490
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
3491
|
+
"--secondary": "rgb(135 102 0)",
|
|
3492
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3493
|
+
"--tertiary": "rgb(254 161 0)",
|
|
3494
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3495
|
+
"--muted": "rgb(213 208 213)",
|
|
3496
|
+
"--muted-foreground": "rgb(73 69 83)",
|
|
3497
|
+
"--accent": "rgb(213 208 213)",
|
|
3498
|
+
"--accent-foreground": "rgb(73 69 83)",
|
|
3499
|
+
"--destructive": "rgb(186 26 26)",
|
|
3500
|
+
"--border": "rgb(202 196 213)",
|
|
3501
|
+
"--input": "rgb(202 196 213)",
|
|
3502
|
+
"--ring": "rgb(105 32 255)",
|
|
3503
|
+
"--sidebar": "rgb(236 231 235)",
|
|
3504
|
+
"--card": "rgb(255 255 255)",
|
|
3505
|
+
"--card-foreground": "rgb(29 26 36)",
|
|
3506
|
+
"--chart-1": "rgb(122 94 211)",
|
|
3507
|
+
"--chart-2": "rgb(192 72 98)",
|
|
3508
|
+
"--chart-3": "rgb(150 106 0)",
|
|
3509
|
+
"--chart-4": "rgb(0 132 64)",
|
|
3510
|
+
"--chart-5": "rgb(0 124 155)",
|
|
3511
|
+
"--content-area": "rgb(253 247 255)",
|
|
3512
|
+
"--sidebar-foreground": "rgb(29 26 36)",
|
|
3513
|
+
"--sidebar-primary": "rgb(105 32 255)",
|
|
3514
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
3515
|
+
"--sidebar-accent": "rgb(241 218 255)",
|
|
3516
|
+
"--sidebar-accent-foreground": "rgb(101 32 157)",
|
|
3517
|
+
"--sidebar-border": "rgb(202 196 213)",
|
|
3518
|
+
"--sidebar-ring": "rgb(105 32 255)",
|
|
3519
|
+
"--primary-text": "rgb(105 32 255)",
|
|
3520
|
+
"--primary-subtle": "rgba(154, 122, 255, 0.13)",
|
|
3521
|
+
"--secondary-text": "rgb(120 90 0)",
|
|
3522
|
+
"--secondary-subtle": "rgba(182, 138, 0, 0.13)",
|
|
3523
|
+
"--tertiary-text": "rgb(134 83 0)",
|
|
3524
|
+
"--tertiary-subtle": "rgba(203, 128, 0, 0.13)",
|
|
3525
|
+
"--success": "rgb(0 121 82)",
|
|
3526
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3527
|
+
"--success-text": "rgb(0 108 73)",
|
|
3528
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
3529
|
+
"--error": "rgb(191 31 39)",
|
|
3530
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3531
|
+
"--error-text": "rgb(167 55 53)",
|
|
3532
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
3533
|
+
"--warning": "rgb(148 93 0)",
|
|
3534
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3535
|
+
"--warning-text": "rgb(133 83 0)",
|
|
3536
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
3537
|
+
"--info": "rgb(0 100 213)",
|
|
3538
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3539
|
+
"--info-text": "rgb(1 90 194)",
|
|
3540
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
3541
|
+
},
|
|
3542
|
+
"lavender/dark": {
|
|
3543
|
+
"--background": "rgb(15 14 17)",
|
|
3544
|
+
"--foreground": "rgb(230 224 239)",
|
|
3545
|
+
"--surface": "rgb(28 27 30)",
|
|
3546
|
+
"--surface-foreground": "rgb(230 224 239)",
|
|
3547
|
+
"--popover": "rgb(37 35 39)",
|
|
3548
|
+
"--popover-foreground": "rgb(230 224 239)",
|
|
3549
|
+
"--primary": "rgb(148 119 241)",
|
|
3550
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
3551
|
+
"--secondary": "rgb(255 195 6)",
|
|
3552
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
3553
|
+
"--tertiary": "rgb(254 161 0)",
|
|
3554
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3555
|
+
"--muted": "rgb(45 43 47)",
|
|
3556
|
+
"--muted-foreground": "rgb(202 196 213)",
|
|
3557
|
+
"--accent": "rgb(45 43 47)",
|
|
3558
|
+
"--accent-foreground": "rgb(202 196 213)",
|
|
3559
|
+
"--destructive": "rgb(255 180 171)",
|
|
3560
|
+
"--border": "rgb(73 69 83)",
|
|
3561
|
+
"--input": "rgb(73 69 83)",
|
|
3562
|
+
"--ring": "rgb(205 189 255)",
|
|
3563
|
+
"--sidebar": "rgb(28 27 30)",
|
|
3564
|
+
"--card": "rgb(54 51 62)",
|
|
3565
|
+
"--card-foreground": "rgb(230 224 239)",
|
|
3566
|
+
"--chart-1": "rgb(185 163 255)",
|
|
3567
|
+
"--chart-2": "rgb(255 143 162)",
|
|
3568
|
+
"--chart-3": "rgb(230 165 0)",
|
|
3569
|
+
"--chart-4": "rgb(77 199 116)",
|
|
3570
|
+
"--chart-5": "rgb(0 192 238)",
|
|
3571
|
+
"--content-area": "rgb(20 18 28)",
|
|
3572
|
+
"--sidebar-foreground": "rgb(230 224 239)",
|
|
3573
|
+
"--sidebar-primary": "rgb(205 189 255)",
|
|
3574
|
+
"--sidebar-primary-foreground": "rgb(55 0 149)",
|
|
3575
|
+
"--sidebar-accent": "rgb(101 32 157)",
|
|
3576
|
+
"--sidebar-accent-foreground": "rgb(241 218 255)",
|
|
3577
|
+
"--sidebar-border": "rgb(73 69 83)",
|
|
3578
|
+
"--sidebar-ring": "rgb(205 189 255)",
|
|
3579
|
+
"--primary-text": "rgb(205 189 255)",
|
|
3580
|
+
"--primary-subtle": "rgba(154, 122, 255, 0.24)",
|
|
3581
|
+
"--secondary-text": "rgb(248 190 2)",
|
|
3582
|
+
"--secondary-subtle": "rgba(182, 138, 0, 0.24)",
|
|
3583
|
+
"--tertiary-text": "rgb(255 185 98)",
|
|
3584
|
+
"--tertiary-subtle": "rgba(203, 128, 0, 0.24)",
|
|
3585
|
+
"--success": "rgb(0 135 92)",
|
|
3586
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3587
|
+
"--success-text": "rgb(59 224 161)",
|
|
3588
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
3589
|
+
"--error": "rgb(209 45 50)",
|
|
3590
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3591
|
+
"--error-text": "rgb(255 179 173)",
|
|
3592
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
3593
|
+
"--warning": "rgb(165 104 0)",
|
|
3594
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3595
|
+
"--warning-text": "rgb(255 185 95)",
|
|
3596
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
3597
|
+
"--info": "rgb(33 112 228)",
|
|
3598
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3599
|
+
"--info-text": "rgb(173 198 255)",
|
|
3600
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
3601
|
+
},
|
|
3602
|
+
"plum/light": {
|
|
3603
|
+
"--background": "rgb(252 241 243)",
|
|
3604
|
+
"--foreground": "rgb(37 24 30)",
|
|
3605
|
+
"--surface": "rgb(241 229 232)",
|
|
3606
|
+
"--surface-foreground": "rgb(37 24 30)",
|
|
3607
|
+
"--popover": "rgb(229 218 220)",
|
|
3608
|
+
"--popover-foreground": "rgb(37 24 30)",
|
|
3609
|
+
"--primary": "rgb(182 51 128)",
|
|
3610
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
3611
|
+
"--secondary": "rgb(0 117 122)",
|
|
3612
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3613
|
+
"--tertiary": "rgb(0 241 254)",
|
|
3614
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3615
|
+
"--muted": "rgb(218 207 209)",
|
|
3616
|
+
"--muted-foreground": "rgb(84 66 73)",
|
|
3617
|
+
"--accent": "rgb(218 207 209)",
|
|
3618
|
+
"--accent-foreground": "rgb(84 66 73)",
|
|
3619
|
+
"--destructive": "rgb(186 26 26)",
|
|
3620
|
+
"--border": "rgb(218 192 201)",
|
|
3621
|
+
"--input": "rgb(218 192 201)",
|
|
3622
|
+
"--ring": "rgb(181 0 123)",
|
|
3623
|
+
"--sidebar": "rgb(241 229 232)",
|
|
3624
|
+
"--card": "rgb(255 255 255)",
|
|
3625
|
+
"--card-foreground": "rgb(37 24 30)",
|
|
3626
|
+
"--chart-1": "rgb(185 73 135)",
|
|
3627
|
+
"--chart-2": "rgb(167 97 0)",
|
|
3628
|
+
"--chart-3": "rgb(69 128 17)",
|
|
3629
|
+
"--chart-4": "rgb(0 126 138)",
|
|
3630
|
+
"--chart-5": "rgb(86 104 217)",
|
|
3631
|
+
"--content-area": "rgb(255 248 248)",
|
|
3632
|
+
"--sidebar-foreground": "rgb(37 24 30)",
|
|
3633
|
+
"--sidebar-primary": "rgb(181 0 123)",
|
|
3634
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
3635
|
+
"--sidebar-accent": "rgb(255 217 224)",
|
|
3636
|
+
"--sidebar-accent-foreground": "rgb(137 20 67)",
|
|
3637
|
+
"--sidebar-border": "rgb(218 192 201)",
|
|
3638
|
+
"--sidebar-ring": "rgb(181 0 123)",
|
|
3639
|
+
"--primary-text": "rgb(181 0 123)",
|
|
3640
|
+
"--primary-subtle": "rgba(255, 63, 179, 0.13)",
|
|
3641
|
+
"--secondary-text": "rgb(0 105 109)",
|
|
3642
|
+
"--secondary-subtle": "rgba(0, 161, 167, 0.13)",
|
|
3643
|
+
"--tertiary-text": "rgb(0 105 111)",
|
|
3644
|
+
"--tertiary-subtle": "rgba(0, 160, 170, 0.13)",
|
|
3645
|
+
"--success": "rgb(0 121 82)",
|
|
3646
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3647
|
+
"--success-text": "rgb(0 108 73)",
|
|
3648
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
3649
|
+
"--error": "rgb(191 31 39)",
|
|
3650
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3651
|
+
"--error-text": "rgb(167 55 53)",
|
|
3652
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
3653
|
+
"--warning": "rgb(148 93 0)",
|
|
3654
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3655
|
+
"--warning-text": "rgb(133 83 0)",
|
|
3656
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
3657
|
+
"--info": "rgb(0 100 213)",
|
|
3658
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3659
|
+
"--info-text": "rgb(1 90 194)",
|
|
3660
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
3661
|
+
},
|
|
3662
|
+
"plum/dark": {
|
|
3663
|
+
"--background": "rgb(18 13 15)",
|
|
3664
|
+
"--foreground": "rgb(244 221 228)",
|
|
3665
|
+
"--surface": "rgb(31 26 28)",
|
|
3666
|
+
"--surface-foreground": "rgb(244 221 228)",
|
|
3667
|
+
"--popover": "rgb(40 34 36)",
|
|
3668
|
+
"--popover-foreground": "rgb(244 221 228)",
|
|
3669
|
+
"--primary": "rgb(227 88 165)",
|
|
3670
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
3671
|
+
"--secondary": "rgb(0 244 254)",
|
|
3672
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
3673
|
+
"--tertiary": "rgb(0 241 254)",
|
|
3674
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3675
|
+
"--muted": "rgb(48 43 45)",
|
|
3676
|
+
"--muted-foreground": "rgb(218 192 201)",
|
|
3677
|
+
"--accent": "rgb(48 43 45)",
|
|
3678
|
+
"--accent-foreground": "rgb(218 192 201)",
|
|
3679
|
+
"--destructive": "rgb(255 180 171)",
|
|
3680
|
+
"--border": "rgb(84 66 73)",
|
|
3681
|
+
"--input": "rgb(84 66 73)",
|
|
3682
|
+
"--ring": "rgb(255 175 212)",
|
|
3683
|
+
"--sidebar": "rgb(31 26 28)",
|
|
3684
|
+
"--card": "rgb(63 49 55)",
|
|
3685
|
+
"--card-foreground": "rgb(244 221 228)",
|
|
3686
|
+
"--chart-1": "rgb(255 139 198)",
|
|
3687
|
+
"--chart-2": "rgb(254 152 24)",
|
|
3688
|
+
"--chart-3": "rgb(129 194 79)",
|
|
3689
|
+
"--chart-4": "rgb(0 195 212)",
|
|
3690
|
+
"--chart-5": "rgb(159 171 255)",
|
|
3691
|
+
"--content-area": "rgb(28 16 21)",
|
|
3692
|
+
"--sidebar-foreground": "rgb(244 221 228)",
|
|
3693
|
+
"--sidebar-primary": "rgb(255 175 212)",
|
|
3694
|
+
"--sidebar-primary-foreground": "rgb(98 0 65)",
|
|
3695
|
+
"--sidebar-accent": "rgb(137 20 67)",
|
|
3696
|
+
"--sidebar-accent-foreground": "rgb(255 217 224)",
|
|
3697
|
+
"--sidebar-border": "rgb(84 66 73)",
|
|
3698
|
+
"--sidebar-ring": "rgb(255 175 212)",
|
|
3699
|
+
"--primary-text": "rgb(255 175 212)",
|
|
3700
|
+
"--primary-subtle": "rgba(255, 63, 179, 0.24)",
|
|
3701
|
+
"--secondary-text": "rgb(0 220 228)",
|
|
3702
|
+
"--secondary-subtle": "rgba(0, 161, 167, 0.24)",
|
|
3703
|
+
"--tertiary-text": "rgb(0 219 232)",
|
|
3704
|
+
"--tertiary-subtle": "rgba(0, 160, 170, 0.24)",
|
|
3705
|
+
"--success": "rgb(0 135 92)",
|
|
3706
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3707
|
+
"--success-text": "rgb(59 224 161)",
|
|
3708
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
3709
|
+
"--error": "rgb(209 45 50)",
|
|
3710
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3711
|
+
"--error-text": "rgb(255 179 173)",
|
|
3712
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
3713
|
+
"--warning": "rgb(165 104 0)",
|
|
3714
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3715
|
+
"--warning-text": "rgb(255 185 95)",
|
|
3716
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
3717
|
+
"--info": "rgb(33 112 228)",
|
|
3718
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3719
|
+
"--info-text": "rgb(173 198 255)",
|
|
3720
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
3721
|
+
},
|
|
3722
|
+
"cherry/light": {
|
|
3723
|
+
"--background": "rgb(254 241 240)",
|
|
3724
|
+
"--foreground": "rgb(38 24 25)",
|
|
3725
|
+
"--surface": "rgb(242 229 229)",
|
|
3726
|
+
"--surface-foreground": "rgb(38 24 25)",
|
|
3727
|
+
"--popover": "rgb(230 218 218)",
|
|
3728
|
+
"--popover-foreground": "rgb(38 24 25)",
|
|
3729
|
+
"--primary": "rgb(192 22 66)",
|
|
3730
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
3731
|
+
"--secondary": "rgb(0 115 141)",
|
|
3732
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3733
|
+
"--tertiary": "rgb(1 125 255)",
|
|
3734
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3735
|
+
"--muted": "rgb(219 207 207)",
|
|
3736
|
+
"--muted-foreground": "rgb(87 65 67)",
|
|
3737
|
+
"--accent": "rgb(219 207 207)",
|
|
3738
|
+
"--accent-foreground": "rgb(87 65 67)",
|
|
3739
|
+
"--destructive": "rgb(186 26 26)",
|
|
3740
|
+
"--border": "rgb(222 191 192)",
|
|
3741
|
+
"--input": "rgb(222 191 192)",
|
|
3742
|
+
"--ring": "rgb(190 0 61)",
|
|
3743
|
+
"--sidebar": "rgb(242 229 229)",
|
|
3744
|
+
"--card": "rgb(255 255 255)",
|
|
3745
|
+
"--card-foreground": "rgb(38 24 25)",
|
|
3746
|
+
"--chart-1": "rgb(193 73 90)",
|
|
3747
|
+
"--chart-2": "rgb(146 108 0)",
|
|
3748
|
+
"--chart-3": "rgb(0 131 74)",
|
|
3749
|
+
"--chart-4": "rgb(0 123 159)",
|
|
3750
|
+
"--chart-5": "rgb(129 92 208)",
|
|
3751
|
+
"--content-area": "rgb(255 248 247)",
|
|
3752
|
+
"--sidebar-foreground": "rgb(38 24 25)",
|
|
3753
|
+
"--sidebar-primary": "rgb(190 0 61)",
|
|
3754
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
3755
|
+
"--sidebar-accent": "rgb(255 218 211)",
|
|
3756
|
+
"--sidebar-accent-foreground": "rgb(136 31 7)",
|
|
3757
|
+
"--sidebar-border": "rgb(222 191 192)",
|
|
3758
|
+
"--sidebar-ring": "rgb(190 0 61)",
|
|
3759
|
+
"--primary-text": "rgb(190 0 61)",
|
|
3760
|
+
"--primary-subtle": "rgba(255, 80, 110, 0.13)",
|
|
3761
|
+
"--secondary-text": "rgb(0 103 127)",
|
|
3762
|
+
"--secondary-subtle": "rgba(0, 158, 193, 0.13)",
|
|
3763
|
+
"--tertiary-text": "rgb(0 91 189)",
|
|
3764
|
+
"--tertiary-subtle": "rgba(71, 143, 255, 0.13)",
|
|
3765
|
+
"--success": "rgb(0 121 82)",
|
|
3766
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3767
|
+
"--success-text": "rgb(0 108 73)",
|
|
3768
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
3769
|
+
"--error": "rgb(191 31 39)",
|
|
3770
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3771
|
+
"--error-text": "rgb(167 55 53)",
|
|
3772
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
3773
|
+
"--warning": "rgb(148 93 0)",
|
|
3774
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3775
|
+
"--warning-text": "rgb(133 83 0)",
|
|
3776
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
3777
|
+
"--info": "rgb(0 100 213)",
|
|
3778
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3779
|
+
"--info-text": "rgb(1 90 194)",
|
|
3780
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
3781
|
+
},
|
|
3782
|
+
"cherry/dark": {
|
|
3783
|
+
"--background": "rgb(18 13 13)",
|
|
3784
|
+
"--foreground": "rgb(248 220 221)",
|
|
3785
|
+
"--surface": "rgb(32 26 26)",
|
|
3786
|
+
"--surface-foreground": "rgb(248 220 221)",
|
|
3787
|
+
"--popover": "rgb(41 34 34)",
|
|
3788
|
+
"--popover-foreground": "rgb(248 220 221)",
|
|
3789
|
+
"--primary": "rgb(250 71 104)",
|
|
3790
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
3791
|
+
"--secondary": "rgb(17 210 255)",
|
|
3792
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
3793
|
+
"--tertiary": "rgb(56 137 255)",
|
|
3794
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3795
|
+
"--muted": "rgb(49 42 43)",
|
|
3796
|
+
"--muted-foreground": "rgb(222 191 192)",
|
|
3797
|
+
"--accent": "rgb(49 42 43)",
|
|
3798
|
+
"--accent-foreground": "rgb(222 191 192)",
|
|
3799
|
+
"--destructive": "rgb(255 180 171)",
|
|
3800
|
+
"--border": "rgb(87 65 67)",
|
|
3801
|
+
"--input": "rgb(87 65 67)",
|
|
3802
|
+
"--ring": "rgb(255 178 184)",
|
|
3803
|
+
"--sidebar": "rgb(32 26 26)",
|
|
3804
|
+
"--card": "rgb(66 48 49)",
|
|
3805
|
+
"--card-foreground": "rgb(248 220 221)",
|
|
3806
|
+
"--chart-1": "rgb(255 144 155)",
|
|
3807
|
+
"--chart-2": "rgb(224 167 0)",
|
|
3808
|
+
"--chart-3": "rgb(62 200 124)",
|
|
3809
|
+
"--chart-4": "rgb(0 191 244)",
|
|
3810
|
+
"--chart-5": "rgb(190 161 255)",
|
|
3811
|
+
"--content-area": "rgb(29 16 17)",
|
|
3812
|
+
"--sidebar-foreground": "rgb(248 220 221)",
|
|
3813
|
+
"--sidebar-primary": "rgb(255 178 184)",
|
|
3814
|
+
"--sidebar-primary-foreground": "rgb(103 0 29)",
|
|
3815
|
+
"--sidebar-accent": "rgb(136 31 7)",
|
|
3816
|
+
"--sidebar-accent-foreground": "rgb(255 218 211)",
|
|
3817
|
+
"--sidebar-border": "rgb(87 65 67)",
|
|
3818
|
+
"--sidebar-ring": "rgb(255 178 184)",
|
|
3819
|
+
"--primary-text": "rgb(255 178 184)",
|
|
3820
|
+
"--primary-subtle": "rgba(255, 80, 110, 0.24)",
|
|
3821
|
+
"--secondary-text": "rgb(75 214 255)",
|
|
3822
|
+
"--secondary-subtle": "rgba(0, 158, 193, 0.24)",
|
|
3823
|
+
"--tertiary-text": "rgb(172 199 255)",
|
|
3824
|
+
"--tertiary-subtle": "rgba(71, 143, 255, 0.24)",
|
|
3825
|
+
"--success": "rgb(0 135 92)",
|
|
3826
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3827
|
+
"--success-text": "rgb(59 224 161)",
|
|
3828
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
3829
|
+
"--error": "rgb(209 45 50)",
|
|
3830
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3831
|
+
"--error-text": "rgb(255 179 173)",
|
|
3832
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
3833
|
+
"--warning": "rgb(165 104 0)",
|
|
3834
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3835
|
+
"--warning-text": "rgb(255 185 95)",
|
|
3836
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
3837
|
+
"--info": "rgb(33 112 228)",
|
|
3838
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3839
|
+
"--info-text": "rgb(173 198 255)",
|
|
3840
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
3841
|
+
},
|
|
3842
|
+
"chocolate/light": {
|
|
3843
|
+
"--background": "rgb(254 241 237)",
|
|
3844
|
+
"--foreground": "rgb(39 24 18)",
|
|
3845
|
+
"--surface": "rgb(242 229 225)",
|
|
3846
|
+
"--surface-foreground": "rgb(39 24 18)",
|
|
3847
|
+
"--popover": "rgb(231 218 214)",
|
|
3848
|
+
"--popover-foreground": "rgb(39 24 18)",
|
|
3849
|
+
"--primary": "rgb(160 69 27)",
|
|
3850
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
3851
|
+
"--secondary": "rgb(0 120 114)",
|
|
3852
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3853
|
+
"--tertiary": "rgb(0 227 253)",
|
|
3854
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3855
|
+
"--muted": "rgb(219 207 203)",
|
|
3856
|
+
"--muted-foreground": "rgb(88 66 57)",
|
|
3857
|
+
"--accent": "rgb(219 207 203)",
|
|
3858
|
+
"--accent-foreground": "rgb(88 66 57)",
|
|
3859
|
+
"--destructive": "rgb(186 26 26)",
|
|
3860
|
+
"--border": "rgb(223 192 180)",
|
|
3861
|
+
"--input": "rgb(223 192 180)",
|
|
3862
|
+
"--ring": "rgb(165 60 0)",
|
|
3863
|
+
"--sidebar": "rgb(242 229 225)",
|
|
3864
|
+
"--card": "rgb(255 255 255)",
|
|
3865
|
+
"--card-foreground": "rgb(39 24 18)",
|
|
3866
|
+
"--chart-1": "rgb(190 80 28)",
|
|
3867
|
+
"--chart-2": "rgb(116 119 0)",
|
|
3868
|
+
"--chart-3": "rgb(0 128 115)",
|
|
3869
|
+
"--chart-4": "rgb(0 116 202)",
|
|
3870
|
+
"--chart-5": "rgb(166 79 175)",
|
|
3871
|
+
"--content-area": "rgb(255 248 246)",
|
|
3872
|
+
"--sidebar-foreground": "rgb(39 24 18)",
|
|
3873
|
+
"--sidebar-primary": "rgb(165 60 0)",
|
|
3874
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
3875
|
+
"--sidebar-accent": "rgb(255 220 194)",
|
|
3876
|
+
"--sidebar-accent-foreground": "rgb(109 57 0)",
|
|
3877
|
+
"--sidebar-border": "rgb(223 192 180)",
|
|
3878
|
+
"--sidebar-ring": "rgb(165 60 0)",
|
|
3879
|
+
"--primary-text": "rgb(165 60 0)",
|
|
3880
|
+
"--primary-subtle": "rgba(249, 94, 0, 0.13)",
|
|
3881
|
+
"--secondary-text": "rgb(0 106 101)",
|
|
3882
|
+
"--secondary-subtle": "rgba(0, 162, 154, 0.13)",
|
|
3883
|
+
"--tertiary-text": "rgb(0 104 117)",
|
|
3884
|
+
"--tertiary-subtle": "rgba(0, 159, 178, 0.13)",
|
|
3885
|
+
"--success": "rgb(0 121 82)",
|
|
3886
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3887
|
+
"--success-text": "rgb(0 108 73)",
|
|
3888
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
3889
|
+
"--error": "rgb(191 31 39)",
|
|
3890
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3891
|
+
"--error-text": "rgb(167 55 53)",
|
|
3892
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
3893
|
+
"--warning": "rgb(148 93 0)",
|
|
3894
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3895
|
+
"--warning-text": "rgb(133 83 0)",
|
|
3896
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
3897
|
+
"--info": "rgb(0 100 213)",
|
|
3898
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3899
|
+
"--info-text": "rgb(1 90 194)",
|
|
3900
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
3901
|
+
},
|
|
3902
|
+
"chocolate/dark": {
|
|
3903
|
+
"--background": "rgb(18 13 11)",
|
|
3904
|
+
"--foreground": "rgb(249 221 211)",
|
|
3905
|
+
"--surface": "rgb(32 26 24)",
|
|
3906
|
+
"--surface-foreground": "rgb(249 221 211)",
|
|
3907
|
+
"--popover": "rgb(41 34 32)",
|
|
3908
|
+
"--popover-foreground": "rgb(249 221 211)",
|
|
3909
|
+
"--primary": "rgb(224 118 72)",
|
|
3910
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
3911
|
+
"--secondary": "rgb(0 253 241)",
|
|
3912
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
3913
|
+
"--tertiary": "rgb(0 227 253)",
|
|
3914
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3915
|
+
"--muted": "rgb(50 43 40)",
|
|
3916
|
+
"--muted-foreground": "rgb(223 192 180)",
|
|
3917
|
+
"--accent": "rgb(50 43 40)",
|
|
3918
|
+
"--accent-foreground": "rgb(223 192 180)",
|
|
3919
|
+
"--destructive": "rgb(255 180 171)",
|
|
3920
|
+
"--border": "rgb(88 66 57)",
|
|
3921
|
+
"--input": "rgb(88 66 57)",
|
|
3922
|
+
"--ring": "rgb(255 181 152)",
|
|
3923
|
+
"--sidebar": "rgb(32 26 24)",
|
|
3924
|
+
"--card": "rgb(66 49 42)",
|
|
3925
|
+
"--card-foreground": "rgb(249 221 211)",
|
|
3926
|
+
"--chart-1": "rgb(255 149 104)",
|
|
3927
|
+
"--chart-2": "rgb(179 183 22)",
|
|
3928
|
+
"--chart-3": "rgb(0 198 178)",
|
|
3929
|
+
"--chart-4": "rgb(119 180 255)",
|
|
3930
|
+
"--chart-5": "rgb(236 142 243)",
|
|
3931
|
+
"--content-area": "rgb(30 16 11)",
|
|
3932
|
+
"--sidebar-foreground": "rgb(249 221 211)",
|
|
3933
|
+
"--sidebar-primary": "rgb(255 181 152)",
|
|
3934
|
+
"--sidebar-primary-foreground": "rgb(89 29 0)",
|
|
3935
|
+
"--sidebar-accent": "rgb(109 57 0)",
|
|
3936
|
+
"--sidebar-accent-foreground": "rgb(255 220 194)",
|
|
3937
|
+
"--sidebar-border": "rgb(88 66 57)",
|
|
3938
|
+
"--sidebar-ring": "rgb(255 181 152)",
|
|
3939
|
+
"--primary-text": "rgb(255 181 152)",
|
|
3940
|
+
"--primary-subtle": "rgba(249, 94, 0, 0.24)",
|
|
3941
|
+
"--secondary-text": "rgb(0 222 211)",
|
|
3942
|
+
"--secondary-subtle": "rgba(0, 162, 154, 0.24)",
|
|
3943
|
+
"--tertiary-text": "rgb(0 218 243)",
|
|
3944
|
+
"--tertiary-subtle": "rgba(0, 159, 178, 0.24)",
|
|
3945
|
+
"--success": "rgb(0 135 92)",
|
|
3946
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
3947
|
+
"--success-text": "rgb(59 224 161)",
|
|
3948
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
3949
|
+
"--error": "rgb(209 45 50)",
|
|
3950
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
3951
|
+
"--error-text": "rgb(255 179 173)",
|
|
3952
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
3953
|
+
"--warning": "rgb(165 104 0)",
|
|
3954
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
3955
|
+
"--warning-text": "rgb(255 185 95)",
|
|
3956
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
3957
|
+
"--info": "rgb(33 112 228)",
|
|
3958
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
3959
|
+
"--info-text": "rgb(173 198 255)",
|
|
3960
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
3961
|
+
},
|
|
3962
|
+
"graphite/light": {
|
|
3963
|
+
"--background": "rgb(243 243 243)",
|
|
3964
|
+
"--foreground": "rgb(19 30 24)",
|
|
3965
|
+
"--surface": "rgb(232 232 232)",
|
|
3966
|
+
"--surface-foreground": "rgb(19 30 24)",
|
|
3967
|
+
"--popover": "rgb(221 221 221)",
|
|
3968
|
+
"--popover-foreground": "rgb(19 30 24)",
|
|
3969
|
+
"--primary": "rgb(31 31 31)",
|
|
3970
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
3971
|
+
"--secondary": "rgb(85 85 85)",
|
|
3972
|
+
"--secondary-foreground": "rgb(255 255 255)",
|
|
3973
|
+
"--tertiary": "rgb(165 249 69)",
|
|
3974
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
3975
|
+
"--muted": "rgb(209 209 209)",
|
|
3976
|
+
"--muted-foreground": "rgb(59 74 65)",
|
|
3977
|
+
"--accent": "rgb(209 209 209)",
|
|
3978
|
+
"--accent-foreground": "rgb(59 74 65)",
|
|
3979
|
+
"--destructive": "rgb(186 26 26)",
|
|
3980
|
+
"--border": "rgb(186 203 190)",
|
|
3981
|
+
"--input": "rgb(186 203 190)",
|
|
3982
|
+
"--ring": "rgb(0 108 71)",
|
|
3983
|
+
"--sidebar": "rgb(232 232 232)",
|
|
3984
|
+
"--card": "rgb(255 255 255)",
|
|
3985
|
+
"--card-foreground": "rgb(19 30 24)",
|
|
3986
|
+
"--chart-1": "rgb(193 193 193)",
|
|
3987
|
+
"--chart-2": "rgb(158 158 158)",
|
|
3988
|
+
"--chart-3": "rgb(124 124 124)",
|
|
3989
|
+
"--chart-4": "rgb(92 92 92)",
|
|
3990
|
+
"--chart-5": "rgb(62 62 62)",
|
|
3991
|
+
"--content-area": "rgb(240 253 242)",
|
|
3992
|
+
"--sidebar-foreground": "rgb(19 30 24)",
|
|
3993
|
+
"--sidebar-primary": "rgb(0 108 71)",
|
|
3994
|
+
"--sidebar-primary-foreground": "rgb(255 255 255)",
|
|
3995
|
+
"--sidebar-accent": "rgb(0 255 216)",
|
|
3996
|
+
"--sidebar-accent-foreground": "rgb(0 81 67)",
|
|
3997
|
+
"--sidebar-border": "rgb(186 203 190)",
|
|
3998
|
+
"--sidebar-ring": "rgb(0 108 71)",
|
|
3999
|
+
"--primary-text": "rgb(0 108 71)",
|
|
4000
|
+
"--primary-subtle": "rgba(145, 145, 145, 0.13)",
|
|
4001
|
+
"--secondary-text": "rgb(94 94 94)",
|
|
4002
|
+
"--secondary-subtle": "rgba(145, 145, 145, 0.13)",
|
|
4003
|
+
"--tertiary-text": "rgb(61 106 0)",
|
|
4004
|
+
"--tertiary-subtle": "rgba(95, 161, 0, 0.13)",
|
|
4005
|
+
"--success": "rgb(0 121 82)",
|
|
4006
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4007
|
+
"--success-text": "rgb(0 108 73)",
|
|
4008
|
+
"--success-subtle": "rgba(16, 185, 129, 0.13)",
|
|
4009
|
+
"--error": "rgb(191 31 39)",
|
|
4010
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4011
|
+
"--error-text": "rgb(167 55 53)",
|
|
4012
|
+
"--error-subtle": "rgba(239, 68, 68, 0.13)",
|
|
4013
|
+
"--warning": "rgb(148 93 0)",
|
|
4014
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4015
|
+
"--warning-text": "rgb(133 83 0)",
|
|
4016
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.13)",
|
|
4017
|
+
"--info": "rgb(0 100 213)",
|
|
4018
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4019
|
+
"--info-text": "rgb(1 90 194)",
|
|
4020
|
+
"--info-subtle": "rgba(59, 130, 246, 0.13)"
|
|
4021
|
+
},
|
|
4022
|
+
"graphite/dark": {
|
|
4023
|
+
"--background": "rgb(14 14 14)",
|
|
4024
|
+
"--foreground": "rgb(217 230 219)",
|
|
4025
|
+
"--surface": "rgb(27 27 27)",
|
|
4026
|
+
"--surface-foreground": "rgb(217 230 219)",
|
|
4027
|
+
"--popover": "rgb(36 36 36)",
|
|
4028
|
+
"--popover-foreground": "rgb(217 230 219)",
|
|
4029
|
+
"--primary": "rgb(238 238 238)",
|
|
4030
|
+
"--primary-foreground": "rgb(0 0 0)",
|
|
4031
|
+
"--secondary": "rgb(176 176 176)",
|
|
4032
|
+
"--secondary-foreground": "rgb(0 0 0)",
|
|
4033
|
+
"--tertiary": "rgb(165 249 69)",
|
|
4034
|
+
"--tertiary-foreground": "rgb(0 0 0)",
|
|
4035
|
+
"--muted": "rgb(44 44 44)",
|
|
4036
|
+
"--muted-foreground": "rgb(186 203 190)",
|
|
4037
|
+
"--accent": "rgb(44 44 44)",
|
|
4038
|
+
"--accent-foreground": "rgb(186 203 190)",
|
|
4039
|
+
"--destructive": "rgb(255 180 171)",
|
|
4040
|
+
"--border": "rgb(59 74 65)",
|
|
4041
|
+
"--input": "rgb(59 74 65)",
|
|
4042
|
+
"--ring": "rgb(0 226 154)",
|
|
4043
|
+
"--sidebar": "rgb(27 27 27)",
|
|
4044
|
+
"--card": "rgb(44 55 48)",
|
|
4045
|
+
"--card-foreground": "rgb(217 230 219)",
|
|
4046
|
+
"--chart-1": "rgb(94 94 94)",
|
|
4047
|
+
"--chart-2": "rgb(127 127 127)",
|
|
4048
|
+
"--chart-3": "rgb(160 160 160)",
|
|
4049
|
+
"--chart-4": "rgb(196 196 196)",
|
|
4050
|
+
"--chart-5": "rgb(232 232 232)",
|
|
4051
|
+
"--content-area": "rgb(11 22 16)",
|
|
4052
|
+
"--sidebar-foreground": "rgb(217 230 219)",
|
|
4053
|
+
"--sidebar-primary": "rgb(0 226 154)",
|
|
4054
|
+
"--sidebar-primary-foreground": "rgb(0 56 35)",
|
|
4055
|
+
"--sidebar-accent": "rgb(0 81 67)",
|
|
4056
|
+
"--sidebar-accent-foreground": "rgb(0 255 216)",
|
|
4057
|
+
"--sidebar-border": "rgb(59 74 65)",
|
|
4058
|
+
"--sidebar-ring": "rgb(0 226 154)",
|
|
4059
|
+
"--primary-text": "rgb(0 226 154)",
|
|
4060
|
+
"--primary-subtle": "rgba(145, 145, 145, 0.24)",
|
|
4061
|
+
"--secondary-text": "rgb(198 198 198)",
|
|
4062
|
+
"--secondary-subtle": "rgba(145, 145, 145, 0.24)",
|
|
4063
|
+
"--tertiary-text": "rgb(156 215 93)",
|
|
4064
|
+
"--tertiary-subtle": "rgba(95, 161, 0, 0.24)",
|
|
4065
|
+
"--success": "rgb(0 135 92)",
|
|
4066
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
4067
|
+
"--success-text": "rgb(59 224 161)",
|
|
4068
|
+
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
4069
|
+
"--error": "rgb(209 45 50)",
|
|
4070
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
4071
|
+
"--error-text": "rgb(255 179 173)",
|
|
4072
|
+
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
4073
|
+
"--warning": "rgb(165 104 0)",
|
|
4074
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
4075
|
+
"--warning-text": "rgb(255 185 95)",
|
|
4076
|
+
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
4077
|
+
"--info": "rgb(33 112 228)",
|
|
4078
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
4079
|
+
"--info-text": "rgb(173 198 255)",
|
|
4080
|
+
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
2161
4081
|
}
|
|
2162
4082
|
}
|