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