@primer/primitives 11.2.0 → 11.2.1-rc.fce821d3

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 (68) hide show
  1. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +2 -0
  2. package/dist/css/functional/themes/dark-colorblind.css +2 -0
  3. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +2 -0
  4. package/dist/css/functional/themes/dark-dimmed.css +2 -0
  5. package/dist/css/functional/themes/dark-high-contrast.css +2 -0
  6. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +2 -0
  7. package/dist/css/functional/themes/dark-tritanopia.css +2 -0
  8. package/dist/css/functional/themes/dark.css +2 -0
  9. package/dist/css/functional/themes/light-colorblind-high-contrast.css +2 -0
  10. package/dist/css/functional/themes/light-colorblind.css +2 -0
  11. package/dist/css/functional/themes/light-high-contrast.css +2 -0
  12. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +2 -0
  13. package/dist/css/functional/themes/light-tritanopia.css +2 -0
  14. package/dist/css/functional/themes/light.css +2 -0
  15. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +107 -2
  16. package/dist/docs/functional/themes/dark-colorblind.json +107 -2
  17. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +107 -2
  18. package/dist/docs/functional/themes/dark-dimmed.json +107 -2
  19. package/dist/docs/functional/themes/dark-high-contrast.json +107 -2
  20. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +107 -2
  21. package/dist/docs/functional/themes/dark-tritanopia.json +107 -2
  22. package/dist/docs/functional/themes/dark.json +107 -2
  23. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +107 -2
  24. package/dist/docs/functional/themes/light-colorblind.json +107 -2
  25. package/dist/docs/functional/themes/light-high-contrast.json +107 -2
  26. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +107 -2
  27. package/dist/docs/functional/themes/light-tritanopia.json +107 -2
  28. package/dist/docs/functional/themes/light.json +107 -2
  29. package/dist/figma/themes/dark-colorblind.json +17 -1
  30. package/dist/figma/themes/dark-dimmed.json +17 -1
  31. package/dist/figma/themes/dark-high-contrast.json +17 -1
  32. package/dist/figma/themes/dark-tritanopia.json +17 -1
  33. package/dist/figma/themes/dark.json +17 -1
  34. package/dist/figma/themes/light-colorblind.json +17 -1
  35. package/dist/figma/themes/light-high-contrast.json +17 -1
  36. package/dist/figma/themes/light-tritanopia.json +17 -1
  37. package/dist/figma/themes/light.json +17 -1
  38. package/dist/internalCss/dark-colorblind-high-contrast.css +2 -0
  39. package/dist/internalCss/dark-colorblind.css +2 -0
  40. package/dist/internalCss/dark-dimmed-high-contrast.css +2 -0
  41. package/dist/internalCss/dark-dimmed.css +2 -0
  42. package/dist/internalCss/dark-high-contrast.css +2 -0
  43. package/dist/internalCss/dark-tritanopia-high-contrast.css +2 -0
  44. package/dist/internalCss/dark-tritanopia.css +2 -0
  45. package/dist/internalCss/dark.css +2 -0
  46. package/dist/internalCss/light-colorblind-high-contrast.css +2 -0
  47. package/dist/internalCss/light-colorblind.css +2 -0
  48. package/dist/internalCss/light-high-contrast.css +2 -0
  49. package/dist/internalCss/light-tritanopia-high-contrast.css +2 -0
  50. package/dist/internalCss/light-tritanopia.css +2 -0
  51. package/dist/internalCss/light.css +2 -0
  52. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +107 -2
  53. package/dist/styleLint/functional/themes/dark-colorblind.json +107 -2
  54. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +107 -2
  55. package/dist/styleLint/functional/themes/dark-dimmed.json +107 -2
  56. package/dist/styleLint/functional/themes/dark-high-contrast.json +107 -2
  57. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +107 -2
  58. package/dist/styleLint/functional/themes/dark-tritanopia.json +107 -2
  59. package/dist/styleLint/functional/themes/dark.json +107 -2
  60. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +107 -2
  61. package/dist/styleLint/functional/themes/light-colorblind.json +107 -2
  62. package/dist/styleLint/functional/themes/light-high-contrast.json +107 -2
  63. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +107 -2
  64. package/dist/styleLint/functional/themes/light-tritanopia.json +107 -2
  65. package/dist/styleLint/functional/themes/light.json +107 -2
  66. package/package.json +1 -1
  67. package/src/tokens/component/dashboard.json5 +35 -0
  68. package/src/tokens/functional/color/borderColor.json5 +1 -1
