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