@primer/primitives 10.0.0-rc.d2acd2c0 → 10.0.0-rc.d5052313

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 (41) hide show
  1. package/dist/css/functional/themes/dark-colorblind.css +16 -16
  2. package/dist/css/functional/themes/dark-tritanopia.css +2 -2
  3. package/dist/css/functional/themes/light-colorblind.css +18 -18
  4. package/dist/css/functional/typography/typography.css +20 -20
  5. package/dist/css/primitives.css +20 -20
  6. package/dist/docs/functional/themes/dark-colorblind.json +31 -31
  7. package/dist/docs/functional/themes/dark-dimmed.json +20 -20
  8. package/dist/docs/functional/themes/dark-high-contrast.json +20 -20
  9. package/dist/docs/functional/themes/dark-tritanopia.json +23 -23
  10. package/dist/docs/functional/themes/dark.json +20 -20
  11. package/dist/docs/functional/themes/light-colorblind.json +33 -43
  12. package/dist/docs/functional/themes/light-high-contrast.json +20 -20
  13. package/dist/docs/functional/themes/light-tritanopia.json +20 -20
  14. package/dist/docs/functional/themes/light.json +20 -20
  15. package/dist/figma/themes/dark-colorblind.json +25 -25
  16. package/dist/figma/themes/dark-dimmed.json +10 -10
  17. package/dist/figma/themes/dark-high-contrast.json +10 -10
  18. package/dist/figma/themes/dark-tritanopia.json +10 -10
  19. package/dist/figma/themes/dark.json +10 -10
  20. package/dist/figma/themes/light-colorblind.json +28 -28
  21. package/dist/figma/themes/light-high-contrast.json +10 -10
  22. package/dist/figma/themes/light-tritanopia.json +10 -10
  23. package/dist/figma/themes/light.json +10 -10
  24. package/dist/internalCss/dark-colorblind.css +16 -16
  25. package/dist/internalCss/dark-tritanopia.css +2 -2
  26. package/dist/internalCss/light-colorblind.css +18 -18
  27. package/dist/styleLint/functional/themes/dark-colorblind.json +31 -31
  28. package/dist/styleLint/functional/themes/dark-dimmed.json +20 -20
  29. package/dist/styleLint/functional/themes/dark-high-contrast.json +20 -20
  30. package/dist/styleLint/functional/themes/dark-tritanopia.json +23 -23
  31. package/dist/styleLint/functional/themes/dark.json +20 -20
  32. package/dist/styleLint/functional/themes/light-colorblind.json +33 -43
  33. package/dist/styleLint/functional/themes/light-high-contrast.json +20 -20
  34. package/dist/styleLint/functional/themes/light-tritanopia.json +20 -20
  35. package/dist/styleLint/functional/themes/light.json +20 -20
  36. package/package.json +2 -8
  37. package/src/tokens/functional/color/dark/data-vis-dark.json5 +20 -20
  38. package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +2 -2
  39. package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +1 -1
  40. package/src/tokens/functional/color/light/data-vis-light.json5 +20 -20
  41. package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +2 -7
@@ -476,7 +476,7 @@
476
476
  --control-transparent-borderColor-rest: #00000000;
477
477
  --control-transparent-borderColor-hover: #00000000;
478
478
  --control-transparent-borderColor-active: #00000000;
479
- --control-danger-fgColor-rest: #db6d28;
479
+ --control-danger-fgColor-rest: #f0883e;
480
480
  --control-danger-fgColor-hover: #f0883e;
481
481
  --control-danger-bgColor-hover: #db6d281a;
482
482
  --control-danger-bgColor-active: #db6d2866;
@@ -554,11 +554,11 @@
554
554
  --button-outline-borderColor-hover: #3d444d;
555
555
  --button-outline-borderColor-selected: #3d444d;
556
556
  --button-outline-shadow-selected: 0px 0px 0px 0px #000000;
557
- --button-danger-fgColor-rest: #db6d28;
557
+ --button-danger-fgColor-rest: #f0883e;
558
558
  --button-danger-fgColor-hover: #ffffff;
559
559
  --button-danger-fgColor-active: #ffffff;
560
- --button-danger-fgColor-disabled: #db6d2880;
561
- --button-danger-iconColor-rest: #db6d28;
560
+ --button-danger-fgColor-disabled: #f0883e80;
561
+ --button-danger-iconColor-rest: #f0883e;
562
562
  --button-danger-iconColor-hover: #ffffff;
