@primer/primitives 11.2.0-rc.1821f7d7 → 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
@@ -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": {
@@ -18147,6 +18147,111 @@
18147
18147
  "attributes": {},
18148
18148
  "path": ["counter", "borderColor"]
18149
18149
  },
18150
+ "dashboard-bgColor": {
18151
+ "key": "{dashboard.bgColor}",
18152
+ "$value": "#010409",
18153
+ "$type": "color",
18154
+ "$extensions": {
18155
+ "org.primer.figma": {
18156
+ "collection": "mode",
18157
+ "group": "component (internal)",
18158
+ "scopes": ["bgColor"]
18159
+ },
18160
+ "org.primer.overrides": {
18161
+ "dark": {
18162
+ "$value": "#010409",
18163
+ "filePath": "src/tokens/component/dashboard.json5",
18164
+ "isSource": true,
18165
+ "$type": "color"
18166
+ },
18167
+ "dark-dimmed": {
18168
+ "$value": "#010409",
18169
+ "filePath": "src/tokens/component/dashboard.json5",
18170
+ "isSource": true,
18171
+ "$type": "color"
18172
+ },
18173
+ "dark-dimmed-high-contrast": {
18174
+ "$value": "#010409",
18175
+ "filePath": "src/tokens/component/dashboard.json5",
18176
+ "isSource": true,
18177
+ "$type": "color"
18178
+ },
18179
+ "dark-high-contrast": {
18180
+ "$value": "#010409",
18181
+ "filePath": "src/tokens/component/dashboard.json5",
18182
+ "isSource": true,
18183
+ "$type": "color"
18184
+ },
18185
+ "dark-protanopia-deuteranopia-high-contrast": {
18186
+ "$value": "#010409",
18187
+ "filePath": "src/tokens/component/dashboard.json5",
18188
+ "isSource": true,
18189
+ "$type": "color"
18190
+ },
18191
+ "dark-tritanopia-high-contrast": {
18192
+ "$value": "#010409",
18193
+ "filePath": "src/tokens/component/dashboard.json5",
18194
+ "isSource": true,
18195
+ "$type": "color"
18196
+ }
18197
+ }
18198
+ },
18199
+ "filePath": "src/tokens/component/dashboard.json5",
18200
+ "isSource": true,
18201
+ "original": {
18202
+ "$value": "{bgColor.inset}",
18203
+ "$type": "color",
18204
+ "$extensions": {
18205
+ "org.primer.figma": {
18206
+ "collection": "mode",
18207
+ "group": "component (internal)",
18208
+ "scopes": ["bgColor"]
18209
+ },
18210
+ "org.primer.overrides": {
18211
+ "dark": {
18212
+ "$value": "{bgColor.inset}",
18213
+ "filePath": "src/tokens/component/dashboard.json5",
18214
+ "isSource": true,
18215
+ "$type": "color"
18216
+ },
18217
+ "dark-dimmed": {
18218
+ "$value": "{bgColor.inset}",
18219
+ "filePath": "src/tokens/component/dashboard.json5",
18220
+ "isSource": true,
18221
+ "$type": "color"
18222
+ },
18223
+ "dark-dimmed-high-contrast": {
18224
+ "$value": "{bgColor.inset}",
18225
+ "filePath": "src/tokens/component/dashboard.json5",
18226
+ "isSource": true,
18227
+ "$type": "color"
18228
+ },
18229
+ "dark-high-contrast": {
18230
+ "$value": "{bgColor.inset}",
18231
+ "filePath": "src/tokens/component/dashboard.json5",
18232
+ "isSource": true,
18233
+ "$type": "color"
18234
+ },
18235
+ "dark-protanopia-deuteranopia-high-contrast": {
18236
+ "$value": "{bgColor.inset}",
18237
+ "filePath": "src/tokens/component/dashboard.json5",
18238
+ "isSource": true,
18239
+ "$type": "color"
18240
+ },
18241
+ "dark-tritanopia-high-contrast": {
18242
+ "$value": "{bgColor.inset}",
18243
+ "filePath": "src/tokens/component/dashboard.json5",
18244
+ "isSource": true,
18245
+ "$type": "color"
18246
+ }
18247
+ }
18248
+ },
18249
+ "key": "{dashboard.bgColor}"
18250
+ },
18251
+ "name": "dashboard-bgColor",
18252
+ "attributes": {},
18253
+ "path": ["dashboard", "bgColor"]
18254
+ },
18150
18255
  "data-auburn-color-emphasis": {
18151
18256
  "key": "{data.auburn.color.emphasis}",
18152
18257
  "$value": "#a86f6b",
@@ -3884,7 +3884,7 @@
3884
3884
  "group": "semantic",
3885
3885
  "scopes": ["borderColor"],
3886
3886
  "codeSyntax": {
3887
- "web": "var(--borderColor-draft-muted) */"
3887
+ "web": "var(--borderColor-draft-muted)"
3888
3888
  }
3889
3889
  },
