@amsterdamdatalabs/enact-design-system 0.1.19 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ai/ContextSourceList/ContextSourceList.d.ts +21 -0
- package/dist/components/ai/ContextSourceList/index.d.ts +1 -0
- package/dist/components/ai/ConversationContextPanel/ConversationContextPanel.d.ts +39 -6
- package/dist/components/ai/ConversationContextPanel/index.d.ts +1 -1
- package/dist/components/core/Avatar/Avatar.d.ts +1 -1
- package/dist/components/core/Badge/Badge.d.ts +1 -1
- package/dist/components/core/Card/Card.d.ts +2 -2
- package/dist/components/core/Card/CardAction.d.ts +1 -1
- package/dist/components/core/Card/CardContent.d.ts +3 -1
- package/dist/components/core/Card/CardTitle.d.ts +4 -2
- package/dist/components/data/Table/Table.d.ts +1 -1
- package/dist/components/forms/Input/Input.d.ts +1 -1
- package/dist/components/forms/Select/Select.d.ts +1 -1
- package/dist/components/forms/Slider/Slider.d.ts +3 -1
- package/dist/components/layout/PanelDock/PanelDock.d.ts +4 -1
- package/dist/components/layout/SettingsShellView/SettingsShellView.d.ts +7 -3
- package/dist/components/navigation/ComposerMenuTrigger/ComposerMenuTrigger.d.ts +6 -1
- package/dist/components/navigation/FileTree/FileTree.d.ts +3 -0
- package/dist/components/navigation/FileTree/index.d.ts +1 -1
- package/dist/components/navigation/NavList/NavList.d.ts +1 -1
- package/dist/components/navigation/SegmentedControl/SegmentedControl.d.ts +1 -1
- package/dist/components/navigation/SidebarQuickNav/SidebarQuickNav.d.ts +1 -1
- package/dist/components/navigation/SidebarTree/SidebarTree.d.ts +3 -1
- package/dist/components/navigation/SplitActionMenu/SplitActionMenu.d.ts +2 -0
- package/dist/components/navigation/Tabs/Tabs.d.ts +1 -1
- package/dist/components/navigation/WorkspaceLauncher/WorkspaceLauncher.d.ts +3 -1
- package/dist/components/overlay/Menu/ContextMenu.d.ts +2 -2
- package/dist/components/overlay/Menu/Menu.d.ts +4 -2
- package/dist/components/shell/AgentSessionStarter/AgentSessionStarter.d.ts +3 -1
- package/dist/components/shell/AppShell/AppShell.d.ts +1 -1
- package/dist/components/shell/ChatNavigationToolbar/ChatNavigationToolbar.d.ts +10 -1
- package/dist/components/shell/TabbedColumnContentFrame/TabbedColumnContentFrame.d.ts +4 -1
- package/dist/components/shell/WorkAreaLayout/WorkAreaLayout.d.ts +8 -1
- package/dist/components/showcase/application/ApplicationShowcase.d.ts +1 -1
- package/dist/components/showcase/cards/widgets/Forms.d.ts +1 -1
- package/dist/components/showcase/charts/chartPreviewData.d.ts +1 -1
- package/dist/components/showcase/components/catalog.d.ts +4 -1
- package/dist/components/showcase/components/demos/index.d.ts +1 -1
- package/dist/components/showcase/components/demos/interactive-demos.d.ts +1 -0
- package/dist/components/showcase/mail/AccountSwitcher.d.ts +1 -1
- package/dist/components/showcase/mail/MailDisplay.d.ts +1 -1
- package/dist/components/showcase/mail/MailShowcase.d.ts +1 -1
- package/dist/components/showcase/mail/mailAccounts.d.ts +1 -1
- package/dist/components/showcase/mail/mailData.d.ts +2 -2
- package/dist/components/showcase/marketing/MarketingIcons.d.ts +1 -1
- package/dist/components/showcase/marketing/MarketingShowcase.d.ts +1 -1
- package/dist/components/showcase/typography/TypographyShowcase.d.ts +1 -1
- package/dist/components/system/AppearanceSwitch/AppearanceSwitch.d.ts +1 -1
- package/dist/components/system/AppearanceSwitch/AppearanceToggleButton.d.ts +1 -1
- package/dist/components/system/ThemeCustomizer/SliderWithInput.d.ts +2 -1
- package/dist/components/system/ThemeCustomizer/ThemeSlider.d.ts +1 -1
- package/dist/components/system/ThemeCustomizer/theme-color-catalog.d.ts +3 -3
- package/dist/components/system/ThemeProvider/theme-helpers.d.ts +14 -3
- package/dist/enact-design-system.css +1 -1
- package/dist/icons/inspect.d.ts +1 -1
- package/dist/icons/sparkles.d.ts +1 -1
- package/dist/icons/trending-down.d.ts +1 -1
- package/dist/icons/trending-up.d.ts +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.js +15498 -15269
- package/dist/shared/utils/color.d.ts +1 -1
- package/dist/shared/utils/hsl-color.d.ts +1 -1
- package/dist/tokens/theme-families.generated.d.ts +41 -521
- package/dist/tokens/theme-preset-types.d.ts +1 -0
- package/dist/tokens/themes.d.ts +42 -522
- package/dist/tokens.css +738 -476
- package/package.json +17 -8
- package/dist/components/showcase/layout-showcase/LayoutShowcase.d.ts +0 -2
- package/dist/components/showcase/layout-showcase/index.d.ts +0 -1
- package/dist/tokens/theme-catalog.d.ts +0 -8
|
@@ -464,7 +464,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
464
464
|
readonly accent: "oklch(0.371 0 0)";
|
|
465
465
|
readonly accentForeground: "oklch(0.985 0 0)";
|
|
466
466
|
readonly destructive: "oklch(0.704 0.191 22.216)";
|
|
467
|
-
readonly destructiveForeground: "oklch(0.
|
|
467
|
+
readonly destructiveForeground: "oklch(0.205 0 0)";
|
|
468
468
|
readonly border: "oklch(0.275 0 0)";
|
|
469
469
|
readonly input: "oklch(0.325 0 0)";
|
|
470
470
|
readonly ring: "oklch(0.556 0 0)";
|
|
@@ -478,486 +478,6 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
478
478
|
readonly sidebarRing: "oklch(0.439 0 0)";
|
|
479
479
|
};
|
|
480
480
|
};
|
|
481
|
-
}, {
|
|
482
|
-
readonly id: "linear";
|
|
483
|
-
readonly label: "Linear";
|
|
484
|
-
readonly source: "custom";
|
|
485
|
-
readonly light: {
|
|
486
|
-
readonly contrast: 100;
|
|
487
|
-
readonly durationFast: "120ms";
|
|
488
|
-
readonly durationBase: "180ms";
|
|
489
|
-
readonly durationSlow: "320ms";
|
|
490
|
-
readonly letterSpacing: "0em";
|
|
491
|
-
readonly radiusBase: "14px";
|
|
492
|
-
readonly radiusXs: "4px";
|
|
493
|
-
readonly radiusSm: "6px";
|
|
494
|
-
readonly radiusMd: "10px";
|
|
495
|
-
readonly radiusLg: "14px";
|
|
496
|
-
readonly radiusXl: "20px";
|
|
497
|
-
readonly radiusFull: "999px";
|
|
498
|
-
readonly shadowOpacity: 0.18;
|
|
499
|
-
readonly shadowBlur: 1;
|
|
500
|
-
readonly shadowSpread: 0;
|
|
501
|
-
readonly shadowOffsetX: 0;
|
|
502
|
-
readonly shadowOffsetY: 1;
|
|
503
|
-
readonly spacingScale: 1;
|
|
504
|
-
readonly spacingUnit: "0.25rem";
|
|
505
|
-
readonly fontDisplay: "\"Space Grotesk\", \"Segoe UI\", system-ui, sans-serif";
|
|
506
|
-
readonly fontBody: "\"Manrope\", \"Segoe UI\", system-ui, sans-serif";
|
|
507
|
-
readonly fontSerif: "Georgia, \"Times New Roman\", serif";
|
|
508
|
-
readonly fontUi: "\"Inter\", \"Segoe UI\", system-ui, sans-serif";
|
|
509
|
-
readonly fontMono: "ui-monospace, \"SFMono-Regular\", \"IBM Plex Mono\", Consolas, monospace";
|
|
510
|
-
readonly colorScheme: "light";
|
|
511
|
-
readonly source: "custom";
|
|
512
|
-
readonly bgCanvas: "rgb(255, 255, 255)";
|
|
513
|
-
readonly bgSubtle: "rgb(247, 251, 255)";
|
|
514
|
-
readonly bgMuted: "rgb(221, 231, 240)";
|
|
515
|
-
readonly bgInverse: "rgb(10, 40, 64)";
|
|
516
|
-
readonly surfaceDefault: "rgb(255, 255, 255)";
|
|
517
|
-
readonly surfaceRaised: "rgb(247, 251, 255)";
|
|
518
|
-
readonly surfaceSunken: "rgb(238, 244, 250)";
|
|
519
|
-
readonly textPrimary: "rgb(10, 40, 64)";
|
|
520
|
-
readonly textSecondary: "rgb(31, 58, 95)";
|
|
521
|
-
readonly textMuted: "rgb(0, 0, 0)";
|
|
522
|
-
readonly textInverse: "rgb(255, 255, 255)";
|
|
523
|
-
readonly textLink: "rgb(0, 0, 0)";
|
|
524
|
-
readonly textOnBrand: "rgb(17, 24, 39)";
|
|
525
|
-
readonly borderSubtle: "rgb(221, 231, 240)";
|
|
526
|
-
readonly borderDefault: "rgb(194, 210, 224)";
|
|
527
|
-
readonly borderStrong: "rgb(159, 178, 196)";
|
|
528
|
-
readonly borderFocus: "rgb(24, 148, 154)";
|
|
529
|
-
readonly brandPrimary: "rgb(24, 148, 154)";
|
|
530
|
-
readonly brandPrimaryHover: "rgb(20, 127, 132)";
|
|
531
|
-
readonly brandPrimaryActive: "rgb(16, 105, 109)";
|
|
532
|
-
readonly brandPrimarySubtle: "rgb(230, 244, 245)";
|
|
533
|
-
readonly brandSecondary: "rgb(90, 207, 176)";
|
|
534
|
-
readonly brandSecondaryHover: "rgb(59, 184, 152)";
|
|
535
|
-
readonly brandAccent: "rgb(91, 123, 213)";
|
|
536
|
-
readonly brandAccentAlt: "rgb(115, 137, 219)";
|
|
537
|
-
readonly chromeAccent: "rgb(94, 106, 210)";
|
|
538
|
-
readonly chromeInk: "rgb(27, 27, 27)";
|
|
539
|
-
readonly chromeSurface: "rgb(252, 252, 253)";
|
|
540
|
-
readonly chromeOpaqueWindows: true;
|
|
541
|
-
readonly feedbackInfo: "rgb(0, 0, 0)";
|
|
542
|
-
readonly feedbackInfoSubtle: "rgb(238, 243, 252)";
|
|
543
|
-
readonly feedbackSuccess: "rgb(0, 0, 0)";
|
|
544
|
-
readonly feedbackSuccessSubtle: "rgb(233, 249, 244)";
|
|
545
|
-
readonly feedbackWarning: "rgb(0, 0, 0)";
|
|
546
|
-
readonly feedbackWarningSubtle: "rgb(253, 246, 232)";
|
|
547
|
-
readonly feedbackDanger: "rgb(192, 57, 43)";
|
|
548
|
-
readonly feedbackDangerSubtle: "rgb(252, 235, 233)";
|
|
549
|
-
readonly tintBrandFg: "rgb(6, 87, 91)";
|
|
550
|
-
readonly tintInfoFg: "rgb(21, 59, 115)";
|
|
551
|
-
readonly tintSuccessFg: "rgb(35, 123, 102)";
|
|
552
|
-
readonly tintWarningFg: "rgb(113, 71, 15)";
|
|
553
|
-
readonly tintDangerFg: "rgb(97, 27, 20)";
|
|
554
|
-
readonly chart: ["rgb(24, 148, 154)", "rgb(91, 123, 213)", "rgb(77, 208, 225)", "rgb(79, 160, 227)", "rgb(90, 207, 176)", "rgb(159, 178, 196)"];
|
|
555
|
-
readonly shadowColor: "rgb(10, 40, 64)";
|
|
556
|
-
readonly semanticDiffAdded: "rgb(82, 164, 80)";
|
|
557
|
-
readonly semanticDiffRemoved: "rgb(201, 68, 70)";
|
|
558
|
-
readonly skill: "rgb(129, 96, 216)";
|
|
559
|
-
readonly id: "linear-light";
|
|
560
|
-
readonly label: "Linear";
|
|
561
|
-
readonly codeThemeId: "linear";
|
|
562
|
-
readonly familyId: "linear";
|
|
563
|
-
readonly familyLabel: "Linear";
|
|
564
|
-
readonly variant: "light";
|
|
565
|
-
readonly shadow2xs: "0px 1px 1px 0px rgba(10, 40, 64, 0.09)";
|
|
566
|
-
readonly shadowXs: "0px 1px 2px 0px rgba(10, 40, 64, 0.09)";
|
|
567
|
-
readonly shadowSm: "0px 1px 3px 0px rgba(10, 40, 64, 0.18), 0px 1px 2px -1px rgba(10, 40, 64, 0.18)";
|
|
568
|
-
readonly shadowBase: "0px 1px 3px 0px rgba(10, 40, 64, 0.18), 0px 1px 2px -1px rgba(10, 40, 64, 0.18)";
|
|
569
|
-
readonly shadowMd: "0px 2px 3px 0px rgba(10, 40, 64, 0.18), 0px 2px 4px -1px rgba(10, 40, 64, 0.18)";
|
|
570
|
-
readonly shadowLg: "0px 4px 6px -1px rgba(10, 40, 64, 0.18), 0px 2px 4px -2px rgba(10, 40, 64, 0.18)";
|
|
571
|
-
readonly shadowXl: "0px 9px 10px -1px rgba(10, 40, 64, 0.18), 0px 3px 6px -2px rgba(10, 40, 64, 0.18)";
|
|
572
|
-
readonly shadow2xl: "0px 25px 50px 0px rgba(10, 40, 64, 0.18)";
|
|
573
|
-
readonly componentRoles: {
|
|
574
|
-
readonly background: "rgb(255, 255, 255)";
|
|
575
|
-
readonly foreground: "rgb(10, 40, 64)";
|
|
576
|
-
readonly card: "rgb(255, 255, 255)";
|
|
577
|
-
readonly cardForeground: "rgb(10, 40, 64)";
|
|
578
|
-
readonly popover: "rgb(247, 251, 255)";
|
|
579
|
-
readonly popoverForeground: "rgb(10, 40, 64)";
|
|
580
|
-
readonly primary: "rgb(24, 148, 154)";
|
|
581
|
-
readonly primaryForeground: "rgb(17, 24, 39)";
|
|
582
|
-
readonly secondary: "rgb(90, 207, 176)";
|
|
583
|
-
readonly secondaryForeground: "rgb(17, 24, 39)";
|
|
584
|
-
readonly muted: "rgb(221, 231, 240)";
|
|
585
|
-
readonly mutedForeground: "rgb(0, 0, 0)";
|
|
586
|
-
readonly accent: "rgb(91, 123, 213)";
|
|
587
|
-
readonly accentForeground: "rgb(17, 24, 39)";
|
|
588
|
-
readonly destructive: "rgb(192, 57, 43)";
|
|
589
|
-
readonly destructiveForeground: "rgb(255, 255, 255)";
|
|
590
|
-
readonly border: "rgb(194, 210, 224)";
|
|
591
|
-
readonly input: "rgb(194, 210, 224)";
|
|
592
|
-
readonly ring: "rgb(24, 148, 154)";
|
|
593
|
-
readonly sidebar: "rgb(247, 251, 255)";
|
|
594
|
-
readonly sidebarForeground: "rgb(10, 40, 64)";
|
|
595
|
-
readonly sidebarPrimary: "rgb(24, 148, 154)";
|
|
596
|
-
readonly sidebarPrimaryForeground: "rgb(17, 24, 39)";
|
|
597
|
-
readonly sidebarAccent: "rgb(221, 231, 240)";
|
|
598
|
-
readonly sidebarAccentForeground: "rgb(10, 40, 64)";
|
|
599
|
-
readonly sidebarBorder: "rgb(221, 231, 240)";
|
|
600
|
-
readonly sidebarRing: "rgb(24, 148, 154)";
|
|
601
|
-
};
|
|
602
|
-
};
|
|
603
|
-
readonly dark: {
|
|
604
|
-
readonly contrast: 100;
|
|
605
|
-
readonly durationFast: "120ms";
|
|
606
|
-
readonly durationBase: "180ms";
|
|
607
|
-
readonly durationSlow: "320ms";
|
|
608
|
-
readonly letterSpacing: "0em";
|
|
609
|
-
readonly radiusBase: "14px";
|
|
610
|
-
readonly radiusXs: "4px";
|
|
611
|
-
readonly radiusSm: "6px";
|
|
612
|
-
readonly radiusMd: "10px";
|
|
613
|
-
readonly radiusLg: "14px";
|
|
614
|
-
readonly radiusXl: "20px";
|
|
615
|
-
readonly radiusFull: "999px";
|
|
616
|
-
readonly shadowOpacity: 0.18;
|
|
617
|
-
readonly shadowBlur: 1;
|
|
618
|
-
readonly shadowSpread: 0;
|
|
619
|
-
readonly shadowOffsetX: 0;
|
|
620
|
-
readonly shadowOffsetY: 1;
|
|
621
|
-
readonly spacingScale: 1;
|
|
622
|
-
readonly spacingUnit: "0.25rem";
|
|
623
|
-
readonly fontDisplay: "\"Space Grotesk\", \"Segoe UI\", system-ui, sans-serif";
|
|
624
|
-
readonly fontBody: "\"Manrope\", \"Segoe UI\", system-ui, sans-serif";
|
|
625
|
-
readonly fontSerif: "Georgia, \"Times New Roman\", serif";
|
|
626
|
-
readonly fontUi: "\"Inter\", \"Segoe UI\", system-ui, sans-serif";
|
|
627
|
-
readonly fontMono: "ui-monospace, \"SFMono-Regular\", \"IBM Plex Mono\", Consolas, monospace";
|
|
628
|
-
readonly colorScheme: "dark";
|
|
629
|
-
readonly source: "custom";
|
|
630
|
-
readonly bgCanvas: "rgb(15, 15, 16)";
|
|
631
|
-
readonly bgSubtle: "rgb(22, 22, 24)";
|
|
632
|
-
readonly bgMuted: "rgb(32, 32, 35)";
|
|
633
|
-
readonly bgInverse: "rgb(252, 252, 253)";
|
|
634
|
-
readonly surfaceDefault: "rgb(15, 15, 16)";
|
|
635
|
-
readonly surfaceRaised: "rgb(22, 22, 24)";
|
|
636
|
-
readonly surfaceSunken: "rgb(10, 10, 11)";
|
|
637
|
-
readonly textPrimary: "rgb(238, 238, 238)";
|
|
638
|
-
readonly textSecondary: "rgb(188, 188, 188)";
|
|
639
|
-
readonly textMuted: "rgb(130, 130, 131)";
|
|
640
|
-
readonly textInverse: "rgb(27, 27, 27)";
|
|
641
|
-
readonly textLink: "rgb(130, 145, 235)";
|
|
642
|
-
readonly textOnBrand: "rgb(255, 255, 255)";
|
|
643
|
-
readonly borderSubtle: "rgb(38, 38, 42)";
|
|
644
|
-
readonly borderDefault: "rgb(52, 52, 58)";
|
|
645
|
-
readonly borderStrong: "rgba(255, 255, 255, 0.24)";
|
|
646
|
-
readonly borderFocus: "rgb(94, 106, 210)";
|
|
647
|
-
readonly brandPrimary: "rgb(94, 106, 210)";
|
|
648
|
-
readonly brandPrimaryHover: "rgb(114, 124, 220)";
|
|
649
|
-
readonly brandPrimaryActive: "rgb(134, 142, 228)";
|
|
650
|
-
readonly brandPrimarySubtle: "rgba(94, 106, 210, 0.18)";
|
|
651
|
-
readonly brandSecondary: "rgb(82, 164, 80)";
|
|
652
|
-
readonly brandSecondaryHover: "rgb(102, 180, 100)";
|
|
653
|
-
readonly brandAccent: "rgb(91, 123, 213)";
|
|
654
|
-
readonly brandAccentAlt: "rgb(115, 137, 219)";
|
|
655
|
-
readonly chromeAccent: "rgb(94, 106, 210)";
|
|
656
|
-
readonly chromeInk: "rgb(238, 238, 238)";
|
|
657
|
-
readonly chromeSurface: "rgb(15, 15, 16)";
|
|
658
|
-
readonly chromeOpaqueWindows: true;
|
|
659
|
-
readonly feedbackInfo: "rgb(130, 145, 235)";
|
|
660
|
-
readonly feedbackInfoSubtle: "rgba(130, 145, 235, 0.16)";
|
|
661
|
-
readonly feedbackSuccess: "rgb(82, 164, 80)";
|
|
662
|
-
readonly feedbackSuccessSubtle: "rgba(82, 164, 80, 0.16)";
|
|
663
|
-
readonly feedbackWarning: "rgb(214, 158, 46)";
|
|
664
|
-
readonly feedbackWarningSubtle: "rgba(214, 158, 46, 0.16)";
|
|
665
|
-
readonly feedbackDanger: "rgb(255, 255, 255)";
|
|
666
|
-
readonly feedbackDangerSubtle: "rgba(201, 68, 70, 0.16)";
|
|
667
|
-
readonly tintBrandFg: "rgb(255, 255, 255)";
|
|
668
|
-
readonly tintInfoFg: "rgb(130, 145, 235)";
|
|
669
|
-
readonly tintSuccessFg: "rgb(82, 164, 80)";
|
|
670
|
-
readonly tintWarningFg: "rgb(214, 158, 46)";
|
|
671
|
-
readonly tintDangerFg: "rgb(255, 255, 255)";
|
|
672
|
-
readonly chart: ["rgb(24, 148, 154)", "rgb(91, 123, 213)", "rgb(77, 208, 225)", "rgb(79, 160, 227)", "rgb(90, 207, 176)", "rgb(159, 178, 196)"];
|
|
673
|
-
readonly shadowColor: "rgb(0, 0, 0)";
|
|
674
|
-
readonly semanticDiffAdded: "rgb(82, 164, 80)";
|
|
675
|
-
readonly semanticDiffRemoved: "rgb(201, 68, 70)";
|
|
676
|
-
readonly skill: "rgb(129, 96, 216)";
|
|
677
|
-
readonly id: "linear-dark";
|
|
678
|
-
readonly label: "Linear Dark";
|
|
679
|
-
readonly codeThemeId: "linear";
|
|
680
|
-
readonly familyId: "linear";
|
|
681
|
-
readonly familyLabel: "Linear";
|
|
682
|
-
readonly variant: "dark";
|
|
683
|
-
readonly shadow2xs: "0px 1px 1px 0px rgba(0, 0, 0, 0.09)";
|
|
684
|
-
readonly shadowXs: "0px 1px 2px 0px rgba(0, 0, 0, 0.09)";
|
|
685
|
-
readonly shadowSm: "0px 1px 3px 0px rgba(0, 0, 0, 0.18), 0px 1px 2px -1px rgba(0, 0, 0, 0.18)";
|
|
686
|
-
readonly shadowBase: "0px 1px 3px 0px rgba(0, 0, 0, 0.18), 0px 1px 2px -1px rgba(0, 0, 0, 0.18)";
|
|
687
|
-
readonly shadowMd: "0px 2px 3px 0px rgba(0, 0, 0, 0.18), 0px 2px 4px -1px rgba(0, 0, 0, 0.18)";
|
|
688
|
-
readonly shadowLg: "0px 4px 6px -1px rgba(0, 0, 0, 0.18), 0px 2px 4px -2px rgba(0, 0, 0, 0.18)";
|
|
689
|
-
readonly shadowXl: "0px 9px 10px -1px rgba(0, 0, 0, 0.18), 0px 3px 6px -2px rgba(0, 0, 0, 0.18)";
|
|
690
|
-
readonly shadow2xl: "0px 25px 50px 0px rgba(0, 0, 0, 0.18)";
|
|
691
|
-
readonly componentRoles: {
|
|
692
|
-
readonly background: "rgb(15, 15, 16)";
|
|
693
|
-
readonly foreground: "rgb(238, 238, 238)";
|
|
694
|
-
readonly card: "rgb(15, 15, 16)";
|
|
695
|
-
readonly cardForeground: "rgb(238, 238, 238)";
|
|
696
|
-
readonly popover: "rgb(22, 22, 24)";
|
|
697
|
-
readonly popoverForeground: "rgb(238, 238, 238)";
|
|
698
|
-
readonly primary: "rgb(94, 106, 210)";
|
|
699
|
-
readonly primaryForeground: "rgb(255, 255, 255)";
|
|
700
|
-
readonly secondary: "rgb(82, 164, 80)";
|
|
701
|
-
readonly secondaryForeground: "rgb(17, 24, 39)";
|
|
702
|
-
readonly muted: "rgb(32, 32, 35)";
|
|
703
|
-
readonly mutedForeground: "rgb(130, 130, 131)";
|
|
704
|
-
readonly accent: "rgb(91, 123, 213)";
|
|
705
|
-
readonly accentForeground: "rgb(17, 24, 39)";
|
|
706
|
-
readonly destructive: "rgb(255, 255, 255)";
|
|
707
|
-
readonly destructiveForeground: "rgb(17, 24, 39)";
|
|
708
|
-
readonly border: "rgb(52, 52, 58)";
|
|
709
|
-
readonly input: "rgb(52, 52, 58)";
|
|
710
|
-
readonly ring: "rgb(94, 106, 210)";
|
|
711
|
-
readonly sidebar: "rgb(22, 22, 24)";
|
|
712
|
-
readonly sidebarForeground: "rgb(238, 238, 238)";
|
|
713
|
-
readonly sidebarPrimary: "rgb(94, 106, 210)";
|
|
714
|
-
readonly sidebarPrimaryForeground: "rgb(255, 255, 255)";
|
|
715
|
-
readonly sidebarAccent: "rgb(32, 32, 35)";
|
|
716
|
-
readonly sidebarAccentForeground: "rgb(238, 238, 238)";
|
|
717
|
-
readonly sidebarBorder: "rgb(38, 38, 42)";
|
|
718
|
-
readonly sidebarRing: "rgb(94, 106, 210)";
|
|
719
|
-
};
|
|
720
|
-
};
|
|
721
|
-
}, {
|
|
722
|
-
readonly id: "opal";
|
|
723
|
-
readonly label: "Opal";
|
|
724
|
-
readonly source: "custom";
|
|
725
|
-
readonly light: {
|
|
726
|
-
readonly contrast: 100;
|
|
727
|
-
readonly durationFast: "120ms";
|
|
728
|
-
readonly durationBase: "180ms";
|
|
729
|
-
readonly durationSlow: "320ms";
|
|
730
|
-
readonly letterSpacing: "0em";
|
|
731
|
-
readonly radiusBase: "1rem";
|
|
732
|
-
readonly radiusXs: "0.25rem";
|
|
733
|
-
readonly radiusSm: "0.5rem";
|
|
734
|
-
readonly radiusMd: "0.75rem";
|
|
735
|
-
readonly radiusLg: "1rem";
|
|
736
|
-
readonly radiusXl: "1.25rem";
|
|
737
|
-
readonly radiusFull: "62.5rem";
|
|
738
|
-
readonly shadowOpacity: 0.18;
|
|
739
|
-
readonly shadowBlur: 1;
|
|
740
|
-
readonly shadowSpread: 0;
|
|
741
|
-
readonly shadowOffsetX: 0;
|
|
742
|
-
readonly shadowOffsetY: 1;
|
|
743
|
-
readonly spacingScale: 1;
|
|
744
|
-
readonly spacingUnit: "0.25rem";
|
|
745
|
-
readonly fontDisplay: "\"Hanken Grotesk\", Inter, ui-sans-serif, system-ui, sans-serif";
|
|
746
|
-
readonly fontBody: "\"Hanken Grotesk\", Inter, ui-sans-serif, system-ui, sans-serif";
|
|
747
|
-
readonly fontSerif: "Georgia, \"Times New Roman\", serif";
|
|
748
|
-
readonly fontUi: "\"Hanken Grotesk\", Inter, ui-sans-serif, system-ui, sans-serif";
|
|
749
|
-
readonly fontMono: "ui-monospace, \"SFMono-Regular\", Consolas, monospace";
|
|
750
|
-
readonly id: "opal-light";
|
|
751
|
-
readonly label: "Opal";
|
|
752
|
-
readonly colorScheme: "light";
|
|
753
|
-
readonly source: "custom";
|
|
754
|
-
readonly familyId: "opal";
|
|
755
|
-
readonly familyLabel: "Opal";
|
|
756
|
-
readonly variant: "light";
|
|
757
|
-
readonly bgCanvas: "#ffffff";
|
|
758
|
-
readonly bgSubtle: "#fafafa";
|
|
759
|
-
readonly bgMuted: "#f0f0f0";
|
|
760
|
-
readonly bgInverse: "#000000";
|
|
761
|
-
readonly surfaceDefault: "#ffffff";
|
|
762
|
-
readonly surfaceRaised: "#fafafa";
|
|
763
|
-
readonly surfaceSunken: "#f5f5f5";
|
|
764
|
-
readonly textPrimary: "rgb(25, 25, 25)";
|
|
765
|
-
readonly textSecondary: "rgb(77, 77, 77)";
|
|
766
|
-
readonly textMuted: "rgb(0, 0, 0)";
|
|
767
|
-
readonly textInverse: "rgba(255, 255, 255, 0.95)";
|
|
768
|
-
readonly textLink: "#286df8";
|
|
769
|
-
readonly textOnBrand: "rgb(255, 255, 255)";
|
|
770
|
-
readonly borderSubtle: "#e6e6e6";
|
|
771
|
-
readonly borderDefault: "#cccccc";
|
|
772
|
-
readonly borderStrong: "rgba(0, 0, 0, 0.25)";
|
|
773
|
-
readonly borderFocus: "#286df8";
|
|
774
|
-
readonly brandPrimary: "#000000";
|
|
775
|
-
readonly brandPrimaryHover: "#262626";
|
|
776
|
-
readonly brandPrimaryActive: "#404040";
|
|
777
|
-
readonly brandPrimarySubtle: "#f5f5f5";
|
|
778
|
-
readonly brandSecondary: "#286df8";
|
|
779
|
-
readonly brandSecondaryHover: "#397bff";
|
|
780
|
-
readonly brandAccent: "#286df8";
|
|
781
|
-
readonly brandAccentAlt: "#4dc3ff";
|
|
782
|
-
readonly feedbackInfo: "#286df8";
|
|
783
|
-
readonly feedbackInfoSubtle: "#e7effc";
|
|
784
|
-
readonly feedbackSuccess: "#00a43f";
|
|
785
|
-
readonly feedbackSuccessSubtle: "#e6f2e7";
|
|
786
|
-
readonly feedbackWarning: "#ecb400";
|
|
787
|
-
readonly feedbackWarningSubtle: "#fef8ea";
|
|
788
|
-
readonly feedbackDanger: "#dc2626";
|
|
789
|
-
readonly feedbackDangerSubtle: "#fceae7";
|
|
790
|
-
readonly tintBrandFg: "#000000";
|
|
791
|
-
readonly tintInfoFg: "#173268";
|
|
792
|
-
readonly tintSuccessFg: "#004214";
|
|
793
|
-
readonly tintWarningFg: "#625025";
|
|
794
|
-
readonly tintDangerFg: "#5f1a16";
|
|
795
|
-
readonly semanticDiffAdded: "#00a43f";
|
|
796
|
-
readonly semanticDiffRemoved: "#dc2626";
|
|
797
|
-
readonly skill: "#286df8";
|
|
798
|
-
readonly chromeAccent: "#286df8";
|
|
799
|
-
readonly chromeInk: "rgba(255, 255, 255, 0.95)";
|
|
800
|
-
readonly chromeOpaqueWindows: true;
|
|
801
|
-
readonly chromeSurface: "#ffffff";
|
|
802
|
-
readonly codeThemeId: "opal-light";
|
|
803
|
-
readonly chart: ["#286df8", "#00a43f", "#dc2626", "#ecb400", "#9948e3", "#4dc3ff"];
|
|
804
|
-
readonly shadowColor: "#000000";
|
|
805
|
-
readonly shadow2xs: "0px 1px 1px 0px rgba(0, 0, 0, 0.09)";
|
|
806
|
-
readonly shadowXs: "0px 1px 2px 0px rgba(0, 0, 0, 0.09)";
|
|
807
|
-
readonly shadowSm: "0px 1px 3px 0px rgba(0, 0, 0, 0.18), 0px 1px 2px -1px rgba(0, 0, 0, 0.18)";
|
|
808
|
-
readonly shadowBase: "0px 1px 3px 0px rgba(0, 0, 0, 0.18), 0px 1px 2px -1px rgba(0, 0, 0, 0.18)";
|
|
809
|
-
readonly shadowMd: "0px 2px 3px 0px rgba(0, 0, 0, 0.18), 0px 2px 4px -1px rgba(0, 0, 0, 0.18)";
|
|
810
|
-
readonly shadowLg: "0px 4px 6px -1px rgba(0, 0, 0, 0.18), 0px 2px 4px -2px rgba(0, 0, 0, 0.18)";
|
|
811
|
-
readonly shadowXl: "0px 9px 10px -1px rgba(0, 0, 0, 0.18), 0px 3px 6px -2px rgba(0, 0, 0, 0.18)";
|
|
812
|
-
readonly shadow2xl: "0px 25px 50px 0px rgba(0, 0, 0, 0.18)";
|
|
813
|
-
readonly componentRoles: {
|
|
814
|
-
readonly background: "#ffffff";
|
|
815
|
-
readonly foreground: "rgb(25, 25, 25)";
|
|
816
|
-
readonly card: "#ffffff";
|
|
817
|
-
readonly cardForeground: "rgb(25, 25, 25)";
|
|
818
|
-
readonly popover: "#fafafa";
|
|
819
|
-
readonly popoverForeground: "rgb(25, 25, 25)";
|
|
820
|
-
readonly primary: "#000000";
|
|
821
|
-
readonly primaryForeground: "rgb(255, 255, 255)";
|
|
822
|
-
readonly secondary: "#286df8";
|
|
823
|
-
readonly secondaryForeground: "rgb(255, 255, 255)";
|
|
824
|
-
readonly muted: "#f0f0f0";
|
|
825
|
-
readonly mutedForeground: "rgb(0, 0, 0)";
|
|
826
|
-
readonly accent: "#286df8";
|
|
827
|
-
readonly accentForeground: "rgb(255, 255, 255)";
|
|
828
|
-
readonly destructive: "#dc2626";
|
|
829
|
-
readonly destructiveForeground: "rgb(255, 255, 255)";
|
|
830
|
-
readonly border: "#e6e6e6";
|
|
831
|
-
readonly input: "#cccccc";
|
|
832
|
-
readonly ring: "#286df8";
|
|
833
|
-
readonly sidebar: "#fafafa";
|
|
834
|
-
readonly sidebarForeground: "rgb(25, 25, 25)";
|
|
835
|
-
readonly sidebarPrimary: "#000000";
|
|
836
|
-
readonly sidebarPrimaryForeground: "rgb(255, 255, 255)";
|
|
837
|
-
readonly sidebarAccent: "#f0f0f0";
|
|
838
|
-
readonly sidebarAccentForeground: "rgb(25, 25, 25)";
|
|
839
|
-
readonly sidebarBorder: "rgba(0, 0, 0, 0.10)";
|
|
840
|
-
readonly sidebarRing: "#286df8";
|
|
841
|
-
};
|
|
842
|
-
};
|
|
843
|
-
readonly dark: {
|
|
844
|
-
readonly contrast: 100;
|
|
845
|
-
readonly durationFast: "120ms";
|
|
846
|
-
readonly durationBase: "180ms";
|
|
847
|
-
readonly durationSlow: "320ms";
|
|
848
|
-
readonly letterSpacing: "0em";
|
|
849
|
-
readonly radiusBase: "1rem";
|
|
850
|
-
readonly radiusXs: "0.25rem";
|
|
851
|
-
readonly radiusSm: "0.5rem";
|
|
852
|
-
readonly radiusMd: "0.75rem";
|
|
853
|
-
readonly radiusLg: "1rem";
|
|
854
|
-
readonly radiusXl: "1.25rem";
|
|
855
|
-
readonly radiusFull: "62.5rem";
|
|
856
|
-
readonly shadowOpacity: 0.18;
|
|
857
|
-
readonly shadowBlur: 1;
|
|
858
|
-
readonly shadowSpread: 0;
|
|
859
|
-
readonly shadowOffsetX: 0;
|
|
860
|
-
readonly shadowOffsetY: 1;
|
|
861
|
-
readonly spacingScale: 1;
|
|
862
|
-
readonly spacingUnit: "0.25rem";
|
|
863
|
-
readonly fontDisplay: "\"Hanken Grotesk\", Inter, ui-sans-serif, system-ui, sans-serif";
|
|
864
|
-
readonly fontBody: "\"Hanken Grotesk\", Inter, ui-sans-serif, system-ui, sans-serif";
|
|
865
|
-
readonly fontSerif: "Georgia, \"Times New Roman\", serif";
|
|
866
|
-
readonly fontUi: "\"Hanken Grotesk\", Inter, ui-sans-serif, system-ui, sans-serif";
|
|
867
|
-
readonly fontMono: "ui-monospace, \"SFMono-Regular\", Consolas, monospace";
|
|
868
|
-
readonly id: "opal-dark";
|
|
869
|
-
readonly label: "Opal";
|
|
870
|
-
readonly colorScheme: "dark";
|
|
871
|
-
readonly source: "custom";
|
|
872
|
-
readonly familyId: "opal";
|
|
873
|
-
readonly familyLabel: "Opal";
|
|
874
|
-
readonly variant: "dark";
|
|
875
|
-
readonly bgCanvas: "#000000";
|
|
876
|
-
readonly bgSubtle: "#19191e";
|
|
877
|
-
readonly bgMuted: "#26262b";
|
|
878
|
-
readonly bgInverse: "#ffffff";
|
|
879
|
-
readonly surfaceDefault: "#000000";
|
|
880
|
-
readonly surfaceRaised: "#19191e";
|
|
881
|
-
readonly surfaceSunken: "#050505";
|
|
882
|
-
readonly textPrimary: "rgb(243, 243, 243)";
|
|
883
|
-
readonly textSecondary: "rgb(194, 194, 195)";
|
|
884
|
-
readonly textMuted: "rgb(133, 133, 135)";
|
|
885
|
-
readonly textInverse: "rgba(0, 0, 0, 0.90)";
|
|
886
|
-
readonly textLink: "#397bff";
|
|
887
|
-
readonly textOnBrand: "rgb(17, 24, 39)";
|
|
888
|
-
readonly borderSubtle: "#333333";
|
|
889
|
-
readonly borderDefault: "#555555";
|
|
890
|
-
readonly borderStrong: "rgba(255, 255, 255, 0.25)";
|
|
891
|
-
readonly borderFocus: "#397bff";
|
|
892
|
-
readonly brandPrimary: "#e9e9e9";
|
|
893
|
-
readonly brandPrimaryHover: "#cacaca";
|
|
894
|
-
readonly brandPrimaryActive: "#ffffff";
|
|
895
|
-
readonly brandPrimarySubtle: "#26262b";
|
|
896
|
-
readonly brandSecondary: "#397bff";
|
|
897
|
-
readonly brandSecondaryHover: "#508afb";
|
|
898
|
-
readonly brandAccent: "#397bff";
|
|
899
|
-
readonly brandAccentAlt: "#4dc3ff";
|
|
900
|
-
readonly feedbackInfo: "#397bff";
|
|
901
|
-
readonly feedbackInfoSubtle: "#091938";
|
|
902
|
-
readonly feedbackSuccess: "#2eaa4d";
|
|
903
|
-
readonly feedbackSuccessSubtle: "#002207";
|
|
904
|
-
readonly feedbackWarning: "#ffc733";
|
|
905
|
-
readonly feedbackWarningSubtle: "#625025";
|
|
906
|
-
readonly feedbackDanger: "#f23a36";
|
|
907
|
-
readonly feedbackDangerSubtle: "#330b09";
|
|
908
|
-
readonly tintBrandFg: "rgba(255, 255, 255, 0.95)";
|
|
909
|
-
readonly tintInfoFg: "#9bbeff";
|
|
910
|
-
readonly tintSuccessFg: "#91d099";
|
|
911
|
-
readonly tintWarningFg: "#ffd985";
|
|
912
|
-
readonly tintDangerFg: "#f8a59b";
|
|
913
|
-
readonly semanticDiffAdded: "#2eaa4d";
|
|
914
|
-
readonly semanticDiffRemoved: "#f23a36";
|
|
915
|
-
readonly skill: "#397bff";
|
|
916
|
-
readonly chromeAccent: "#397bff";
|
|
917
|
-
readonly chromeInk: "rgba(255, 255, 255, 0.95)";
|
|
918
|
-
readonly chromeOpaqueWindows: true;
|
|
919
|
-
readonly chromeSurface: "#000000";
|
|
920
|
-
readonly codeThemeId: "opal-dark";
|
|
921
|
-
readonly chart: ["#397bff", "#2eaa4d", "#f23a36", "#ffc733", "#a361e6", "#4dc3ff"];
|
|
922
|
-
readonly shadowColor: "#000000";
|
|
923
|
-
readonly shadow2xs: "0px 1px 1px 0px rgba(0, 0, 0, 0.09)";
|
|
924
|
-
readonly shadowXs: "0px 1px 2px 0px rgba(0, 0, 0, 0.09)";
|
|
925
|
-
readonly shadowSm: "0px 1px 3px 0px rgba(0, 0, 0, 0.18), 0px 1px 2px -1px rgba(0, 0, 0, 0.18)";
|
|
926
|
-
readonly shadowBase: "0px 1px 3px 0px rgba(0, 0, 0, 0.18), 0px 1px 2px -1px rgba(0, 0, 0, 0.18)";
|
|
927
|
-
readonly shadowMd: "0px 2px 3px 0px rgba(0, 0, 0, 0.18), 0px 2px 4px -1px rgba(0, 0, 0, 0.18)";
|
|
928
|
-
readonly shadowLg: "0px 4px 6px -1px rgba(0, 0, 0, 0.18), 0px 2px 4px -2px rgba(0, 0, 0, 0.18)";
|
|
929
|
-
readonly shadowXl: "0px 9px 10px -1px rgba(0, 0, 0, 0.18), 0px 3px 6px -2px rgba(0, 0, 0, 0.18)";
|
|
930
|
-
readonly shadow2xl: "0px 25px 50px 0px rgba(0, 0, 0, 0.18)";
|
|
931
|
-
readonly componentRoles: {
|
|
932
|
-
readonly background: "#000000";
|
|
933
|
-
readonly foreground: "rgb(243, 243, 243)";
|
|
934
|
-
readonly card: "#000000";
|
|
935
|
-
readonly cardForeground: "rgb(243, 243, 243)";
|
|
936
|
-
readonly popover: "#19191e";
|
|
937
|
-
readonly popoverForeground: "rgb(243, 243, 243)";
|
|
938
|
-
readonly primary: "#e9e9e9";
|
|
939
|
-
readonly primaryForeground: "rgb(17, 24, 39)";
|
|
940
|
-
readonly secondary: "#397bff";
|
|
941
|
-
readonly secondaryForeground: "rgb(17, 24, 39)";
|
|
942
|
-
readonly muted: "#26262b";
|
|
943
|
-
readonly mutedForeground: "rgb(133, 133, 135)";
|
|
944
|
-
readonly accent: "#397bff";
|
|
945
|
-
readonly accentForeground: "rgb(17, 24, 39)";
|
|
946
|
-
readonly destructive: "#f23a36";
|
|
947
|
-
readonly destructiveForeground: "rgb(17, 24, 39)";
|
|
948
|
-
readonly border: "#333333";
|
|
949
|
-
readonly input: "#555555";
|
|
950
|
-
readonly ring: "#397bff";
|
|
951
|
-
readonly sidebar: "#19191e";
|
|
952
|
-
readonly sidebarForeground: "rgb(243, 243, 243)";
|
|
953
|
-
readonly sidebarPrimary: "#ffffff";
|
|
954
|
-
readonly sidebarPrimaryForeground: "rgb(17, 24, 39)";
|
|
955
|
-
readonly sidebarAccent: "#26262b";
|
|
956
|
-
readonly sidebarAccentForeground: "rgb(243, 243, 243)";
|
|
957
|
-
readonly sidebarBorder: "rgba(255, 255, 255, 0.10)";
|
|
958
|
-
readonly sidebarRing: "#397bff";
|
|
959
|
-
};
|
|
960
|
-
};
|
|
961
481
|
}, {
|
|
962
482
|
readonly id: "modern-minimal";
|
|
963
483
|
readonly label: "Modern Minimal";
|
|
@@ -1961,7 +1481,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
1961
1481
|
readonly cardForeground: "#56453F";
|
|
1962
1482
|
readonly popover: "#FFFFFF";
|
|
1963
1483
|
readonly popoverForeground: "#56453F";
|
|
1964
|
-
readonly primary: "#
|
|
1484
|
+
readonly primary: "#976B59";
|
|
1965
1485
|
readonly primaryForeground: "#FFFFFF";
|
|
1966
1486
|
readonly secondary: "#BAAB92";
|
|
1967
1487
|
readonly secondaryForeground: "#ffffff";
|
|
@@ -1994,15 +1514,15 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
1994
1514
|
readonly textSecondary: "#56453F";
|
|
1995
1515
|
readonly textMuted: "#8A655A";
|
|
1996
1516
|
readonly textInverse: "#F1F0E5";
|
|
1997
|
-
readonly textLink: "#
|
|
1517
|
+
readonly textLink: "#976B59";
|
|
1998
1518
|
readonly textOnBrand: "#FFFFFF";
|
|
1999
1519
|
readonly borderSubtle: "#BAAB92";
|
|
2000
1520
|
readonly borderDefault: "#BAAB92";
|
|
2001
1521
|
readonly borderStrong: "#A37764";
|
|
2002
1522
|
readonly borderFocus: "#A37764";
|
|
2003
|
-
readonly brandPrimary: "#
|
|
2004
|
-
readonly brandPrimaryHover: "#
|
|
2005
|
-
readonly brandPrimaryActive: "#
|
|
1523
|
+
readonly brandPrimary: "#976B59";
|
|
1524
|
+
readonly brandPrimaryHover: "#976B59";
|
|
1525
|
+
readonly brandPrimaryActive: "#976B59";
|
|
2006
1526
|
readonly brandPrimarySubtle: "#E4C7B8";
|
|
2007
1527
|
readonly brandSecondary: "#BAAB92";
|
|
2008
1528
|
readonly brandSecondaryHover: "#BAAB92";
|
|
@@ -2021,10 +1541,10 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
2021
1541
|
readonly tintSuccessFg: "rgb(17, 24, 39)";
|
|
2022
1542
|
readonly tintWarningFg: "rgb(17, 24, 39)";
|
|
2023
1543
|
readonly tintDangerFg: "#1f1a17";
|
|
2024
|
-
readonly semanticDiffAdded: "#
|
|
1544
|
+
readonly semanticDiffAdded: "#976B59";
|
|
2025
1545
|
readonly semanticDiffRemoved: "#1f1a17";
|
|
2026
|
-
readonly skill: "#
|
|
2027
|
-
readonly chromeAccent: "#
|
|
1546
|
+
readonly skill: "#976B59";
|
|
1547
|
+
readonly chromeAccent: "#976B59";
|
|
2028
1548
|
readonly chromeInk: "#56453F";
|
|
2029
1549
|
readonly chromeOpaqueWindows: true;
|
|
2030
1550
|
readonly chromeSurface: "#F1F0E5";
|
|
@@ -2087,7 +1607,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
2087
1607
|
readonly mutedForeground: "#c5aa9b";
|
|
2088
1608
|
readonly accent: "#BAAB92";
|
|
2089
1609
|
readonly accentForeground: "#2d2521";
|
|
2090
|
-
readonly destructive: "#
|
|
1610
|
+
readonly destructive: "#E77575";
|
|
2091
1611
|
readonly destructiveForeground: "#2d2521";
|
|
2092
1612
|
readonly border: "#56453F";
|
|
2093
1613
|
readonly input: "#56453F";
|
|
@@ -2140,7 +1660,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
2140
1660
|
readonly tintWarningFg: "rgb(255, 255, 255)";
|
|
2141
1661
|
readonly tintDangerFg: "rgb(255, 255, 255)";
|
|
2142
1662
|
readonly semanticDiffAdded: "#C39E88";
|
|
2143
|
-
readonly semanticDiffRemoved: "#
|
|
1663
|
+
readonly semanticDiffRemoved: "#E77575";
|
|
2144
1664
|
readonly skill: "#C39E88";
|
|
2145
1665
|
readonly chromeAccent: "#C39E88";
|
|
2146
1666
|
readonly chromeInk: "#F1F0E5";
|
|
@@ -3527,7 +3047,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
3527
3047
|
readonly mutedForeground: "#808080";
|
|
3528
3048
|
readonly accent: "#404040";
|
|
3529
3049
|
readonly accentForeground: "#d9d9d9";
|
|
3530
|
-
readonly destructive: "#
|
|
3050
|
+
readonly destructive: "#c54e50";
|
|
3531
3051
|
readonly destructiveForeground: "#ffffff";
|
|
3532
3052
|
readonly border: "#353535";
|
|
3533
3053
|
readonly input: "#303030";
|
|
@@ -3580,7 +3100,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
3580
3100
|
readonly tintWarningFg: "#d9d9d9";
|
|
3581
3101
|
readonly tintDangerFg: "#ffffff";
|
|
3582
3102
|
readonly semanticDiffAdded: "#a0a0a0";
|
|
3583
|
-
readonly semanticDiffRemoved: "#
|
|
3103
|
+
readonly semanticDiffRemoved: "#c54e50";
|
|
3584
3104
|
readonly skill: "#a0a0a0";
|
|
3585
3105
|
readonly chromeAccent: "#a0a0a0";
|
|
3586
3106
|
readonly chromeInk: "#d9d9d9";
|
|
@@ -5569,8 +5089,8 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
5569
5089
|
readonly mutedForeground: "#6b7280";
|
|
5570
5090
|
readonly accent: "#fffbeb";
|
|
5571
5091
|
readonly accentForeground: "#92400e";
|
|
5572
|
-
readonly destructive: "#
|
|
5573
|
-
readonly destructiveForeground: "#
|
|
5092
|
+
readonly destructive: "#f05252";
|
|
5093
|
+
readonly destructiveForeground: "#171717";
|
|
5574
5094
|
readonly border: "#e5e7eb";
|
|
5575
5095
|
readonly input: "#e5e7eb";
|
|
5576
5096
|
readonly ring: "#f59e0b";
|
|
@@ -5622,7 +5142,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
5622
5142
|
readonly tintWarningFg: "#4b5563";
|
|
5623
5143
|
readonly tintDangerFg: "rgb(17, 24, 39)";
|
|
5624
5144
|
readonly semanticDiffAdded: "#f59e0b";
|
|
5625
|
-
readonly semanticDiffRemoved: "#
|
|
5145
|
+
readonly semanticDiffRemoved: "#f05252";
|
|
5626
5146
|
readonly skill: "#f59e0b";
|
|
5627
5147
|
readonly chromeAccent: "#f59e0b";
|
|
5628
5148
|
readonly chromeInk: "#262626";
|
|
@@ -5687,8 +5207,8 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
5687
5207
|
readonly mutedForeground: "#a3a3a3";
|
|
5688
5208
|
readonly accent: "#92400e";
|
|
5689
5209
|
readonly accentForeground: "#fde68a";
|
|
5690
|
-
readonly destructive: "#
|
|
5691
|
-
readonly destructiveForeground: "#
|
|
5210
|
+
readonly destructive: "#f05252";
|
|
5211
|
+
readonly destructiveForeground: "#171717";
|
|
5692
5212
|
readonly border: "#404040";
|
|
5693
5213
|
readonly input: "#404040";
|
|
5694
5214
|
readonly ring: "#f59e0b";
|
|
@@ -5740,7 +5260,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
5740
5260
|
readonly tintWarningFg: "#e5e5e5";
|
|
5741
5261
|
readonly tintDangerFg: "#ffffff";
|
|
5742
5262
|
readonly semanticDiffAdded: "#f59e0b";
|
|
5743
|
-
readonly semanticDiffRemoved: "#
|
|
5263
|
+
readonly semanticDiffRemoved: "#f05252";
|
|
5744
5264
|
readonly skill: "#f59e0b";
|
|
5745
5265
|
readonly chromeAccent: "#f59e0b";
|
|
5746
5266
|
readonly chromeInk: "#e5e5e5";
|
|
@@ -9889,7 +9409,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
9889
9409
|
readonly mutedForeground: "oklch(0.44 0 0)";
|
|
9890
9410
|
readonly accent: "oklch(0.94 0 0)";
|
|
9891
9411
|
readonly accentForeground: "oklch(0 0 0)";
|
|
9892
|
-
readonly destructive: "oklch(0.
|
|
9412
|
+
readonly destructive: "oklch(0.5858 0.19 23.03)";
|
|
9893
9413
|
readonly destructiveForeground: "oklch(1.00 0 0)";
|
|
9894
9414
|
readonly border: "oklch(0.92 0 0)";
|
|
9895
9415
|
readonly input: "oklch(0.94 0 0)";
|
|
@@ -9942,7 +9462,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
9942
9462
|
readonly tintWarningFg: "oklch(0 0 0)";
|
|
9943
9463
|
readonly tintDangerFg: "rgb(17, 24, 39)";
|
|
9944
9464
|
readonly semanticDiffAdded: "oklch(0 0 0)";
|
|
9945
|
-
readonly semanticDiffRemoved: "oklch(0.
|
|
9465
|
+
readonly semanticDiffRemoved: "oklch(0.5858 0.19 23.03)";
|
|
9946
9466
|
readonly skill: "oklch(0 0 0)";
|
|
9947
9467
|
readonly chromeAccent: "oklch(0 0 0)";
|
|
9948
9468
|
readonly chromeInk: "oklch(0 0 0)";
|
|
@@ -10361,7 +9881,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
10361
9881
|
readonly cardForeground: "#0a0a0a";
|
|
10362
9882
|
readonly popover: "#ffffff";
|
|
10363
9883
|
readonly popoverForeground: "#0a0a0a";
|
|
10364
|
-
readonly primary: "#
|
|
9884
|
+
readonly primary: "#5f5f5f";
|
|
10365
9885
|
readonly primaryForeground: "#fafafa";
|
|
10366
9886
|
readonly secondary: "#f5f5f5";
|
|
10367
9887
|
readonly secondaryForeground: "#171717";
|
|
@@ -10369,7 +9889,7 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
10369
9889
|
readonly mutedForeground: "#717171";
|
|
10370
9890
|
readonly accent: "#f5f5f5";
|
|
10371
9891
|
readonly accentForeground: "#171717";
|
|
10372
|
-
readonly destructive: "#
|
|
9892
|
+
readonly destructive: "#cf000a";
|
|
10373
9893
|
readonly destructiveForeground: "#f5f5f5";
|
|
10374
9894
|
readonly border: "#e5e5e5";
|
|
10375
9895
|
readonly input: "#e5e5e5";
|
|
@@ -10394,15 +9914,15 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
10394
9914
|
readonly textSecondary: "#0a0a0a";
|
|
10395
9915
|
readonly textMuted: "#717171";
|
|
10396
9916
|
readonly textInverse: "#ffffff";
|
|
10397
|
-
readonly textLink: "#
|
|
9917
|
+
readonly textLink: "#5f5f5f";
|
|
10398
9918
|
readonly textOnBrand: "#fafafa";
|
|
10399
9919
|
readonly borderSubtle: "#e5e5e5";
|
|
10400
9920
|
readonly borderDefault: "#e5e5e5";
|
|
10401
9921
|
readonly borderStrong: "#a1a1a1";
|
|
10402
9922
|
readonly borderFocus: "#a1a1a1";
|
|
10403
|
-
readonly brandPrimary: "#
|
|
10404
|
-
readonly brandPrimaryHover: "#
|
|
10405
|
-
readonly brandPrimaryActive: "#
|
|
9923
|
+
readonly brandPrimary: "#5f5f5f";
|
|
9924
|
+
readonly brandPrimaryHover: "#5f5f5f";
|
|
9925
|
+
readonly brandPrimaryActive: "#5f5f5f";
|
|
10406
9926
|
readonly brandPrimarySubtle: "#f5f5f5";
|
|
10407
9927
|
readonly brandSecondary: "#f5f5f5";
|
|
10408
9928
|
readonly brandSecondaryHover: "#f5f5f5";
|
|
@@ -10421,10 +9941,10 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
10421
9941
|
readonly tintSuccessFg: "rgb(17, 24, 39)";
|
|
10422
9942
|
readonly tintWarningFg: "#171717";
|
|
10423
9943
|
readonly tintDangerFg: "rgb(17, 24, 39)";
|
|
10424
|
-
readonly semanticDiffAdded: "#
|
|
10425
|
-
readonly semanticDiffRemoved: "#
|
|
10426
|
-
readonly skill: "#
|
|
10427
|
-
readonly chromeAccent: "#
|
|
9944
|
+
readonly semanticDiffAdded: "#5f5f5f";
|
|
9945
|
+
readonly semanticDiffRemoved: "#cf000a";
|
|
9946
|
+
readonly skill: "#5f5f5f";
|
|
9947
|
+
readonly chromeAccent: "#5f5f5f";
|
|
10428
9948
|
readonly chromeInk: "#0a0a0a";
|
|
10429
9949
|
readonly chromeOpaqueWindows: true;
|
|
10430
9950
|
readonly chromeSurface: "#ffffff";
|
|
@@ -10479,8 +9999,8 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
10479
9999
|
readonly cardForeground: "#fafafa";
|
|
10480
10000
|
readonly popover: "#262626";
|
|
10481
10001
|
readonly popoverForeground: "#fafafa";
|
|
10482
|
-
readonly primary: "#
|
|
10483
|
-
readonly primaryForeground: "#
|
|
10002
|
+
readonly primary: "#b0b0b0";
|
|
10003
|
+
readonly primaryForeground: "#171717";
|
|
10484
10004
|
readonly secondary: "#262626";
|
|
10485
10005
|
readonly secondaryForeground: "#fafafa";
|
|
10486
10006
|
readonly muted: "#262626";
|
|
@@ -10512,15 +10032,15 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
10512
10032
|
readonly textSecondary: "#fafafa";
|
|
10513
10033
|
readonly textMuted: "#a1a1a1";
|
|
10514
10034
|
readonly textInverse: "#0a0a0a";
|
|
10515
|
-
readonly textLink: "#
|
|
10516
|
-
readonly textOnBrand: "#
|
|
10035
|
+
readonly textLink: "#b0b0b0";
|
|
10036
|
+
readonly textOnBrand: "#171717";
|
|
10517
10037
|
readonly borderSubtle: "#383838";
|
|
10518
10038
|
readonly borderDefault: "#383838";
|
|
10519
10039
|
readonly borderStrong: "#737373";
|
|
10520
10040
|
readonly borderFocus: "#737373";
|
|
10521
|
-
readonly brandPrimary: "#
|
|
10522
|
-
readonly brandPrimaryHover: "#
|
|
10523
|
-
readonly brandPrimaryActive: "#
|
|
10041
|
+
readonly brandPrimary: "#b0b0b0";
|
|
10042
|
+
readonly brandPrimaryHover: "#b0b0b0";
|
|
10043
|
+
readonly brandPrimaryActive: "#b0b0b0";
|
|
10524
10044
|
readonly brandPrimarySubtle: "#404040";
|
|
10525
10045
|
readonly brandSecondary: "#262626";
|
|
10526
10046
|
readonly brandSecondaryHover: "#262626";
|
|
@@ -10539,10 +10059,10 @@ export declare const THEME_FAMILIES: readonly [{
|
|
|
10539
10059
|
readonly tintSuccessFg: "#fafafa";
|
|
10540
10060
|
readonly tintWarningFg: "#fafafa";
|
|
10541
10061
|
readonly tintDangerFg: "#ff6467";
|
|
10542
|
-
readonly semanticDiffAdded: "#
|
|
10062
|
+
readonly semanticDiffAdded: "#b0b0b0";
|
|
10543
10063
|
readonly semanticDiffRemoved: "#ff6467";
|
|
10544
|
-
readonly skill: "#
|
|
10545
|
-
readonly chromeAccent: "#
|
|
10064
|
+
readonly skill: "#b0b0b0";
|
|
10065
|
+
readonly chromeAccent: "#b0b0b0";
|
|
10546
10066
|
readonly chromeInk: "#fafafa";
|
|
10547
10067
|
readonly chromeOpaqueWindows: false;
|
|
10548
10068
|
readonly chromeSurface: "#0a0a0a";
|