@primer/primitives 9.0.0-rc.da7438e1 → 9.0.0-rc.e0216c44

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 (54) hide show
  1. package/dist/css/functional/themes/dark-colorblind.css +24 -24
  2. package/dist/css/functional/themes/dark-dimmed.css +24 -24
  3. package/dist/css/functional/themes/dark-high-contrast.css +24 -24
  4. package/dist/css/functional/themes/dark-tritanopia.css +24 -24
  5. package/dist/css/functional/themes/dark.css +24 -24
  6. package/dist/css/functional/themes/light-colorblind.css +24 -24
  7. package/dist/css/functional/themes/light-high-contrast.css +24 -24
  8. package/dist/css/functional/themes/light-tritanopia.css +24 -24
  9. package/dist/css/functional/themes/light.css +24 -24
  10. package/dist/docs/functional/themes/dark-colorblind.json +34 -34
  11. package/dist/docs/functional/themes/dark-dimmed.json +34 -34
  12. package/dist/docs/functional/themes/dark-high-contrast.json +35 -35
  13. package/dist/docs/functional/themes/dark-tritanopia.json +34 -34
  14. package/dist/docs/functional/themes/dark.json +34 -34
  15. package/dist/docs/functional/themes/light-colorblind.json +34 -34
  16. package/dist/docs/functional/themes/light-high-contrast.json +35 -35
  17. package/dist/docs/functional/themes/light-tritanopia.json +34 -34
  18. package/dist/docs/functional/themes/light.json +34 -34
  19. package/dist/fallbacks/color-fallbacks.json +11 -1
  20. package/dist/figma/themes/dark-colorblind.json +40 -40
  21. package/dist/figma/themes/dark-dimmed.json +40 -40
  22. package/dist/figma/themes/dark-high-contrast.json +40 -40
  23. package/dist/figma/themes/dark-tritanopia.json +40 -40
  24. package/dist/figma/themes/dark.json +40 -40
  25. package/dist/figma/themes/light-colorblind.json +28 -28
  26. package/dist/figma/themes/light-high-contrast.json +40 -40
  27. package/dist/figma/themes/light-tritanopia.json +28 -28
  28. package/dist/figma/themes/light.json +28 -28
  29. package/dist/internalCss/dark-colorblind.css +24 -24
  30. package/dist/internalCss/dark-dimmed.css +24 -24
  31. package/dist/internalCss/dark-high-contrast.css +24 -24
  32. package/dist/internalCss/dark-tritanopia.css +24 -24
  33. package/dist/internalCss/dark.css +24 -24
  34. package/dist/internalCss/light-colorblind.css +24 -24
  35. package/dist/internalCss/light-high-contrast.css +24 -24
  36. package/dist/internalCss/light-tritanopia.css +24 -24
  37. package/dist/internalCss/light.css +24 -24
  38. package/dist/styleLint/functional/themes/dark-colorblind.json +34 -34
  39. package/dist/styleLint/functional/themes/dark-dimmed.json +34 -34
  40. package/dist/styleLint/functional/themes/dark-high-contrast.json +35 -35
  41. package/dist/styleLint/functional/themes/dark-tritanopia.json +34 -34
  42. package/dist/styleLint/functional/themes/dark.json +34 -34
  43. package/dist/styleLint/functional/themes/light-colorblind.json +34 -34
  44. package/dist/styleLint/functional/themes/light-high-contrast.json +35 -35
  45. package/dist/styleLint/functional/themes/light-tritanopia.json +34 -34
  46. package/dist/styleLint/functional/themes/light.json +34 -34
  47. package/package.json +1 -1
  48. package/src/tokens/fallback/color-fallbacks.json +11 -1
  49. package/src/tokens/functional/color/dark/data-vis-dark.json5 +10 -10
  50. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +0 -6
  51. package/src/tokens/functional/color/dark/patterns-dark.json5 +2 -2
  52. package/src/tokens/functional/color/light/data-vis-light.json5 +10 -10
  53. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +0 -6
  54. package/src/tokens/functional/color/light/patterns-light.json5 +2 -2
@@ -42,25 +42,25 @@
42
42
  --header-borderColor-divider: #57606a;
43
43
  --headerSearch-bgColor: #24292f;
44
44
  --headerSearch-borderColor: #57606a;
45
- --data-blue-color: #006edb;
45
+ --data-blue-color-emphasis: #006edb;
46
46
  --data-blue-color-muted: #d1f0ff;
