@gitlab/ui 89.2.0 → 89.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +91 -91
- package/dist/tokens/build/js/tokens.js +8 -8
- package/dist/tokens/css/tokens.css +6 -6
- package/dist/tokens/css/tokens.dark.css +63 -63
- package/dist/tokens/js/tokens.dark.js +91 -91
- package/dist/tokens/js/tokens.js +8 -8
- package/dist/tokens/json/tokens.dark.json +160 -160
- package/dist/tokens/json/tokens.json +77 -77
- package/dist/tokens/scss/_tokens.dark.scss +63 -63
- package/dist/tokens/scss/_tokens.scss +6 -6
- package/package.json +1 -1
- package/src/components/base/badge/badge.scss +65 -32
- package/src/components/base/datepicker/datepicker.scss +5 -0
- package/src/components/base/toggle/toggle.scss +8 -5
- package/src/tokens/build/css/tokens.css +6 -6
- package/src/tokens/build/css/tokens.dark.css +63 -63
- package/src/tokens/build/js/tokens.dark.js +91 -91
- package/src/tokens/build/js/tokens.js +8 -8
- package/src/tokens/build/json/tokens.dark.json +160 -160
- package/src/tokens/build/json/tokens.json +77 -77
- package/src/tokens/build/scss/_tokens.dark.scss +63 -63
- package/src/tokens/build/scss/_tokens.scss +6 -6
- package/src/tokens/contextual/badge.tokens.json +69 -69
|
@@ -572,90 +572,90 @@ $gl-button-default-primary-foreground-color-default: $gl-color-neutral-50; // Us
|
|
|
572
572
|
$gl-breadcrumb-separator-color: $gl-color-neutral-400; // Used for the breadcrumb level separator.
|
|
573
573
|
$gl-banner-promo-background-color: $gl-color-neutral-900; // Used as background for the default banner type.
|
|
574
574
|
$gl-banner-intro-border-color: $gl-color-blue-600; // Used to compliment the info banner.
|
|
575
|
-
$gl-badge-tier-icon-color-active: $gl-color-purple-
|
|
576
|
-
$gl-badge-tier-icon-color-hover: $gl-color-purple-
|
|
577
|
-
$gl-badge-tier-icon-color-default: $gl-color-purple-
|
|
578
|
-
$gl-badge-tier-text-color-active: $gl-color-purple-
|
|
579
|
-
$gl-badge-tier-text-color-hover: $gl-color-purple-
|
|
580
|
-
$gl-badge-tier-text-color-default: $gl-color-purple-
|
|
575
|
+
$gl-badge-tier-icon-color-active: $gl-color-purple-950; // Used for the icon of a tier related badge in the active state.
|
|
576
|
+
$gl-badge-tier-icon-color-hover: $gl-color-purple-950; // Used for the icon of a tier related badge in the hover state.
|
|
577
|
+
$gl-badge-tier-icon-color-default: $gl-color-purple-950; // Used for the icon of a tier related badge when static or the default state when linked.
|
|
578
|
+
$gl-badge-tier-text-color-active: $gl-color-purple-950; // Used for the text of a tier related badge in the active state.
|
|
579
|
+
$gl-badge-tier-text-color-hover: $gl-color-purple-950; // Used for the text of a tier related badge in the hover state.
|
|
580
|
+
$gl-badge-tier-text-color-default: $gl-color-purple-950; // Used for the text of a tier related badge when static or the default state when linked.
|
|
581
581
|
$gl-badge-tier-border-color-active: $gl-color-alpha-0; // Used for the border of a tier related badge in the active state.
|
|
582
582
|
$gl-badge-tier-border-color-focus: $gl-color-alpha-0; // Used for the border of a tier related badge in the focus state.
|
|
583
|
-
$gl-badge-tier-border-color-hover: $gl-color-purple-
|
|
583
|
+
$gl-badge-tier-border-color-hover: $gl-color-purple-200; // Used for the border of a tier related badge in the hover state.
|
|
584
584
|
$gl-badge-tier-border-color-default: $gl-color-alpha-0; // Used for the border of a tier related badge when static or the default state when linked.
|
|
585
|
-
$gl-badge-tier-background-color-active: $gl-color-purple-
|
|
586
|
-
$gl-badge-tier-background-color-default: $gl-color-purple-
|
|
587
|
-
$gl-badge-danger-icon-color-active: $gl-color-red-
|
|
588
|
-
$gl-badge-danger-icon-color-hover: $gl-color-red-
|
|
589
|
-
$gl-badge-danger-icon-color-default: $gl-color-red-
|
|
590
|
-
$gl-badge-danger-text-color-active: $gl-color-red-
|
|
591
|
-
$gl-badge-danger-text-color-hover: $gl-color-red-
|
|
592
|
-
$gl-badge-danger-text-color-default: $gl-color-red-
|
|
585
|
+
$gl-badge-tier-background-color-active: $gl-color-purple-200; // Used for the background of a tier related badge in the active state.
|
|
586
|
+
$gl-badge-tier-background-color-default: $gl-color-purple-300; // Used for the background of a tier related badge when static or the default state when linked.
|
|
587
|
+
$gl-badge-danger-icon-color-active: $gl-color-red-950; // Used for the icon of a danger badge in the active state.
|
|
588
|
+
$gl-badge-danger-icon-color-hover: $gl-color-red-950; // Used for the icon of a danger badge in the hover state.
|
|
589
|
+
$gl-badge-danger-icon-color-default: $gl-color-red-950; // Used for the icon of a danger badge when static or the default state when linked.
|
|
590
|
+
$gl-badge-danger-text-color-active: $gl-color-red-950; // Used for the text of a danger badge in the active state.
|
|
591
|
+
$gl-badge-danger-text-color-hover: $gl-color-red-950; // Used for the text of a danger badge in the hover state.
|
|
592
|
+
$gl-badge-danger-text-color-default: $gl-color-red-950; // Used for the text of a danger badge when static or the default state when linked.
|
|
593
593
|
$gl-badge-danger-border-color-active: $gl-color-alpha-0; // Used for the border of a danger badge in the active state.
|
|
594
594
|
$gl-badge-danger-border-color-focus: $gl-color-alpha-0; // Used for the border of a danger badge in the focus state.
|
|
595
|
-
$gl-badge-danger-border-color-hover: $gl-color-red-
|
|
595
|
+
$gl-badge-danger-border-color-hover: $gl-color-red-200; // Used for the border of a danger badge in the hover state.
|
|
596
596
|
$gl-badge-danger-border-color-default: $gl-color-alpha-0; // Used for the border of a danger badge when static or the default state when linked.
|
|
597
|
-
$gl-badge-danger-background-color-active: $gl-color-red-
|
|
598
|
-
$gl-badge-danger-background-color-default: $gl-color-red-
|
|
599
|
-
$gl-badge-warning-icon-color-active: $gl-color-orange-
|
|
600
|
-
$gl-badge-warning-icon-color-hover: $gl-color-orange-
|
|
601
|
-
$gl-badge-warning-icon-color-default: $gl-color-orange-
|
|
602
|
-
$gl-badge-warning-text-color-active: $gl-color-orange-
|
|
603
|
-
$gl-badge-warning-text-color-hover: $gl-color-orange-
|
|
604
|
-
$gl-badge-warning-text-color-default: $gl-color-orange-
|
|
597
|
+
$gl-badge-danger-background-color-active: $gl-color-red-200; // Used for the background of a danger badge in the active state.
|
|
598
|
+
$gl-badge-danger-background-color-default: $gl-color-red-300; // Used for the background of a danger badge when static or the default state when linked.
|
|
599
|
+
$gl-badge-warning-icon-color-active: $gl-color-orange-950; // Used for the icon of a warning badge in the active state.
|
|
600
|
+
$gl-badge-warning-icon-color-hover: $gl-color-orange-950; // Used for the icon of a warning badge in the hover state.
|
|
601
|
+
$gl-badge-warning-icon-color-default: $gl-color-orange-950; // Used for the icon of a warning badge when static or the default state when linked.
|
|
602
|
+
$gl-badge-warning-text-color-active: $gl-color-orange-950; // Used for the text of a warning badge in the active state.
|
|
603
|
+
$gl-badge-warning-text-color-hover: $gl-color-orange-950; // Used for the text of a warning badge in the hover state.
|
|
604
|
+
$gl-badge-warning-text-color-default: $gl-color-orange-950; // Used for the text of a warning badge when static or the default state when linked.
|
|
605
605
|
$gl-badge-warning-border-color-active: $gl-color-alpha-0; // Used for the border of a warning badge in the active state.
|
|
606
606
|
$gl-badge-warning-border-color-focus: $gl-color-alpha-0; // Used for the border of a warning badge in the focus state.
|
|
607
|
-
$gl-badge-warning-border-color-hover: $gl-color-orange-
|
|
607
|
+
$gl-badge-warning-border-color-hover: $gl-color-orange-200; // Used for the border of a warning badge in the hover state.
|
|
608
608
|
$gl-badge-warning-border-color-default: $gl-color-alpha-0; // Used for the border of a warning badge when static or the default state when linked.
|
|
609
|
-
$gl-badge-warning-background-color-active: $gl-color-orange-
|
|
610
|
-
$gl-badge-warning-background-color-default: $gl-color-orange-
|
|
611
|
-
$gl-badge-success-icon-color-active: $gl-color-green-
|
|
612
|
-
$gl-badge-success-icon-color-hover: $gl-color-green-
|
|
613
|
-
$gl-badge-success-icon-color-default: $gl-color-green-
|
|
614
|
-
$gl-badge-success-text-color-active: $gl-color-green-
|
|
615
|
-
$gl-badge-success-text-color-hover: $gl-color-green-
|
|
616
|
-
$gl-badge-success-text-color-default: $gl-color-green-
|
|
609
|
+
$gl-badge-warning-background-color-active: $gl-color-orange-200; // Used for the background of a warning badge in the active state.
|
|
610
|
+
$gl-badge-warning-background-color-default: $gl-color-orange-300; // Used for the background of a warning badge when static or the default state when linked.
|
|
611
|
+
$gl-badge-success-icon-color-active: $gl-color-green-950; // Used for the icon of a success badge in the active state.
|
|
612
|
+
$gl-badge-success-icon-color-hover: $gl-color-green-950; // Used for the icon of a success badge in the hover state.
|
|
613
|
+
$gl-badge-success-icon-color-default: $gl-color-green-950; // Used for the icon of a success badge when static or the default state when linked.
|
|
614
|
+
$gl-badge-success-text-color-active: $gl-color-green-950; // Used for the text of a success badge in the active state.
|
|
615
|
+
$gl-badge-success-text-color-hover: $gl-color-green-950; // Used for the text of a success badge in the hover state.
|
|
616
|
+
$gl-badge-success-text-color-default: $gl-color-green-950; // Used for the text of a success badge when static or the default state when linked.
|
|
617
617
|
$gl-badge-success-border-color-active: $gl-color-alpha-0; // Used for the border of a success badge in the active state.
|
|
618
618
|
$gl-badge-success-border-color-focus: $gl-color-alpha-0; // Used for the border of a success badge in the focus state.
|
|
619
|
-
$gl-badge-success-border-color-hover: $gl-color-green-
|
|
619
|
+
$gl-badge-success-border-color-hover: $gl-color-green-200; // Used for the border of a success badge in the hover state.
|
|
620
620
|
$gl-badge-success-border-color-default: $gl-color-alpha-0; // Used for the border of a success badge when static or the default state when linked.
|
|
621
|
-
$gl-badge-success-background-color-active: $gl-color-green-
|
|
622
|
-
$gl-badge-success-background-color-default: $gl-color-green-
|
|
623
|
-
$gl-badge-info-icon-color-active: $gl-color-blue-
|
|
624
|
-
$gl-badge-info-icon-color-hover: $gl-color-blue-
|
|
625
|
-
$gl-badge-info-icon-color-default: $gl-color-blue-
|
|
626
|
-
$gl-badge-info-text-color-active: $gl-color-blue-
|
|
627
|
-
$gl-badge-info-text-color-hover: $gl-color-blue-
|
|
628
|
-
$gl-badge-info-text-color-default: $gl-color-blue-
|
|
621
|
+
$gl-badge-success-background-color-active: $gl-color-green-200; // Used for the background of a success badge in the active state.
|
|
622
|
+
$gl-badge-success-background-color-default: $gl-color-green-300; // Used for the background of a success badge when static or the default state when linked.
|
|
623
|
+
$gl-badge-info-icon-color-active: $gl-color-blue-950; // Used for the icon of an informational badge in the active state.
|
|
624
|
+
$gl-badge-info-icon-color-hover: $gl-color-blue-950; // Used for the icon of an informational badge in the hover state.
|
|
625
|
+
$gl-badge-info-icon-color-default: $gl-color-blue-950; // Used for the icon of an informational badge when static or the default state when linked.
|
|
626
|
+
$gl-badge-info-text-color-active: $gl-color-blue-950; // Used for the text of an informational badge in the active state.
|
|
627
|
+
$gl-badge-info-text-color-hover: $gl-color-blue-950; // Used for the text of an informational badge in the hover state.
|
|
628
|
+
$gl-badge-info-text-color-default: $gl-color-blue-950; // Used for the text of an informational badge when static or the default state when linked.
|
|
629
629
|
$gl-badge-info-border-color-active: $gl-color-alpha-0; // Used for the border of an informational badge in the active state.
|
|
630
630
|
$gl-badge-info-border-color-focus: $gl-color-alpha-0; // Used for the border of an informational badge in the focus state.
|
|
631
|
-
$gl-badge-info-border-color-hover: $gl-color-blue-
|
|
631
|
+
$gl-badge-info-border-color-hover: $gl-color-blue-200; // Used for the border of an informational badge in the hover state.
|
|
632
632
|
$gl-badge-info-border-color-default: $gl-color-alpha-0; // Used for the border of an informational badge when static or the default state when linked.
|
|
633
|
-
$gl-badge-info-background-color-active: $gl-color-blue-
|
|
634
|
-
$gl-badge-info-background-color-default: $gl-color-blue-
|
|
635
|
-
$gl-badge-neutral-icon-color-active: $gl-color-neutral-
|
|
636
|
-
$gl-badge-neutral-icon-color-hover: $gl-color-neutral-
|
|
637
|
-
$gl-badge-neutral-icon-color-default: $gl-color-neutral-
|
|
638
|
-
$gl-badge-neutral-text-color-active: $gl-color-neutral-
|
|
639
|
-
$gl-badge-neutral-text-color-hover: $gl-color-neutral-
|
|
640
|
-
$gl-badge-neutral-text-color-default: $gl-color-neutral-
|
|
633
|
+
$gl-badge-info-background-color-active: $gl-color-blue-200; // Used for the background of an informational badge in the active state.
|
|
634
|
+
$gl-badge-info-background-color-default: $gl-color-blue-300; // Used for the background of an informational badge when static or the default state when linked.
|
|
635
|
+
$gl-badge-neutral-icon-color-active: $gl-color-neutral-950; // Used for the icon of a neutral badge in the active state.
|
|
636
|
+
$gl-badge-neutral-icon-color-hover: $gl-color-neutral-950; // Used for the icon of a neutral badge in the hover state.
|
|
637
|
+
$gl-badge-neutral-icon-color-default: $gl-color-neutral-950; // Used for the icon of a neutral badge when static or the default state when linked.
|
|
638
|
+
$gl-badge-neutral-text-color-active: $gl-color-neutral-950; // Used for the text of a neutral badge in the active state.
|
|
639
|
+
$gl-badge-neutral-text-color-hover: $gl-color-neutral-950; // Used for the text of a neutral badge in the hover state.
|
|
640
|
+
$gl-badge-neutral-text-color-default: $gl-color-neutral-950; // Used for the text of a neutral badge when static or the default state when linked.
|
|
641
641
|
$gl-badge-neutral-border-color-active: $gl-color-alpha-0; // Used for the border of a neutral badge in the active state.
|
|
642
642
|
$gl-badge-neutral-border-color-focus: $gl-color-alpha-0; // Used for the border of a neutral badge in the focus state.
|
|
643
|
-
$gl-badge-neutral-border-color-hover: $gl-color-neutral-
|
|
643
|
+
$gl-badge-neutral-border-color-hover: $gl-color-neutral-200; // Used for the border of a neutral badge in the hover state.
|
|
644
644
|
$gl-badge-neutral-border-color-default: $gl-color-alpha-0; // Used for the border of a neutral badge when static or the default state when linked.
|
|
645
|
-
$gl-badge-neutral-background-color-active: $gl-color-neutral-
|
|
646
|
-
$gl-badge-neutral-background-color-default: $gl-color-neutral-
|
|
647
|
-
$gl-badge-muted-icon-color-active: $gl-color-neutral-
|
|
648
|
-
$gl-badge-muted-icon-color-hover: $gl-color-neutral-
|
|
649
|
-
$gl-badge-muted-icon-color-default: $gl-color-neutral-
|
|
650
|
-
$gl-badge-muted-text-color-active: $gl-color-neutral-
|
|
651
|
-
$gl-badge-muted-text-color-hover: $gl-color-neutral-
|
|
652
|
-
$gl-badge-muted-text-color-default: $gl-color-neutral-
|
|
645
|
+
$gl-badge-neutral-background-color-active: $gl-color-neutral-200; // Used for the background of a neutral badge in the active state.
|
|
646
|
+
$gl-badge-neutral-background-color-default: $gl-color-neutral-300; // Used for the background of a neutral badge when static or the default state when linked.
|
|
647
|
+
$gl-badge-muted-icon-color-active: $gl-color-neutral-950; // Used for the icon of a muted badge in the active state.
|
|
648
|
+
$gl-badge-muted-icon-color-hover: $gl-color-neutral-950; // Used for the icon of a muted badge in the hover state.
|
|
649
|
+
$gl-badge-muted-icon-color-default: $gl-color-neutral-950; // Used for the icon of a muted badge when static or the default state when linked.
|
|
650
|
+
$gl-badge-muted-text-color-active: $gl-color-neutral-950; // Used for the text of a muted badge in the active state.
|
|
651
|
+
$gl-badge-muted-text-color-hover: $gl-color-neutral-950; // Used for the text of a muted badge in the hover state.
|
|
652
|
+
$gl-badge-muted-text-color-default: $gl-color-neutral-950; // Used for the text of a muted badge when static or the default state when linked.
|
|
653
653
|
$gl-badge-muted-border-color-active: $gl-color-alpha-0; // Used for the border of a muted badge in the active state.
|
|
654
654
|
$gl-badge-muted-border-color-focus: $gl-color-alpha-0; // Used for the border of a muted badge in the focus state.
|
|
655
|
-
$gl-badge-muted-border-color-hover: $gl-color-neutral-
|
|
655
|
+
$gl-badge-muted-border-color-hover: $gl-color-neutral-300; // Used for the border of a muted badge in the hover state.
|
|
656
656
|
$gl-badge-muted-border-color-default: $gl-color-alpha-0; // Used for the border of a muted badge when static or the default state when linked.
|
|
657
|
-
$gl-badge-muted-background-color-active: $gl-color-neutral-
|
|
658
|
-
$gl-badge-muted-background-color-default: $gl-color-neutral-
|
|
657
|
+
$gl-badge-muted-background-color-active: $gl-color-neutral-300; // Used for the background of a muted badge in the active state.
|
|
658
|
+
$gl-badge-muted-background-color-default: $gl-color-neutral-400; // Used for the background of a muted badge when static or the default state when linked.
|
|
659
659
|
$gl-avatar-fallback-text-color-neutral: $gl-color-neutral-200; // Neutral text color for avatar fallback with no particular meaning.
|
|
660
660
|
$gl-avatar-fallback-text-color-orange: $gl-color-orange-200; // Orange text color for avatar fallback with no particular meaning.
|
|
661
661
|
$gl-avatar-fallback-text-color-green: $gl-color-green-200; // Green text color for avatar fallback with no particular meaning.
|
|
@@ -572,9 +572,9 @@ $gl-button-default-primary-foreground-color-default: $gl-color-neutral-800; // U
|
|
|
572
572
|
$gl-breadcrumb-separator-color: $gl-color-neutral-400; // Used for the breadcrumb level separator.
|
|
573
573
|
$gl-banner-promo-background-color: $gl-color-neutral-10; // Used as background for the default banner type.
|
|
574
574
|
$gl-banner-intro-border-color: $gl-color-blue-300; // Used to compliment the info banner.
|
|
575
|
-
$gl-badge-tier-icon-color-active: $gl-color-purple-
|
|
576
|
-
$gl-badge-tier-icon-color-hover: $gl-color-purple-
|
|
577
|
-
$gl-badge-tier-icon-color-default: $gl-color-purple-
|
|
575
|
+
$gl-badge-tier-icon-color-active: $gl-color-purple-900; // Used for the icon of a tier related badge in the active state.
|
|
576
|
+
$gl-badge-tier-icon-color-hover: $gl-color-purple-800; // Used for the icon of a tier related badge in the hover state.
|
|
577
|
+
$gl-badge-tier-icon-color-default: $gl-color-purple-700; // Used for the icon of a tier related badge when static or the default state when linked.
|
|
578
578
|
$gl-badge-tier-text-color-active: $gl-color-purple-900; // Used for the text of a tier related badge in the active state.
|
|
579
579
|
$gl-badge-tier-text-color-hover: $gl-color-purple-800; // Used for the text of a tier related badge in the hover state.
|
|
580
580
|
$gl-badge-tier-text-color-default: $gl-color-purple-700; // Used for the text of a tier related badge when static or the default state when linked.
|
|
@@ -584,9 +584,9 @@ $gl-badge-tier-border-color-hover: $gl-color-purple-200; // Used for the border
|
|
|
584
584
|
$gl-badge-tier-border-color-default: $gl-color-alpha-0; // Used for the border of a tier related badge when static or the default state when linked.
|
|
585
585
|
$gl-badge-tier-background-color-active: $gl-color-purple-200; // Used for the background of a tier related badge in the active state.
|
|
586
586
|
$gl-badge-tier-background-color-default: $gl-color-purple-100; // Used for the background of a tier related badge when static or the default state when linked.
|
|
587
|
-
$gl-badge-danger-icon-color-active: $gl-color-red-
|
|
588
|
-
$gl-badge-danger-icon-color-hover: $gl-color-red-
|
|
589
|
-
$gl-badge-danger-icon-color-default: $gl-color-red-
|
|
587
|
+
$gl-badge-danger-icon-color-active: $gl-color-red-900; // Used for the icon of a danger badge in the active state.
|
|
588
|
+
$gl-badge-danger-icon-color-hover: $gl-color-red-800; // Used for the icon of a danger badge in the hover state.
|
|
589
|
+
$gl-badge-danger-icon-color-default: $gl-color-red-700; // Used for the icon of a danger badge when static or the default state when linked.
|
|
590
590
|
$gl-badge-danger-text-color-active: $gl-color-red-900; // Used for the text of a danger badge in the active state.
|
|
591
591
|
$gl-badge-danger-text-color-hover: $gl-color-red-800; // Used for the text of a danger badge in the hover state.
|
|
592
592
|
$gl-badge-danger-text-color-default: $gl-color-red-700; // Used for the text of a danger badge when static or the default state when linked.
|