3890
3890
  "org.primer.overrides": {
@@ -3958,7 +3958,7 @@
3958
3958
  "group": "semantic",
3959
3959
  "scopes": ["borderColor"],
3960
3960
  "codeSyntax": {
3961
- "web": "var(--borderColor-draft-muted) */"
3961
+ "web": "var(--borderColor-draft-muted)"
3962
3962
  }
3963
3963
  },
3964
3964
  "org.primer.overrides": {
@@ -18141,6 +18141,111 @@
18141
18141
  "attributes": {},
18142
18142
  "path": ["counter", "borderColor"]
18143
18143
  },
18144
+ "dashboard-bgColor": {
18145
+ "key": "{dashboard.bgColor}",
18146
+ "$value": "#010409",
18147
+ "$type": "color",
18148
+ "$extensions": {
18149
+ "org.primer.figma": {
18150
+ "collection": "mode",
18151
+ "group": "component (internal)",
18152
+ "scopes": ["bgColor"]
18153
+ },
18154
+ "org.primer.overrides": {
18155
+ "dark": {
18156
+ "$value": "#010409",
18157
+ "filePath": "src/tokens/component/dashboard.json5",
18158
+ "isSource": true,
18159
+ "$type": "color"
18160
+ },
18161
+ "dark-dimmed": {
18162
+ "$value": "#010409",
18163
+ "filePath": "src/tokens/component/dashboard.json5",
18164
+ "isSource": true,
18165
+ "$type": "color"
18166
+ },
18167
+ "dark-dimmed-high-contrast": {
18168
+ "$value": "#010409",
18169
+ "filePath": "src/tokens/component/dashboard.json5",
18170
+ "isSource": true,
18171
+ "$type": "color"
18172
+ },
18173
+ "dark-high-contrast": {
18174
+ "$value": "#010409",
18175
+ "filePath": "src/tokens/component/dashboard.json5",
18176
+ "isSource": true,
18177
+ "$type": "color"
18178
+ },
18179
+ "dark-protanopia-deuteranopia-high-contrast": {
18180
+ "$value": "#010409",
18181
+ "filePath": "src/tokens/component/dashboard.json5",
18182
+ "isSource": true,
18183
+ "$type": "color"
18184
+ },
18185
+ "dark-tritanopia-high-contrast": {
18186
+ "$value": "#010409",
18187
+ "filePath": "src/tokens/component/dashboard.json5",
18188
+ "isSource": true,
18189
+ "$type": "color"
18190
+ }
18191
+ }
18192
+ },
18193
+ "filePath": "src/tokens/component/dashboard.json5",
18194
+ "isSource": true,
18195
+ "original": {
18196
+ "$value": "{bgColor.inset}",
18197
+ "$type": "color",
18198
+ "$extensions": {
18199
+ "org.primer.figma": {
18200
+ "collection": "mode",
18201
+ "group": "component (internal)",
18202
+ "scopes": ["bgColor"]
18203
+ },
18204
+ "org.primer.overrides": {
18205
+ "dark": {
18206
+ "$value": "{bgColor.inset}",
18207
+ "filePath": "src/tokens/component/dashboard.json5",
18208
+ "isSource": true,
18209
+ "$type": "color"
18210
+ },
18211
+ "dark-dimmed": {
18212
+ "$value": "{bgColor.inset}",
18213
+ "filePath": "src/tokens/component/dashboard.json5",
18214
+ "isSource": true,
18215
+ "$type": "color"
18216
+ },
18217
+ "dark-dimmed-high-contrast": {
18218
+ "$value": "{bgColor.inset}",
18219
+ "filePath": "src/tokens/component/dashboard.json5",
18220
+ "isSource": true,
18221
+ "$type": "color"
18222
+ },
18223
+ "dark-high-contrast": {
18224
+ "$value": "{bgColor.inset}",
18225
+ "filePath": "src/tokens/component/dashboard.json5",
18226
+ "isSource": true,
18227
+ "$type": "color"
18228
+ },
18229
+ "dark-protanopia-deuteranopia-high-contrast": {
18230
+ "$value": "{bgColor.inset}",
18231
+ "filePath": "src/tokens/component/dashboard.json5",
18232
+ "isSource": true,
18233
+ "$type": "color"
18234
+ },
18235
+ "dark-tritanopia-high-contrast": {
18236
+ "$value": "{bgColor.inset}",
18237
+ "filePath": "src/tokens/component/dashboard.json5",
18238
+ "isSource": true,
18239
+ "$type": "color"
18240
+ }
18241
+ }
18242
+ },
18243
+ "key": "{dashboard.bgColor}"
18244
+ },
18245
+ "name": "dashboard-bgColor",
18246
+ "attributes": {},
18247
+ "path": ["dashboard", "bgColor"]
18248
+ },
18144
18249
  "data-auburn-color-emphasis": {
18145
18250
  "key": "{data.auburn.color.emphasis}",
18146
18251
  "$value": "#a86f6b",
@@ -3876,7 +3876,7 @@
3876
3876
  "group": "semantic",
3877
3877
  "scopes": ["borderColor"],
3878
3878
  "codeSyntax": {
3879
- "web": "var(--borderColor-draft-muted) */"
3879
+ "web": "var(--borderColor-draft-muted)"
3880
3880
  }
3881
3881
  },