@@ -828,6 +828,7 @@
828
828
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
829
829
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
830
830
  --controlTrack-fgColor-rest: var(--fgColor-default);
831
+ --dashboard-bgColor: var(--bgColor-inset);
831
832
  --diffBlob-additionLine-fgColor: var(--fgColor-onEmphasis);
832
833
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
833
834
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -1690,6 +1691,7 @@
1690
1691
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
1691
1692
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1692
1693
  --controlTrack-fgColor-rest: var(--fgColor-default);
1694
+ --dashboard-bgColor: var(--bgColor-inset);
1693
1695
  --diffBlob-additionLine-fgColor: var(--fgColor-onEmphasis);
1694
1696
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
1695
1697
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -842,6 +842,7 @@
842
842
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
843
843
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
844
844
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
845
+ --dashboard-bgColor: var(--bgColor-inset);
845
846
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
846
847
  --focus-outline: 2px solid #1f6feb;
847
848
  --overlay-borderColor: var(--borderColor-muted);
@@ -1704,6 +1705,7 @@
1704
1705
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1705
1706
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
1706
1707
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1708
+ --dashboard-bgColor: var(--bgColor-inset);
1707
1709
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1708
1710
  --focus-outline: 2px solid #1f6feb;
1709
1711
  --overlay-borderColor: var(--borderColor-muted);
@@ -746,6 +746,7 @@
746
746
  --counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
747
747
  --counter-bgColor-muted: var(--bgColor-neutral-muted);
748
748
  --counter-borderColor: var(--borderColor-default);
749
+ --dashboard-bgColor: var(--bgColor-inset);
749
750
  --diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
750
751
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
751
752
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
@@ -1608,6 +1609,7 @@
1608
1609
  --counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
1609
1610
  --counter-bgColor-muted: var(--bgColor-neutral-muted);
1610
1611
  --counter-borderColor: var(--borderColor-default);
1612
+ --dashboard-bgColor: var(--bgColor-inset);
1611
1613
  --diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
1612
1614
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
1613
1615
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
@@ -777,6 +777,7 @@
777
777
  --controlTrack-fgColor-rest: var(--fgColor-muted);
778
778
  --counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
779
779
  --counter-bgColor-muted: var(--bgColor-neutral-muted);
780
+ --dashboard-bgColor: var(--bgColor-inset);
780
781
  --diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
781
782
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
782
783
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
@@ -1639,6 +1640,7 @@
1639
1640
  --controlTrack-fgColor-rest: var(--fgColor-muted);
1640
1641
  --counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
1641
1642
  --counter-bgColor-muted: var(--bgColor-neutral-muted);
1643
+ --dashboard-bgColor: var(--bgColor-inset);
1642
1644
  --diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
1643
1645
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
1644
1646
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
@@ -827,6 +827,7 @@
827
827
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
828
828
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
829
829
  --controlTrack-fgColor-rest: var(--fgColor-default);
830
+ --dashboard-bgColor: var(--bgColor-inset);
830
831
  --diffBlob-additionLine-fgColor: var(--fgColor-onEmphasis);
831
832
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
832
833
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -1689,6 +1690,7 @@
1689
1690
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
1690
1691
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1691
1692
  --controlTrack-fgColor-rest: var(--fgColor-default);
1693
+ --dashboard-bgColor: var(--bgColor-inset);
1692
1694
  --diffBlob-additionLine-fgColor: var(--fgColor-onEmphasis);
1693
1695
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
1694
1696
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -828,6 +828,7 @@
828
828
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
829
829
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
830
830
  --controlTrack-fgColor-rest: var(--fgColor-default);
831
+ --dashboard-bgColor: var(--bgColor-inset);
831
832
  --diffBlob-additionLine-fgColor: var(--fgColor-onEmphasis);
