@gitlab/ui 86.3.0 → 86.4.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.
@@ -536,6 +536,18 @@ $gl-control-background-color-default: $gl-color-neutral-900; // Used for form co
536
536
  $gl-skeleton-loader-shimmer-color: $gl-color-neutral-700; // Used for the animated shimmer effect in a skeleton loader.
537
537
  $gl-skeleton-loader-background-color: $gl-color-neutral-800; // Used for the skeleton loader background color.
538
538
  $gl-popover-background-color: $gl-color-neutral-900; // Used for the background color of popover.
539
+ $gl-label-scoped-button-icon-color-hover: $gl-color-neutral-950; // Used for the scoped label remove button icon in the hover state.
540
+ $gl-label-scoped-button-icon-color-default: $gl-color-neutral-0; // Used for the scoped label remove button icon in the default state.
541
+ $gl-label-scoped-button-background-color-hover: $gl-color-neutral-0; // Used for the scoped label remove button background in the hover state.
542
+ $gl-label-scoped-text-color: $gl-color-neutral-0; // Used for the scoped label text color.
543
+ $gl-label-dark-button-icon-color-default: $gl-color-neutral-0; // Used for the label remove button icon on a dark background color in the default state.
544
+ $gl-label-dark-button-background-color-hover: $gl-color-neutral-0; // Used for the label remove button background on a dark background color in the hover state.
545
+ $gl-label-dark-button-background-color-default: $gl-color-alpha-0; // Used for the label remove button background on a dark background color in the default state.
546
+ $gl-label-dark-text-color: $gl-color-neutral-0; // Used for the label text color on a dark background color.
547
+ $gl-label-light-button-icon-color-default: $gl-color-neutral-950; // Used for the label remove button icon on a light background color in the default state.
548
+ $gl-label-light-button-background-color-hover: $gl-color-neutral-950; // Used for the label remove button background on a light background color in the hover state.
549
+ $gl-label-light-button-background-color-default: $gl-color-alpha-0; // Used for the label remove button background on a light background color in the default state.
550
+ $gl-label-light-text-color: $gl-color-neutral-950; // Used for the label text color on a light background color.
539
551
  $gl-breadcrumb-separator-color: $gl-color-neutral-700; // Used for the breadcrumb level separator.
540
552
  $gl-banner-promo-background-color: $gl-color-neutral-900; // Used as background for the default banner type.
541
553
  $gl-banner-intro-border-color: $gl-color-blue-600; // Used to compliment the info banner.
@@ -648,9 +660,9 @@ $gl-action-neutral-background-color-subtle-default: $gl-color-alpha-0; // Used f
648
660
  $gl-action-neutral-background-color-active: $gl-color-neutral-800; // Used for the background of an outlined neutral action in the active state.
649
661
  $gl-action-neutral-background-color-focus: $gl-color-neutral-900; // Used for the background of an outlined neutral action in the focus state.
650
662
  $gl-action-neutral-background-color-hover: $gl-color-neutral-900; // Used for the background of an outlined neutral action in the hover state.
663
+ $gl-action-neutral-background-color-default: $gl-color-neutral-900; // Used for the background of an outlined neutral action in the default state.
651
664
  $gl-action-icon-color-disabled: $gl-color-neutral-500; // Used for the icon of a disabled action.
652
665
  $gl-action-text-color-disabled: $gl-color-neutral-400; // Used for the text of a disabled action.
653
666
  $gl-action-border-color-disabled: $gl-color-neutral-800; // Used for the border of a disabled action.
654
667
  $gl-action-background-color-disabled: $gl-color-neutral-900; // Used for the background of a disabled action.
655
668
  $gl-focus-ring-inner-color: $gl-background-color-default; // Used for the inner neutral portion of the focus ring.
