@primer/primitives 8.2.4-rc.f820602a → 8.2.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.
Files changed (59) hide show
  1. package/dist/css/functional/size/border.css +1 -0
  2. package/dist/css/functional/themes/dark-colorblind.css +6 -0
  3. package/dist/css/functional/themes/dark-dimmed.css +6 -0
  4. package/dist/css/functional/themes/dark-high-contrast.css +8 -2
  5. package/dist/css/functional/themes/dark-tritanopia.css +6 -0
  6. package/dist/css/functional/themes/dark.css +6 -0
  7. package/dist/css/functional/themes/light-colorblind.css +6 -0
  8. package/dist/css/functional/themes/light-high-contrast.css +8 -2
  9. package/dist/css/functional/themes/light-tritanopia.css +6 -0
  10. package/dist/css/functional/themes/light.css +6 -0
  11. package/dist/css/primitives.css +1 -0
  12. package/dist/docs/functional/size/border.json +31 -0
  13. package/dist/docs/functional/themes/dark-colorblind.json +87 -0
  14. package/dist/docs/functional/themes/dark-dimmed.json +87 -0
  15. package/dist/docs/functional/themes/dark-high-contrast.json +90 -3
  16. package/dist/docs/functional/themes/dark-tritanopia.json +87 -0
  17. package/dist/docs/functional/themes/dark.json +87 -0
  18. package/dist/docs/functional/themes/light-colorblind.json +87 -0
  19. package/dist/docs/functional/themes/light-high-contrast.json +90 -3
  20. package/dist/docs/functional/themes/light-tritanopia.json +87 -0
  21. package/dist/docs/functional/themes/light.json +87 -0
  22. package/dist/fallbacks/functional/size/border.json +1 -0
  23. package/dist/figma/dimension/dimension.json +14 -0
  24. package/dist/figma/themes/dark-colorblind.json +48 -0
  25. package/dist/figma/themes/dark-dimmed.json +48 -0
  26. package/dist/figma/themes/dark-high-contrast.json +64 -16
  27. package/dist/figma/themes/dark-tritanopia.json +48 -0
  28. package/dist/figma/themes/dark.json +48 -0
  29. package/dist/figma/themes/light-colorblind.json +48 -0
  30. package/dist/figma/themes/light-high-contrast.json +64 -16
  31. package/dist/figma/themes/light-tritanopia.json +48 -0
  32. package/dist/figma/themes/light.json +48 -0
  33. package/dist/internalCss/dark-colorblind.css +6 -0
  34. package/dist/internalCss/dark-dimmed.css +6 -0
  35. package/dist/internalCss/dark-high-contrast.css +8 -2
  36. package/dist/internalCss/dark-tritanopia.css +6 -0
  37. package/dist/internalCss/dark.css +6 -0
  38. package/dist/internalCss/light-colorblind.css +6 -0
  39. package/dist/internalCss/light-high-contrast.css +8 -2
  40. package/dist/internalCss/light-tritanopia.css +6 -0
  41. package/dist/internalCss/light.css +6 -0
  42. package/dist/styleLint/functional/size/border.json +31 -0
  43. package/dist/styleLint/functional/themes/dark-colorblind.json +87 -0
  44. package/dist/styleLint/functional/themes/dark-dimmed.json +87 -0
  45. package/dist/styleLint/functional/themes/dark-high-contrast.json +90 -3
  46. package/dist/styleLint/functional/themes/dark-tritanopia.json +87 -0
  47. package/dist/styleLint/functional/themes/dark.json +87 -0
  48. package/dist/styleLint/functional/themes/light-colorblind.json +87 -0
  49. package/dist/styleLint/functional/themes/light-high-contrast.json +90 -3
  50. package/dist/styleLint/functional/themes/light-tritanopia.json +87 -0
  51. package/dist/styleLint/functional/themes/light.json +87 -0
  52. package/package.json +11 -8
  53. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +16 -0
  54. package/src/tokens/functional/color/dark/patterns-dark.json5 +26 -0
  55. package/src/tokens/functional/color/dark/primitives-dark.json5 +12 -0
  56. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +6 -0
  57. package/src/tokens/functional/color/light/patterns-light.json5 +26 -0
  58. package/src/tokens/functional/color/light/primitives-light.json5 +12 -0
  59. package/src/tokens/functional/size/border.json +13 -0