832
833
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
833
834
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -1690,6 +1691,7 @@
1690
1691
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
1691
1692
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1692
1693
  --controlTrack-fgColor-rest: var(--fgColor-default);
1694
+ --dashboard-bgColor: var(--bgColor-inset);
1693
1695
  --diffBlob-additionLine-fgColor: var(--fgColor-onEmphasis);
1694
1696
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
1695
1697
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -842,6 +842,7 @@
842
842
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
843
843
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
844
844
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
845
+ --dashboard-bgColor: var(--bgColor-inset);
845
846
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
846
847
  --focus-outline: 2px solid #1f6feb;
847
848
  --overlay-borderColor: var(--borderColor-muted);
@@ -1704,6 +1705,7 @@
1704
1705
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1705
1706
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
1706
1707
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1708
+ --dashboard-bgColor: var(--bgColor-inset);
1707
1709
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1708
1710
  --focus-outline: 2px solid #1f6feb;
1709
1711
  --overlay-borderColor: var(--borderColor-muted);
@@ -841,6 +841,7 @@
841
841
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
842
842
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
843
843
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
844
+ --dashboard-bgColor: var(--bgColor-inset);
844
845
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
845
846
  --focus-outline: 2px solid #1f6feb;
846
847
  --overlay-borderColor: var(--borderColor-muted);
@@ -1703,6 +1704,7 @@
1703
1704
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1704
1705
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
1705
1706
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1707
+ --dashboard-bgColor: var(--bgColor-inset);
1706
1708
  --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1707
1709
  --focus-outline: 2px solid #1f6feb;
1708
1710
  --overlay-borderColor: var(--borderColor-muted);
@@ -839,6 +839,7 @@
839
839
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
840
840
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
841
841
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
842
+ --dashboard-bgColor: var(--bgColor-default);
842
843
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
843
844
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
844
845
  --diffBlob-additionWord-fgColor: var(--fgColor-onEmphasis);
@@ -1701,6 +1702,7 @@
1701
1702
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1702
1703
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
1703
1704
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1705
+ --dashboard-bgColor: var(--bgColor-default);
1704
1706
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
1705
1707
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
1706
1708
  --diffBlob-additionWord-fgColor: var(--fgColor-onEmphasis);
@@ -835,6 +835,7 @@
835
835
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
836
836
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
837
837
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
838
+ --dashboard-bgColor: var(--bgColor-default);
838
839
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
839
840
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
840
841
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -1697,6 +1698,7 @@
1697
1698
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1698
1699
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
1699
1700
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1701
+ --dashboard-bgColor: var(--bgColor-default);
1700
1702
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
1701
1703
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
1702
1704
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -838,6 +838,7 @@
838
838
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
839
839
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
840
840
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
841
+ --dashboard-bgColor: var(--bgColor-default);
841
842
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
842
843
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
843
844
  --diffBlob-additionWord-fgColor: var(--fgColor-onEmphasis);
@@ -1700,6 +1701,7 @@
1700
1701
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1701
1702
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
1702
1703
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1704
+ --dashboard-bgColor: var(--bgColor-default);
1703
1705
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
1704
1706
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
1705
1707
  --diffBlob-additionWord-fgColor: var(--fgColor-onEmphasis);
@@ -839,6 +839,7 @@
839
839
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
840
840
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
841
841
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
842
+ --dashboard-bgColor: var(--bgColor-default);
842
843
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
843
844
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
844
845
  --diffBlob-additionWord-fgColor: var(--fgColor-onEmphasis);
@@ -1701,6 +1702,7 @@
1701
1702
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1702
1703
  --controlTrack-borderColor-rest: var(--borderColor-emphasis);
1703
1704
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1705
+ --dashboard-bgColor: var(--bgColor-default);
1704
1706
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
1705
1707
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
1706
1708
  --diffBlob-additionWord-fgColor: var(--fgColor-onEmphasis);
