@gitlab/ui 136.0.0 → 136.2.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.
@@ -767,22 +767,23 @@ export const GL_MODAL_BORDER_RADIUS = '1rem';
767
767
  export const GL_NAV_ITEM_BORDER_RADIUS = '0.5rem';
768
768
  export const GL_NAV_ITEM_FONT_SIZE = '0.875rem';
769
769
  export const GL_NAV_ITEM_FONT_WEIGHT = 425;
770
- export const GL_NAV_ITEM_FOREGROUND_COLOR_DEFAULT = '#ececef';
771
- export const GL_NAV_ITEM_FOREGROUND_COLOR_HOVER = '#ececef';
772
- export const GL_NAV_ITEM_FOREGROUND_COLOR_FOCUS = '#ececef';
773
- export const GL_NAV_ITEM_FOREGROUND_COLOR_ACTIVE = '#ececef';
770
+ export const GL_NAV_ITEM_FOREGROUND_COLOR_DEFAULT = '#bfbfc3';
771
+ export const GL_NAV_ITEM_FOREGROUND_COLOR_HOVER = '#fff';
772
+ export const GL_NAV_ITEM_FOREGROUND_COLOR_FOCUS = '#fff';
773
+ export const GL_NAV_ITEM_FOREGROUND_COLOR_ACTIVE = '#fff';
774
774
  export const GL_NAV_ITEM_BACKGROUND_COLOR_DEFAULT = 'rgba(0, 0, 0, 0)';
775
- export const GL_NAV_ITEM_BACKGROUND_COLOR_HOVER = 'rgba(255, 255, 255, 0.16)';
776
- export const GL_NAV_ITEM_BACKGROUND_COLOR_FOCUS = 'rgba(255, 255, 255, 0.16)';
777
- export const GL_NAV_ITEM_BACKGROUND_COLOR_ACTIVE = 'rgba(255, 255, 255, 0.08)';
778
- export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_DEFAULT = '#18171d';
779
- export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_HOVER = '#18171d';
780
- export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_FOCUS = '#18171d';
781
- export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_ACTIVE = '#18171d';
782
- export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_DEFAULT = '#ececef';
783
- export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_HOVER = '#fbfafd';
784
- export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_FOCUS = '#fbfafd';
785
- export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_ACTIVE = '#fff';
775
+ export const GL_NAV_ITEM_BACKGROUND_COLOR_HOVER = '#28272d';
776
+ export const GL_NAV_ITEM_BACKGROUND_COLOR_FOCUS = '#28272d';
777
+ export const GL_NAV_ITEM_BACKGROUND_COLOR_ACTIVE = '#18171d';
778
+ export const GL_NAV_ITEM_SELECTED_FONT_WEIGHT = 600;
779
+ export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_DEFAULT = '#fff';
780
+ export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_HOVER = '#fff';
781
+ export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_FOCUS = '#fff';
782
+ export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_ACTIVE = '#fff';
783
+ export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_DEFAULT = '#28272d';
784
+ export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_HOVER = '#28272d';
785
+ export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_FOCUS = '#28272d';
786
+ export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_ACTIVE = '#18171d';
786
787
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_DEFAULT = '#63a6e9';
787
788
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_SUCCESS = '#52b87a';
788
789
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_WARNING = '#d99530';
@@ -827,6 +828,7 @@ export const GL_TOKEN_SELECTOR_TOKEN_CONTAINER_TOKEN_BACKGROUND_COLOR_FOCUS = '#
827
828
  export const GL_TOKEN_BORDER_RADIUS = '0.25rem';
828
829
  export const GL_TOKEN_FOREGROUND_COLOR = '#ececef';
829
830
  export const GL_TOKEN_BACKGROUND_COLOR = '#3a383f';
831
+ export const GL_TOOLTIP_TEXT_COLOR_SUBTLE = '#bfbfc3';
830
832
  export const DATA_VIZ_GREEN_50 = '#133a03';
831
833
  export const DATA_VIZ_GREEN_100 = '#1a4500';
832
834
  export const DATA_VIZ_GREEN_200 = '#275600';
@@ -767,22 +767,23 @@ export const GL_MODAL_BORDER_RADIUS = '1rem';
767
767
  export const GL_NAV_ITEM_BORDER_RADIUS = '0.5rem';