@@ -9,6 +9,7 @@
9
9
  --borderRadius-medium: 0.375rem;
10
10
  --borderRadius-large: 0.75rem;
11
11
  --borderRadius-full: 624.9375rem;
12
+ --borderRadius-default: 0.375rem;
12
13
  --outline-focus-offset: -0.125rem;
13
14
  --outline-focus-width: 0.125rem;
14
15
  }
@@ -428,9 +428,12 @@
428
428
  --label-coral-fgColor-rest: #f7794b;
429
429
  --label-coral-fgColor-hover: #fa8c61;
430
430
  --label-coral-fgColor-active: #fdaa86;
431
+ --tooltip-bgColor: #6e7681;
432
+ --tooltip-fgColor: #ffffff;
431
433
  --fgColor-default: #e6edf3;
432
434
  --fgColor-muted: #8d96a0;
433
435
  --fgColor-onEmphasis: #ffffff;
436
+ --fgColor-onInverse: #010409;
434
437
  --fgColor-white: #ffffff;
435
438
  --fgColor-black: #010409;
436
439
  --fgColor-disabled: #6e7681;
@@ -992,9 +995,12 @@
992
995
  --label-coral-fgColor-rest: #f7794b;
993
996
  --label-coral-fgColor-hover: #fa8c61;
994
997
  --label-coral-fgColor-active: #fdaa86;
998
+ --tooltip-bgColor: #6e7681;
999
+ --tooltip-fgColor: #ffffff;
995
1000
  --fgColor-default: #e6edf3;
996
1001
  --fgColor-muted: #8d96a0;
997
1002
  --fgColor-onEmphasis: #ffffff;
1003
+ --fgColor-onInverse: #010409;
998
1004
  --fgColor-white: #ffffff;
999
1005
  --fgColor-black: #010409;
1000
1006
  --fgColor-disabled: #6e7681;
@@ -428,9 +428,12 @@
428
428
  --label-coral-fgColor-rest: #f7794b;
429
429
  --label-coral-fgColor-hover: #fa8c61;
430
430
  --label-coral-fgColor-active: #fdaa86;
431
+ --tooltip-bgColor: #636e7b;
432
+ --tooltip-fgColor: #cdd9e5;
431
433
  --fgColor-default: #c5d1de;
432
434
  --fgColor-muted: #778491;
433
435
  --fgColor-onEmphasis: #cdd9e5;
436
+ --fgColor-onInverse: #1c2128;
434
437
  --fgColor-white: #cdd9e5;
435
438
  --fgColor-black: #1c2128;
436
439
  --fgColor-disabled: #636e7b;
@@ -992,9 +995,12 @@
992
995
  --label-coral-fgColor-rest: #f7794b;
993
996
  --label-coral-fgColor-hover: #fa8c61;
994
997
  --label-coral-fgColor-active: #fdaa86;
998
+ --tooltip-bgColor: #636e7b;
999
+ --tooltip-fgColor: #cdd9e5;
995
1000
  --fgColor-default: #c5d1de;
996
1001
  --fgColor-muted: #778491;
997
1002
  --fgColor-onEmphasis: #cdd9e5;
1003
+ --fgColor-onInverse: #1c2128;
998
1004
  --fgColor-white: #cdd9e5;
999
1005
  --fgColor-black: #1c2128;
1000
1006
  --fgColor-disabled: #636e7b;
@@ -206,7 +206,7 @@
206
206
  --controlTrack-bgColor-disabled: #9ea7b3;
207
207
  --controlTrack-fgColor-rest: #fbfcfd;
208
208
  --controlTrack-fgColor-disabled: #0a0c10;
209
- --controlTrack-borderColor-rest: #00000000;
209
+ --controlTrack-borderColor-rest: #9ea7b3;
210
210
  --controlTrack-borderColor-disabled: #9ea7b3;
211
211
  --controlKnob-bgColor-rest: #010409;
212
212
  --controlKnob-bgColor-disabled: #3d424db3;
@@ -428,9 +428,12 @@
428
428
  --label-coral-fgColor-rest: #f7794b;