47
- --data-auburn-color: #9d615c;
47
+ --data-auburn-color-emphasis: #9d615c;
48
48
  --data-auburn-color-muted: #f2e9e9;
49
- --data-orange-color: #eb670f;
49
+ --data-orange-color-emphasis: #eb670f;
50
50
  --data-orange-color-muted: #ffe7d1;
51
- --data-yellow-color: #b88700;
51
+ --data-yellow-color-emphasis: #b88700;
52
52
  --data-yellow-color-muted: #ffec9e;
53
- --data-green-color: #30a147;
53
+ --data-green-color-emphasis: #30a147;
54
54
  --data-green-color-muted: #caf7ca;
55
- --data-teal-color: #179b9b;
55
+ --data-teal-color-emphasis: #179b9b;
56
56
  --data-teal-color-muted: #c7f5ef;
57
- --data-purple-color: #894ceb;
57
+ --data-purple-color-emphasis: #894ceb;
58
58
  --data-purple-color-muted: #f1e5ff;
59
- --data-pink-color: #ce2c85;
59
+ --data-pink-color-emphasis: #ce2c85;
60
60
  --data-pink-color-muted: #ffe5f1;
61
- --data-red-color: #df0c24;
61
+ --data-red-color-emphasis: #df0c24;
62
62
  --data-red-color-muted: #ffe2e0;
63
- --data-gray-color: #808fa3;
63
+ --data-gray-color-emphasis: #808fa3;
64
64
  --data-gray-color-muted: #e8ecf2;
65
65
  --display-blue-bgColor-muted: #d1f0ff;
66
66
  --display-blue-bgColor-emphasis: #006edb;
@@ -238,8 +238,8 @@
238
238
  --button-primary-borderColor-active: #1f232826;
239
239
  --button-primary-borderColor-disabled: #92caff;
240
240
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #0021554d;
241
- --button-invisible-fgColor-rest: #0969da;
242
- --button-invisible-fgColor-hover: #0969da;
241
+ --button-invisible-fgColor-rest: #1f2328;
242
+ --button-invisible-fgColor-hover: #1f2328;
243
243
  --button-invisible-fgColor-disabled: #8c959f;
244
244
  --button-invisible-iconColor-rest: #636c76;
245
245
  --button-invisible-iconColor-hover: #636c76;
@@ -609,25 +609,25 @@
609
609
  --header-borderColor-divider: #57606a;
610
610
  --headerSearch-bgColor: #24292f;
611
611
  --headerSearch-borderColor: #57606a;
612
- --data-blue-color: #006edb;
612
+ --data-blue-color-emphasis: #006edb;
613
613
  --data-blue-color-muted: #d1f0ff;
614
- --data-auburn-color: #9d615c;
614
+ --data-auburn-color-emphasis: #9d615c;
615
615
  --data-auburn-color-muted: #f2e9e9;
616
- --data-orange-color: #eb670f;
616
+ --data-orange-color-emphasis: #eb670f;
617
617
  --data-orange-color-muted: #ffe7d1;
618
- --data-yellow-color: #b88700;
618
+ --data-yellow-color-emphasis: #b88700;
619
619
  --data-yellow-color-muted: #ffec9e;
620
- --data-green-color: #30a147;
620
+ --data-green-color-emphasis: #30a147;
621
621
  --data-green-color-muted: #caf7ca;
622
- --data-teal-color: #179b9b;
622
+ --data-teal-color-emphasis: #179b9b;
623
623
  --data-teal-color-muted: #c7f5ef;
624
- --data-purple-color: #894ceb;
624
+ --data-purple-color-emphasis: #894ceb;
625
625
  --data-purple-color-muted: #f1e5ff;
626
- --data-pink-color: #ce2c85;
626
+ --data-pink-color-emphasis: #ce2c85;
627
627
  --data-pink-color-muted: #ffe5f1;
628
- --data-red-color: #df0c24;
628
+ --data-red-color-emphasis: #df0c24;
629
629
  --data-red-color-muted: #ffe2e0;
630
- --data-gray-color: #808fa3;
630
+ --data-gray-color-emphasis: #808fa3;
631
631
  --data-gray-color-muted: #e8ecf2;
632
632
  --display-blue-bgColor-muted: #d1f0ff;
633
633
  --display-blue-bgColor-emphasis: #006edb;
@@ -805,8 +805,8 @@
805
805
  --button-primary-borderColor-active: #1f232826;