563
563
  --button-danger-bgColor-rest: #212830;
564
564
  --button-danger-bgColor-hover: #9b4215;
@@ -583,9 +583,9 @@
583
583
  --buttonCounter-danger-bgColor-hover: #ffffff33;
584
584
  --buttonCounter-danger-bgColor-disabled: #bd561d0d;
585
585
  --buttonCounter-danger-bgColor-rest: #49020233;
586
- --buttonCounter-danger-fgColor-rest: #db6d28;
586
+ --buttonCounter-danger-fgColor-rest: #f0883e;
587
587
  --buttonCounter-danger-fgColor-hover: #ffffff;
588
- --buttonCounter-danger-fgColor-disabled: #db6d2880;
588
+ --buttonCounter-danger-fgColor-disabled: #f0883e80;
589
589
  --reactionButton-selected-bgColor-rest: #388bfd33;
590
590
  --reactionButton-selected-bgColor-hover: #3a8cfd5c;
591
591
  --reactionButton-selected-fgColor-rest: #4493f8;
@@ -736,7 +736,7 @@
736
736
  --fgColor-open: #f0883e;
737
737
  --fgColor-attention: #d29922;
738
738
  --fgColor-severe: #db6d28;
739
- --fgColor-danger: #db6d28;
739
+ --fgColor-danger: #f0883e;
740
740
  --fgColor-closed: #9198a1;
741
741
  --fgColor-done: #ab7df8;
742
742
  --fgColor-upsell: #ab7df8;
@@ -756,7 +756,7 @@
756
756
  --bgColor-accent-emphasis: #1f6feb;
757
757
  --bgColor-success-muted: #388bfd26;
758
758
  --bgColor-success-emphasis: #1f6feb;
759
- --bgColor-open-muted: #db6d2866;
759
+ --bgColor-open-muted: #db6d2833;
760
760
  --bgColor-open-emphasis: #bd561d;
761
761
  --bgColor-attention-muted: #bb800926;
762
762
  --bgColor-attention-emphasis: #9e6a03;
@@ -1335,7 +1335,7 @@
1335
1335
  --control-transparent-borderColor-rest: #00000000;
1336
1336
  --control-transparent-borderColor-hover: #00000000;
1337
1337
  --control-transparent-borderColor-active: #00000000;
1338
- --control-danger-fgColor-rest: #db6d28;
1338
+ --control-danger-fgColor-rest: #f0883e;
1339
1339
  --control-danger-fgColor-hover: #f0883e;
1340
1340
  --control-danger-bgColor-hover: #db6d281a;
1341
1341
  --control-danger-bgColor-active: #db6d2866;
@@ -1413,11 +1413,11 @@
1413
1413
  --button-outline-borderColor-hover: #3d444d;
1414
1414
  --button-outline-borderColor-selected: #3d444d;
1415
1415
  --button-outline-shadow-selected: 0px 0px 0px 0px #000000;
1416
- --button-danger-fgColor-rest: #db6d28;
1416
+ --button-danger-fgColor-rest: #f0883e;
1417
1417
  --button-danger-fgColor-hover: #ffffff;
1418
1418
  --button-danger-fgColor-active: #ffffff;
1419
- --button-danger-fgColor-disabled: #db6d2880;
1420
- --button-danger-iconColor-rest: #db6d28;
1419
+ --button-danger-fgColor-disabled: #f0883e80;
1420
+ --button-danger-iconColor-rest: #f0883e;
1421
1421
  --button-danger-iconColor-hover: #ffffff;
1422
1422
  --button-danger-bgColor-rest: #212830;
1423
1423
  --button-danger-bgColor-hover: #9b4215;
@@ -1442,9 +1442,9 @@
1442
1442
  --buttonCounter-danger-bgColor-hover: #ffffff33;
1443
1443
  --buttonCounter-danger-bgColor-disabled: #bd561d0d;
1444
1444
  --buttonCounter-danger-bgColor-rest: #49020233;
1445
- --buttonCounter-danger-fgColor-rest: #db6d28;
1445
+ --buttonCounter-danger-fgColor-rest: #f0883e;
1446
1446
  --buttonCounter-danger-fgColor-hover: #ffffff;
1447
- --buttonCounter-danger-fgColor-disabled: #db6d2880;
1447
+ --buttonCounter-danger-fgColor-disabled: #f0883e80;
1448
1448
  --reactionButton-selected-bgColor-rest: #388bfd33;