429
429
  --label-coral-fgColor-hover: #fa8c61;
430
430
  --label-coral-fgColor-active: #fdaa86;
431
+ --tooltip-bgColor: #ffffff;
432
+ --tooltip-fgColor: #010409;
431
433
  --fgColor-default: #fbfcfd;
432
434
  --fgColor-muted: #f0f3f6;
433
435
  --fgColor-onEmphasis: #0a0c10;
436
+ --fgColor-onInverse: #010409;
434
437
  --fgColor-white: #ffffff;
435
438
  --fgColor-black: #010409;
436
439
  --fgColor-disabled: #9ea7b3;
@@ -770,7 +773,7 @@
770
773
  --controlTrack-bgColor-disabled: #9ea7b3;
771
774
  --controlTrack-fgColor-rest: #fbfcfd;
772
775
  --controlTrack-fgColor-disabled: #0a0c10;
773
- --controlTrack-borderColor-rest: #00000000;
776
+ --controlTrack-borderColor-rest: #9ea7b3;
774
777
  --controlTrack-borderColor-disabled: #9ea7b3;
775
778
  --controlKnob-bgColor-rest: #010409;
776
779
  --controlKnob-bgColor-disabled: #3d424db3;
@@ -992,9 +995,12 @@
992
995
  --label-coral-fgColor-rest: #f7794b;
993
996
  --label-coral-fgColor-hover: #fa8c61;
994
997
  --label-coral-fgColor-active: #fdaa86;
998
+ --tooltip-bgColor: #ffffff;
999
+ --tooltip-fgColor: #010409;
995
1000
  --fgColor-default: #fbfcfd;
996
1001
  --fgColor-muted: #f0f3f6;
997
1002
  --fgColor-onEmphasis: #0a0c10;
1003
+ --fgColor-onInverse: #010409;
998
1004
  --fgColor-white: #ffffff;
999
1005
  --fgColor-black: #010409;
1000
1006
  --fgColor-disabled: #9ea7b3;
@@ -428,9 +428,12 @@
428
428
  --label-coral-fgColor-rest: #f7794b;
429
429
  --label-coral-fgColor-hover: #fa8c61;
430
430
  --label-coral-fgColor-active: #fdaa86;
431
+ --tooltip-bgColor: #6e7681;
432
+ --tooltip-fgColor: #ffffff;
431
433
  --fgColor-default: #e6edf3;
432
434
  --fgColor-muted: #8d96a0;
433
435
  --fgColor-onEmphasis: #ffffff;
436
+ --fgColor-onInverse: #010409;
434
437
  --fgColor-white: #ffffff;
435
438
  --fgColor-black: #010409;
436
439
  --fgColor-disabled: #6e7681;
@@ -992,9 +995,12 @@
992
995
  --label-coral-fgColor-rest: #f7794b;
993
996
  --label-coral-fgColor-hover: #fa8c61;
994
997
  --label-coral-fgColor-active: #fdaa86;
998
+ --tooltip-bgColor: #6e7681;
999
+ --tooltip-fgColor: #ffffff;
995
1000
  --fgColor-default: #e6edf3;
996
1001
  --fgColor-muted: #8d96a0;
997
1002
  --fgColor-onEmphasis: #ffffff;
1003
+ --fgColor-onInverse: #010409;
998
1004
  --fgColor-white: #ffffff;
999
1005
  --fgColor-black: #010409;
1000
1006
  --fgColor-disabled: #6e7681;
@@ -428,9 +428,12 @@
428
428
  --label-coral-fgColor-rest: #f7794b;
429
429
  --label-coral-fgColor-hover: #fa8c61;
430
430
  --label-coral-fgColor-active: #fdaa86;
431
+ --tooltip-bgColor: #6e7681;
432
+ --tooltip-fgColor: #ffffff;
431
433
  --fgColor-default: #e6edf3;
432
434
  --fgColor-muted: #8d96a0;
433
435
  --fgColor-onEmphasis: #ffffff;
436
+ --fgColor-onInverse: #010409;
434
437
  --fgColor-white: #ffffff;
435
438
  --fgColor-black: #010409;
436
439
  --fgColor-disabled: #6e7681;
@@ -992,9 +995,12 @@
992
995
  --label-coral-fgColor-rest: #f7794b;
