@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
@@ -713,9 +713,12 @@
713
713
  --label-coral-fgColor-rest: #f7794b;
714
714
  --label-coral-fgColor-hover: #fa8c61;
715
715
  --label-coral-fgColor-active: #fdaa86;
716
+ --tooltip-bgColor: #636e7b;
717
+ --tooltip-fgColor: #cdd9e5;
716
718
  --fgColor-default: #c5d1de;
717
719
  --fgColor-muted: #778491;
718
720
  --fgColor-onEmphasis: #cdd9e5;
721
+ --fgColor-onInverse: #1c2128;
719
722
  --fgColor-white: #cdd9e5;
720
723
  --fgColor-black: #1c2128;
721
724
  --fgColor-disabled: #636e7b;
@@ -1562,9 +1565,12 @@
1562
1565
  --label-coral-fgColor-rest: #f7794b;
1563
1566
  --label-coral-fgColor-hover: #fa8c61;
1564
1567
  --label-coral-fgColor-active: #fdaa86;
1568
+ --tooltip-bgColor: #636e7b;
1569
+ --tooltip-fgColor: #cdd9e5;
1565
1570
  --fgColor-default: #c5d1de;
1566
1571
  --fgColor-muted: #778491;
1567
1572
  --fgColor-onEmphasis: #cdd9e5;
1573
+ --fgColor-onInverse: #1c2128;
1568
1574
  --fgColor-white: #cdd9e5;
1569
1575
  --fgColor-black: #1c2128;
1570
1576
  --fgColor-disabled: #636e7b;
@@ -491,7 +491,7 @@
491
491
  --controlTrack-bgColor-disabled: #9ea7b3;
492
492
  --controlTrack-fgColor-rest: #fbfcfd;
493
493
  --controlTrack-fgColor-disabled: #0a0c10;
494
- --controlTrack-borderColor-rest: #00000000;
494
+ --controlTrack-borderColor-rest: #9ea7b3;
495
495
  --controlTrack-borderColor-disabled: #9ea7b3;
496
496
  --controlKnob-bgColor-rest: #010409;
497
497
  --controlKnob-bgColor-disabled: #3d424db3;
@@ -713,9 +713,12 @@
713
713
  --label-coral-fgColor-rest: #f7794b;
714
714
  --label-coral-fgColor-hover: #fa8c61;
715
715
  --label-coral-fgColor-active: #fdaa86;
716
+ --tooltip-bgColor: #ffffff;
717
+ --tooltip-fgColor: #010409;
716
718
  --fgColor-default: #fbfcfd;
717
719
  --fgColor-muted: #f0f3f6;
718
720
  --fgColor-onEmphasis: #0a0c10;
721
+ --fgColor-onInverse: #010409;
719
722
  --fgColor-white: #ffffff;
720
723
  --fgColor-black: #010409;
721
724
  --fgColor-disabled: #9ea7b3;
@@ -1340,7 +1343,7 @@
1340
1343
  --controlTrack-bgColor-disabled: #9ea7b3;
1341
1344
  --controlTrack-fgColor-rest: #fbfcfd;
1342
1345
  --controlTrack-fgColor-disabled: #0a0c10;
1343
- --controlTrack-borderColor-rest: #00000000;
1346
+ --controlTrack-borderColor-rest: #9ea7b3;
1344
1347
  --controlTrack-borderColor-disabled: #9ea7b3;
1345
1348
  --controlKnob-bgColor-rest: #010409;
1346
1349
  --controlKnob-bgColor-disabled: #3d424db3;
@@ -1562,9 +1565,12 @@
1562
1565
  --label-coral-fgColor-rest: #f7794b;
1563
1566
  --label-coral-fgColor-hover: #fa8c61;
1564
1567
  --label-coral-fgColor-active: #fdaa86;
1568
+ --tooltip-bgColor: #ffffff;
1569
+ --tooltip-fgColor: #010409;
1565
1570
  --fgColor-default: #fbfcfd;
1566
1571
  --fgColor-muted: #f0f3f6;
1567
1572
  --fgColor-onEmphasis: #0a0c10;
1573
+ --fgColor-onInverse: #010409;
1568
1574
  --fgColor-white: #ffffff;
1569
1575
  --fgColor-black: #010409;
1570
1576
  --fgColor-disabled: #9ea7b3;
@@ -713,9 +713,12 @@
713
713
  --label-coral-fgColor-rest: #f7794b;
714
714
  --label-coral-fgColor-hover: #fa8c61;
715
715
  --label-coral-fgColor-active: #fdaa86;
716
+ --tooltip-bgColor: #6e7681;
717
+ --tooltip-fgColor: #ffffff;
716
718
  --fgColor-default: #e6edf3;
717
719
  --fgColor-muted: #8d96a0;
718
720
  --fgColor-onEmphasis: #ffffff;
721
+ --fgColor-onInverse: #010409;
719
722
  --fgColor-white: #ffffff;
