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