993
996
  --label-coral-fgColor-hover: #fa8c61;
994
997
  --label-coral-fgColor-active: #fdaa86;
998
+ --tooltip-bgColor: #6e7681;
999
+ --tooltip-fgColor: #ffffff;
995
1000
  --fgColor-default: #e6edf3;
996
1001
  --fgColor-muted: #8d96a0;
997
1002
  --fgColor-onEmphasis: #ffffff;
1003
+ --fgColor-onInverse: #010409;
998
1004
  --fgColor-white: #ffffff;
999
1005
  --fgColor-black: #010409;
1000
1006
  --fgColor-disabled: #6e7681;
@@ -429,9 +429,12 @@
429
429
  --label-coral-fgColor-rest: #ba2e12;
430
430
  --label-coral-fgColor-hover: #9b2712;
431
431
  --label-coral-fgColor-active: #7e2011;
432
+ --tooltip-bgColor: #24292f;
433
+ --tooltip-fgColor: #ffffff;
432
434
  --fgColor-default: #1f2328;
433
435
  --fgColor-muted: #636c76;
434
436
  --fgColor-onEmphasis: #ffffff;
437
+ --fgColor-onInverse: #ffffff;
435
438
  --fgColor-white: #ffffff;
436
439
  --fgColor-black: #1f2328;
437
440
  --fgColor-disabled: #8c959f;
@@ -993,9 +996,12 @@
993
996
  --label-coral-fgColor-rest: #ba2e12;
994
997
  --label-coral-fgColor-hover: #9b2712;
995
998
  --label-coral-fgColor-active: #7e2011;
999
+ --tooltip-bgColor: #24292f;
1000
+ --tooltip-fgColor: #ffffff;
996
1001
  --fgColor-default: #1f2328;
997
1002
  --fgColor-muted: #636c76;
998
1003
  --fgColor-onEmphasis: #ffffff;
1004
+ --fgColor-onInverse: #ffffff;
999
1005
  --fgColor-white: #ffffff;
1000
1006
  --fgColor-black: #1f2328;
1001
1007
  --fgColor-disabled: #8c959f;
@@ -206,7 +206,7 @@
206
206
  --controlTrack-bgColor-disabled: #66707b;
207
207
  --controlTrack-fgColor-rest: #010409;
208
208
  --controlTrack-fgColor-disabled: #ffffff;
209
- --controlTrack-borderColor-rest: #ffffff00;
209
+ --controlTrack-borderColor-rest: #66707b;
210
210
  --controlTrack-borderColor-disabled: #66707b;
211
211
  --controlKnob-bgColor-rest: #ffffff;
212
212
  --controlKnob-bgColor-disabled: #ced5dcb3;
@@ -429,9 +429,12 @@
429
429
  --label-coral-fgColor-rest: #ba2e12;
430
430
  --label-coral-fgColor-hover: #9b2712;
431
431
  --label-coral-fgColor-active: #7e2011;
432
+ --tooltip-bgColor: #0e1116;
433
+ --tooltip-fgColor: #ffffff;
432
434
  --fgColor-default: #010409;
433
435
  --fgColor-muted: #0e1116;
434
436
  --fgColor-onEmphasis: #ffffff;
437
+ --fgColor-onInverse: #ffffff;
435
438
  --fgColor-white: #ffffff;
436
439
  --fgColor-black: #010409;
437
440
  --fgColor-disabled: #66707b;
@@ -770,7 +773,7 @@
770
773
  --controlTrack-bgColor-disabled: #66707b;
771
774
  --controlTrack-fgColor-rest: #010409;
772
775
  --controlTrack-fgColor-disabled: #ffffff;
773
- --controlTrack-borderColor-rest: #ffffff00;
776
+ --controlTrack-borderColor-rest: #66707b;
774
777
  --controlTrack-borderColor-disabled: #66707b;
775
778
  --controlKnob-bgColor-rest: #ffffff;
776
779
  --controlKnob-bgColor-disabled: #ced5dcb3;
@@ -993,9 +996,12 @@
993
996
  --label-coral-fgColor-rest: #ba2e12;
994
997
  --label-coral-fgColor-hover: #9b2712;