806
806
  --button-primary-borderColor-disabled: #92caff;
807
807
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #0021554d;
808
- --button-invisible-fgColor-rest: #0969da;
809
- --button-invisible-fgColor-hover: #0969da;
808
+ --button-invisible-fgColor-rest: #1f2328;
809
+ --button-invisible-fgColor-hover: #1f2328;
810
810
  --button-invisible-fgColor-disabled: #8c959f;
811
811
  --button-invisible-iconColor-rest: #636c76;
812
812
  --button-invisible-iconColor-hover: #636c76;
@@ -42,25 +42,25 @@
42
42
  --header-borderColor-divider: #57606a;
43
43
  --headerSearch-bgColor: #24292f;
44
44
  --headerSearch-borderColor: #57606a;
45
- --data-blue-color: #006edb;
45
+ --data-blue-color-emphasis: #006edb;
46
46
  --data-blue-color-muted: #d1f0ff;
47
- --data-auburn-color: #9d615c;
47
+ --data-auburn-color-emphasis: #9d615c;
48
48
  --data-auburn-color-muted: #f2e9e9;
49
- --data-orange-color: #eb670f;
49
+ --data-orange-color-emphasis: #eb670f;
50
50
  --data-orange-color-muted: #ffe7d1;
51
- --data-yellow-color: #b88700;
51
+ --data-yellow-color-emphasis: #b88700;
52
52
  --data-yellow-color-muted: #ffec9e;
53
- --data-green-color: #30a147;
53
+ --data-green-color-emphasis: #30a147;
54
54
  --data-green-color-muted: #caf7ca;
55
- --data-teal-color: #179b9b;
55
+ --data-teal-color-emphasis: #179b9b;
56
56
  --data-teal-color-muted: #c7f5ef;
57
- --data-purple-color: #894ceb;
57
+ --data-purple-color-emphasis: #894ceb;
58
58
  --data-purple-color-muted: #f1e5ff;
59
- --data-pink-color: #ce2c85;
59
+ --data-pink-color-emphasis: #ce2c85;
60
60
  --data-pink-color-muted: #ffe5f1;
61
- --data-red-color: #df0c24;
61
+ --data-red-color-emphasis: #df0c24;
62
62
  --data-red-color-muted: #ffe2e0;
63
- --data-gray-color: #808fa3;
63
+ --data-gray-color-emphasis: #808fa3;
64
64
  --data-gray-color-muted: #e8ecf2;
65
65
  --display-blue-bgColor-muted: #d1f0ff;
66
66
  --display-blue-bgColor-emphasis: #006edb;
@@ -238,8 +238,8 @@
238
238
  --button-primary-borderColor-active: #1f232826;
239
239
  --button-primary-borderColor-disabled: #95d8a6;
240
240
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #002d114d;
241
- --button-invisible-fgColor-rest: #0969da;
242
- --button-invisible-fgColor-hover: #0969da;
241
+ --button-invisible-fgColor-rest: #1f2328;
242
+ --button-invisible-fgColor-hover: #1f2328;
243
243
  --button-invisible-fgColor-disabled: #8c959f;
244
244
  --button-invisible-iconColor-rest: #636c76;
245
245
  --button-invisible-iconColor-hover: #636c76;
@@ -609,25 +609,25 @@
609
609
  --header-borderColor-divider: #57606a;
610
610
  --headerSearch-bgColor: #24292f;
611
611
  --headerSearch-borderColor: #57606a;
612
- --data-blue-color: #006edb;
612
+ --data-blue-color-emphasis: #006edb;
613
613
  --data-blue-color-muted: #d1f0ff;
614
- --data-auburn-color: #9d615c;
614
+ --data-auburn-color-emphasis: #9d615c;
615
615
  --data-auburn-color-muted: #f2e9e9;
616
- --data-orange-color: #eb670f;
616
+ --data-orange-color-emphasis: #eb670f;
617
617
  --data-orange-color-muted: #ffe7d1;
618
- --data-yellow-color: #b88700;
618
+ --data-yellow-color-emphasis: #b88700;
619
619
  --data-yellow-color-muted: #ffec9e;
620
- --data-green-color: #30a147;
620
+ --data-green-color-emphasis: #30a147;
621
621
  --data-green-color-muted: #caf7ca;
622
- --data-teal-color: #179b9b;
622
+ --data-teal-color-emphasis: #179b9b;
623
623
  --data-teal-color-muted: #c7f5ef;