656
- $gl-action-neutral-background-color-default: $gl-background-color-default; // Used for the background of an outlined neutral action in the default state.
@@ -536,6 +536,18 @@ $gl-control-background-color-default: $gl-color-neutral-0; // Used for form cont
536
536
  $gl-skeleton-loader-shimmer-color: $gl-color-neutral-50; // Used for the animated shimmer effect in a skeleton loader.
537
537
  $gl-skeleton-loader-background-color: $gl-color-neutral-100; // Used for the skeleton loader background color.
538
538
  $gl-popover-background-color: $gl-color-neutral-0; // Used for the background color of popover.
539
+ $gl-label-scoped-button-icon-color-hover: $gl-color-neutral-0; // Used for the scoped label remove button icon in the hover state.
540
+ $gl-label-scoped-button-icon-color-default: $gl-color-neutral-950; // Used for the scoped label remove button icon in the default state.
541
+ $gl-label-scoped-button-background-color-hover: $gl-color-neutral-950; // Used for the scoped label remove button background in the hover state.
542
+ $gl-label-scoped-text-color: $gl-color-neutral-950; // Used for the scoped label text color.
543
+ $gl-label-dark-button-icon-color-default: $gl-color-neutral-0; // Used for the label remove button icon on a dark background color in the default state.
544
+ $gl-label-dark-button-background-color-hover: $gl-color-neutral-0; // Used for the label remove button background on a dark background color in the hover state.
545
+ $gl-label-dark-button-background-color-default: $gl-color-alpha-0; // Used for the label remove button background on a dark background color in the default state.
546
+ $gl-label-dark-text-color: $gl-color-neutral-0; // Used for the label text color on a dark background color.
547
+ $gl-label-light-button-icon-color-default: $gl-color-neutral-950; // Used for the label remove button icon on a light background color in the default state.
548
+ $gl-label-light-button-background-color-hover: $gl-color-neutral-950; // Used for the label remove button background on a light background color in the hover state.
549
+ $gl-label-light-button-background-color-default: $gl-color-alpha-0; // Used for the label remove button background on a light background color in the default state.
550
+ $gl-label-light-text-color: $gl-color-neutral-950; // Used for the label text color on a light background color.
539
551
  $gl-breadcrumb-separator-color: $gl-color-neutral-200; // Used for the breadcrumb level separator.
540
552
  $gl-banner-promo-background-color: $gl-color-neutral-10; // Used as background for the default banner type.
541
553
  $gl-banner-intro-border-color: $gl-color-blue-300; // Used to compliment the info banner.
@@ -648,9 +660,9 @@ $gl-action-neutral-background-color-subtle-default: $gl-color-alpha-0; // Used f
648
660
  $gl-action-neutral-background-color-active: $gl-color-neutral-100; // Used for the background of an outlined neutral action in the active state.
649
661
  $gl-action-neutral-background-color-focus: $gl-color-neutral-50; // Used for the background of an outlined neutral action in the focus state.
650
662
  $gl-action-neutral-background-color-hover: $gl-color-neutral-50; // Used for the background of an outlined neutral action in the hover state.
663
+ $gl-action-neutral-background-color-default: $gl-color-neutral-0; // Used for the background of an outlined neutral action in the default state.
651
664
  $gl-action-icon-color-disabled: $gl-color-neutral-400; // Used for the icon of a disabled action.
652
665
  $gl-action-text-color-disabled: $gl-color-neutral-500; // Used for the text of a disabled action.
653
666
  $gl-action-border-color-disabled: $gl-color-neutral-100; // Used for the border of a disabled action.
654
667
  $gl-action-background-color-disabled: $gl-color-neutral-50; // Used for the background of a disabled action.
655
668
  $gl-focus-ring-inner-color: $gl-background-color-default; // Used for the inner neutral portion of the focus ring.
