@gitlab/ui 134.6.0 → 134.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/dashboards/dashboard_panel/dashboard_panel.js +5 -3
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +86 -68
- package/dist/tokens/build/js/tokens.js +93 -75
- package/package.json +4 -4
- package/src/components/base/toggle/toggle.scss +75 -51
- package/src/components/dashboards/dashboard_panel/dashboard_panel.vue +4 -1
- package/src/scss/bootstrap_no_utils.scss +33 -0
- package/src/scss/gitlab_ui_no_utils.scss +24 -0
- package/src/tokens/build/css/tokens.css +76 -58
- package/src/tokens/build/css/tokens.dark.css +74 -56
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +145 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.json +145 -0
- package/src/tokens/build/figma/constants.dark.json +2 -2
- package/src/tokens/build/figma/constants.json +2 -2
- package/src/tokens/build/figma/mode.dark.json +206 -108
- package/src/tokens/build/figma/mode.json +209 -87
- package/src/tokens/build/js/tokens.dark.js +85 -67
- package/src/tokens/build/js/tokens.js +92 -74
- package/src/tokens/build/json/tokens.dark.json +846 -225
- package/src/tokens/build/json/tokens.json +850 -229
- package/src/tokens/build/scss/_tokens.dark.scss +74 -56
- package/src/tokens/build/scss/_tokens.scss +76 -58
- package/src/tokens/build/scss/_tokens_custom_properties.scss +18 -0
- package/src/tokens/build/tailwind/tokens.cjs +1 -0
- package/src/tokens/constant/color.alpha.tokens.json +16 -0
- package/src/tokens/contextual/button.tokens.json +34 -58
- package/src/tokens/contextual/tabs.tokens.json +2 -8
- package/src/tokens/contextual/toggle.tokens.json +195 -0
- package/src/tokens/semantic/action.tokens.json +22 -124
- package/src/tokens/semantic/control.tokens.json +9 -21
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
--gl-color-alpha-light-16: rgba(255, 255, 255, 0.16);
|
|
20
20
|
--gl-color-alpha-light-24: rgba(255, 255, 255, 0.24);
|
|
21
21
|
--gl-color-alpha-light-36: rgba(255, 255, 255, 0.36);
|
|
22
|
+
--gl-color-alpha-light-40: rgba(255, 255, 255, 0.4);
|
|
22
23
|
--gl-color-blue-50: #e9f3fc;
|
|
23
24
|
--gl-color-blue-100: #cbe2f9;
|
|
24
25
|
--gl-color-blue-200: #9dc7f1;
|
|
@@ -268,9 +269,6 @@
|
|
|
268
269
|
--gl-button-default-primary-background-color-default: rgba(137, 136, 141, 0.4); /** Used for the background of an default primary button in the default state. */
|
|
269
270
|
--gl-button-default-primary-background-color-hover: rgba(137, 136, 141, 0.64); /** Used for the background of an default primary button in the hover state. */
|
|
270
271
|
--gl-button-default-primary-background-color-active: rgba(137, 136, 141, 0.32); /** Used for the background of an default primary button in the active state. */
|
|
271
|
-
--gl-button-confirm-secondary-background-color-default: rgba(66, 143, 220, 0.4); /** Used for the background of an outlined confirm (positive) button in the default state. */
|
|
272
|
-
--gl-button-confirm-secondary-background-color-hover: rgba(66, 143, 220, 0.64); /** Used for the background of an outlined confirm (positive) button in the hover state. */
|
|
273
|
-
--gl-button-confirm-secondary-background-color-active: rgba(66, 143, 220, 0.32); /** Used for the background of an outlined confirm (positive) button in the active state. */
|
|
274
272
|
--gl-button-danger-secondary-background-color-default: rgba(236, 89, 65, 0.4); /** Used for the background of an outlined danger (destructive) button in the default state. */
|
|
275
273
|
--gl-button-danger-secondary-background-color-hover: rgba(236, 89, 65, 0.64); /** Used for the background of an outlined danger (destructive) button in the hover state. */
|
|
276
274
|
--gl-button-danger-secondary-background-color-active: rgba(236, 89, 65, 0.32); /** Used for the background of an outlined danger (destructive) button in the active state. */
|
|
@@ -392,12 +390,6 @@
|
|
|
392
390
|
--t-white-a-04: rgba(255, 255, 255, 0.04); /** Use color.alpha.light.4 instead. */
|
|
393
391
|
--t-white-a-06: rgba(255, 255, 255, 0.06); /** Use color.alpha.light.6 instead. */
|
|
394
392
|
--t-white-a-08: rgba(255, 255, 255, 0.08); /** Use color.alpha.light.8 instead. */
|
|
395
|
-
--gl-action-neutral-background-color-default: rgba(137, 136, 141, 0); /** Used for the background of a neutral action in the default state. */
|
|
396
|
-
--gl-action-neutral-background-color-hover: rgba(137, 136, 141, 0.4); /** Used for the background of a neutral action in the hover state. */
|
|
397
|
-
--gl-action-neutral-background-color-active: rgba(137, 136, 141, 0.16); /** Used for the background of a neutral action in the active state. */
|
|
398
|
-
--gl-action-confirm-background-color-default: rgba(66, 143, 220, 0); /** Used for the background of a confirm (positive) action in the default state. */
|
|
399
|
-
--gl-action-confirm-background-color-hover: rgba(66, 143, 220, 0.4); /** Used for the background of a confirm (positive) action in the hover state. */
|
|
400
|
-
--gl-action-confirm-background-color-active: rgba(66, 143, 220, 0.16); /** Used for the background of a confirm (positive) action in the active state. */
|
|
401
393
|
--gl-action-danger-background-color-default: rgba(236, 89, 65, 0); /** Used for the background of a danger (destructive) action in the default state. */
|
|
402
394
|
--gl-action-danger-background-color-hover: rgba(236, 89, 65, 0.4); /** Used for the background of a danger (destructive) action in the hover state. */
|
|
403
395
|
--gl-action-danger-background-color-active: rgba(236, 89, 65, 0.16); /** Used for the background of a danger (destructive) action in the active state. */
|
|
@@ -583,23 +575,20 @@
|
|
|
583
575
|
--gl-button-default-primary-border-color-default: var(--gl-color-alpha-0); /** Used for the border of an default primary button in the default state. */
|
|
584
576
|
--gl-button-default-primary-border-color-hover: var(--gl-color-alpha-0); /** Used for the border of an default primary button in the hover state. */
|
|
585
577
|
--gl-button-default-primary-border-color-active: var(--gl-color-alpha-0); /** Used for the border of an default primary button in the active state. */
|
|
586
|
-
--gl-button-default-tertiary-background-color-default: var(--gl-action-neutral-background-color-default); /** Used for the background of a default borderless, tertiary button in the default state. */
|
|
587
|
-
--gl-button-default-tertiary-background-color-hover: var(--gl-action-neutral-background-color-hover); /** Used for the background of a default borderless, tertiary button in the hover state. */
|
|
588
|
-
--gl-button-default-tertiary-background-color-active: var(--gl-action-neutral-background-color-active); /** Used for the background of a default borderless, tertiary button in the active state. */
|
|
589
578
|
--gl-button-confirm-primary-foreground-color-default: var(--gl-color-neutral-950); /** Used for the foreground of a confirm (positive) primary button in the default state. */
|
|
579
|
+
--gl-button-confirm-primary-background-color-default: var(--gl-color-neutral-50); /** Used for the background of a confirm (positive) primary button in the default state. */
|
|
580
|
+
--gl-button-confirm-primary-background-color-hover: var(--gl-color-neutral-10); /** Used for the background of a confirm (positive) primary button in the hover state. */
|
|
581
|
+
--gl-button-confirm-primary-background-color-active: var(--gl-color-neutral-100); /** Used for the background of a confirm (positive) primary button in the active state. */
|
|
590
582
|
--gl-button-confirm-primary-border-color-default: var(--gl-color-alpha-0); /** Used for the border of a confirm (positive) primary button in the default state. */
|
|
591
|
-
--gl-button-confirm-
|
|
592
|
-
--gl-button-confirm-
|
|
593
|
-
--gl-button-confirm-secondary-foreground-color-
|
|
594
|
-
--gl-button-confirm-secondary-
|
|
595
|
-
--gl-button-confirm-secondary-
|
|
596
|
-
--gl-button-confirm-secondary-background-color-
|
|
583
|
+
--gl-button-confirm-secondary-foreground-color-default: var(--gl-color-neutral-50); /** Used for the foreground of a confirm (positive) button in the default state. */
|
|
584
|
+
--gl-button-confirm-secondary-foreground-color-hover: var(--gl-color-neutral-10); /** Used for the foreground of a confirm (positive) button in the hover state. */
|
|
585
|
+
--gl-button-confirm-secondary-foreground-color-active: var(--gl-color-neutral-0); /** Used for the foreground of a confirm (positive) button in the active state. */
|
|
586
|
+
--gl-button-confirm-secondary-background-color-default: var(--gl-color-alpha-light-24); /** Used for the background of an outlined confirm (positive) button in the default state. */
|
|
587
|
+
--gl-button-confirm-secondary-background-color-hover: var(--gl-color-alpha-light-40); /** Used for the background of an outlined confirm (positive) button in the hover state. */
|
|
588
|
+
--gl-button-confirm-secondary-background-color-active: var(--gl-color-alpha-light-16); /** Used for the background of an outlined confirm (positive) button in the active state. */
|
|
597
589
|
--gl-button-confirm-secondary-border-color-default: var(--gl-color-alpha-0); /** Used for the border of an outlined confirm (positive) button in the default state. */
|
|
598
590
|
--gl-button-confirm-secondary-border-color-hover: var(--gl-color-alpha-0); /** Used for the border of an outlined confirm (positive) button in the hover state. */
|
|
599
591
|
--gl-button-confirm-secondary-border-color-active: var(--gl-color-alpha-0); /** Used for the border of an outlined confirm (positive) button in the active state. */
|
|
600
|
-
--gl-button-confirm-tertiary-background-color-default: var(--gl-action-confirm-background-color-default); /** Used for the background of a borderless, tertiary confirm (positive) button in the default state. */
|
|
601
|
-
--gl-button-confirm-tertiary-background-color-hover: var(--gl-action-confirm-background-color-hover); /** Used for the background of a borderless, tertiary confirm (positive) button in the hover state. */
|
|
602
|
-
--gl-button-confirm-tertiary-background-color-active: var(--gl-action-confirm-background-color-active); /** Used for the background of a borderless, tertiary confirm (positive) button in the active state. */
|
|
603
592
|
--gl-button-danger-primary-foreground-color-default: var(--gl-color-neutral-950); /** Used for the foreground of a danger (destructive) primary button in the default state. */
|
|
604
593
|
--gl-button-danger-primary-background-color-default: var(--gl-color-red-300); /** Used for the background of a danger (destructive) primary button in the default state. */
|
|
605
594
|
--gl-button-danger-primary-background-color-hover: var(--gl-color-red-200); /** Used for the background of a danger (destructive) primary button in the hover state. */
|
|
@@ -637,9 +626,6 @@
|
|
|
637
626
|
--gl-chart-threshold-line-color: var(--gl-color-red-600); /** Used in charts to divide a threshold area in a chart from other data. */
|
|
638
627
|
--gl-chart-zoom-filler-color: var(--gl-color-alpha-light-16); /** Used in charts for the overlay color when zooming in on a specific area of data. */
|
|
639
628
|
--gl-datepicker-background-color: var(--gl-color-neutral-900); /** Used for the background color of datepicker. */
|
|
640
|
-
--gl-dropdown-option-background-color-unselected-default: var(--gl-action-neutral-background-color-default); /** Used for the background of an unselected dropdown option in the default state. */
|
|
641
|
-
--gl-dropdown-option-background-color-unselected-hover: var(--gl-action-neutral-background-color-hover); /** Used for the background of an unselected dropdown option in the hover state. */
|
|
642
|
-
--gl-dropdown-option-background-color-unselected-active: var(--gl-action-neutral-background-color-active); /** Used for the background of an unselected dropdown option in the active state. */
|
|
643
629
|
--gl-dropdown-option-background-color-selected-default: var(--gl-color-neutral-800); /** Used for the background of a selected dropdown option in the default state. */
|
|
644
630
|
--gl-dropdown-option-background-color-selected-hover: var(--gl-color-neutral-700); /** Used for the background of a selected dropdown option in the hover state. */
|
|
645
631
|
--gl-dropdown-option-background-color-selected-active: var(--gl-color-neutral-900); /** Used for the background of a selected dropdown option in the active state. */
|
|
@@ -667,9 +653,6 @@
|
|
|
667
653
|
--gl-link-mention-background-color-default: var(--gl-color-blue-800); /** Used for the mention link default background. */
|
|
668
654
|
--gl-link-mention-background-color-current: var(--gl-color-orange-800); /** Used for the mention link background when referencing the current user. */
|
|
669
655
|
--gl-nav-item-font-size: var(--gl-font-size-300); /** Used for the font size of a navigation item */
|
|
670
|
-
--gl-nav-item-background-color-default: var(--gl-action-neutral-background-color-default); /** Used for the background of a default navigation item in the default state. */
|
|
671
|
-
--gl-nav-item-background-color-hover: var(--gl-action-neutral-background-color-hover); /** Used for the background of a default navigation item in the hover state. */
|
|
672
|
-
--gl-nav-item-background-color-active: var(--gl-action-neutral-background-color-active); /** Used for the background of a default navigation item in the active state. */
|
|
673
656
|
--gl-progress-bar-track-color: var(--gl-color-neutral-700); /** Used for the track color for all progress-bar variants. */
|
|
674
657
|
--gl-skeleton-loader-background-color: var(--gl-color-neutral-800); /** Used for the skeleton loader background color. */
|
|
675
658
|
--gl-skeleton-loader-shimmer-color: var(--gl-color-neutral-700); /** Used for the animated shimmer effect in a skeleton loader. */
|
|
@@ -677,7 +660,9 @@
|
|
|
677
660
|
--gl-spinner-track-color-light: var(--gl-color-neutral-800); /** Used for the static track (background) of a loading spinner on a dark background. */
|
|
678
661
|
--gl-spinner-segment-color-default: var(--gl-color-neutral-100); /** Used for the animated segment of a loading spinner. */
|
|
679
662
|
--gl-spinner-segment-color-light: var(--gl-color-neutral-200); /** Used for the animated segment of a loading spinner on a dark background. */
|
|
680
|
-
--gl-
|
|
663
|
+
--gl-toggle-switch-track-color-checked-default: var(--gl-color-neutral-50); /** Used for the track color of a checked toggle switch in the default state. */
|
|
664
|
+
--gl-toggle-switch-track-color-checked-hover: var(--gl-color-neutral-10); /** Used for the track color of a checked toggle switch in the hover state. */
|
|
665
|
+
--gl-toggle-switch-track-color-checked-active: var(--gl-color-neutral-0); /** Used for the track color of a checked toggle switch in the active state. */
|
|
681
666
|
--gl-token-selector-token-container-token-background-color-focus: var(--gl-color-neutral-600); /** Used for the background color of a token in a token-selector when it's token-container is in the focus state. */
|
|
682
667
|
--gl-token-background-color: var(--gl-color-neutral-800); /** Used for the token background color. */
|
|
683
668
|
--black: var(--gl-color-neutral-0);
|
|
@@ -749,16 +734,20 @@
|
|
|
749
734
|
--gl-action-disabled-background-color: var(--gl-color-neutral-900); /** Used for the background of a disabled action. */
|
|
750
735
|
--gl-action-disabled-border-color: var(--gl-color-neutral-800); /** Used for the border of a disabled action. */
|
|
751
736
|
--gl-action-selected-foreground-color-default: var(--gl-color-neutral-950); /** Used for the foreground of a selected action in the default state. */
|
|
752
|
-
--gl-action-selected-background-color-default: var(--gl-color-
|
|
753
|
-
--gl-action-selected-background-color-hover: var(--gl-color-
|
|
754
|
-
--gl-action-selected-background-color-active: var(--gl-color-
|
|
737
|
+
--gl-action-selected-background-color-default: var(--gl-color-neutral-50); /** Used for the background of a selected action in the default state. */
|
|
738
|
+
--gl-action-selected-background-color-hover: var(--gl-color-neutral-10); /** Used for the background of a selected action in the hover state. */
|
|
739
|
+
--gl-action-selected-background-color-active: var(--gl-color-neutral-0); /** Used for the background of a selected action in the active state. */
|
|
755
740
|
--gl-action-neutral-foreground-color-default: var(--gl-color-neutral-50); /** Used for the foreground of a neutral action in the default state. */
|
|
756
|
-
--gl-action-neutral-background-color-
|
|
741
|
+
--gl-action-neutral-background-color-default: var(--gl-color-alpha-0); /** Used for the background of a neutral action in the default state. */
|
|
742
|
+
--gl-action-neutral-background-color-hover: var(--gl-color-alpha-light-16); /** Used for the background of a neutral action in the hover state. */
|
|
743
|
+
--gl-action-neutral-background-color-active: var(--gl-color-alpha-light-8); /** Used for the background of a neutral action in the active state. */
|
|
757
744
|
--gl-action-neutral-border-color-default: var(--gl-color-alpha-0); /** Used for the border of a neutral action in the default state. */
|
|
758
|
-
--gl-action-confirm-foreground-color-default: var(--gl-color-
|
|
759
|
-
--gl-action-confirm-foreground-color-hover: var(--gl-color-
|
|
760
|
-
--gl-action-confirm-foreground-color-active: var(--gl-color-
|
|
761
|
-
--gl-action-confirm-background-color-
|
|
745
|
+
--gl-action-confirm-foreground-color-default: var(--gl-color-neutral-50); /** Used for the foreground of a confirm (positive) action in the default state. */
|
|
746
|
+
--gl-action-confirm-foreground-color-hover: var(--gl-color-neutral-10); /** Used for the foreground of a confirm (positive) action in the hover state. */
|
|
747
|
+
--gl-action-confirm-foreground-color-active: var(--gl-color-neutral-0); /** Used for the foreground of a confirm (positive) action in the active state. */
|
|
748
|
+
--gl-action-confirm-background-color-default: var(--gl-color-alpha-0); /** Used for the background of a confirm (positive) action in the default state. */
|
|
749
|
+
--gl-action-confirm-background-color-hover: var(--gl-color-alpha-light-16); /** Used for the background of a confirm (positive) action in the hover state. */
|
|
750
|
+
--gl-action-confirm-background-color-active: var(--gl-color-alpha-light-8); /** Used for the background of a confirm (positive) action in the active state. */
|
|
762
751
|
--gl-action-confirm-border-color-default: var(--gl-color-alpha-0); /** Used for the border of a confirm action in the default state. */
|
|
763
752
|
--gl-action-danger-foreground-color-default: var(--gl-color-red-200); /** Used for the foreground of a danger (destructive) action in the default state. */
|
|
764
753
|
--gl-action-danger-foreground-color-hover: var(--gl-color-red-100); /** Used for the foreground of a danger (destructive) action in the hover state. */
|
|
@@ -788,16 +777,12 @@
|
|
|
788
777
|
--gl-control-background-color-disabled: var(--gl-color-alpha-light-4); /** Used for disabled form control (checkbox, input, radio button, textarea) background. */
|
|
789
778
|
--gl-control-background-color-concatenation: var(--gl-color-alpha-light-4); /** Used for the background of static content that prepends or appends a text input. */
|
|
790
779
|
--gl-control-background-color-readonly: var(--gl-color-alpha-light-8); /** Used for the background of static content that prepends or appends a text input. */
|
|
791
|
-
--gl-control-background-color-selected-default: var(--gl-color-
|
|
792
|
-
--gl-control-background-color-selected-hover: var(--gl-color-
|
|
793
|
-
--gl-control-background-color-selected-focus: var(--gl-color-blue-200); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover. */
|
|
780
|
+
--gl-control-background-color-selected-default: var(--gl-color-neutral-50); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) background. */
|
|
781
|
+
--gl-control-background-color-selected-hover: var(--gl-color-neutral-10); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover. */
|
|
794
782
|
--gl-control-border-color-default: var(--gl-color-neutral-500); /** Used for form control (input, radio button, checkbox, textarea) default border. */
|
|
795
783
|
--gl-control-border-color-hover: var(--gl-color-neutral-300); /** Used for form control (input, radio button, checkbox, textarea) border on hover. */
|
|
796
784
|
--gl-control-border-color-focus: var(--gl-color-neutral-50); /** Used for form control (input, radio button, checkbox, textarea) border on focus. */
|
|
797
785
|
--gl-control-border-color-disabled: var(--gl-color-neutral-800); /** Used for disabled form control (input, radio button, checkbox, textarea) border. */
|
|
798
|
-
--gl-control-border-color-selected-default: var(--gl-color-blue-400); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) border. */
|
|
799
|
-
--gl-control-border-color-selected-hover: var(--gl-color-blue-200); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover. */
|
|
800
|
-
--gl-control-border-color-selected-focus: var(--gl-color-blue-200); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus. */
|
|
801
786
|
--gl-control-placeholder-color: var(--gl-color-neutral-400); /** Used for placeholder text within inputs. */
|
|
802
787
|
--gl-control-indicator-color-selected: var(--gl-color-neutral-950); /** Used for checkbox and radio button state indicators. */
|
|
803
788
|
--gl-control-indicator-color-disabled: var(--gl-color-neutral-400); /** Used for disabled checkbox and radio button state indicators. */
|
|
@@ -970,18 +955,24 @@
|
|
|
970
955
|
--gl-button-default-primary-foreground-color-active: var(--gl-button-default-primary-foreground-color-default); /** Used for the foreground of a default primary button in the active state. */
|
|
971
956
|
--gl-button-default-primary-border-color-focus: var(--gl-button-default-primary-border-color-hover); /** Used for the border of an default primary button in the focus state. */
|
|
972
957
|
--gl-button-default-tertiary-foreground-color-default: var(--gl-action-neutral-foreground-color-default); /** Used for the foreground of a default borderless, tertiary button in the default state. */
|
|
973
|
-
--gl-button-default-tertiary-background-color-
|
|
958
|
+
--gl-button-default-tertiary-background-color-default: var(--gl-action-neutral-background-color-default); /** Used for the background of a default borderless, tertiary button in the default state. */
|
|
959
|
+
--gl-button-default-tertiary-background-color-hover: var(--gl-action-neutral-background-color-hover); /** Used for the background of a default borderless, tertiary button in the hover state. */
|
|
960
|
+
--gl-button-default-tertiary-background-color-active: var(--gl-action-neutral-background-color-active); /** Used for the background of a default borderless, tertiary button in the active state. */
|
|
974
961
|
--gl-button-default-tertiary-border-color-default: var(--gl-action-neutral-border-color-default); /** Used for the border of a default borderless, tertiary button in the default state. */
|
|
975
|
-
--gl-button-confirm-primary-
|
|
976
|
-
--gl-button-confirm-primary-background-color-
|
|
977
|
-
--gl-button-confirm-primary-
|
|
978
|
-
--gl-button-confirm-primary-border-color-focus: var(--gl-button-confirm-primary-border-color-
|
|
962
|
+
--gl-button-confirm-primary-foreground-color-hover: var(--gl-button-confirm-primary-foreground-color-default); /** Used for the foreground of a confirm (positive) primary button in the hover state. */
|
|
963
|
+
--gl-button-confirm-primary-background-color-focus: var(--gl-button-confirm-primary-background-color-hover); /** Used for the background of a confirm (positive) primary button in the focus state. */
|
|
964
|
+
--gl-button-confirm-primary-border-color-hover: var(--gl-button-confirm-primary-border-color-default); /** Used for the border of a confirm (positive) primary button in the hover state. */
|
|
965
|
+
--gl-button-confirm-primary-border-color-focus: var(--gl-button-confirm-primary-border-color-default); /** Used for the border of a confirm (positive) primary button in the focus state. */
|
|
966
|
+
--gl-button-confirm-primary-border-color-active: var(--gl-button-confirm-primary-border-color-default); /** Used for the border of a confirm (positive) primary button in the active state. */
|
|
979
967
|
--gl-button-confirm-secondary-foreground-color-focus: var(--gl-button-confirm-secondary-foreground-color-hover); /** Used for the foreground of a confirm (positive) button in the focus state. */
|
|
968
|
+
--gl-button-confirm-secondary-background-color-focus: var(--gl-button-confirm-secondary-background-color-hover); /** Used for the background of an outlined confirm (positive) button in the focus state. */
|
|
980
969
|
--gl-button-confirm-secondary-border-color-focus: var(--gl-button-confirm-secondary-border-color-hover); /** Used for the border of an outlined confirm (positive) button in the focus state. */
|
|
981
970
|
--gl-button-confirm-tertiary-foreground-color-default: var(--gl-action-confirm-foreground-color-default); /** Used for the foreground of a borderless, tertiary confirm (positive) button in the default state. */
|
|
982
971
|
--gl-button-confirm-tertiary-foreground-color-hover: var(--gl-action-confirm-foreground-color-hover); /** Used for the foreground of a borderless, tertiary confirm (positive) button in the hover state. */
|
|
983
972
|
--gl-button-confirm-tertiary-foreground-color-active: var(--gl-action-confirm-foreground-color-active); /** Used for the foreground of a borderless, tertiary confirm (positive) button in the active state. */
|
|
984
|
-
--gl-button-confirm-tertiary-background-color-
|
|
973
|
+
--gl-button-confirm-tertiary-background-color-default: var(--gl-action-confirm-background-color-default); /** Used for the background of a borderless, tertiary confirm (positive) button in the default state. */
|
|
974
|
+
--gl-button-confirm-tertiary-background-color-hover: var(--gl-action-confirm-background-color-hover); /** Used for the background of a borderless, tertiary confirm (positive) button in the hover state. */
|
|
975
|
+
--gl-button-confirm-tertiary-background-color-active: var(--gl-action-confirm-background-color-active); /** Used for the background of a borderless, tertiary confirm (positive) button in the active state. */
|
|
985
976
|
--gl-button-confirm-tertiary-border-color-default: var(--gl-action-confirm-border-color-default); /** Used for the border of a borderless, tertiary confirm (positive) button in the default state. */
|
|
986
977
|
--gl-button-danger-primary-foreground-color-hover: var(--gl-button-danger-primary-foreground-color-default); /** Used for the foreground of a danger (destructive) primary button in the hover state. */
|
|
987
978
|
--gl-button-danger-primary-foreground-color-focus: var(--gl-button-danger-primary-foreground-color-default); /** Used for the foreground of a danger (destructive) primary button in the focus state. */
|
|
@@ -1012,13 +1003,15 @@
|
|
|
1012
1003
|
--gl-dropdown-option-text-color-disabled: var(--gl-action-disabled-foreground-color); /** Used for the text of a dropdown option in the disabled state. */
|
|
1013
1004
|
--gl-dropdown-option-indicator-color-selected-default: var(--gl-control-background-color-selected-default); /** Used for the dropdown selected option indicator in the default state. */
|
|
1014
1005
|
--gl-dropdown-option-indicator-color-selected-hover: var(--gl-control-background-color-selected-hover); /** Used for the dropdown selected option indicator in the hover state. */
|
|
1015
|
-
--gl-dropdown-option-
|
|
1016
|
-
--gl-dropdown-option-
|
|
1017
|
-
--gl-dropdown-option-background-color-unselected-
|
|
1006
|
+
--gl-dropdown-option-background-color-unselected-default: var(--gl-action-neutral-background-color-default); /** Used for the background of an unselected dropdown option in the default state. */
|
|
1007
|
+
--gl-dropdown-option-background-color-unselected-hover: var(--gl-action-neutral-background-color-hover); /** Used for the background of an unselected dropdown option in the hover state. */
|
|
1008
|
+
--gl-dropdown-option-background-color-unselected-active: var(--gl-action-neutral-background-color-active); /** Used for the background of an unselected dropdown option in the active state. */
|
|
1018
1009
|
--gl-dropdown-option-background-color-selected-focus: var(--gl-dropdown-option-background-color-selected-hover); /** Used for the background of a selected dropdown option in the focus state. */
|
|
1019
1010
|
--gl-modal-border-radius: var(--gl-border-radius-2xl); /** Used for modal border radius. */
|
|
1020
1011
|
--gl-nav-item-foreground-color-default: var(--gl-action-neutral-foreground-color-default); /** Used for the foreground of a default navigation item in the default state. */
|
|
1021
|
-
--gl-nav-item-background-color-
|
|
1012
|
+
--gl-nav-item-background-color-default: var(--gl-action-neutral-background-color-default); /** Used for the background of a default navigation item in the default state. */
|
|
1013
|
+
--gl-nav-item-background-color-hover: var(--gl-action-neutral-background-color-hover); /** Used for the background of a default navigation item in the hover state. */
|
|
1014
|
+
--gl-nav-item-background-color-active: var(--gl-action-neutral-background-color-active); /** Used for the background of a default navigation item in the active state. */
|
|
1022
1015
|
--gl-nav-item-selected-foreground-color-default: var(--gl-action-selected-foreground-color-default); /** Used for the foreground of a selected navigation item in the default state. */
|
|
1023
1016
|
--gl-nav-item-selected-background-color-default: var(--gl-action-selected-background-color-default); /** Used for the background of a selected navigation item in the default state. */
|
|
1024
1017
|
--gl-nav-item-selected-background-color-hover: var(--gl-action-selected-background-color-hover); /** Used for the background of a selected navigation item in the hover state. */
|
|
@@ -1029,6 +1022,14 @@
|
|
|
1029
1022
|
--gl-progress-bar-indicator-color-danger: var(--gl-status-danger-icon-color); /** Used for the indicator color for the danger progress-bar variant. */
|
|
1030
1023
|
--gl-table-row-background-color-hover: var(--gl-highlight-target-background-color); /** Used for the background of a table row in hover state. */
|
|
1031
1024
|
--gl-table-sorting-icon-color: var(--gl-text-color-heading); /** Used for the color of the sorting icons in the column headers. */
|
|
1025
|
+
--gl-toggle-switch-track-color-unchecked-default: var(--gl-control-border-color-default); /** Used for the track color of an unchecked toggle switch in the default state. */
|
|
1026
|
+
--gl-toggle-switch-track-color-unchecked-hover: var(--gl-control-border-color-hover); /** Used for the track color of an unchecked toggle switch in the hover state. */
|
|
1027
|
+
--gl-toggle-switch-track-color-unchecked-focus: var(--gl-control-border-color-focus); /** Used for the track color of an unchecked toggle switch in the focus state. */
|
|
1028
|
+
--gl-toggle-switch-track-color-unchecked-active: var(--gl-control-border-color-focus); /** Used for the track color of an unchecked toggle switch in the active state. */
|
|
1029
|
+
--gl-toggle-switch-track-color-checked-focus: var(--gl-toggle-switch-track-color-checked-hover); /** Used for the track color of a checked toggle switch in the focus state. */
|
|
1030
|
+
--gl-toggle-switch-background-color-unchecked-default: var(--gl-control-indicator-color-selected); /** Used for the background color of the unchecked toggle switch thumb in the default state. */
|
|
1031
|
+
--gl-toggle-switch-background-color-checked-default: var(--gl-action-strong-confirm-foreground-color-default); /** Used for the background color of the checked toggle switch thumb in the default state. */
|
|
1032
|
+
--gl-toggle-switch-background-color-disabled: var(--gl-action-disabled-foreground-color); /** Used for the background color of the toggle switch thumb in the disabled state. */
|
|
1032
1033
|
--gl-toggle-switch-icon-color-unchecked-default: var(--gl-action-strong-neutral-background-color-default); /** Used for the icon color of an unchecked toggle switch in the default state. */
|
|
1033
1034
|
--gl-toggle-switch-icon-color-unchecked-hover: var(--gl-action-strong-neutral-background-color-hover); /** Used for the icon color of an unchecked toggle switch in the hover state. */
|
|
1034
1035
|
--gl-toggle-switch-icon-color-unchecked-active: var(--gl-action-strong-neutral-background-color-active); /** Used for the icon color of an unchecked toggle switch in the active state. */
|
|
@@ -1046,10 +1047,12 @@
|
|
|
1046
1047
|
--gl-action-neutral-foreground-color-hover: var(--gl-action-neutral-foreground-color-default); /** Used for the foreground of a neutral action in the hover state. */
|
|
1047
1048
|
--gl-action-neutral-foreground-color-focus: var(--gl-action-neutral-foreground-color-default); /** Used for the foreground of a neutral action in the focus state. */
|
|
1048
1049
|
--gl-action-neutral-foreground-color-active: var(--gl-action-neutral-foreground-color-default); /** Used for the foreground of a neutral action in the active state. */
|
|
1050
|
+
--gl-action-neutral-background-color-focus: var(--gl-action-neutral-background-color-hover); /** Used for the background of a neutral action in the focus state. */
|
|
1049
1051
|
--gl-action-neutral-border-color-hover: var(--gl-action-neutral-border-color-default); /** Used for the border of a neutral action in the hover state. */
|
|
1050
1052
|
--gl-action-neutral-border-color-focus: var(--gl-action-neutral-border-color-default); /** Used for the border of a neutral action in the focus state. */
|
|
1051
1053
|
--gl-action-neutral-border-color-active: var(--gl-action-neutral-border-color-default); /** Used for the border of a neutral action in the active state. */
|
|
1052
1054
|
--gl-action-confirm-foreground-color-focus: var(--gl-action-confirm-foreground-color-hover); /** Used for the foreground of a confirm (positive) action in the focus state. */
|
|
1055
|
+
--gl-action-confirm-background-color-focus: var(--gl-action-confirm-background-color-hover); /** Used for the background of a confirm (positive) action in the focus state. */
|
|
1053
1056
|
--gl-action-confirm-border-color-hover: var(--gl-action-confirm-border-color-default); /** Used for the border of a confirm action in the hover state. */
|
|
1054
1057
|
--gl-action-confirm-border-color-focus: var(--gl-action-confirm-border-color-default); /** Used for the border of a confirm action in the focus state. */
|
|
1055
1058
|
--gl-action-confirm-border-color-active: var(--gl-action-confirm-border-color-default); /** Used for the border of a confirm action in the active state. */
|
|
@@ -1062,7 +1065,10 @@
|
|
|
1062
1065
|
--gl-action-strong-confirm-border-color-hover: var(--gl-action-strong-confirm-border-color-default); /** Used for the border of a strong confirm action in the hover state. */
|
|
1063
1066
|
--gl-action-strong-neutral-background-color-focus: var(--gl-action-strong-neutral-background-color-hover); /** Used for the background of a strong neutral action in the focus state. */
|
|
1064
1067
|
--gl-action-strong-neutral-border-color-hover: var(--gl-action-strong-neutral-border-color-default); /** Used for the border of a strong neutral action in the hover state. */
|
|
1068
|
+
--gl-control-background-color-selected-focus: var(--gl-control-background-color-selected-hover); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) background on focus. */
|
|
1065
1069
|
--gl-control-border-color-error: var(--gl-feedback-danger-border-color); /** Used for invalid form control (input, textarea) border. */
|
|
1070
|
+
--gl-control-border-color-selected-default: var(--gl-control-background-color-selected-default); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) border. */
|
|
1071
|
+
--gl-control-border-color-selected-hover: var(--gl-control-background-color-selected-hover); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover. */
|
|
1066
1072
|
--gl-control-border-radius: var(--gl-border-radius-lg); /** Used for form control (input, radio button, checkbox, textarea) default border radius. */
|
|
1067
1073
|
--gl-control-text-color-error: var(--gl-text-color-danger); /** Used for the helper text when the input is invalid. */
|
|
1068
1074
|
--gl-control-text-color-valid: var(--gl-text-color-success); /** Used for the helper text when the input is valid. */
|
|
@@ -1191,12 +1197,13 @@
|
|
|
1191
1197
|
--gl-button-default-tertiary-foreground-color-hover: var(--gl-action-neutral-foreground-color-hover); /** Used for the foreground of a default borderless, tertiary button in the hover state. */
|
|
1192
1198
|
--gl-button-default-tertiary-foreground-color-focus: var(--gl-action-neutral-foreground-color-focus); /** Used for the foreground of a default borderless, tertiary button in the focus state. */
|
|
1193
1199
|
--gl-button-default-tertiary-foreground-color-active: var(--gl-action-neutral-foreground-color-active); /** Used for the foreground of a default borderless, tertiary button in the active state. */
|
|
1200
|
+
--gl-button-default-tertiary-background-color-focus: var(--gl-action-neutral-background-color-focus); /** Used for the background of a default borderless, tertiary button in the focus state. */
|
|
1194
1201
|
--gl-button-default-tertiary-border-color-hover: var(--gl-action-neutral-border-color-hover); /** Used for the border of a default borderless, tertiary button in the hover state. */
|
|
1195
1202
|
--gl-button-default-tertiary-border-color-focus: var(--gl-action-neutral-border-color-focus); /** Used for the border of a default borderless, tertiary button in the focus state. */
|
|
1196
1203
|
--gl-button-default-tertiary-border-color-active: var(--gl-action-neutral-border-color-active); /** Used for the border of a default borderless, tertiary button in the active state. */
|
|
1197
|
-
--gl-button-confirm-primary-foreground-color-
|
|
1198
|
-
--gl-button-confirm-primary-background-color-focus: var(--gl-action-strong-confirm-background-color-focus); /** Used for the background of a confirm (positive) primary button in the focus state. */
|
|
1204
|
+
--gl-button-confirm-primary-foreground-color-focus: var(--gl-button-confirm-primary-foreground-color-hover); /** Used for the foreground of a confirm (positive) primary button in the focus state. */
|
|
1199
1205
|
--gl-button-confirm-tertiary-foreground-color-focus: var(--gl-action-confirm-foreground-color-focus); /** Used for the foreground of a borderless, tertiary confirm (positive) button in the focus state. */
|
|
1206
|
+
--gl-button-confirm-tertiary-background-color-focus: var(--gl-action-confirm-background-color-focus); /** Used for the background of a borderless, tertiary confirm (positive) button in the focus state. */
|
|
1200
1207
|
--gl-button-confirm-tertiary-border-color-hover: var(--gl-action-confirm-border-color-hover); /** Used for the border of a borderless, tertiary confirm (positive) button in the hover state. */
|
|
1201
1208
|
--gl-button-confirm-tertiary-border-color-focus: var(--gl-action-confirm-border-color-focus); /** Used for the border of a borderless, tertiary confirm (positive) button in the focus state. */
|
|
1202
1209
|
--gl-button-confirm-tertiary-border-color-active: var(--gl-action-confirm-border-color-active); /** Used for the border of a borderless, tertiary confirm (positive) button in the active state. */
|
|
@@ -1212,12 +1219,21 @@
|
|
|
1212
1219
|
--gl-dropdown-option-text-color-hover: var(--gl-action-neutral-foreground-color-hover); /** Used for the text of a dropdown option in the hover state. */
|
|
1213
1220
|
--gl-dropdown-option-text-color-focus: var(--gl-action-neutral-foreground-color-focus); /** Used for the text of a dropdown option in the focus state. */
|
|
1214
1221
|
--gl-dropdown-option-text-color-active: var(--gl-action-neutral-foreground-color-active); /** Used for the text of a dropdown option in the active state. */
|
|
1222
|
+
--gl-dropdown-option-indicator-color-selected-focus: var(--gl-control-background-color-selected-focus); /** Used for the dropdown selected option indicator in the focus state. */
|
|
1223
|
+
--gl-dropdown-option-indicator-color-selected-active: var(--gl-control-background-color-selected-focus); /** Used for the dropdown selected option indicator in the active state. */
|
|
1224
|
+
--gl-dropdown-option-background-color-unselected-focus: var(--gl-action-neutral-background-color-focus); /** Used for the background of an unselected dropdown option in the focus state. */
|
|
1215
1225
|
--gl-nav-item-border-radius: var(--gl-action-border-radius); /** Used for the border radius of a navigation item */
|
|
1216
1226
|
--gl-nav-item-foreground-color-hover: var(--gl-action-neutral-foreground-color-hover); /** Used for the foreground of a default navigation item in the hover state. */
|
|
1217
1227
|
--gl-nav-item-foreground-color-focus: var(--gl-action-neutral-foreground-color-focus); /** Used for the foreground of a default navigation item in the focus state. */
|
|
1218
1228
|
--gl-nav-item-foreground-color-active: var(--gl-action-neutral-foreground-color-active); /** Used for the foreground of a default navigation item in the active state. */
|
|
1229
|
+
--gl-nav-item-background-color-focus: var(--gl-action-neutral-background-color-focus); /** Used for the background of a default navigation item in the focus state. */
|
|
1219
1230
|
--gl-nav-item-selected-foreground-color-hover: var(--gl-action-selected-foreground-color-hover); /** Used for the foreground of a selected navigation item in the hover state. */
|
|
1220
1231
|
--gl-nav-item-selected-background-color-focus: var(--gl-action-selected-background-color-focus); /** Used for the background of a selected navigation item in the focus state. */
|
|
1232
|
+
--gl-tab-selected-indicator-color-default: var(--gl-action-selected-border-color-active); /** Used for the selected indicator of a tab. */
|
|
1233
|
+
--gl-toggle-switch-background-color-unchecked-hover: var(--gl-toggle-switch-background-color-unchecked-default); /** Used for the background color of the unchecked toggle switch thumb in the hover state. */
|
|
1234
|
+
--gl-toggle-switch-background-color-unchecked-focus: var(--gl-toggle-switch-background-color-unchecked-default); /** Used for the background color of the unchecked toggle switch thumb in the focus state. */
|
|
1235
|
+
--gl-toggle-switch-background-color-unchecked-active: var(--gl-toggle-switch-background-color-unchecked-default); /** Used for the background color of the unchecked toggle switch thumb in the active state. */
|
|
1236
|
+
--gl-toggle-switch-background-color-checked-hover: var(--gl-action-strong-confirm-foreground-color-hover); /** Used for the background color of the checked toggle switch thumb in the hover state. */
|
|
1221
1237
|
--gl-toggle-switch-icon-color-unchecked-focus: var(--gl-action-strong-neutral-background-color-focus); /** Used for the icon color of an unchecked toggle switch in the focus state. */
|
|
1222
1238
|
--gl-toggle-switch-icon-color-checked-focus: var(--gl-action-strong-confirm-background-color-focus); /** Used for the icon color of a checked toggle switch in the focus state. */
|
|
1223
1239
|
--gl-token-border-radius: var(--gl-border-radius-default); /** Used for token border radius. */
|
|
@@ -1226,12 +1242,14 @@
|
|
|
1226
1242
|
--gl-action-strong-confirm-foreground-color-focus: var(--gl-action-strong-confirm-foreground-color-hover); /** Used for the foreground of a strong confirm action in the focus state. */
|
|
1227
1243
|
--gl-action-strong-confirm-border-color-focus: var(--gl-action-strong-confirm-border-color-hover); /** Used for the border of a strong confirm action in the focus state. */
|
|
1228
1244
|
--gl-action-strong-neutral-border-color-focus: var(--gl-action-strong-neutral-border-color-hover); /** Used for the border of a strong neutral action in the focus state. */
|
|
1229
|
-
--gl-
|
|
1245
|
+
--gl-control-border-color-selected-focus: var(--gl-control-background-color-selected-focus); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus. */
|
|
1246
|
+
--gl-button-confirm-primary-foreground-color-active: var(--gl-button-confirm-primary-foreground-color-focus); /** Used for the foreground of a confirm (positive) primary button in the active state. */
|
|
1230
1247
|
--gl-nav-item-selected-foreground-color-focus: var(--gl-action-selected-foreground-color-focus); /** Used for the foreground of a selected navigation item in the focus state. */
|
|
1248
|
+
--gl-toggle-switch-background-color-checked-focus: var(--gl-action-strong-confirm-foreground-color-focus); /** Used for the background color of the checked toggle switch thumb in the focus state. */
|
|
1231
1249
|
--gl-action-selected-foreground-color-active: var(--gl-action-selected-foreground-color-focus); /** Used for the foreground of a selected action in the active state. */
|
|
1232
1250
|
--gl-action-strong-confirm-foreground-color-active: var(--gl-action-strong-confirm-foreground-color-focus); /** Used for the foreground of a strong confirm action in the active state. */
|
|
1233
1251
|
--gl-action-strong-confirm-border-color-active: var(--gl-action-strong-confirm-border-color-focus); /** Used for the border of a strong confirm action in the active state. */
|
|
1234
1252
|
--gl-action-strong-neutral-border-color-active: var(--gl-action-strong-neutral-border-color-focus); /** Used for the border of a strong neutral action in the active state. */
|
|
1235
|
-
--gl-button-confirm-primary-foreground-color-active: var(--gl-action-strong-confirm-foreground-color-active); /** Used for the foreground of a confirm (positive) primary button in the active state. */
|
|
1236
1253
|
--gl-nav-item-selected-foreground-color-active: var(--gl-action-selected-foreground-color-active); /** Used for the foreground of a selected navigation item in the active state. */
|
|
1254
|
+
--gl-toggle-switch-background-color-checked-active: var(--gl-action-strong-confirm-foreground-color-active); /** Used for the background color of the checked toggle switch thumb in the active state. */
|
|
1237
1255
|
}
|
|
@@ -168,6 +168,7 @@
|
|
|
168
168
|
"key": "{color.alpha.light.36}",
|
|
169
169
|
"$value": "rgba(255, 255, 255, 0.36)",
|
|
170
170
|
"$type": "color",
|
|
171
|
+
"$deprecated": true,
|
|
171
172
|
"$extensions": {
|
|
172
173
|
"com.figma.scopes": []
|
|
173
174
|
},
|
|
@@ -176,6 +177,7 @@
|
|
|
176
177
|
"original": {
|
|
177
178
|
"$value": "rgba(255, 255, 255, 0.36)",
|
|
178
179
|
"$type": "color",
|
|
180
|
+
"$deprecated": true,
|
|
179
181
|
"$extensions": {
|
|
180
182
|
"com.figma.scopes": []
|
|
181
183
|
},
|
|
@@ -190,6 +192,33 @@
|
|
|
190
192
|
"36"
|
|
191
193
|
],
|
|
192
194
|
"cssWithValue": "var(--gl-color-alpha-light-36)"
|
|
195
|
+
},
|
|
196
|
+
"40": {
|
|
197
|
+
"key": "{color.alpha.light.40}",
|
|
198
|
+
"$value": "rgba(255, 255, 255, 0.4)",
|
|
199
|
+
"$type": "color",
|
|
200
|
+
"$extensions": {
|
|
201
|
+
"com.figma.scopes": []
|
|
202
|
+
},
|
|
203
|
+
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
204
|
+
"isSource": true,
|
|
205
|
+
"original": {
|
|
206
|
+
"$value": "rgba(255, 255, 255, 0.4)",
|
|
207
|
+
"$type": "color",
|
|
208
|
+
"$extensions": {
|
|
209
|
+
"com.figma.scopes": []
|
|
210
|
+
},
|
|
211
|
+
"key": "{color.alpha.light.40}"
|
|
212
|
+
},
|
|
213
|
+
"name": "COLOR_ALPHA_LIGHT_40",
|
|
214
|
+
"attributes": {},
|
|
215
|
+
"path": [
|
|
216
|
+
"color",
|
|
217
|
+
"alpha",
|
|
218
|
+
"light",
|
|
219
|
+
"40"
|
|
220
|
+
],
|
|
221
|
+
"cssWithValue": "var(--gl-color-alpha-light-40)"
|
|
193
222
|
}
|
|
194
223
|
},
|
|
195
224
|
"dark": {
|
|
@@ -6112,6 +6141,7 @@
|
|
|
6112
6141
|
"key": "{color.alpha.light.36}",
|
|
6113
6142
|
"$value": "rgba(255, 255, 255, 0.36)",
|
|
6114
6143
|
"$type": "color",
|
|
6144
|
+
"$deprecated": true,
|
|
6115
6145
|
"$extensions": {
|
|
6116
6146
|
"com.figma.scopes": []
|
|
6117
6147
|
},
|
|
@@ -6120,6 +6150,7 @@
|
|
|
6120
6150
|
"original": {
|
|
6121
6151
|
"$value": "rgba(255, 255, 255, 0.36)",
|
|
6122
6152
|
"$type": "color",
|
|
6153
|
+
"$deprecated": true,
|
|
6123
6154
|
"$extensions": {
|
|
6124
6155
|
"com.figma.scopes": []
|
|
6125
6156
|
},
|
|
@@ -6134,6 +6165,33 @@
|
|
|
6134
6165
|
"36"
|
|
6135
6166
|
],
|
|
6136
6167
|
"cssWithValue": "var(--gl-color-alpha-light-36)"
|
|
6168
|
+
},
|
|
6169
|
+
"40": {
|
|
6170
|
+
"key": "{color.alpha.light.40}",
|
|
6171
|
+
"$value": "rgba(255, 255, 255, 0.4)",
|
|
6172
|
+
"$type": "color",
|
|
6173
|
+
"$extensions": {
|
|
6174
|
+
"com.figma.scopes": []
|
|
6175
|
+
},
|
|
6176
|
+
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
6177
|
+
"isSource": true,
|
|
6178
|
+
"original": {
|
|
6179
|
+
"$value": "rgba(255, 255, 255, 0.4)",
|
|
6180
|
+
"$type": "color",
|
|
6181
|
+
"$extensions": {
|
|
6182
|
+
"com.figma.scopes": []
|
|
6183
|
+
},
|
|
6184
|
+
"key": "{color.alpha.light.40}"
|
|
6185
|
+
},
|
|
6186
|
+
"name": "COLOR_ALPHA_LIGHT_40",
|
|
6187
|
+
"attributes": {},
|
|
6188
|
+
"path": [
|
|
6189
|
+
"color",
|
|
6190
|
+
"alpha",
|
|
6191
|
+
"light",
|
|
6192
|
+
"40"
|
|
6193
|
+
],
|
|
6194
|
+
"cssWithValue": "var(--gl-color-alpha-light-40)"
|
|
6137
6195
|
}
|
|
6138
6196
|
},
|
|
6139
6197
|
"dark": {
|
|
@@ -11747,6 +11805,7 @@
|
|
|
11747
11805
|
"key": "{color.alpha.light.36}",
|
|
11748
11806
|
"$value": "rgba(255, 255, 255, 0.36)",
|
|
11749
11807
|
"$type": "color",
|
|
11808
|
+
"$deprecated": true,
|
|
11750
11809
|
"$extensions": {
|
|
11751
11810
|
"com.figma.scopes": []
|
|
11752
11811
|
},
|
|
@@ -11755,6 +11814,7 @@
|
|
|
11755
11814
|
"original": {
|
|
11756
11815
|
"$value": "rgba(255, 255, 255, 0.36)",
|
|
11757
11816
|
"$type": "color",
|
|
11817
|
+
"$deprecated": true,
|
|
11758
11818
|
"$extensions": {
|
|
11759
11819
|
"com.figma.scopes": []
|
|
11760
11820
|
},
|
|
@@ -11769,6 +11829,33 @@
|
|
|
11769
11829
|
"36"
|
|
11770
11830
|
],
|
|
11771
11831
|
"cssWithValue": "var(--gl-color-alpha-light-36)"
|
|
11832
|
+
},
|
|
11833
|
+
"40": {
|
|
11834
|
+
"key": "{color.alpha.light.40}",
|
|
11835
|
+
"$value": "rgba(255, 255, 255, 0.4)",
|
|
11836
|
+
"$type": "color",
|
|
11837
|
+
"$extensions": {
|
|
11838
|
+
"com.figma.scopes": []
|
|
11839
|
+
},
|
|
11840
|
+
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
11841
|
+
"isSource": true,
|
|
11842
|
+
"original": {
|
|
11843
|
+
"$value": "rgba(255, 255, 255, 0.4)",
|
|
11844
|
+
"$type": "color",
|
|
11845
|
+
"$extensions": {
|
|
11846
|
+
"com.figma.scopes": []
|
|
11847
|
+
},
|
|
11848
|
+
"key": "{color.alpha.light.40}"
|
|
11849
|
+
},
|
|
11850
|
+
"name": "COLOR_ALPHA_LIGHT_40",
|
|
11851
|
+
"attributes": {},
|
|
11852
|
+
"path": [
|
|
11853
|
+
"color",
|
|
11854
|
+
"alpha",
|
|
11855
|
+
"light",
|
|
11856
|
+
"40"
|
|
11857
|
+
],
|
|
11858
|
+
"cssWithValue": "var(--gl-color-alpha-light-40)"
|
|
11772
11859
|
}
|
|
11773
11860
|
},
|
|
11774
11861
|
"dark": {
|
|
@@ -17583,6 +17670,7 @@
|
|
|
17583
17670
|
"key": "{color.alpha.light.36}",
|
|
17584
17671
|
"$value": "rgba(255, 255, 255, 0.36)",
|
|
17585
17672
|
"$type": "color",
|
|
17673
|
+
"$deprecated": true,
|
|
17586
17674
|
"$extensions": {
|
|
17587
17675
|
"com.figma.scopes": []
|
|
17588
17676
|
},
|
|
@@ -17591,6 +17679,7 @@
|
|
|
17591
17679
|
"original": {
|
|
17592
17680
|
"$value": "rgba(255, 255, 255, 0.36)",
|
|
17593
17681
|
"$type": "color",
|
|
17682
|
+
"$deprecated": true,
|
|
17594
17683
|
"$extensions": {
|
|
17595
17684
|
"com.figma.scopes": []
|
|
17596
17685
|
},
|
|
@@ -17605,6 +17694,33 @@
|
|
|
17605
17694
|
"36"
|
|
17606
17695
|
],
|
|
17607
17696
|
"cssWithValue": "var(--gl-color-alpha-light-36)"
|
|
17697
|
+
},
|
|
17698
|
+
"40": {
|
|
17699
|
+
"key": "{color.alpha.light.40}",
|
|
17700
|
+
"$value": "rgba(255, 255, 255, 0.4)",
|
|
17701
|
+
"$type": "color",
|
|
17702
|
+
"$extensions": {
|
|
17703
|
+
"com.figma.scopes": []
|
|
17704
|
+
},
|
|
17705
|
+
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
17706
|
+
"isSource": true,
|
|
17707
|
+
"original": {
|
|
17708
|
+
"$value": "rgba(255, 255, 255, 0.4)",
|
|
17709
|
+
"$type": "color",
|
|
17710
|
+
"$extensions": {
|
|
17711
|
+
"com.figma.scopes": []
|
|
17712
|
+
},
|
|
17713
|
+
"key": "{color.alpha.light.40}"
|
|
17714
|
+
},
|
|
17715
|
+
"name": "COLOR_ALPHA_LIGHT_40",
|
|
17716
|
+
"attributes": {},
|
|
17717
|
+
"path": [
|
|
17718
|
+
"color",
|
|
17719
|
+
"alpha",
|
|
17720
|
+
"light",
|
|
17721
|
+
"40"
|
|
17722
|
+
],
|
|
17723
|
+
"cssWithValue": "var(--gl-color-alpha-light-40)"
|
|
17608
17724
|
}
|
|
17609
17725
|
},
|
|
17610
17726
|
"dark": {
|
|
@@ -23608,6 +23724,7 @@
|
|
|
23608
23724
|
"key": "{color.alpha.light.36}",
|
|
23609
23725
|
"$value": "rgba(255, 255, 255, 0.36)",
|
|
23610
23726
|
"$type": "color",
|
|
23727
|
+
"$deprecated": true,
|
|
23611
23728
|
"$extensions": {
|
|
23612
23729
|
"com.figma.scopes": []
|
|
23613
23730
|
},
|
|
@@ -23616,6 +23733,7 @@
|
|
|
23616
23733
|
"original": {
|
|
23617
23734
|
"$value": "rgba(255, 255, 255, 0.36)",
|
|
23618
23735
|
"$type": "color",
|
|
23736
|
+
"$deprecated": true,
|
|
23619
23737
|
"$extensions": {
|
|
23620
23738
|
"com.figma.scopes": []
|
|
23621
23739
|
},
|
|
@@ -23630,6 +23748,33 @@
|
|
|
23630
23748
|
"36"
|
|
23631
23749
|
],
|
|
23632
23750
|
"cssWithValue": "var(--gl-color-alpha-light-36)"
|
|
23751
|
+
},
|
|
23752
|
+
"40": {
|
|
23753
|
+
"key": "{color.alpha.light.40}",
|
|
23754
|
+
"$value": "rgba(255, 255, 255, 0.4)",
|
|
23755
|
+
"$type": "color",
|
|
23756
|
+
"$extensions": {
|
|
23757
|
+
"com.figma.scopes": []
|
|
23758
|
+
},
|
|
23759
|
+
"filePath": "src/tokens/constant/color.alpha.tokens.json",
|
|
23760
|
+
"isSource": true,
|
|
23761
|
+
"original": {
|
|
23762
|
+
"$value": "rgba(255, 255, 255, 0.4)",
|
|
23763
|
+
"$type": "color",
|
|
23764
|
+
"$extensions": {
|
|
23765
|
+
"com.figma.scopes": []
|
|
23766
|
+
},
|
|
23767
|
+
"key": "{color.alpha.light.40}"
|
|
23768
|
+
},
|
|
23769
|
+
"name": "COLOR_ALPHA_LIGHT_40",
|
|
23770
|
+
"attributes": {},
|
|
23771
|
+
"path": [
|
|
23772
|
+
"color",
|
|
23773
|
+
"alpha",
|
|
23774
|
+
"light",
|
|
23775
|
+
"40"
|
|
23776
|
+
],
|
|
23777
|
+
"cssWithValue": "var(--gl-color-alpha-light-40)"
|
|
23633
23778
|
}
|
|
23634
23779
|
},
|
|
23635
23780
|
"dark": {
|