720
723
  --fgColor-black: #010409;
721
724
  --fgColor-disabled: #6e7681;
@@ -1562,9 +1565,12 @@
1562
1565
  --label-coral-fgColor-rest: #f7794b;
1563
1566
  --label-coral-fgColor-hover: #fa8c61;
1564
1567
  --label-coral-fgColor-active: #fdaa86;
1568
+ --tooltip-bgColor: #6e7681;
1569
+ --tooltip-fgColor: #ffffff;
1565
1570
  --fgColor-default: #e6edf3;
1566
1571
  --fgColor-muted: #8d96a0;
1567
1572
  --fgColor-onEmphasis: #ffffff;
1573
+ --fgColor-onInverse: #010409;
1568
1574
  --fgColor-white: #ffffff;
1569
1575
  --fgColor-black: #010409;
1570
1576
  --fgColor-disabled: #6e7681;
@@ -713,9 +713,12 @@
713
713
  --label-coral-fgColor-rest: #f7794b;
714
714
  --label-coral-fgColor-hover: #fa8c61;
715
715
  --label-coral-fgColor-active: #fdaa86;
716
+ --tooltip-bgColor: #6e7681;
717
+ --tooltip-fgColor: #ffffff;
716
718
  --fgColor-default: #e6edf3;
717
719
  --fgColor-muted: #8d96a0;
718
720
  --fgColor-onEmphasis: #ffffff;
721
+ --fgColor-onInverse: #010409;
719
722
  --fgColor-white: #ffffff;
720
723
  --fgColor-black: #010409;
721
724
  --fgColor-disabled: #6e7681;
@@ -1562,9 +1565,12 @@
1562
1565
  --label-coral-fgColor-rest: #f7794b;
1563
1566
  --label-coral-fgColor-hover: #fa8c61;
1564
1567
  --label-coral-fgColor-active: #fdaa86;
1568
+ --tooltip-bgColor: #6e7681;
1569
+ --tooltip-fgColor: #ffffff;
1565
1570
  --fgColor-default: #e6edf3;
1566
1571
  --fgColor-muted: #8d96a0;
1567
1572
  --fgColor-onEmphasis: #ffffff;
1573
+ --fgColor-onInverse: #010409;
1568
1574
  --fgColor-white: #ffffff;
1569
1575
  --fgColor-black: #010409;
1570
1576
  --fgColor-disabled: #6e7681;
@@ -714,9 +714,12 @@
714
714
  --label-coral-fgColor-rest: #ba2e12;
715
715
  --label-coral-fgColor-hover: #9b2712;
716
716
  --label-coral-fgColor-active: #7e2011;
717
+ --tooltip-bgColor: #24292f;
718
+ --tooltip-fgColor: #ffffff;
717
719
  --fgColor-default: #1f2328;
718
720
  --fgColor-muted: #636c76;
719
721
  --fgColor-onEmphasis: #ffffff;
722
+ --fgColor-onInverse: #ffffff;
720
723
  --fgColor-white: #ffffff;
721
724
  --fgColor-black: #1f2328;
722
725
  --fgColor-disabled: #8c959f;
@@ -1563,9 +1566,12 @@
1563
1566
  --label-coral-fgColor-rest: #ba2e12;
1564
1567
  --label-coral-fgColor-hover: #9b2712;
1565
1568
  --label-coral-fgColor-active: #7e2011;
1569
+ --tooltip-bgColor: #24292f;
1570
+ --tooltip-fgColor: #ffffff;
1566
1571
  --fgColor-default: #1f2328;
1567
1572
  --fgColor-muted: #636c76;
1568
1573
  --fgColor-onEmphasis: #ffffff;
1574
+ --fgColor-onInverse: #ffffff;
1569
1575
  --fgColor-white: #ffffff;
1570
1576
  --fgColor-black: #1f2328;
1571
1577
  --fgColor-disabled: #8c959f;
@@ -491,7 +491,7 @@
491
491
  --controlTrack-bgColor-disabled: #66707b;
492
492
  --controlTrack-fgColor-rest: #010409;
493
493
  --controlTrack-fgColor-disabled: #ffffff;
494
- --controlTrack-borderColor-rest: #ffffff00;
494
+ --controlTrack-borderColor-rest: #66707b;
495
495
  --controlTrack-borderColor-disabled: #66707b;
496
496
  --controlKnob-bgColor-rest: #ffffff;
497
497
  --controlKnob-bgColor-disabled: #ced5dcb3;
@@ -714,9 +714,12 @@
714
714
  --label-coral-fgColor-rest: #ba2e12;
715
715
  --label-coral-fgColor-hover: #9b2712;
716
716
  --label-coral-fgColor-active: #7e2011;
717
+ --tooltip-bgColor: #0e1116;
718
+ --tooltip-fgColor: #ffffff;
717
719
  --fgColor-default: #010409;
718
720
  --fgColor-muted: #0e1116;