656
- $gl-action-neutral-background-color-default: $gl-background-color-default; // Used for the background of an outlined neutral action in the default state.
@@ -510,6 +510,18 @@ $gl-avatar-fallback-background-color-neutral: var(--gl-avatar-fallback-backgroun
510
510
  $gl-banner-intro-border-color: var(--gl-banner-intro-border-color);
511
511
  $gl-banner-promo-background-color: var(--gl-banner-promo-background-color);
512
512
  $gl-breadcrumb-separator-color: var(--gl-breadcrumb-separator-color);
513
+ $gl-label-light-text-color: var(--gl-label-light-text-color);
514
+ $gl-label-light-button-background-color-default: var(--gl-label-light-button-background-color-default);
515
+ $gl-label-light-button-background-color-hover: var(--gl-label-light-button-background-color-hover);
516
+ $gl-label-light-button-icon-color-default: var(--gl-label-light-button-icon-color-default);
517
+ $gl-label-dark-text-color: var(--gl-label-dark-text-color);
518
+ $gl-label-dark-button-background-color-default: var(--gl-label-dark-button-background-color-default);
519
+ $gl-label-dark-button-background-color-hover: var(--gl-label-dark-button-background-color-hover);
520
+ $gl-label-dark-button-icon-color-default: var(--gl-label-dark-button-icon-color-default);
521
+ $gl-label-scoped-text-color: var(--gl-label-scoped-text-color);
522
+ $gl-label-scoped-button-background-color-hover: var(--gl-label-scoped-button-background-color-hover);
523
+ $gl-label-scoped-button-icon-color-default: var(--gl-label-scoped-button-icon-color-default);
524
+ $gl-label-scoped-button-icon-color-hover: var(--gl-label-scoped-button-icon-color-hover);
513
525
  $gl-popover-background-color: var(--gl-popover-background-color);
514
526
  $gl-skeleton-loader-background-color: var(--gl-skeleton-loader-background-color);
515
527
  $gl-skeleton-loader-shimmer-color: var(--gl-skeleton-loader-shimmer-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "86.3.0",
3
+ "version": "86.4.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -74,7 +74,8 @@
74
74
  "lint:fix": "run-s eslint:fix prettier:fix stylelint:fix markdownlint:fix",
75
75
  "generate:component": "plop",
76
76
  "translations:collect": "make translations.js",
77
- "tailwind-config-viewer": "tailwind-config-viewer -o"
77
+ "tailwind-config-viewer:start": "tailwind-config-viewer -o",
78
+ "tailwind-config-viewer:export": "tailwind-config-viewer export ./tailwind-config-viewer-static"
78
79
  },
79
80
  "dependencies": {
80
81
  "@floating-ui/dom": "1.4.3",
@@ -5,7 +5,7 @@ $label-padding-horizontal-half: 0.375 * $grid-size;
5
5
 
6
6
  .gl-label {
7
7
  @include gl-align-items-center;
8
- @include gl-bg-white;
8
+ background-color: var(--gl-background-color-default);
9
9
  @include gl-overflow-hidden;
10
10
  @include gl-display-inline-flex;
11
11
  @include gl-rounded-pill;
@@ -24,7 +24,7 @@ $label-padding-horizontal-half: 0.375 * $grid-size;
24
24
  }
25
25
 
26
26
  &:has(*:first-child:focus) {
27
- @include gl-focus($color: var(--label-background-color, $white), $important: true);
27
+ @include gl-focus($color: var(--label-background-color, --gl-background-color-default), $important: true);
28
28
  }
29
29
 
30
30
  .gl-label-link {
@@ -62,18 +62,6 @@ $label-padding-horizontal-half: 0.375 * $grid-size;
62
62
  @include gl-rounded-full;
63
63
  @include gl-shadow-none;
64
64
 
65
- &[disabled],
66
- &[disabled]:hover,
67
- &[disabled]:focus {
68
- @include gl-opacity-5;
69
- @include gl-reset-bg;
70
- @include gl-shadow-none;
71
-
72
- .gl-icon {
73
- @include gl-fill-current-color;
74
- }
75
- }
76
-
77
65
  &:focus,
78
66
  &:active {
79
67
  @include gl-focus;
@@ -85,82 +73,47 @@ $label-padding-horizontal-half: 0.375 * $grid-size;
85
73
  }
86
74
  }
87
75
 
76
+ // styles for the the light label variant (which uses dark text)
88
77
  .gl-label-text-dark {
89
- @include gl-text-gray-950;
78
+ color: var(--gl-label-light-text-color);
90
79
 
91
80
  #{$label-close-button} {
92
- .gl-icon,
93
- &[disabled] .gl-icon,
94
- &[disabled]:hover .gl-icon,
95
- &[disabled]:focus .gl-icon {
96
- @include gl-text-black-normal;
97
- }
81
+ color: var(--gl-label-light-button-icon-color-default);
82
+ background-color: var(--gl-label-light-button-background-color-default);
98
83
 
99
84
  &:focus,
100
85
  &:hover {
101
- @include gl-bg-black;
102
-
103
- .gl-icon {
104
- color: var(--label-background-color);
105
- }
86
+ color: var(--label-background-color);
87
+ background-color: var(--gl-label-light-button-background-color-hover);
106
88
  }
107
89
  }
108
90
  }
109
91
 
92
+ // styles for the the dark label variant (which uses light text)
110
93
  .gl-label-text-light {
111
- @include gl-text-white;
94
+ color: var(--gl-label-dark-text-color);
112
95
 
113
96
  #{$label-close-button} {
114
- .gl-icon,
115
- &[disabled] .gl-icon,
116
- &[disabled]:hover .gl-icon,
117
- &[disabled]:focus .gl-icon {
118
- @include gl-text-white;
119
- }
97
+ color: var(--gl-label-dark-button-icon-color-default);
98
+ background-color: var(--gl-label-dark-button-background-color-default);
120
99
 
121
100
  &:focus,
122
101
  &:hover {
123
- @include gl-bg-white;
124
-
125
- .gl-icon {
126
- color: var(--label-background-color);
127
- }
102
+ color: var(--label-background-color);
103
+ background-color: var(--gl-label-dark-button-background-color-hover);
128
104
  }
129
105
  }
130
106
  }
