@primer/primitives 8.2.4-rc.e3ccaf09 → 8.2.4-rc.eed8be14

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 (60) hide show
  1. package/README.md +17 -18
  2. package/dist/css/functional/size/border.css +1 -0
  3. package/dist/css/functional/themes/dark-colorblind.css +6 -0
  4. package/dist/css/functional/themes/dark-dimmed.css +6 -0
  5. package/dist/css/functional/themes/dark-high-contrast.css +8 -2
  6. package/dist/css/functional/themes/dark-tritanopia.css +6 -0
  7. package/dist/css/functional/themes/dark.css +6 -0
  8. package/dist/css/functional/themes/light-colorblind.css +6 -0
  9. package/dist/css/functional/themes/light-high-contrast.css +8 -2
  10. package/dist/css/functional/themes/light-tritanopia.css +6 -0
  11. package/dist/css/functional/themes/light.css +6 -0
  12. package/dist/css/primitives.css +1 -0
  13. package/dist/docs/functional/size/border.json +31 -0
  14. package/dist/docs/functional/themes/dark-colorblind.json +87 -0
  15. package/dist/docs/functional/themes/dark-dimmed.json +87 -0
  16. package/dist/docs/functional/themes/dark-high-contrast.json +90 -3
  17. package/dist/docs/functional/themes/dark-tritanopia.json +87 -0
  18. package/dist/docs/functional/themes/dark.json +87 -0
  19. package/dist/docs/functional/themes/light-colorblind.json +87 -0
  20. package/dist/docs/functional/themes/light-high-contrast.json +90 -3
  21. package/dist/docs/functional/themes/light-tritanopia.json +87 -0
  22. package/dist/docs/functional/themes/light.json +87 -0
  23. package/dist/fallbacks/functional/size/border.json +1 -0
  24. package/dist/figma/dimension/dimension.json +14 -0
  25. package/dist/figma/themes/dark-colorblind.json +48 -0
  26. package/dist/figma/themes/dark-dimmed.json +48 -0
  27. package/dist/figma/themes/dark-high-contrast.json +64 -16
  28. package/dist/figma/themes/dark-tritanopia.json +48 -0
  29. package/dist/figma/themes/dark.json +48 -0
  30. package/dist/figma/themes/light-colorblind.json +48 -0
  31. package/dist/figma/themes/light-high-contrast.json +64 -16
  32. package/dist/figma/themes/light-tritanopia.json +48 -0
  33. package/dist/figma/themes/light.json +48 -0
  34. package/dist/internalCss/dark-colorblind.css +6 -0
  35. package/dist/internalCss/dark-dimmed.css +6 -0
  36. package/dist/internalCss/dark-high-contrast.css +8 -2
  37. package/dist/internalCss/dark-tritanopia.css +6 -0
  38. package/dist/internalCss/dark.css +6 -0
  39. package/dist/internalCss/light-colorblind.css +6 -0
  40. package/dist/internalCss/light-high-contrast.css +8 -2
  41. package/dist/internalCss/light-tritanopia.css +6 -0
  42. package/dist/internalCss/light.css +6 -0
  43. package/dist/styleLint/functional/size/border.json +31 -0
  44. package/dist/styleLint/functional/themes/dark-colorblind.json +87 -0
  45. package/dist/styleLint/functional/themes/dark-dimmed.json +87 -0
  46. package/dist/styleLint/functional/themes/dark-high-contrast.json +90 -3
  47. package/dist/styleLint/functional/themes/dark-tritanopia.json +87 -0
  48. package/dist/styleLint/functional/themes/dark.json +87 -0
  49. package/dist/styleLint/functional/themes/light-colorblind.json +87 -0
  50. package/dist/styleLint/functional/themes/light-high-contrast.json +90 -3
  51. package/dist/styleLint/functional/themes/light-tritanopia.json +87 -0
  52. package/dist/styleLint/functional/themes/light.json +87 -0
  53. package/package.json +12 -9
  54. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +16 -0
  55. package/src/tokens/functional/color/dark/patterns-dark.json5 +26 -0
  56. package/src/tokens/functional/color/dark/primitives-dark.json5 +12 -0
  57. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +6 -0
  58. package/src/tokens/functional/color/light/patterns-light.json5 +26 -0
  59. package/src/tokens/functional/color/light/primitives-light.json5 +12 -0
  60. package/src/tokens/functional/size/border.json +13 -0
@@ -2172,6 +2172,22 @@
2172
2172
  "group": "semantic",