1449
1449
  --reactionButton-selected-bgColor-hover: #3a8cfd5c;
1450
1450
  --reactionButton-selected-fgColor-rest: #4493f8;
@@ -1595,7 +1595,7 @@
1595
1595
  --fgColor-open: #f0883e;
1596
1596
  --fgColor-attention: #d29922;
1597
1597
  --fgColor-severe: #db6d28;
1598
- --fgColor-danger: #db6d28;
1598
+ --fgColor-danger: #f0883e;
1599
1599
  --fgColor-closed: #9198a1;
1600
1600
  --fgColor-done: #ab7df8;
1601
1601
  --fgColor-upsell: #ab7df8;
@@ -1615,7 +1615,7 @@
1615
1615
  --bgColor-accent-emphasis: #1f6feb;
1616
1616
  --bgColor-success-muted: #388bfd26;
1617
1617
  --bgColor-success-emphasis: #1f6feb;
1618
- --bgColor-open-muted: #db6d2866;
1618
+ --bgColor-open-muted: #db6d2833;
1619
1619
  --bgColor-open-emphasis: #bd561d;
1620
1620
  --bgColor-attention-muted: #bb800926;
1621
1621
  --bgColor-attention-emphasis: #9e6a03;
@@ -756,7 +756,7 @@
756
756
  --bgColor-accent-emphasis: #1f6feb;
757
757
  --bgColor-success-muted: #388bfd26;
758
758
  --bgColor-success-emphasis: #1f6feb;
759
- --bgColor-open-muted: #f8514926;
759
+ --bgColor-open-muted: #f851491a;
760
760
  --bgColor-open-emphasis: #da3633;
761
761
  --bgColor-attention-muted: #bb800926;
762
762
  --bgColor-attention-emphasis: #9e6a03;
@@ -1615,7 +1615,7 @@
1615
1615
  --bgColor-accent-emphasis: #1f6feb;
1616
1616
  --bgColor-success-muted: #388bfd26;
1617
1617
  --bgColor-success-emphasis: #1f6feb;
1618
- --bgColor-open-muted: #f8514926;
1618
+ --bgColor-open-muted: #f851491a;
1619
1619
  --bgColor-open-emphasis: #da3633;
1620
1620
  --bgColor-attention-muted: #bb800926;
1621
1621
  --bgColor-attention-emphasis: #9e6a03;
@@ -476,8 +476,8 @@
476
476
  --control-transparent-borderColor-rest: #ffffff00;
477
477
  --control-transparent-borderColor-hover: #ffffff00;
478
478
  --control-transparent-borderColor-active: #ffffff00;
479
- --control-danger-fgColor-rest: #be4e02;
480
- --control-danger-fgColor-hover: #be4e02;
479
+ --control-danger-fgColor-rest: #bc4c00;
480
+ --control-danger-fgColor-hover: #bc4c00;
481
481
  --control-danger-bgColor-hover: #fff1e5;
482
482
  --control-danger-bgColor-active: #fff1e566;
483
483
  --control-checked-bgColor-rest: #0969da;
@@ -554,11 +554,11 @@
554
554
  --button-outline-borderColor-hover: #1f232826;
555
555
  --button-outline-borderColor-active: #1f232826;
556
556
  --button-outline-shadow-selected: inset 0px 1px 0px 0px #00215533;
557
- --button-danger-fgColor-rest: #be4e02;
557
+ --button-danger-fgColor-rest: #bc4c00;
558
558
  --button-danger-fgColor-hover: #ffffff;
559
559
  --button-danger-fgColor-active: #ffffff;
560
- --button-danger-fgColor-disabled: #be4e0280;
561
- --button-danger-iconColor-rest: #be4e02;
560
+ --button-danger-fgColor-disabled: #bc4c0080;
561
+ --button-danger-iconColor-rest: #bc4c00;
562
562
  --button-danger-iconColor-hover: #ffffff;
563
563
  --button-danger-bgColor-rest: #f6f8fa;
564
564
  --button-danger-bgColor-hover: #953800;
@@ -585,7 +585,7 @@
585
585
  --buttonCounter-danger-bgColor-rest: #bc4c001a;
586
586
  --buttonCounter-danger-fgColor-rest: #c21c2c;
587
587
  --buttonCounter-danger-fgColor-hover: #ffffff;