131
107
 
132
108
  .gl-label-scoped {
133
- &.gl-label-text-light {
134
- #{$label-close-button} .gl-icon,
135
- #{$label-close-button}[disabled]:hover .gl-icon {
136
- color: var(--label-background-color);
137
- }
138
-
139
- #{$label-close-button}:not(:disabled) {
140
- &:focus,
141
- &:hover {
142
- background-color: var(--label-background-color);
143
- }
144
- }
145
- }
146
-
147
- &.gl-label-text-dark {
148
- #{$label-close-button}:not(:disabled) {
149
- &:focus,
150
- &:hover {
151
- @include gl-bg-black;
152
- }
153
- }
154
- }
155
-
156
109
  #{$label-close-button} {
157
110
  margin-left: #{-$label-padding-horizontal};
111
+ color: var(--gl-label-scoped-button-icon-color-default);
158
112
 
159
113
  &:focus,
160
114
  &:hover {
161
- .gl-icon {
162
- @include gl-text-white;
163
- }
115
+ color: var(--gl-label-scoped-button-icon-color-hover);
116
+ background-color: var(--gl-label-scoped-button-background-color-hover);
164
117
  }
165
118
  }
166
119
 
@@ -173,7 +126,7 @@ $label-padding-horizontal-half: 0.375 * $grid-size;
173
126
  }
174
127
 
175
128
  .gl-label-text-scoped {
176
- @include gl-text-gray-950;
129
+ color: var(--gl-label-scoped-text-color);
177
130
  padding-left: $gl-spacing-scale-2;
178
131
  padding-right: $gl-spacing-scale-3;
179
132
  }