2173
2173
  "scopes": ["TEXT_FILL", "SHAPE_FILL"]
2174
2174
  },
2175
+ {
2176
+ "name": "fgColor/onInverse",
2177
+ "value": {
2178
+ "r": 1,
2179
+ "g": 1,
2180
+ "b": 1,
2181
+ "a": 1
2182
+ },
2183
+ "type": "COLOR",
2184
+ "refId": "mode/fgColor/onInverse",
2185
+ "reference": "base/color/light/base/color/white",
2186
+ "collection": "mode",
2187
+ "mode": "light tritanopia",
2188
+ "group": "semantic",
2189
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
2190
+ },
2175
2191
  {
2176
2192
  "name": "fgColor/onEmphasis",
2177
2193
  "value": {
@@ -7631,6 +7647,38 @@
7631
7647
  "web": "var(--fgColor-link) /* utility class: .color-fg-accent */"
7632
7648
  }
7633
7649
  },
7650
+ {
7651
+ "name": "tooltip/fgColor",
7652
+ "value": {
7653
+ "r": 1,
7654
+ "g": 1,
7655
+ "b": 1,
7656
+ "a": 1
7657
+ },
7658
+ "type": "COLOR",
7659
+ "refId": "mode/tooltip/fgColor",
7660
+ "reference": "mode/fgColor/onEmphasis",
7661
+ "collection": "mode",
7662
+ "mode": "light tritanopia",
7663
+ "group": "component",
7664
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
7665
+ },
7666
+ {
7667
+ "name": "tooltip/bgColor",
7668
+ "value": {
7669
+ "r": 0.1411764705882353,
7670
+ "g": 0.1607843137254902,
7671
+ "b": 0.1843137254901961,
7672
+ "a": 1
7673
+ },
7674
+ "type": "COLOR",
7675
+ "refId": "mode/tooltip/bgColor",
7676
+ "reference": "mode/bgColor/emphasis",
7677
+ "collection": "mode",
7678
+ "mode": "light tritanopia",
7679
+ "group": "component",
7680
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
7681
+ },
7634
7682
  {
7635
7683
  "name": "card/bgColor",
7636
7684
  "value": {
@@ -2020,6 +2020,22 @@
2020
2020
  "group": "semantic",
2021
2021
  "scopes": ["TEXT_FILL", "SHAPE_FILL"]
2022
2022
  },
2023
+ {
2024
+ "name": "fgColor/onInverse",
2025
+ "value": {
2026
+ "r": 1,
2027
+ "g": 1,
2028
+ "b": 1,
2029
+ "a": 1
2030
+ },
2031
+ "type": "COLOR",
2032
+ "refId": "mode/fgColor/onInverse",
2033
+ "reference": "base/color/light/base/color/white",
2034
+ "collection": "mode",
2035
+ "mode": "light",
2036
+ "group": "semantic",
2037
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
2038
+ },
2023
2039
  {
2024
2040
  "name": "fgColor/onEmphasis",
2025
2041
  "value": {
@@ -7632,6 +7648,38 @@
7632
7648
  "web": "var(--fgColor-link) /* utility class: .color-fg-accent */"
7633
7649
  }
7634
7650
  },
7651
+ {
7652
+ "name": "tooltip/fgColor",
7653
+ "value": {
7654
+ "r": 1,
7655
+ "g": 1,
7656
+ "b": 1,
7657
+ "a": 1
7658
+ },
7659
+ "type": "COLOR",
7660
+ "refId": "mode/tooltip/fgColor",
7661
+ "reference": "mode/fgColor/onEmphasis",
7662
+ "collection": "mode",
7663
+ "mode": "light",
7664
+ "group": "component",
7665
+ "scopes": ["TEXT_FILL", "SHAPE_FILL"]
7666
+ },
7667
+ {
7668
+ "name": "tooltip/bgColor",
7669
+ "value": {
7670
+ "r": 0.1411764705882353,
7671
+ "g": 0.1607843137254902,
7672
+ "b": 0.1843137254901961,
7673
+ "a": 1
7674
+ },
7675
+ "type": "COLOR",
7676
+ "refId": "mode/tooltip/bgColor",
7677
+ "reference": "mode/bgColor/emphasis",
7678
+ "collection": "mode",
7679
+ "mode": "light",
7680
+ "group": "component",
7681
+ "scopes": ["FRAME_FILL", "SHAPE_FILL"]
7682
+ },
7635
7683
  {
7636
7684
  "name": "card/bgColor",
7637
7685
  "value": {
@@ -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: #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",