588
- --buttonCounter-danger-fgColor-disabled: #be4e0280;
588
+ --buttonCounter-danger-fgColor-disabled: #bc4c0080;
589
589
  --reactionButton-selected-bgColor-rest: #ddf4ff;
590
590
  --reactionButton-selected-bgColor-hover: #caecff;
591
591
  --reactionButton-selected-fgColor-rest: #0969da;
@@ -737,7 +737,7 @@
737
737
  --fgColor-open: #bc4c00;
738
738
  --fgColor-attention: #9a6700;
739
739
  --fgColor-severe: #bc4c00;
740
- --fgColor-danger: #be4e02;
740
+ --fgColor-danger: #bc4c00;
741
741
  --fgColor-closed: #59636e;
742
742
  --fgColor-done: #8250df;
743
743
  --fgColor-upsell: #8250df;
@@ -757,8 +757,8 @@
757
757
  --bgColor-accent-emphasis: #0969da;
758
758
  --bgColor-success-muted: #ddf4ff;
759
759
  --bgColor-success-emphasis: #0969da;
760
- --bgColor-open-muted: #fb8f4466;
761
- --bgColor-open-emphasis: #e16f24;
760
+ --bgColor-open-muted: #fff1e5;
761
+ --bgColor-open-emphasis: #bc4c00;
762
762
  --bgColor-attention-muted: #fff8c5;
763
763
  --bgColor-attention-emphasis: #9a6700;
764
764
  --bgColor-severe-muted: #fff1e5;
@@ -1335,8 +1335,8 @@
1335
1335
  --control-transparent-borderColor-rest: #ffffff00;
1336
1336
  --control-transparent-borderColor-hover: #ffffff00;
1337
1337
  --control-transparent-borderColor-active: #ffffff00;
1338
- --control-danger-fgColor-rest: #be4e02;
1339
- --control-danger-fgColor-hover: #be4e02;
1338
+ --control-danger-fgColor-rest: #bc4c00;
1339
+ --control-danger-fgColor-hover: #bc4c00;
1340
1340
  --control-danger-bgColor-hover: #fff1e5;
1341
1341
  --control-danger-bgColor-active: #fff1e566;
1342
1342
  --control-checked-bgColor-rest: #0969da;
@@ -1413,11 +1413,11 @@
1413
1413
  --button-outline-borderColor-hover: #1f232826;
1414
1414
  --button-outline-borderColor-active: #1f232826;
1415
1415
  --button-outline-shadow-selected: inset 0px 1px 0px 0px #00215533;
1416
- --button-danger-fgColor-rest: #be4e02;
1416
+ --button-danger-fgColor-rest: #bc4c00;
1417
1417
  --button-danger-fgColor-hover: #ffffff;
1418
1418
  --button-danger-fgColor-active: #ffffff;
1419
- --button-danger-fgColor-disabled: #be4e0280;
1420
- --button-danger-iconColor-rest: #be4e02;
1419
+ --button-danger-fgColor-disabled: #bc4c0080;
1420
+ --button-danger-iconColor-rest: #bc4c00;
1421
1421
  --button-danger-iconColor-hover: #ffffff;
1422
1422
  --button-danger-bgColor-rest: #f6f8fa;
1423
1423
  --button-danger-bgColor-hover: #953800;
@@ -1444,7 +1444,7 @@
1444
1444
  --buttonCounter-danger-bgColor-rest: #bc4c001a;
1445
1445
  --buttonCounter-danger-fgColor-rest: #c21c2c;
1446
1446
  --buttonCounter-danger-fgColor-hover: #ffffff;
1447
- --buttonCounter-danger-fgColor-disabled: #be4e0280;
1447
+ --buttonCounter-danger-fgColor-disabled: #bc4c0080;
1448
1448
  --reactionButton-selected-bgColor-rest: #ddf4ff;
1449
1449
  --reactionButton-selected-bgColor-hover: #caecff;
1450
1450
  --reactionButton-selected-fgColor-rest: #0969da;
@@ -1596,7 +1596,7 @@
1596
1596
  --fgColor-open: #bc4c00;
1597
1597
  --fgColor-attention: #9a6700;
1598
1598
  --fgColor-severe: #bc4c00;
1599
- --fgColor-danger: #be4e02;
1599
+ --fgColor-danger: #bc4c00;
1600
1600
  --fgColor-closed: #59636e;
1601
1601
  --fgColor-done: #8250df;
1602
1602
  --fgColor-upsell: #8250df;
@@ -1616,8 +1616,8 @@
1616
1616
  --bgColor-accent-emphasis: #0969da;