3882
3882
  "org.primer.overrides": {
@@ -3949,7 +3949,7 @@
3949
3949
  "group": "semantic",
3950
3950
  "scopes": ["borderColor"],
3951
3951
  "codeSyntax": {
3952
- "web": "var(--borderColor-draft-muted) */"
3952
+ "web": "var(--borderColor-draft-muted)"
3953
3953
  }
3954
3954
  },
3955
3955
  "org.primer.overrides": {
@@ -18137,6 +18137,111 @@
18137
18137
  "attributes": {},
18138
18138
  "path": ["counter", "borderColor"]
18139
18139
  },
18140
+ "dashboard-bgColor": {
18141
+ "key": "{dashboard.bgColor}",
18142
+ "$value": "#151b23",
18143
+ "$type": "color",
18144
+ "$extensions": {
18145
+ "org.primer.figma": {
18146
+ "collection": "mode",
18147
+ "group": "component (internal)",
18148
+ "scopes": ["bgColor"]
18149
+ },
18150
+ "org.primer.overrides": {
18151
+ "dark": {
18152
+ "$value": "#151b23",
18153
+ "filePath": "src/tokens/component/dashboard.json5",
18154
+ "isSource": true,
18155
+ "$type": "color"
18156
+ },
18157
+ "dark-dimmed": {
18158
+ "$value": "#151b23",
18159
+ "filePath": "src/tokens/component/dashboard.json5",
18160
+ "isSource": true,
18161
+ "$type": "color"
18162
+ },
18163
+ "dark-dimmed-high-contrast": {
18164
+ "$value": "#151b23",
18165
+ "filePath": "src/tokens/component/dashboard.json5",
18166
+ "isSource": true,
18167
+ "$type": "color"
18168
+ },
18169
+ "dark-high-contrast": {
18170
+ "$value": "#151b23",
18171
+ "filePath": "src/tokens/component/dashboard.json5",
18172
+ "isSource": true,
18173
+ "$type": "color"
18174
+ },
18175
+ "dark-protanopia-deuteranopia-high-contrast": {
18176
+ "$value": "#151b23",
18177
+ "filePath": "src/tokens/component/dashboard.json5",
18178
+ "isSource": true,
18179
+ "$type": "color"
18180
+ },
18181
+ "dark-tritanopia-high-contrast": {
18182
+ "$value": "#151b23",
18183
+ "filePath": "src/tokens/component/dashboard.json5",
18184
+ "isSource": true,
18185
+ "$type": "color"
18186
+ }
18187
+ }
18188
+ },
18189
+ "filePath": "src/tokens/component/dashboard.json5",
18190
+ "isSource": true,
18191
+ "original": {
18192
+ "$value": "{bgColor.inset}",
18193
+ "$type": "color",
18194
+ "$extensions": {
18195
+ "org.primer.figma": {
18196
+ "collection": "mode",
18197
+ "group": "component (internal)",
18198
+ "scopes": ["bgColor"]
18199
+ },
18200
+ "org.primer.overrides": {
18201
+ "dark": {
18202
+ "$value": "{bgColor.inset}",
18203
+ "filePath": "src/tokens/component/dashboard.json5",
18204
+ "isSource": true,
18205
+ "$type": "color"
18206
+ },
18207
+ "dark-dimmed": {
18208
+ "$value": "{bgColor.inset}",
18209
+ "filePath": "src/tokens/component/dashboard.json5",
18210
+ "isSource": true,
18211
+ "$type": "color"
18212
+ },
18213
+ "dark-dimmed-high-contrast": {
18214
+ "$value": "{bgColor.inset}",
18215
+ "filePath": "src/tokens/component/dashboard.json5",
18216
+ "isSource": true,
18217
+ "$type": "color"
18218
+ },
18219
+ "dark-high-contrast": {
18220
+ "$value": "{bgColor.inset}",
18221
+ "filePath": "src/tokens/component/dashboard.json5",
18222
+ "isSource": true,
18223
+ "$type": "color"
18224
+ },
18225
+ "dark-protanopia-deuteranopia-high-contrast": {
18226
+ "$value": "{bgColor.inset}",
18227
+ "filePath": "src/tokens/component/dashboard.json5",
18228
+ "isSource": true,
18229
+ "$type": "color"
18230
+ },
18231
+ "dark-tritanopia-high-contrast": {
18232
+ "$value": "{bgColor.inset}",
18233
+ "filePath": "src/tokens/component/dashboard.json5",
18234
+ "isSource": true,
18235
+ "$type": "color"
18236
+ }
18237
+ }
18238
+ },
18239
+ "key": "{dashboard.bgColor}"
18240
+ },
18241
+ "name": "dashboard-bgColor",
18242
+ "attributes": {},
18243
+ "path": ["dashboard", "bgColor"]
18244
+ },
18140
18245
  "data-auburn-color-emphasis": {
18141
18246
  "key": "{data.auburn.color.emphasis}",
18142
18247
  "$value": "#a86f6b",
@@ -3876,7 +3876,7 @@
3876
3876
  "group": "semantic",
3877
3877
  "scopes": ["borderColor"],
3878
3878
  "codeSyntax": {
3879
- "web": "var(--borderColor-draft-muted) */"
3879
+ "web": "var(--borderColor-draft-muted)"
3880
3880
  }
3881
3881
  },
