@gitlab/ui 86.14.3 → 86.14.4

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.
@@ -509,7 +509,7 @@ const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_ORANGE = '#5c2900'; // Orange backgrou
509
509
  const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_NEUTRAL = '#28272d'; // Neutral background for avatar fallback with no particular meaning.
510
510
  const GL_BANNER_INTRO_BORDER_COLOR = '#1068bf'; // Used to compliment the info banner.
511
511
  const GL_BANNER_PROMO_BACKGROUND_COLOR = '#28272d'; // Used as background for the default banner type.
512
- const GL_BREADCRUMB_SEPARATOR_COLOR = '#4c4b51'; // Used for the breadcrumb level separator.
512
+ const GL_BREADCRUMB_SEPARATOR_COLOR = '#89888d'; // Used for the breadcrumb level separator.
513
513
  const GL_LABEL_LIGHT_TEXT_COLOR = '#18171d'; // Used for the label text color on a light background color.
514
514
  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
515
  const GL_LABEL_LIGHT_BUTTON_BACKGROUND_COLOR_HOVER = '#18171d'; // Used for the label remove button background on a light background color in the hover state.
@@ -509,7 +509,7 @@ const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_ORANGE = '#fdf1dd'; // Orange backgrou
509
509
  const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_NEUTRAL = '#ececef'; // Neutral background for avatar fallback with no particular meaning.
510
510
  const GL_BANNER_INTRO_BORDER_COLOR = '#63a6e9'; // Used to compliment the info banner.
511
511
  const GL_BANNER_PROMO_BACKGROUND_COLOR = '#fbfafd'; // Used as background for the default banner type.
512
- const GL_BREADCRUMB_SEPARATOR_COLOR = '#bfbfc3'; // Used for the breadcrumb level separator.
512
+ const GL_BREADCRUMB_SEPARATOR_COLOR = '#89888d'; // Used for the breadcrumb level separator.
513
513
  const GL_LABEL_LIGHT_TEXT_COLOR = '#18171d'; // Used for the label text color on a light background color.
514
514
  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
515
  const GL_LABEL_LIGHT_BUTTON_BACKGROUND_COLOR_HOVER = '#18171d'; // Used for the label remove button background on a light background color in the hover state.
@@ -554,7 +554,7 @@
554
554
  --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. */
555
555
  --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. */
556
556
  --gl-label-light-text-color: var(--gl-color-neutral-950); /* Used for the label text color on a light background color. */
557
- --gl-breadcrumb-separator-color: var(--gl-color-neutral-200); /* Used for the breadcrumb level separator. */
557
+ --gl-breadcrumb-separator-color: var(--gl-color-neutral-400); /* Used for the breadcrumb level separator. */
558
558
  --gl-banner-promo-background-color: var(--gl-color-neutral-10); /* Used as background for the default banner type. */
559
559
  --gl-banner-intro-border-color: var(--gl-color-blue-300); /* Used to compliment the info banner. */
560
560
  --gl-avatar-fallback-background-color-neutral: var(--gl-color-neutral-50); /* Neutral background for avatar fallback with no particular meaning. */
@@ -554,7 +554,7 @@
554
554
  --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. */
555
555
  --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. */
556
556
  --gl-label-light-text-color: var(--gl-color-neutral-950); /* Used for the label text color on a light background color. */
557
- --gl-breadcrumb-separator-color: var(--gl-color-neutral-700); /* Used for the breadcrumb level separator. */
557
+ --gl-breadcrumb-separator-color: var(--gl-color-neutral-400); /* Used for the breadcrumb level separator. */
558
558
  --gl-banner-promo-background-color: var(--gl-color-neutral-900); /* Used as background for the default banner type. */
559
559
  --gl-banner-intro-border-color: var(--gl-color-blue-600); /* Used to compliment the info banner. */
560
560
  --gl-avatar-fallback-background-color-neutral: var(--gl-color-neutral-900); /* Neutral background for avatar fallback with no particular meaning. */