995
998
  --label-coral-fgColor-active: #7e2011;
999
+ --tooltip-bgColor: #0e1116;
1000
+ --tooltip-fgColor: #ffffff;
996
1001
  --fgColor-default: #010409;
997
1002
  --fgColor-muted: #0e1116;
998
1003
  --fgColor-onEmphasis: #ffffff;
1004
+ --fgColor-onInverse: #ffffff;
999
1005
  --fgColor-white: #ffffff;
1000
1006
  --fgColor-black: #010409;
1001
1007
  --fgColor-disabled: #66707b;
@@ -429,9 +429,12 @@
429
429
  --label-coral-fgColor-rest: #ba2e12;
430
430
  --label-coral-fgColor-hover: #9b2712;
431
431
  --label-coral-fgColor-active: #7e2011;
432
+ --tooltip-bgColor: #24292f;
433
+ --tooltip-fgColor: #ffffff;
432
434
  --fgColor-default: #1f2328;
433
435
  --fgColor-muted: #636c76;
434
436
  --fgColor-onEmphasis: #ffffff;
437
+ --fgColor-onInverse: #ffffff;
435
438
  --fgColor-white: #ffffff;
436
439
  --fgColor-black: #1f2328;
437
440
  --fgColor-disabled: #8c959f;
@@ -993,9 +996,12 @@
993
996
  --label-coral-fgColor-rest: #ba2e12;
994
997
  --label-coral-fgColor-hover: #9b2712;
995
998
  --label-coral-fgColor-active: #7e2011;
999
+ --tooltip-bgColor: #24292f;
1000
+ --tooltip-fgColor: #ffffff;
996
1001
  --fgColor-default: #1f2328;
997
1002
  --fgColor-muted: #636c76;
998
1003
  --fgColor-onEmphasis: #ffffff;
1004
+ --fgColor-onInverse: #ffffff;
999
1005
  --fgColor-white: #ffffff;
1000
1006
  --fgColor-black: #1f2328;
1001
1007
  --fgColor-disabled: #8c959f;
@@ -429,9 +429,12 @@
429
429
  --label-coral-fgColor-rest: #ba2e12;
430
430
  --label-coral-fgColor-hover: #9b2712;
431
431
  --label-coral-fgColor-active: #7e2011;
432
+ --tooltip-bgColor: #24292f;
433
+ --tooltip-fgColor: #ffffff;
432
434
  --fgColor-default: #1f2328;
433
435
  --fgColor-muted: #636c76;
434
436
  --fgColor-onEmphasis: #ffffff;
437
+ --fgColor-onInverse: #ffffff;
435
438
  --fgColor-white: #ffffff;
436
439
  --fgColor-black: #1f2328;
437
440
  --fgColor-disabled: #8c959f;
@@ -993,9 +996,12 @@
993
996
  --label-coral-fgColor-rest: #ba2e12;
994
997
  --label-coral-fgColor-hover: #9b2712;
995
998
  --label-coral-fgColor-active: #7e2011;
999
+ --tooltip-bgColor: #24292f;
1000
+ --tooltip-fgColor: #ffffff;
996
1001
  --fgColor-default: #1f2328;
997
1002
  --fgColor-muted: #636c76;
998
1003
  --fgColor-onEmphasis: #ffffff;
1004
+ --fgColor-onInverse: #ffffff;
999
1005
  --fgColor-white: #ffffff;
1000
1006
  --fgColor-black: #1f2328;
1001
1007
  --fgColor-disabled: #8c959f;
@@ -41,6 +41,7 @@
41
41
  --borderRadius-medium: 0.375rem;
42
42
  --borderRadius-large: 0.75rem;
43
43
  --borderRadius-full: 624.9375rem;
44
+ --borderRadius-default: 0.375rem;
44
45
  --outline-focus-offset: -0.125rem;
45
46
  --outline-focus-width: 0.125rem;
46
47
  }
@@ -205,6 +205,37 @@
205
205
  "attributes": {},
206
206
  "path": ["borderRadius", "full"]
207
207
  },