1617
1617
  --bgColor-success-muted: #ddf4ff;
1618
1618
  --bgColor-success-emphasis: #0969da;
1619
- --bgColor-open-muted: #fb8f4466;
1620
- --bgColor-open-emphasis: #e16f24;
1619
+ --bgColor-open-muted: #fff1e5;
1620
+ --bgColor-open-emphasis: #bc4c00;
1621
1621
  --bgColor-attention-muted: #fff8c5;
1622
1622
  --bgColor-attention-emphasis: #9a6700;
1623
1623
  --bgColor-severe-muted: #fff1e5;
@@ -1061,7 +1061,7 @@
1061
1061
  "collection": "mode",
1062
1062
  "mode": "dark",
1063
1063
  "group": "component",
1064
- "scopes": ["bgColor"]
1064
+ "scopes": ["bgColor", "borderColor"]
1065
1065
  }
1066
1066
  },
1067
1067
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1074,7 +1074,7 @@
1074
1074
  "collection": "mode",
1075
1075
  "mode": "dark",
1076
1076
  "group": "component",
1077
- "scopes": ["bgColor"]
1077
+ "scopes": ["bgColor", "borderColor"]
1078
1078
  }
1079
1079
  }
1080
1080
  },
@@ -1119,7 +1119,7 @@
1119
1119
  "collection": "mode",
1120
1120
  "mode": "dark",
1121
1121
  "group": "component",
1122
- "scopes": ["bgColor"]
1122
+ "scopes": ["bgColor", "borderColor"]
1123
1123
  }
1124
1124
  },
1125
1125
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1132,7 +1132,7 @@
1132
1132
  "collection": "mode",
1133
1133
  "mode": "dark",
1134
1134
  "group": "component",
1135
- "scopes": ["bgColor"]
1135
+ "scopes": ["bgColor", "borderColor"]
1136
1136
  }
1137
1137
  }
1138
1138
  },
@@ -1177,7 +1177,7 @@
1177
1177
  "collection": "mode",
1178
1178
  "mode": "dark",
1179
1179
  "group": "component",
1180
- "scopes": ["bgColor"]
1180
+ "scopes": ["bgColor", "borderColor"]
1181
1181
  }
1182
1182
  },
1183
1183
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1190,7 +1190,7 @@
1190
1190
  "collection": "mode",
1191
1191
  "mode": "dark",
1192
1192
  "group": "component",
1193
- "scopes": ["bgColor"]
1193
+ "scopes": ["bgColor", "borderColor"]
1194
1194
  }
1195
1195
  }
1196
1196
  },
@@ -1235,7 +1235,7 @@
1235
1235
  "collection": "mode",
1236
1236
  "mode": "dark",
1237
1237
  "group": "component",
1238
- "scopes": ["bgColor"]
1238
+ "scopes": ["bgColor", "borderColor"]
1239
1239
  }
1240
1240
  },
1241
1241
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1248,7 +1248,7 @@
1248
1248
  "collection": "mode",
1249
1249
  "mode": "dark",
1250
1250
  "group": "component",
1251
- "scopes": ["bgColor"]
1251
+ "scopes": ["bgColor", "borderColor"]
1252
1252
  }
1253
1253
  }
1254
1254
  },
@@ -1293,7 +1293,7 @@
1293
1293
  "collection": "mode",
1294
1294
  "mode": "dark",
1295
1295
  "group": "component",
1296
- "scopes": ["bgColor"]
1296
+ "scopes": ["bgColor", "borderColor"]
1297
1297
  }
1298
1298
  },
1299
1299
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1306,7 +1306,7 @@
1306
1306
  "collection": "mode",
1307
1307
  "mode": "dark",
1308
1308
  "group": "component",
1309
- "scopes": ["bgColor"]
1309
+ "scopes": ["bgColor", "borderColor"]
1310
1310
  }
1311
1311
  }
1312
1312
  },
@@ -1351,7 +1351,7 @@
1351
1351
  "collection": "mode",
1352
1352
  "mode": "dark",
1353
1353
  "group": "component",
1354
- "scopes": ["bgColor"]
1354
+ "scopes": ["bgColor", "borderColor"]
1355
1355
  }
1356
1356
  },
1357
1357
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1364,7 +1364,7 @@
1364
1364
  "collection": "mode",
1365
1365
  "mode": "dark",
1366
1366
  "group": "component",