@@ -509,7 +509,7 @@ export const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_ORANGE = '#5c2900'; // Orange b
509
509
  export const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_NEUTRAL = '#28272d'; // Neutral background for avatar fallback with no particular meaning.
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 = '#28272d'; // Used as background for the default banner type.
512
- export const GL_BREADCRUMB_SEPARATOR_COLOR = '#4c4b51'; // Used for the breadcrumb level separator.
512
+ export const GL_BREADCRUMB_SEPARATOR_COLOR = '#89888d'; // Used for the breadcrumb level separator.
513
513
  export const GL_LABEL_LIGHT_TEXT_COLOR = '#18171d'; // Used for the label text color on a light background color.
514
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
515
  export const GL_LABEL_LIGHT_BUTTON_BACKGROUND_COLOR_HOVER = '#18171d'; // Used for the label remove button background on a light background color in the hover state.
@@ -509,7 +509,7 @@ export const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_ORANGE = '#fdf1dd'; // Orange b
509
509
  export const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_NEUTRAL = '#ececef'; // Neutral background for avatar fallback with no particular meaning.
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
- export const GL_BREADCRUMB_SEPARATOR_COLOR = '#bfbfc3'; // Used for the breadcrumb level separator.
512
+ export const GL_BREADCRUMB_SEPARATOR_COLOR = '#89888d'; // Used for the breadcrumb level separator.
513
513
  export const GL_LABEL_LIGHT_TEXT_COLOR = '#18171d'; // Used for the label text color on a light background color.
514
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
515
  export const GL_LABEL_LIGHT_BUTTON_BACKGROUND_COLOR_HOVER = '#18171d'; // Used for the label remove button background on a light background color in the hover state.
