@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
@@ -7234,7 +7234,7 @@
7234
7234
  },
7235
7235
  "org.primer.overrides": {
7236
7236
  "dark": {
7237
- "$value": "#656c7699",
7237
+ "$value": "#656c76",
7238
7238
  "filePath": "src/tokens/component/button.json5",
7239
7239
  "isSource": true,
7240
7240
  "$type": "color"
@@ -7266,7 +7266,7 @@
7266
7266
  "name": "button-invisible-fgColor-disabled",
7267
7267
  "attributes": {},
7268
7268
  "path": ["button", "invisible", "fgColor", "disabled"],
7269
- "value": "#656c7699",
7269
+ "value": "#656c76",
7270
7270
  "type": "color"
7271
7271
  },
7272
7272
  "button-invisible-fgColor-hover": {
@@ -7405,7 +7405,7 @@
7405
7405
  },
7406
7406
  "org.primer.overrides": {
7407
7407
  "dark": {
7408
- "$value": "#656c7699",
7408
+ "$value": "#656c76",
7409
7409
  "filePath": "src/tokens/component/button.json5",
7410
7410
  "isSource": true,
7411
7411
  "$type": "color"
@@ -7437,7 +7437,7 @@
7437
7437
  "name": "button-invisible-iconColor-disabled",
7438
7438
  "attributes": {},
7439
7439
  "path": ["button", "invisible", "iconColor", "disabled"],
7440
- "value": "#656c7699",
7440
+ "value": "#656c76",
7441
7441
  "type": "color"
7442
7442
  },
7443
7443
  "button-invisible-iconColor-hover": {
@@ -14660,7 +14660,7 @@
14660
14660
  "scopes": ["bgColor"]
14661
14661
  },
14662
14662
  "org.primer.overrides": {
14663
- "dark": "#656c7699"
14663
+ "dark": "#656c76"
14664
14664
  }
14665
14665
  },
14666
14666
  "filePath": "src/tokens/functional/color/control.json5",
@@ -14683,7 +14683,7 @@
14683
14683
  "name": "control-checked-bgColor-disabled",
14684
14684
  "attributes": {},
14685
14685
  "path": ["control", "checked", "bgColor", "disabled"],
14686
- "value": "#656c7699",
14686
+ "value": "#656c76",
14687
14687
  "type": "color"
14688
14688
  },
14689
14689
  "control-checked-bgColor-hover": {
@@ -14992,7 +14992,7 @@
14992
14992
  "scopes": ["borderColor"]
14993
14993
  },
14994
14994
  "org.primer.overrides": {
14995
- "dark": "#656c7699"
14995
+ "dark": "#656c76"
14996
14996
  }
14997
14997
  },
14998
14998
  "filePath": "src/tokens/functional/color/control.json5",
@@ -15015,7 +15015,7 @@
15015
15015
  "name": "control-checked-borderColor-disabled",
15016
15016
  "attributes": {},
15017
15017
  "path": ["control", "checked", "borderColor", "disabled"],
15018
- "value": "#656c7699",
15018
+ "value": "#656c76",
15019
15019
  "type": "color"
15020
15020
  },
15021
15021
  "control-checked-borderColor-hover": {
@@ -15745,7 +15745,7 @@
15745
15745
  "scopes": ["fgColor"]
15746
15746
  },
15747
15747
  "org.primer.overrides": {
15748
- "dark": "#656c7699"
15748
+ "dark": "#656c76"
15749
15749
  }
15750
15750
  },
15751
15751
  "filePath": "src/tokens/functional/color/control.json5",
@@ -15768,7 +15768,7 @@
15768
15768
  "name": "control-fgColor-disabled",
15769
15769
  "attributes": {},
15770
15770
  "path": ["control", "fgColor", "disabled"],
15771
- "value": "#656c7699",
15771
+ "value": "#656c76",
15772
15772
  "type": "color"
15773
15773
  },
15774
15774
  "control-fgColor-placeholder": {
@@ -16363,7 +16363,7 @@
16363
16363
  "org.primer.overrides": {
16364
16364
  "dark": {
16365
16365
  "$value": "#656c76",
16366
- "alpha": 0.1,
16366
+ "alpha": 0.2,
16367
16367
  "filePath": "src/tokens/functional/color/control.json5",
16368
16368
  "isSource": true,
16369
16369
  "$type": "color"
@@ -16426,7 +16426,7 @@
16426
16426
  }
16427
16427
  }
16428
16428
  },
16429
- "alpha": 0.1,
16429
+ "alpha": 0.2,
16430
16430
  "filePath": "src/tokens/functional/color/control.json5",
16431
16431
  "isSource": true,
16432
16432
  "original": {
@@ -16441,7 +16441,7 @@
16441
16441
  "org.primer.overrides": {
16442
16442
  "dark": {
16443
16443
  "$value": "{base.color.neutral.8}",
16444
- "alpha": 0.1,
16444
+ "alpha": 0.2,
16445
16445
  "filePath": "src/tokens/functional/color/control.json5",
16446
16446
  "isSource": true,
16447
16447
  "$type": "color"
@@ -16504,13 +16504,13 @@
16504
16504
  }
16505
16505
  }
16506
16506
  },
16507
- "alpha": 0.1,
16507
+ "alpha": 0.2,
16508
16508
  "key": "{control.transparent.bgColor.selected}"
16509
16509
  },
16510
16510
  "name": "control-transparent-bgColor-selected",
16511
16511
  "attributes": {},
16512
16512
  "path": ["control", "transparent", "bgColor", "selected"],
16513
- "value": "#656c761a",
16513
+ "value": "#656c7633",
16514
16514
  "type": "color"
16515
16515
  },
16516
16516
  "control-transparent-borderColor-active": {
@@ -17148,7 +17148,7 @@
17148
17148
  "scopes": ["bgColor"]
17149
17149
  },
17150
17150
  "org.primer.overrides": {
17151
- "dark": "#656c7699"
17151
+ "dark": "#656c76"
17152
17152
  }
17153
17153
  },
17154
17154
  "filePath": "src/tokens/functional/color/control.json5",
@@ -17171,7 +17171,7 @@
17171
17171
  "name": "controlTrack-bgColor-disabled",
17172
17172
  "attributes": {},
17173
17173
  "path": ["controlTrack", "bgColor", "disabled"],
17174
- "value": "#656c7699",
17174
+ "value": "#656c76",
17175
17175
  "type": "color"
17176
17176
  },
17177
17177
  "controlTrack-bgColor-hover": {
@@ -17445,7 +17445,7 @@
17445
17445
  "scopes": ["borderColor"]
17446
17446
  },
17447
17447
  "org.primer.overrides": {
17448
- "dark": "#656c7699"
17448
+ "dark": "#656c76"
17449
17449
  }
17450
17450
  },
17451
17451
  "filePath": "src/tokens/functional/color/control.json5",
@@ -17468,7 +17468,7 @@
17468
17468
  "name": "controlTrack-borderColor-disabled",
17469
17469
  "attributes": {},
17470
17470
  "path": ["controlTrack", "borderColor", "disabled"],
17471
- "value": "#656c7699",
17471
+ "value": "#656c76",
17472
17472
  "type": "color"
17473
17473
  },
