@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
@@ -3878,7 +3878,7 @@
3878
3878
  "group": "semantic",
3879
3879
  "scopes": ["borderColor"],
3880
3880
  "codeSyntax": {
3881
- "web": "var(--borderColor-draft-muted) */"
3881
+ "web": "var(--borderColor-draft-muted)"
3882
3882
  }
3883
3883
  },
3884
3884
  "org.primer.overrides": {
@@ -3952,7 +3952,7 @@
3952
3952
  "group": "semantic",
3953
3953
  "scopes": ["borderColor"],
3954
3954
  "codeSyntax": {
3955
- "web": "var(--borderColor-draft-muted) */"
3955
+ "web": "var(--borderColor-draft-muted)"
3956
3956
  }
3957
3957
  },
3958
3958
  "org.primer.overrides": {
@@ -18145,6 +18145,111 @@
18145
18145
  "attributes": {},
18146
18146
  "path": ["counter", "borderColor"]
18147
18147
  },
18148
+ "dashboard-bgColor": {
18149
+ "key": "{dashboard.bgColor}",
18150
+ "$value": "#010409",
18151
+ "$type": "color",
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
+ },
18148
18253
  "data-auburn-color-emphasis": {
18149
18254
  "key": "{data.auburn.color.emphasis}",
18150
18255
  "$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": {
@@ -18129,6 +18129,111 @@
18129
18129
  "attributes": {},
18130
18130
  "path": ["counter", "borderColor"]
18131
18131
  },
18132
+ "dashboard-bgColor": {
18133
+ "key": "{dashboard.bgColor}",
18134
+ "$value": "#010409",
18135
+ "$type": "color",
18136
+ "$extensions": {
18137
+ "org.primer.figma": {
18138
+ "collection": "mode",
18139
+ "group": "component (internal)",
18140
+ "scopes": ["bgColor"]
18141
+ },
18142
+ "org.primer.overrides": {
18143
+ "dark": {
18144
+ "$value": "#010409",
18145
+ "filePath": "src/tokens/component/dashboard.json5",
18146
+ "isSource": true,
18147
+ "$type": "color"
18148
+ },
18149
+ "dark-dimmed": {
18150
+ "$value": "#010409",
18151
+ "filePath": "src/tokens/component/dashboard.json5",
18152
+ "isSource": true,
18153
+ "$type": "color"
18154
+ },
18155
+ "dark-dimmed-high-contrast": {
18156
+ "$value": "#010409",
18157
+ "filePath": "src/tokens/component/dashboard.json5",
18158
+ "isSource": true,
18159
+ "$type": "color"
18160
+ },
18161
+ "dark-high-contrast": {
18162
+ "$value": "#010409",
18163
+ "filePath": "src/tokens/component/dashboard.json5",
18164
+ "isSource": true,
18165
+ "$type": "color"
18166
+ },
18167
+ "dark-protanopia-deuteranopia-high-contrast": {
18168
+ "$value": "#010409",
18169
+ "filePath": "src/tokens/component/dashboard.json5",
18170
+ "isSource": true,
18171
+ "$type": "color"
18172
+ },
18173
+ "dark-tritanopia-high-contrast": {
18174
+ "$value": "#010409",
18175
+ "filePath": "src/tokens/component/dashboard.json5",
18176
+ "isSource": true,
18177
+ "$type": "color"
18178
+ }
18179
+ }
18180
+ },
18181
+ "filePath": "src/tokens/component/dashboard.json5",
18182
+ "isSource": true,
18183
+ "original": {
18184
+ "$value": "{bgColor.inset}",
18185
+ "$type": "color",
18186
+ "$extensions": {
18187
+ "org.primer.figma": {
18188
+ "collection": "mode",
18189
+ "group": "component (internal)",
18190
+ "scopes": ["bgColor"]
18191
+ },
18192
+ "org.primer.overrides": {
18193
+ "dark": {
18194
+ "$value": "{bgColor.inset}",
18195
+ "filePath": "src/tokens/component/dashboard.json5",
18196
+ "isSource": true,
18197
+ "$type": "color"
18198
+ },
18199
+ "dark-dimmed": {
18200
+ "$value": "{bgColor.inset}",
18201
+ "filePath": "src/tokens/component/dashboard.json5",
18202
+ "isSource": true,
18203
+ "$type": "color"
18204
+ },
18205
+ "dark-dimmed-high-contrast": {
18206
+ "$value": "{bgColor.inset}",
18207
+ "filePath": "src/tokens/component/dashboard.json5",
18208
+ "isSource": true,
18209
+ "$type": "color"
18210
+ },
18211
+ "dark-high-contrast": {
18212
+ "$value": "{bgColor.inset}",
18213
+ "filePath": "src/tokens/component/dashboard.json5",
18214
+ "isSource": true,
18215
+ "$type": "color"
18216
+ },
18217
+ "dark-protanopia-deuteranopia-high-contrast": {
18218
+ "$value": "{bgColor.inset}",
18219
+ "filePath": "src/tokens/component/dashboard.json5",
18220
+ "isSource": true,
18221
+ "$type": "color"
18222
+ },
18223
+ "dark-tritanopia-high-contrast": {
18224
+ "$value": "{bgColor.inset}",
18225
+ "filePath": "src/tokens/component/dashboard.json5",
18226
+ "isSource": true,
18227
+ "$type": "color"
18228
+ }
18229
+ }
18230
+ },
18231
+ "key": "{dashboard.bgColor}"
18232
+ },
18233
+ "name": "dashboard-bgColor",
18234
+ "attributes": {},
18235
+ "path": ["dashboard", "bgColor"]
18236
+ },
18132
18237
  "data-auburn-color-emphasis": {
18133
18238
  "key": "{data.auburn.color.emphasis}",
18134
18239
  "$value": "#a86f6b",
@@ -3860,7 +3860,7 @@
3860
3860
  "group": "semantic",
3861
3861
  "scopes": ["borderColor"],
3862
3862
  "codeSyntax": {
3863
- "web": "var(--borderColor-draft-muted) */"
3863
+ "web": "var(--borderColor-draft-muted)"
3864
3864
  }
3865
3865
  },
3866
3866
  "org.primer.overrides": {
@@ -3934,7 +3934,7 @@
3934
3934
  "group": "semantic",
3935
3935
  "scopes": ["borderColor"],
3936
3936
  "codeSyntax": {
3937
- "web": "var(--borderColor-draft-muted) */"
3937
+ "web": "var(--borderColor-draft-muted)"
3938
3938
  }
3939
3939
  },
3940
3940
  "org.primer.overrides": {
@@ -18123,6 +18123,111 @@
18123
18123
  "attributes": {},
18124
18124
  "path": ["counter", "borderColor"]
18125
18125
  },
18126
+ "dashboard-bgColor": {
18127
+ "key": "{dashboard.bgColor}",
18128
+ "$value": "#ffffff",
18129
+ "$type": "color",
18130
+ "$extensions": {
18131
+ "org.primer.figma": {
18132
+ "collection": "mode",
18133
+ "group": "component (internal)",
18134
+ "scopes": ["bgColor"]
18135
+ },
18136
+ "org.primer.overrides": {
18137
+ "dark": {
18138
+ "$value": "#eff2f5",
18139
+ "filePath": "src/tokens/component/dashboard.json5",
18140
+ "isSource": true,
18141
+ "$type": "color"
18142
+ },
18143
+ "dark-dimmed": {
18144
+ "$value": "#eff2f5",
18145
+ "filePath": "src/tokens/component/dashboard.json5",
18146
+ "isSource": true,
18147
+ "$type": "color"
18148
+ },
18149
+ "dark-dimmed-high-contrast": {
18150
+ "$value": "#eff2f5",
18151
+ "filePath": "src/tokens/component/dashboard.json5",
18152
+ "isSource": true,
18153
+ "$type": "color"
18154
+ },
18155
+ "dark-high-contrast": {
18156
+ "$value": "#eff2f5",
18157
+ "filePath": "src/tokens/component/dashboard.json5",
18158
+ "isSource": true,
18159
+ "$type": "color"
18160
+ },
18161
+ "dark-protanopia-deuteranopia-high-contrast": {
18162
+ "$value": "#eff2f5",
18163
+ "filePath": "src/tokens/component/dashboard.json5",
18164
+ "isSource": true,
18165
+ "$type": "color"
18166
+ },
18167
+ "dark-tritanopia-high-contrast": {
18168
+ "$value": "#eff2f5",
18169
+ "filePath": "src/tokens/component/dashboard.json5",
18170
+ "isSource": true,
18171
+ "$type": "color"
18172
+ }
18173
+ }
18174
+ },
18175
+ "filePath": "src/tokens/component/dashboard.json5",
18176
+ "isSource": true,
18177
+ "original": {
18178
+ "$value": "{bgColor.default}",
18179
+ "$type": "color",
18180
+ "$extensions": {
18181
+ "org.primer.figma": {
18182
+ "collection": "mode",
18183
+ "group": "component (internal)",
18184
+ "scopes": ["bgColor"]
18185
+ },
18186
+ "org.primer.overrides": {
18187
+ "dark": {
18188
+ "$value": "{bgColor.inset}",
18189
+ "filePath": "src/tokens/component/dashboard.json5",
18190
+ "isSource": true,
18191
+ "$type": "color"
18192
+ },
18193
+ "dark-dimmed": {
18194
+ "$value": "{bgColor.inset}",
18195
+ "filePath": "src/tokens/component/dashboard.json5",
18196
+ "isSource": true,
18197
+ "$type": "color"
18198
+ },
18199
+ "dark-dimmed-high-contrast": {
18200
+ "$value": "{bgColor.inset}",
18201
+ "filePath": "src/tokens/component/dashboard.json5",
18202
+ "isSource": true,
18203
+ "$type": "color"
18204
+ },
18205
+ "dark-high-contrast": {
18206
+ "$value": "{bgColor.inset}",
18207
+ "filePath": "src/tokens/component/dashboard.json5",
18208
+ "isSource": true,
18209
+ "$type": "color"
18210
+ },
18211
+ "dark-protanopia-deuteranopia-high-contrast": {
18212
+ "$value": "{bgColor.inset}",
18213
+ "filePath": "src/tokens/component/dashboard.json5",
18214
+ "isSource": true,
18215
+ "$type": "color"
18216
+ },
18217
+ "dark-tritanopia-high-contrast": {
18218
+ "$value": "{bgColor.inset}",
18219
+ "filePath": "src/tokens/component/dashboard.json5",
18220
+ "isSource": true,
18221
+ "$type": "color"
18222
+ }
18223
+ }
18224
+ },
18225
+ "key": "{dashboard.bgColor}"
18226
+ },
18227
+ "name": "dashboard-bgColor",
18228
+ "attributes": {},
18229
+ "path": ["dashboard", "bgColor"]
18230
+ },
18126
18231
  "data-auburn-color-emphasis": {
18127
18232
  "key": "{data.auburn.color.emphasis}",
18128
18233
  "$value": "#9d615c",
@@ -3862,7 +3862,7 @@
3862
3862
  "group": "semantic",
3863
3863
  "scopes": ["borderColor"],
3864
3864
  "codeSyntax": {
3865
- "web": "var(--borderColor-draft-muted) */"
3865
+ "web": "var(--borderColor-draft-muted)"
3866
3866
  }
3867
3867
  },
3868
3868
  "org.primer.overrides": {
@@ -3936,7 +3936,7 @@
3936
3936
  "group": "semantic",
3937
3937
  "scopes": ["borderColor"],
3938
3938
  "codeSyntax": {
3939
- "web": "var(--borderColor-draft-muted) */"
3939
+ "web": "var(--borderColor-draft-muted)"
3940
3940
  }
3941
3941
  },
3942
3942
  "org.primer.overrides": {
@@ -18121,6 +18121,111 @@
18121
18121
  "attributes": {},
18122
18122
  "path": ["counter", "borderColor"]
18123
18123
  },
18124
+ "dashboard-bgColor": {
18125
+ "key": "{dashboard.bgColor}",
18126
+ "$value": "#ffffff",
18127
+ "$type": "color",
18128
+ "$extensions": {
18129
+ "org.primer.figma": {
18130
+ "collection": "mode",
18131
+ "group": "component (internal)",
18132
+ "scopes": ["bgColor"]
18133
+ },
18134
+ "org.primer.overrides": {
18135
+ "dark": {
18136
+ "$value": "#f6f8fa",
18137
+ "filePath": "src/tokens/component/dashboard.json5",
18138
+ "isSource": true,
18139
+ "$type": "color"
18140
+ },
18141
+ "dark-dimmed": {
18142
+ "$value": "#f6f8fa",
18143
+ "filePath": "src/tokens/component/dashboard.json5",
18144
+ "isSource": true,
18145
+ "$type": "color"
18146
+ },
18147
+ "dark-dimmed-high-contrast": {
18148
+ "$value": "#f6f8fa",
18149
+ "filePath": "src/tokens/component/dashboard.json5",
18150
+ "isSource": true,
18151
+ "$type": "color"
18152
+ },
18153
+ "dark-high-contrast": {
18154
+ "$value": "#f6f8fa",
18155
+ "filePath": "src/tokens/component/dashboard.json5",
18156
+ "isSource": true,
18157
+ "$type": "color"
18158
+ },
18159
+ "dark-protanopia-deuteranopia-high-contrast": {
18160
+ "$value": "#f6f8fa",
18161
+ "filePath": "src/tokens/component/dashboard.json5",
18162
+ "isSource": true,
18163
+ "$type": "color"
18164
+ },
18165
+ "dark-tritanopia-high-contrast": {
18166
+ "$value": "#f6f8fa",
18167
+ "filePath": "src/tokens/component/dashboard.json5",
18168
+ "isSource": true,
18169
+ "$type": "color"
18170
+ }
18171
+ }
18172
+ },
18173
+ "filePath": "src/tokens/component/dashboard.json5",
18174
+ "isSource": true,
18175
+ "original": {
18176
+ "$value": "{bgColor.default}",
18177
+ "$type": "color",
18178
+ "$extensions": {
18179
+ "org.primer.figma": {
18180
+ "collection": "mode",
18181
+ "group": "component (internal)",
18182
+ "scopes": ["bgColor"]
18183
+ },
18184
+ "org.primer.overrides": {
18185
+ "dark": {
18186
+ "$value": "{bgColor.inset}",
18187
+ "filePath": "src/tokens/component/dashboard.json5",
18188
+ "isSource": true,
18189
+ "$type": "color"
18190
+ },
18191
+ "dark-dimmed": {
18192
+ "$value": "{bgColor.inset}",
18193
+ "filePath": "src/tokens/component/dashboard.json5",
18194
+ "isSource": true,
18195
+ "$type": "color"
18196
+ },
18197
+ "dark-dimmed-high-contrast": {
18198
+ "$value": "{bgColor.inset}",
18199
+ "filePath": "src/tokens/component/dashboard.json5",
18200
+ "isSource": true,
18201
+ "$type": "color"
18202
+ },
18203
+ "dark-high-contrast": {
18204
+ "$value": "{bgColor.inset}",
18205
+ "filePath": "src/tokens/component/dashboard.json5",
18206
+ "isSource": true,
18207
+ "$type": "color"
18208
+ },
18209
+ "dark-protanopia-deuteranopia-high-contrast": {
18210
+ "$value": "{bgColor.inset}",
18211
+ "filePath": "src/tokens/component/dashboard.json5",
18212
+ "isSource": true,
18213
+ "$type": "color"
18214
+ },
18215
+ "dark-tritanopia-high-contrast": {
18216
+ "$value": "{bgColor.inset}",
18217
+ "filePath": "src/tokens/component/dashboard.json5",
18218
+ "isSource": true,
18219
+ "$type": "color"
18220
+ }
18221
+ }
18222
+ },
18223
+ "key": "{dashboard.bgColor}"
18224
+ },
18225
+ "name": "dashboard-bgColor",
18226
+ "attributes": {},
18227
+ "path": ["dashboard", "bgColor"]
18228
+ },
18124
18229
  "data-auburn-color-emphasis": {
18125
18230
  "key": "{data.auburn.color.emphasis}",
18126
18231
  "$value": "#9d615c",