208
+ "borderRadius-default": {
209
+ "value": "0.375rem",
210
+ "$type": "dimension",
211
+ "$extensions": {
212
+ "org.primer.figma": {
213
+ "collection": "functional/size",
214
+ "scopes": ["radius"],
215
+ "codeSyntax": {
216
+ "web": "var(--borderRadius-default) /* utility class: .rounded-2 */"
217
+ }
218
+ }
219
+ },
220
+ "filePath": "src/tokens/functional/size/border.json",
221
+ "isSource": true,
222
+ "original": {
223
+ "value": "{borderRadius.medium}",
224
+ "$type": "dimension",
225
+ "$extensions": {
226
+ "org.primer.figma": {
227
+ "collection": "functional/size",
228
+ "scopes": ["radius"],
229
+ "codeSyntax": {
230
+ "web": "var(--borderRadius-default) /* utility class: .rounded-2 */"
231
+ }
232
+ }
233
+ }
234
+ },
235
+ "name": "borderRadius-default",
236
+ "attributes": {},
237
+ "path": ["borderRadius", "default"]
238
+ },
208
239
  "outline-focus-offset": {
209
240
  "value": "-0.125rem",
210
241
  "$type": "dimension",
@@ -12560,6 +12560,64 @@
12560
12560
  "attributes": {},
12561
12561
  "path": ["label", "coral", "fgColor", "active"]
12562
12562
  },
12563
+ "tooltip-bgColor": {
12564
+ "value": "#6e7681",
12565
+ "$type": "color",
12566
+ "$extensions": {
12567
+ "org.primer.figma": {
12568
+ "collection": "mode",
12569
+ "mode": "dark",
12570
+ "group": "component",
12571
+ "scopes": ["bgColor"]
12572
+ }
12573
+ },
12574
+ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
12575
+ "isSource": true,
12576
+ "original": {
12577
+ "value": "{bgColor.emphasis}",
12578
+ "$type": "color",
12579
+ "$extensions": {
12580
+ "org.primer.figma": {
12581
+ "collection": "mode",
12582
+ "mode": "dark",
12583
+ "group": "component",
12584
+ "scopes": ["bgColor"]
12585
+ }
12586
+ }
12587
+ },
12588
+ "name": "tooltip-bgColor",
12589
+ "attributes": {},
12590
+ "path": ["tooltip", "bgColor"]
12591
+ },
12592
+ "tooltip-fgColor": {
12593
+ "value": "#ffffff",
12594
+ "$type": "color",
12595
+ "$extensions": {
12596
+ "org.primer.figma": {
12597
+ "collection": "mode",
12598
+ "mode": "dark",
12599
+ "group": "component",
12600
+ "scopes": ["fgColor"]
12601
+ }
12602
+ },
12603
+ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
12604
+ "isSource": true,
12605
+ "original": {
12606
+ "value": "{fgColor.onEmphasis}",
12607
+ "$type": "color",
12608
+ "$extensions": {
12609
+ "org.primer.figma": {
12610
+ "collection": "mode",
12611
+ "mode": "dark",
12612
+ "group": "component",
12613
+ "scopes": ["fgColor"]
12614
+ }
12615
+ }
12616
+ },
12617
+ "name": "tooltip-fgColor",
12618
+ "attributes": {},
12619
+ "path": ["tooltip", "fgColor"]
12620
+ },
12563
12621
  "fgColor-default": {
12564
12622
  "value": "#e6edf3",
12565
12623
  "$type": "color",
@@ -12681,6 +12739,35 @@
12681
12739
  "attributes": {},
12682
12740
  "path": ["fgColor", "onEmphasis"]
12683
12741
  },
12742
+ "fgColor-onInverse": {
12743
+ "value": "#010409",
12744
+ "$type": "color",
12745
+ "$extensions": {
12746
+ "org.primer.figma": {
12747
+ "collection": "mode",
12748
+ "mode": "dark",
12749
+ "group": "semantic",
12750
+ "scopes": ["fgColor"]
12751
+ }
12752
+ },
12753
+ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5",
12754
+ "isSource": true,
12755
+ "original": {
12756
+ "value": "{base.color.black}",
12757
+ "$type": "color",
12758
+ "$extensions": {
12759
+ "org.primer.figma": {
12760
+ "collection": "mode",
12761
+ "mode": "dark",
12762
+ "group": "semantic",
12763
+ "scopes": ["fgColor"]
12764
+ }
12765
+ }
12766
+ },
12767
+ "name": "fgColor-onInverse",
12768
+ "attributes": {},
12769
+ "path": ["fgColor", "onInverse"]
12770
+ },
12684
12771
  "fgColor-white": {
12685
12772
  "value": "#ffffff",
12686
12773
  "$type": "color",
@@ -12566,6 +12566,64 @@
12566
12566
  "attributes": {},
12567
12567
  "path": ["label", "coral", "fgColor", "active"]
12568
12568
  },
