@primer/primitives 11.0.0-rc.a6a4b391 → 11.0.1-rc.84dc6db1

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 (74) hide show
  1. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +38 -0
  2. package/dist/css/functional/themes/dark-colorblind.css +42 -4
  3. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +38 -0
  4. package/dist/css/functional/themes/dark-dimmed.css +38 -0
  5. package/dist/css/functional/themes/dark-high-contrast.css +38 -0
  6. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +38 -0
  7. package/dist/css/functional/themes/dark-tritanopia.css +42 -4
  8. package/dist/css/functional/themes/dark.css +42 -4
  9. package/dist/css/functional/themes/light-colorblind-high-contrast.css +38 -0
  10. package/dist/css/functional/themes/light-colorblind.css +38 -0
  11. package/dist/css/functional/themes/light-high-contrast.css +38 -0
  12. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +38 -0
  13. package/dist/css/functional/themes/light-tritanopia.css +38 -0
  14. package/dist/css/functional/themes/light.css +38 -0
  15. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +2701 -24
  16. package/dist/docs/functional/themes/dark-colorblind.json +2699 -24
  17. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +2701 -24
  18. package/dist/docs/functional/themes/dark-dimmed.json +2870 -193
  19. package/dist/docs/functional/themes/dark-high-contrast.json +2701 -24
  20. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +2701 -24
  21. package/dist/docs/functional/themes/dark-tritanopia.json +2699 -24
  22. package/dist/docs/functional/themes/dark.json +2699 -24
  23. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2702 -25
  24. package/dist/docs/functional/themes/light-colorblind.json +2871 -194
  25. package/dist/docs/functional/themes/light-high-contrast.json +2702 -25
  26. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2702 -25
  27. package/dist/docs/functional/themes/light-tritanopia.json +2871 -194
  28. package/dist/docs/functional/themes/light.json +2871 -194
  29. package/dist/figma/themes/dark-colorblind-high-contrast.json +304 -0
  30. package/dist/figma/themes/dark-colorblind.json +314 -11
  31. package/dist/figma/themes/dark-dimmed-high-contrast.json +304 -0
  32. package/dist/figma/themes/dark-dimmed.json +304 -0
  33. package/dist/figma/themes/dark-high-contrast.json +304 -0
  34. package/dist/figma/themes/dark-tritanopia-high-contrast.json +304 -0
  35. package/dist/figma/themes/dark-tritanopia.json +314 -11
  36. package/dist/figma/themes/dark.json +314 -11
  37. package/dist/figma/themes/light-colorblind-high-contrast.json +304 -0
  38. package/dist/figma/themes/light-colorblind.json +304 -0
  39. package/dist/figma/themes/light-high-contrast.json +304 -0
  40. package/dist/figma/themes/light-tritanopia-high-contrast.json +304 -0
  41. package/dist/figma/themes/light-tritanopia.json +304 -0
  42. package/dist/figma/themes/light.json +304 -0
  43. package/dist/internalCss/dark-colorblind-high-contrast.css +38 -0
  44. package/dist/internalCss/dark-colorblind.css +42 -4
  45. package/dist/internalCss/dark-dimmed-high-contrast.css +38 -0
  46. package/dist/internalCss/dark-dimmed.css +38 -0
  47. package/dist/internalCss/dark-high-contrast.css +38 -0
  48. package/dist/internalCss/dark-tritanopia-high-contrast.css +38 -0
  49. package/dist/internalCss/dark-tritanopia.css +42 -4
  50. package/dist/internalCss/dark.css +42 -4
  51. package/dist/internalCss/light-colorblind-high-contrast.css +38 -0
  52. package/dist/internalCss/light-colorblind.css +38 -0
  53. package/dist/internalCss/light-high-contrast.css +38 -0
  54. package/dist/internalCss/light-tritanopia-high-contrast.css +38 -0
  55. package/dist/internalCss/light-tritanopia.css +38 -0
  56. package/dist/internalCss/light.css +38 -0
  57. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +2701 -24
  58. package/dist/styleLint/functional/themes/dark-colorblind.json +2699 -24
  59. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +2701 -24
  60. package/dist/styleLint/functional/themes/dark-dimmed.json +2868 -191
  61. package/dist/styleLint/functional/themes/dark-high-contrast.json +2701 -24
  62. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +2701 -24
  63. package/dist/styleLint/functional/themes/dark-tritanopia.json +2699 -24
  64. package/dist/styleLint/functional/themes/dark.json +2699 -24
  65. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2702 -25
  66. package/dist/styleLint/functional/themes/light-colorblind.json +2869 -192
  67. package/dist/styleLint/functional/themes/light-high-contrast.json +2702 -25
  68. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2702 -25
  69. package/dist/styleLint/functional/themes/light-tritanopia.json +2869 -192
  70. package/dist/styleLint/functional/themes/light.json +2869 -192
  71. package/package.json +1 -1
  72. package/src/tokens/component/label.json5 +760 -0
  73. package/src/tokens/functional/color/control.json5 +1 -1
  74. package/src/tokens/functional/color/fgColor.json5 +0 -1
@@ -7226,7 +7226,7 @@
7226
7226
  },
7227
7227
  "org.primer.overrides": {
7228
7228
  "dark": {
7229
- "$value": "#656c7699",
7229
+ "$value": "#656c76",
7230
7230
  "filePath": "src/tokens/component/button.json5",
7231
7231
  "isSource": true,
7232
7232
  "$type": "color"
@@ -7258,7 +7258,7 @@
7258
7258
  "name": "button-invisible-fgColor-disabled",
7259
7259
  "attributes": {},
7260
7260
  "path": ["button", "invisible", "fgColor", "disabled"],
7261
- "value": "#656c7699",
7261
+ "value": "#656c76",
7262
7262
  "type": "color"
7263
7263
  },
7264
7264
  "button-invisible-fgColor-hover": {
@@ -7397,7 +7397,7 @@
7397
7397
  },
7398
7398
  "org.primer.overrides": {
7399
7399
  "dark": {
7400
- "$value": "#656c7699",
7400
+ "$value": "#656c76",
7401
7401
  "filePath": "src/tokens/component/button.json5",
7402
7402
  "isSource": true,
7403
7403
  "$type": "color"
@@ -7429,7 +7429,7 @@
7429
7429
  "name": "button-invisible-iconColor-disabled",
7430
7430
  "attributes": {},
7431
7431
  "path": ["button", "invisible", "iconColor", "disabled"],
7432
- "value": "#656c7699",
7432
+ "value": "#656c76",
7433
7433
  "type": "color"
7434
7434
  },
7435
7435
  "button-invisible-iconColor-hover": {
@@ -14652,7 +14652,7 @@
14652
14652
  "scopes": ["bgColor"]
14653
14653
  },
14654
14654
  "org.primer.overrides": {
14655
- "dark": "#656c7699"
14655
+ "dark": "#656c76"
14656
14656
  }
14657
14657
  },
14658
14658
  "filePath": "src/tokens/functional/color/control.json5",
@@ -14675,7 +14675,7 @@
14675
14675
  "name": "control-checked-bgColor-disabled",
14676
14676
  "attributes": {},
14677
14677
  "path": ["control", "checked", "bgColor", "disabled"],
14678
- "value": "#656c7699",
14678
+ "value": "#656c76",
14679
14679
  "type": "color"
14680
14680
  },
14681
14681
  "control-checked-bgColor-hover": {
@@ -14984,7 +14984,7 @@
14984
14984
  "scopes": ["borderColor"]
14985
14985
  },
14986
14986
  "org.primer.overrides": {
14987
- "dark": "#656c7699"
14987
+ "dark": "#656c76"
14988
14988
  }
14989
14989
  },
14990
14990
  "filePath": "src/tokens/functional/color/control.json5",
@@ -15007,7 +15007,7 @@
15007
15007
  "name": "control-checked-borderColor-disabled",
15008
15008
  "attributes": {},
15009
15009
  "path": ["control", "checked", "borderColor", "disabled"],
15010
- "value": "#656c7699",
15010
+ "value": "#656c76",
15011
15011
  "type": "color"
15012
15012
  },
15013
15013
  "control-checked-borderColor-hover": {
@@ -15737,7 +15737,7 @@
15737
15737
  "scopes": ["fgColor"]
15738
15738
  },
15739
15739
  "org.primer.overrides": {
15740
- "dark": "#656c7699"
15740
+ "dark": "#656c76"
15741
15741
  }
15742
15742
  },
15743
15743
  "filePath": "src/tokens/functional/color/control.json5",
@@ -15760,7 +15760,7 @@
15760
15760
  "name": "control-fgColor-disabled",
15761
15761
  "attributes": {},
15762
15762
  "path": ["control", "fgColor", "disabled"],
15763
- "value": "#656c7699",
15763
+ "value": "#656c76",
15764
15764
  "type": "color"
15765
15765
  },
15766
15766
  "control-fgColor-placeholder": {
@@ -16355,7 +16355,7 @@
16355
16355
  "org.primer.overrides": {
16356
16356
  "dark": {
16357
16357
  "$value": "#656c76",
16358
- "alpha": 0.1,
16358
+ "alpha": 0.2,
16359
16359
  "filePath": "src/tokens/functional/color/control.json5",
16360
16360
  "isSource": true,
16361
16361
  "$type": "color"
@@ -16418,7 +16418,7 @@
16418
16418
  }
16419
16419
  }
16420
16420
  },
16421
- "alpha": 0.1,
16421
+ "alpha": 0.2,
16422
16422
  "filePath": "src/tokens/functional/color/control.json5",
16423
16423
  "isSource": true,
16424
16424
  "original": {
@@ -16433,7 +16433,7 @@
16433
16433
  "org.primer.overrides": {
16434
16434
  "dark": {
16435
16435
  "$value": "{base.color.neutral.8}",
16436
- "alpha": 0.1,
16436
+ "alpha": 0.2,
16437
16437
  "filePath": "src/tokens/functional/color/control.json5",
16438
16438
  "isSource": true,
16439
16439
  "$type": "color"
@@ -16496,13 +16496,13 @@
16496
16496
  }
16497
16497
  }
16498
16498
  },
16499
- "alpha": 0.1,
16499
+ "alpha": 0.2,
16500
16500
  "key": "{control.transparent.bgColor.selected}"
16501
16501
  },
16502
16502
  "name": "control-transparent-bgColor-selected",
16503
16503
  "attributes": {},
16504
16504
  "path": ["control", "transparent", "bgColor", "selected"],
16505
- "value": "#656c761a",
16505
+ "value": "#656c7633",
16506
16506
  "type": "color"
16507
16507
  },
16508
16508
  "control-transparent-borderColor-active": {
@@ -17140,7 +17140,7 @@
17140
17140
  "scopes": ["bgColor"]
17141
17141
  },
17142
17142
  "org.primer.overrides": {
17143
- "dark": "#656c7699"
17143
+ "dark": "#656c76"
17144
17144
  }
17145
17145
  },
17146
17146
  "filePath": "src/tokens/functional/color/control.json5",
@@ -17163,7 +17163,7 @@
17163
17163
  "name": "controlTrack-bgColor-disabled",
17164
17164
  "attributes": {},
17165
17165
  "path": ["controlTrack", "bgColor", "disabled"],
17166
- "value": "#656c7699",
17166
+ "value": "#656c76",
17167
17167
  "type": "color"
17168
17168
  },
17169
17169
  "controlTrack-bgColor-hover": {
@@ -17437,7 +17437,7 @@
17437
17437
  "scopes": ["borderColor"]
17438
17438
  },
17439
17439
  "org.primer.overrides": {
17440
- "dark": "#656c7699"
17440
+ "dark": "#656c76"
17441
17441
  }
17442
17442
  },
17443
17443
  "filePath": "src/tokens/functional/color/control.json5",
@@ -17460,7 +17460,7 @@
17460
17460
  "name": "controlTrack-borderColor-disabled",
17461
17461
  "attributes": {},
17462
17462
  "path": ["controlTrack", "borderColor", "disabled"],
17463
- "value": "#656c7699",
17463
+ "value": "#656c76",
17464
17464
  "type": "color"
17465
17465
  },