@@ -52,7 +52,10 @@
52
52
  "background": {
53
53
  "color": {
54
54
  "default": {
55
- "$value": "{background.color.default}",
55
+ "$value": {
56
+ "default": "{color.neutral.0}",
57
+ "dark": "{color.neutral.900}"
58
+ },
56
59
  "$type": "color",
57
60
  "$description": "Used for the background of an outlined neutral action in the default state."
58
61
  },
@@ -538,6 +538,18 @@
538
538
  --gl-skeleton-loader-shimmer-color: var(--gl-color-neutral-50); /* Used for the animated shimmer effect in a skeleton loader. */
539
539
  --gl-skeleton-loader-background-color: var(--gl-color-neutral-100); /* Used for the skeleton loader background color. */
540
540
  --gl-popover-background-color: var(--gl-color-neutral-0); /* Used for the background color of popover. */
541
+ --gl-label-scoped-button-icon-color-hover: var(--gl-color-neutral-0); /* Used for the scoped label remove button icon in the hover state. */
542
+ --gl-label-scoped-button-icon-color-default: var(--gl-color-neutral-950); /* Used for the scoped label remove button icon in the default state. */
543
+ --gl-label-scoped-button-background-color-hover: var(--gl-color-neutral-950); /* Used for the scoped label remove button background in the hover state. */
544
+ --gl-label-scoped-text-color: var(--gl-color-neutral-950); /* Used for the scoped label text color. */
545
+ --gl-label-dark-button-icon-color-default: var(--gl-color-neutral-0); /* Used for the label remove button icon on a dark background color in the default state. */
546
+ --gl-label-dark-button-background-color-hover: var(--gl-color-neutral-0); /* Used for the label remove button background on a dark background color in the hover state. */
547
+ --gl-label-dark-button-background-color-default: var(--gl-color-alpha-0); /* Used for the label remove button background on a dark background color in the default state. */
548
+ --gl-label-dark-text-color: var(--gl-color-neutral-0); /* Used for the label text color on a dark background color. */
549
+ --gl-label-light-button-icon-color-default: var(--gl-color-neutral-950); /* Used for the label remove button icon on a light background color in the default state. */
550
+ --gl-label-light-button-background-color-hover: var(--gl-color-neutral-950); /* Used for the label remove button background on a light background color in the hover state. */
551
+ --gl-label-light-button-background-color-default: var(--gl-color-alpha-0); /* Used for the label remove button background on a light background color in the default state. */
552
+ --gl-label-light-text-color: var(--gl-color-neutral-950); /* Used for the label text color on a light background color. */
541
553
  --gl-breadcrumb-separator-color: var(--gl-color-neutral-200); /* Used for the breadcrumb level separator. */
542
554
  --gl-banner-promo-background-color: var(--gl-color-neutral-10); /* Used as background for the default banner type. */
543
555
  --gl-banner-intro-border-color: var(--gl-color-blue-300); /* Used to compliment the info banner. */
@@ -650,10 +662,10 @@
650
662
  --gl-action-neutral-background-color-active: var(--gl-color-neutral-100); /* Used for the background of an outlined neutral action in the active state. */
651
663
  --gl-action-neutral-background-color-focus: var(--gl-color-neutral-50); /* Used for the background of an outlined neutral action in the focus state. */
652
664
  --gl-action-neutral-background-color-hover: var(--gl-color-neutral-50); /* Used for the background of an outlined neutral action in the hover state. */
665
+ --gl-action-neutral-background-color-default: var(--gl-color-neutral-0); /* Used for the background of an outlined neutral action in the default state. */
653
666
  --gl-action-icon-color-disabled: var(--gl-color-neutral-400); /* Used for the icon of a disabled action. */
654
667
  --gl-action-text-color-disabled: var(--gl-color-neutral-500); /* Used for the text of a disabled action. */
655
668
  --gl-action-border-color-disabled: var(--gl-color-neutral-100); /* Used for the border of a disabled action. */
656
669
  --gl-action-background-color-disabled: var(--gl-color-neutral-50); /* Used for the background of a disabled action. */
657
670
  --gl-focus-ring-inner-color: var(--gl-background-color-default); /* Used for the inner neutral portion of the focus ring. */
658
- --gl-action-neutral-background-color-default: var(--gl-background-color-default); /* Used for the background of an outlined neutral action in the default state. */
659
671
  }
@@ -538,6 +538,18 @@
538
538
  --gl-skeleton-loader-shimmer-color: var(--gl-color-neutral-700); /* Used for the animated shimmer effect in a skeleton loader. */
539
539
  --gl-skeleton-loader-background-color: var(--gl-color-neutral-800); /* Used for the skeleton loader background color. */
540
540
  --gl-popover-background-color: var(--gl-color-neutral-900); /* Used for the background color of popover. */
541
+ --gl-label-scoped-button-icon-color-hover: var(--gl-color-neutral-950); /* Used for the scoped label remove button icon in the hover state. */
542
+ --gl-label-scoped-button-icon-color-default: var(--gl-color-neutral-0); /* Used for the scoped label remove button icon in the default state. */
543
+ --gl-label-scoped-button-background-color-hover: var(--gl-color-neutral-0); /* Used for the scoped label remove button background in the hover state. */
544
+ --gl-label-scoped-text-color: var(--gl-color-neutral-0); /* Used for the scoped label text color. */
545
+ --gl-label-dark-button-icon-color-default: var(--gl-color-neutral-0); /* Used for the label remove button icon on a dark background color in the default state. */
546
+ --gl-label-dark-button-background-color-hover: var(--gl-color-neutral-0); /* Used for the label remove button background on a dark background color in the hover state. */
547
+ --gl-label-dark-button-background-color-default: var(--gl-color-alpha-0); /* Used for the label remove button background on a dark background color in the default state. */
548
+ --gl-label-dark-text-color: var(--gl-color-neutral-0); /* Used for the label text color on a dark background color. */
549
+ --gl-label-light-button-icon-color-default: var(--gl-color-neutral-950); /* Used for the label remove button icon on a light background color in the default state. */
550
+ --gl-label-light-button-background-color-hover: var(--gl-color-neutral-950); /* Used for the label remove button background on a light background color in the hover state. */
551
+ --gl-label-light-button-background-color-default: var(--gl-color-alpha-0); /* Used for the label remove button background on a light background color in the default state. */
552
+ --gl-label-light-text-color: var(--gl-color-neutral-950); /* Used for the label text color on a light background color. */
541
553
  --gl-breadcrumb-separator-color: var(--gl-color-neutral-700); /* Used for the breadcrumb level separator. */
542
554
  --gl-banner-promo-background-color: var(--gl-color-neutral-900); /* Used as background for the default banner type. */
543
555
  --gl-banner-intro-border-color: var(--gl-color-blue-600); /* Used to compliment the info banner. */
@@ -650,10 +662,10 @@
650
662
  --gl-action-neutral-background-color-active: var(--gl-color-neutral-800); /* Used for the background of an outlined neutral action in the active state. */
651
663
  --gl-action-neutral-background-color-focus: var(--gl-color-neutral-900); /* Used for the background of an outlined neutral action in the focus state. */
652
664
  --gl-action-neutral-background-color-hover: var(--gl-color-neutral-900); /* Used for the background of an outlined neutral action in the hover state. */
665
+ --gl-action-neutral-background-color-default: var(--gl-color-neutral-900); /* Used for the background of an outlined neutral action in the default state. */
653
666
  --gl-action-icon-color-disabled: var(--gl-color-neutral-500); /* Used for the icon of a disabled action. */
654
667
  --gl-action-text-color-disabled: var(--gl-color-neutral-400); /* Used for the text of a disabled action. */
655
668
  --gl-action-border-color-disabled: var(--gl-color-neutral-800); /* Used for the border of a disabled action. */
656
669
  --gl-action-background-color-disabled: var(--gl-color-neutral-900); /* Used for the background of a disabled action. */
657
670
  --gl-focus-ring-inner-color: var(--gl-background-color-default); /* Used for the inner neutral portion of the focus ring. */
658
- --gl-action-neutral-background-color-default: var(--gl-background-color-default); /* Used for the background of an outlined neutral action in the default state. */
659
671
  }
