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