3882
3882
  "org.primer.overrides": {
@@ -3949,7 +3949,7 @@
3949
3949
  "group": "semantic",
3950
3950
  "scopes": ["borderColor"],
3951
3951
  "codeSyntax": {
3952
- "web": "var(--borderColor-draft-muted) */"
3952
+ "web": "var(--borderColor-draft-muted)"
3953
3953
  }
3954
3954
  },
3955
3955
  "org.primer.overrides": {
@@ -18133,6 +18133,111 @@
18133
18133
  "attributes": {},
18134
18134
  "path": ["counter", "borderColor"]
18135
18135
  },
18136
+ "dashboard-bgColor": {
18137
+ "key": "{dashboard.bgColor}",
18138
+ "$value": "#151b23",
18139
+ "$type": "color",
18140
+ "$extensions": {
18141
+ "org.primer.figma": {
18142
+ "collection": "mode",
18143
+ "group": "component (internal)",
18144
+ "scopes": ["bgColor"]
18145
+ },
18146
+ "org.primer.overrides": {
18147
+ "dark": {
18148
+ "$value": "#151b23",
18149
+ "filePath": "src/tokens/component/dashboard.json5",
18150
+ "isSource": true,
18151
+ "$type": "color"
18152
+ },
18153
+ "dark-dimmed": {
18154
+ "$value": "#151b23",
18155
+ "filePath": "src/tokens/component/dashboard.json5",
18156
+ "isSource": true,
18157
+ "$type": "color"
18158
+ },
18159
+ "dark-dimmed-high-contrast": {
18160
+ "$value": "#151b23",
18161
+ "filePath": "src/tokens/component/dashboard.json5",
18162
+ "isSource": true,
18163
+ "$type": "color"
18164
+ },
18165
+ "dark-high-contrast": {
18166
+ "$value": "#151b23",
18167
+ "filePath": "src/tokens/component/dashboard.json5",
18168
+ "isSource": true,
18169
+ "$type": "color"
18170
+ },
18171
+ "dark-protanopia-deuteranopia-high-contrast": {
18172
+ "$value": "#151b23",
18173
+ "filePath": "src/tokens/component/dashboard.json5",
18174
+ "isSource": true,
18175
+ "$type": "color"
18176
+ },
18177
+ "dark-tritanopia-high-contrast": {
18178
+ "$value": "#151b23",
18179
+ "filePath": "src/tokens/component/dashboard.json5",
18180
+ "isSource": true,
18181
+ "$type": "color"
18182
+ }
18183
+ }
18184
+ },
18185
+ "filePath": "src/tokens/component/dashboard.json5",
18186
+ "isSource": true,
18187
+ "original": {
18188
+ "$value": "{bgColor.inset}",
18189
+ "$type": "color",
18190
+ "$extensions": {
18191
+ "org.primer.figma": {
18192
+ "collection": "mode",
18193
+ "group": "component (internal)",
18194
+ "scopes": ["bgColor"]
18195
+ },
18196
+ "org.primer.overrides": {
18197
+ "dark": {
18198
+ "$value": "{bgColor.inset}",
18199
+ "filePath": "src/tokens/component/dashboard.json5",
18200
+ "isSource": true,
18201
+ "$type": "color"
18202
+ },
18203
+ "dark-dimmed": {
18204
+ "$value": "{bgColor.inset}",
18205
+ "filePath": "src/tokens/component/dashboard.json5",
18206
+ "isSource": true,
18207
+ "$type": "color"
18208
+ },
18209
+ "dark-dimmed-high-contrast": {
18210
+ "$value": "{bgColor.inset}",
18211
+ "filePath": "src/tokens/component/dashboard.json5",
18212
+ "isSource": true,
18213
+ "$type": "color"
18214
+ },
18215
+ "dark-high-contrast": {
18216
+ "$value": "{bgColor.inset}",
18217
+ "filePath": "src/tokens/component/dashboard.json5",
18218
+ "isSource": true,
18219
+ "$type": "color"
18220
+ },
18221
+ "dark-protanopia-deuteranopia-high-contrast": {
18222
+ "$value": "{bgColor.inset}",
18223
+ "filePath": "src/tokens/component/dashboard.json5",
18224
+ "isSource": true,
18225
+ "$type": "color"
18226
+ },
18227
+ "dark-tritanopia-high-contrast": {
18228
+ "$value": "{bgColor.inset}",
18229
+ "filePath": "src/tokens/component/dashboard.json5",
18230
+ "isSource": true,
18231
+ "$type": "color"
18232
+ }
18233
+ }
18234
+ },
18235
+ "key": "{dashboard.bgColor}"
18236
+ },
18237
+ "name": "dashboard-bgColor",
18238
+ "attributes": {},
18239
+ "path": ["dashboard", "bgColor"]
18240
+ },
18136
18241
  "data-auburn-color-emphasis": {
18137
18242
  "key": "{data.auburn.color.emphasis}",
18138
18243
  "$value": "#a86f6b",
@@ -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": {
@@ -18141,6 +18141,111 @@
18141
18141
  "attributes": {},
18142
18142
  "path": ["counter", "borderColor"]
18143
18143
  },
