@gitlab/ui 90.3.0 → 90.5.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.
@@ -12867,6 +12867,62 @@
12867
12867
  }
12868
12868
  }
12869
12869
  },
12870
+ "link": {
12871
+ "mention": {
12872
+ "background": {
12873
+ "color": {
12874
+ "default": {
12875
+ "value": "#064787",
12876
+ "$type": "color",
12877
+ "comment": "Used for the mention link default background.",
12878
+ "filePath": "src/tokens/contextual/link.tokens.json",
12879
+ "isSource": true,
12880
+ "original": {
12881
+ "value": {
12882
+ "default": "{color.blue.100}",
12883
+ "dark": "{color.blue.800}"
12884
+ },
12885
+ "$type": "color",
12886
+ "comment": "Used for the mention link default background."
12887
+ },
12888
+ "name": "LINK_MENTION_BACKGROUND_COLOR_DEFAULT",
12889
+ "attributes": {},
12890
+ "path": [
12891
+ "link",
12892
+ "mention",
12893
+ "background",
12894
+ "color",
12895
+ "default"
12896
+ ]
12897
+ },
12898
+ "current": {
12899
+ "value": "#703800",
12900
+ "$type": "color",
12901
+ "comment": "Used for the mention link background when referencing the current user.",
12902
+ "filePath": "src/tokens/contextual/link.tokens.json",
12903
+ "isSource": true,
12904
+ "original": {
12905
+ "value": {
12906
+ "default": "{color.orange.100}",
12907
+ "dark": "{color.orange.800}"
12908
+ },
12909
+ "$type": "color",
12910
+ "comment": "Used for the mention link background when referencing the current user."
12911
+ },
12912
+ "name": "LINK_MENTION_BACKGROUND_COLOR_CURRENT",
12913
+ "attributes": {},
12914
+ "path": [
12915
+ "link",
12916
+ "mention",
12917
+ "background",
12918
+ "color",
12919
+ "current"
12920
+ ]
12921
+ }
12922
+ }
12923
+ }
12924
+ }
12925
+ },
12870
12926
  "popover": {
12871
12927
  "background": {
12872
12928
  "color": {
@@ -12867,6 +12867,62 @@
12867
12867
  }
12868
12868
  }
12869
12869
  },