624
- --data-purple-color: #894ceb;
624
+ --data-purple-color-emphasis: #894ceb;
625
625
  --data-purple-color-muted: #f1e5ff;
626
- --data-pink-color: #ce2c85;
626
+ --data-pink-color-emphasis: #ce2c85;
627
627
  --data-pink-color-muted: #ffe5f1;
628
- --data-red-color: #df0c24;
628
+ --data-red-color-emphasis: #df0c24;
629
629
  --data-red-color-muted: #ffe2e0;
630
- --data-gray-color: #808fa3;
630
+ --data-gray-color-emphasis: #808fa3;
631
631
  --data-gray-color-muted: #e8ecf2;
632
632
  --display-blue-bgColor-muted: #d1f0ff;
633
633
  --display-blue-bgColor-emphasis: #006edb;
@@ -805,8 +805,8 @@
805
805
  --button-primary-borderColor-active: #1f232826;
806
806
  --button-primary-borderColor-disabled: #95d8a6;
807
807
  --button-primary-shadow-selected: inset 0px 1px 0px 0px #002d114d;
808
- --button-invisible-fgColor-rest: #0969da;
809
- --button-invisible-fgColor-hover: #0969da;
808
+ --button-invisible-fgColor-rest: #1f2328;
809
+ --button-invisible-fgColor-hover: #1f2328;
810
810
  --button-invisible-fgColor-disabled: #8c959f;
811
811
  --button-invisible-iconColor-rest: #636c76;
812
812
  --button-invisible-iconColor-hover: #636c76;
@@ -1181,7 +1181,7 @@
1181
1181
  "attributes": {},
1182
1182
  "path": ["headerSearch", "borderColor"]
1183
1183
  },
1184
- "data-blue-color": {
1184
+ "data-blue-color-emphasis": {
1185
1185
  "value": "#0576ff",
1186
1186
  "$type": "color",
1187
1187
  "$extensions": {
@@ -1206,9 +1206,9 @@
1206
1206
  }
1207
1207
  }
1208
1208
  },
1209
- "name": "data-blue-color",
1209
+ "name": "data-blue-color-emphasis",
1210
1210
  "attributes": {},
1211
- "path": ["data", "blue", "color", "@"]
1211
+ "path": ["data", "blue", "color", "emphasis"]
1212
1212
  },
1213
1213
  "data-blue-color-muted": {
1214
1214
  "value": "#001a47",
@@ -1239,7 +1239,7 @@
1239
1239
  "attributes": {},
1240
1240
  "path": ["data", "blue", "color", "muted"]
1241
1241
  },
1242
- "data-auburn-color": {
1242
+ "data-auburn-color-emphasis": {
1243
1243
  "value": "#a86f6b",
1244
1244
  "$type": "color",
1245
1245
  "$extensions": {
@@ -1264,9 +1264,9 @@
1264
1264
  }
1265
1265
  }
1266
1266
  },
1267
- "name": "data-auburn-color",
1267
+ "name": "data-auburn-color-emphasis",
1268
1268
  "attributes": {},
1269
- "path": ["data", "auburn", "color", "@"]
1269
+ "path": ["data", "auburn", "color", "emphasis"]
1270
1270
  },
1271
1271
  "data-auburn-color-muted": {
1272
1272
  "value": "#271817",
@@ -1297,7 +1297,7 @@
1297
1297
  "attributes": {},
1298
1298
  "path": ["data", "auburn", "color", "muted"]
1299
1299
  },
1300
- "data-orange-color": {
1300
+ "data-orange-color-emphasis": {
1301
1301
  "value": "#984b10",
1302
1302
  "$type": "color",
1303
1303
  "$extensions": {
@@ -1322,9 +1322,9 @@
1322
1322
  }
1323
1323
  }
1324
1324
  },
1325
- "name": "data-orange-color",
1325
+ "name": "data-orange-color-emphasis",
1326
1326
  "attributes": {},
1327
- "path": ["data", "orange", "color", "@"]
1327
+ "path": ["data", "orange", "color", "emphasis"]
1328
1328
  },
1329
1329
  "data-orange-color-muted": {
1330
1330
  "value": "#311708",
@@ -1355,7 +1355,7 @@
1355
1355
  "attributes": {},
1356
1356
  "path": ["data", "orange", "color", "muted"]
1357
1357
  },