@@ -7,7 +7,7 @@ export const GL_ACTION_BACKGROUND_COLOR_DISABLED = '#333238'; // Used for the ba
7
7
  export const GL_ACTION_BORDER_COLOR_DISABLED = '#434248'; // Used for the border of a disabled action.
8
8
  export const GL_ACTION_TEXT_COLOR_DISABLED = '#89888d'; // Used for the text of a disabled action.
9
9
  export const GL_ACTION_ICON_COLOR_DISABLED = '#737278'; // Used for the icon of a disabled action.
10
- export const GL_ACTION_NEUTRAL_BACKGROUND_COLOR_DEFAULT = '#1f1e24'; // Used for the background of an outlined neutral action in the default state.
10
+ export const GL_ACTION_NEUTRAL_BACKGROUND_COLOR_DEFAULT = '#333238'; // Used for the background of an outlined neutral action in the default state.
11
11
  export const GL_ACTION_NEUTRAL_BACKGROUND_COLOR_HOVER = '#333238'; // Used for the background of an outlined neutral action in the hover state.
12
12
  export const GL_ACTION_NEUTRAL_BACKGROUND_COLOR_FOCUS = '#333238'; // Used for the background of an outlined neutral action in the focus state.
13
13
  export const GL_ACTION_NEUTRAL_BACKGROUND_COLOR_ACTIVE = '#434248'; // Used for the background of an outlined neutral action in the active state.