1367
- "scopes": ["bgColor"]
1367
+ "scopes": ["bgColor", "borderColor"]
1368
1368
  }
1369
1369
  }
1370
1370
  },
@@ -1409,7 +1409,7 @@
1409
1409
  "collection": "mode",
1410
1410
  "mode": "dark",
1411
1411
  "group": "component",
1412
- "scopes": ["bgColor"]
1412
+ "scopes": ["bgColor", "borderColor"]
1413
1413
  }
1414
1414
  },
1415
1415
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1422,7 +1422,7 @@
1422
1422
  "collection": "mode",
1423
1423
  "mode": "dark",
1424
1424
  "group": "component",
1425
- "scopes": ["bgColor"]
1425
+ "scopes": ["bgColor", "borderColor"]
1426
1426
  }
1427
1427
  }
1428
1428
  },
@@ -1467,7 +1467,7 @@
1467
1467
  "collection": "mode",
1468
1468
  "mode": "dark",
1469
1469
  "group": "component",
1470
- "scopes": ["bgColor"]
1470
+ "scopes": ["bgColor", "borderColor"]
1471
1471
  }
1472
1472
  },
1473
1473
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1480,7 +1480,7 @@
1480
1480
  "collection": "mode",
1481
1481
  "mode": "dark",
1482
1482
  "group": "component",
1483
- "scopes": ["bgColor"]
1483
+ "scopes": ["bgColor", "borderColor"]
1484
1484
  }
1485
1485
  }
1486
1486
  },
@@ -1525,7 +1525,7 @@
1525
1525
  "collection": "mode",
1526
1526
  "mode": "dark",
1527
1527
  "group": "component",
1528
- "scopes": ["bgColor"]
1528
+ "scopes": ["bgColor", "borderColor"]
1529
1529
  }
1530
1530
  },
1531
1531
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1538,7 +1538,7 @@
1538
1538
  "collection": "mode",
1539
1539
  "mode": "dark",
1540
1540
  "group": "component",
1541
- "scopes": ["bgColor"]
1541
+ "scopes": ["bgColor", "borderColor"]
1542
1542
  }
1543
1543
  }
1544
1544
  },
@@ -1583,7 +1583,7 @@
1583
1583
  "collection": "mode",
1584
1584
  "mode": "dark",
1585
1585
  "group": "component",
1586
- "scopes": ["bgColor"]
1586
+ "scopes": ["bgColor", "borderColor"]
1587
1587
  }
1588
1588
  },
1589
1589
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1596,7 +1596,7 @@
1596
1596
  "collection": "mode",
1597
1597
  "mode": "dark",
1598
1598
  "group": "component",
1599
- "scopes": ["bgColor"]
1599
+ "scopes": ["bgColor", "borderColor"]
1600
1600
  }
1601
1601
  }
1602
1602
  },
@@ -5245,7 +5245,7 @@
5245
5245
  "path": ["control", "transparent", "borderColor", "active"]
5246
5246
  },