12569
+ "tooltip-bgColor": {
12570
+ "value": "#636e7b",
12571
+ "$type": "color",
12572
+ "$extensions": {
12573
+ "org.primer.figma": {
12574
+ "collection": "mode",
12575
+ "mode": "dark",
12576
+ "group": "component",
12577
+ "scopes": ["bgColor"]
12578
+ }
12579
+ },
12580
+ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
12581
+ "isSource": true,
12582
+ "original": {
12583
+ "value": "{bgColor.emphasis}",
12584
+ "$type": "color",
12585
+ "$extensions": {
12586
+ "org.primer.figma": {
12587
+ "collection": "mode",
12588
+ "mode": "dark",
12589
+ "group": "component",
12590
+ "scopes": ["bgColor"]
12591
+ }
12592
+ }
12593
+ },
12594
+ "name": "tooltip-bgColor",
12595
+ "attributes": {},
12596
+ "path": ["tooltip", "bgColor"]
12597
+ },
12598
+ "tooltip-fgColor": {
12599
+ "value": "#cdd9e5",
12600
+ "$type": "color",
12601
+ "$extensions": {
12602
+ "org.primer.figma": {
12603
+ "collection": "mode",
12604
+ "mode": "dark",
12605
+ "group": "component",
12606
+ "scopes": ["fgColor"]
12607
+ }
12608
+ },
12609
+ "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
12610
+ "isSource": true,
12611
+ "original": {
12612
+ "value": "{fgColor.onEmphasis}",
12613
+ "$type": "color",
12614
+ "$extensions": {
12615
+ "org.primer.figma": {
12616
+ "collection": "mode",
12617
+ "mode": "dark",
12618
+ "group": "component",
12619
+ "scopes": ["fgColor"]
12620
+ }
12621
+ }
12622
+ },
12623
+ "name": "tooltip-fgColor",
12624
+ "attributes": {},
12625
+ "path": ["tooltip", "fgColor"]
12626
+ },
12569
12627
  "fgColor-default": {
12570
12628
  "value": "#c5d1de",
12571
12629
  "$type": "color",
@@ -12687,6 +12745,35 @@
12687
12745
  "attributes": {},
12688
12746
  "path": ["fgColor", "onEmphasis"]
12689
12747
  },
12748
+ "fgColor-onInverse": {
12749
+ "value": "#1c2128",
12750
+ "$type": "color",
12751
+ "$extensions": {
12752
+ "org.primer.figma": {
12753
+ "collection": "mode",
12754
+ "mode": "dark",
12755
+ "group": "semantic",
12756
+ "scopes": ["fgColor"]
12757
+ }
12758
+ },
12759
+ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5",
12760
+ "isSource": true,
12761
+ "original": {
12762
+ "value": "{base.color.black}",
12763
+ "$type": "color",
12764
+ "$extensions": {
12765
+ "org.primer.figma": {
12766
+ "collection": "mode",
12767
+ "mode": "dark",
12768
+ "group": "semantic",
12769
+ "scopes": ["fgColor"]
12770
+ }
12771
+ }
12772
+ },
12773
+ "name": "fgColor-onInverse",
12774
+ "attributes": {},
12775
+ "path": ["fgColor", "onInverse"]
12776
+ },
12690
12777
  "fgColor-white": {
12691
12778
  "value": "#cdd9e5",
12692
12779
  "$type": "color",
@@ -6043,7 +6043,7 @@
6043
6043
  "path": ["controlTrack", "fgColor", "disabled"]
6044
6044
  },