1358
- "data-yellow-color": {
1358
+ "data-yellow-color-emphasis": {
1359
1359
  "value": "#895906",
1360
1360
  "$type": "color",
1361
1361
  "$extensions": {
@@ -1380,9 +1380,9 @@
1380
1380
  }
1381
1381
  }
1382
1382
  },
1383
- "name": "data-yellow-color",
1383
+ "name": "data-yellow-color-emphasis",
1384
1384
  "attributes": {},
1385
- "path": ["data", "yellow", "color", "@"]
1385
+ "path": ["data", "yellow", "color", "emphasis"]
1386
1386
  },
1387
1387
  "data-yellow-color-muted": {
1388
1388
  "value": "#2e1a00",
@@ -1413,7 +1413,7 @@
1413
1413
  "attributes": {},
1414
1414
  "path": ["data", "yellow", "color", "muted"]
1415
1415
  },
1416
- "data-green-color": {
1416
+ "data-green-color-emphasis": {
1417
1417
  "value": "#2f6f37",
1418
1418
  "$type": "color",
1419
1419
  "$extensions": {
@@ -1438,9 +1438,9 @@
1438
1438
  }
1439
1439
  }
1440
1440
  },
1441
- "name": "data-green-color",
1441
+ "name": "data-green-color-emphasis",
1442
1442
  "attributes": {},
1443
- "path": ["data", "green", "color", "@"]
1443
+ "path": ["data", "green", "color", "emphasis"]
1444
1444
  },
1445
1445
  "data-green-color-muted": {
1446
1446
  "value": "#122117",
@@ -1471,7 +1471,7 @@
1471
1471
  "attributes": {},
1472
1472
  "path": ["data", "green", "color", "muted"]
1473
1473
  },
1474
- "data-teal-color": {
1474
+ "data-teal-color-emphasis": {
1475
1475
  "value": "#106c70",
1476
1476
  "$type": "color",
1477
1477
  "$extensions": {
@@ -1496,9 +1496,9 @@
1496
1496
  }
1497
1497
  }
1498
1498
  },
1499
- "name": "data-teal-color",
1499
+ "name": "data-teal-color-emphasis",
1500
1500
  "attributes": {},
1501
- "path": ["data", "teal", "color", "@"]
1501
+ "path": ["data", "teal", "color", "emphasis"]
1502
1502
  },
1503
1503
  "data-teal-color-muted": {
1504
1504
  "value": "#041f25",
@@ -1529,7 +1529,7 @@
1529
1529
  "attributes": {},
1530
1530
  "path": ["data", "teal", "color", "muted"]
1531
1531
  },
1532
- "data-purple-color": {
1532
+ "data-purple-color-emphasis": {
1533
1533
  "value": "#975bf1",
1534
1534
  "$type": "color",
1535
1535
  "$extensions": {
@@ -1554,9 +1554,9 @@
1554
1554
  }
1555
1555
  }
1556
1556
  },
1557
- "name": "data-purple-color",
1557
+ "name": "data-purple-color-emphasis",
1558
1558
  "attributes": {},
1559
- "path": ["data", "purple", "color", "@"]
1559
+ "path": ["data", "purple", "color", "emphasis"]
1560
1560
  },
1561
1561
  "data-purple-color-muted": {
1562
1562
  "value": "#211047",
@@ -1587,7 +1587,7 @@
1587
1587
  "attributes": {},
1588
1588
  "path": ["data", "purple", "color", "muted"]
1589
1589
  },
1590
- "data-pink-color": {
1590
+ "data-pink-color-emphasis": {
1591
1591
  "value": "#d34591",
1592
1592
  "$type": "color",
1593
1593
  "$extensions": {
@@ -1612,9 +1612,9 @@
1612
1612
  }
1613
1613
  }
1614
1614
  },
1615
- "name": "data-pink-color",
1615
+ "name": "data-pink-color-emphasis",
1616
1616
  "attributes": {},
1617
- "path": ["data", "pink", "color", "@"]
1617
+ "path": ["data", "pink", "color", "emphasis"]
1618
1618
  },
1619
1619
  "data-pink-color-muted": {
1620
1620
  "value": "#2d1524",
@@ -1645,7 +1645,7 @@
1645
1645
  "attributes": {},
1646
1646
  "path": ["data", "pink", "color", "muted"]
1647
1647
  },