17474
17474
  "controlTrack-borderColor-rest": {
@@ -35038,7 +35038,6 @@
35038
35038
  "org.primer.overrides": {
35039
35039
  "dark": {
35040
35040
  "$value": "#656c76",
35041
- "alpha": 0.6,
35042
35041
  "filePath": "src/tokens/functional/color/fgColor.json5",
35043
35042
  "isSource": true,
35044
35043
  "$type": "color"
@@ -35055,7 +35054,6 @@
35055
35054
  },
35056
35055
  "filePath": "src/tokens/functional/color/fgColor.json5",
35057
35056
  "isSource": true,
35058
- "alpha": 0.6,
35059
35057
  "original": {
35060
35058
  "$value": "{base.color.neutral.8}",
35061
35059
  "$type": "color",
@@ -35068,7 +35066,6 @@
35068
35066
  "org.primer.overrides": {
35069
35067
  "dark": {
35070
35068
  "$value": "{base.color.neutral.8}",
35071
- "alpha": 0.6,
35072
35069
  "filePath": "src/tokens/functional/color/fgColor.json5",
35073
35070
  "isSource": true,
35074
35071
  "$type": "color"
@@ -35083,13 +35080,12 @@
35083
35080
  "dark-protanopia-deuteranopia-high-contrast": "{base.color.neutral.8}"
35084
35081
  }
35085
35082
  },
35086
- "alpha": 0.6,
35087
35083
  "key": "{fgColor.disabled}"
35088
35084
  },
35089
35085
  "name": "fgColor-disabled",
35090
35086
  "attributes": {},
35091
35087
  "path": ["fgColor", "disabled"],
35092
- "value": "#656c7699",
35088
+ "value": "#656c76",
35093
35089
  "type": "color"
35094
35090
  },
35095
35091
  "fgColor-done": {
@@ -36120,6 +36116,147 @@
36120
36116
  "value": "#271817",
36121
36117
  "type": "color"
36122
36118
  },
36119
+ "label-auburn-borderColor": {
36120
+ "key": "{label.auburn.borderColor}",
36121
+ "$extensions": {
36122
+ "org.primer.figma": {
36123
+ "collection": "mode",
36124
+ "group": "component",
36125
+ "scopes": ["borderColor"]
36126
+ },
36127
+ "org.primer.overrides": {
36128
+ "dark": {
36129
+ "$value": "#00000000",
36130
+ "filePath": "src/tokens/component/label.json5",
36131
+ "isSource": true,
36132
+ "$type": "color"
36133
+ },
36134
+ "dark-dimmed": {
36135
+ "$value": "#00000000",
36136
+ "filePath": "src/tokens/component/label.json5",
36137
+ "isSource": true,
36138
+ "$type": "color"
36139
+ },
36140
+ "light-high-contrast": {
36141
+ "$value": "#bf9592",
36142
+ "filePath": "src/tokens/component/label.json5",
36143
+ "isSource": true,
36144
+ "$type": "color"
36145
+ },
36146
+ "dark-high-contrast": {
36147
+ "$value": "#bf9592",
36148
+ "filePath": "src/tokens/component/label.json5",
36149
+ "isSource": true,
36150
+ "$type": "color"
36151
+ },
36152
+ "dark-dimmed-high-contrast": {
36153
+ "$value": "#bf9592",
36154
+ "filePath": "src/tokens/component/label.json5",
36155
+ "isSource": true,
36156
+ "$type": "color"
36157
+ },
36158
+ "dark-tritanopia-high-contrast": {
36159
+ "$value": "#bf9592",
36160
+ "filePath": "src/tokens/component/label.json5",
36161
+ "isSource": true,
36162
+ "$type": "color"
36163
+ },
36164
+ "dark-protanopia-deuteranopia-high-contrast": {
36165
+ "$value": "#bf9592",
36166
+ "filePath": "src/tokens/component/label.json5",
36167
+ "isSource": true,
36168
+ "$type": "color"
36169
+ },
36170
+ "light-tritanopia-high-contrast": {
36171
+ "$value": "#bf9592",
36172
+ "filePath": "src/tokens/component/label.json5",
36173
+ "isSource": true,
36174
+ "$type": "color"
36175
+ },
36176
+ "light-protanopia-deuteranopia-high-contrast": {
36177
+ "$value": "#bf9592",
36178
+ "filePath": "src/tokens/component/label.json5",
36179
+ "isSource": true,
36180
+ "$type": "color"
36181
+ }
36182
+ }
36183
+ },
36184
+ "filePath": "src/tokens/component/label.json5",
36185
+ "isSource": true,
36186
+ "original": {
36187
+ "$value": "{base.color.transparent}",
36188
+ "$type": "color",
36189
+ "$extensions": {
36190
+ "org.primer.figma": {
36191
+ "collection": "mode",
36192
+ "group": "component",
36193
+ "scopes": ["borderColor"]
36194
+ },
36195
+ "org.primer.overrides": {
36196
+ "dark": {
36197
+ "$value": "{base.color.transparent}",
36198
+ "filePath": "src/tokens/component/label.json5",
36199
+ "isSource": true,
36200
+ "$type": "color"
36201
+ },
36202
+ "dark-dimmed": {
36203
+ "$value": "{base.color.transparent}",
36204
+ "filePath": "src/tokens/component/label.json5",
36205
+ "isSource": true,
36206
+ "$type": "color"
36207
+ },
36208
+ "light-high-contrast": {
36209
+ "$value": "{label.auburn.fgColor.rest}",
36210
+ "filePath": "src/tokens/component/label.json5",
36211
+ "isSource": true,
36212
+ "$type": "color"
36213
+ },
36214
+ "dark-high-contrast": {
36215
+ "$value": "{label.auburn.fgColor.rest}",
36216
+ "filePath": "src/tokens/component/label.json5",
36217
+ "isSource": true,
36218
+ "$type": "color"
36219
+ },
36220
+ "dark-dimmed-high-contrast": {
36221
+ "$value": "{label.auburn.fgColor.rest}",
36222
+ "filePath": "src/tokens/component/label.json5",
36223
+ "isSource": true,
36224
+ "$type": "color"
36225
+ },
36226
+ "dark-tritanopia-high-contrast": {
36227
+ "$value": "{label.auburn.fgColor.rest}",
36228
+ "filePath": "src/tokens/component/label.json5",
36229
+ "isSource": true,
36230
+ "$type": "color"
36231
+ },
36232
+ "dark-protanopia-deuteranopia-high-contrast": {
36233
+ "$value": "{label.auburn.fgColor.rest}",
36234
+ "filePath": "src/tokens/component/label.json5",
36235
+ "isSource": true,
36236
+ "$type": "color"
36237
+ },
36238
+ "light-tritanopia-high-contrast": {
36239
+ "$value": "{label.auburn.fgColor.rest}",
36240
+ "filePath": "src/tokens/component/label.json5",
36241
+ "isSource": true,
36242
+ "$type": "color"
36243
+ },
36244
+ "light-protanopia-deuteranopia-high-contrast": {
36245
+ "$value": "{label.auburn.fgColor.rest}",
36246
+ "filePath": "src/tokens/component/label.json5",
36247
+ "isSource": true,
36248
+ "$type": "color"
36249
+ }
36250
+ }
36251
+ },
36252
+ "key": "{label.auburn.borderColor}"
36253
+ },
36254
+ "name": "label-auburn-borderColor",
36255
+ "attributes": {},
36256
+ "path": ["label", "auburn", "borderColor"],
36257
+ "value": "#00000000",
36258
+ "type": "color"
36259
+ },
36123
36260
  "label-auburn-fgColor-active": {
36124
36261
  "key": "{label.auburn.fgColor.active}",
36125
36262
  "$extensions": {
@@ -36390,6 +36527,147 @@
36390
36527
  "value": "#001a47",
36391
36528
  "type": "color"
36392
36529
  },
36530
+ "label-blue-borderColor": {
36531
+ "key": "{label.blue.borderColor}",
36532
+ "$extensions": {
36533
+ "org.primer.figma": {
36534
+ "collection": "mode",
36535
+ "group": "component",
36536
+ "scopes": ["borderColor"]
36537
+ },
36538
+ "org.primer.overrides": {
36539
+ "dark": {
36540
+ "$value": "#00000000",
36541
+ "filePath": "src/tokens/component/label.json5",
36542
+ "isSource": true,
36543
+ "$type": "color"
36544
+ },
36545
+ "dark-dimmed": {
36546
+ "$value": "#00000000",
36547
+ "filePath": "src/tokens/component/label.json5",
36548
+ "isSource": true,
36549
+ "$type": "color"
36550
+ },
36551
+ "light-high-contrast": {
36552
+ "$value": "#4da0ff",
36553
+ "filePath": "src/tokens/component/label.json5",
36554
+ "isSource": true,
36555
+ "$type": "color"
36556
+ },
36557
+ "dark-high-contrast": {
36558
+ "$value": "#4da0ff",
36559
+ "filePath": "src/tokens/component/label.json5",
36560
+ "isSource": true,
36561
+ "$type": "color"
36562
+ },
36563
+ "dark-dimmed-high-contrast": {
36564
+ "$value": "#4da0ff",
36565
+ "filePath": "src/tokens/component/label.json5",
36566
+ "isSource": true,
36567
+ "$type": "color"
36568
+ },
36569
+ "dark-tritanopia-high-contrast": {
36570
+ "$value": "#4da0ff",
36571
+ "filePath": "src/tokens/component/label.json5",
36572
+ "isSource": true,
36573
+ "$type": "color"
36574
+ },
36575
+ "dark-protanopia-deuteranopia-high-contrast": {
36576
+ "$value": "#4da0ff",
36577
+ "filePath": "src/tokens/component/label.json5",
36578
+ "isSource": true,
36579
+ "$type": "color"
36580
+ },
36581
+ "light-tritanopia-high-contrast": {
36582
+ "$value": "#4da0ff",
36583
+ "filePath": "src/tokens/component/label.json5",
36584
+ "isSource": true,
36585
+ "$type": "color"
36586
+ },
36587
+ "light-protanopia-deuteranopia-high-contrast": {
36588
+ "$value": "#4da0ff",
36589
+ "filePath": "src/tokens/component/label.json5",
36590
+ "isSource": true,
36591
+ "$type": "color"
36592
+ }
36593
+ }
36594
+ },
36595
+ "filePath": "src/tokens/component/label.json5",
36596
+ "isSource": true,
36597
+ "original": {
36598
+ "$value": "{base.color.transparent}",
36599
+ "$type": "color",
36600
+ "$extensions": {
36601
+ "org.primer.figma": {
36602
+ "collection": "mode",
36603
+ "group": "component",
36604
+ "scopes": ["borderColor"]
36605
+ },
36606
+ "org.primer.overrides": {
36607
+ "dark": {
36608
+ "$value": "{base.color.transparent}",
36609
+ "filePath": "src/tokens/component/label.json5",
36610
+ "isSource": true,
36611
+ "$type": "color"
36612
+ },
36613
+ "dark-dimmed": {
36614
+ "$value": "{base.color.transparent}",
36615
+ "filePath": "src/tokens/component/label.json5",
36616
+ "isSource": true,
36617
+ "$type": "color"
36618
+ },
36619
+ "light-high-contrast": {
36620
+ "$value": "{label.blue.fgColor.rest}",
36621
+ "filePath": "src/tokens/component/label.json5",
36622
+ "isSource": true,
36623
+ "$type": "color"
36624
+ },
36625
+ "dark-high-contrast": {
36626
+ "$value": "{label.blue.fgColor.rest}",
36627
+ "filePath": "src/tokens/component/label.json5",
36628
+ "isSource": true,
36629
+ "$type": "color"
36630
+ },
36631
+ "dark-dimmed-high-contrast": {
36632
+ "$value": "{label.blue.fgColor.rest}",
36633
+ "filePath": "src/tokens/component/label.json5",
36634
+ "isSource": true,
36635
+ "$type": "color"
36636
+ },
36637
+ "dark-tritanopia-high-contrast": {
36638
+ "$value": "{label.blue.fgColor.rest}",
36639
+ "filePath": "src/tokens/component/label.json5",
36640
+ "isSource": true,
36641
+ "$type": "color"
36642
+ },
36643
+ "dark-protanopia-deuteranopia-high-contrast": {
36644
+ "$value": "{label.blue.fgColor.rest}",
36645
+ "filePath": "src/tokens/component/label.json5",
36646
+ "isSource": true,
36647
+ "$type": "color"
36648
+ },
36649
+ "light-tritanopia-high-contrast": {
36650
+ "$value": "{label.blue.fgColor.rest}",
36651
+ "filePath": "src/tokens/component/label.json5",
36652
+ "isSource": true,
36653
+ "$type": "color"
36654
+ },
36655
+ "light-protanopia-deuteranopia-high-contrast": {
36656
+ "$value": "{label.blue.fgColor.rest}",
36657
+ "filePath": "src/tokens/component/label.json5",
36658
+ "isSource": true,
36659
+ "$type": "color"
36660
+ }
36661
+ }
36662
+ },
36663
+ "key": "{label.blue.borderColor}"
36664
+ },
36665
+ "name": "label-blue-borderColor",
36666
+ "attributes": {},
36667
+ "path": ["label", "blue", "borderColor"],
36668
+ "value": "#00000000",
36669
+ "type": "color"
36670
+ },
36393
36671
  "label-blue-fgColor-active": {
36394
36672
  "key": "{label.blue.fgColor.active}",
36395
36673
  "$extensions": {
@@ -36660,6 +36938,147 @@
36660
36938
  "value": "#241c14",
36661
36939
  "type": "color"
36662
36940
  },
36941
+ "label-brown-borderColor": {
36942
+ "key": "{label.brown.borderColor}",
36943
+ "$extensions": {
36944
+ "org.primer.figma": {
36945
+ "collection": "mode",
36946
+ "group": "component",
36947
+ "scopes": ["borderColor"]
36948
+ },
36949
+ "org.primer.overrides": {
36950
+ "dark": {
36951
+ "$value": "#00000000",
36952
+ "filePath": "src/tokens/component/label.json5",
36953
+ "isSource": true,
36954
+ "$type": "color"
36955
+ },
36956
+ "dark-dimmed": {
36957
+ "$value": "#00000000",
36958
+ "filePath": "src/tokens/component/label.json5",
36959
+ "isSource": true,
36960
+ "$type": "color"
36961
+ },
36962
+ "light-high-contrast": {
36963
+ "$value": "#b69a6d",
36964
+ "filePath": "src/tokens/component/label.json5",
36965
+ "isSource": true,
36966
+ "$type": "color"
36967
+ },
36968
+ "dark-high-contrast": {
36969
+ "$value": "#b69a6d",
36970
+ "filePath": "src/tokens/component/label.json5",
36971
+ "isSource": true,
36972
+ "$type": "color"
36973
+ },
36974
+ "dark-dimmed-high-contrast": {
36975
+ "$value": "#b69a6d",
36976
+ "filePath": "src/tokens/component/label.json5",
36977
+ "isSource": true,
36978
+ "$type": "color"
36979
+ },
36980
+ "dark-tritanopia-high-contrast": {
36981
+ "$value": "#b69a6d",
36982
+ "filePath": "src/tokens/component/label.json5",
36983
+ "isSource": true,
36984
+ "$type": "color"
36985
+ },
36986
+ "dark-protanopia-deuteranopia-high-contrast": {
36987
+ "$value": "#b69a6d",
36988
+ "filePath": "src/tokens/component/label.json5",
36989
+ "isSource": true,
36990
+ "$type": "color"
36991
+ },
36992
+ "light-tritanopia-high-contrast": {
36993
+ "$value": "#b69a6d",
36994
+ "filePath": "src/tokens/component/label.json5",
36995
+ "isSource": true,
36996
+ "$type": "color"
36997
+ },
36998
+ "light-protanopia-deuteranopia-high-contrast": {
36999
+ "$value": "#b69a6d",
37000
+ "filePath": "src/tokens/component/label.json5",
37001
+ "isSource": true,
37002
+ "$type": "color"
37003
+ }
37004
+ }
37005
+ },
37006
+ "filePath": "src/tokens/component/label.json5",
37007
+ "isSource": true,
37008
+ "original": {
37009
+ "$value": "{base.color.transparent}",
37010
+ "$type": "color",
37011
+ "$extensions": {
37012
+ "org.primer.figma": {
37013
+ "collection": "mode",
37014
+ "group": "component",
37015
+ "scopes": ["borderColor"]
37016
+ },
37017
+ "org.primer.overrides": {
37018
+ "dark": {
37019
+ "$value": "{base.color.transparent}",
37020
+ "filePath": "src/tokens/component/label.json5",
37021
+ "isSource": true,
37022
+ "$type": "color"
37023
+ },
37024
+ "dark-dimmed": {
37025
+ "$value": "{base.color.transparent}",
37026
+ "filePath": "src/tokens/component/label.json5",
37027
+ "isSource": true,
37028
+ "$type": "color"
37029
+ },
37030
+ "light-high-contrast": {
37031
+ "$value": "{label.brown.fgColor.rest}",
37032
+ "filePath": "src/tokens/component/label.json5",
37033
+ "isSource": true,
37034
+ "$type": "color"
37035
+ },
37036
+ "dark-high-contrast": {
37037
+ "$value": "{label.brown.fgColor.rest}",
37038
+ "filePath": "src/tokens/component/label.json5",
37039
+ "isSource": true,
37040
+ "$type": "color"
37041
+ },
37042
+ "dark-dimmed-high-contrast": {
37043
+ "$value": "{label.brown.fgColor.rest}",
37044
+ "filePath": "src/tokens/component/label.json5",
37045
+ "isSource": true,
37046
+ "$type": "color"
37047
+ },
37048
+ "dark-tritanopia-high-contrast": {
37049
+ "$value": "{label.brown.fgColor.rest}",
37050
+ "filePath": "src/tokens/component/label.json5",
37051
+ "isSource": true,
37052
+ "$type": "color"
37053
+ },
37054
+ "dark-protanopia-deuteranopia-high-contrast": {
37055
+ "$value": "{label.brown.fgColor.rest}",
37056
+ "filePath": "src/tokens/component/label.json5",
37057
+ "isSource": true,
37058
+ "$type": "color"
37059
+ },
37060
+ "light-tritanopia-high-contrast": {
37061
+ "$value": "{label.brown.fgColor.rest}",
37062
+ "filePath": "src/tokens/component/label.json5",
37063
+ "isSource": true,
37064
+ "$type": "color"
37065
+ },
37066
+ "light-protanopia-deuteranopia-high-contrast": {
37067
+ "$value": "{label.brown.fgColor.rest}",
37068
+ "filePath": "src/tokens/component/label.json5",
37069
+ "isSource": true,
37070
+ "$type": "color"
37071
+ }
37072
+ }
37073
+ },
37074
+ "key": "{label.brown.borderColor}"
37075
+ },
37076
+ "name": "label-brown-borderColor",
37077
+ "attributes": {},
37078
+ "path": ["label", "brown", "borderColor"],
37079
+ "value": "#00000000",
37080
+ "type": "color"
37081
+ },
36663
37082
  "label-brown-fgColor-active": {
36664
37083
  "key": "{label.brown.fgColor.active}",
36665
37084
  "$extensions": {
@@ -36930,6 +37349,147 @@
36930
37349
  "value": "#351008",
36931
37350
  "type": "color"
36932
37351
  },
37352
+ "label-coral-borderColor": {
37353
+ "key": "{label.coral.borderColor}",
37354
+ "$extensions": {
37355
+ "org.primer.figma": {
37356
+ "collection": "mode",
37357
+ "group": "component",
37358
+ "scopes": ["borderColor"]
37359
+ },
37360
+ "org.primer.overrides": {
37361
+ "dark": {
37362
+ "$value": "#00000000",
37363
+ "filePath": "src/tokens/component/label.json5",
37364
+ "isSource": true,
37365
+ "$type": "color"
37366
+ },
37367
+ "dark-dimmed": {
37368
+ "$value": "#00000000",
37369
+ "filePath": "src/tokens/component/label.json5",
37370
+ "isSource": true,
37371
+ "$type": "color"
37372
+ },
37373
+ "light-high-contrast": {
37374
+ "$value": "#f7794b",
37375
+ "filePath": "src/tokens/component/label.json5",
37376
+ "isSource": true,
37377
+ "$type": "color"
37378
+ },
37379
+ "dark-high-contrast": {
37380
+ "$value": "#f7794b",
37381
+ "filePath": "src/tokens/component/label.json5",
37382
+ "isSource": true,
37383
+ "$type": "color"
37384
+ },
37385
+ "dark-dimmed-high-contrast": {
37386
+ "$value": "#f7794b",
37387
+ "filePath": "src/tokens/component/label.json5",
37388
+ "isSource": true,
37389
+ "$type": "color"
37390
+ },
37391
+ "dark-tritanopia-high-contrast": {
37392
+ "$value": "#f7794b",
37393
+ "filePath": "src/tokens/component/label.json5",
37394
+ "isSource": true,
37395
+ "$type": "color"
37396
+ },
37397
+ "dark-protanopia-deuteranopia-high-contrast": {
37398
+ "$value": "#f7794b",
37399
+ "filePath": "src/tokens/component/label.json5",
37400
+ "isSource": true,
37401
+ "$type": "color"
37402
+ },
37403
+ "light-tritanopia-high-contrast": {
37404
+ "$value": "#f7794b",
37405
+ "filePath": "src/tokens/component/label.json5",
37406
+ "isSource": true,
37407
+ "$type": "color"
37408
+ },
37409
+ "light-protanopia-deuteranopia-high-contrast": {
37410
+ "$value": "#f7794b",
37411
+ "filePath": "src/tokens/component/label.json5",
37412
+ "isSource": true,
37413
+ "$type": "color"
37414
+ }
37415
+ }
37416
+ },
37417
+ "filePath": "src/tokens/component/label.json5",
37418
+ "isSource": true,
37419
+ "original": {
37420
+ "$value": "{base.color.transparent}",
37421
+ "$type": "color",
37422
+ "$extensions": {
37423
+ "org.primer.figma": {
37424
+ "collection": "mode",
37425
+ "group": "component",
37426
+ "scopes": ["borderColor"]
37427
+ },
37428
+ "org.primer.overrides": {
37429
+ "dark": {
37430
+ "$value": "{base.color.transparent}",
37431
+ "filePath": "src/tokens/component/label.json5",
37432
+ "isSource": true,
37433
+ "$type": "color"
37434
+ },
37435
+ "dark-dimmed": {
37436
+ "$value": "{base.color.transparent}",
37437
+ "filePath": "src/tokens/component/label.json5",
37438
+ "isSource": true,
37439
+ "$type": "color"
37440
+ },
37441
+ "light-high-contrast": {
37442
+ "$value": "{label.coral.fgColor.rest}",
37443
+ "filePath": "src/tokens/component/label.json5",
37444
+ "isSource": true,
37445
+ "$type": "color"
37446
+ },
37447
+ "dark-high-contrast": {
37448
+ "$value": "{label.coral.fgColor.rest}",
37449
+ "filePath": "src/tokens/component/label.json5",
37450
+ "isSource": true,
37451
+ "$type": "color"
37452
+ },
37453
+ "dark-dimmed-high-contrast": {
37454
+ "$value": "{label.coral.fgColor.rest}",
37455
+ "filePath": "src/tokens/component/label.json5",
37456
+ "isSource": true,
37457
+ "$type": "color"
37458
+ },
37459
+ "dark-tritanopia-high-contrast": {
37460
+ "$value": "{label.coral.fgColor.rest}",
37461
+ "filePath": "src/tokens/component/label.json5",
37462
+ "isSource": true,
37463
+ "$type": "color"
37464
+ },
37465
+ "dark-protanopia-deuteranopia-high-contrast": {
37466
+ "$value": "{label.coral.fgColor.rest}",
37467
+ "filePath": "src/tokens/component/label.json5",
37468
+ "isSource": true,
37469
+ "$type": "color"
37470
+ },
37471
+ "light-tritanopia-high-contrast": {
37472
+ "$value": "{label.coral.fgColor.rest}",
37473
+ "filePath": "src/tokens/component/label.json5",
37474
+ "isSource": true,
37475
+ "$type": "color"
37476
+ },
37477
+ "light-protanopia-deuteranopia-high-contrast": {
37478
+ "$value": "{label.coral.fgColor.rest}",
37479
+ "filePath": "src/tokens/component/label.json5",
37480
+ "isSource": true,
37481
+ "$type": "color"
37482
+ }
37483
+ }
37484
+ },
37485
+ "key": "{label.coral.borderColor}"
37486
+ },
37487
+ "name": "label-coral-borderColor",
37488
+ "attributes": {},
37489
+ "path": ["label", "coral", "borderColor"],
37490
+ "value": "#00000000",
37491
+ "type": "color"
37492
+ },
36933
37493
  "label-coral-fgColor-active": {
36934
37494
  "key": "{label.coral.fgColor.active}",
36935
37495
  "$extensions": {
@@ -37200,6 +37760,147 @@
37200
37760
  "value": "#001f29",
37201
37761
  "type": "color"
37202
37762
  },
37763
+ "label-cyan-borderColor": {
37764
+ "key": "{label.cyan.borderColor}",
37765
+ "$extensions": {
37766
+ "org.primer.figma": {
37767
+ "collection": "mode",
37768
+ "group": "component",
37769
+ "scopes": ["borderColor"]
37770
+ },
37771
+ "org.primer.overrides": {
37772
+ "dark": {
37773
+ "$value": "#00000000",
37774
+ "filePath": "src/tokens/component/label.json5",
37775
+ "isSource": true,
37776
+ "$type": "color"
37777
+ },
37778
+ "dark-dimmed": {
37779
+ "$value": "#00000000",
37780
+ "filePath": "src/tokens/component/label.json5",
37781
+ "isSource": true,
37782
+ "$type": "color"
37783
+ },
37784
+ "light-high-contrast": {
37785
+ "$value": "#07ace4",
37786
+ "filePath": "src/tokens/component/label.json5",
37787
+ "isSource": true,
37788
+ "$type": "color"
37789
+ },
37790
+ "dark-high-contrast": {
37791
+ "$value": "#07ace4",
37792
+ "filePath": "src/tokens/component/label.json5",
37793
+ "isSource": true,
37794
+ "$type": "color"
37795
+ },
37796
+ "dark-dimmed-high-contrast": {
37797
+ "$value": "#07ace4",
37798
+ "filePath": "src/tokens/component/label.json5",
37799
+ "isSource": true,
37800
+ "$type": "color"
37801
+ },
37802
+ "dark-tritanopia-high-contrast": {
37803
+ "$value": "#07ace4",
37804
+ "filePath": "src/tokens/component/label.json5",
37805
+ "isSource": true,
37806
+ "$type": "color"
37807
+ },
37808
+ "dark-protanopia-deuteranopia-high-contrast": {
37809
+ "$value": "#07ace4",
37810
+ "filePath": "src/tokens/component/label.json5",
37811
+ "isSource": true,
37812
+ "$type": "color"
37813
+ },
37814
+ "light-tritanopia-high-contrast": {
37815
+ "$value": "#07ace4",
37816
+ "filePath": "src/tokens/component/label.json5",
37817
+ "isSource": true,
37818
+ "$type": "color"
37819
+ },
37820
+ "light-protanopia-deuteranopia-high-contrast": {
37821
+ "$value": "#07ace4",
37822
+ "filePath": "src/tokens/component/label.json5",
37823
+ "isSource": true,
37824
+ "$type": "color"
37825
+ }
37826
+ }
37827
+ },
37828
+ "filePath": "src/tokens/component/label.json5",
37829
+ "isSource": true,
37830
+ "original": {
37831
+ "$value": "{base.color.transparent}",
37832
+ "$type": "color",
37833
+ "$extensions": {
37834
+ "org.primer.figma": {
37835
+ "collection": "mode",
37836
+ "group": "component",
37837
+ "scopes": ["borderColor"]
37838
+ },
37839
+ "org.primer.overrides": {
37840
+ "dark": {
37841
+ "$value": "{base.color.transparent}",
37842
+ "filePath": "src/tokens/component/label.json5",
37843
+ "isSource": true,
37844
+ "$type": "color"
37845
+ },
37846
+ "dark-dimmed": {
37847
+ "$value": "{base.color.transparent}",
37848
+ "filePath": "src/tokens/component/label.json5",
37849
+ "isSource": true,
37850
+ "$type": "color"
37851
+ },
37852
+ "light-high-contrast": {
37853
+ "$value": "{label.cyan.fgColor.rest}",
37854
+ "filePath": "src/tokens/component/label.json5",
37855
+ "isSource": true,
37856
+ "$type": "color"
37857
+ },
37858
+ "dark-high-contrast": {
37859
+ "$value": "{label.cyan.fgColor.rest}",
37860
+ "filePath": "src/tokens/component/label.json5",
37861
+ "isSource": true,
37862
+ "$type": "color"
37863
+ },
37864
+ "dark-dimmed-high-contrast": {
37865
+ "$value": "{label.cyan.fgColor.rest}",
37866
+ "filePath": "src/tokens/component/label.json5",
37867
+ "isSource": true,
37868
+ "$type": "color"
37869
+ },
37870
+ "dark-tritanopia-high-contrast": {
37871
+ "$value": "{label.cyan.fgColor.rest}",
37872
+ "filePath": "src/tokens/component/label.json5",
37873
+ "isSource": true,
37874
+ "$type": "color"
37875
+ },
37876
+ "dark-protanopia-deuteranopia-high-contrast": {
37877
+ "$value": "{label.cyan.fgColor.rest}",
37878
+ "filePath": "src/tokens/component/label.json5",
37879
+ "isSource": true,
37880
+ "$type": "color"
37881
+ },
37882
+ "light-tritanopia-high-contrast": {
37883
+ "$value": "{label.cyan.fgColor.rest}",
37884
+ "filePath": "src/tokens/component/label.json5",
37885
+ "isSource": true,
37886
+ "$type": "color"
37887
+ },
37888
+ "light-protanopia-deuteranopia-high-contrast": {
37889
+ "$value": "{label.cyan.fgColor.rest}",
37890
+ "filePath": "src/tokens/component/label.json5",
37891
+ "isSource": true,
37892
+ "$type": "color"
37893
+ }
37894
+ }
37895
+ },
37896
+ "key": "{label.cyan.borderColor}"
37897
+ },
37898
+ "name": "label-cyan-borderColor",
37899
+ "attributes": {},
37900
+ "path": ["label", "cyan", "borderColor"],
37901
+ "value": "#00000000",
37902
+ "type": "color"
37903
+ },
37203
37904
  "label-cyan-fgColor-active": {
37204
37905
  "key": "{label.cyan.fgColor.active}",
37205
37906
  "$extensions": {
@@ -37470,6 +38171,147 @@
37470
38171
  "value": "#1c1c1c",
37471
38172
  "type": "color"
37472
38173
  },
38174
+ "label-gray-borderColor": {
38175
+ "key": "{label.gray.borderColor}",
38176
+ "$extensions": {
38177
+ "org.primer.figma": {
38178
+ "collection": "mode",
38179
+ "group": "component",
38180
+ "scopes": ["borderColor"]
38181
+ },
38182
+ "org.primer.overrides": {
38183
+ "dark": {
38184
+ "$value": "#00000000",
38185
+ "filePath": "src/tokens/component/label.json5",
38186
+ "isSource": true,
38187
+ "$type": "color"
38188
+ },
38189
+ "dark-dimmed": {
38190
+ "$value": "#00000000",
38191
+ "filePath": "src/tokens/component/label.json5",
38192
+ "isSource": true,
38193
+ "$type": "color"
38194
+ },
38195
+ "light-high-contrast": {
38196
+ "$value": "#92a1b5",
38197
+ "filePath": "src/tokens/component/label.json5",
38198
+ "isSource": true,
38199
+ "$type": "color"
38200
+ },
38201
+ "dark-high-contrast": {
38202
+ "$value": "#92a1b5",
38203
+ "filePath": "src/tokens/component/label.json5",
38204
+ "isSource": true,
38205
+ "$type": "color"
38206
+ },
38207
+ "dark-dimmed-high-contrast": {
38208
+ "$value": "#92a1b5",
38209
+ "filePath": "src/tokens/component/label.json5",
38210
+ "isSource": true,
38211
+ "$type": "color"
38212
+ },
38213
+ "dark-tritanopia-high-contrast": {
38214
+ "$value": "#92a1b5",
38215
+ "filePath": "src/tokens/component/label.json5",
38216
+ "isSource": true,
38217
+ "$type": "color"
38218
+ },
38219
+ "dark-protanopia-deuteranopia-high-contrast": {
38220
+ "$value": "#92a1b5",
38221
+ "filePath": "src/tokens/component/label.json5",
38222
+ "isSource": true,
38223
+ "$type": "color"
38224
+ },
38225
+ "light-tritanopia-high-contrast": {
38226
+ "$value": "#92a1b5",
38227
+ "filePath": "src/tokens/component/label.json5",
38228
+ "isSource": true,
38229
+ "$type": "color"
38230
+ },
38231
+ "light-protanopia-deuteranopia-high-contrast": {
38232
+ "$value": "#92a1b5",
38233
+ "filePath": "src/tokens/component/label.json5",
38234
+ "isSource": true,
38235
+ "$type": "color"
38236
+ }
38237
+ }
38238
+ },
38239
+ "filePath": "src/tokens/component/label.json5",
38240
+ "isSource": true,
38241
+ "original": {
38242
+ "$value": "{base.color.transparent}",
38243
+ "$type": "color",
38244
+ "$extensions": {
38245
+ "org.primer.figma": {
38246
+ "collection": "mode",
38247
+ "group": "component",
38248
+ "scopes": ["borderColor"]
38249
+ },
38250
+ "org.primer.overrides": {
38251
+ "dark": {
38252
+ "$value": "{base.color.transparent}",
38253
+ "filePath": "src/tokens/component/label.json5",
38254
+ "isSource": true,
38255
+ "$type": "color"
38256
+ },
38257
+ "dark-dimmed": {
38258
+ "$value": "{base.color.transparent}",
38259
+ "filePath": "src/tokens/component/label.json5",
38260
+ "isSource": true,
38261
+ "$type": "color"
38262
+ },
38263
+ "light-high-contrast": {
38264
+ "$value": "{label.gray.fgColor.rest}",
38265
+ "filePath": "src/tokens/component/label.json5",
38266
+ "isSource": true,
38267
+ "$type": "color"
38268
+ },
38269
+ "dark-high-contrast": {
38270
+ "$value": "{label.gray.fgColor.rest}",
38271
+ "filePath": "src/tokens/component/label.json5",
38272
+ "isSource": true,
38273
+ "$type": "color"
38274
+ },
38275
+ "dark-dimmed-high-contrast": {
38276
+ "$value": "{label.gray.fgColor.rest}",
38277
+ "filePath": "src/tokens/component/label.json5",
38278
+ "isSource": true,
38279
+ "$type": "color"
38280
+ },
38281
+ "dark-tritanopia-high-contrast": {
38282
+ "$value": "{label.gray.fgColor.rest}",
38283
+ "filePath": "src/tokens/component/label.json5",
38284
+ "isSource": true,
38285
+ "$type": "color"
38286
+ },
38287
+ "dark-protanopia-deuteranopia-high-contrast": {
38288
+ "$value": "{label.gray.fgColor.rest}",
38289
+ "filePath": "src/tokens/component/label.json5",
38290
+ "isSource": true,
38291
+ "$type": "color"
38292
+ },
38293
+ "light-tritanopia-high-contrast": {
38294
+ "$value": "{label.gray.fgColor.rest}",
38295
+ "filePath": "src/tokens/component/label.json5",
38296
+ "isSource": true,
38297
+ "$type": "color"
38298
+ },
38299
+ "light-protanopia-deuteranopia-high-contrast": {
38300
+ "$value": "{label.gray.fgColor.rest}",
38301
+ "filePath": "src/tokens/component/label.json5",
38302
+ "isSource": true,
38303
+ "$type": "color"
38304
+ }
38305
+ }
38306
+ },
38307
+ "key": "{label.gray.borderColor}"
38308
+ },
38309
+ "name": "label-gray-borderColor",
38310
+ "attributes": {},
38311
+ "path": ["label", "gray", "borderColor"],
38312
+ "value": "#00000000",
38313
+ "type": "color"
38314
+ },
37473
38315
  "label-gray-fgColor-active": {
37474
38316
  "key": "{label.gray.fgColor.active}",
37475
38317
  "$extensions": {
@@ -37740,6 +38582,147 @@
37740
38582
  "value": "#122117",
37741
38583
  "type": "color"
37742
38584
  },
38585
+ "label-green-borderColor": {
38586
+ "key": "{label.green.borderColor}",
38587
+ "$extensions": {
38588
+ "org.primer.figma": {
38589
+ "collection": "mode",
38590
+ "group": "component",
38591
+ "scopes": ["borderColor"]
38592
+ },
38593
+ "org.primer.overrides": {
38594
+ "dark": {
38595
+ "$value": "#00000000",
38596
+ "filePath": "src/tokens/component/label.json5",
38597
+ "isSource": true,
38598
+ "$type": "color"
38599
+ },
38600
+ "dark-dimmed": {
38601
+ "$value": "#00000000",
38602
+ "filePath": "src/tokens/component/label.json5",
38603
+ "isSource": true,
38604
+ "$type": "color"
38605
+ },
38606
+ "light-high-contrast": {
38607
+ "$value": "#41b445",
38608
+ "filePath": "src/tokens/component/label.json5",
38609
+ "isSource": true,
38610
+ "$type": "color"
38611
+ },
38612
+ "dark-high-contrast": {
38613
+ "$value": "#41b445",
38614
+ "filePath": "src/tokens/component/label.json5",
38615
+ "isSource": true,
38616
+ "$type": "color"
38617
+ },
38618
+ "dark-dimmed-high-contrast": {
38619
+ "$value": "#41b445",
38620
+ "filePath": "src/tokens/component/label.json5",
38621
+ "isSource": true,
38622
+ "$type": "color"
38623
+ },
38624
+ "dark-tritanopia-high-contrast": {
38625
+ "$value": "#41b445",
38626
+ "filePath": "src/tokens/component/label.json5",
38627
+ "isSource": true,
38628
+ "$type": "color"
38629
+ },
38630
+ "dark-protanopia-deuteranopia-high-contrast": {
38631
+ "$value": "#41b445",
38632
+ "filePath": "src/tokens/component/label.json5",
38633
+ "isSource": true,
38634
+ "$type": "color"
38635
+ },
38636
+ "light-tritanopia-high-contrast": {
38637
+ "$value": "#41b445",
38638
+ "filePath": "src/tokens/component/label.json5",
38639
+ "isSource": true,
38640
+ "$type": "color"
38641
+ },
38642
+ "light-protanopia-deuteranopia-high-contrast": {
38643
+ "$value": "#41b445",
38644
+ "filePath": "src/tokens/component/label.json5",
38645
+ "isSource": true,
38646
+ "$type": "color"
38647
+ }
38648
+ }
38649
+ },
38650
+ "filePath": "src/tokens/component/label.json5",
38651
+ "isSource": true,
38652
+ "original": {
38653
+ "$value": "{base.color.transparent}",
38654
+ "$type": "color",
38655
+ "$extensions": {
38656
+ "org.primer.figma": {
38657
+ "collection": "mode",
38658
+ "group": "component",
38659
+ "scopes": ["borderColor"]
38660
+ },
38661
+ "org.primer.overrides": {
38662
+ "dark": {
38663
+ "$value": "{base.color.transparent}",
38664
+ "filePath": "src/tokens/component/label.json5",
38665
+ "isSource": true,
38666
+ "$type": "color"
38667
+ },
38668
+ "dark-dimmed": {
38669
+ "$value": "{base.color.transparent}",
38670
+ "filePath": "src/tokens/component/label.json5",
38671
+ "isSource": true,
38672
+ "$type": "color"
38673
+ },
38674
+ "light-high-contrast": {
38675
+ "$value": "{label.green.fgColor.rest}",
38676
+ "filePath": "src/tokens/component/label.json5",
38677
+ "isSource": true,
38678
+ "$type": "color"
38679
+ },
38680
+ "dark-high-contrast": {
38681
+ "$value": "{label.green.fgColor.rest}",
38682
+ "filePath": "src/tokens/component/label.json5",
38683
+ "isSource": true,
38684
+ "$type": "color"
38685
+ },
38686
+ "dark-dimmed-high-contrast": {
38687
+ "$value": "{label.green.fgColor.rest}",
38688
+ "filePath": "src/tokens/component/label.json5",
38689
+ "isSource": true,
38690
+ "$type": "color"
38691
+ },
38692
+ "dark-tritanopia-high-contrast": {
38693
+ "$value": "{label.green.fgColor.rest}",
38694
+ "filePath": "src/tokens/component/label.json5",
38695
+ "isSource": true,
38696
+ "$type": "color"
38697
+ },
38698
+ "dark-protanopia-deuteranopia-high-contrast": {
38699
+ "$value": "{label.green.fgColor.rest}",
38700
+ "filePath": "src/tokens/component/label.json5",
38701
+ "isSource": true,
38702
+ "$type": "color"
38703
+ },
38704
+ "light-tritanopia-high-contrast": {
38705
+ "$value": "{label.green.fgColor.rest}",
38706
+ "filePath": "src/tokens/component/label.json5",
38707
+ "isSource": true,
38708
+ "$type": "color"
38709
+ },
38710
+ "light-protanopia-deuteranopia-high-contrast": {
38711
+ "$value": "{label.green.fgColor.rest}",
38712
+ "filePath": "src/tokens/component/label.json5",
38713
+ "isSource": true,
38714
+ "$type": "color"
38715
+ }
38716
+ }
38717
+ },
38718
+ "key": "{label.green.borderColor}"
38719
+ },
38720
+ "name": "label-green-borderColor",
38721
+ "attributes": {},
38722
+ "path": ["label", "green", "borderColor"],
38723
+ "value": "#00000000",
38724
+ "type": "color"
38725
+ },
37743
38726
  "label-green-fgColor-active": {
37744
38727
  "key": "{label.green.fgColor.active}",
37745
38728
  "$extensions": {
@@ -38010,6 +38993,147 @@
38010
38993
  "value": "#1b183f",
38011
38994
  "type": "color"
38012
38995
  },
38996
+ "label-indigo-borderColor": {
38997
+ "key": "{label.indigo.borderColor}",
38998
+ "$extensions": {
38999
+ "org.primer.figma": {
39000
+ "collection": "mode",
39001
+ "group": "component",
39002
+ "scopes": ["borderColor"]
39003
+ },
39004
+ "org.primer.overrides": {
39005
+ "dark": {
39006
+ "$value": "#00000000",
39007
+ "filePath": "src/tokens/component/label.json5",
39008
+ "isSource": true,
39009
+ "$type": "color"
39010
+ },
39011
+ "dark-dimmed": {
39012
+ "$value": "#00000000",
39013
+ "filePath": "src/tokens/component/label.json5",
39014
+ "isSource": true,
39015
+ "$type": "color"
39016
+ },
39017
+ "light-high-contrast": {
39018
+ "$value": "#9899ec",
39019
+ "filePath": "src/tokens/component/label.json5",
39020
+ "isSource": true,
39021
+ "$type": "color"
39022
+ },
39023
+ "dark-high-contrast": {
39024
+ "$value": "#9899ec",
39025
+ "filePath": "src/tokens/component/label.json5",
39026
+ "isSource": true,
39027
+ "$type": "color"
39028
+ },
39029
+ "dark-dimmed-high-contrast": {
39030
+ "$value": "#9899ec",
39031
+ "filePath": "src/tokens/component/label.json5",
39032
+ "isSource": true,
39033
+ "$type": "color"
39034
+ },
39035
+ "dark-tritanopia-high-contrast": {
39036
+ "$value": "#9899ec",
39037
+ "filePath": "src/tokens/component/label.json5",
39038
+ "isSource": true,
39039
+ "$type": "color"
39040
+ },
39041
+ "dark-protanopia-deuteranopia-high-contrast": {
39042
+ "$value": "#9899ec",
39043
+ "filePath": "src/tokens/component/label.json5",
39044
+ "isSource": true,
39045
+ "$type": "color"
39046
+ },
39047
+ "light-tritanopia-high-contrast": {
39048
+ "$value": "#9899ec",
39049
+ "filePath": "src/tokens/component/label.json5",
39050
+ "isSource": true,
39051
+ "$type": "color"
39052
+ },
39053
+ "light-protanopia-deuteranopia-high-contrast": {
39054
+ "$value": "#9899ec",
39055
+ "filePath": "src/tokens/component/label.json5",
39056
+ "isSource": true,
39057
+ "$type": "color"
39058
+ }
39059
+ }
39060
+ },
39061
+ "filePath": "src/tokens/component/label.json5",
39062
+ "isSource": true,
39063
+ "original": {
39064
+ "$value": "{base.color.transparent}",
39065
+ "$type": "color",
39066
+ "$extensions": {
39067
+ "org.primer.figma": {
39068
+ "collection": "mode",
39069
+ "group": "component",
39070
+ "scopes": ["borderColor"]
39071
+ },
39072
+ "org.primer.overrides": {
39073
+ "dark": {
39074
+ "$value": "{base.color.transparent}",
39075
+ "filePath": "src/tokens/component/label.json5",
39076
+ "isSource": true,
39077
+ "$type": "color"
39078
+ },
39079
+ "dark-dimmed": {
39080
+ "$value": "{base.color.transparent}",
39081
+ "filePath": "src/tokens/component/label.json5",
39082
+ "isSource": true,
39083
+ "$type": "color"
39084
+ },
39085
+ "light-high-contrast": {
39086
+ "$value": "{label.indigo.fgColor.rest}",
39087
+ "filePath": "src/tokens/component/label.json5",
39088
+ "isSource": true,
39089
+ "$type": "color"
39090
+ },
39091
+ "dark-high-contrast": {
39092
+ "$value": "{label.indigo.fgColor.rest}",
39093
+ "filePath": "src/tokens/component/label.json5",
39094
+ "isSource": true,
39095
+ "$type": "color"
39096
+ },
39097
+ "dark-dimmed-high-contrast": {
39098
+ "$value": "{label.indigo.fgColor.rest}",
39099
+ "filePath": "src/tokens/component/label.json5",
39100
+ "isSource": true,
39101
+ "$type": "color"
39102
+ },
39103
+ "dark-tritanopia-high-contrast": {
39104
+ "$value": "{label.indigo.fgColor.rest}",
39105
+ "filePath": "src/tokens/component/label.json5",
39106
+ "isSource": true,
39107
+ "$type": "color"
39108
+ },
39109
+ "dark-protanopia-deuteranopia-high-contrast": {
39110
+ "$value": "{label.indigo.fgColor.rest}",
39111
+ "filePath": "src/tokens/component/label.json5",
39112
+ "isSource": true,
39113
+ "$type": "color"
39114
+ },
39115
+ "light-tritanopia-high-contrast": {
39116
+ "$value": "{label.indigo.fgColor.rest}",
39117
+ "filePath": "src/tokens/component/label.json5",
39118
+ "isSource": true,
39119
+ "$type": "color"
39120
+ },
39121
+ "light-protanopia-deuteranopia-high-contrast": {
39122
+ "$value": "{label.indigo.fgColor.rest}",
39123
+ "filePath": "src/tokens/component/label.json5",
39124
+ "isSource": true,
39125
+ "$type": "color"
39126
+ }
39127
+ }
39128
+ },
39129
+ "key": "{label.indigo.borderColor}"
39130
+ },
39131
+ "name": "label-indigo-borderColor",
39132
+ "attributes": {},
39133
+ "path": ["label", "indigo", "borderColor"],
39134
+ "value": "#00000000",
39135
+ "type": "color"
39136
+ },
38013
39137
  "label-indigo-fgColor-active": {
38014
39138
  "key": "{label.indigo.fgColor.active}",
38015
39139
  "$extensions": {
@@ -38280,6 +39404,147 @@
38280
39404
  "value": "#291d00",
38281
39405
  "type": "color"
38282
39406
  },
39407
+ "label-lemon-borderColor": {
39408
+ "key": "{label.lemon.borderColor}",
39409
+ "$extensions": {
39410
+ "org.primer.figma": {
39411
+ "collection": "mode",
39412
+ "group": "component",
39413
+ "scopes": ["borderColor"]
39414
+ },
39415
+ "org.primer.overrides": {
39416
+ "dark": {
39417
+ "$value": "#00000000",
39418
+ "filePath": "src/tokens/component/label.json5",
39419
+ "isSource": true,
39420
+ "$type": "color"
39421
+ },
39422
+ "dark-dimmed": {
39423
+ "$value": "#00000000",
39424
+ "filePath": "src/tokens/component/label.json5",
39425
+ "isSource": true,
39426
+ "$type": "color"
39427
+ },
39428
+ "light-high-contrast": {
39429
+ "$value": "#ba9b12",
39430
+ "filePath": "src/tokens/component/label.json5",
39431
+ "isSource": true,
39432
+ "$type": "color"
39433
+ },
39434
+ "dark-high-contrast": {
39435
+ "$value": "#ba9b12",
39436
+ "filePath": "src/tokens/component/label.json5",
39437
+ "isSource": true,
39438
+ "$type": "color"
39439
+ },
39440
+ "dark-dimmed-high-contrast": {
39441
+ "$value": "#ba9b12",
39442
+ "filePath": "src/tokens/component/label.json5",
39443
+ "isSource": true,
39444
+ "$type": "color"
39445
+ },
39446
+ "dark-tritanopia-high-contrast": {
39447
+ "$value": "#ba9b12",
39448
+ "filePath": "src/tokens/component/label.json5",
39449
+ "isSource": true,
39450
+ "$type": "color"
39451
+ },
39452
+ "dark-protanopia-deuteranopia-high-contrast": {
39453
+ "$value": "#ba9b12",
39454
+ "filePath": "src/tokens/component/label.json5",
39455
+ "isSource": true,
39456
+ "$type": "color"
39457
+ },
39458
+ "light-tritanopia-high-contrast": {
39459
+ "$value": "#ba9b12",
39460
+ "filePath": "src/tokens/component/label.json5",
39461
+ "isSource": true,
39462
+ "$type": "color"
39463
+ },
39464
+ "light-protanopia-deuteranopia-high-contrast": {
39465
+ "$value": "#ba9b12",
39466
+ "filePath": "src/tokens/component/label.json5",
39467
+ "isSource": true,
39468
+ "$type": "color"
39469
+ }
39470
+ }
39471
+ },
39472
+ "filePath": "src/tokens/component/label.json5",
39473
+ "isSource": true,
39474
+ "original": {
39475
+ "$value": "{base.color.transparent}",
39476
+ "$type": "color",
39477
+ "$extensions": {
39478
+ "org.primer.figma": {
39479
+ "collection": "mode",
39480
+ "group": "component",
39481
+ "scopes": ["borderColor"]
39482
+ },
39483
+ "org.primer.overrides": {
39484
+ "dark": {
39485
+ "$value": "{base.color.transparent}",
39486
+ "filePath": "src/tokens/component/label.json5",
39487
+ "isSource": true,
39488
+ "$type": "color"
39489
+ },
39490
+ "dark-dimmed": {
39491
+ "$value": "{base.color.transparent}",
39492
+ "filePath": "src/tokens/component/label.json5",
39493
+ "isSource": true,
39494
+ "$type": "color"
39495
+ },
39496
+ "light-high-contrast": {
39497
+ "$value": "{label.lemon.fgColor.rest}",
39498
+ "filePath": "src/tokens/component/label.json5",
39499
+ "isSource": true,
39500
+ "$type": "color"
39501
+ },
39502
+ "dark-high-contrast": {
39503
+ "$value": "{label.lemon.fgColor.rest}",
39504
+ "filePath": "src/tokens/component/label.json5",
39505
+ "isSource": true,
39506
+ "$type": "color"
39507
+ },
39508
+ "dark-dimmed-high-contrast": {
39509
+ "$value": "{label.lemon.fgColor.rest}",
39510
+ "filePath": "src/tokens/component/label.json5",
39511
+ "isSource": true,
39512
+ "$type": "color"
39513
+ },
39514
+ "dark-tritanopia-high-contrast": {
39515
+ "$value": "{label.lemon.fgColor.rest}",
39516
+ "filePath": "src/tokens/component/label.json5",
39517
+ "isSource": true,
39518
+ "$type": "color"
39519
+ },
39520
+ "dark-protanopia-deuteranopia-high-contrast": {
39521
+ "$value": "{label.lemon.fgColor.rest}",
39522
+ "filePath": "src/tokens/component/label.json5",
39523
+ "isSource": true,
39524
+ "$type": "color"
39525
+ },
39526
+ "light-tritanopia-high-contrast": {
39527
+ "$value": "{label.lemon.fgColor.rest}",
39528
+ "filePath": "src/tokens/component/label.json5",
39529
+ "isSource": true,
39530
+ "$type": "color"
39531
+ },
39532
+ "light-protanopia-deuteranopia-high-contrast": {
39533
+ "$value": "{label.lemon.fgColor.rest}",
39534
+ "filePath": "src/tokens/component/label.json5",
39535
+ "isSource": true,
39536
+ "$type": "color"
39537
+ }
39538
+ }
39539
+ },
39540
+ "key": "{label.lemon.borderColor}"
39541
+ },
39542
+ "name": "label-lemon-borderColor",
39543
+ "attributes": {},
39544
+ "path": ["label", "lemon", "borderColor"],
39545
+ "value": "#00000000",
39546
+ "type": "color"
39547
+ },
38283
39548
  "label-lemon-fgColor-active": {
38284
39549
  "key": "{label.lemon.fgColor.active}",
38285
39550
  "$extensions": {
@@ -38550,6 +39815,147 @@
38550
39815
  "value": "#141f0f",
38551
39816
  "type": "color"
38552
39817
  },
39818
+ "label-lime-borderColor": {
39819
+ "key": "{label.lime.borderColor}",
39820
+ "$extensions": {
39821
+ "org.primer.figma": {
39822
+ "collection": "mode",
39823
+ "group": "component",
39824
+ "scopes": ["borderColor"]
39825
+ },
39826
+ "org.primer.overrides": {
39827
+ "dark": {
39828
+ "$value": "#00000000",
39829
+ "filePath": "src/tokens/component/label.json5",
39830
+ "isSource": true,
39831
+ "$type": "color"
39832
+ },
39833
+ "dark-dimmed": {
39834
+ "$value": "#00000000",
39835
+ "filePath": "src/tokens/component/label.json5",
39836
+ "isSource": true,
39837
+ "$type": "color"
39838
+ },
39839
+ "light-high-contrast": {
39840
+ "$value": "#7dae37",
39841
+ "filePath": "src/tokens/component/label.json5",
39842
+ "isSource": true,
39843
+ "$type": "color"
39844
+ },
39845
+ "dark-high-contrast": {
39846
+ "$value": "#7dae37",
39847
+ "filePath": "src/tokens/component/label.json5",
39848
+ "isSource": true,
39849
+ "$type": "color"
39850
+ },
39851
+ "dark-dimmed-high-contrast": {
39852
+ "$value": "#7dae37",
39853
+ "filePath": "src/tokens/component/label.json5",
39854
+ "isSource": true,
39855
+ "$type": "color"
39856
+ },
39857
+ "dark-tritanopia-high-contrast": {
39858
+ "$value": "#7dae37",
39859
+ "filePath": "src/tokens/component/label.json5",
39860
+ "isSource": true,
39861
+ "$type": "color"
39862
+ },
39863
+ "dark-protanopia-deuteranopia-high-contrast": {
39864
+ "$value": "#7dae37",
39865
+ "filePath": "src/tokens/component/label.json5",
39866
+ "isSource": true,
39867
+ "$type": "color"
39868
+ },
39869
+ "light-tritanopia-high-contrast": {
39870
+ "$value": "#7dae37",
39871
+ "filePath": "src/tokens/component/label.json5",
39872
+ "isSource": true,
39873
+ "$type": "color"
39874
+ },
39875
+ "light-protanopia-deuteranopia-high-contrast": {
39876
+ "$value": "#7dae37",
39877
+ "filePath": "src/tokens/component/label.json5",
39878
+ "isSource": true,
39879
+ "$type": "color"
39880
+ }
39881
+ }
39882
+ },
39883
+ "filePath": "src/tokens/component/label.json5",
39884
+ "isSource": true,
39885
+ "original": {
39886
+ "$value": "{base.color.transparent}",
39887
+ "$type": "color",
39888
+ "$extensions": {
39889
+ "org.primer.figma": {
39890
+ "collection": "mode",
39891
+ "group": "component",
39892
+ "scopes": ["borderColor"]
39893
+ },
39894
+ "org.primer.overrides": {
39895
+ "dark": {
39896
+ "$value": "{base.color.transparent}",
39897
+ "filePath": "src/tokens/component/label.json5",
39898
+ "isSource": true,
39899
+ "$type": "color"
39900
+ },
39901
+ "dark-dimmed": {
39902
+ "$value": "{base.color.transparent}",
39903
+ "filePath": "src/tokens/component/label.json5",
39904
+ "isSource": true,
39905
+ "$type": "color"
39906
+ },
39907
+ "light-high-contrast": {
39908
+ "$value": "{label.lime.fgColor.rest}",
39909
+ "filePath": "src/tokens/component/label.json5",
39910
+ "isSource": true,
39911
+ "$type": "color"
39912
+ },
39913
+ "dark-high-contrast": {
39914
+ "$value": "{label.lime.fgColor.rest}",
39915
+ "filePath": "src/tokens/component/label.json5",
39916
+ "isSource": true,
39917
+ "$type": "color"
39918
+ },
39919
+ "dark-dimmed-high-contrast": {
39920
+ "$value": "{label.lime.fgColor.rest}",
39921
+ "filePath": "src/tokens/component/label.json5",
39922
+ "isSource": true,
39923
+ "$type": "color"
39924
+ },
39925
+ "dark-tritanopia-high-contrast": {
39926
+ "$value": "{label.lime.fgColor.rest}",
39927
+ "filePath": "src/tokens/component/label.json5",
39928
+ "isSource": true,
39929
+ "$type": "color"
39930
+ },
39931
+ "dark-protanopia-deuteranopia-high-contrast": {
39932
+ "$value": "{label.lime.fgColor.rest}",
39933
+ "filePath": "src/tokens/component/label.json5",
39934
+ "isSource": true,
39935
+ "$type": "color"
39936
+ },
39937
+ "light-tritanopia-high-contrast": {
39938
+ "$value": "{label.lime.fgColor.rest}",
39939
+ "filePath": "src/tokens/component/label.json5",
39940
+ "isSource": true,
39941
+ "$type": "color"
39942
+ },
39943
+ "light-protanopia-deuteranopia-high-contrast": {
39944
+ "$value": "{label.lime.fgColor.rest}",
39945
+ "filePath": "src/tokens/component/label.json5",
39946
+ "isSource": true,
39947
+ "$type": "color"
39948
+ }
39949
+ }
39950
+ },
39951
+ "key": "{label.lime.borderColor}"
39952
+ },
39953
+ "name": "label-lime-borderColor",
39954
+ "attributes": {},
39955
+ "path": ["label", "lime", "borderColor"],
39956
+ "value": "#00000000",
39957
+ "type": "color"
39958
+ },
38553
39959
  "label-lime-fgColor-active": {
38554
39960
  "key": "{label.lime.fgColor.active}",
38555
39961
  "$extensions": {
@@ -38820,6 +40226,147 @@
38820
40226
  "value": "#171e0b",
38821
40227
  "type": "color"
38822
40228
  },
40229
+ "label-olive-borderColor": {
40230
+ "key": "{label.olive.borderColor}",
40231
+ "$extensions": {
40232
+ "org.primer.figma": {
40233
+ "collection": "mode",
40234
+ "group": "component",
40235
+ "scopes": ["borderColor"]
40236
+ },
40237
+ "org.primer.overrides": {
40238
+ "dark": {
40239
+ "$value": "#00000000",
40240
+ "filePath": "src/tokens/component/label.json5",
40241
+ "isSource": true,
40242
+ "$type": "color"
40243
+ },
40244
+ "dark-dimmed": {
40245
+ "$value": "#00000000",
40246
+ "filePath": "src/tokens/component/label.json5",
40247
+ "isSource": true,
40248
+ "$type": "color"
40249
+ },
40250
+ "light-high-contrast": {
40251
+ "$value": "#a2a626",
40252
+ "filePath": "src/tokens/component/label.json5",
40253
+ "isSource": true,
40254
+ "$type": "color"
40255
+ },
40256
+ "dark-high-contrast": {
40257
+ "$value": "#a2a626",
40258
+ "filePath": "src/tokens/component/label.json5",
40259
+ "isSource": true,
40260
+ "$type": "color"
40261
+ },
40262
+ "dark-dimmed-high-contrast": {
40263
+ "$value": "#a2a626",
40264
+ "filePath": "src/tokens/component/label.json5",
40265
+ "isSource": true,
40266
+ "$type": "color"
40267
+ },
40268
+ "dark-tritanopia-high-contrast": {
40269
+ "$value": "#a2a626",
40270
+ "filePath": "src/tokens/component/label.json5",
40271
+ "isSource": true,
40272
+ "$type": "color"
40273
+ },
40274
+ "dark-protanopia-deuteranopia-high-contrast": {
40275
+ "$value": "#a2a626",
40276
+ "filePath": "src/tokens/component/label.json5",
40277
+ "isSource": true,
40278
+ "$type": "color"
40279
+ },
40280
+ "light-tritanopia-high-contrast": {
40281
+ "$value": "#a2a626",
40282
+ "filePath": "src/tokens/component/label.json5",
40283
+ "isSource": true,
40284
+ "$type": "color"
40285
+ },
40286
+ "light-protanopia-deuteranopia-high-contrast": {
40287
+ "$value": "#a2a626",
40288
+ "filePath": "src/tokens/component/label.json5",
40289
+ "isSource": true,
40290
+ "$type": "color"
40291
+ }
40292
+ }
40293
+ },
40294
+ "filePath": "src/tokens/component/label.json5",
40295
+ "isSource": true,
40296
+ "original": {
40297
+ "$value": "{base.color.transparent}",
40298
+ "$type": "color",
40299
+ "$extensions": {
40300
+ "org.primer.figma": {
40301
+ "collection": "mode",
40302
+ "group": "component",
40303
+ "scopes": ["borderColor"]
40304
+ },
40305
+ "org.primer.overrides": {
40306
+ "dark": {
40307
+ "$value": "{base.color.transparent}",
40308
+ "filePath": "src/tokens/component/label.json5",
40309
+ "isSource": true,
40310
+ "$type": "color"
40311
+ },
40312
+ "dark-dimmed": {
40313
+ "$value": "{base.color.transparent}",
40314
+ "filePath": "src/tokens/component/label.json5",
40315
+ "isSource": true,
40316
+ "$type": "color"
40317
+ },
40318
+ "light-high-contrast": {
40319
+ "$value": "{label.olive.fgColor.rest}",
40320
+ "filePath": "src/tokens/component/label.json5",
40321
+ "isSource": true,
40322
+ "$type": "color"
40323
+ },
40324
+ "dark-high-contrast": {
40325
+ "$value": "{label.olive.fgColor.rest}",
40326
+ "filePath": "src/tokens/component/label.json5",
40327
+ "isSource": true,
40328
+ "$type": "color"
40329
+ },
40330
+ "dark-dimmed-high-contrast": {
40331
+ "$value": "{label.olive.fgColor.rest}",
40332
+ "filePath": "src/tokens/component/label.json5",
40333
+ "isSource": true,
40334
+ "$type": "color"
40335
+ },
40336
+ "dark-tritanopia-high-contrast": {
40337
+ "$value": "{label.olive.fgColor.rest}",
40338
+ "filePath": "src/tokens/component/label.json5",
40339
+ "isSource": true,
40340
+ "$type": "color"
40341
+ },
40342
+ "dark-protanopia-deuteranopia-high-contrast": {
40343
+ "$value": "{label.olive.fgColor.rest}",
40344
+ "filePath": "src/tokens/component/label.json5",
40345
+ "isSource": true,
40346
+ "$type": "color"
40347
+ },
40348
+ "light-tritanopia-high-contrast": {
40349
+ "$value": "{label.olive.fgColor.rest}",
40350
+ "filePath": "src/tokens/component/label.json5",
40351
+ "isSource": true,
40352
+ "$type": "color"
40353
+ },
40354
+ "light-protanopia-deuteranopia-high-contrast": {
40355
+ "$value": "{label.olive.fgColor.rest}",
40356
+ "filePath": "src/tokens/component/label.json5",
40357
+ "isSource": true,
40358
+ "$type": "color"
40359
+ }
40360
+ }
40361
+ },
40362
+ "key": "{label.olive.borderColor}"
40363
+ },
40364
+ "name": "label-olive-borderColor",
40365
+ "attributes": {},
40366
+ "path": ["label", "olive", "borderColor"],
40367
+ "value": "#00000000",
40368
+ "type": "color"
40369
+ },
38823
40370
  "label-olive-fgColor-active": {
38824
40371
  "key": "{label.olive.fgColor.active}",
38825
40372
  "$extensions": {
@@ -39090,6 +40637,147 @@
39090
40637
  "value": "#311708",
39091
40638
  "type": "color"
39092
40639
  },
40640
+ "label-orange-borderColor": {
40641
+ "key": "{label.orange.borderColor}",
40642
+ "$extensions": {
40643
+ "org.primer.figma": {
40644
+ "collection": "mode",
40645
+ "group": "component",
40646
+ "scopes": ["borderColor"]
40647
+ },
40648
+ "org.primer.overrides": {
40649
+ "dark": {
40650
+ "$value": "#00000000",
40651
+ "filePath": "src/tokens/component/label.json5",
40652
+ "isSource": true,
40653
+ "$type": "color"
40654
+ },
40655
+ "dark-dimmed": {
40656
+ "$value": "#00000000",
40657
+ "filePath": "src/tokens/component/label.json5",
40658
+ "isSource": true,
40659
+ "$type": "color"
40660
+ },
40661
+ "light-high-contrast": {
40662
+ "$value": "#ed8326",
40663
+ "filePath": "src/tokens/component/label.json5",
40664
+ "isSource": true,
40665
+ "$type": "color"
40666
+ },
40667
+ "dark-high-contrast": {
40668
+ "$value": "#ed8326",
40669
+ "filePath": "src/tokens/component/label.json5",
40670
+ "isSource": true,
40671
+ "$type": "color"
40672
+ },
40673
+ "dark-dimmed-high-contrast": {
40674
+ "$value": "#ed8326",
40675
+ "filePath": "src/tokens/component/label.json5",
40676
+ "isSource": true,
40677
+ "$type": "color"
40678
+ },
40679
+ "dark-tritanopia-high-contrast": {
40680
+ "$value": "#ed8326",
40681
+ "filePath": "src/tokens/component/label.json5",
40682
+ "isSource": true,
40683
+ "$type": "color"
40684
+ },
40685
+ "dark-protanopia-deuteranopia-high-contrast": {
40686
+ "$value": "#ed8326",
40687
+ "filePath": "src/tokens/component/label.json5",
40688
+ "isSource": true,
40689
+ "$type": "color"
40690
+ },
40691
+ "light-tritanopia-high-contrast": {
40692
+ "$value": "#ed8326",
40693
+ "filePath": "src/tokens/component/label.json5",
40694
+ "isSource": true,
40695
+ "$type": "color"
40696
+ },
40697
+ "light-protanopia-deuteranopia-high-contrast": {
40698
+ "$value": "#ed8326",
40699
+ "filePath": "src/tokens/component/label.json5",
40700
+ "isSource": true,
40701
+ "$type": "color"
40702
+ }
40703
+ }
40704
+ },
40705
+ "filePath": "src/tokens/component/label.json5",
40706
+ "isSource": true,
40707
+ "original": {
40708
+ "$value": "{base.color.transparent}",
40709
+ "$type": "color",
40710
+ "$extensions": {
40711
+ "org.primer.figma": {
40712
+ "collection": "mode",
40713
+ "group": "component",
40714
+ "scopes": ["borderColor"]
40715
+ },
40716
+ "org.primer.overrides": {
40717
+ "dark": {
40718
+ "$value": "{base.color.transparent}",
40719
+ "filePath": "src/tokens/component/label.json5",
40720
+ "isSource": true,
40721
+ "$type": "color"
40722
+ },
40723
+ "dark-dimmed": {
40724
+ "$value": "{base.color.transparent}",
40725
+ "filePath": "src/tokens/component/label.json5",
40726
+ "isSource": true,
40727
+ "$type": "color"
40728
+ },
40729
+ "light-high-contrast": {
40730
+ "$value": "{label.orange.fgColor.rest}",
40731
+ "filePath": "src/tokens/component/label.json5",
40732
+ "isSource": true,
40733
+ "$type": "color"
40734
+ },
40735
+ "dark-high-contrast": {
40736
+ "$value": "{label.orange.fgColor.rest}",
40737
+ "filePath": "src/tokens/component/label.json5",
40738
+ "isSource": true,
40739
+ "$type": "color"
40740
+ },
40741
+ "dark-dimmed-high-contrast": {
40742
+ "$value": "{label.orange.fgColor.rest}",
40743
+ "filePath": "src/tokens/component/label.json5",
40744
+ "isSource": true,
40745
+ "$type": "color"
40746
+ },
40747
+ "dark-tritanopia-high-contrast": {
40748
+ "$value": "{label.orange.fgColor.rest}",
40749
+ "filePath": "src/tokens/component/label.json5",
40750
+ "isSource": true,
40751
+ "$type": "color"
40752
+ },
40753
+ "dark-protanopia-deuteranopia-high-contrast": {
40754
+ "$value": "{label.orange.fgColor.rest}",
40755
+ "filePath": "src/tokens/component/label.json5",
40756
+ "isSource": true,
40757
+ "$type": "color"
40758
+ },
40759
+ "light-tritanopia-high-contrast": {
40760
+ "$value": "{label.orange.fgColor.rest}",
40761
+ "filePath": "src/tokens/component/label.json5",
40762
+ "isSource": true,
40763
+ "$type": "color"
40764
+ },
40765
+ "light-protanopia-deuteranopia-high-contrast": {
40766
+ "$value": "{label.orange.fgColor.rest}",
40767
+ "filePath": "src/tokens/component/label.json5",
40768
+ "isSource": true,
40769
+ "$type": "color"
40770
+ }
40771
+ }
40772
+ },
40773
+ "key": "{label.orange.borderColor}"
40774
+ },
40775
+ "name": "label-orange-borderColor",
40776
+ "attributes": {},
40777
+ "path": ["label", "orange", "borderColor"],
40778
+ "value": "#00000000",
40779
+ "type": "color"
40780
+ },
39093
40781
  "label-orange-fgColor-active": {
39094
40782
  "key": "{label.orange.fgColor.active}",
39095
40783
  "$extensions": {
@@ -39360,6 +41048,147 @@
39360
41048
  "value": "#082119",
39361
41049
  "type": "color"
39362
41050
  },
41051
+ "label-pine-borderColor": {
41052
+ "key": "{label.pine.borderColor}",
41053
+ "$extensions": {
41054
+ "org.primer.figma": {
41055
+ "collection": "mode",
41056
+ "group": "component",
41057
+ "scopes": ["borderColor"]
41058
+ },
41059
+ "org.primer.overrides": {
41060
+ "dark": {
41061
+ "$value": "#00000000",
41062
+ "filePath": "src/tokens/component/label.json5",
41063
+ "isSource": true,
41064
+ "$type": "color"
41065
+ },
41066
+ "dark-dimmed": {
41067
+ "$value": "#00000000",
41068
+ "filePath": "src/tokens/component/label.json5",
41069
+ "isSource": true,
41070
+ "$type": "color"
41071
+ },
41072
+ "light-high-contrast": {
41073
+ "$value": "#1bb673",
41074
+ "filePath": "src/tokens/component/label.json5",
41075
+ "isSource": true,
41076
+ "$type": "color"
41077
+ },
41078
+ "dark-high-contrast": {
41079
+ "$value": "#1bb673",
41080
+ "filePath": "src/tokens/component/label.json5",
41081
+ "isSource": true,
41082
+ "$type": "color"
41083
+ },
41084
+ "dark-dimmed-high-contrast": {
41085
+ "$value": "#1bb673",
41086
+ "filePath": "src/tokens/component/label.json5",
41087
+ "isSource": true,
41088
+ "$type": "color"
41089
+ },
41090
+ "dark-tritanopia-high-contrast": {
41091
+ "$value": "#1bb673",
41092
+ "filePath": "src/tokens/component/label.json5",
41093
+ "isSource": true,
41094
+ "$type": "color"
41095
+ },
41096
+ "dark-protanopia-deuteranopia-high-contrast": {
41097
+ "$value": "#1bb673",
41098
+ "filePath": "src/tokens/component/label.json5",
41099
+ "isSource": true,
41100
+ "$type": "color"
41101
+ },
41102
+ "light-tritanopia-high-contrast": {
41103
+ "$value": "#1bb673",
41104
+ "filePath": "src/tokens/component/label.json5",
41105
+ "isSource": true,
41106
+ "$type": "color"
41107
+ },
41108
+ "light-protanopia-deuteranopia-high-contrast": {
41109
+ "$value": "#1bb673",
41110
+ "filePath": "src/tokens/component/label.json5",
41111
+ "isSource": true,
41112
+ "$type": "color"
41113
+ }
41114
+ }
41115
+ },
41116
+ "filePath": "src/tokens/component/label.json5",
41117
+ "isSource": true,
41118
+ "original": {
41119
+ "$value": "{base.color.transparent}",
41120
+ "$type": "color",
41121
+ "$extensions": {
41122
+ "org.primer.figma": {
41123
+ "collection": "mode",
41124
+ "group": "component",
41125
+ "scopes": ["borderColor"]
41126
+ },
41127
+ "org.primer.overrides": {
41128
+ "dark": {
41129
+ "$value": "{base.color.transparent}",
41130
+ "filePath": "src/tokens/component/label.json5",
41131
+ "isSource": true,
41132
+ "$type": "color"
41133
+ },
41134
+ "dark-dimmed": {
41135
+ "$value": "{base.color.transparent}",
41136
+ "filePath": "src/tokens/component/label.json5",
41137
+ "isSource": true,
41138
+ "$type": "color"
41139
+ },
41140
+ "light-high-contrast": {
41141
+ "$value": "{label.pine.fgColor.rest}",
41142
+ "filePath": "src/tokens/component/label.json5",
41143
+ "isSource": true,
41144
+ "$type": "color"
41145
+ },
41146
+ "dark-high-contrast": {
41147
+ "$value": "{label.pine.fgColor.rest}",
41148
+ "filePath": "src/tokens/component/label.json5",
41149
+ "isSource": true,
41150
+ "$type": "color"
41151
+ },
41152
+ "dark-dimmed-high-contrast": {
41153
+ "$value": "{label.pine.fgColor.rest}",
41154
+ "filePath": "src/tokens/component/label.json5",
41155
+ "isSource": true,
41156
+ "$type": "color"
41157
+ },
41158
+ "dark-tritanopia-high-contrast": {
41159
+ "$value": "{label.pine.fgColor.rest}",
41160
+ "filePath": "src/tokens/component/label.json5",
41161
+ "isSource": true,
41162
+ "$type": "color"
41163
+ },
41164
+ "dark-protanopia-deuteranopia-high-contrast": {
41165
+ "$value": "{label.pine.fgColor.rest}",
41166
+ "filePath": "src/tokens/component/label.json5",
41167
+ "isSource": true,
41168
+ "$type": "color"
41169
+ },
41170
+ "light-tritanopia-high-contrast": {
41171
+ "$value": "{label.pine.fgColor.rest}",
41172
+ "filePath": "src/tokens/component/label.json5",
41173
+ "isSource": true,
41174
+ "$type": "color"
41175
+ },
41176
+ "light-protanopia-deuteranopia-high-contrast": {
41177
+ "$value": "{label.pine.fgColor.rest}",
41178
+ "filePath": "src/tokens/component/label.json5",
41179
+ "isSource": true,
41180
+ "$type": "color"
41181
+ }
41182
+ }
41183
+ },
41184
+ "key": "{label.pine.borderColor}"
41185
+ },
41186
+ "name": "label-pine-borderColor",
41187
+ "attributes": {},
41188
+ "path": ["label", "pine", "borderColor"],
41189
+ "value": "#00000000",
41190
+ "type": "color"
41191
+ },
39363
41192
  "label-pine-fgColor-active": {
39364
41193
  "key": "{label.pine.fgColor.active}",
39365
41194
  "$extensions": {
@@ -39630,6 +41459,147 @@
39630
41459
  "value": "#2d1524",
39631
41460
  "type": "color"
39632
41461
  },
41462
+ "label-pink-borderColor": {
41463
+ "key": "{label.pink.borderColor}",
41464
+ "$extensions": {
41465
+ "org.primer.figma": {
41466
+ "collection": "mode",
41467
+ "group": "component",
41468
+ "scopes": ["borderColor"]
41469
+ },
41470
+ "org.primer.overrides": {
41471
+ "dark": {
41472
+ "$value": "#00000000",
41473
+ "filePath": "src/tokens/component/label.json5",
41474
+ "isSource": true,
41475
+ "$type": "color"
41476
+ },
41477
+ "dark-dimmed": {
41478
+ "$value": "#00000000",
41479
+ "filePath": "src/tokens/component/label.json5",
41480
+ "isSource": true,
41481
+ "$type": "color"
41482
+ },
41483
+ "light-high-contrast": {
41484
+ "$value": "#e57bb2",
41485
+ "filePath": "src/tokens/component/label.json5",
41486
+ "isSource": true,
41487
+ "$type": "color"
41488
+ },
41489
+ "dark-high-contrast": {
41490
+ "$value": "#e57bb2",
41491
+ "filePath": "src/tokens/component/label.json5",
41492
+ "isSource": true,
41493
+ "$type": "color"
41494
+ },
41495
+ "dark-dimmed-high-contrast": {
41496
+ "$value": "#e57bb2",
41497
+ "filePath": "src/tokens/component/label.json5",
41498
+ "isSource": true,
41499
+ "$type": "color"
41500
+ },
41501
+ "dark-tritanopia-high-contrast": {
41502
+ "$value": "#e57bb2",
41503
+ "filePath": "src/tokens/component/label.json5",
41504
+ "isSource": true,
41505
+ "$type": "color"
41506
+ },
41507
+ "dark-protanopia-deuteranopia-high-contrast": {
41508
+ "$value": "#e57bb2",
41509
+ "filePath": "src/tokens/component/label.json5",
41510
+ "isSource": true,
41511
+ "$type": "color"
41512
+ },
41513
+ "light-tritanopia-high-contrast": {
41514
+ "$value": "#e57bb2",
41515
+ "filePath": "src/tokens/component/label.json5",
41516
+ "isSource": true,
41517
+ "$type": "color"
41518
+ },
41519
+ "light-protanopia-deuteranopia-high-contrast": {
41520
+ "$value": "#e57bb2",
41521
+ "filePath": "src/tokens/component/label.json5",
41522
+ "isSource": true,
41523
+ "$type": "color"
41524
+ }
41525
+ }
41526
+ },
41527
+ "filePath": "src/tokens/component/label.json5",
41528
+ "isSource": true,
41529
+ "original": {
41530
+ "$value": "{base.color.transparent}",
41531
+ "$type": "color",
41532
+ "$extensions": {
41533
+ "org.primer.figma": {
41534
+ "collection": "mode",
41535
+ "group": "component",
41536
+ "scopes": ["borderColor"]
41537
+ },
41538
+ "org.primer.overrides": {
41539
+ "dark": {
41540
+ "$value": "{base.color.transparent}",
41541
+ "filePath": "src/tokens/component/label.json5",
41542
+ "isSource": true,
41543
+ "$type": "color"
41544
+ },
41545
+ "dark-dimmed": {
41546
+ "$value": "{base.color.transparent}",
41547
+ "filePath": "src/tokens/component/label.json5",
41548
+ "isSource": true,
41549
+ "$type": "color"
41550
+ },
41551
+ "light-high-contrast": {
41552
+ "$value": "{label.pink.fgColor.rest}",
41553
+ "filePath": "src/tokens/component/label.json5",
41554
+ "isSource": true,
41555
+ "$type": "color"
41556
+ },
41557
+ "dark-high-contrast": {
41558
+ "$value": "{label.pink.fgColor.rest}",
41559
+ "filePath": "src/tokens/component/label.json5",
41560
+ "isSource": true,
41561
+ "$type": "color"
41562
+ },
41563
+ "dark-dimmed-high-contrast": {
41564
+ "$value": "{label.pink.fgColor.rest}",
41565
+ "filePath": "src/tokens/component/label.json5",
41566
+ "isSource": true,
41567
+ "$type": "color"
41568
+ },
41569
+ "dark-tritanopia-high-contrast": {
41570
+ "$value": "{label.pink.fgColor.rest}",
41571
+ "filePath": "src/tokens/component/label.json5",
41572
+ "isSource": true,
41573
+ "$type": "color"
41574
+ },
41575
+ "dark-protanopia-deuteranopia-high-contrast": {
41576
+ "$value": "{label.pink.fgColor.rest}",
41577
+ "filePath": "src/tokens/component/label.json5",
41578
+ "isSource": true,
41579
+ "$type": "color"
41580
+ },
41581
+ "light-tritanopia-high-contrast": {
41582
+ "$value": "{label.pink.fgColor.rest}",
41583
+ "filePath": "src/tokens/component/label.json5",
41584
+ "isSource": true,
41585
+ "$type": "color"
41586
+ },
41587
+ "light-protanopia-deuteranopia-high-contrast": {
41588
+ "$value": "{label.pink.fgColor.rest}",
41589
+ "filePath": "src/tokens/component/label.json5",
41590
+ "isSource": true,
41591
+ "$type": "color"
41592
+ }
41593
+ }
41594
+ },
41595
+ "key": "{label.pink.borderColor}"
41596
+ },
41597
+ "name": "label-pink-borderColor",
41598
+ "attributes": {},
41599
+ "path": ["label", "pink", "borderColor"],
41600
+ "value": "#00000000",
41601
+ "type": "color"
41602
+ },
39633
41603
  "label-pink-fgColor-active": {
39634
41604
  "key": "{label.pink.fgColor.active}",
39635
41605
  "$extensions": {
@@ -39900,6 +41870,147 @@
39900
41870
  "value": "#2a0e3f",
39901
41871
  "type": "color"
39902
41872
  },
41873
+ "label-plum-borderColor": {
41874
+ "key": "{label.plum.borderColor}",
41875
+ "$extensions": {
41876
+ "org.primer.figma": {
41877
+ "collection": "mode",
41878
+ "group": "component",
41879
+ "scopes": ["borderColor"]
41880
+ },
41881
+ "org.primer.overrides": {
41882
+ "dark": {
41883
+ "$value": "#00000000",
41884
+ "filePath": "src/tokens/component/label.json5",
41885
+ "isSource": true,
41886
+ "$type": "color"
41887
+ },
41888
+ "dark-dimmed": {
41889
+ "$value": "#00000000",
41890
+ "filePath": "src/tokens/component/label.json5",
41891
+ "isSource": true,
41892
+ "$type": "color"
41893
+ },
41894
+ "light-high-contrast": {
41895
+ "$value": "#d07ef7",
41896
+ "filePath": "src/tokens/component/label.json5",
41897
+ "isSource": true,
41898
+ "$type": "color"
41899
+ },
41900
+ "dark-high-contrast": {
41901
+ "$value": "#d07ef7",
41902
+ "filePath": "src/tokens/component/label.json5",
41903
+ "isSource": true,
41904
+ "$type": "color"
41905
+ },
41906
+ "dark-dimmed-high-contrast": {
41907
+ "$value": "#d07ef7",
41908
+ "filePath": "src/tokens/component/label.json5",
41909
+ "isSource": true,
41910
+ "$type": "color"
41911
+ },
41912
+ "dark-tritanopia-high-contrast": {
41913
+ "$value": "#d07ef7",
41914
+ "filePath": "src/tokens/component/label.json5",
41915
+ "isSource": true,
41916
+ "$type": "color"
41917
+ },
41918
+ "dark-protanopia-deuteranopia-high-contrast": {
41919
+ "$value": "#d07ef7",
41920
+ "filePath": "src/tokens/component/label.json5",
41921
+ "isSource": true,
41922
+ "$type": "color"
41923
+ },
41924
+ "light-tritanopia-high-contrast": {
41925
+ "$value": "#d07ef7",
41926
+ "filePath": "src/tokens/component/label.json5",
41927
+ "isSource": true,
41928
+ "$type": "color"
41929
+ },
41930
+ "light-protanopia-deuteranopia-high-contrast": {
41931
+ "$value": "#d07ef7",
41932
+ "filePath": "src/tokens/component/label.json5",
41933
+ "isSource": true,
41934
+ "$type": "color"
41935
+ }
41936
+ }
41937
+ },
41938
+ "filePath": "src/tokens/component/label.json5",
41939
+ "isSource": true,
41940
+ "original": {
41941
+ "$value": "{base.color.transparent}",
41942
+ "$type": "color",
41943
+ "$extensions": {
41944
+ "org.primer.figma": {
41945
+ "collection": "mode",
41946
+ "group": "component",
41947
+ "scopes": ["borderColor"]
41948
+ },
41949
+ "org.primer.overrides": {
41950
+ "dark": {
41951
+ "$value": "{base.color.transparent}",
41952
+ "filePath": "src/tokens/component/label.json5",
41953
+ "isSource": true,
41954
+ "$type": "color"
41955
+ },
41956
+ "dark-dimmed": {
41957
+ "$value": "{base.color.transparent}",
41958
+ "filePath": "src/tokens/component/label.json5",
41959
+ "isSource": true,
41960
+ "$type": "color"
41961
+ },
41962
+ "light-high-contrast": {
41963
+ "$value": "{label.plum.fgColor.rest}",
41964
+ "filePath": "src/tokens/component/label.json5",
41965
+ "isSource": true,
41966
+ "$type": "color"
41967
+ },
41968
+ "dark-high-contrast": {
41969
+ "$value": "{label.plum.fgColor.rest}",
41970
+ "filePath": "src/tokens/component/label.json5",
41971
+ "isSource": true,
41972
+ "$type": "color"
41973
+ },
41974
+ "dark-dimmed-high-contrast": {
41975
+ "$value": "{label.plum.fgColor.rest}",
41976
+ "filePath": "src/tokens/component/label.json5",
41977
+ "isSource": true,
41978
+ "$type": "color"
41979
+ },
41980
+ "dark-tritanopia-high-contrast": {
41981
+ "$value": "{label.plum.fgColor.rest}",
41982
+ "filePath": "src/tokens/component/label.json5",
41983
+ "isSource": true,
41984
+ "$type": "color"
41985
+ },
41986
+ "dark-protanopia-deuteranopia-high-contrast": {
41987
+ "$value": "{label.plum.fgColor.rest}",
41988
+ "filePath": "src/tokens/component/label.json5",
41989
+ "isSource": true,
41990
+ "$type": "color"
41991
+ },
41992
+ "light-tritanopia-high-contrast": {
41993
+ "$value": "{label.plum.fgColor.rest}",
41994
+ "filePath": "src/tokens/component/label.json5",
41995
+ "isSource": true,
41996
+ "$type": "color"
41997
+ },
41998
+ "light-protanopia-deuteranopia-high-contrast": {
41999
+ "$value": "{label.plum.fgColor.rest}",
42000
+ "filePath": "src/tokens/component/label.json5",
42001
+ "isSource": true,
42002
+ "$type": "color"
42003
+ }
42004
+ }
42005
+ },
42006
+ "key": "{label.plum.borderColor}"
42007
+ },
42008
+ "name": "label-plum-borderColor",
42009
+ "attributes": {},
42010
+ "path": ["label", "plum", "borderColor"],
42011
+ "value": "#00000000",
42012
+ "type": "color"
42013
+ },
39903
42014
  "label-plum-fgColor-active": {
39904
42015
  "key": "{label.plum.fgColor.active}",
39905
42016
  "$extensions": {
@@ -40170,6 +42281,147 @@
40170
42281
  "value": "#211047",
40171
42282
  "type": "color"
40172
42283
  },
42284
+ "label-purple-borderColor": {
42285
+ "key": "{label.purple.borderColor}",
42286
+ "$extensions": {
42287
+ "org.primer.figma": {
42288
+ "collection": "mode",
42289
+ "group": "component",
42290
+ "scopes": ["borderColor"]
42291
+ },
42292
+ "org.primer.overrides": {
42293
+ "dark": {
42294
+ "$value": "#00000000",
42295
+ "filePath": "src/tokens/component/label.json5",
42296
+ "isSource": true,
42297
+ "$type": "color"
42298
+ },
42299
+ "dark-dimmed": {
42300
+ "$value": "#00000000",
42301
+ "filePath": "src/tokens/component/label.json5",
42302
+ "isSource": true,
42303
+ "$type": "color"
42304
+ },
42305
+ "light-high-contrast": {
42306
+ "$value": "#b687f7",
42307
+ "filePath": "src/tokens/component/label.json5",
42308
+ "isSource": true,
42309
+ "$type": "color"
42310
+ },
42311
+ "dark-high-contrast": {
42312
+ "$value": "#b687f7",
42313
+ "filePath": "src/tokens/component/label.json5",
42314
+ "isSource": true,
42315
+ "$type": "color"
42316
+ },
42317
+ "dark-dimmed-high-contrast": {
42318
+ "$value": "#b687f7",
42319
+ "filePath": "src/tokens/component/label.json5",
42320
+ "isSource": true,
42321
+ "$type": "color"
42322
+ },
42323
+ "dark-tritanopia-high-contrast": {
42324
+ "$value": "#b687f7",
42325
+ "filePath": "src/tokens/component/label.json5",
42326
+ "isSource": true,
42327
+ "$type": "color"
42328
+ },
42329
+ "dark-protanopia-deuteranopia-high-contrast": {
42330
+ "$value": "#b687f7",
42331
+ "filePath": "src/tokens/component/label.json5",
42332
+ "isSource": true,
42333
+ "$type": "color"
42334
+ },
42335
+ "light-tritanopia-high-contrast": {
42336
+ "$value": "#b687f7",
42337
+ "filePath": "src/tokens/component/label.json5",
42338
+ "isSource": true,
42339
+ "$type": "color"
42340
+ },
42341
+ "light-protanopia-deuteranopia-high-contrast": {
42342
+ "$value": "#b687f7",
42343
+ "filePath": "src/tokens/component/label.json5",
42344
+ "isSource": true,
42345
+ "$type": "color"
42346
+ }
42347
+ }
42348
+ },
42349
+ "filePath": "src/tokens/component/label.json5",
42350
+ "isSource": true,
42351
+ "original": {
42352
+ "$value": "{base.color.transparent}",
42353
+ "$type": "color",
42354
+ "$extensions": {
42355
+ "org.primer.figma": {
42356
+ "collection": "mode",
42357
+ "group": "component",
42358
+ "scopes": ["borderColor"]
42359
+ },
42360
+ "org.primer.overrides": {
42361
+ "dark": {
42362
+ "$value": "{base.color.transparent}",
42363
+ "filePath": "src/tokens/component/label.json5",
42364
+ "isSource": true,
42365
+ "$type": "color"
42366
+ },
42367
+ "dark-dimmed": {
42368
+ "$value": "{base.color.transparent}",
42369
+ "filePath": "src/tokens/component/label.json5",
42370
+ "isSource": true,
42371
+ "$type": "color"
42372
+ },
42373
+ "light-high-contrast": {
42374
+ "$value": "{label.purple.fgColor.rest}",
42375
+ "filePath": "src/tokens/component/label.json5",
42376
+ "isSource": true,
42377
+ "$type": "color"
42378
+ },
42379
+ "dark-high-contrast": {
42380
+ "$value": "{label.purple.fgColor.rest}",
42381
+ "filePath": "src/tokens/component/label.json5",
42382
+ "isSource": true,
42383
+ "$type": "color"
42384
+ },
42385
+ "dark-dimmed-high-contrast": {
42386
+ "$value": "{label.purple.fgColor.rest}",
42387
+ "filePath": "src/tokens/component/label.json5",
42388
+ "isSource": true,
42389
+ "$type": "color"
42390
+ },
42391
+ "dark-tritanopia-high-contrast": {
42392
+ "$value": "{label.purple.fgColor.rest}",
42393
+ "filePath": "src/tokens/component/label.json5",
42394
+ "isSource": true,
42395
+ "$type": "color"
42396
+ },
42397
+ "dark-protanopia-deuteranopia-high-contrast": {
42398
+ "$value": "{label.purple.fgColor.rest}",
42399
+ "filePath": "src/tokens/component/label.json5",
42400
+ "isSource": true,
42401
+ "$type": "color"
42402
+ },
42403
+ "light-tritanopia-high-contrast": {
42404
+ "$value": "{label.purple.fgColor.rest}",
42405
+ "filePath": "src/tokens/component/label.json5",
42406
+ "isSource": true,
42407
+ "$type": "color"
42408
+ },
42409
+ "light-protanopia-deuteranopia-high-contrast": {
42410
+ "$value": "{label.purple.fgColor.rest}",
42411
+ "filePath": "src/tokens/component/label.json5",
42412
+ "isSource": true,
42413
+ "$type": "color"
42414
+ }
42415
+ }
42416
+ },
42417
+ "key": "{label.purple.borderColor}"
42418
+ },
42419
+ "name": "label-purple-borderColor",
42420
+ "attributes": {},
42421
+ "path": ["label", "purple", "borderColor"],
42422
+ "value": "#00000000",
42423
+ "type": "color"
42424
+ },
40173
42425
  "label-purple-fgColor-active": {
40174
42426
  "key": "{label.purple.fgColor.active}",
40175
42427
  "$extensions": {
@@ -40440,6 +42692,147 @@
40440
42692
  "value": "#3c0614",
40441
42693
  "type": "color"
40442
42694
  },
42695
+ "label-red-borderColor": {
42696
+ "key": "{label.red.borderColor}",
42697
+ "$extensions": {
42698
+ "org.primer.figma": {
42699
+ "collection": "mode",
42700
+ "group": "component",
42701
+ "scopes": ["borderColor"]
42702
+ },
42703
+ "org.primer.overrides": {
42704
+ "dark": {
42705
+ "$value": "#00000000",
42706
+ "filePath": "src/tokens/component/label.json5",
42707
+ "isSource": true,
42708
+ "$type": "color"
42709
+ },
42710
+ "dark-dimmed": {
42711
+ "$value": "#00000000",
42712
+ "filePath": "src/tokens/component/label.json5",
42713
+ "isSource": true,
42714
+ "$type": "color"
42715
+ },
42716
+ "light-high-contrast": {
42717
+ "$value": "#f27d83",
42718
+ "filePath": "src/tokens/component/label.json5",
42719
+ "isSource": true,
42720
+ "$type": "color"
42721
+ },
42722
+ "dark-high-contrast": {
42723
+ "$value": "#f27d83",
42724
+ "filePath": "src/tokens/component/label.json5",
42725
+ "isSource": true,
42726
+ "$type": "color"
42727
+ },
42728
+ "dark-dimmed-high-contrast": {
42729
+ "$value": "#f27d83",
42730
+ "filePath": "src/tokens/component/label.json5",
42731
+ "isSource": true,
42732
+ "$type": "color"
42733
+ },
42734
+ "dark-tritanopia-high-contrast": {
42735
+ "$value": "#f27d83",
42736
+ "filePath": "src/tokens/component/label.json5",
42737
+ "isSource": true,
42738
+ "$type": "color"
42739
+ },
42740
+ "dark-protanopia-deuteranopia-high-contrast": {
42741
+ "$value": "#f27d83",
42742
+ "filePath": "src/tokens/component/label.json5",
42743
+ "isSource": true,
42744
+ "$type": "color"
42745
+ },
42746
+ "light-tritanopia-high-contrast": {
42747
+ "$value": "#f27d83",
42748
+ "filePath": "src/tokens/component/label.json5",
42749
+ "isSource": true,
42750
+ "$type": "color"
42751
+ },
42752
+ "light-protanopia-deuteranopia-high-contrast": {
42753
+ "$value": "#f27d83",
42754
+ "filePath": "src/tokens/component/label.json5",
42755
+ "isSource": true,
42756
+ "$type": "color"
42757
+ }
42758
+ }
42759
+ },
42760
+ "filePath": "src/tokens/component/label.json5",
42761
+ "isSource": true,
42762
+ "original": {
42763
+ "$value": "{base.color.transparent}",
42764
+ "$type": "color",
42765
+ "$extensions": {
42766
+ "org.primer.figma": {
42767
+ "collection": "mode",
42768
+ "group": "component",
42769
+ "scopes": ["borderColor"]
42770
+ },
42771
+ "org.primer.overrides": {
42772
+ "dark": {
42773
+ "$value": "{base.color.transparent}",
42774
+ "filePath": "src/tokens/component/label.json5",
42775
+ "isSource": true,
42776
+ "$type": "color"
42777
+ },
42778
+ "dark-dimmed": {
42779
+ "$value": "{base.color.transparent}",
42780
+ "filePath": "src/tokens/component/label.json5",
42781
+ "isSource": true,
42782
+ "$type": "color"
42783
+ },
42784
+ "light-high-contrast": {
42785
+ "$value": "{label.red.fgColor.rest}",
42786
+ "filePath": "src/tokens/component/label.json5",
42787
+ "isSource": true,
42788
+ "$type": "color"
42789
+ },
42790
+ "dark-high-contrast": {
42791
+ "$value": "{label.red.fgColor.rest}",
42792
+ "filePath": "src/tokens/component/label.json5",
42793
+ "isSource": true,
42794
+ "$type": "color"
42795
+ },
42796
+ "dark-dimmed-high-contrast": {
42797
+ "$value": "{label.red.fgColor.rest}",
42798
+ "filePath": "src/tokens/component/label.json5",
42799
+ "isSource": true,
42800
+ "$type": "color"
42801
+ },
42802
+ "dark-tritanopia-high-contrast": {
42803
+ "$value": "{label.red.fgColor.rest}",
42804
+ "filePath": "src/tokens/component/label.json5",
42805
+ "isSource": true,
42806
+ "$type": "color"
42807
+ },
42808
+ "dark-protanopia-deuteranopia-high-contrast": {
42809
+ "$value": "{label.red.fgColor.rest}",
42810
+ "filePath": "src/tokens/component/label.json5",
42811
+ "isSource": true,
42812
+ "$type": "color"
42813
+ },
42814
+ "light-tritanopia-high-contrast": {
42815
+ "$value": "{label.red.fgColor.rest}",
42816
+ "filePath": "src/tokens/component/label.json5",
42817
+ "isSource": true,
42818
+ "$type": "color"
42819
+ },
42820
+ "light-protanopia-deuteranopia-high-contrast": {
42821
+ "$value": "{label.red.fgColor.rest}",
42822
+ "filePath": "src/tokens/component/label.json5",
42823
+ "isSource": true,
42824
+ "$type": "color"
42825
+ }
42826
+ }
42827
+ },
42828
+ "key": "{label.red.borderColor}"
42829
+ },
42830
+ "name": "label-red-borderColor",
42831
+ "attributes": {},
42832
+ "path": ["label", "red", "borderColor"],
42833
+ "value": "#00000000",
42834
+ "type": "color"
42835
+ },
40443
42836
  "label-red-fgColor-active": {
40444
42837
  "key": "{label.red.fgColor.active}",
40445
42838
  "$extensions": {
@@ -40710,6 +43103,147 @@
40710
43103
  "value": "#041f25",
40711
43104
  "type": "color"
40712
43105
  },
43106
+ "label-teal-borderColor": {
43107
+ "key": "{label.teal.borderColor}",
43108
+ "$extensions": {
43109
+ "org.primer.figma": {
43110
+ "collection": "mode",
43111
+ "group": "component",
43112
+ "scopes": ["borderColor"]
43113
+ },
43114
+ "org.primer.overrides": {
43115
+ "dark": {
43116
+ "$value": "#00000000",
43117
+ "filePath": "src/tokens/component/label.json5",
43118
+ "isSource": true,
43119
+ "$type": "color"
43120
+ },
43121
+ "dark-dimmed": {
43122
+ "$value": "#00000000",
43123
+ "filePath": "src/tokens/component/label.json5",
43124
+ "isSource": true,
43125
+ "$type": "color"
43126
+ },
43127
+ "light-high-contrast": {
43128
+ "$value": "#1cb0ab",
43129
+ "filePath": "src/tokens/component/label.json5",
43130
+ "isSource": true,
43131
+ "$type": "color"
43132
+ },
43133
+ "dark-high-contrast": {
43134
+ "$value": "#1cb0ab",
43135
+ "filePath": "src/tokens/component/label.json5",
43136
+ "isSource": true,
43137
+ "$type": "color"
43138
+ },
43139
+ "dark-dimmed-high-contrast": {
43140
+ "$value": "#1cb0ab",
43141
+ "filePath": "src/tokens/component/label.json5",
43142
+ "isSource": true,
43143
+ "$type": "color"
43144
+ },
43145
+ "dark-tritanopia-high-contrast": {
43146
+ "$value": "#1cb0ab",
43147
+ "filePath": "src/tokens/component/label.json5",
43148
+ "isSource": true,
43149
+ "$type": "color"
43150
+ },
43151
+ "dark-protanopia-deuteranopia-high-contrast": {
43152
+ "$value": "#1cb0ab",
43153
+ "filePath": "src/tokens/component/label.json5",
43154
+ "isSource": true,
43155
+ "$type": "color"
43156
+ },
43157
+ "light-tritanopia-high-contrast": {
43158
+ "$value": "#1cb0ab",
43159
+ "filePath": "src/tokens/component/label.json5",
43160
+ "isSource": true,
43161
+ "$type": "color"
43162
+ },
43163
+ "light-protanopia-deuteranopia-high-contrast": {
43164
+ "$value": "#1cb0ab",
43165
+ "filePath": "src/tokens/component/label.json5",
43166
+ "isSource": true,
43167
+ "$type": "color"
43168
+ }
43169
+ }
43170
+ },
43171
+ "filePath": "src/tokens/component/label.json5",
43172
+ "isSource": true,
43173
+ "original": {
43174
+ "$value": "{base.color.transparent}",
43175
+ "$type": "color",
43176
+ "$extensions": {
43177
+ "org.primer.figma": {
43178
+ "collection": "mode",
43179
+ "group": "component",
43180
+ "scopes": ["borderColor"]
43181
+ },
43182
+ "org.primer.overrides": {
43183
+ "dark": {
43184
+ "$value": "{base.color.transparent}",
43185
+ "filePath": "src/tokens/component/label.json5",
43186
+ "isSource": true,
43187
+ "$type": "color"
43188
+ },
43189
+ "dark-dimmed": {
43190
+ "$value": "{base.color.transparent}",
43191
+ "filePath": "src/tokens/component/label.json5",
43192
+ "isSource": true,
43193
+ "$type": "color"
43194
+ },
43195
+ "light-high-contrast": {
43196
+ "$value": "{label.teal.fgColor.rest}",
43197
+ "filePath": "src/tokens/component/label.json5",
43198
+ "isSource": true,
43199
+ "$type": "color"
43200
+ },
43201
+ "dark-high-contrast": {
43202
+ "$value": "{label.teal.fgColor.rest}",
43203
+ "filePath": "src/tokens/component/label.json5",
43204
+ "isSource": true,
43205
+ "$type": "color"
43206
+ },
43207
+ "dark-dimmed-high-contrast": {
43208
+ "$value": "{label.teal.fgColor.rest}",
43209
+ "filePath": "src/tokens/component/label.json5",
43210
+ "isSource": true,
43211
+ "$type": "color"
43212
+ },
43213
+ "dark-tritanopia-high-contrast": {
43214
+ "$value": "{label.teal.fgColor.rest}",
43215
+ "filePath": "src/tokens/component/label.json5",
43216
+ "isSource": true,
43217
+ "$type": "color"
43218
+ },
43219
+ "dark-protanopia-deuteranopia-high-contrast": {
43220
+ "$value": "{label.teal.fgColor.rest}",
43221
+ "filePath": "src/tokens/component/label.json5",
43222
+ "isSource": true,
43223
+ "$type": "color"
43224
+ },
43225
+ "light-tritanopia-high-contrast": {
43226
+ "$value": "{label.teal.fgColor.rest}",
43227
+ "filePath": "src/tokens/component/label.json5",
43228
+ "isSource": true,
43229
+ "$type": "color"
43230
+ },
43231
+ "light-protanopia-deuteranopia-high-contrast": {
43232
+ "$value": "{label.teal.fgColor.rest}",
43233
+ "filePath": "src/tokens/component/label.json5",
43234
+ "isSource": true,
43235
+ "$type": "color"
43236
+ }
43237
+ }
43238
+ },
43239
+ "key": "{label.teal.borderColor}"
43240
+ },
43241
+ "name": "label-teal-borderColor",
43242
+ "attributes": {},
43243
+ "path": ["label", "teal", "borderColor"],
43244
+ "value": "#00000000",
43245
+ "type": "color"
43246
+ },
40713
43247
  "label-teal-fgColor-active": {
40714
43248
  "key": "{label.teal.fgColor.active}",
40715
43249
  "$extensions": {
@@ -40980,6 +43514,147 @@
40980
43514
  "value": "#2e1a00",
40981
43515
  "type": "color"
40982
43516
  },
43517
+ "label-yellow-borderColor": {
43518
+ "key": "{label.yellow.borderColor}",
43519
+ "$extensions": {
43520
+ "org.primer.figma": {
43521
+ "collection": "mode",
43522
+ "group": "component",
43523
+ "scopes": ["borderColor"]
43524
+ },
43525
+ "org.primer.overrides": {
43526
+ "dark": {
43527
+ "$value": "#00000000",
43528
+ "filePath": "src/tokens/component/label.json5",
43529
+ "isSource": true,
43530
+ "$type": "color"
43531
+ },
43532
+ "dark-dimmed": {
43533
+ "$value": "#00000000",
43534
+ "filePath": "src/tokens/component/label.json5",
43535
+ "isSource": true,
43536
+ "$type": "color"
43537
+ },
43538
+ "light-high-contrast": {
43539
+ "$value": "#d3910d",
43540
+ "filePath": "src/tokens/component/label.json5",
43541
+ "isSource": true,
43542
+ "$type": "color"
43543
+ },
43544
+ "dark-high-contrast": {
43545
+ "$value": "#d3910d",
43546
+ "filePath": "src/tokens/component/label.json5",
43547
+ "isSource": true,
43548
+ "$type": "color"
43549
+ },
43550
+ "dark-dimmed-high-contrast": {
43551
+ "$value": "#d3910d",
43552
+ "filePath": "src/tokens/component/label.json5",
43553
+ "isSource": true,
43554
+ "$type": "color"
43555
+ },
43556
+ "dark-tritanopia-high-contrast": {
43557
+ "$value": "#d3910d",
43558
+ "filePath": "src/tokens/component/label.json5",
43559
+ "isSource": true,
43560
+ "$type": "color"
43561
+ },
43562
+ "dark-protanopia-deuteranopia-high-contrast": {
43563
+ "$value": "#d3910d",
43564
+ "filePath": "src/tokens/component/label.json5",
43565
+ "isSource": true,
43566
+ "$type": "color"
43567
+ },
43568
+ "light-tritanopia-high-contrast": {
43569
+ "$value": "#d3910d",
43570
+ "filePath": "src/tokens/component/label.json5",
43571
+ "isSource": true,
43572
+ "$type": "color"
43573
+ },
43574
+ "light-protanopia-deuteranopia-high-contrast": {
43575
+ "$value": "#d3910d",
43576
+ "filePath": "src/tokens/component/label.json5",
43577
+ "isSource": true,
43578
+ "$type": "color"
43579
+ }
43580
+ }
43581
+ },
43582
+ "filePath": "src/tokens/component/label.json5",
43583
+ "isSource": true,
43584
+ "original": {
43585
+ "$value": "{base.color.transparent}",
43586
+ "$type": "color",
43587
+ "$extensions": {
43588
+ "org.primer.figma": {
43589
+ "collection": "mode",
43590
+ "group": "component",
43591
+ "scopes": ["borderColor"]
43592
+ },
43593
+ "org.primer.overrides": {
43594
+ "dark": {
43595
+ "$value": "{base.color.transparent}",
43596
+ "filePath": "src/tokens/component/label.json5",
43597
+ "isSource": true,
43598
+ "$type": "color"
43599
+ },
43600
+ "dark-dimmed": {
43601
+ "$value": "{base.color.transparent}",
43602
+ "filePath": "src/tokens/component/label.json5",
43603
+ "isSource": true,
43604
+ "$type": "color"
43605
+ },
43606
+ "light-high-contrast": {
43607
+ "$value": "{label.yellow.fgColor.rest}",
43608
+ "filePath": "src/tokens/component/label.json5",
43609
+ "isSource": true,
43610
+ "$type": "color"
43611
+ },
43612
+ "dark-high-contrast": {
43613
+ "$value": "{label.yellow.fgColor.rest}",
43614
+ "filePath": "src/tokens/component/label.json5",
43615
+ "isSource": true,
43616
+ "$type": "color"
43617
+ },
43618
+ "dark-dimmed-high-contrast": {
43619
+ "$value": "{label.yellow.fgColor.rest}",
43620
+ "filePath": "src/tokens/component/label.json5",
43621
+ "isSource": true,
43622
+ "$type": "color"
43623
+ },
43624
+ "dark-tritanopia-high-contrast": {
43625
+ "$value": "{label.yellow.fgColor.rest}",
43626
+ "filePath": "src/tokens/component/label.json5",
43627
+ "isSource": true,
43628
+ "$type": "color"
43629
+ },
43630
+ "dark-protanopia-deuteranopia-high-contrast": {
43631
+ "$value": "{label.yellow.fgColor.rest}",
43632
+ "filePath": "src/tokens/component/label.json5",
43633
+ "isSource": true,
43634
+ "$type": "color"
43635
+ },
43636
+ "light-tritanopia-high-contrast": {
43637
+ "$value": "{label.yellow.fgColor.rest}",
43638
+ "filePath": "src/tokens/component/label.json5",
43639
+ "isSource": true,
43640
+ "$type": "color"
43641
+ },
43642
+ "light-protanopia-deuteranopia-high-contrast": {
43643
+ "$value": "{label.yellow.fgColor.rest}",
43644
+ "filePath": "src/tokens/component/label.json5",
43645
+ "isSource": true,
43646
+ "$type": "color"
43647
+ }
43648
+ }
43649
+ },
43650
+ "key": "{label.yellow.borderColor}"
43651
+ },
43652
+ "name": "label-yellow-borderColor",
43653
+ "attributes": {},
43654
+ "path": ["label", "yellow", "borderColor"],
43655
+ "value": "#00000000",
43656
+ "type": "color"
43657
+ },
40983
43658
  "label-yellow-fgColor-active": {
40984
43659
  "key": "{label.yellow.fgColor.active}",
40985
43660
  "$extensions": {