768
768
  export const GL_NAV_ITEM_FONT_SIZE = '0.875rem';
769
769
  export const GL_NAV_ITEM_FONT_WEIGHT = 425;
770
- export const GL_NAV_ITEM_FOREGROUND_COLOR_DEFAULT = '#28272d';
771
- export const GL_NAV_ITEM_FOREGROUND_COLOR_HOVER = '#28272d';
772
- export const GL_NAV_ITEM_FOREGROUND_COLOR_FOCUS = '#28272d';
773
- export const GL_NAV_ITEM_FOREGROUND_COLOR_ACTIVE = '#28272d';
770
+ export const GL_NAV_ITEM_FOREGROUND_COLOR_DEFAULT = '#626168';
771
+ export const GL_NAV_ITEM_FOREGROUND_COLOR_HOVER = '#18171d';
772
+ export const GL_NAV_ITEM_FOREGROUND_COLOR_FOCUS = '#18171d';
773
+ export const GL_NAV_ITEM_FOREGROUND_COLOR_ACTIVE = '#18171d';
774
774
  export const GL_NAV_ITEM_BACKGROUND_COLOR_DEFAULT = 'rgba(0, 0, 0, 0)';
775
- export const GL_NAV_ITEM_BACKGROUND_COLOR_HOVER = 'rgba(5, 5, 6, 0.06)';
776
- export const GL_NAV_ITEM_BACKGROUND_COLOR_FOCUS = 'rgba(5, 5, 6, 0.06)';
777
- export const GL_NAV_ITEM_BACKGROUND_COLOR_ACTIVE = 'rgba(5, 5, 6, 0.16)';
778
- export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_DEFAULT = '#fff';
779
- export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_HOVER = '#fff';
780
- export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_FOCUS = '#fff';
781
- export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_ACTIVE = '#fff';
782
- export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_DEFAULT = '#3a383f';
783
- export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_HOVER = '#18171d';
784
- export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_FOCUS = '#18171d';
785
- export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_ACTIVE = '#050506';
775
+ export const GL_NAV_ITEM_BACKGROUND_COLOR_HOVER = '#dcdcde';
776
+ export const GL_NAV_ITEM_BACKGROUND_COLOR_FOCUS = '#dcdcde';
777
+ export const GL_NAV_ITEM_BACKGROUND_COLOR_ACTIVE = '#bfbfc3';
778
+ export const GL_NAV_ITEM_SELECTED_FONT_WEIGHT = 600;
779
+ export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_DEFAULT = '#18171d';
780
+ export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_HOVER = '#18171d';
781
+ export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_FOCUS = '#18171d';
782
+ export const GL_NAV_ITEM_SELECTED_FOREGROUND_COLOR_ACTIVE = '#18171d';
783
+ export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_DEFAULT = '#dcdcde';
784
+ export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_HOVER = '#dcdcde';
785
+ export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_FOCUS = '#dcdcde';
786
+ export const GL_NAV_ITEM_SELECTED_BACKGROUND_COLOR_ACTIVE = '#bfbfc3';
786
787
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_DEFAULT = '#1f75cb';
787
788
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_SUCCESS = '#108548';
788
789
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_WARNING = '#ab6100';
@@ -827,6 +828,7 @@ export const GL_TOKEN_SELECTOR_TOKEN_CONTAINER_TOKEN_BACKGROUND_COLOR_FOCUS = '#
827
828
  export const GL_TOKEN_BORDER_RADIUS = '0.25rem';
828
829
  export const GL_TOKEN_FOREGROUND_COLOR = '#3a383f';
829
830
  export const GL_TOKEN_BACKGROUND_COLOR = '#dcdcde';
831
+ export const GL_TOOLTIP_TEXT_COLOR_SUBTLE = '#bfbfc3';
830
832
  export const DATA_VIZ_GREEN_50 = '#ddfab7';
831
833
  export const DATA_VIZ_GREEN_100 = '#c6ed94';
832
834
  export const DATA_VIZ_GREEN_200 = '#b0d97b';