@@ -510,6 +510,18 @@ export const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_NEUTRAL = '#333238'; // Neutral
510
510
  export const GL_BANNER_INTRO_BORDER_COLOR = '#1068bf'; // Used to compliment the info banner.
511
511
  export const GL_BANNER_PROMO_BACKGROUND_COLOR = '#333238'; // Used as background for the default banner type.
512
512
  export const GL_BREADCRUMB_SEPARATOR_COLOR = '#535158'; // Used for the breadcrumb level separator.
513
+ export const GL_LABEL_LIGHT_TEXT_COLOR = '#1f1e24'; // Used for the label text color on a light background color.
514
+ export const GL_LABEL_LIGHT_BUTTON_BACKGROUND_COLOR_DEFAULT = 'transparent'; // Used for the label remove button background on a light background color in the default state.
515
+ export const GL_LABEL_LIGHT_BUTTON_BACKGROUND_COLOR_HOVER = '#1f1e24'; // Used for the label remove button background on a light background color in the hover state.
516
+ export const GL_LABEL_LIGHT_BUTTON_ICON_COLOR_DEFAULT = '#1f1e24'; // Used for the label remove button icon on a light background color in the default state.
517
+ export const GL_LABEL_DARK_TEXT_COLOR = '#fff'; // Used for the label text color on a dark background color.
518
+ export const GL_LABEL_DARK_BUTTON_BACKGROUND_COLOR_DEFAULT = 'transparent'; // Used for the label remove button background on a dark background color in the default state.
519
+ export const GL_LABEL_DARK_BUTTON_BACKGROUND_COLOR_HOVER = '#fff'; // Used for the label remove button background on a dark background color in the hover state.
520
+ export const GL_LABEL_DARK_BUTTON_ICON_COLOR_DEFAULT = '#fff'; // Used for the label remove button icon on a dark background color in the default state.
521
+ export const GL_LABEL_SCOPED_TEXT_COLOR = '#fff'; // Used for the scoped label text color.
522
+ export const GL_LABEL_SCOPED_BUTTON_BACKGROUND_COLOR_HOVER = '#fff'; // Used for the scoped label remove button background in the hover state.
523
+ export const GL_LABEL_SCOPED_BUTTON_ICON_COLOR_DEFAULT = '#fff'; // Used for the scoped label remove button icon in the default state.
524
+ export const GL_LABEL_SCOPED_BUTTON_ICON_COLOR_HOVER = '#1f1e24'; // Used for the scoped label remove button icon in the hover state.
513
525
  export const GL_POPOVER_BACKGROUND_COLOR = '#333238'; // Used for the background color of popover.