1648
- "data-red-color": {
1648
+ "data-red-color-emphasis": {
1649
1649
  "value": "#eb3342",
1650
1650
  "$type": "color",
1651
1651
  "$extensions": {
@@ -1670,9 +1670,9 @@
1670
1670
  }
1671
1671
  }
1672
1672
  },
1673
- "name": "data-red-color",
1673
+ "name": "data-red-color-emphasis",
1674
1674
  "attributes": {},
1675
- "path": ["data", "red", "color", "@"]
1675
+ "path": ["data", "red", "color", "emphasis"]
1676
1676
  },
1677
1677
  "data-red-color-muted": {
1678
1678
  "value": "#3c0614",
@@ -1703,7 +1703,7 @@
1703
1703
  "attributes": {},
1704
1704
  "path": ["data", "red", "color", "muted"]
1705
1705
  },
1706
- "data-gray-color": {
1706
+ "data-gray-color-emphasis": {
1707
1707
  "value": "#576270",
1708
1708
  "$type": "color",
1709
1709
  "$extensions": {
@@ -1728,9 +1728,9 @@
1728
1728
  }
1729
1729
  }
1730
1730
  },
1731
- "name": "data-gray-color",
1731
+ "name": "data-gray-color-emphasis",
1732
1732
  "attributes": {},
1733
- "path": ["data", "gray", "color", "@"]
1733
+ "path": ["data", "gray", "color", "emphasis"]
1734
1734
  },
1735
1735
  "data-gray-color-muted": {
1736
1736
  "value": "#1c1c1c",
@@ -7001,7 +7001,7 @@
7001
7001
  "path": ["button", "primary", "shadow", "selected"]
7002
7002
  },
