@gitlab/ui 136.0.0 → 136.1.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.
@@ -24901,6 +24901,44 @@
24901
24901
  }
24902
24902
  }
24903
24903
  },
24904
+ "tooltip": {
24905
+ "text": {
24906
+ "color": {
24907
+ "subtle": {
24908
+ "key": "{tooltip.text.color.subtle}",
24909
+ "$value": "#bfbfc3",
24910
+ "$type": "color",
24911
+ "$description": "Used for supplemental tooltip text that is less prominent than the default text and remains the same color regardless of mode.",
24912
+ "$extensions": {
24913
+ "com.figma.scopes": [
24914
+ "TEXT_FILL"
24915
+ ]
24916
+ },
24917
+ "filePath": "src/tokens/contextual/tooltip.tokens.json",
24918
+ "isSource": true,
24919
+ "original": {
24920
+ "$value": "{color.neutral.200}",
24921
+ "$type": "color",
24922
+ "$description": "Used for supplemental tooltip text that is less prominent than the default text and remains the same color regardless of mode.",
24923
+ "$extensions": {
24924
+ "com.figma.scopes": [
24925
+ "TEXT_FILL"
24926
+ ]
24927
+ },
24928
+ "key": "{tooltip.text.color.subtle}"
24929
+ },
24930
+ "name": "TOOLTIP_TEXT_COLOR_SUBTLE",
24931
+ "attributes": {},
24932
+ "path": [
24933
+ "tooltip",
24934
+ "text",
24935
+ "color",
24936
+ "subtle"
24937
+ ]
24938
+ }
24939
+ }
24940
+ }
24941
+ },
24904
24942
  "data-viz": {
24905
24943
  "green": {
24906
24944
  "50": {
@@ -663,6 +663,7 @@ $gl-toggle-switch-track-color-checked-hover: $gl-color-neutral-10; // Used for t
663
663
  $gl-toggle-switch-track-color-checked-active: $gl-color-neutral-0; // Used for the track color of a checked toggle switch in the active state.
664
664
  $gl-token-selector-token-container-token-background-color-focus: $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.
665
665
  $gl-token-background-color: $gl-color-neutral-800; // Used for the token background color.
666
+ $gl-tooltip-text-color-subtle: $gl-color-neutral-200; // Used for supplemental tooltip text that is less prominent than the default text and remains the same color regardless of mode.
666
667
  $black: $gl-color-neutral-0 !default;
667
668
  $white: $gl-color-neutral-900 !default;
668
669
  $blue-50: $gl-color-blue-900 !default;
@@ -645,6 +645,7 @@ $gl-toggle-switch-track-color-checked-hover: $gl-color-neutral-950; // Used for
645
645
  $gl-toggle-switch-track-color-checked-active: $gl-color-neutral-1000; // Used for the track color of a checked toggle switch in the active state.
646
646
  $gl-token-selector-token-container-token-background-color-focus: $gl-color-neutral-300; // Used for the background color of a token in a token-selector when it's token-container is in the focus state.
647
647
  $gl-token-background-color: $gl-color-neutral-100; // Used for the token background color.
648
+ $gl-tooltip-text-color-subtle: $gl-color-neutral-200; // Used for supplemental tooltip text that is less prominent than the default text and remains the same color regardless of mode.
648
649
  $black: $gl-color-neutral-1000 !default;
649
650
  $white: $gl-color-neutral-0 !default;
650
651
  $blue-50: $gl-color-blue-50 !default;
@@ -736,6 +736,7 @@ $gl-token-selector-token-container-token-background-color-focus: var(--gl-token-
736
736
  $gl-token-border-radius: var(--gl-token-border-radius);
737
737
  $gl-token-foreground-color: var(--gl-token-foreground-color);
738
738
  $gl-token-background-color: var(--gl-token-background-color);
739
+ $gl-tooltip-text-color-subtle: var(--gl-tooltip-text-color-subtle);
739
740
  $data-viz-green-50: var(--data-viz-green-50);
740
741
  $data-viz-green-100: var(--data-viz-green-100);
741
742
  $data-viz-green-200: var(--data-viz-green-200);
@@ -0,0 +1,18 @@
1
+ {
2
+ "tooltip": {
3
+ "text": {
4
+ "color": {
5
+ "subtle": {
6
+ "$value": "{color.neutral.200}",
7
+ "$type": "color",
8
+ "$description": "Used for supplemental tooltip text that is less prominent than the default text and remains the same color regardless of mode.",
9
+ "$extensions": {
10
+ "com.figma.scopes": [
11
+ "TEXT_FILL"
12
+ ]
13
+ }
14
+ }
15
+ }
16
+ }
17
+ }
18
+ }