6045
6045
  "controlTrack-borderColor-rest": {
6046
- "value": "#00000000",
6046
+ "value": "#9ea7b3",
6047
6047
  "$type": "color",
6048
6048
  "$extensions": {
6049
6049
  "org.primer.figma": {
@@ -6053,10 +6053,10 @@
6053
6053
  "scopes": ["borderColor"]
6054
6054
  }
6055
6055
  },
6056
- "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
6056
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5",
6057
6057
  "isSource": true,
6058
6058
  "original": {
6059
- "value": "{base.color.transparent}",
6059
+ "value": "{borderColor.emphasis}",
6060
6060
  "$type": "color",
6061
6061
  "$extensions": {
6062
6062
  "org.primer.figma": {
@@ -12588,6 +12588,64 @@
12588
12588
  "attributes": {},
12589
12589
  "path": ["label", "coral", "fgColor", "active"]
12590
12590
  },
12591
+ "tooltip-bgColor": {
12592
+ "value": "#ffffff",
12593
+ "$type": "color",
12594
+ "$extensions": {
12595
+ "org.primer.figma": {
12596
+ "collection": "mode",
12597
+ "mode": "dark",
12598
+ "group": "component",
12599
+ "scopes": ["bgColor"]
12600
+ }
12601
+ },
12602
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5",
12603
+ "isSource": true,
12604
+ "original": {
12605
+ "value": "{bgColor.inverse}",
12606
+ "$type": "color",
12607
+ "$extensions": {
12608
+ "org.primer.figma": {
12609
+ "collection": "mode",
12610
+ "mode": "dark",
12611
+ "group": "component",
12612
+ "scopes": ["bgColor"]
12613
+ }
12614
+ }
12615
+ },
12616
+ "name": "tooltip-bgColor",
12617
+ "attributes": {},
12618
+ "path": ["tooltip", "bgColor"]
12619
+ },
12620
+ "tooltip-fgColor": {
12621
+ "value": "#010409",
12622
+ "$type": "color",
12623
+ "$extensions": {
12624
+ "org.primer.figma": {
12625
+ "collection": "mode",
12626
+ "mode": "dark",
12627
+ "group": "component",
12628
+ "scopes": ["fgColor"]
12629
+ }
12630
+ },
12631
+ "filePath": "src/tokens/functional/color/dark/overrides/dark.high-contrast.json5",
12632
+ "isSource": true,
12633
+ "original": {
12634
+ "value": "{fgColor.onInverse}",
12635
+ "$type": "color",
12636
+ "$extensions": {
12637
+ "org.primer.figma": {
12638
+ "collection": "mode",
12639
+ "mode": "dark",
12640
+ "group": "component",
12641
+ "scopes": ["fgColor"]
12642
+ }
12643
+ }
12644
+ },
12645
+ "name": "tooltip-fgColor",
12646
+ "attributes": {},
12647
+ "path": ["tooltip", "fgColor"]
12648
+ },
12591
12649
  "fgColor-default": {
12592
12650
  "value": "#fbfcfd",
12593
12651
  "$type": "color",
@@ -12705,6 +12763,35 @@
12705
12763
  "attributes": {},
12706
12764
  "path": ["fgColor", "onEmphasis"]
12707
12765
  },
12766
+ "fgColor-onInverse": {
12767
+ "value": "#010409",
12768
+ "$type": "color",
12769
+ "$extensions": {
12770
+ "org.primer.figma": {
12771
+ "collection": "mode",
12772
+ "mode": "dark",
12773
+ "group": "semantic",
12774
+ "scopes": ["fgColor"]
12775
+ }
12776
+ },
12777
+ "filePath": "src/tokens/functional/color/dark/primitives-dark.json5",
12778
+ "isSource": true,
12779
+ "original": {
12780
+ "value": "{base.color.black}",
12781
+ "$type": "color",
12782
+ "$extensions": {
12783
+ "org.primer.figma": {
12784
+ "collection": "mode",
12785
+ "mode": "dark",
12786
+ "group": "semantic",
12787
+ "scopes": ["fgColor"]
12788
+ }
12789
+ }
12790
+ },
12791
+ "name": "fgColor-onInverse",
12792
+ "attributes": {},
12793
+ "path": ["fgColor", "onInverse"]
12794
+ },
12708
12795
  "fgColor-white": {
12709
12796
  "value": "#ffffff",
12710
12797
  "$type": "color",