7003
7003
  "button-invisible-fgColor-rest": {
7004
- "value": "#4493f8",
7004
+ "value": "#e6edf3",
7005
7005
  "$type": "color",
7006
7006
  "$extensions": {
7007
7007
  "org.primer.figma": {
@@ -7014,7 +7014,7 @@
7014
7014
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7015
7015
  "isSource": true,
7016
7016
  "original": {
7017
- "value": "{fgColor.accent}",
7017
+ "value": "{fgColor.default}",
7018
7018
  "$type": "color",
7019
7019
  "$extensions": {
7020
7020
  "org.primer.figma": {
@@ -7030,7 +7030,7 @@
7030
7030
  "path": ["button", "invisible", "fgColor", "rest"]
7031
7031
  },
7032
7032
  "button-invisible-fgColor-hover": {
7033
- "value": "#58a6ff",
7033
+ "value": "#e6edf3",
7034
7034
  "$type": "color",
7035
7035
  "$extensions": {
7036
7036
  "org.primer.figma": {
@@ -7043,7 +7043,7 @@
7043
7043
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7044
7044
  "isSource": true,
7045
7045
  "original": {
7046
- "value": "{base.color.blue.3}",
7046
+ "value": "{fgColor.default}",
7047
7047
  "$type": "color",
7048
7048
  "$extensions": {
7049
7049
  "org.primer.figma": {
@@ -1181,7 +1181,7 @@
1181
1181
  "attributes": {},
1182
1182
  "path": ["headerSearch", "borderColor"]
1183
1183
  },
1184
- "data-blue-color": {
1184
+ "data-blue-color-emphasis": {
1185
1185
  "value": "#0576ff",
1186
1186
  "$type": "color",
1187
1187
  "$extensions": {
@@ -1206,9 +1206,9 @@
1206
1206
  }
1207
1207
  }
1208
1208
  },
1209
- "name": "data-blue-color",
1209
+ "name": "data-blue-color-emphasis",
1210
1210
  "attributes": {},
1211
- "path": ["data", "blue", "color", "@"]
1211
+ "path": ["data", "blue", "color", "emphasis"]
1212
1212
  },
1213
1213
  "data-blue-color-muted": {
1214
1214
  "value": "#001a47",
@@ -1239,7 +1239,7 @@
1239
1239
  "attributes": {},
1240
1240
  "path": ["data", "blue", "color", "muted"]
1241
1241
  },
1242
- "data-auburn-color": {
1242
+ "data-auburn-color-emphasis": {
1243
1243
  "value": "#a86f6b",
1244
1244
  "$type": "color",
1245
1245
  "$extensions": {
@@ -1264,9 +1264,9 @@
1264
1264
  }
1265
1265
  }
1266
1266
  },
1267
- "name": "data-auburn-color",
1267
+ "name": "data-auburn-color-emphasis",
1268
1268
  "attributes": {},
1269
- "path": ["data", "auburn", "color", "@"]
1269
+ "path": ["data", "auburn", "color", "emphasis"]
1270
1270
  },
1271
1271
  "data-auburn-color-muted": {
1272
1272
  "value": "#271817",
@@ -1297,7 +1297,7 @@
1297
1297
  "attributes": {},
1298
1298
  "path": ["data", "auburn", "color", "muted"]
1299
1299
  },
1300
- "data-orange-color": {
1300
+ "data-orange-color-emphasis": {
1301
1301
  "value": "#984b10",
1302
1302
  "$type": "color",
1303
1303
  "$extensions": {
@@ -1322,9 +1322,9 @@
1322
1322
  }
1323
1323
  }
1324
1324
  },
1325
- "name": "data-orange-color",
1325
+ "name": "data-orange-color-emphasis",
1326
1326
  "attributes": {},
1327
- "path": ["data", "orange", "color", "@"]
1327
+ "path": ["data", "orange", "color", "emphasis"]
1328
1328
  },
1329
1329
  "data-orange-color-muted": {
1330
1330
  "value": "#311708",
@@ -1355,7 +1355,7 @@
1355
1355
  "attributes": {},
1356
1356
  "path": ["data", "orange", "color", "muted"]
1357
1357
  },
1358
- "data-yellow-color": {
1358
+ "data-yellow-color-emphasis": {
1359
1359
  "value": "#895906",
1360
1360
  "$type": "color",
1361
1361
  "$extensions": {
@@ -1380,9 +1380,9 @@
1380
1380
  }
1381
1381
  }
1382
1382
  },
1383
- "name": "data-yellow-color",
1383
+ "name": "data-yellow-color-emphasis",
1384
1384
  "attributes": {},
1385
- "path": ["data", "yellow", "color", "@"]
1385
+ "path": ["data", "yellow", "color", "emphasis"]
1386
1386
  },
1387
1387
  "data-yellow-color-muted": {
1388
1388
  "value": "#2e1a00",
@@ -1413,7 +1413,7 @@
1413
1413
  "attributes": {},
1414
1414
  "path": ["data", "yellow", "color", "muted"]
1415
1415
  },
1416
- "data-green-color": {
1416
+ "data-green-color-emphasis": {
1417
1417
  "value": "#2f6f37",
1418
1418
  "$type": "color",
1419
1419
  "$extensions": {
@@ -1438,9 +1438,9 @@
1438
1438
  }
1439
1439
  }
1440
1440
  },
1441
- "name": "data-green-color",
1441
+ "name": "data-green-color-emphasis",
1442
1442
  "attributes": {},
1443
- "path": ["data", "green", "color", "@"]
1443
+ "path": ["data", "green", "color", "emphasis"]
1444
1444
  },
1445
1445
  "data-green-color-muted": {
1446
1446
  "value": "#122117",
@@ -1471,7 +1471,7 @@
1471
1471
  "attributes": {},
1472
1472
  "path": ["data", "green", "color", "muted"]
1473
1473
  },
1474
- "data-teal-color": {
1474
+ "data-teal-color-emphasis": {
1475
1475
  "value": "#106c70",
1476
1476
  "$type": "color",
1477
1477
  "$extensions": {
@@ -1496,9 +1496,9 @@
1496
1496
  }
1497
1497
  }
1498
1498
  },
1499
- "name": "data-teal-color",
1499
+ "name": "data-teal-color-emphasis",
1500
1500
  "attributes": {},
1501
- "path": ["data", "teal", "color", "@"]
1501
+ "path": ["data", "teal", "color", "emphasis"]
1502
1502
  },
1503
1503
  "data-teal-color-muted": {
1504
1504
  "value": "#041f25",
@@ -1529,7 +1529,7 @@
1529
1529
  "attributes": {},
1530
1530
  "path": ["data", "teal", "color", "muted"]
1531
1531
  },
1532
- "data-purple-color": {
1532
+ "data-purple-color-emphasis": {
1533
1533
  "value": "#975bf1",
1534
1534
  "$type": "color",
1535
1535
  "$extensions": {
@@ -1554,9 +1554,9 @@
1554
1554
  }
1555
1555
  }
1556
1556
  },
1557
- "name": "data-purple-color",
1557
+ "name": "data-purple-color-emphasis",
1558
1558
  "attributes": {},
1559
- "path": ["data", "purple", "color", "@"]
1559
+ "path": ["data", "purple", "color", "emphasis"]
1560
1560
  },
1561
1561
  "data-purple-color-muted": {
1562
1562
  "value": "#211047",
@@ -1587,7 +1587,7 @@
1587
1587
  "attributes": {},
1588
1588
  "path": ["data", "purple", "color", "muted"]
1589
1589
  },
1590
- "data-pink-color": {
1590
+ "data-pink-color-emphasis": {
1591
1591
  "value": "#d34591",
1592
1592
  "$type": "color",
1593
1593
  "$extensions": {
@@ -1612,9 +1612,9 @@
1612
1612
  }
1613
1613
  }
1614
1614
  },
1615
- "name": "data-pink-color",
1615
+ "name": "data-pink-color-emphasis",
1616
1616
  "attributes": {},
1617
- "path": ["data", "pink", "color", "@"]
1617
+ "path": ["data", "pink", "color", "emphasis"]
1618
1618
  },
1619
1619
  "data-pink-color-muted": {
1620
1620
  "value": "#2d1524",
@@ -1645,7 +1645,7 @@
1645
1645
  "attributes": {},
1646
1646
  "path": ["data", "pink", "color", "muted"]
1647
1647
  },
1648
- "data-red-color": {
1648
+ "data-red-color-emphasis": {
1649
1649
  "value": "#eb3342",
1650
1650
  "$type": "color",
1651
1651
  "$extensions": {
@@ -1670,9 +1670,9 @@
1670
1670
  }
1671
1671
  }
1672
1672
  },
1673
- "name": "data-red-color",
1673
+ "name": "data-red-color-emphasis",
1674
1674
  "attributes": {},
1675
- "path": ["data", "red", "color", "@"]
1675
+ "path": ["data", "red", "color", "emphasis"]
1676
1676
  },
1677
1677
  "data-red-color-muted": {
1678
1678
  "value": "#3c0614",
@@ -1703,7 +1703,7 @@
1703
1703
  "attributes": {},
1704
1704
  "path": ["data", "red", "color", "muted"]
1705
1705
  },
1706
- "data-gray-color": {
1706
+ "data-gray-color-emphasis": {
1707
1707
  "value": "#576270",
1708
1708
  "$type": "color",
1709
1709
  "$extensions": {
@@ -1728,9 +1728,9 @@
1728
1728
  }
1729
1729
  }
1730
1730
  },
1731
- "name": "data-gray-color",
1731
+ "name": "data-gray-color-emphasis",
1732
1732
  "attributes": {},
1733
- "path": ["data", "gray", "color", "@"]
1733
+ "path": ["data", "gray", "color", "emphasis"]
1734
1734
  },
