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