@@ -22747,7 +22747,7 @@
22747
22747
  "color": {
22748
22748
  "default": {
22749
22749
  "key": "{nav.item.foreground.color.default}",
22750
- "$value": "#ececef",
22750
+ "$value": "#bfbfc3",
22751
22751
  "$type": "color",
22752
22752
  "$description": "Used for the foreground of a default navigation item in the default state.",
22753
22753
  "$extensions": {
@@ -22758,7 +22758,7 @@
22758
22758
  "filePath": "src/tokens/contextual/nav.tokens.json",
22759
22759
  "isSource": true,
22760
22760
  "original": {
22761
- "$value": "{action.neutral.foreground.color.default}",
22761
+ "$value": "{color.neutral.200}",
22762
22762
  "$type": "color",
22763
22763
  "$description": "Used for the foreground of a default navigation item in the default state.",
22764
22764
  "$extensions": {
@@ -22780,7 +22780,7 @@
22780
22780
  },
22781
22781
  "hover": {
22782
22782
  "key": "{nav.item.foreground.color.hover}",
22783
- "$value": "#ececef",
22783
+ "$value": "#fff",
22784
22784
  "$type": "color",
22785
22785
  "$description": "Used for the foreground of a default navigation item in the hover state.",
22786
22786
  "$extensions": {
@@ -22791,7 +22791,7 @@
22791
22791
  "filePath": "src/tokens/contextual/nav.tokens.json",
22792
22792
  "isSource": true,
22793
22793
  "original": {
22794
- "$value": "{action.neutral.foreground.color.hover}",
22794
+ "$value": "{color.neutral.0}",
22795
22795
  "$type": "color",
22796
22796
  "$description": "Used for the foreground of a default navigation item in the hover state.",
22797
22797
  "$extensions": {
@@ -22813,7 +22813,7 @@
22813
22813
  },
22814
22814
  "focus": {
22815
22815
  "key": "{nav.item.foreground.color.focus}",
22816
- "$value": "#ececef",
22816
+ "$value": "#fff",
22817
22817
  "$type": "color",
22818
22818
  "$description": "Used for the foreground of a default navigation item in the focus state.",
22819
22819
  "$extensions": {
@@ -22824,7 +22824,7 @@
22824
22824
  "filePath": "src/tokens/contextual/nav.tokens.json",
22825
22825
  "isSource": true,
22826
22826
  "original": {
22827
- "$value": "{action.neutral.foreground.color.focus}",
22827
+ "$value": "{nav.item.foreground.color.hover}",
22828
22828
  "$type": "color",
22829
22829
  "$description": "Used for the foreground of a default navigation item in the focus state.",
22830
22830
  "$extensions": {
@@ -22846,7 +22846,7 @@
22846
22846
  },
22847
22847
  "active": {
22848
22848
  "key": "{nav.item.foreground.color.active}",
22849
- "$value": "#ececef",
22849
+ "$value": "#fff",
22850
22850
  "$type": "color",
22851
22851
  "$description": "Used for the foreground of a default navigation item in the active state.",
22852
22852
  "$extensions": {
@@ -22857,7 +22857,7 @@
22857
22857
  "filePath": "src/tokens/contextual/nav.tokens.json",
22858
22858
  "isSource": true,
22859
22859
  "original": {
22860
- "$value": "{action.neutral.foreground.color.active}",
22860
+ "$value": "{nav.item.foreground.color.focus}",
22861
22861
  "$type": "color",
22862
22862
  "$description": "Used for the foreground of a default navigation item in the active state.",
22863
22863
  "$extensions": {
@@ -22894,7 +22894,7 @@
22894
22894
  "filePath": "src/tokens/contextual/nav.tokens.json",
22895
22895
  "isSource": true,
22896
22896
  "original": {
22897
- "$value": "{action.neutral.background.color.default}",
22897
+ "$value": "{color.alpha.0}",
22898
22898
  "$type": "color",
22899
22899
  "$description": "Used for the background of a default navigation item in the default state.",
22900
22900
  "$extensions": {
@@ -22916,7 +22916,7 @@
22916
22916
  },
22917
22917
  "hover": {
22918
22918
  "key": "{nav.item.background.color.hover}",
22919
- "$value": "rgba(255, 255, 255, 0.16)",
22919
+ "$value": "#28272d",
22920
22920
  "$type": "color",
22921
22921
  "$description": "Used for the background of a default navigation item in the hover state.",
22922
22922
  "$extensions": {
@@ -22927,7 +22927,7 @@
22927
22927
  "filePath": "src/tokens/contextual/nav.tokens.json",
22928
22928
  "isSource": true,
22929
22929
  "original": {
22930
- "$value": "{action.neutral.background.color.hover}",
22930
+ "$value": "{color.neutral.900}",
22931
22931
  "$type": "color",
22932
22932
  "$description": "Used for the background of a default navigation item in the hover state.",
22933
22933
  "$extensions": {
@@ -22949,7 +22949,7 @@
22949
22949
  },
22950
22950
  "focus": {
22951
22951
  "key": "{nav.item.background.color.focus}",
22952
- "$value": "rgba(255, 255, 255, 0.16)",
22952
+ "$value": "#28272d",
22953
22953
  "$type": "color",
22954
22954
  "$description": "Used for the background of a default navigation item in the focus state.",
22955
22955
  "$extensions": {
@@ -22960,7 +22960,7 @@
22960
22960
  "filePath": "src/tokens/contextual/nav.tokens.json",
22961
22961
  "isSource": true,
22962
22962
  "original": {
22963
- "$value": "{action.neutral.background.color.focus}",
22963
+ "$value": "{nav.item.background.color.hover}",
22964
22964
  "$type": "color",
22965
22965
  "$description": "Used for the background of a default navigation item in the focus state.",
22966
22966
  "$extensions": {
@@ -22982,7 +22982,7 @@
22982
22982
  },
22983
22983
  "active": {
22984
22984
  "key": "{nav.item.background.color.active}",
22985
- "$value": "rgba(255, 255, 255, 0.08)",
22985
+ "$value": "#18171d",
22986
22986
  "$type": "color",
22987
22987
  "$description": "Used for the background of a default navigation item in the active state.",
22988
22988
  "$extensions": {
@@ -22993,7 +22993,7 @@
22993
22993
  "filePath": "src/tokens/contextual/nav.tokens.json",
22994
22994
  "isSource": true,
22995
22995
  "original": {
22996
- "$value": "{action.neutral.background.color.active}",
22996
+ "$value": "{color.neutral.950}",
22997
22997
  "$type": "color",
22998
22998
  "$description": "Used for the background of a default navigation item in the active state.",
22999
22999
  "$extensions": {
@@ -23016,11 +23016,46 @@
23016
23016
  }
23017
23017
  },
23018
23018
  "selected": {
23019
+ "font": {
23020
+ "weight": {
23021
+ "key": "{nav.item.selected.font.weight}",
23022
+ "$value": 600,
23023
+ "$type": "fontWeight",
23024
+ "$description": "Used for the font weight of a selected navigation item.",
23025
+ "$extensions": {
23026
+ "com.figma.scopes": [
23027
+ "FONT_WEIGHT"
23028
+ ]
23029
+ },
23030
+ "filePath": "src/tokens/contextual/nav.tokens.json",
23031
+ "isSource": true,
23032
+ "original": {
23033
+ "$value": "{font.weight.bold}",
23034
+ "$type": "fontWeight",
23035
+ "$description": "Used for the font weight of a selected navigation item.",
23036
+ "$extensions": {
23037
+ "com.figma.scopes": [
23038
+ "FONT_WEIGHT"
23039
+ ]
23040
+ },
23041
+ "key": "{nav.item.selected.font.weight}"
23042
+ },
23043
+ "name": "NAV_ITEM_SELECTED_FONT_WEIGHT",
23044
+ "attributes": {},
23045
+ "path": [
23046
+ "nav",
23047
+ "item",
23048
+ "selected",
23049
+ "font",
23050
+ "weight"
23051
+ ]
23052
+ }
23053
+ },
23019
23054
  "foreground": {
23020
23055
  "color": {
23021
23056
  "default": {
23022
23057
  "key": "{nav.item.selected.foreground.color.default}",
23023
- "$value": "#18171d",
23058
+ "$value": "#fff",
23024
23059
  "$type": "color",
23025
23060
  "$description": "Used for the foreground of a selected navigation item in the default state.",
23026
23061
  "$extensions": {
@@ -23031,7 +23066,7 @@
23031
23066
  "filePath": "src/tokens/contextual/nav.tokens.json",
23032
23067
  "isSource": true,
23033
23068
  "original": {
23034
- "$value": "{action.selected.foreground.color.default}",
23069
+ "$value": "{color.neutral.0}",
23035
23070
  "$type": "color",
23036
23071
  "$description": "Used for the foreground of a selected navigation item in the default state.",
23037
23072
  "$extensions": {
@@ -23054,7 +23089,7 @@
23054
23089
  },
23055
23090
  "hover": {
23056
23091
  "key": "{nav.item.selected.foreground.color.hover}",
23057
- "$value": "#18171d",
23092
+ "$value": "#fff",
23058
23093
  "$type": "color",
23059
23094
  "$description": "Used for the foreground of a selected navigation item in the hover state.",
23060
23095
  "$extensions": {
@@ -23065,7 +23100,7 @@
23065
23100
  "filePath": "src/tokens/contextual/nav.tokens.json",
23066
23101
  "isSource": true,
23067
23102
  "original": {
23068
- "$value": "{action.selected.foreground.color.hover}",
23103
+ "$value": "{nav.item.foreground.color.hover}",
23069
23104
  "$type": "color",
23070
23105
  "$description": "Used for the foreground of a selected navigation item in the hover state.",
23071
23106
  "$extensions": {
@@ -23088,7 +23123,7 @@
23088
23123
  },
23089
23124
  "focus": {
23090
23125
  "key": "{nav.item.selected.foreground.color.focus}",
23091
- "$value": "#18171d",
23126
+ "$value": "#fff",
23092
23127
  "$type": "color",
23093
23128
  "$description": "Used for the foreground of a selected navigation item in the focus state.",
23094
23129
  "$extensions": {
@@ -23099,7 +23134,7 @@
23099
23134
  "filePath": "src/tokens/contextual/nav.tokens.json",
23100
23135
  "isSource": true,
23101
23136
  "original": {
23102
- "$value": "{action.selected.foreground.color.focus}",
23137
+ "$value": "{nav.item.foreground.color.focus}",
23103
23138
  "$type": "color",
23104
23139
  "$description": "Used for the foreground of a selected navigation item in the focus state.",
23105
23140
  "$extensions": {
@@ -23122,7 +23157,7 @@
23122
23157
  },
23123
23158
  "active": {
23124
23159
  "key": "{nav.item.selected.foreground.color.active}",
23125
- "$value": "#18171d",
23160
+ "$value": "#fff",
23126
23161
  "$type": "color",
23127
23162
  "$description": "Used for the foreground of a selected navigation item in the active state.",
23128
23163
  "$extensions": {
@@ -23133,7 +23168,7 @@
23133
23168
  "filePath": "src/tokens/contextual/nav.tokens.json",
23134
23169
  "isSource": true,
23135
23170
  "original": {
23136
- "$value": "{action.selected.foreground.color.active}",
23171
+ "$value": "{nav.item.foreground.color.active}",
23137
23172
  "$type": "color",
23138
23173
  "$description": "Used for the foreground of a selected navigation item in the active state.",
23139
23174
  "$extensions": {
@@ -23160,7 +23195,7 @@
23160
23195
  "color": {
23161
23196
  "default": {
23162
23197
  "key": "{nav.item.selected.background.color.default}",
23163
- "$value": "#ececef",
23198
+ "$value": "#28272d",
23164
23199
  "$type": "color",
23165
23200
  "$description": "Used for the background of a selected navigation item in the default state.",
23166
23201
  "$extensions": {
@@ -23171,7 +23206,7 @@
23171
23206
  "filePath": "src/tokens/contextual/nav.tokens.json",
23172
23207
  "isSource": true,
23173
23208
  "original": {
23174
- "$value": "{action.selected.background.color.default}",
23209
+ "$value": "{color.neutral.900}",
23175
23210
  "$type": "color",
23176
23211
  "$description": "Used for the background of a selected navigation item in the default state.",
23177
23212
  "$extensions": {
@@ -23194,7 +23229,7 @@
23194
23229
  },
23195
23230
  "hover": {
23196
23231
  "key": "{nav.item.selected.background.color.hover}",
23197
- "$value": "#fbfafd",
23232
+ "$value": "#28272d",
23198
23233
  "$type": "color",
23199
23234
  "$description": "Used for the background of a selected navigation item in the hover state.",
23200
23235
  "$extensions": {
@@ -23205,7 +23240,7 @@
23205
23240
  "filePath": "src/tokens/contextual/nav.tokens.json",
23206
23241
  "isSource": true,
23207
23242
  "original": {
23208
- "$value": "{action.selected.background.color.hover}",
23243
+ "$value": "{nav.item.background.color.hover}",
23209
23244
  "$type": "color",
23210
23245
  "$description": "Used for the background of a selected navigation item in the hover state.",
23211
23246
  "$extensions": {
@@ -23228,7 +23263,7 @@
23228
23263
  },
23229
23264
  "focus": {
23230
23265
  "key": "{nav.item.selected.background.color.focus}",
23231
- "$value": "#fbfafd",
23266
+ "$value": "#28272d",
23232
23267
  "$type": "color",
23233
23268
  "$description": "Used for the background of a selected navigation item in the focus state.",
23234
23269
  "$extensions": {
@@ -23239,7 +23274,7 @@
23239
23274
  "filePath": "src/tokens/contextual/nav.tokens.json",
23240
23275
  "isSource": true,
23241
23276
  "original": {
23242
- "$value": "{action.selected.background.color.focus}",
23277
+ "$value": "{nav.item.background.color.focus}",
23243
23278
  "$type": "color",
23244
23279
  "$description": "Used for the background of a selected navigation item in the focus state.",
23245
23280
  "$extensions": {
@@ -23262,7 +23297,7 @@
23262
23297
  },
23263
23298
  "active": {
23264
23299
  "key": "{nav.item.selected.background.color.active}",
23265
- "$value": "#fff",
23300
+ "$value": "#18171d",
23266
23301
  "$type": "color",
23267
23302
  "$description": "Used for the background of a selected navigation item in the active state.",
23268
23303
  "$extensions": {
@@ -23273,7 +23308,7 @@
23273
23308
  "filePath": "src/tokens/contextual/nav.tokens.json",
23274
23309
  "isSource": true,
23275
23310
  "original": {
23276
- "$value": "{action.selected.background.color.active}",
23311
+ "$value": "{nav.item.background.color.active}",
23277
23312
  "$type": "color",
23278
23313
  "$description": "Used for the background of a selected navigation item in the active state.",
23279
23314
  "$extensions": {
@@ -24901,6 +24936,44 @@
24901
24936
  }
24902
24937
  }
24903
24938
  },
24939
+ "tooltip": {
24940
+ "text": {
24941
+ "color": {
24942
+ "subtle": {
24943
+ "key": "{tooltip.text.color.subtle}",
24944
+ "$value": "#bfbfc3",
24945
+ "$type": "color",
24946
+ "$description": "Used for supplemental tooltip text that is less prominent than the default text and remains the same color regardless of mode.",
24947
+ "$extensions": {
24948
+ "com.figma.scopes": [
24949
+ "TEXT_FILL"
24950
+ ]
24951
+ },
24952
+ "filePath": "src/tokens/contextual/tooltip.tokens.json",
24953
+ "isSource": true,
24954
+ "original": {
24955
+ "$value": "{color.neutral.200}",
24956
+ "$type": "color",
24957
+ "$description": "Used for supplemental tooltip text that is less prominent than the default text and remains the same color regardless of mode.",
24958
+ "$extensions": {
24959
+ "com.figma.scopes": [
24960
+ "TEXT_FILL"
24961
+ ]
24962
+ },
24963
+ "key": "{tooltip.text.color.subtle}"
24964
+ },
24965
+ "name": "TOOLTIP_TEXT_COLOR_SUBTLE",
24966
+ "attributes": {},
24967
+ "path": [
24968
+ "tooltip",
24969
+ "text",
24970
+ "color",
24971
+ "subtle"
24972
+ ]
24973
+ }
24974
+ }
24975
+ }
24976
+ },
24904
24977
  "data-viz": {
24905
24978
  "green": {
24906
24979
  "50": {