514
526
  export const GL_SKELETON_LOADER_BACKGROUND_COLOR = '#434248'; // Used for the skeleton loader background color.
515
527
  export const GL_SKELETON_LOADER_SHIMMER_COLOR = '#535158'; // Used for the animated shimmer effect in a skeleton loader.
@@ -510,6 +510,18 @@ export const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_NEUTRAL = '#ececef'; // Neutral
510
510
  export const GL_BANNER_INTRO_BORDER_COLOR = '#63a6e9'; // Used to compliment the info banner.
511
511
  export const GL_BANNER_PROMO_BACKGROUND_COLOR = '#fbfafd'; // Used as background for the default banner type.
512
512
  export const GL_BREADCRUMB_SEPARATOR_COLOR = '#bfbfc3'; // Used for the breadcrumb level separator.
513
+ export const GL_LABEL_LIGHT_TEXT_COLOR = '#1f1e24'; // Used for the label text color on a light background color.
514
+ export const GL_LABEL_LIGHT_BUTTON_BACKGROUND_COLOR_DEFAULT = 'transparent'; // Used for the label remove button background on a light background color in the default state.
515
+ export const GL_LABEL_LIGHT_BUTTON_BACKGROUND_COLOR_HOVER = '#1f1e24'; // Used for the label remove button background on a light background color in the hover state.
516
+ export const GL_LABEL_LIGHT_BUTTON_ICON_COLOR_DEFAULT = '#1f1e24'; // Used for the label remove button icon on a light background color in the default state.
517
+ export const GL_LABEL_DARK_TEXT_COLOR = '#fff'; // Used for the label text color on a dark background color.
518
+ export const GL_LABEL_DARK_BUTTON_BACKGROUND_COLOR_DEFAULT = 'transparent'; // Used for the label remove button background on a dark background color in the default state.
519
+ export const GL_LABEL_DARK_BUTTON_BACKGROUND_COLOR_HOVER = '#fff'; // Used for the label remove button background on a dark background color in the hover state.
520
+ export const GL_LABEL_DARK_BUTTON_ICON_COLOR_DEFAULT = '#fff'; // Used for the label remove button icon on a dark background color in the default state.
521
+ export const GL_LABEL_SCOPED_TEXT_COLOR = '#1f1e24'; // Used for the scoped label text color.
522
+ export const GL_LABEL_SCOPED_BUTTON_BACKGROUND_COLOR_HOVER = '#1f1e24'; // Used for the scoped label remove button background in the hover state.
523
+ export const GL_LABEL_SCOPED_BUTTON_ICON_COLOR_DEFAULT = '#1f1e24'; // Used for the scoped label remove button icon in the default state.
524
+ export const GL_LABEL_SCOPED_BUTTON_ICON_COLOR_HOVER = '#fff'; // Used for the scoped label remove button icon in the hover state.
513
525
  export const GL_POPOVER_BACKGROUND_COLOR = '#fff'; // Used for the background color of popover.
514
526
  export const GL_SKELETON_LOADER_BACKGROUND_COLOR = '#dcdcde'; // Used for the skeleton loader background color.
515
527
  export const GL_SKELETON_LOADER_SHIMMER_COLOR = '#ececef'; // Used for the animated shimmer effect in a skeleton loader.