@@ -835,6 +835,7 @@
835
835
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
836
836
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
837
837
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
838
+ --dashboard-bgColor: var(--bgColor-default);
838
839
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
839
840
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
840
841
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -1697,6 +1698,7 @@
1697
1698
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1698
1699
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
1699
1700
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1701
+ --dashboard-bgColor: var(--bgColor-default);
1700
1702
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
1701
1703
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
1702
1704
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -834,6 +834,7 @@
834
834
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
835
835
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
836
836
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
837
+ --dashboard-bgColor: var(--bgColor-default);
837
838
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
838
839
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
839
840
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -1696,6 +1697,7 @@
1696
1697
  --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1697
1698
  --controlKnob-borderColor-rest: var(--control-borderColor-rest);
1698
1699
  --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1700
+ --dashboard-bgColor: var(--bgColor-default);
1699
1701
  --diffBlob-additionLine-fgColor: var(--fgColor-default);
1700
1702
  --diffBlob-additionNum-fgColor: var(--fgColor-default);
1701
1703
  --diffBlob-additionWord-fgColor: var(--fgColor-default);
@@ -3880,7 +3880,7 @@
3880
3880
  "group": "semantic",
3881
3881
  "scopes": ["borderColor"],
3882
3882
  "codeSyntax": {
3883
- "web": "var(--borderColor-draft-muted) */"
3883
+ "web": "var(--borderColor-draft-muted)"
3884
3884
  }
3885
3885
  },
3886
3886
  "org.primer.overrides": {
@@ -3954,7 +3954,7 @@
3954
3954
  "group": "semantic",
3955
3955
  "scopes": ["borderColor"],
3956
3956
  "codeSyntax": {
3957
- "web": "var(--borderColor-draft-muted) */"
3957
+ "web": "var(--borderColor-draft-muted)"
3958
3958
  }
3959
3959
  },
3960
3960
  "org.primer.overrides": {
@@ -18147,6 +18147,111 @@
18147
18147
  "value": "#b7bdc8",
18148
18148
  "type": "color"
18149
18149
  },