719
721
  --fgColor-onEmphasis: #ffffff;
722
+ --fgColor-onInverse: #ffffff;
720
723
  --fgColor-white: #ffffff;
721
724
  --fgColor-black: #010409;
722
725
  --fgColor-disabled: #66707b;
@@ -1340,7 +1343,7 @@
1340
1343
  --controlTrack-bgColor-disabled: #66707b;
1341
1344
  --controlTrack-fgColor-rest: #010409;
1342
1345
  --controlTrack-fgColor-disabled: #ffffff;
1343
- --controlTrack-borderColor-rest: #ffffff00;
1346
+ --controlTrack-borderColor-rest: #66707b;
1344
1347
  --controlTrack-borderColor-disabled: #66707b;
1345
1348
  --controlKnob-bgColor-rest: #ffffff;
1346
1349
  --controlKnob-bgColor-disabled: #ced5dcb3;
@@ -1563,9 +1566,12 @@
1563
1566
  --label-coral-fgColor-rest: #ba2e12;
1564
1567
  --label-coral-fgColor-hover: #9b2712;
1565
1568
  --label-coral-fgColor-active: #7e2011;
1569
+ --tooltip-bgColor: #0e1116;
1570
+ --tooltip-fgColor: #ffffff;
1566
1571
  --fgColor-default: #010409;
1567
1572
  --fgColor-muted: #0e1116;
1568
1573
  --fgColor-onEmphasis: #ffffff;
1574
+ --fgColor-onInverse: #ffffff;
1569
1575
  --fgColor-white: #ffffff;
1570
1576
  --fgColor-black: #010409;
1571
1577
  --fgColor-disabled: #66707b;
@@ -714,9 +714,12 @@
714
714
  --label-coral-fgColor-rest: #ba2e12;
715
715
  --label-coral-fgColor-hover: #9b2712;
716
716
  --label-coral-fgColor-active: #7e2011;
717
+ --tooltip-bgColor: #24292f;
718
+ --tooltip-fgColor: #ffffff;
717
719
  --fgColor-default: #1f2328;
718
720
  --fgColor-muted: #636c76;
719
721
  --fgColor-onEmphasis: #ffffff;
722
+ --fgColor-onInverse: #ffffff;
720
723
  --fgColor-white: #ffffff;
721
724
  --fgColor-black: #1f2328;
722
725
  --fgColor-disabled: #8c959f;
@@ -1563,9 +1566,12 @@
1563
1566
  --label-coral-fgColor-rest: #ba2e12;
1564
1567
  --label-coral-fgColor-hover: #9b2712;
1565
1568
  --label-coral-fgColor-active: #7e2011;
1569
+ --tooltip-bgColor: #24292f;
1570
+ --tooltip-fgColor: #ffffff;
1566
1571
  --fgColor-default: #1f2328;
1567
1572
  --fgColor-muted: #636c76;
1568
1573
  --fgColor-onEmphasis: #ffffff;
1574
+ --fgColor-onInverse: #ffffff;
1569
1575
  --fgColor-white: #ffffff;
1570
1576
  --fgColor-black: #1f2328;
1571
1577
  --fgColor-disabled: #8c959f;
@@ -714,9 +714,12 @@
714
714
  --label-coral-fgColor-rest: #ba2e12;
715
715
  --label-coral-fgColor-hover: #9b2712;
716
716
  --label-coral-fgColor-active: #7e2011;
717
+ --tooltip-bgColor: #24292f;
718
+ --tooltip-fgColor: #ffffff;
717
719
  --fgColor-default: #1f2328;
718
720
  --fgColor-muted: #636c76;
719
721
  --fgColor-onEmphasis: #ffffff;
722
+ --fgColor-onInverse: #ffffff;
720
723
  --fgColor-white: #ffffff;
721
724
  --fgColor-black: #1f2328;
722
725
  --fgColor-disabled: #8c959f;
@@ -1563,9 +1566,12 @@
1563
1566
  --label-coral-fgColor-rest: #ba2e12;
1564
1567
  --label-coral-fgColor-hover: #9b2712;
1565
1568
  --label-coral-fgColor-active: #7e2011;
1569
+ --tooltip-bgColor: #24292f;
1570
+ --tooltip-fgColor: #ffffff;
1566
1571
  --fgColor-default: #1f2328;
1567
1572
  --fgColor-muted: #636c76;
1568
1573
  --fgColor-onEmphasis: #ffffff;
1574
+ --fgColor-onInverse: #ffffff;
1569
1575
  --fgColor-white: #ffffff;
1570
1576
  --fgColor-black: #1f2328;
1571
1577
  --fgColor-disabled: #8c959f;
@@ -205,6 +205,37 @@
205
205
  "attributes": {},
206
206
  "path": ["borderRadius", "full"]
207
207
  },
208
+ "borderRadius-default": {
209
+ "value": ["0.0234375rem", "0.375px"],
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", "-2px"],
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",