1735
1735
  "data-gray-color-muted": {
1736
1736
  "value": "#1c1c1c",
@@ -7007,7 +7007,7 @@
7007
7007
  "path": ["button", "primary", "shadow", "selected"]
7008
7008
  },
7009
7009
  "button-invisible-fgColor-rest": {
7010
- "value": "#478be6",
7010
+ "value": "#c5d1de",
7011
7011
  "$type": "color",
7012
7012
  "$extensions": {
7013
7013
  "org.primer.figma": {
@@ -7020,7 +7020,7 @@
7020
7020
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7021
7021
  "isSource": true,
7022
7022
  "original": {
7023
- "value": "{fgColor.accent}",
7023
+ "value": "{fgColor.default}",
7024
7024
  "$type": "color",
7025
7025
  "$extensions": {
7026
7026
  "org.primer.figma": {
@@ -7036,7 +7036,7 @@
7036
7036
  "path": ["button", "invisible", "fgColor", "rest"]
7037
7037
  },
7038
7038
  "button-invisible-fgColor-hover": {
7039
- "value": "#539bf5",
7039
+ "value": "#c5d1de",
7040
7040
  "$type": "color",
7041
7041
  "$extensions": {
7042
7042
  "org.primer.figma": {
@@ -7049,7 +7049,7 @@
7049
7049
  "filePath": "src/tokens/functional/color/dark/patterns-dark.json5",
7050
7050
  "isSource": true,
7051
7051
  "original": {
7052
- "value": "{base.color.blue.3}",
7052
+ "value": "{fgColor.default}",
7053
7053
  "$type": "color",
7054
7054
  "$extensions": {
7055
7055
  "org.primer.figma": {