18150
+ "dashboard-bgColor": {
18151
+ "key": "{dashboard.bgColor}",
18152
+ "$extensions": {
18153
+ "org.primer.figma": {
18154
+ "collection": "mode",
18155
+ "group": "component (internal)",
18156
+ "scopes": ["bgColor"]
18157
+ },
18158
+ "org.primer.overrides": {
18159
+ "dark": {
18160
+ "$value": "#010409",
18161
+ "filePath": "src/tokens/component/dashboard.json5",
18162
+ "isSource": true,
18163
+ "$type": "color"
18164
+ },
18165
+ "dark-dimmed": {
18166
+ "$value": "#010409",
18167
+ "filePath": "src/tokens/component/dashboard.json5",
18168
+ "isSource": true,
18169
+ "$type": "color"
18170
+ },
18171
+ "dark-dimmed-high-contrast": {
18172
+ "$value": "#010409",
18173
+ "filePath": "src/tokens/component/dashboard.json5",
18174
+ "isSource": true,
18175
+ "$type": "color"
18176
+ },
18177
+ "dark-high-contrast": {
18178
+ "$value": "#010409",
18179
+ "filePath": "src/tokens/component/dashboard.json5",
18180
+ "isSource": true,
18181
+ "$type": "color"
18182
+ },
18183
+ "dark-protanopia-deuteranopia-high-contrast": {
18184
+ "$value": "#010409",
18185
+ "filePath": "src/tokens/component/dashboard.json5",
18186
+ "isSource": true,
18187
+ "$type": "color"
18188
+ },
18189
+ "dark-tritanopia-high-contrast": {
18190
+ "$value": "#010409",
18191
+ "filePath": "src/tokens/component/dashboard.json5",
18192
+ "isSource": true,
18193
+ "$type": "color"
18194
+ }
18195
+ }
18196
+ },
18197
+ "filePath": "src/tokens/component/dashboard.json5",
18198
+ "isSource": true,
18199
+ "original": {
18200
+ "$value": "{bgColor.inset}",
18201
+ "$type": "color",
18202
+ "$extensions": {
18203
+ "org.primer.figma": {
18204
+ "collection": "mode",
18205
+ "group": "component (internal)",
18206
+ "scopes": ["bgColor"]
18207
+ },
18208
+ "org.primer.overrides": {
18209
+ "dark": {
18210
+ "$value": "{bgColor.inset}",
18211
+ "filePath": "src/tokens/component/dashboard.json5",
18212
+ "isSource": true,
18213
+ "$type": "color"
18214
+ },
18215
+ "dark-dimmed": {
18216
+ "$value": "{bgColor.inset}",
18217
+ "filePath": "src/tokens/component/dashboard.json5",
18218
+ "isSource": true,
18219
+ "$type": "color"
18220
+ },
18221
+ "dark-dimmed-high-contrast": {
18222
+ "$value": "{bgColor.inset}",
18223
+ "filePath": "src/tokens/component/dashboard.json5",
18224
+ "isSource": true,
18225
+ "$type": "color"
18226
+ },
18227
+ "dark-high-contrast": {
18228
+ "$value": "{bgColor.inset}",
18229
+ "filePath": "src/tokens/component/dashboard.json5",
18230
+ "isSource": true,
18231
+ "$type": "color"
18232
+ },
18233
+ "dark-protanopia-deuteranopia-high-contrast": {
18234
+ "$value": "{bgColor.inset}",
18235
+ "filePath": "src/tokens/component/dashboard.json5",
18236
+ "isSource": true,
18237
+ "$type": "color"
18238
+ },
18239
+ "dark-tritanopia-high-contrast": {
18240
+ "$value": "{bgColor.inset}",
18241
+ "filePath": "src/tokens/component/dashboard.json5",
18242
+ "isSource": true,
18243
+ "$type": "color"
18244
+ }
18245
+ }
18246
+ },
18247
+ "key": "{dashboard.bgColor}"
18248
+ },
18249
+ "name": "dashboard-bgColor",
18250
+ "attributes": {},
18251
+ "path": ["dashboard", "bgColor"],
18252
+ "value": "#010409",
18253
+ "type": "color"
18254
+ },
18150
18255
  "data-auburn-color-emphasis": {
18151
18256
  "key": "{data.auburn.color.emphasis}",
18152
18257
  "$extensions": {
@@ -3882,7 +3882,7 @@
3882
3882
  "group": "semantic",
3883
3883
  "scopes": ["borderColor"],
3884
3884
  "codeSyntax": {
3885
- "web": "var(--borderColor-draft-muted) */"
3885
+ "web": "var(--borderColor-draft-muted)"
3886
3886
  }
3887
3887
  },
3888
3888
  "org.primer.overrides": {
@@ -3956,7 +3956,7 @@
3956
3956
  "group": "semantic",
3957
3957
  "scopes": ["borderColor"],
3958
3958
  "codeSyntax": {
3959
- "web": "var(--borderColor-draft-muted) */"
3959
+ "web": "var(--borderColor-draft-muted)"
3960
3960
  }
3961
3961
  },
3962
3962
  "org.primer.overrides": {
@@ -18141,6 +18141,111 @@
18141
18141
  "value": "#00000000",
18142
18142
  "type": "color"
18143
18143
  },
18144
+ "dashboard-bgColor": {
18145
+ "key": "{dashboard.bgColor}",
18146
+ "$extensions": {
18147
+ "org.primer.figma": {
18148
+ "collection": "mode",
18149
+ "group": "component (internal)",
18150
+ "scopes": ["bgColor"]
18151
+ },
18152
+ "org.primer.overrides": {
18153
+ "dark": {
18154
+ "$value": "#010409",
18155
+ "filePath": "src/tokens/component/dashboard.json5",
18156
+ "isSource": true,
18157
+ "$type": "color"
18158
+ },
18159
+ "dark-dimmed": {
18160
+ "$value": "#010409",
18161
+ "filePath": "src/tokens/component/dashboard.json5",
18162
+ "isSource": true,
18163
+ "$type": "color"
18164
+ },
18165
+ "dark-dimmed-high-contrast": {
18166
+ "$value": "#010409",
18167
+ "filePath": "src/tokens/component/dashboard.json5",
18168
+ "isSource": true,
18169
+ "$type": "color"
18170
+ },
18171
+ "dark-high-contrast": {
18172
+ "$value": "#010409",
18173
+ "filePath": "src/tokens/component/dashboard.json5",
18174
+ "isSource": true,
18175
+ "$type": "color"
18176
+ },
18177
+ "dark-protanopia-deuteranopia-high-contrast": {
18178
+ "$value": "#010409",
18179
+ "filePath": "src/tokens/component/dashboard.json5",
18180
+ "isSource": true,
18181
+ "$type": "color"
18182
+ },
18183
+ "dark-tritanopia-high-contrast": {
18184
+ "$value": "#010409",
18185
+ "filePath": "src/tokens/component/dashboard.json5",
18186
+ "isSource": true,
18187
+ "$type": "color"
18188
+ }
18189
+ }
18190
+ },
18191
+ "filePath": "src/tokens/component/dashboard.json5",
18192
+ "isSource": true,
18193
+ "original": {
18194
+ "$value": "{bgColor.inset}",
18195
+ "$type": "color",
18196
+ "$extensions": {
18197
+ "org.primer.figma": {
18198
+ "collection": "mode",
18199
+ "group": "component (internal)",
18200
+ "scopes": ["bgColor"]
18201
+ },
18202
+ "org.primer.overrides": {
18203
+ "dark": {
18204
+ "$value": "{bgColor.inset}",
18205
+ "filePath": "src/tokens/component/dashboard.json5",
18206
+ "isSource": true,
18207
+ "$type": "color"
18208
+ },
18209
+ "dark-dimmed": {
18210
+ "$value": "{bgColor.inset}",
18211
+ "filePath": "src/tokens/component/dashboard.json5",
18212
+ "isSource": true,
18213
+ "$type": "color"
18214
+ },
18215
+ "dark-dimmed-high-contrast": {
18216
+ "$value": "{bgColor.inset}",
18217
+ "filePath": "src/tokens/component/dashboard.json5",
18218
+ "isSource": true,
18219
+ "$type": "color"
18220
+ },
18221
+ "dark-high-contrast": {
18222
+ "$value": "{bgColor.inset}",
18223
+ "filePath": "src/tokens/component/dashboard.json5",
18224
+ "isSource": true,
18225
+ "$type": "color"
18226
+ },
18227
+ "dark-protanopia-deuteranopia-high-contrast": {
18228
+ "$value": "{bgColor.inset}",
18229
+ "filePath": "src/tokens/component/dashboard.json5",
18230
+ "isSource": true,
18231
+ "$type": "color"
18232
+ },
18233
+ "dark-tritanopia-high-contrast": {
18234
+ "$value": "{bgColor.inset}",
18235
+ "filePath": "src/tokens/component/dashboard.json5",
18236
+ "isSource": true,
18237
+ "$type": "color"
18238
+ }
18239
+ }
18240
+ },
18241
+ "key": "{dashboard.bgColor}"
18242
+ },
18243
+ "name": "dashboard-bgColor",
18244
+ "attributes": {},
18245
+ "path": ["dashboard", "bgColor"],
18246
+ "value": "#010409",
18247
+ "type": "color"
18248
+ },
18144
18249
  "data-auburn-color-emphasis": {
18145
18250
  "key": "{data.auburn.color.emphasis}",
18146
18251
  "$extensions": {
@@ -3874,7 +3874,7 @@
3874
3874
  "group": "semantic",
3875
3875
  "scopes": ["borderColor"],
3876
3876
  "codeSyntax": {
3877
- "web": "var(--borderColor-draft-muted) */"
3877
+ "web": "var(--borderColor-draft-muted)"
3878
3878
  }
3879
3879
  },
3880
3880
  "org.primer.overrides": {
@@ -3947,7 +3947,7 @@
3947
3947
  "group": "semantic",
3948
3948
  "scopes": ["borderColor"],
3949
3949
  "codeSyntax": {
3950
- "web": "var(--borderColor-draft-muted) */"
3950
+ "web": "var(--borderColor-draft-muted)"
3951
3951
  }
3952
3952
  },
3953
3953
  "org.primer.overrides": {
@@ -18137,6 +18137,111 @@
18137
18137
  "value": "#b7bdc8",
18138
18138
  "type": "color"
18139
18139
  },
18140
+ "dashboard-bgColor": {
18141
+ "key": "{dashboard.bgColor}",
18142
+ "$extensions": {
18143
+ "org.primer.figma": {
18144
+ "collection": "mode",
18145
+ "group": "component (internal)",
18146
+ "scopes": ["bgColor"]
18147
+ },
18148
+ "org.primer.overrides": {
18149
+ "dark": {
18150
+ "$value": "#151b23",
18151
+ "filePath": "src/tokens/component/dashboard.json5",
18152
+ "isSource": true,
18153
+ "$type": "color"
18154
+ },
18155
+ "dark-dimmed": {
18156
+ "$value": "#151b23",
18157
+ "filePath": "src/tokens/component/dashboard.json5",
18158
+ "isSource": true,
18159
+ "$type": "color"
18160
+ },
18161
+ "dark-dimmed-high-contrast": {
18162
+ "$value": "#151b23",
18163
+ "filePath": "src/tokens/component/dashboard.json5",
18164
+ "isSource": true,
18165
+ "$type": "color"
18166
+ },
18167
+ "dark-high-contrast": {
18168
+ "$value": "#151b23",
18169
+ "filePath": "src/tokens/component/dashboard.json5",
18170
+ "isSource": true,
18171
+ "$type": "color"
18172
+ },
18173
+ "dark-protanopia-deuteranopia-high-contrast": {
18174
+ "$value": "#151b23",
18175
+ "filePath": "src/tokens/component/dashboard.json5",
18176
+ "isSource": true,
18177
+ "$type": "color"
18178
+ },
18179
+ "dark-tritanopia-high-contrast": {
18180
+ "$value": "#151b23",
18181
+ "filePath": "src/tokens/component/dashboard.json5",
18182
+ "isSource": true,
18183
+ "$type": "color"
18184
+ }
18185
+ }
18186
+ },
18187
+ "filePath": "src/tokens/component/dashboard.json5",
18188
+ "isSource": true,
18189
+ "original": {
18190
+ "$value": "{bgColor.inset}",
18191
+ "$type": "color",
18192
+ "$extensions": {
18193
+ "org.primer.figma": {
18194
+ "collection": "mode",
18195
+ "group": "component (internal)",
18196
+ "scopes": ["bgColor"]
18197
+ },
18198
+ "org.primer.overrides": {
18199
+ "dark": {
18200
+ "$value": "{bgColor.inset}",
18201
+ "filePath": "src/tokens/component/dashboard.json5",
18202
+ "isSource": true,
18203
+ "$type": "color"
18204
+ },
18205
+ "dark-dimmed": {
18206
+ "$value": "{bgColor.inset}",
18207
+ "filePath": "src/tokens/component/dashboard.json5",
18208
+ "isSource": true,
18209
+ "$type": "color"
18210
+ },
18211
+ "dark-dimmed-high-contrast": {
18212
+ "$value": "{bgColor.inset}",
18213
+ "filePath": "src/tokens/component/dashboard.json5",
18214
+ "isSource": true,
18215
+ "$type": "color"
18216
+ },
18217
+ "dark-high-contrast": {
18218
+ "$value": "{bgColor.inset}",
18219
+ "filePath": "src/tokens/component/dashboard.json5",
18220
+ "isSource": true,
18221
+ "$type": "color"
18222
+ },
18223
+ "dark-protanopia-deuteranopia-high-contrast": {
18224
+ "$value": "{bgColor.inset}",
18225
+ "filePath": "src/tokens/component/dashboard.json5",
18226
+ "isSource": true,
18227
+ "$type": "color"
18228
+ },
18229
+ "dark-tritanopia-high-contrast": {
18230
+ "$value": "{bgColor.inset}",
18231
+ "filePath": "src/tokens/component/dashboard.json5",
18232
+ "isSource": true,
18233
+ "$type": "color"
18234
+ }
18235
+ }
18236
+ },
18237
+ "key": "{dashboard.bgColor}"
18238
+ },
18239
+ "name": "dashboard-bgColor",
18240
+ "attributes": {},
18241
+ "path": ["dashboard", "bgColor"],
18242
+ "value": "#151b23",
18243
+ "type": "color"
18244
+ },
18140
18245
  "data-auburn-color-emphasis": {
18141
18246
  "key": "{data.auburn.color.emphasis}",
18142
18247
  "$extensions": {