5247
5247
  "control-danger-fgColor-rest": {
5248
- "$value": "#db6d28",
5248
+ "$value": "#f0883e",
5249
5249
  "$type": "color",
5250
5250
  "$extensions": {
5251
5251
  "org.primer.figma": {
@@ -7509,7 +7509,7 @@
7509
7509
  "path": ["button", "outline", "shadow", "selected"]
7510
7510
  },
7511
7511
  "button-danger-fgColor-rest": {
7512
- "$value": "#db6d28",
7512
+ "$value": "#f0883e",
7513
7513
  "$type": "color",
7514
7514
  "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5",
7515
7515
  "isSource": true,
@@ -7580,7 +7580,7 @@
7580
7580
  "path": ["button", "danger", "fgColor", "active"]
7581
7581
  },
7582
7582
  "button-danger-fgColor-disabled": {
7583
- "$value": "#db6d2880",
7583
+ "$value": "#f0883e80",
7584
7584
  "$type": "color",
7585
7585
  "$extensions": {
7586
7586
  "org.primer.figma": {
@@ -7611,7 +7611,7 @@
7611
7611
  "path": ["button", "danger", "fgColor", "disabled"]
7612
7612
  },
7613
7613
  "button-danger-iconColor-rest": {
7614
- "$value": "#db6d28",
7614
+ "$value": "#f0883e",
7615
7615
  "$type": "color",
7616
7616
  "$extensions": {
7617
7617
  "org.primer.figma": {
@@ -8336,7 +8336,7 @@
8336
8336
  "path": ["buttonCounter", "danger", "bgColor", "rest"]
8337
8337
  },
8338
8338
  "buttonCounter-danger-fgColor-rest": {
8339
- "$value": "#db6d28",
8339
+ "$value": "#f0883e",
8340
8340
  "$type": "color",
8341
8341
  "$extensions": {
8342
8342
  "org.primer.figma": {
@@ -8394,7 +8394,7 @@
8394
8394
  "path": ["buttonCounter", "danger", "fgColor", "hover"]
8395
8395
  },
8396
8396
  "buttonCounter-danger-fgColor-disabled": {
8397
- "$value": "#db6d2880",
8397
+ "$value": "#f0883e80",
8398
8398
  "$type": "color",
8399
8399
  "$extensions": {
8400
8400
  "org.primer.figma": {
@@ -12811,12 +12811,12 @@
12811
12811
  "path": ["fgColor", "severe"]
12812
12812
  },
12813
12813
  "fgColor-danger": {
12814
- "$value": "#db6d28",
12814
+ "$value": "#f0883e",
12815
12815
  "$type": "color",
12816
12816
  "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5",
12817
12817
  "isSource": true,
12818
12818
  "original": {
12819
- "$value": "{base.color.orange.4}",
12819
+ "$value": "{base.color.orange.3}",
12820
12820
  "$type": "color"
12821
12821
  },
12822
12822
  "name": "fgColor-danger",
@@ -13393,15 +13393,15 @@
13393
13393
  "path": ["bgColor", "success", "emphasis"]
13394
13394
  },
13395
13395
  "bgColor-open-muted": {
13396
- "$value": "#db6d2866",
13396
+ "$value": "#db6d2833",
13397
13397
  "$type": "color",
13398
- "alpha": 0.4,
13398
+ "alpha": 0.2,
13399
13399
  "filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5",
13400
13400
  "isSource": true,
13401
13401
  "original": {
13402
13402
  "$value": "{base.color.orange.4}",
13403
13403
  "$type": "color",
13404
- "alpha": 0.4
13404
+ "alpha": 0.2
13405
13405
  },
13406
13406
  "name": "bgColor-open-muted",
13407
13407
  "attributes": {},
@@ -1173,7 +1173,7 @@
1173
1173
  "collection": "mode",
1174
1174
  "mode": "dark",
1175
1175
  "group": "component",
1176
- "scopes": ["bgColor"]
1176
+ "scopes": ["bgColor", "borderColor"]
1177
1177
  }
1178
1178
  },
1179
1179
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1186,7 +1186,7 @@
1186
1186
  "collection": "mode",
1187
1187
  "mode": "dark",
1188
1188
  "group": "component",
1189
- "scopes": ["bgColor"]
1189
+ "scopes": ["bgColor", "borderColor"]
1190
1190
  }
1191
1191
  }
1192
1192
  },
@@ -1231,7 +1231,7 @@
1231
1231
  "collection": "mode",
1232
1232
  "mode": "dark",
1233
1233
  "group": "component",
1234
- "scopes": ["bgColor"]
1234
+ "scopes": ["bgColor", "borderColor"]
1235
1235
  }
1236
1236
  },
1237
1237
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1244,7 +1244,7 @@
1244
1244
  "collection": "mode",
1245
1245
  "mode": "dark",
1246
1246
  "group": "component",
1247
- "scopes": ["bgColor"]
1247
+ "scopes": ["bgColor", "borderColor"]
1248
1248
  }
1249
1249
  }
1250
1250
  },
@@ -1289,7 +1289,7 @@
1289
1289
  "collection": "mode",
1290
1290
  "mode": "dark",
1291
1291
  "group": "component",
1292
- "scopes": ["bgColor"]
1292
+ "scopes": ["bgColor", "borderColor"]
1293
1293
  }
1294
1294
  },
1295
1295
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1302,7 +1302,7 @@
1302
1302
  "collection": "mode",
1303
1303
  "mode": "dark",
1304
1304
  "group": "component",
1305
- "scopes": ["bgColor"]
1305
+ "scopes": ["bgColor", "borderColor"]
1306
1306
  }
1307
1307
  }
1308
1308
  },
@@ -1347,7 +1347,7 @@
1347
1347
  "collection": "mode",
1348
1348
  "mode": "dark",
1349
1349
  "group": "component",