12870
+ "link": {
12871
+ "mention": {
12872
+ "background": {
12873
+ "color": {
12874
+ "default": {
12875
+ "value": "#cbe2f9",
12876
+ "$type": "color",
12877
+ "comment": "Used for the mention link default background.",
12878
+ "filePath": "src/tokens/contextual/link.tokens.json",
12879
+ "isSource": true,
12880
+ "original": {
12881
+ "value": {
12882
+ "default": "{color.blue.100}",
12883
+ "dark": "{color.blue.800}"
12884
+ },
12885
+ "$type": "color",
12886
+ "comment": "Used for the mention link default background."
12887
+ },
12888
+ "name": "LINK_MENTION_BACKGROUND_COLOR_DEFAULT",
12889
+ "attributes": {},
12890
+ "path": [
12891
+ "link",
12892
+ "mention",
12893
+ "background",
12894
+ "color",
12895
+ "default"
12896
+ ]
12897
+ },
12898
+ "current": {
12899
+ "value": "#f5d9a8",
12900
+ "$type": "color",
12901
+ "comment": "Used for the mention link background when referencing the current user.",
12902
+ "filePath": "src/tokens/contextual/link.tokens.json",
12903
+ "isSource": true,
12904
+ "original": {
12905
+ "value": {
12906
+ "default": "{color.orange.100}",
12907
+ "dark": "{color.orange.800}"
12908
+ },
12909
+ "$type": "color",
12910
+ "comment": "Used for the mention link background when referencing the current user."
12911
+ },
12912
+ "name": "LINK_MENTION_BACKGROUND_COLOR_CURRENT",
12913
+ "attributes": {},
12914
+ "path": [
12915
+ "link",
12916
+ "mention",
12917
+ "background",
12918
+ "color",
12919
+ "current"
12920
+ ]
12921
+ }
12922
+ }
12923
+ }
12924
+ }
12925
+ },
12870
12926
  "popover": {
12871
12927
  "background": {
12872
12928
  "color": {
@@ -502,6 +502,8 @@ $gl-spinner-track-color-default: $gl-color-neutral-800; // Used for the static t
502
502
  $gl-skeleton-loader-shimmer-color: $gl-color-neutral-700; // Used for the animated shimmer effect in a skeleton loader.
503
503
  $gl-skeleton-loader-background-color: $gl-color-neutral-800; // Used for the skeleton loader background color.
504
504
  $gl-popover-background-color: $gl-color-neutral-900; // Used for the background color of popover.
505
+ $gl-link-mention-background-color-current: $gl-color-orange-800; // Used for the mention link background when referencing the current user.
506
+ $gl-link-mention-background-color-default: $gl-color-blue-800; // Used for the mention link default background.
505
507
  $gl-label-scoped-button-icon-color-hover: $gl-color-neutral-950; // Used for the scoped label remove button icon in the hover state.
506
508
  $gl-label-scoped-button-icon-color-default: $gl-color-neutral-0; // Used for the scoped label remove button icon in the default state.
507
509
  $gl-label-scoped-button-background-color-hover: $gl-color-neutral-0; // Used for the scoped label remove button background in the hover state.
@@ -502,6 +502,8 @@ $gl-spinner-track-color-default: $gl-color-neutral-100; // Used for the static t
502
502
  $gl-skeleton-loader-shimmer-color: $gl-color-neutral-50; // Used for the animated shimmer effect in a skeleton loader.
503
503
  $gl-skeleton-loader-background-color: $gl-color-neutral-100; // Used for the skeleton loader background color.
504
504
  $gl-popover-background-color: $gl-color-neutral-0; // Used for the background color of popover.
505
+ $gl-link-mention-background-color-current: $gl-color-orange-100; // Used for the mention link background when referencing the current user.
506
+ $gl-link-mention-background-color-default: $gl-color-blue-100; // Used for the mention link default background.
505
507
  $gl-label-scoped-button-icon-color-hover: $gl-color-neutral-0; // Used for the scoped label remove button icon in the hover state.
506
508
  $gl-label-scoped-button-icon-color-default: $gl-color-neutral-950; // Used for the scoped label remove button icon in the default state.
507
509
  $gl-label-scoped-button-background-color-hover: $gl-color-neutral-950; // Used for the scoped label remove button background in the hover state.
@@ -584,6 +584,8 @@ $gl-label-scoped-text-color: var(--gl-label-scoped-text-color);
584
584
  $gl-label-scoped-button-background-color-hover: var(--gl-label-scoped-button-background-color-hover);
585
585
  $gl-label-scoped-button-icon-color-default: var(--gl-label-scoped-button-icon-color-default);
586
586
  $gl-label-scoped-button-icon-color-hover: var(--gl-label-scoped-button-icon-color-hover);
587
+ $gl-link-mention-background-color-default: var(--gl-link-mention-background-color-default);
588
+ $gl-link-mention-background-color-current: var(--gl-link-mention-background-color-current);
587
589
  $gl-popover-background-color: var(--gl-popover-background-color);
588
590
  $gl-skeleton-loader-background-color: var(--gl-skeleton-loader-background-color);
589
591
  $gl-skeleton-loader-shimmer-color: var(--gl-skeleton-loader-shimmer-color);
@@ -0,0 +1,26 @@
1
+ {
2
+ "link": {
3
+ "mention": {
4
+ "background": {
5
+ "color": {
6
+ "default": {
7
+ "$value": {
8
+ "default": "{color.blue.100}",
9
+ "dark": "{color.blue.800}"
10
+ },
11
+ "$type": "color",
12
+ "$description": "Used for the mention link default background."
13
+ },
14
+ "current": {
15
+ "$value": {
16
+ "default": "{color.orange.100}",
17
+ "dark": "{color.orange.800}"
18
+ },
19
+ "$type": "color",
20
+ "$description": "Used for the mention link background when referencing the current user."
21
+ }
22
+ }
23
+ }
24
+ }
25
+ }
26
+ }