@@ -11062,16 +11062,13 @@
11062
11062
  "breadcrumb": {
11063
11063
  "separator": {
11064
11064
  "color": {
11065
- "value": "#4c4b51",
11065
+ "value": "#89888d",
11066
11066
  "$type": "color",
11067
11067
  "comment": "Used for the breadcrumb level separator.",
11068
11068
  "filePath": "src/tokens/contextual/breadcrumb.tokens.json",
11069
11069
  "isSource": true,
11070
11070
  "original": {
11071
- "value": {
11072
- "default": "{color.neutral.200}",
11073
- "dark": "{color.neutral.700}"
11074
- },
11071
+ "value": "{color.neutral.400}",
11075
11072
  "$type": "color",
11076
11073
  "comment": "Used for the breadcrumb level separator."
11077
11074
  },
@@ -11062,16 +11062,13 @@
11062
11062
  "breadcrumb": {
11063
11063
  "separator": {
11064
11064
  "color": {
11065
- "value": "#bfbfc3",
11065
+ "value": "#89888d",
11066
11066
  "$type": "color",
11067
11067
  "comment": "Used for the breadcrumb level separator.",
11068
11068
  "filePath": "src/tokens/contextual/breadcrumb.tokens.json",
11069
11069
  "isSource": true,
11070
11070
  "original": {
11071
- "value": {
11072
- "default": "{color.neutral.200}",
11073
- "dark": "{color.neutral.700}"
11074
- },
11071
+ "value": "{color.neutral.400}",
11075
11072
  "$type": "color",
11076
11073
  "comment": "Used for the breadcrumb level separator."
11077
11074
  },
@@ -552,7 +552,7 @@ $gl-label-light-button-icon-color-default: $gl-color-neutral-950; // Used for th
552
552
  $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.
553
553
  $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.
554
554
  $gl-label-light-text-color: $gl-color-neutral-950; // Used for the label text color on a light background color.
555
- $gl-breadcrumb-separator-color: $gl-color-neutral-700; // Used for the breadcrumb level separator.
555
+ $gl-breadcrumb-separator-color: $gl-color-neutral-400; // Used for the breadcrumb level separator.
556
556
  $gl-banner-promo-background-color: $gl-color-neutral-900; // Used as background for the default banner type.
557
557
  $gl-banner-intro-border-color: $gl-color-blue-600; // Used to compliment the info banner.
558
558
  $gl-avatar-fallback-background-color-neutral: $gl-color-neutral-900; // Neutral background for avatar fallback with no particular meaning.
@@ -552,7 +552,7 @@ $gl-label-light-button-icon-color-default: $gl-color-neutral-950; // Used for th
552
552
  $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.
553
553
  $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.
554
554
  $gl-label-light-text-color: $gl-color-neutral-950; // Used for the label text color on a light background color.
555
- $gl-breadcrumb-separator-color: $gl-color-neutral-200; // Used for the breadcrumb level separator.
555
+ $gl-breadcrumb-separator-color: $gl-color-neutral-400; // Used for the breadcrumb level separator.
556
556
  $gl-banner-promo-background-color: $gl-color-neutral-10; // Used as background for the default banner type.
557
557
  $gl-banner-intro-border-color: $gl-color-blue-300; // Used to compliment the info banner.
558
558
  $gl-avatar-fallback-background-color-neutral: $gl-color-neutral-50; // Neutral background for avatar fallback with no particular meaning.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "86.14.3",
3
+ "version": "86.14.4",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -554,7 +554,7 @@
554
554
  --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. */
555
555
  --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. */
556
556
  --gl-label-light-text-color: var(--gl-color-neutral-950); /* Used for the label text color on a light background color. */
557
- --gl-breadcrumb-separator-color: var(--gl-color-neutral-200); /* Used for the breadcrumb level separator. */
557
+ --gl-breadcrumb-separator-color: var(--gl-color-neutral-400); /* Used for the breadcrumb level separator. */
558
558
  --gl-banner-promo-background-color: var(--gl-color-neutral-10); /* Used as background for the default banner type. */
559
559
  --gl-banner-intro-border-color: var(--gl-color-blue-300); /* Used to compliment the info banner. */
560
560
  --gl-avatar-fallback-background-color-neutral: var(--gl-color-neutral-50); /* Neutral background for avatar fallback with no particular meaning. */
@@ -554,7 +554,7 @@
554
554
  --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. */
555
555
  --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. */
556
556
  --gl-label-light-text-color: var(--gl-color-neutral-950); /* Used for the label text color on a light background color. */
557
- --gl-breadcrumb-separator-color: var(--gl-color-neutral-700); /* Used for the breadcrumb level separator. */
557
+ --gl-breadcrumb-separator-color: var(--gl-color-neutral-400); /* Used for the breadcrumb level separator. */
558
558
  --gl-banner-promo-background-color: var(--gl-color-neutral-900); /* Used as background for the default banner type. */
559
559
  --gl-banner-intro-border-color: var(--gl-color-blue-600); /* Used to compliment the info banner. */
560
560
  --gl-avatar-fallback-background-color-neutral: var(--gl-color-neutral-900); /* Neutral background for avatar fallback with no particular meaning. */
@@ -509,7 +509,7 @@ export const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_ORANGE = '#5c2900'; // Orange b
509
509
  export const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_NEUTRAL = '#28272d'; // Neutral background for avatar fallback with no particular meaning.
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 = '#28272d'; // Used as background for the default banner type.
512
- export const GL_BREADCRUMB_SEPARATOR_COLOR = '#4c4b51'; // Used for the breadcrumb level separator.
512
+ export const GL_BREADCRUMB_SEPARATOR_COLOR = '#89888d'; // Used for the breadcrumb level separator.
513
513
  export const GL_LABEL_LIGHT_TEXT_COLOR = '#18171d'; // Used for the label text color on a light background color.
514
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
515
  export const GL_LABEL_LIGHT_BUTTON_BACKGROUND_COLOR_HOVER = '#18171d'; // Used for the label remove button background on a light background color in the hover state.
@@ -509,7 +509,7 @@ export const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_ORANGE = '#fdf1dd'; // Orange b
509
509
  export const GL_AVATAR_FALLBACK_BACKGROUND_COLOR_NEUTRAL = '#ececef'; // Neutral background for avatar fallback with no particular meaning.
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
- export const GL_BREADCRUMB_SEPARATOR_COLOR = '#bfbfc3'; // Used for the breadcrumb level separator.
512
+ export const GL_BREADCRUMB_SEPARATOR_COLOR = '#89888d'; // Used for the breadcrumb level separator.
513
513
  export const GL_LABEL_LIGHT_TEXT_COLOR = '#18171d'; // Used for the label text color on a light background color.
514
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
515
  export const GL_LABEL_LIGHT_BUTTON_BACKGROUND_COLOR_HOVER = '#18171d'; // Used for the label remove button background on a light background color in the hover state.
@@ -11062,16 +11062,13 @@
11062
11062
  "breadcrumb": {
11063
11063
  "separator": {
11064
11064
  "color": {
11065
- "value": "#4c4b51",
11065
+ "value": "#89888d",
11066
11066
  "$type": "color",
11067
11067
  "comment": "Used for the breadcrumb level separator.",
11068
11068
  "filePath": "src/tokens/contextual/breadcrumb.tokens.json",
11069
11069
  "isSource": true,
11070
11070
  "original": {
11071
- "value": {
11072
- "default": "{color.neutral.200}",
11073
- "dark": "{color.neutral.700}"
11074
- },
11071
+ "value": "{color.neutral.400}",
11075
11072
  "$type": "color",
11076
11073
  "comment": "Used for the breadcrumb level separator."
11077
11074
  },
@@ -11062,16 +11062,13 @@
11062
11062
  "breadcrumb": {
11063
11063
  "separator": {
11064
11064
  "color": {
11065
- "value": "#bfbfc3",
11065
+ "value": "#89888d",
11066
11066
  "$type": "color",
11067
11067
  "comment": "Used for the breadcrumb level separator.",
11068
11068
  "filePath": "src/tokens/contextual/breadcrumb.tokens.json",
11069
11069
  "isSource": true,
11070
11070
  "original": {
11071
- "value": {
11072
- "default": "{color.neutral.200}",
11073
- "dark": "{color.neutral.700}"
11074
- },
11071
+ "value": "{color.neutral.400}",
11075
11072
  "$type": "color",
11076
11073
  "comment": "Used for the breadcrumb level separator."
11077
11074
  },
@@ -552,7 +552,7 @@ $gl-label-light-button-icon-color-default: $gl-color-neutral-950; // Used for th
552
552
  $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.
553
553
  $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.
554
554
  $gl-label-light-text-color: $gl-color-neutral-950; // Used for the label text color on a light background color.
555
- $gl-breadcrumb-separator-color: $gl-color-neutral-700; // Used for the breadcrumb level separator.
555
+ $gl-breadcrumb-separator-color: $gl-color-neutral-400; // Used for the breadcrumb level separator.
556
556
  $gl-banner-promo-background-color: $gl-color-neutral-900; // Used as background for the default banner type.
557
557
  $gl-banner-intro-border-color: $gl-color-blue-600; // Used to compliment the info banner.
558
558
  $gl-avatar-fallback-background-color-neutral: $gl-color-neutral-900; // Neutral background for avatar fallback with no particular meaning.
@@ -552,7 +552,7 @@ $gl-label-light-button-icon-color-default: $gl-color-neutral-950; // Used for th
552
552
  $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.
553
553
  $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.
554
554
  $gl-label-light-text-color: $gl-color-neutral-950; // Used for the label text color on a light background color.
555
- $gl-breadcrumb-separator-color: $gl-color-neutral-200; // Used for the breadcrumb level separator.
555
+ $gl-breadcrumb-separator-color: $gl-color-neutral-400; // Used for the breadcrumb level separator.
556
556
  $gl-banner-promo-background-color: $gl-color-neutral-10; // Used as background for the default banner type.
557
557
  $gl-banner-intro-border-color: $gl-color-blue-300; // Used to compliment the info banner.
558
558
  $gl-avatar-fallback-background-color-neutral: $gl-color-neutral-50; // Neutral background for avatar fallback with no particular meaning.
@@ -2,10 +2,7 @@
2
2
  "breadcrumb": {
3
3
  "separator": {
4
4
  "color": {
5
- "$value": {
6
- "default": "{color.neutral.200}",
7
- "dark": "{color.neutral.700}"
8
- },
5
+ "$value": "{color.neutral.400}",
9
6
  "$type": "color",
10
7
  "$description": "Used for the breadcrumb level separator."
11
8
  }