1350
- "scopes": ["bgColor"]
1350
+ "scopes": ["bgColor", "borderColor"]
1351
1351
  }
1352
1352
  },
1353
1353
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1360,7 +1360,7 @@
1360
1360
  "collection": "mode",
1361
1361
  "mode": "dark",
1362
1362
  "group": "component",
1363
- "scopes": ["bgColor"]
1363
+ "scopes": ["bgColor", "borderColor"]
1364
1364
  }
1365
1365
  }
1366
1366
  },
@@ -1405,7 +1405,7 @@
1405
1405
  "collection": "mode",
1406
1406
  "mode": "dark",
1407
1407
  "group": "component",
1408
- "scopes": ["bgColor"]
1408
+ "scopes": ["bgColor", "borderColor"]
1409
1409
  }
1410
1410
  },
1411
1411
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1418,7 +1418,7 @@
1418
1418
  "collection": "mode",
1419
1419
  "mode": "dark",
1420
1420
  "group": "component",
1421
- "scopes": ["bgColor"]
1421
+ "scopes": ["bgColor", "borderColor"]
1422
1422
  }
1423
1423
  }
1424
1424
  },
@@ -1463,7 +1463,7 @@
1463
1463
  "collection": "mode",
1464
1464
  "mode": "dark",
1465
1465
  "group": "component",
1466
- "scopes": ["bgColor"]
1466
+ "scopes": ["bgColor", "borderColor"]
1467
1467
  }
1468
1468
  },
1469
1469
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1476,7 +1476,7 @@
1476
1476
  "collection": "mode",
1477
1477
  "mode": "dark",
1478
1478
  "group": "component",
1479
- "scopes": ["bgColor"]
1479
+ "scopes": ["bgColor", "borderColor"]
1480
1480
  }
1481
1481
  }
1482
1482
  },
@@ -1521,7 +1521,7 @@
1521
1521
  "collection": "mode",
1522
1522
  "mode": "dark",
1523
1523
  "group": "component",
1524
- "scopes": ["bgColor"]
1524
+ "scopes": ["bgColor", "borderColor"]
1525
1525
  }
1526
1526
  },
1527
1527
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1534,7 +1534,7 @@
1534
1534
  "collection": "mode",
1535
1535
  "mode": "dark",
1536
1536
  "group": "component",
1537
- "scopes": ["bgColor"]
1537
+ "scopes": ["bgColor", "borderColor"]
1538
1538
  }
1539
1539
  }
1540
1540
  },
@@ -1579,7 +1579,7 @@
1579
1579
  "collection": "mode",
1580
1580
  "mode": "dark",
1581
1581
  "group": "component",
1582
- "scopes": ["bgColor"]
1582
+ "scopes": ["bgColor", "borderColor"]
1583
1583
  }
1584
1584
  },
1585
1585
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1592,7 +1592,7 @@
1592
1592
  "collection": "mode",
1593
1593
  "mode": "dark",
1594
1594
  "group": "component",
1595
- "scopes": ["bgColor"]
1595
+ "scopes": ["bgColor", "borderColor"]
1596
1596
  }
1597
1597
  }
1598
1598
  },
@@ -1637,7 +1637,7 @@
1637
1637
  "collection": "mode",
1638
1638
  "mode": "dark",
1639
1639
  "group": "component",
1640
- "scopes": ["bgColor"]
1640
+ "scopes": ["bgColor", "borderColor"]
1641
1641
  }
1642
1642
  },
1643
1643
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1650,7 +1650,7 @@
1650
1650
  "collection": "mode",
1651
1651
  "mode": "dark",
1652
1652
  "group": "component",
1653
- "scopes": ["bgColor"]
1653
+ "scopes": ["bgColor", "borderColor"]
1654
1654
  }
1655
1655
  }
1656
1656
  },
@@ -1695,7 +1695,7 @@
1695
1695
  "collection": "mode",
1696
1696
  "mode": "dark",
1697
1697
  "group": "component",
1698
- "scopes": ["bgColor"]
1698
+ "scopes": ["bgColor", "borderColor"]
1699
1699
  }
1700
1700
  },
1701
1701
  "filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
@@ -1708,7 +1708,7 @@
1708
1708
  "collection": "mode",
1709
1709
  "mode": "dark",
1710
1710
  "group": "component",
1711
- "scopes": ["bgColor"]
1711
+ "scopes": ["bgColor", "borderColor"]
1712
1712
  }
1713
1713
  }
1714
1714
  },