17466
17466
  "controlTrack-borderColor-rest": {
@@ -35028,7 +35028,6 @@
35028
35028
  "org.primer.overrides": {
35029
35029
  "dark": {
35030
35030
  "$value": "#656c76",
35031
- "alpha": 0.6,
35032
35031
  "filePath": "src/tokens/functional/color/fgColor.json5",
35033
35032
  "isSource": true,
35034
35033
  "$type": "color"
@@ -35045,7 +35044,6 @@
35045
35044
  },
35046
35045
  "filePath": "src/tokens/functional/color/fgColor.json5",
35047
35046
  "isSource": true,
35048
- "alpha": 0.6,
35049
35047
  "original": {
35050
35048
  "$value": "{base.color.neutral.8}",
35051
35049
  "$type": "color",
@@ -35058,7 +35056,6 @@
35058
35056
  "org.primer.overrides": {
35059
35057
  "dark": {
35060
35058
  "$value": "{base.color.neutral.8}",
35061
- "alpha": 0.6,
35062
35059
  "filePath": "src/tokens/functional/color/fgColor.json5",
35063
35060
  "isSource": true,
35064
35061
  "$type": "color"
@@ -35073,13 +35070,12 @@
35073
35070
  "dark-protanopia-deuteranopia-high-contrast": "{base.color.neutral.8}"
35074
35071
  }
35075
35072
  },
35076
- "alpha": 0.6,
35077
35073
  "key": "{fgColor.disabled}"
35078
35074
  },
35079
35075
  "name": "fgColor-disabled",
35080
35076
  "attributes": {},
35081
35077
  "path": ["fgColor", "disabled"],
35082
- "value": "#656c7699",
35078
+ "value": "#656c76",
35083
35079
  "type": "color"
35084
35080
  },
35085
35081
  "fgColor-done": {
@@ -36110,6 +36106,147 @@
36110
36106
  "value": "#271817",
36111
36107
  "type": "color"
36112
36108
  },
36109
+ "label-auburn-borderColor": {
36110
+ "key": "{label.auburn.borderColor}",
36111
+ "$extensions": {
36112
+ "org.primer.figma": {
36113
+ "collection": "mode",
36114
+ "group": "component",
36115
+ "scopes": ["borderColor"]
36116
+ },
36117
+ "org.primer.overrides": {
36118
+ "dark": {
36119
+ "$value": "#00000000",
36120
+ "filePath": "src/tokens/component/label.json5",
36121
+ "isSource": true,
36122
+ "$type": "color"
36123
+ },
36124
+ "dark-dimmed": {
36125
+ "$value": "#00000000",
36126
+ "filePath": "src/tokens/component/label.json5",
36127
+ "isSource": true,
36128
+ "$type": "color"
36129
+ },
36130
+ "light-high-contrast": {
36131
+ "$value": "#bf9592",
36132
+ "filePath": "src/tokens/component/label.json5",
36133
+ "isSource": true,
36134
+ "$type": "color"
36135
+ },
36136
+ "dark-high-contrast": {
36137
+ "$value": "#bf9592",
36138
+ "filePath": "src/tokens/component/label.json5",
36139
+ "isSource": true,
36140
+ "$type": "color"
36141
+ },
36142
+ "dark-dimmed-high-contrast": {
36143
+ "$value": "#bf9592",
36144
+ "filePath": "src/tokens/component/label.json5",
36145
+ "isSource": true,
36146
+ "$type": "color"
36147
+ },
36148
+ "dark-tritanopia-high-contrast": {
36149
+ "$value": "#bf9592",
36150
+ "filePath": "src/tokens/component/label.json5",
36151
+ "isSource": true,
36152
+ "$type": "color"
36153
+ },
36154
+ "dark-protanopia-deuteranopia-high-contrast": {
36155
+ "$value": "#bf9592",
36156
+ "filePath": "src/tokens/component/label.json5",
36157
+ "isSource": true,
36158
+ "$type": "color"
36159
+ },
36160
+ "light-tritanopia-high-contrast": {
36161
+ "$value": "#bf9592",
36162
+ "filePath": "src/tokens/component/label.json5",
36163
+ "isSource": true,
36164
+ "$type": "color"
36165
+ },
36166
+ "light-protanopia-deuteranopia-high-contrast": {
36167
+ "$value": "#bf9592",
36168
+ "filePath": "src/tokens/component/label.json5",
36169
+ "isSource": true,
36170
+ "$type": "color"
36171
+ }
36172
+ }
36173
+ },
36174
+ "filePath": "src/tokens/component/label.json5",
36175
+ "isSource": true,
36176
+ "original": {
36177
+ "$value": "{base.color.transparent}",
36178
+ "$type": "color",
36179
+ "$extensions": {
36180
+ "org.primer.figma": {
36181
+ "collection": "mode",
36182
+ "group": "component",
36183
+ "scopes": ["borderColor"]
36184
+ },
36185
+ "org.primer.overrides": {
36186
+ "dark": {
36187
+ "$value": "{base.color.transparent}",
36188
+ "filePath": "src/tokens/component/label.json5",
36189
+ "isSource": true,
36190
+ "$type": "color"
36191
+ },
36192
+ "dark-dimmed": {
36193
+ "$value": "{base.color.transparent}",
36194
+ "filePath": "src/tokens/component/label.json5",
36195
+ "isSource": true,
36196
+ "$type": "color"
36197
+ },
36198
+ "light-high-contrast": {
36199
+ "$value": "{label.auburn.fgColor.rest}",
36200
+ "filePath": "src/tokens/component/label.json5",
36201
+ "isSource": true,
36202
+ "$type": "color"
36203
+ },
36204
+ "dark-high-contrast": {
36205
+ "$value": "{label.auburn.fgColor.rest}",
36206
+ "filePath": "src/tokens/component/label.json5",
36207
+ "isSource": true,
36208
+ "$type": "color"
36209
+ },
36210
+ "dark-dimmed-high-contrast": {
36211
+ "$value": "{label.auburn.fgColor.rest}",
36212
+ "filePath": "src/tokens/component/label.json5",
36213
+ "isSource": true,
36214
+ "$type": "color"
36215
+ },
36216
+ "dark-tritanopia-high-contrast": {
36217
+ "$value": "{label.auburn.fgColor.rest}",
36218
+ "filePath": "src/tokens/component/label.json5",
36219
+ "isSource": true,
36220
+ "$type": "color"
36221
+ },
36222
+ "dark-protanopia-deuteranopia-high-contrast": {
36223
+ "$value": "{label.auburn.fgColor.rest}",
36224
+ "filePath": "src/tokens/component/label.json5",
36225
+ "isSource": true,
36226
+ "$type": "color"
36227
+ },
36228
+ "light-tritanopia-high-contrast": {
36229
+ "$value": "{label.auburn.fgColor.rest}",
36230
+ "filePath": "src/tokens/component/label.json5",
36231
+ "isSource": true,
36232
+ "$type": "color"
36233
+ },
36234
+ "light-protanopia-deuteranopia-high-contrast": {
36235
+ "$value": "{label.auburn.fgColor.rest}",
36236
+ "filePath": "src/tokens/component/label.json5",
36237
+ "isSource": true,
36238
+ "$type": "color"
36239
+ }
36240
+ }
36241
+ },
36242
+ "key": "{label.auburn.borderColor}"
36243
+ },
36244
+ "name": "label-auburn-borderColor",
36245
+ "attributes": {},
36246
+ "path": ["label", "auburn", "borderColor"],
36247
+ "value": "#00000000",
36248
+ "type": "color"
36249
+ },
36113
36250
  "label-auburn-fgColor-active": {
36114
36251
  "key": "{label.auburn.fgColor.active}",
36115
36252
  "$extensions": {
@@ -36380,6 +36517,147 @@
36380
36517
  "value": "#001a47",
36381
36518
  "type": "color"
36382
36519
  },
36520
+ "label-blue-borderColor": {
36521
+ "key": "{label.blue.borderColor}",
36522
+ "$extensions": {
36523
+ "org.primer.figma": {
36524
+ "collection": "mode",
36525
+ "group": "component",
36526
+ "scopes": ["borderColor"]
36527
+ },
36528
+ "org.primer.overrides": {
36529
+ "dark": {
36530
+ "$value": "#00000000",
36531
+ "filePath": "src/tokens/component/label.json5",
36532
+ "isSource": true,
36533
+ "$type": "color"
36534
+ },
36535
+ "dark-dimmed": {
36536
+ "$value": "#00000000",
36537
+ "filePath": "src/tokens/component/label.json5",
36538
+ "isSource": true,
36539
+ "$type": "color"
36540
+ },
36541
+ "light-high-contrast": {
36542
+ "$value": "#4da0ff",
36543
+ "filePath": "src/tokens/component/label.json5",
36544
+ "isSource": true,
36545
+ "$type": "color"
36546
+ },
36547
+ "dark-high-contrast": {
36548
+ "$value": "#4da0ff",
36549
+ "filePath": "src/tokens/component/label.json5",
36550
+ "isSource": true,
36551
+ "$type": "color"
36552
+ },
36553
+ "dark-dimmed-high-contrast": {
36554
+ "$value": "#4da0ff",
36555
+ "filePath": "src/tokens/component/label.json5",
36556
+ "isSource": true,
36557
+ "$type": "color"
36558
+ },
36559
+ "dark-tritanopia-high-contrast": {
36560
+ "$value": "#4da0ff",
36561
+ "filePath": "src/tokens/component/label.json5",
36562
+ "isSource": true,
36563
+ "$type": "color"
36564
+ },
36565
+ "dark-protanopia-deuteranopia-high-contrast": {
36566
+ "$value": "#4da0ff",
36567
+ "filePath": "src/tokens/component/label.json5",
36568
+ "isSource": true,
36569
+ "$type": "color"
36570
+ },
36571
+ "light-tritanopia-high-contrast": {
36572
+ "$value": "#4da0ff",
36573
+ "filePath": "src/tokens/component/label.json5",
36574
+ "isSource": true,
36575
+ "$type": "color"
36576
+ },
36577
+ "light-protanopia-deuteranopia-high-contrast": {
36578
+ "$value": "#4da0ff",
36579
+ "filePath": "src/tokens/component/label.json5",
36580
+ "isSource": true,
36581
+ "$type": "color"
36582
+ }
36583
+ }
36584
+ },
36585
+ "filePath": "src/tokens/component/label.json5",
36586
+ "isSource": true,
36587
+ "original": {
36588
+ "$value": "{base.color.transparent}",
36589
+ "$type": "color",
36590
+ "$extensions": {
36591
+ "org.primer.figma": {
36592
+ "collection": "mode",
36593
+ "group": "component",
36594
+ "scopes": ["borderColor"]
36595
+ },
36596
+ "org.primer.overrides": {
36597
+ "dark": {
36598
+ "$value": "{base.color.transparent}",
36599
+ "filePath": "src/tokens/component/label.json5",
36600
+ "isSource": true,
36601
+ "$type": "color"
36602
+ },
36603
+ "dark-dimmed": {
36604
+ "$value": "{base.color.transparent}",
36605
+ "filePath": "src/tokens/component/label.json5",
36606
+ "isSource": true,
36607
+ "$type": "color"
36608
+ },
36609
+ "light-high-contrast": {
36610
+ "$value": "{label.blue.fgColor.rest}",
36611
+ "filePath": "src/tokens/component/label.json5",
36612
+ "isSource": true,
36613
+ "$type": "color"
36614
+ },
36615
+ "dark-high-contrast": {
36616
+ "$value": "{label.blue.fgColor.rest}",
36617
+ "filePath": "src/tokens/component/label.json5",
36618
+ "isSource": true,
36619
+ "$type": "color"
36620
+ },
36621
+ "dark-dimmed-high-contrast": {
36622
+ "$value": "{label.blue.fgColor.rest}",
36623
+ "filePath": "src/tokens/component/label.json5",
36624
+ "isSource": true,
36625
+ "$type": "color"
36626
+ },
36627
+ "dark-tritanopia-high-contrast": {
36628
+ "$value": "{label.blue.fgColor.rest}",
36629
+ "filePath": "src/tokens/component/label.json5",
36630
+ "isSource": true,
36631
+ "$type": "color"
36632
+ },
36633
+ "dark-protanopia-deuteranopia-high-contrast": {
36634
+ "$value": "{label.blue.fgColor.rest}",
36635
+ "filePath": "src/tokens/component/label.json5",
36636
+ "isSource": true,
36637
+ "$type": "color"
36638
+ },
36639
+ "light-tritanopia-high-contrast": {
36640
+ "$value": "{label.blue.fgColor.rest}",
36641
+ "filePath": "src/tokens/component/label.json5",
36642
+ "isSource": true,
36643
+ "$type": "color"
36644
+ },
36645
+ "light-protanopia-deuteranopia-high-contrast": {
36646
+ "$value": "{label.blue.fgColor.rest}",
36647
+ "filePath": "src/tokens/component/label.json5",
36648
+ "isSource": true,
36649
+ "$type": "color"
36650
+ }
36651
+ }
36652
+ },
36653
+ "key": "{label.blue.borderColor}"
36654
+ },
36655
+ "name": "label-blue-borderColor",
36656
+ "attributes": {},
36657
+ "path": ["label", "blue", "borderColor"],
36658
+ "value": "#00000000",
36659
+ "type": "color"
36660
+ },
36383
36661
  "label-blue-fgColor-active": {
36384
36662
  "key": "{label.blue.fgColor.active}",
36385
36663
  "$extensions": {
@@ -36650,6 +36928,147 @@
36650
36928
  "value": "#241c14",
36651
36929
  "type": "color"
36652
36930
  },
36931
+ "label-brown-borderColor": {
36932
+ "key": "{label.brown.borderColor}",
36933
+ "$extensions": {
36934
+ "org.primer.figma": {
36935
+ "collection": "mode",
36936
+ "group": "component",
36937
+ "scopes": ["borderColor"]
36938
+ },
36939
+ "org.primer.overrides": {
36940
+ "dark": {
36941
+ "$value": "#00000000",
36942
+ "filePath": "src/tokens/component/label.json5",
36943
+ "isSource": true,
36944
+ "$type": "color"
36945
+ },
36946
+ "dark-dimmed": {
36947
+ "$value": "#00000000",
36948
+ "filePath": "src/tokens/component/label.json5",
36949
+ "isSource": true,
36950
+ "$type": "color"
36951
+ },
36952
+ "light-high-contrast": {
36953
+ "$value": "#b69a6d",
36954
+ "filePath": "src/tokens/component/label.json5",
36955
+ "isSource": true,
36956
+ "$type": "color"
36957
+ },
36958
+ "dark-high-contrast": {
36959
+ "$value": "#b69a6d",
36960
+ "filePath": "src/tokens/component/label.json5",
36961
+ "isSource": true,
36962
+ "$type": "color"
36963
+ },
36964
+ "dark-dimmed-high-contrast": {
36965
+ "$value": "#b69a6d",
36966
+ "filePath": "src/tokens/component/label.json5",
36967
+ "isSource": true,
36968
+ "$type": "color"
36969
+ },
36970
+ "dark-tritanopia-high-contrast": {
36971
+ "$value": "#b69a6d",
36972
+ "filePath": "src/tokens/component/label.json5",
36973
+ "isSource": true,
36974
+ "$type": "color"
36975
+ },
36976
+ "dark-protanopia-deuteranopia-high-contrast": {
36977
+ "$value": "#b69a6d",
36978
+ "filePath": "src/tokens/component/label.json5",
36979
+ "isSource": true,
36980
+ "$type": "color"
36981
+ },
36982
+ "light-tritanopia-high-contrast": {
36983
+ "$value": "#b69a6d",
36984
+ "filePath": "src/tokens/component/label.json5",
36985
+ "isSource": true,
36986
+ "$type": "color"
36987
+ },
36988
+ "light-protanopia-deuteranopia-high-contrast": {
36989
+ "$value": "#b69a6d",
36990
+ "filePath": "src/tokens/component/label.json5",
36991
+ "isSource": true,
36992
+ "$type": "color"
36993
+ }
36994
+ }
36995
+ },
36996
+ "filePath": "src/tokens/component/label.json5",
36997
+ "isSource": true,
36998
+ "original": {
36999
+ "$value": "{base.color.transparent}",
37000
+ "$type": "color",
37001
+ "$extensions": {
37002
+ "org.primer.figma": {
37003
+ "collection": "mode",
37004
+ "group": "component",
37005
+ "scopes": ["borderColor"]
37006
+ },
37007
+ "org.primer.overrides": {
37008
+ "dark": {
37009
+ "$value": "{base.color.transparent}",
37010
+ "filePath": "src/tokens/component/label.json5",
37011
+ "isSource": true,
37012
+ "$type": "color"
37013
+ },
37014
+ "dark-dimmed": {
37015
+ "$value": "{base.color.transparent}",
37016
+ "filePath": "src/tokens/component/label.json5",
37017
+ "isSource": true,
37018
+ "$type": "color"
37019
+ },
37020
+ "light-high-contrast": {
37021
+ "$value": "{label.brown.fgColor.rest}",
37022
+ "filePath": "src/tokens/component/label.json5",
37023
+ "isSource": true,
37024
+ "$type": "color"
37025
+ },
37026
+ "dark-high-contrast": {
37027
+ "$value": "{label.brown.fgColor.rest}",
37028
+ "filePath": "src/tokens/component/label.json5",
37029
+ "isSource": true,
37030
+ "$type": "color"
37031
+ },
37032
+ "dark-dimmed-high-contrast": {
37033
+ "$value": "{label.brown.fgColor.rest}",
37034
+ "filePath": "src/tokens/component/label.json5",
37035
+ "isSource": true,
37036
+ "$type": "color"
37037
+ },
37038
+ "dark-tritanopia-high-contrast": {
37039
+ "$value": "{label.brown.fgColor.rest}",
37040
+ "filePath": "src/tokens/component/label.json5",
37041
+ "isSource": true,
37042
+ "$type": "color"
37043
+ },
37044
+ "dark-protanopia-deuteranopia-high-contrast": {
37045
+ "$value": "{label.brown.fgColor.rest}",
37046
+ "filePath": "src/tokens/component/label.json5",
37047
+ "isSource": true,
37048
+ "$type": "color"
37049
+ },
37050
+ "light-tritanopia-high-contrast": {
37051
+ "$value": "{label.brown.fgColor.rest}",
37052
+ "filePath": "src/tokens/component/label.json5",
37053
+ "isSource": true,
37054
+ "$type": "color"
37055
+ },
37056
+ "light-protanopia-deuteranopia-high-contrast": {
37057
+ "$value": "{label.brown.fgColor.rest}",
37058
+ "filePath": "src/tokens/component/label.json5",
37059
+ "isSource": true,
37060
+ "$type": "color"
37061
+ }
37062
+ }
37063
+ },
37064
+ "key": "{label.brown.borderColor}"
37065
+ },
37066
+ "name": "label-brown-borderColor",
37067
+ "attributes": {},
37068
+ "path": ["label", "brown", "borderColor"],
37069
+ "value": "#00000000",
37070
+ "type": "color"
37071
+ },
36653
37072
  "label-brown-fgColor-active": {
36654
37073
  "key": "{label.brown.fgColor.active}",
36655
37074
  "$extensions": {
@@ -36920,6 +37339,147 @@
36920
37339
  "value": "#351008",
36921
37340
  "type": "color"
36922
37341
  },
37342
+ "label-coral-borderColor": {
37343
+ "key": "{label.coral.borderColor}",
37344
+ "$extensions": {
37345
+ "org.primer.figma": {
37346
+ "collection": "mode",
37347
+ "group": "component",
37348
+ "scopes": ["borderColor"]
37349
+ },
37350
+ "org.primer.overrides": {
37351
+ "dark": {
37352
+ "$value": "#00000000",
37353
+ "filePath": "src/tokens/component/label.json5",
37354
+ "isSource": true,
37355
+ "$type": "color"
37356
+ },
37357
+ "dark-dimmed": {
37358
+ "$value": "#00000000",
37359
+ "filePath": "src/tokens/component/label.json5",
37360
+ "isSource": true,
37361
+ "$type": "color"
37362
+ },
37363
+ "light-high-contrast": {
37364
+ "$value": "#f7794b",
37365
+ "filePath": "src/tokens/component/label.json5",
37366
+ "isSource": true,
37367
+ "$type": "color"
37368
+ },
37369
+ "dark-high-contrast": {
37370
+ "$value": "#f7794b",
37371
+ "filePath": "src/tokens/component/label.json5",
37372
+ "isSource": true,
37373
+ "$type": "color"
37374
+ },
37375
+ "dark-dimmed-high-contrast": {
37376
+ "$value": "#f7794b",
37377
+ "filePath": "src/tokens/component/label.json5",
37378
+ "isSource": true,
37379
+ "$type": "color"
37380
+ },
37381
+ "dark-tritanopia-high-contrast": {
37382
+ "$value": "#f7794b",
37383
+ "filePath": "src/tokens/component/label.json5",
37384
+ "isSource": true,
37385
+ "$type": "color"
37386
+ },
37387
+ "dark-protanopia-deuteranopia-high-contrast": {
37388
+ "$value": "#f7794b",
37389
+ "filePath": "src/tokens/component/label.json5",
37390
+ "isSource": true,
37391
+ "$type": "color"
37392
+ },
37393
+ "light-tritanopia-high-contrast": {
37394
+ "$value": "#f7794b",
37395
+ "filePath": "src/tokens/component/label.json5",
37396
+ "isSource": true,
37397
+ "$type": "color"
37398
+ },
37399
+ "light-protanopia-deuteranopia-high-contrast": {
37400
+ "$value": "#f7794b",
37401
+ "filePath": "src/tokens/component/label.json5",
37402
+ "isSource": true,
37403
+ "$type": "color"
37404
+ }
37405
+ }
37406
+ },
37407
+ "filePath": "src/tokens/component/label.json5",
37408
+ "isSource": true,
37409
+ "original": {
37410
+ "$value": "{base.color.transparent}",
37411
+ "$type": "color",
37412
+ "$extensions": {
37413
+ "org.primer.figma": {
37414
+ "collection": "mode",
37415
+ "group": "component",
37416
+ "scopes": ["borderColor"]
37417
+ },
37418
+ "org.primer.overrides": {
37419
+ "dark": {
37420
+ "$value": "{base.color.transparent}",
37421
+ "filePath": "src/tokens/component/label.json5",
37422
+ "isSource": true,
37423
+ "$type": "color"
37424
+ },
37425
+ "dark-dimmed": {
37426
+ "$value": "{base.color.transparent}",
37427
+ "filePath": "src/tokens/component/label.json5",
37428
+ "isSource": true,
37429
+ "$type": "color"
37430
+ },
37431
+ "light-high-contrast": {
37432
+ "$value": "{label.coral.fgColor.rest}",
37433
+ "filePath": "src/tokens/component/label.json5",
37434
+ "isSource": true,
37435
+ "$type": "color"
37436
+ },
37437
+ "dark-high-contrast": {
37438
+ "$value": "{label.coral.fgColor.rest}",
37439
+ "filePath": "src/tokens/component/label.json5",
37440
+ "isSource": true,
37441
+ "$type": "color"
37442
+ },
37443
+ "dark-dimmed-high-contrast": {
37444
+ "$value": "{label.coral.fgColor.rest}",
37445
+ "filePath": "src/tokens/component/label.json5",
37446
+ "isSource": true,
37447
+ "$type": "color"
37448
+ },
37449
+ "dark-tritanopia-high-contrast": {
37450
+ "$value": "{label.coral.fgColor.rest}",
37451
+ "filePath": "src/tokens/component/label.json5",
37452
+ "isSource": true,
37453
+ "$type": "color"
37454
+ },
37455
+ "dark-protanopia-deuteranopia-high-contrast": {
37456
+ "$value": "{label.coral.fgColor.rest}",
37457
+ "filePath": "src/tokens/component/label.json5",
37458
+ "isSource": true,
37459
+ "$type": "color"
37460
+ },
37461
+ "light-tritanopia-high-contrast": {
37462
+ "$value": "{label.coral.fgColor.rest}",
37463
+ "filePath": "src/tokens/component/label.json5",
37464
+ "isSource": true,
37465
+ "$type": "color"
37466
+ },
37467
+ "light-protanopia-deuteranopia-high-contrast": {
37468
+ "$value": "{label.coral.fgColor.rest}",
37469
+ "filePath": "src/tokens/component/label.json5",
37470
+ "isSource": true,
37471
+ "$type": "color"
37472
+ }
37473
+ }
37474
+ },
37475
+ "key": "{label.coral.borderColor}"
37476
+ },
37477
+ "name": "label-coral-borderColor",
37478
+ "attributes": {},
37479
+ "path": ["label", "coral", "borderColor"],
37480
+ "value": "#00000000",
37481
+ "type": "color"
37482
+ },
36923
37483
  "label-coral-fgColor-active": {
36924
37484
  "key": "{label.coral.fgColor.active}",
36925
37485
  "$extensions": {
@@ -37190,6 +37750,147 @@
37190
37750
  "value": "#001f29",
37191
37751
  "type": "color"
37192
37752
  },
37753
+ "label-cyan-borderColor": {
37754
+ "key": "{label.cyan.borderColor}",
37755
+ "$extensions": {
37756
+ "org.primer.figma": {
37757
+ "collection": "mode",
37758
+ "group": "component",
37759
+ "scopes": ["borderColor"]
37760
+ },
37761
+ "org.primer.overrides": {
37762
+ "dark": {
37763
+ "$value": "#00000000",
37764
+ "filePath": "src/tokens/component/label.json5",
37765
+ "isSource": true,
37766
+ "$type": "color"
37767
+ },
37768
+ "dark-dimmed": {
37769
+ "$value": "#00000000",
37770
+ "filePath": "src/tokens/component/label.json5",
37771
+ "isSource": true,
37772
+ "$type": "color"
37773
+ },
37774
+ "light-high-contrast": {
37775
+ "$value": "#07ace4",
37776
+ "filePath": "src/tokens/component/label.json5",
37777
+ "isSource": true,
37778
+ "$type": "color"
37779
+ },
37780
+ "dark-high-contrast": {
37781
+ "$value": "#07ace4",
37782
+ "filePath": "src/tokens/component/label.json5",
37783
+ "isSource": true,
37784
+ "$type": "color"
37785
+ },
37786
+ "dark-dimmed-high-contrast": {
37787
+ "$value": "#07ace4",
37788
+ "filePath": "src/tokens/component/label.json5",
37789
+ "isSource": true,
37790
+ "$type": "color"
37791
+ },
37792
+ "dark-tritanopia-high-contrast": {
37793
+ "$value": "#07ace4",
37794
+ "filePath": "src/tokens/component/label.json5",
37795
+ "isSource": true,
37796
+ "$type": "color"
37797
+ },
37798
+ "dark-protanopia-deuteranopia-high-contrast": {
37799
+ "$value": "#07ace4",
37800
+ "filePath": "src/tokens/component/label.json5",
37801
+ "isSource": true,
37802
+ "$type": "color"
37803
+ },
37804
+ "light-tritanopia-high-contrast": {
37805
+ "$value": "#07ace4",
37806
+ "filePath": "src/tokens/component/label.json5",
37807
+ "isSource": true,
37808
+ "$type": "color"
37809
+ },
37810
+ "light-protanopia-deuteranopia-high-contrast": {
37811
+ "$value": "#07ace4",
37812
+ "filePath": "src/tokens/component/label.json5",
37813
+ "isSource": true,
37814
+ "$type": "color"
37815
+ }
37816
+ }
37817
+ },
37818
+ "filePath": "src/tokens/component/label.json5",
37819
+ "isSource": true,
37820
+ "original": {
37821
+ "$value": "{base.color.transparent}",
37822
+ "$type": "color",
37823
+ "$extensions": {
37824
+ "org.primer.figma": {
37825
+ "collection": "mode",
37826
+ "group": "component",
37827
+ "scopes": ["borderColor"]
37828
+ },
37829
+ "org.primer.overrides": {
37830
+ "dark": {
37831
+ "$value": "{base.color.transparent}",
37832
+ "filePath": "src/tokens/component/label.json5",
37833
+ "isSource": true,
37834
+ "$type": "color"
37835
+ },
37836
+ "dark-dimmed": {
37837
+ "$value": "{base.color.transparent}",
37838
+ "filePath": "src/tokens/component/label.json5",
37839
+ "isSource": true,
37840
+ "$type": "color"
37841
+ },
37842
+ "light-high-contrast": {
37843
+ "$value": "{label.cyan.fgColor.rest}",
37844
+ "filePath": "src/tokens/component/label.json5",
37845
+ "isSource": true,
37846
+ "$type": "color"
37847
+ },
37848
+ "dark-high-contrast": {
37849
+ "$value": "{label.cyan.fgColor.rest}",
37850
+ "filePath": "src/tokens/component/label.json5",
37851
+ "isSource": true,
37852
+ "$type": "color"
37853
+ },
37854
+ "dark-dimmed-high-contrast": {
37855
+ "$value": "{label.cyan.fgColor.rest}",
37856
+ "filePath": "src/tokens/component/label.json5",
37857
+ "isSource": true,
37858
+ "$type": "color"
37859
+ },
37860
+ "dark-tritanopia-high-contrast": {
37861
+ "$value": "{label.cyan.fgColor.rest}",
37862
+ "filePath": "src/tokens/component/label.json5",
37863
+ "isSource": true,
37864
+ "$type": "color"
37865
+ },
37866
+ "dark-protanopia-deuteranopia-high-contrast": {
37867
+ "$value": "{label.cyan.fgColor.rest}",
37868
+ "filePath": "src/tokens/component/label.json5",
37869
+ "isSource": true,
37870
+ "$type": "color"
37871
+ },
37872
+ "light-tritanopia-high-contrast": {
37873
+ "$value": "{label.cyan.fgColor.rest}",
37874
+ "filePath": "src/tokens/component/label.json5",
37875
+ "isSource": true,
37876
+ "$type": "color"
37877
+ },
37878
+ "light-protanopia-deuteranopia-high-contrast": {
37879
+ "$value": "{label.cyan.fgColor.rest}",
37880
+ "filePath": "src/tokens/component/label.json5",
37881
+ "isSource": true,
37882
+ "$type": "color"
37883
+ }
37884
+ }
37885
+ },
37886
+ "key": "{label.cyan.borderColor}"
37887
+ },
37888
+ "name": "label-cyan-borderColor",
37889
+ "attributes": {},
37890
+ "path": ["label", "cyan", "borderColor"],
37891
+ "value": "#00000000",
37892
+ "type": "color"
37893
+ },
37193
37894
  "label-cyan-fgColor-active": {
37194
37895
  "key": "{label.cyan.fgColor.active}",
37195
37896
  "$extensions": {
@@ -37460,6 +38161,147 @@
37460
38161
  "value": "#1c1c1c",
37461
38162
  "type": "color"
37462
38163
  },
38164
+ "label-gray-borderColor": {
38165
+ "key": "{label.gray.borderColor}",
38166
+ "$extensions": {
38167
+ "org.primer.figma": {
38168
+ "collection": "mode",
38169
+ "group": "component",
38170
+ "scopes": ["borderColor"]
38171
+ },
38172
+ "org.primer.overrides": {
38173
+ "dark": {
38174
+ "$value": "#00000000",
38175
+ "filePath": "src/tokens/component/label.json5",
38176
+ "isSource": true,
38177
+ "$type": "color"
38178
+ },
38179
+ "dark-dimmed": {
38180
+ "$value": "#00000000",
38181
+ "filePath": "src/tokens/component/label.json5",
38182
+ "isSource": true,
38183
+ "$type": "color"
38184
+ },
38185
+ "light-high-contrast": {
38186
+ "$value": "#92a1b5",
38187
+ "filePath": "src/tokens/component/label.json5",
38188
+ "isSource": true,
38189
+ "$type": "color"
38190
+ },
38191
+ "dark-high-contrast": {
38192
+ "$value": "#92a1b5",
38193
+ "filePath": "src/tokens/component/label.json5",
38194
+ "isSource": true,
38195
+ "$type": "color"
38196
+ },
38197
+ "dark-dimmed-high-contrast": {
38198
+ "$value": "#92a1b5",
38199
+ "filePath": "src/tokens/component/label.json5",
38200
+ "isSource": true,
38201
+ "$type": "color"
38202
+ },
38203
+ "dark-tritanopia-high-contrast": {
38204
+ "$value": "#92a1b5",
38205
+ "filePath": "src/tokens/component/label.json5",
38206
+ "isSource": true,
38207
+ "$type": "color"
38208
+ },
38209
+ "dark-protanopia-deuteranopia-high-contrast": {
38210
+ "$value": "#92a1b5",
38211
+ "filePath": "src/tokens/component/label.json5",
38212
+ "isSource": true,
38213
+ "$type": "color"
38214
+ },
38215
+ "light-tritanopia-high-contrast": {
38216
+ "$value": "#92a1b5",
38217
+ "filePath": "src/tokens/component/label.json5",
38218
+ "isSource": true,
38219
+ "$type": "color"
38220
+ },
38221
+ "light-protanopia-deuteranopia-high-contrast": {
38222
+ "$value": "#92a1b5",
38223
+ "filePath": "src/tokens/component/label.json5",
38224
+ "isSource": true,
38225
+ "$type": "color"
38226
+ }
38227
+ }
38228
+ },
38229
+ "filePath": "src/tokens/component/label.json5",
38230
+ "isSource": true,
38231
+ "original": {
38232
+ "$value": "{base.color.transparent}",
38233
+ "$type": "color",
38234
+ "$extensions": {
38235
+ "org.primer.figma": {
38236
+ "collection": "mode",
38237
+ "group": "component",
38238
+ "scopes": ["borderColor"]
38239
+ },
38240
+ "org.primer.overrides": {
38241
+ "dark": {
38242
+ "$value": "{base.color.transparent}",
38243
+ "filePath": "src/tokens/component/label.json5",
38244
+ "isSource": true,
38245
+ "$type": "color"
38246
+ },
38247
+ "dark-dimmed": {
38248
+ "$value": "{base.color.transparent}",
38249
+ "filePath": "src/tokens/component/label.json5",
38250
+ "isSource": true,
38251
+ "$type": "color"
38252
+ },
38253
+ "light-high-contrast": {
38254
+ "$value": "{label.gray.fgColor.rest}",
38255
+ "filePath": "src/tokens/component/label.json5",
38256
+ "isSource": true,
38257
+ "$type": "color"
38258
+ },
38259
+ "dark-high-contrast": {
38260
+ "$value": "{label.gray.fgColor.rest}",
38261
+ "filePath": "src/tokens/component/label.json5",
38262
+ "isSource": true,
38263
+ "$type": "color"
38264
+ },
38265
+ "dark-dimmed-high-contrast": {
38266
+ "$value": "{label.gray.fgColor.rest}",
38267
+ "filePath": "src/tokens/component/label.json5",
38268
+ "isSource": true,
38269
+ "$type": "color"
38270
+ },
38271
+ "dark-tritanopia-high-contrast": {
38272
+ "$value": "{label.gray.fgColor.rest}",
38273
+ "filePath": "src/tokens/component/label.json5",
38274
+ "isSource": true,
38275
+ "$type": "color"
38276
+ },
38277
+ "dark-protanopia-deuteranopia-high-contrast": {
38278
+ "$value": "{label.gray.fgColor.rest}",
38279
+ "filePath": "src/tokens/component/label.json5",
38280
+ "isSource": true,
38281
+ "$type": "color"
38282
+ },
38283
+ "light-tritanopia-high-contrast": {
38284
+ "$value": "{label.gray.fgColor.rest}",
38285
+ "filePath": "src/tokens/component/label.json5",
38286
+ "isSource": true,
38287
+ "$type": "color"
38288
+ },
38289
+ "light-protanopia-deuteranopia-high-contrast": {
38290
+ "$value": "{label.gray.fgColor.rest}",
38291
+ "filePath": "src/tokens/component/label.json5",
38292
+ "isSource": true,
38293
+ "$type": "color"
38294
+ }
38295
+ }
38296
+ },
38297
+ "key": "{label.gray.borderColor}"
38298
+ },
38299
+ "name": "label-gray-borderColor",
38300
+ "attributes": {},
38301
+ "path": ["label", "gray", "borderColor"],
38302
+ "value": "#00000000",
38303
+ "type": "color"
38304
+ },
37463
38305
  "label-gray-fgColor-active": {
37464
38306
  "key": "{label.gray.fgColor.active}",
37465
38307
  "$extensions": {
@@ -37730,6 +38572,147 @@
37730
38572
  "value": "#122117",
37731
38573
  "type": "color"
37732
38574
  },
38575
+ "label-green-borderColor": {
38576
+ "key": "{label.green.borderColor}",
38577
+ "$extensions": {
38578
+ "org.primer.figma": {
38579
+ "collection": "mode",
38580
+ "group": "component",
38581
+ "scopes": ["borderColor"]
38582
+ },
38583
+ "org.primer.overrides": {
38584
+ "dark": {
38585
+ "$value": "#00000000",
38586
+ "filePath": "src/tokens/component/label.json5",
38587
+ "isSource": true,
38588
+ "$type": "color"
38589
+ },
38590
+ "dark-dimmed": {
38591
+ "$value": "#00000000",
38592
+ "filePath": "src/tokens/component/label.json5",
38593
+ "isSource": true,
38594
+ "$type": "color"
38595
+ },
38596
+ "light-high-contrast": {
38597
+ "$value": "#41b445",
38598
+ "filePath": "src/tokens/component/label.json5",
38599
+ "isSource": true,
38600
+ "$type": "color"
38601
+ },
38602
+ "dark-high-contrast": {
38603
+ "$value": "#41b445",
38604
+ "filePath": "src/tokens/component/label.json5",
38605
+ "isSource": true,
38606
+ "$type": "color"
38607
+ },
38608
+ "dark-dimmed-high-contrast": {
38609
+ "$value": "#41b445",
38610
+ "filePath": "src/tokens/component/label.json5",
38611
+ "isSource": true,
38612
+ "$type": "color"
38613
+ },
38614
+ "dark-tritanopia-high-contrast": {
38615
+ "$value": "#41b445",
38616
+ "filePath": "src/tokens/component/label.json5",
38617
+ "isSource": true,
38618
+ "$type": "color"
38619
+ },
38620
+ "dark-protanopia-deuteranopia-high-contrast": {
38621
+ "$value": "#41b445",
38622
+ "filePath": "src/tokens/component/label.json5",
38623
+ "isSource": true,
38624
+ "$type": "color"
38625
+ },
38626
+ "light-tritanopia-high-contrast": {
38627
+ "$value": "#41b445",
38628
+ "filePath": "src/tokens/component/label.json5",
38629
+ "isSource": true,
38630
+ "$type": "color"
38631
+ },
38632
+ "light-protanopia-deuteranopia-high-contrast": {
38633
+ "$value": "#41b445",
38634
+ "filePath": "src/tokens/component/label.json5",
38635
+ "isSource": true,
38636
+ "$type": "color"
38637
+ }
38638
+ }
38639
+ },
38640
+ "filePath": "src/tokens/component/label.json5",
38641
+ "isSource": true,
38642
+ "original": {
38643
+ "$value": "{base.color.transparent}",
38644
+ "$type": "color",
38645
+ "$extensions": {
38646
+ "org.primer.figma": {
38647
+ "collection": "mode",
38648
+ "group": "component",
38649
+ "scopes": ["borderColor"]
38650
+ },
38651
+ "org.primer.overrides": {
38652
+ "dark": {
38653
+ "$value": "{base.color.transparent}",
38654
+ "filePath": "src/tokens/component/label.json5",
38655
+ "isSource": true,
38656
+ "$type": "color"
38657
+ },
38658
+ "dark-dimmed": {
38659
+ "$value": "{base.color.transparent}",
38660
+ "filePath": "src/tokens/component/label.json5",
38661
+ "isSource": true,
38662
+ "$type": "color"
38663
+ },
38664
+ "light-high-contrast": {
38665
+ "$value": "{label.green.fgColor.rest}",
38666
+ "filePath": "src/tokens/component/label.json5",
38667
+ "isSource": true,
38668
+ "$type": "color"
38669
+ },
38670
+ "dark-high-contrast": {
38671
+ "$value": "{label.green.fgColor.rest}",
38672
+ "filePath": "src/tokens/component/label.json5",
38673
+ "isSource": true,
38674
+ "$type": "color"
38675
+ },
38676
+ "dark-dimmed-high-contrast": {
38677
+ "$value": "{label.green.fgColor.rest}",
38678
+ "filePath": "src/tokens/component/label.json5",
38679
+ "isSource": true,
38680
+ "$type": "color"
38681
+ },
38682
+ "dark-tritanopia-high-contrast": {
38683
+ "$value": "{label.green.fgColor.rest}",
38684
+ "filePath": "src/tokens/component/label.json5",
38685
+ "isSource": true,
38686
+ "$type": "color"
38687
+ },
38688
+ "dark-protanopia-deuteranopia-high-contrast": {
38689
+ "$value": "{label.green.fgColor.rest}",
38690
+ "filePath": "src/tokens/component/label.json5",
38691
+ "isSource": true,
38692
+ "$type": "color"
38693
+ },
38694
+ "light-tritanopia-high-contrast": {
38695
+ "$value": "{label.green.fgColor.rest}",
38696
+ "filePath": "src/tokens/component/label.json5",
38697
+ "isSource": true,
38698
+ "$type": "color"
38699
+ },
38700
+ "light-protanopia-deuteranopia-high-contrast": {
38701
+ "$value": "{label.green.fgColor.rest}",
38702
+ "filePath": "src/tokens/component/label.json5",
38703
+ "isSource": true,
38704
+ "$type": "color"
38705
+ }
38706
+ }
38707
+ },
38708
+ "key": "{label.green.borderColor}"
38709
+ },
38710
+ "name": "label-green-borderColor",
38711
+ "attributes": {},
38712
+ "path": ["label", "green", "borderColor"],
38713
+ "value": "#00000000",
38714
+ "type": "color"
38715
+ },
37733
38716
  "label-green-fgColor-active": {
37734
38717
  "key": "{label.green.fgColor.active}",
37735
38718
  "$extensions": {
@@ -38000,6 +38983,147 @@
38000
38983
  "value": "#1b183f",
38001
38984
  "type": "color"
38002
38985
  },
38986
+ "label-indigo-borderColor": {
38987
+ "key": "{label.indigo.borderColor}",
38988
+ "$extensions": {
38989
+ "org.primer.figma": {
38990
+ "collection": "mode",
38991
+ "group": "component",
38992
+ "scopes": ["borderColor"]
38993
+ },
38994
+ "org.primer.overrides": {
38995
+ "dark": {
38996
+ "$value": "#00000000",
38997
+ "filePath": "src/tokens/component/label.json5",
38998
+ "isSource": true,
38999
+ "$type": "color"
39000
+ },
39001
+ "dark-dimmed": {
39002
+ "$value": "#00000000",
39003
+ "filePath": "src/tokens/component/label.json5",
39004
+ "isSource": true,
39005
+ "$type": "color"
39006
+ },
39007
+ "light-high-contrast": {
39008
+ "$value": "#9899ec",
39009
+ "filePath": "src/tokens/component/label.json5",
39010
+ "isSource": true,
39011
+ "$type": "color"
39012
+ },
39013
+ "dark-high-contrast": {
39014
+ "$value": "#9899ec",
39015
+ "filePath": "src/tokens/component/label.json5",
39016
+ "isSource": true,
39017
+ "$type": "color"
39018
+ },
39019
+ "dark-dimmed-high-contrast": {
39020
+ "$value": "#9899ec",
39021
+ "filePath": "src/tokens/component/label.json5",
39022
+ "isSource": true,
39023
+ "$type": "color"
39024
+ },
39025
+ "dark-tritanopia-high-contrast": {
39026
+ "$value": "#9899ec",
39027
+ "filePath": "src/tokens/component/label.json5",
39028
+ "isSource": true,
39029
+ "$type": "color"
39030
+ },
39031
+ "dark-protanopia-deuteranopia-high-contrast": {
39032
+ "$value": "#9899ec",
39033
+ "filePath": "src/tokens/component/label.json5",
39034
+ "isSource": true,
39035
+ "$type": "color"
39036
+ },
39037
+ "light-tritanopia-high-contrast": {
39038
+ "$value": "#9899ec",
39039
+ "filePath": "src/tokens/component/label.json5",
39040
+ "isSource": true,
39041
+ "$type": "color"
39042
+ },
39043
+ "light-protanopia-deuteranopia-high-contrast": {
39044
+ "$value": "#9899ec",
39045
+ "filePath": "src/tokens/component/label.json5",
39046
+ "isSource": true,
39047
+ "$type": "color"
39048
+ }
39049
+ }
39050
+ },
39051
+ "filePath": "src/tokens/component/label.json5",
39052
+ "isSource": true,
39053
+ "original": {
39054
+ "$value": "{base.color.transparent}",
39055
+ "$type": "color",
39056
+ "$extensions": {
39057
+ "org.primer.figma": {
39058
+ "collection": "mode",
39059
+ "group": "component",
39060
+ "scopes": ["borderColor"]
39061
+ },
39062
+ "org.primer.overrides": {
39063
+ "dark": {
39064
+ "$value": "{base.color.transparent}",
39065
+ "filePath": "src/tokens/component/label.json5",
39066
+ "isSource": true,
39067
+ "$type": "color"
39068
+ },
39069
+ "dark-dimmed": {
39070
+ "$value": "{base.color.transparent}",
39071
+ "filePath": "src/tokens/component/label.json5",
39072
+ "isSource": true,
39073
+ "$type": "color"
39074
+ },
39075
+ "light-high-contrast": {
39076
+ "$value": "{label.indigo.fgColor.rest}",
39077
+ "filePath": "src/tokens/component/label.json5",
39078
+ "isSource": true,
39079
+ "$type": "color"
39080
+ },
39081
+ "dark-high-contrast": {
39082
+ "$value": "{label.indigo.fgColor.rest}",
39083
+ "filePath": "src/tokens/component/label.json5",
39084
+ "isSource": true,
39085
+ "$type": "color"
39086
+ },
39087
+ "dark-dimmed-high-contrast": {
39088
+ "$value": "{label.indigo.fgColor.rest}",
39089
+ "filePath": "src/tokens/component/label.json5",
39090
+ "isSource": true,
39091
+ "$type": "color"
39092
+ },
39093
+ "dark-tritanopia-high-contrast": {
39094
+ "$value": "{label.indigo.fgColor.rest}",
39095
+ "filePath": "src/tokens/component/label.json5",
39096
+ "isSource": true,
39097
+ "$type": "color"
39098
+ },
39099
+ "dark-protanopia-deuteranopia-high-contrast": {
39100
+ "$value": "{label.indigo.fgColor.rest}",
39101
+ "filePath": "src/tokens/component/label.json5",
39102
+ "isSource": true,
39103
+ "$type": "color"
39104
+ },
39105
+ "light-tritanopia-high-contrast": {
39106
+ "$value": "{label.indigo.fgColor.rest}",
39107
+ "filePath": "src/tokens/component/label.json5",
39108
+ "isSource": true,
39109
+ "$type": "color"
39110
+ },
39111
+ "light-protanopia-deuteranopia-high-contrast": {
39112
+ "$value": "{label.indigo.fgColor.rest}",
39113
+ "filePath": "src/tokens/component/label.json5",
39114
+ "isSource": true,
39115
+ "$type": "color"
39116
+ }
39117
+ }
39118
+ },
39119
+ "key": "{label.indigo.borderColor}"
39120
+ },
39121
+ "name": "label-indigo-borderColor",
39122
+ "attributes": {},
39123
+ "path": ["label", "indigo", "borderColor"],
39124
+ "value": "#00000000",
39125
+ "type": "color"
39126
+ },
38003
39127
  "label-indigo-fgColor-active": {
38004
39128
  "key": "{label.indigo.fgColor.active}",
38005
39129
  "$extensions": {
@@ -38270,6 +39394,147 @@
38270
39394
  "value": "#291d00",
38271
39395
  "type": "color"
38272
39396
  },
39397
+ "label-lemon-borderColor": {
39398
+ "key": "{label.lemon.borderColor}",
39399
+ "$extensions": {
39400
+ "org.primer.figma": {
39401
+ "collection": "mode",
39402
+ "group": "component",
39403
+ "scopes": ["borderColor"]
39404
+ },
39405
+ "org.primer.overrides": {
39406
+ "dark": {
39407
+ "$value": "#00000000",
39408
+ "filePath": "src/tokens/component/label.json5",
39409
+ "isSource": true,
39410
+ "$type": "color"
39411
+ },
39412
+ "dark-dimmed": {
39413
+ "$value": "#00000000",
39414
+ "filePath": "src/tokens/component/label.json5",
39415
+ "isSource": true,
39416
+ "$type": "color"
39417
+ },
39418
+ "light-high-contrast": {
39419
+ "$value": "#ba9b12",
39420
+ "filePath": "src/tokens/component/label.json5",
39421
+ "isSource": true,
39422
+ "$type": "color"
39423
+ },
39424
+ "dark-high-contrast": {
39425
+ "$value": "#ba9b12",
39426
+ "filePath": "src/tokens/component/label.json5",
39427
+ "isSource": true,
39428
+ "$type": "color"
39429
+ },
39430
+ "dark-dimmed-high-contrast": {
39431
+ "$value": "#ba9b12",
39432
+ "filePath": "src/tokens/component/label.json5",
39433
+ "isSource": true,
39434
+ "$type": "color"
39435
+ },
39436
+ "dark-tritanopia-high-contrast": {
39437
+ "$value": "#ba9b12",
39438
+ "filePath": "src/tokens/component/label.json5",
39439
+ "isSource": true,
39440
+ "$type": "color"
39441
+ },
39442
+ "dark-protanopia-deuteranopia-high-contrast": {
39443
+ "$value": "#ba9b12",
39444
+ "filePath": "src/tokens/component/label.json5",
39445
+ "isSource": true,
39446
+ "$type": "color"
39447
+ },
39448
+ "light-tritanopia-high-contrast": {
39449
+ "$value": "#ba9b12",
39450
+ "filePath": "src/tokens/component/label.json5",
39451
+ "isSource": true,
39452
+ "$type": "color"
39453
+ },
39454
+ "light-protanopia-deuteranopia-high-contrast": {
39455
+ "$value": "#ba9b12",
39456
+ "filePath": "src/tokens/component/label.json5",
39457
+ "isSource": true,
39458
+ "$type": "color"
39459
+ }
39460
+ }
39461
+ },
39462
+ "filePath": "src/tokens/component/label.json5",
39463
+ "isSource": true,
39464
+ "original": {
39465
+ "$value": "{base.color.transparent}",
39466
+ "$type": "color",
39467
+ "$extensions": {
39468
+ "org.primer.figma": {
39469
+ "collection": "mode",
39470
+ "group": "component",
39471
+ "scopes": ["borderColor"]
39472
+ },
39473
+ "org.primer.overrides": {
39474
+ "dark": {
39475
+ "$value": "{base.color.transparent}",
39476
+ "filePath": "src/tokens/component/label.json5",
39477
+ "isSource": true,
39478
+ "$type": "color"
39479
+ },
39480
+ "dark-dimmed": {
39481
+ "$value": "{base.color.transparent}",
39482
+ "filePath": "src/tokens/component/label.json5",
39483
+ "isSource": true,
39484
+ "$type": "color"
39485
+ },
39486
+ "light-high-contrast": {
39487
+ "$value": "{label.lemon.fgColor.rest}",
39488
+ "filePath": "src/tokens/component/label.json5",
39489
+ "isSource": true,
39490
+ "$type": "color"
39491
+ },
39492
+ "dark-high-contrast": {
39493
+ "$value": "{label.lemon.fgColor.rest}",
39494
+ "filePath": "src/tokens/component/label.json5",
39495
+ "isSource": true,
39496
+ "$type": "color"
39497
+ },
39498
+ "dark-dimmed-high-contrast": {
39499
+ "$value": "{label.lemon.fgColor.rest}",
39500
+ "filePath": "src/tokens/component/label.json5",
39501
+ "isSource": true,
39502
+ "$type": "color"
39503
+ },
39504
+ "dark-tritanopia-high-contrast": {
39505
+ "$value": "{label.lemon.fgColor.rest}",
39506
+ "filePath": "src/tokens/component/label.json5",
39507
+ "isSource": true,
39508
+ "$type": "color"
39509
+ },
39510
+ "dark-protanopia-deuteranopia-high-contrast": {
39511
+ "$value": "{label.lemon.fgColor.rest}",
39512
+ "filePath": "src/tokens/component/label.json5",
39513
+ "isSource": true,
39514
+ "$type": "color"
39515
+ },
39516
+ "light-tritanopia-high-contrast": {
39517
+ "$value": "{label.lemon.fgColor.rest}",
39518
+ "filePath": "src/tokens/component/label.json5",
39519
+ "isSource": true,
39520
+ "$type": "color"
39521
+ },
39522
+ "light-protanopia-deuteranopia-high-contrast": {
39523
+ "$value": "{label.lemon.fgColor.rest}",
39524
+ "filePath": "src/tokens/component/label.json5",
39525
+ "isSource": true,
39526
+ "$type": "color"
39527
+ }
39528
+ }
39529
+ },
39530
+ "key": "{label.lemon.borderColor}"
39531
+ },
39532
+ "name": "label-lemon-borderColor",
39533
+ "attributes": {},
39534
+ "path": ["label", "lemon", "borderColor"],
39535
+ "value": "#00000000",
39536
+ "type": "color"
39537
+ },
38273
39538
  "label-lemon-fgColor-active": {
38274
39539
  "key": "{label.lemon.fgColor.active}",
38275
39540
  "$extensions": {
@@ -38540,6 +39805,147 @@
38540
39805
  "value": "#141f0f",
38541
39806
  "type": "color"
38542
39807
  },
39808
+ "label-lime-borderColor": {
39809
+ "key": "{label.lime.borderColor}",
39810
+ "$extensions": {
39811
+ "org.primer.figma": {
39812
+ "collection": "mode",
39813
+ "group": "component",
39814
+ "scopes": ["borderColor"]
39815
+ },
39816
+ "org.primer.overrides": {
39817
+ "dark": {
39818
+ "$value": "#00000000",
39819
+ "filePath": "src/tokens/component/label.json5",
39820
+ "isSource": true,
39821
+ "$type": "color"
39822
+ },
39823
+ "dark-dimmed": {
39824
+ "$value": "#00000000",
39825
+ "filePath": "src/tokens/component/label.json5",
39826
+ "isSource": true,
39827
+ "$type": "color"
39828
+ },
39829
+ "light-high-contrast": {
39830
+ "$value": "#7dae37",
39831
+ "filePath": "src/tokens/component/label.json5",
39832
+ "isSource": true,
39833
+ "$type": "color"
39834
+ },
39835
+ "dark-high-contrast": {
39836
+ "$value": "#7dae37",
39837
+ "filePath": "src/tokens/component/label.json5",
39838
+ "isSource": true,
39839
+ "$type": "color"
39840
+ },
39841
+ "dark-dimmed-high-contrast": {
39842
+ "$value": "#7dae37",
39843
+ "filePath": "src/tokens/component/label.json5",
39844
+ "isSource": true,
39845
+ "$type": "color"
39846
+ },
39847
+ "dark-tritanopia-high-contrast": {
39848
+ "$value": "#7dae37",
39849
+ "filePath": "src/tokens/component/label.json5",
39850
+ "isSource": true,
39851
+ "$type": "color"
39852
+ },
39853
+ "dark-protanopia-deuteranopia-high-contrast": {
39854
+ "$value": "#7dae37",
39855
+ "filePath": "src/tokens/component/label.json5",
39856
+ "isSource": true,
39857
+ "$type": "color"
39858
+ },
39859
+ "light-tritanopia-high-contrast": {
39860
+ "$value": "#7dae37",
39861
+ "filePath": "src/tokens/component/label.json5",
39862
+ "isSource": true,
39863
+ "$type": "color"
39864
+ },
39865
+ "light-protanopia-deuteranopia-high-contrast": {
39866
+ "$value": "#7dae37",
39867
+ "filePath": "src/tokens/component/label.json5",
39868
+ "isSource": true,
39869
+ "$type": "color"
39870
+ }
39871
+ }
39872
+ },
39873
+ "filePath": "src/tokens/component/label.json5",
39874
+ "isSource": true,
39875
+ "original": {
39876
+ "$value": "{base.color.transparent}",
39877
+ "$type": "color",
39878
+ "$extensions": {
39879
+ "org.primer.figma": {
39880
+ "collection": "mode",
39881
+ "group": "component",
39882
+ "scopes": ["borderColor"]
39883
+ },
39884
+ "org.primer.overrides": {
39885
+ "dark": {
39886
+ "$value": "{base.color.transparent}",
39887
+ "filePath": "src/tokens/component/label.json5",
39888
+ "isSource": true,
39889
+ "$type": "color"
39890
+ },
39891
+ "dark-dimmed": {
39892
+ "$value": "{base.color.transparent}",
39893
+ "filePath": "src/tokens/component/label.json5",
39894
+ "isSource": true,
39895
+ "$type": "color"
39896
+ },
39897
+ "light-high-contrast": {
39898
+ "$value": "{label.lime.fgColor.rest}",
39899
+ "filePath": "src/tokens/component/label.json5",
39900
+ "isSource": true,
39901
+ "$type": "color"
39902
+ },
39903
+ "dark-high-contrast": {
39904
+ "$value": "{label.lime.fgColor.rest}",
39905
+ "filePath": "src/tokens/component/label.json5",
39906
+ "isSource": true,
39907
+ "$type": "color"
39908
+ },
39909
+ "dark-dimmed-high-contrast": {
39910
+ "$value": "{label.lime.fgColor.rest}",
39911
+ "filePath": "src/tokens/component/label.json5",
39912
+ "isSource": true,
39913
+ "$type": "color"
39914
+ },
39915
+ "dark-tritanopia-high-contrast": {
39916
+ "$value": "{label.lime.fgColor.rest}",
39917
+ "filePath": "src/tokens/component/label.json5",
39918
+ "isSource": true,
39919
+ "$type": "color"
39920
+ },
39921
+ "dark-protanopia-deuteranopia-high-contrast": {
39922
+ "$value": "{label.lime.fgColor.rest}",
39923
+ "filePath": "src/tokens/component/label.json5",
39924
+ "isSource": true,
39925
+ "$type": "color"
39926
+ },
39927
+ "light-tritanopia-high-contrast": {
39928
+ "$value": "{label.lime.fgColor.rest}",
39929
+ "filePath": "src/tokens/component/label.json5",
39930
+ "isSource": true,
39931
+ "$type": "color"
39932
+ },
39933
+ "light-protanopia-deuteranopia-high-contrast": {
39934
+ "$value": "{label.lime.fgColor.rest}",
39935
+ "filePath": "src/tokens/component/label.json5",
39936
+ "isSource": true,
39937
+ "$type": "color"
39938
+ }
39939
+ }
39940
+ },
39941
+ "key": "{label.lime.borderColor}"
39942
+ },
39943
+ "name": "label-lime-borderColor",
39944
+ "attributes": {},
39945
+ "path": ["label", "lime", "borderColor"],
39946
+ "value": "#00000000",
39947
+ "type": "color"
39948
+ },
38543
39949
  "label-lime-fgColor-active": {
38544
39950
  "key": "{label.lime.fgColor.active}",
38545
39951
  "$extensions": {
@@ -38810,6 +40216,147 @@
38810
40216
  "value": "#171e0b",
38811
40217
  "type": "color"
38812
40218
  },
40219
+ "label-olive-borderColor": {
40220
+ "key": "{label.olive.borderColor}",
40221
+ "$extensions": {
40222
+ "org.primer.figma": {
40223
+ "collection": "mode",
40224
+ "group": "component",
40225
+ "scopes": ["borderColor"]
40226
+ },
40227
+ "org.primer.overrides": {
40228
+ "dark": {
40229
+ "$value": "#00000000",
40230
+ "filePath": "src/tokens/component/label.json5",
40231
+ "isSource": true,
40232
+ "$type": "color"
40233
+ },
40234
+ "dark-dimmed": {
40235
+ "$value": "#00000000",
40236
+ "filePath": "src/tokens/component/label.json5",
40237
+ "isSource": true,
40238
+ "$type": "color"
40239
+ },
40240
+ "light-high-contrast": {
40241
+ "$value": "#a2a626",
40242
+ "filePath": "src/tokens/component/label.json5",
40243
+ "isSource": true,
40244
+ "$type": "color"
40245
+ },
40246
+ "dark-high-contrast": {
40247
+ "$value": "#a2a626",
40248
+ "filePath": "src/tokens/component/label.json5",
40249
+ "isSource": true,
40250
+ "$type": "color"
40251
+ },
40252
+ "dark-dimmed-high-contrast": {
40253
+ "$value": "#a2a626",
40254
+ "filePath": "src/tokens/component/label.json5",
40255
+ "isSource": true,
40256
+ "$type": "color"
40257
+ },
40258
+ "dark-tritanopia-high-contrast": {
40259
+ "$value": "#a2a626",
40260
+ "filePath": "src/tokens/component/label.json5",
40261
+ "isSource": true,
40262
+ "$type": "color"
40263
+ },
40264
+ "dark-protanopia-deuteranopia-high-contrast": {
40265
+ "$value": "#a2a626",
40266
+ "filePath": "src/tokens/component/label.json5",
40267
+ "isSource": true,
40268
+ "$type": "color"
40269
+ },
40270
+ "light-tritanopia-high-contrast": {
40271
+ "$value": "#a2a626",
40272
+ "filePath": "src/tokens/component/label.json5",
40273
+ "isSource": true,
40274
+ "$type": "color"
40275
+ },
40276
+ "light-protanopia-deuteranopia-high-contrast": {
40277
+ "$value": "#a2a626",
40278
+ "filePath": "src/tokens/component/label.json5",
40279
+ "isSource": true,
40280
+ "$type": "color"
40281
+ }
40282
+ }
40283
+ },
40284
+ "filePath": "src/tokens/component/label.json5",
40285
+ "isSource": true,
40286
+ "original": {
40287
+ "$value": "{base.color.transparent}",
40288
+ "$type": "color",
40289
+ "$extensions": {
40290
+ "org.primer.figma": {
40291
+ "collection": "mode",
40292
+ "group": "component",
40293
+ "scopes": ["borderColor"]
40294
+ },
40295
+ "org.primer.overrides": {
40296
+ "dark": {
40297
+ "$value": "{base.color.transparent}",
40298
+ "filePath": "src/tokens/component/label.json5",
40299
+ "isSource": true,
40300
+ "$type": "color"
40301
+ },
40302
+ "dark-dimmed": {
40303
+ "$value": "{base.color.transparent}",
40304
+ "filePath": "src/tokens/component/label.json5",
40305
+ "isSource": true,
40306
+ "$type": "color"
40307
+ },
40308
+ "light-high-contrast": {
40309
+ "$value": "{label.olive.fgColor.rest}",
40310
+ "filePath": "src/tokens/component/label.json5",
40311
+ "isSource": true,
40312
+ "$type": "color"
40313
+ },
40314
+ "dark-high-contrast": {
40315
+ "$value": "{label.olive.fgColor.rest}",
40316
+ "filePath": "src/tokens/component/label.json5",
40317
+ "isSource": true,
40318
+ "$type": "color"
40319
+ },
40320
+ "dark-dimmed-high-contrast": {
40321
+ "$value": "{label.olive.fgColor.rest}",
40322
+ "filePath": "src/tokens/component/label.json5",
40323
+ "isSource": true,
40324
+ "$type": "color"
40325
+ },
40326
+ "dark-tritanopia-high-contrast": {
40327
+ "$value": "{label.olive.fgColor.rest}",
40328
+ "filePath": "src/tokens/component/label.json5",
40329
+ "isSource": true,
40330
+ "$type": "color"
40331
+ },
40332
+ "dark-protanopia-deuteranopia-high-contrast": {
40333
+ "$value": "{label.olive.fgColor.rest}",
40334
+ "filePath": "src/tokens/component/label.json5",
40335
+ "isSource": true,
40336
+ "$type": "color"
40337
+ },
40338
+ "light-tritanopia-high-contrast": {
40339
+ "$value": "{label.olive.fgColor.rest}",
40340
+ "filePath": "src/tokens/component/label.json5",
40341
+ "isSource": true,
40342
+ "$type": "color"
40343
+ },
40344
+ "light-protanopia-deuteranopia-high-contrast": {
40345
+ "$value": "{label.olive.fgColor.rest}",
40346
+ "filePath": "src/tokens/component/label.json5",
40347
+ "isSource": true,
40348
+ "$type": "color"
40349
+ }
40350
+ }
40351
+ },
40352
+ "key": "{label.olive.borderColor}"
40353
+ },
40354
+ "name": "label-olive-borderColor",
40355
+ "attributes": {},
40356
+ "path": ["label", "olive", "borderColor"],
40357
+ "value": "#00000000",
40358
+ "type": "color"
40359
+ },
38813
40360
  "label-olive-fgColor-active": {
38814
40361
  "key": "{label.olive.fgColor.active}",
38815
40362
  "$extensions": {
@@ -39080,6 +40627,147 @@
39080
40627
  "value": "#311708",
39081
40628
  "type": "color"
39082
40629
  },
40630
+ "label-orange-borderColor": {
40631
+ "key": "{label.orange.borderColor}",
40632
+ "$extensions": {
40633
+ "org.primer.figma": {
40634
+ "collection": "mode",
40635
+ "group": "component",
40636
+ "scopes": ["borderColor"]
40637
+ },
40638
+ "org.primer.overrides": {
40639
+ "dark": {
40640
+ "$value": "#00000000",
40641
+ "filePath": "src/tokens/component/label.json5",
40642
+ "isSource": true,
40643
+ "$type": "color"
40644
+ },
40645
+ "dark-dimmed": {
40646
+ "$value": "#00000000",
40647
+ "filePath": "src/tokens/component/label.json5",
40648
+ "isSource": true,
40649
+ "$type": "color"
40650
+ },
40651
+ "light-high-contrast": {
40652
+ "$value": "#ed8326",
40653
+ "filePath": "src/tokens/component/label.json5",
40654
+ "isSource": true,
40655
+ "$type": "color"
40656
+ },
40657
+ "dark-high-contrast": {
40658
+ "$value": "#ed8326",
40659
+ "filePath": "src/tokens/component/label.json5",
40660
+ "isSource": true,
40661
+ "$type": "color"
40662
+ },
40663
+ "dark-dimmed-high-contrast": {
40664
+ "$value": "#ed8326",
40665
+ "filePath": "src/tokens/component/label.json5",
40666
+ "isSource": true,
40667
+ "$type": "color"
40668
+ },
40669
+ "dark-tritanopia-high-contrast": {
40670
+ "$value": "#ed8326",
40671
+ "filePath": "src/tokens/component/label.json5",
40672
+ "isSource": true,
40673
+ "$type": "color"
40674
+ },
40675
+ "dark-protanopia-deuteranopia-high-contrast": {
40676
+ "$value": "#ed8326",
40677
+ "filePath": "src/tokens/component/label.json5",
40678
+ "isSource": true,
40679
+ "$type": "color"
40680
+ },
40681
+ "light-tritanopia-high-contrast": {
40682
+ "$value": "#ed8326",
40683
+ "filePath": "src/tokens/component/label.json5",
40684
+ "isSource": true,
40685
+ "$type": "color"
40686
+ },
40687
+ "light-protanopia-deuteranopia-high-contrast": {
40688
+ "$value": "#ed8326",
40689
+ "filePath": "src/tokens/component/label.json5",
40690
+ "isSource": true,
40691
+ "$type": "color"
40692
+ }
40693
+ }
40694
+ },
40695
+ "filePath": "src/tokens/component/label.json5",
40696
+ "isSource": true,
40697
+ "original": {
40698
+ "$value": "{base.color.transparent}",
40699
+ "$type": "color",
40700
+ "$extensions": {
40701
+ "org.primer.figma": {
40702
+ "collection": "mode",
40703
+ "group": "component",
40704
+ "scopes": ["borderColor"]
40705
+ },
40706
+ "org.primer.overrides": {
40707
+ "dark": {
40708
+ "$value": "{base.color.transparent}",
40709
+ "filePath": "src/tokens/component/label.json5",
40710
+ "isSource": true,
40711
+ "$type": "color"
40712
+ },
40713
+ "dark-dimmed": {
40714
+ "$value": "{base.color.transparent}",
40715
+ "filePath": "src/tokens/component/label.json5",
40716
+ "isSource": true,
40717
+ "$type": "color"
40718
+ },
40719
+ "light-high-contrast": {
40720
+ "$value": "{label.orange.fgColor.rest}",
40721
+ "filePath": "src/tokens/component/label.json5",
40722
+ "isSource": true,
40723
+ "$type": "color"
40724
+ },
40725
+ "dark-high-contrast": {
40726
+ "$value": "{label.orange.fgColor.rest}",
40727
+ "filePath": "src/tokens/component/label.json5",
40728
+ "isSource": true,
40729
+ "$type": "color"
40730
+ },
40731
+ "dark-dimmed-high-contrast": {
40732
+ "$value": "{label.orange.fgColor.rest}",
40733
+ "filePath": "src/tokens/component/label.json5",
40734
+ "isSource": true,
40735
+ "$type": "color"
40736
+ },
40737
+ "dark-tritanopia-high-contrast": {
40738
+ "$value": "{label.orange.fgColor.rest}",
40739
+ "filePath": "src/tokens/component/label.json5",
40740
+ "isSource": true,
40741
+ "$type": "color"
40742
+ },
40743
+ "dark-protanopia-deuteranopia-high-contrast": {
40744
+ "$value": "{label.orange.fgColor.rest}",
40745
+ "filePath": "src/tokens/component/label.json5",
40746
+ "isSource": true,
40747
+ "$type": "color"
40748
+ },
40749
+ "light-tritanopia-high-contrast": {
40750
+ "$value": "{label.orange.fgColor.rest}",
40751
+ "filePath": "src/tokens/component/label.json5",
40752
+ "isSource": true,
40753
+ "$type": "color"
40754
+ },
40755
+ "light-protanopia-deuteranopia-high-contrast": {
40756
+ "$value": "{label.orange.fgColor.rest}",
40757
+ "filePath": "src/tokens/component/label.json5",
40758
+ "isSource": true,
40759
+ "$type": "color"
40760
+ }
40761
+ }
40762
+ },
40763
+ "key": "{label.orange.borderColor}"
40764
+ },
40765
+ "name": "label-orange-borderColor",
40766
+ "attributes": {},
40767
+ "path": ["label", "orange", "borderColor"],
40768
+ "value": "#00000000",
40769
+ "type": "color"
40770
+ },
39083
40771
  "label-orange-fgColor-active": {
39084
40772
  "key": "{label.orange.fgColor.active}",
39085
40773
  "$extensions": {
@@ -39350,6 +41038,147 @@
39350
41038
  "value": "#082119",
39351
41039
  "type": "color"
39352
41040
  },
41041
+ "label-pine-borderColor": {
41042
+ "key": "{label.pine.borderColor}",
41043
+ "$extensions": {
41044
+ "org.primer.figma": {
41045
+ "collection": "mode",
41046
+ "group": "component",
41047
+ "scopes": ["borderColor"]
41048
+ },
41049
+ "org.primer.overrides": {
41050
+ "dark": {
41051
+ "$value": "#00000000",
41052
+ "filePath": "src/tokens/component/label.json5",
41053
+ "isSource": true,
41054
+ "$type": "color"
41055
+ },
41056
+ "dark-dimmed": {
41057
+ "$value": "#00000000",
41058
+ "filePath": "src/tokens/component/label.json5",
41059
+ "isSource": true,
41060
+ "$type": "color"
41061
+ },
41062
+ "light-high-contrast": {
41063
+ "$value": "#1bb673",
41064
+ "filePath": "src/tokens/component/label.json5",
41065
+ "isSource": true,
41066
+ "$type": "color"
41067
+ },
41068
+ "dark-high-contrast": {
41069
+ "$value": "#1bb673",
41070
+ "filePath": "src/tokens/component/label.json5",
41071
+ "isSource": true,
41072
+ "$type": "color"
41073
+ },
41074
+ "dark-dimmed-high-contrast": {
41075
+ "$value": "#1bb673",
41076
+ "filePath": "src/tokens/component/label.json5",
41077
+ "isSource": true,
41078
+ "$type": "color"
41079
+ },
41080
+ "dark-tritanopia-high-contrast": {
41081
+ "$value": "#1bb673",
41082
+ "filePath": "src/tokens/component/label.json5",
41083
+ "isSource": true,
41084
+ "$type": "color"
41085
+ },
41086
+ "dark-protanopia-deuteranopia-high-contrast": {
41087
+ "$value": "#1bb673",
41088
+ "filePath": "src/tokens/component/label.json5",
41089
+ "isSource": true,
41090
+ "$type": "color"
41091
+ },
41092
+ "light-tritanopia-high-contrast": {
41093
+ "$value": "#1bb673",
41094
+ "filePath": "src/tokens/component/label.json5",
41095
+ "isSource": true,
41096
+ "$type": "color"
41097
+ },
41098
+ "light-protanopia-deuteranopia-high-contrast": {
41099
+ "$value": "#1bb673",
41100
+ "filePath": "src/tokens/component/label.json5",
41101
+ "isSource": true,
41102
+ "$type": "color"
41103
+ }
41104
+ }
41105
+ },
41106
+ "filePath": "src/tokens/component/label.json5",
41107
+ "isSource": true,
41108
+ "original": {
41109
+ "$value": "{base.color.transparent}",
41110
+ "$type": "color",
41111
+ "$extensions": {
41112
+ "org.primer.figma": {
41113
+ "collection": "mode",
41114
+ "group": "component",
41115
+ "scopes": ["borderColor"]
41116
+ },
41117
+ "org.primer.overrides": {
41118
+ "dark": {
41119
+ "$value": "{base.color.transparent}",
41120
+ "filePath": "src/tokens/component/label.json5",
41121
+ "isSource": true,
41122
+ "$type": "color"
41123
+ },
41124
+ "dark-dimmed": {
41125
+ "$value": "{base.color.transparent}",
41126
+ "filePath": "src/tokens/component/label.json5",
41127
+ "isSource": true,
41128
+ "$type": "color"
41129
+ },
41130
+ "light-high-contrast": {
41131
+ "$value": "{label.pine.fgColor.rest}",
41132
+ "filePath": "src/tokens/component/label.json5",
41133
+ "isSource": true,
41134
+ "$type": "color"
41135
+ },
41136
+ "dark-high-contrast": {
41137
+ "$value": "{label.pine.fgColor.rest}",
41138
+ "filePath": "src/tokens/component/label.json5",
41139
+ "isSource": true,
41140
+ "$type": "color"
41141
+ },
41142
+ "dark-dimmed-high-contrast": {
41143
+ "$value": "{label.pine.fgColor.rest}",
41144
+ "filePath": "src/tokens/component/label.json5",
41145
+ "isSource": true,
41146
+ "$type": "color"
41147
+ },
41148
+ "dark-tritanopia-high-contrast": {
41149
+ "$value": "{label.pine.fgColor.rest}",
41150
+ "filePath": "src/tokens/component/label.json5",
41151
+ "isSource": true,
41152
+ "$type": "color"
41153
+ },
41154
+ "dark-protanopia-deuteranopia-high-contrast": {
41155
+ "$value": "{label.pine.fgColor.rest}",
41156
+ "filePath": "src/tokens/component/label.json5",
41157
+ "isSource": true,
41158
+ "$type": "color"
41159
+ },
41160
+ "light-tritanopia-high-contrast": {
41161
+ "$value": "{label.pine.fgColor.rest}",
41162
+ "filePath": "src/tokens/component/label.json5",
41163
+ "isSource": true,
41164
+ "$type": "color"
41165
+ },
41166
+ "light-protanopia-deuteranopia-high-contrast": {
41167
+ "$value": "{label.pine.fgColor.rest}",
41168
+ "filePath": "src/tokens/component/label.json5",
41169
+ "isSource": true,
41170
+ "$type": "color"
41171
+ }
41172
+ }
41173
+ },
41174
+ "key": "{label.pine.borderColor}"
41175
+ },
41176
+ "name": "label-pine-borderColor",
41177
+ "attributes": {},
41178
+ "path": ["label", "pine", "borderColor"],
41179
+ "value": "#00000000",
41180
+ "type": "color"
41181
+ },
39353
41182
  "label-pine-fgColor-active": {
39354
41183
  "key": "{label.pine.fgColor.active}",
39355
41184
  "$extensions": {
@@ -39620,6 +41449,147 @@
39620
41449
  "value": "#2d1524",
39621
41450
  "type": "color"
39622
41451
  },
41452
+ "label-pink-borderColor": {
41453
+ "key": "{label.pink.borderColor}",
41454
+ "$extensions": {
41455
+ "org.primer.figma": {
41456
+ "collection": "mode",
41457
+ "group": "component",
41458
+ "scopes": ["borderColor"]
41459
+ },
41460
+ "org.primer.overrides": {
41461
+ "dark": {
41462
+ "$value": "#00000000",
41463
+ "filePath": "src/tokens/component/label.json5",
41464
+ "isSource": true,
41465
+ "$type": "color"
41466
+ },
41467
+ "dark-dimmed": {
41468
+ "$value": "#00000000",
41469
+ "filePath": "src/tokens/component/label.json5",
41470
+ "isSource": true,
41471
+ "$type": "color"
41472
+ },
41473
+ "light-high-contrast": {
41474
+ "$value": "#e57bb2",
41475
+ "filePath": "src/tokens/component/label.json5",
41476
+ "isSource": true,
41477
+ "$type": "color"
41478
+ },
41479
+ "dark-high-contrast": {
41480
+ "$value": "#e57bb2",
41481
+ "filePath": "src/tokens/component/label.json5",
41482
+ "isSource": true,
41483
+ "$type": "color"
41484
+ },
41485
+ "dark-dimmed-high-contrast": {
41486
+ "$value": "#e57bb2",
41487
+ "filePath": "src/tokens/component/label.json5",
41488
+ "isSource": true,
41489
+ "$type": "color"
41490
+ },
41491
+ "dark-tritanopia-high-contrast": {
41492
+ "$value": "#e57bb2",
41493
+ "filePath": "src/tokens/component/label.json5",
41494
+ "isSource": true,
41495
+ "$type": "color"
41496
+ },
41497
+ "dark-protanopia-deuteranopia-high-contrast": {
41498
+ "$value": "#e57bb2",
41499
+ "filePath": "src/tokens/component/label.json5",
41500
+ "isSource": true,
41501
+ "$type": "color"
41502
+ },
41503
+ "light-tritanopia-high-contrast": {
41504
+ "$value": "#e57bb2",
41505
+ "filePath": "src/tokens/component/label.json5",
41506
+ "isSource": true,
41507
+ "$type": "color"
41508
+ },
41509
+ "light-protanopia-deuteranopia-high-contrast": {
41510
+ "$value": "#e57bb2",
41511
+ "filePath": "src/tokens/component/label.json5",
41512
+ "isSource": true,
41513
+ "$type": "color"
41514
+ }
41515
+ }
41516
+ },
41517
+ "filePath": "src/tokens/component/label.json5",
41518
+ "isSource": true,
41519
+ "original": {
41520
+ "$value": "{base.color.transparent}",
41521
+ "$type": "color",
41522
+ "$extensions": {
41523
+ "org.primer.figma": {
41524
+ "collection": "mode",
41525
+ "group": "component",
41526
+ "scopes": ["borderColor"]
41527
+ },
41528
+ "org.primer.overrides": {
41529
+ "dark": {
41530
+ "$value": "{base.color.transparent}",
41531
+ "filePath": "src/tokens/component/label.json5",
41532
+ "isSource": true,
41533
+ "$type": "color"
41534
+ },
41535
+ "dark-dimmed": {
41536
+ "$value": "{base.color.transparent}",
41537
+ "filePath": "src/tokens/component/label.json5",
41538
+ "isSource": true,
41539
+ "$type": "color"
41540
+ },
41541
+ "light-high-contrast": {
41542
+ "$value": "{label.pink.fgColor.rest}",
41543
+ "filePath": "src/tokens/component/label.json5",
41544
+ "isSource": true,
41545
+ "$type": "color"
41546
+ },
41547
+ "dark-high-contrast": {
41548
+ "$value": "{label.pink.fgColor.rest}",
41549
+ "filePath": "src/tokens/component/label.json5",
41550
+ "isSource": true,
41551
+ "$type": "color"
41552
+ },
41553
+ "dark-dimmed-high-contrast": {
41554
+ "$value": "{label.pink.fgColor.rest}",
41555
+ "filePath": "src/tokens/component/label.json5",
41556
+ "isSource": true,
41557
+ "$type": "color"
41558
+ },
41559
+ "dark-tritanopia-high-contrast": {
41560
+ "$value": "{label.pink.fgColor.rest}",
41561
+ "filePath": "src/tokens/component/label.json5",
41562
+ "isSource": true,
41563
+ "$type": "color"
41564
+ },
41565
+ "dark-protanopia-deuteranopia-high-contrast": {
41566
+ "$value": "{label.pink.fgColor.rest}",
41567
+ "filePath": "src/tokens/component/label.json5",
41568
+ "isSource": true,
41569
+ "$type": "color"
41570
+ },
41571
+ "light-tritanopia-high-contrast": {
41572
+ "$value": "{label.pink.fgColor.rest}",
41573
+ "filePath": "src/tokens/component/label.json5",
41574
+ "isSource": true,
41575
+ "$type": "color"
41576
+ },
41577
+ "light-protanopia-deuteranopia-high-contrast": {
41578
+ "$value": "{label.pink.fgColor.rest}",
41579
+ "filePath": "src/tokens/component/label.json5",
41580
+ "isSource": true,
41581
+ "$type": "color"
41582
+ }
41583
+ }
41584
+ },
41585
+ "key": "{label.pink.borderColor}"
41586
+ },
41587
+ "name": "label-pink-borderColor",
41588
+ "attributes": {},
41589
+ "path": ["label", "pink", "borderColor"],
41590
+ "value": "#00000000",
41591
+ "type": "color"
41592
+ },
39623
41593
  "label-pink-fgColor-active": {
39624
41594
  "key": "{label.pink.fgColor.active}",
39625
41595
  "$extensions": {
@@ -39890,6 +41860,147 @@
39890
41860
  "value": "#2a0e3f",
39891
41861
  "type": "color"
39892
41862
  },
41863
+ "label-plum-borderColor": {
41864
+ "key": "{label.plum.borderColor}",
41865
+ "$extensions": {
41866
+ "org.primer.figma": {
41867
+ "collection": "mode",
41868
+ "group": "component",
41869
+ "scopes": ["borderColor"]
41870
+ },
41871
+ "org.primer.overrides": {
41872
+ "dark": {
41873
+ "$value": "#00000000",
41874
+ "filePath": "src/tokens/component/label.json5",
41875
+ "isSource": true,
41876
+ "$type": "color"
41877
+ },
41878
+ "dark-dimmed": {
41879
+ "$value": "#00000000",
41880
+ "filePath": "src/tokens/component/label.json5",
41881
+ "isSource": true,
41882
+ "$type": "color"
41883
+ },
41884
+ "light-high-contrast": {
41885
+ "$value": "#d07ef7",
41886
+ "filePath": "src/tokens/component/label.json5",
41887
+ "isSource": true,
41888
+ "$type": "color"
41889
+ },
41890
+ "dark-high-contrast": {
41891
+ "$value": "#d07ef7",
41892
+ "filePath": "src/tokens/component/label.json5",
41893
+ "isSource": true,
41894
+ "$type": "color"
41895
+ },
41896
+ "dark-dimmed-high-contrast": {
41897
+ "$value": "#d07ef7",
41898
+ "filePath": "src/tokens/component/label.json5",
41899
+ "isSource": true,
41900
+ "$type": "color"
41901
+ },
41902
+ "dark-tritanopia-high-contrast": {
41903
+ "$value": "#d07ef7",
41904
+ "filePath": "src/tokens/component/label.json5",
41905
+ "isSource": true,
41906
+ "$type": "color"
41907
+ },
41908
+ "dark-protanopia-deuteranopia-high-contrast": {
41909
+ "$value": "#d07ef7",
41910
+ "filePath": "src/tokens/component/label.json5",
41911
+ "isSource": true,
41912
+ "$type": "color"
41913
+ },
41914
+ "light-tritanopia-high-contrast": {
41915
+ "$value": "#d07ef7",
41916
+ "filePath": "src/tokens/component/label.json5",
41917
+ "isSource": true,
41918
+ "$type": "color"
41919
+ },
41920
+ "light-protanopia-deuteranopia-high-contrast": {
41921
+ "$value": "#d07ef7",
41922
+ "filePath": "src/tokens/component/label.json5",
41923
+ "isSource": true,
41924
+ "$type": "color"
41925
+ }
41926
+ }
41927
+ },
41928
+ "filePath": "src/tokens/component/label.json5",
41929
+ "isSource": true,
41930
+ "original": {
41931
+ "$value": "{base.color.transparent}",
41932
+ "$type": "color",
41933
+ "$extensions": {
41934
+ "org.primer.figma": {
41935
+ "collection": "mode",
41936
+ "group": "component",
41937
+ "scopes": ["borderColor"]
41938
+ },
41939
+ "org.primer.overrides": {
41940
+ "dark": {
41941
+ "$value": "{base.color.transparent}",
41942
+ "filePath": "src/tokens/component/label.json5",
41943
+ "isSource": true,
41944
+ "$type": "color"
41945
+ },
41946
+ "dark-dimmed": {
41947
+ "$value": "{base.color.transparent}",
41948
+ "filePath": "src/tokens/component/label.json5",
41949
+ "isSource": true,
41950
+ "$type": "color"
41951
+ },
41952
+ "light-high-contrast": {
41953
+ "$value": "{label.plum.fgColor.rest}",
41954
+ "filePath": "src/tokens/component/label.json5",
41955
+ "isSource": true,
41956
+ "$type": "color"
41957
+ },
41958
+ "dark-high-contrast": {
41959
+ "$value": "{label.plum.fgColor.rest}",
41960
+ "filePath": "src/tokens/component/label.json5",
41961
+ "isSource": true,
41962
+ "$type": "color"
41963
+ },
41964
+ "dark-dimmed-high-contrast": {
41965
+ "$value": "{label.plum.fgColor.rest}",
41966
+ "filePath": "src/tokens/component/label.json5",
41967
+ "isSource": true,
41968
+ "$type": "color"
41969
+ },
41970
+ "dark-tritanopia-high-contrast": {
41971
+ "$value": "{label.plum.fgColor.rest}",
41972
+ "filePath": "src/tokens/component/label.json5",
41973
+ "isSource": true,
41974
+ "$type": "color"
41975
+ },
41976
+ "dark-protanopia-deuteranopia-high-contrast": {
41977
+ "$value": "{label.plum.fgColor.rest}",
41978
+ "filePath": "src/tokens/component/label.json5",
41979
+ "isSource": true,
41980
+ "$type": "color"
41981
+ },
41982
+ "light-tritanopia-high-contrast": {
41983
+ "$value": "{label.plum.fgColor.rest}",
41984
+ "filePath": "src/tokens/component/label.json5",
41985
+ "isSource": true,
41986
+ "$type": "color"
41987
+ },
41988
+ "light-protanopia-deuteranopia-high-contrast": {
41989
+ "$value": "{label.plum.fgColor.rest}",
41990
+ "filePath": "src/tokens/component/label.json5",
41991
+ "isSource": true,
41992
+ "$type": "color"
41993
+ }
41994
+ }
41995
+ },
41996
+ "key": "{label.plum.borderColor}"
41997
+ },
41998
+ "name": "label-plum-borderColor",
41999
+ "attributes": {},
42000
+ "path": ["label", "plum", "borderColor"],
42001
+ "value": "#00000000",
42002
+ "type": "color"
42003
+ },
39893
42004
  "label-plum-fgColor-active": {
39894
42005
  "key": "{label.plum.fgColor.active}",
39895
42006
  "$extensions": {
@@ -40160,6 +42271,147 @@
40160
42271
  "value": "#211047",
40161
42272
  "type": "color"
40162
42273
  },
42274
+ "label-purple-borderColor": {
42275
+ "key": "{label.purple.borderColor}",
42276
+ "$extensions": {
42277
+ "org.primer.figma": {
42278
+ "collection": "mode",
42279
+ "group": "component",
42280
+ "scopes": ["borderColor"]
42281
+ },
42282
+ "org.primer.overrides": {
42283
+ "dark": {
42284
+ "$value": "#00000000",
42285
+ "filePath": "src/tokens/component/label.json5",
42286
+ "isSource": true,
42287
+ "$type": "color"
42288
+ },
42289
+ "dark-dimmed": {
42290
+ "$value": "#00000000",
42291
+ "filePath": "src/tokens/component/label.json5",
42292
+ "isSource": true,
42293
+ "$type": "color"
42294
+ },
42295
+ "light-high-contrast": {
42296
+ "$value": "#b687f7",
42297
+ "filePath": "src/tokens/component/label.json5",
42298
+ "isSource": true,
42299
+ "$type": "color"
42300
+ },
42301
+ "dark-high-contrast": {
42302
+ "$value": "#b687f7",
42303
+ "filePath": "src/tokens/component/label.json5",
42304
+ "isSource": true,
42305
+ "$type": "color"
42306
+ },
42307
+ "dark-dimmed-high-contrast": {
42308
+ "$value": "#b687f7",
42309
+ "filePath": "src/tokens/component/label.json5",
42310
+ "isSource": true,
42311
+ "$type": "color"
42312
+ },
42313
+ "dark-tritanopia-high-contrast": {
42314
+ "$value": "#b687f7",
42315
+ "filePath": "src/tokens/component/label.json5",
42316
+ "isSource": true,
42317
+ "$type": "color"
42318
+ },
42319
+ "dark-protanopia-deuteranopia-high-contrast": {
42320
+ "$value": "#b687f7",
42321
+ "filePath": "src/tokens/component/label.json5",
42322
+ "isSource": true,
42323
+ "$type": "color"
42324
+ },
42325
+ "light-tritanopia-high-contrast": {
42326
+ "$value": "#b687f7",
42327
+ "filePath": "src/tokens/component/label.json5",
42328
+ "isSource": true,
42329
+ "$type": "color"
42330
+ },
42331
+ "light-protanopia-deuteranopia-high-contrast": {
42332
+ "$value": "#b687f7",
42333
+ "filePath": "src/tokens/component/label.json5",
42334
+ "isSource": true,
42335
+ "$type": "color"
42336
+ }
42337
+ }
42338
+ },
42339
+ "filePath": "src/tokens/component/label.json5",
42340
+ "isSource": true,
42341
+ "original": {
42342
+ "$value": "{base.color.transparent}",
42343
+ "$type": "color",
42344
+ "$extensions": {
42345
+ "org.primer.figma": {
42346
+ "collection": "mode",
42347
+ "group": "component",
42348
+ "scopes": ["borderColor"]
42349
+ },
42350
+ "org.primer.overrides": {
42351
+ "dark": {
42352
+ "$value": "{base.color.transparent}",
42353
+ "filePath": "src/tokens/component/label.json5",
42354
+ "isSource": true,
42355
+ "$type": "color"
42356
+ },
42357
+ "dark-dimmed": {
42358
+ "$value": "{base.color.transparent}",
42359
+ "filePath": "src/tokens/component/label.json5",
42360
+ "isSource": true,
42361
+ "$type": "color"
42362
+ },
42363
+ "light-high-contrast": {
42364
+ "$value": "{label.purple.fgColor.rest}",
42365
+ "filePath": "src/tokens/component/label.json5",
42366
+ "isSource": true,
42367
+ "$type": "color"
42368
+ },
42369
+ "dark-high-contrast": {
42370
+ "$value": "{label.purple.fgColor.rest}",
42371
+ "filePath": "src/tokens/component/label.json5",
42372
+ "isSource": true,
42373
+ "$type": "color"
42374
+ },
42375
+ "dark-dimmed-high-contrast": {
42376
+ "$value": "{label.purple.fgColor.rest}",
42377
+ "filePath": "src/tokens/component/label.json5",
42378
+ "isSource": true,
42379
+ "$type": "color"
42380
+ },
42381
+ "dark-tritanopia-high-contrast": {
42382
+ "$value": "{label.purple.fgColor.rest}",
42383
+ "filePath": "src/tokens/component/label.json5",
42384
+ "isSource": true,
42385
+ "$type": "color"
42386
+ },
42387
+ "dark-protanopia-deuteranopia-high-contrast": {
42388
+ "$value": "{label.purple.fgColor.rest}",
42389
+ "filePath": "src/tokens/component/label.json5",
42390
+ "isSource": true,
42391
+ "$type": "color"
42392
+ },
42393
+ "light-tritanopia-high-contrast": {
42394
+ "$value": "{label.purple.fgColor.rest}",
42395
+ "filePath": "src/tokens/component/label.json5",
42396
+ "isSource": true,
42397
+ "$type": "color"
42398
+ },
42399
+ "light-protanopia-deuteranopia-high-contrast": {
42400
+ "$value": "{label.purple.fgColor.rest}",
42401
+ "filePath": "src/tokens/component/label.json5",
42402
+ "isSource": true,
42403
+ "$type": "color"
42404
+ }
42405
+ }
42406
+ },
42407
+ "key": "{label.purple.borderColor}"
42408
+ },
42409
+ "name": "label-purple-borderColor",
42410
+ "attributes": {},
42411
+ "path": ["label", "purple", "borderColor"],
42412
+ "value": "#00000000",
42413
+ "type": "color"
42414
+ },
40163
42415
  "label-purple-fgColor-active": {
40164
42416
  "key": "{label.purple.fgColor.active}",
40165
42417
  "$extensions": {
@@ -40430,6 +42682,147 @@
40430
42682
  "value": "#3c0614",
40431
42683
  "type": "color"
40432
42684
  },
42685
+ "label-red-borderColor": {
42686
+ "key": "{label.red.borderColor}",
42687
+ "$extensions": {
42688
+ "org.primer.figma": {
42689
+ "collection": "mode",
42690
+ "group": "component",
42691
+ "scopes": ["borderColor"]
42692
+ },
42693
+ "org.primer.overrides": {
42694
+ "dark": {
42695
+ "$value": "#00000000",
42696
+ "filePath": "src/tokens/component/label.json5",
42697
+ "isSource": true,
42698
+ "$type": "color"
42699
+ },
42700
+ "dark-dimmed": {
42701
+ "$value": "#00000000",
42702
+ "filePath": "src/tokens/component/label.json5",
42703
+ "isSource": true,
42704
+ "$type": "color"
42705
+ },
42706
+ "light-high-contrast": {
42707
+ "$value": "#f27d83",
42708
+ "filePath": "src/tokens/component/label.json5",
42709
+ "isSource": true,
42710
+ "$type": "color"
42711
+ },
42712
+ "dark-high-contrast": {
42713
+ "$value": "#f27d83",
42714
+ "filePath": "src/tokens/component/label.json5",
42715
+ "isSource": true,
42716
+ "$type": "color"
42717
+ },
42718
+ "dark-dimmed-high-contrast": {
42719
+ "$value": "#f27d83",
42720
+ "filePath": "src/tokens/component/label.json5",
42721
+ "isSource": true,
42722
+ "$type": "color"
42723
+ },
42724
+ "dark-tritanopia-high-contrast": {
42725
+ "$value": "#f27d83",
42726
+ "filePath": "src/tokens/component/label.json5",
42727
+ "isSource": true,
42728
+ "$type": "color"
42729
+ },
42730
+ "dark-protanopia-deuteranopia-high-contrast": {
42731
+ "$value": "#f27d83",
42732
+ "filePath": "src/tokens/component/label.json5",
42733
+ "isSource": true,
42734
+ "$type": "color"
42735
+ },
42736
+ "light-tritanopia-high-contrast": {
42737
+ "$value": "#f27d83",
42738
+ "filePath": "src/tokens/component/label.json5",
42739
+ "isSource": true,
42740
+ "$type": "color"
42741
+ },
42742
+ "light-protanopia-deuteranopia-high-contrast": {
42743
+ "$value": "#f27d83",
42744
+ "filePath": "src/tokens/component/label.json5",
42745
+ "isSource": true,
42746
+ "$type": "color"
42747
+ }
42748
+ }
42749
+ },
42750
+ "filePath": "src/tokens/component/label.json5",
42751
+ "isSource": true,
42752
+ "original": {
42753
+ "$value": "{base.color.transparent}",
42754
+ "$type": "color",
42755
+ "$extensions": {
42756
+ "org.primer.figma": {
42757
+ "collection": "mode",
42758
+ "group": "component",
42759
+ "scopes": ["borderColor"]
42760
+ },
42761
+ "org.primer.overrides": {
42762
+ "dark": {
42763
+ "$value": "{base.color.transparent}",
42764
+ "filePath": "src/tokens/component/label.json5",
42765
+ "isSource": true,
42766
+ "$type": "color"
42767
+ },
42768
+ "dark-dimmed": {
42769
+ "$value": "{base.color.transparent}",
42770
+ "filePath": "src/tokens/component/label.json5",
42771
+ "isSource": true,
42772
+ "$type": "color"
42773
+ },
42774
+ "light-high-contrast": {
42775
+ "$value": "{label.red.fgColor.rest}",
42776
+ "filePath": "src/tokens/component/label.json5",
42777
+ "isSource": true,
42778
+ "$type": "color"
42779
+ },
42780
+ "dark-high-contrast": {
42781
+ "$value": "{label.red.fgColor.rest}",
42782
+ "filePath": "src/tokens/component/label.json5",
42783
+ "isSource": true,
42784
+ "$type": "color"
42785
+ },
42786
+ "dark-dimmed-high-contrast": {
42787
+ "$value": "{label.red.fgColor.rest}",
42788
+ "filePath": "src/tokens/component/label.json5",
42789
+ "isSource": true,
42790
+ "$type": "color"
42791
+ },
42792
+ "dark-tritanopia-high-contrast": {
42793
+ "$value": "{label.red.fgColor.rest}",
42794
+ "filePath": "src/tokens/component/label.json5",
42795
+ "isSource": true,
42796
+ "$type": "color"
42797
+ },
42798
+ "dark-protanopia-deuteranopia-high-contrast": {
42799
+ "$value": "{label.red.fgColor.rest}",
42800
+ "filePath": "src/tokens/component/label.json5",
42801
+ "isSource": true,
42802
+ "$type": "color"
42803
+ },
42804
+ "light-tritanopia-high-contrast": {
42805
+ "$value": "{label.red.fgColor.rest}",
42806
+ "filePath": "src/tokens/component/label.json5",
42807
+ "isSource": true,
42808
+ "$type": "color"
42809
+ },
42810
+ "light-protanopia-deuteranopia-high-contrast": {
42811
+ "$value": "{label.red.fgColor.rest}",
42812
+ "filePath": "src/tokens/component/label.json5",
42813
+ "isSource": true,
42814
+ "$type": "color"
42815
+ }
42816
+ }
42817
+ },
42818
+ "key": "{label.red.borderColor}"
42819
+ },
42820
+ "name": "label-red-borderColor",
42821
+ "attributes": {},
42822
+ "path": ["label", "red", "borderColor"],
42823
+ "value": "#00000000",
42824
+ "type": "color"
42825
+ },
40433
42826
  "label-red-fgColor-active": {
40434
42827
  "key": "{label.red.fgColor.active}",
40435
42828
  "$extensions": {
@@ -40700,6 +43093,147 @@
40700
43093
  "value": "#041f25",
40701
43094
  "type": "color"
40702
43095
  },
43096
+ "label-teal-borderColor": {
43097
+ "key": "{label.teal.borderColor}",
43098
+ "$extensions": {
43099
+ "org.primer.figma": {
43100
+ "collection": "mode",
43101
+ "group": "component",
43102
+ "scopes": ["borderColor"]
43103
+ },
43104
+ "org.primer.overrides": {
43105
+ "dark": {
43106
+ "$value": "#00000000",
43107
+ "filePath": "src/tokens/component/label.json5",
43108
+ "isSource": true,
43109
+ "$type": "color"
43110
+ },
43111
+ "dark-dimmed": {
43112
+ "$value": "#00000000",
43113
+ "filePath": "src/tokens/component/label.json5",
43114
+ "isSource": true,
43115
+ "$type": "color"
43116
+ },
43117
+ "light-high-contrast": {
43118
+ "$value": "#1cb0ab",
43119
+ "filePath": "src/tokens/component/label.json5",
43120
+ "isSource": true,
43121
+ "$type": "color"
43122
+ },
43123
+ "dark-high-contrast": {
43124
+ "$value": "#1cb0ab",
43125
+ "filePath": "src/tokens/component/label.json5",
43126
+ "isSource": true,
43127
+ "$type": "color"
43128
+ },
43129
+ "dark-dimmed-high-contrast": {
43130
+ "$value": "#1cb0ab",
43131
+ "filePath": "src/tokens/component/label.json5",
43132
+ "isSource": true,
43133
+ "$type": "color"
43134
+ },
43135
+ "dark-tritanopia-high-contrast": {
43136
+ "$value": "#1cb0ab",
43137
+ "filePath": "src/tokens/component/label.json5",
43138
+ "isSource": true,
43139
+ "$type": "color"
43140
+ },
43141
+ "dark-protanopia-deuteranopia-high-contrast": {
43142
+ "$value": "#1cb0ab",
43143
+ "filePath": "src/tokens/component/label.json5",
43144
+ "isSource": true,
43145
+ "$type": "color"
43146
+ },
43147
+ "light-tritanopia-high-contrast": {
43148
+ "$value": "#1cb0ab",
43149
+ "filePath": "src/tokens/component/label.json5",
43150
+ "isSource": true,
43151
+ "$type": "color"
43152
+ },
43153
+ "light-protanopia-deuteranopia-high-contrast": {
43154
+ "$value": "#1cb0ab",
43155
+ "filePath": "src/tokens/component/label.json5",
43156
+ "isSource": true,
43157
+ "$type": "color"
43158
+ }
43159
+ }
43160
+ },
43161
+ "filePath": "src/tokens/component/label.json5",
43162
+ "isSource": true,
43163
+ "original": {
43164
+ "$value": "{base.color.transparent}",
43165
+ "$type": "color",
43166
+ "$extensions": {
43167
+ "org.primer.figma": {
43168
+ "collection": "mode",
43169
+ "group": "component",
43170
+ "scopes": ["borderColor"]
43171
+ },
43172
+ "org.primer.overrides": {
43173
+ "dark": {
43174
+ "$value": "{base.color.transparent}",
43175
+ "filePath": "src/tokens/component/label.json5",
43176
+ "isSource": true,
43177
+ "$type": "color"
43178
+ },
43179
+ "dark-dimmed": {
43180
+ "$value": "{base.color.transparent}",
43181
+ "filePath": "src/tokens/component/label.json5",
43182
+ "isSource": true,
43183
+ "$type": "color"
43184
+ },
43185
+ "light-high-contrast": {
43186
+ "$value": "{label.teal.fgColor.rest}",
43187
+ "filePath": "src/tokens/component/label.json5",
43188
+ "isSource": true,
43189
+ "$type": "color"
43190
+ },
43191
+ "dark-high-contrast": {
43192
+ "$value": "{label.teal.fgColor.rest}",
43193
+ "filePath": "src/tokens/component/label.json5",
43194
+ "isSource": true,
43195
+ "$type": "color"
43196
+ },
43197
+ "dark-dimmed-high-contrast": {
43198
+ "$value": "{label.teal.fgColor.rest}",
43199
+ "filePath": "src/tokens/component/label.json5",
43200
+ "isSource": true,
43201
+ "$type": "color"
43202
+ },
43203
+ "dark-tritanopia-high-contrast": {
43204
+ "$value": "{label.teal.fgColor.rest}",
43205
+ "filePath": "src/tokens/component/label.json5",
43206
+ "isSource": true,
43207
+ "$type": "color"
43208
+ },
43209
+ "dark-protanopia-deuteranopia-high-contrast": {
43210
+ "$value": "{label.teal.fgColor.rest}",
43211
+ "filePath": "src/tokens/component/label.json5",
43212
+ "isSource": true,
43213
+ "$type": "color"
43214
+ },
43215
+ "light-tritanopia-high-contrast": {
43216
+ "$value": "{label.teal.fgColor.rest}",
43217
+ "filePath": "src/tokens/component/label.json5",
43218
+ "isSource": true,
43219
+ "$type": "color"
43220
+ },
43221
+ "light-protanopia-deuteranopia-high-contrast": {
43222
+ "$value": "{label.teal.fgColor.rest}",
43223
+ "filePath": "src/tokens/component/label.json5",
43224
+ "isSource": true,
43225
+ "$type": "color"
43226
+ }
43227
+ }
43228
+ },
43229
+ "key": "{label.teal.borderColor}"
43230
+ },
43231
+ "name": "label-teal-borderColor",
43232
+ "attributes": {},
43233
+ "path": ["label", "teal", "borderColor"],
43234
+ "value": "#00000000",
43235
+ "type": "color"
43236
+ },
40703
43237
  "label-teal-fgColor-active": {
40704
43238
  "key": "{label.teal.fgColor.active}",
40705
43239
  "$extensions": {
@@ -40970,6 +43504,147 @@
40970
43504
  "value": "#2e1a00",
40971
43505
  "type": "color"
40972
43506
  },
43507
+ "label-yellow-borderColor": {
43508
+ "key": "{label.yellow.borderColor}",
43509
+ "$extensions": {
43510
+ "org.primer.figma": {
43511
+ "collection": "mode",
43512
+ "group": "component",
43513
+ "scopes": ["borderColor"]
43514
+ },
43515
+ "org.primer.overrides": {
43516
+ "dark": {
43517
+ "$value": "#00000000",
43518
+ "filePath": "src/tokens/component/label.json5",
43519
+ "isSource": true,
43520
+ "$type": "color"
43521
+ },
43522
+ "dark-dimmed": {
43523
+ "$value": "#00000000",
43524
+ "filePath": "src/tokens/component/label.json5",
43525
+ "isSource": true,
43526
+ "$type": "color"
43527
+ },
43528
+ "light-high-contrast": {
43529
+ "$value": "#d3910d",
43530
+ "filePath": "src/tokens/component/label.json5",
43531
+ "isSource": true,
43532
+ "$type": "color"
43533
+ },
43534
+ "dark-high-contrast": {
43535
+ "$value": "#d3910d",
43536
+ "filePath": "src/tokens/component/label.json5",
43537
+ "isSource": true,
43538
+ "$type": "color"
43539
+ },
43540
+ "dark-dimmed-high-contrast": {
43541
+ "$value": "#d3910d",
43542
+ "filePath": "src/tokens/component/label.json5",
43543
+ "isSource": true,
43544
+ "$type": "color"
43545
+ },
43546
+ "dark-tritanopia-high-contrast": {
43547
+ "$value": "#d3910d",
43548
+ "filePath": "src/tokens/component/label.json5",
43549
+ "isSource": true,
43550
+ "$type": "color"
43551
+ },
43552
+ "dark-protanopia-deuteranopia-high-contrast": {
43553
+ "$value": "#d3910d",
43554
+ "filePath": "src/tokens/component/label.json5",
43555
+ "isSource": true,
43556
+ "$type": "color"
43557
+ },
43558
+ "light-tritanopia-high-contrast": {
43559
+ "$value": "#d3910d",
43560
+ "filePath": "src/tokens/component/label.json5",
43561
+ "isSource": true,
43562
+ "$type": "color"
43563
+ },
43564
+ "light-protanopia-deuteranopia-high-contrast": {
43565
+ "$value": "#d3910d",
43566
+ "filePath": "src/tokens/component/label.json5",
43567
+ "isSource": true,
43568
+ "$type": "color"
43569
+ }
43570
+ }
43571
+ },
43572
+ "filePath": "src/tokens/component/label.json5",
43573
+ "isSource": true,
43574
+ "original": {
43575
+ "$value": "{base.color.transparent}",
43576
+ "$type": "color",
43577
+ "$extensions": {
43578
+ "org.primer.figma": {
43579
+ "collection": "mode",
43580
+ "group": "component",
43581
+ "scopes": ["borderColor"]
43582
+ },
43583
+ "org.primer.overrides": {
43584
+ "dark": {
43585
+ "$value": "{base.color.transparent}",
43586
+ "filePath": "src/tokens/component/label.json5",
43587
+ "isSource": true,
43588
+ "$type": "color"
43589
+ },
43590
+ "dark-dimmed": {
43591
+ "$value": "{base.color.transparent}",
43592
+ "filePath": "src/tokens/component/label.json5",
43593
+ "isSource": true,
43594
+ "$type": "color"
43595
+ },
43596
+ "light-high-contrast": {
43597
+ "$value": "{label.yellow.fgColor.rest}",
43598
+ "filePath": "src/tokens/component/label.json5",
43599
+ "isSource": true,
43600
+ "$type": "color"
43601
+ },
43602
+ "dark-high-contrast": {
43603
+ "$value": "{label.yellow.fgColor.rest}",
43604
+ "filePath": "src/tokens/component/label.json5",
43605
+ "isSource": true,
43606
+ "$type": "color"
43607
+ },
43608
+ "dark-dimmed-high-contrast": {
43609
+ "$value": "{label.yellow.fgColor.rest}",
43610
+ "filePath": "src/tokens/component/label.json5",
43611
+ "isSource": true,
43612
+ "$type": "color"
43613
+ },
43614
+ "dark-tritanopia-high-contrast": {
43615
+ "$value": "{label.yellow.fgColor.rest}",
43616
+ "filePath": "src/tokens/component/label.json5",
43617
+ "isSource": true,
43618
+ "$type": "color"
43619
+ },
43620
+ "dark-protanopia-deuteranopia-high-contrast": {
43621
+ "$value": "{label.yellow.fgColor.rest}",
43622
+ "filePath": "src/tokens/component/label.json5",
43623
+ "isSource": true,
43624
+ "$type": "color"
43625
+ },
43626
+ "light-tritanopia-high-contrast": {
43627
+ "$value": "{label.yellow.fgColor.rest}",
43628
+ "filePath": "src/tokens/component/label.json5",
43629
+ "isSource": true,
43630
+ "$type": "color"
43631
+ },
43632
+ "light-protanopia-deuteranopia-high-contrast": {
43633
+ "$value": "{label.yellow.fgColor.rest}",
43634
+ "filePath": "src/tokens/component/label.json5",
43635
+ "isSource": true,
43636
+ "$type": "color"
43637
+ }
43638
+ }
43639
+ },
43640
+ "key": "{label.yellow.borderColor}"
43641
+ },
43642
+ "name": "label-yellow-borderColor",
43643
+ "attributes": {},
43644
+ "path": ["label", "yellow", "borderColor"],
43645
+ "value": "#00000000",
43646
+ "type": "color"
43647
+ },
40973
43648
  "label-yellow-fgColor-active": {
40974
43649
  "key": "{label.yellow.fgColor.active}",
40975
43650
  "$extensions": {