18144
+ "dashboard-bgColor": {
18145
+ "key": "{dashboard.bgColor}",
18146
+ "$value": "#010409",
18147
+ "$type": "color",
18148
+ "$extensions": {
18149
+ "org.primer.figma": {
18150
+ "collection": "mode",
18151
+ "group": "component (internal)",
18152
+ "scopes": ["bgColor"]
18153
+ },
18154
+ "org.primer.overrides": {
18155
+ "dark": {
18156
+ "$value": "#010409",
18157
+ "filePath": "src/tokens/component/dashboard.json5",
18158
+ "isSource": true,
18159
+ "$type": "color"
18160
+ },
18161
+ "dark-dimmed": {
18162
+ "$value": "#010409",
18163
+ "filePath": "src/tokens/component/dashboard.json5",
18164
+ "isSource": true,
18165
+ "$type": "color"
18166
+ },
18167
+ "dark-dimmed-high-contrast": {
18168
+ "$value": "#010409",
18169
+ "filePath": "src/tokens/component/dashboard.json5",
18170
+ "isSource": true,
18171
+ "$type": "color"
18172
+ },
18173
+ "dark-high-contrast": {
18174
+ "$value": "#010409",
18175
+ "filePath": "src/tokens/component/dashboard.json5",
18176
+ "isSource": true,
18177
+ "$type": "color"
18178
+ },
18179
+ "dark-protanopia-deuteranopia-high-contrast": {
18180
+ "$value": "#010409",
18181
+ "filePath": "src/tokens/component/dashboard.json5",
18182
+ "isSource": true,
18183
+ "$type": "color"
18184
+ },
18185
+ "dark-tritanopia-high-contrast": {
18186
+ "$value": "#010409",
18187
+ "filePath": "src/tokens/component/dashboard.json5",
18188
+ "isSource": true,
18189
+ "$type": "color"
18190
+ }
18191
+ }
18192
+ },
18193
+ "filePath": "src/tokens/component/dashboard.json5",
18194
+ "isSource": true,
18195
+ "original": {
18196
+ "$value": "{bgColor.inset}",
18197
+ "$type": "color",
18198
+ "$extensions": {
18199
+ "org.primer.figma": {
18200
+ "collection": "mode",
18201
+ "group": "component (internal)",
18202
+ "scopes": ["bgColor"]
18203
+ },
18204
+ "org.primer.overrides": {
18205
+ "dark": {
18206
+ "$value": "{bgColor.inset}",
18207
+ "filePath": "src/tokens/component/dashboard.json5",
18208
+ "isSource": true,
18209
+ "$type": "color"
18210
+ },
18211
+ "dark-dimmed": {
18212
+ "$value": "{bgColor.inset}",
18213
+ "filePath": "src/tokens/component/dashboard.json5",
18214
+ "isSource": true,
18215
+ "$type": "color"
18216
+ },
18217
+ "dark-dimmed-high-contrast": {
18218
+ "$value": "{bgColor.inset}",
18219
+ "filePath": "src/tokens/component/dashboard.json5",
18220
+ "isSource": true,
18221
+ "$type": "color"
18222
+ },
18223
+ "dark-high-contrast": {
18224
+ "$value": "{bgColor.inset}",
18225
+ "filePath": "src/tokens/component/dashboard.json5",
18226
+ "isSource": true,
18227
+ "$type": "color"
18228
+ },
18229
+ "dark-protanopia-deuteranopia-high-contrast": {
18230
+ "$value": "{bgColor.inset}",
18231
+ "filePath": "src/tokens/component/dashboard.json5",
18232
+ "isSource": true,
18233
+ "$type": "color"
18234
+ },
18235
+ "dark-tritanopia-high-contrast": {
18236
+ "$value": "{bgColor.inset}",
18237
+ "filePath": "src/tokens/component/dashboard.json5",
18238
+ "isSource": true,
18239
+ "$type": "color"
18240
+ }
18241
+ }
18242
+ },
18243
+ "key": "{dashboard.bgColor}"
18244
+ },
18245
+ "name": "dashboard-bgColor",
18246
+ "attributes": {},
18247
+ "path": ["dashboard", "bgColor"]
18248
+ },
18144
18249
  "data-auburn-color-emphasis": {
18145
18250
  "key": "{data.auburn.color.emphasis}",
18146
18251
  "$value": "#a86f6b",