@primer/primitives 11.0.0 → 11.1.0-rc.f0583fc7

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 (73) hide show
  1. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +38 -0
  2. package/dist/css/functional/themes/dark-colorblind.css +40 -2
  3. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +38 -0
  4. package/dist/css/functional/themes/dark-dimmed.css +40 -2
  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 +40 -2
  8. package/dist/css/functional/themes/dark.css +40 -2
  9. package/dist/css/functional/themes/light-colorblind-high-contrast.css +38 -0
  10. package/dist/css/functional/themes/light-colorblind.css +40 -2
  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 +40 -2
  14. package/dist/css/functional/themes/light.css +40 -2
  15. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +2713 -20
  16. package/dist/docs/functional/themes/dark-colorblind.json +2882 -189
  17. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +2713 -20
  18. package/dist/docs/functional/themes/dark-dimmed.json +2882 -189
  19. package/dist/docs/functional/themes/dark-high-contrast.json +2713 -20
  20. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +2713 -20
  21. package/dist/docs/functional/themes/dark-tritanopia.json +2882 -189
  22. package/dist/docs/functional/themes/dark.json +2882 -189
  23. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2713 -20
  24. package/dist/docs/functional/themes/light-colorblind.json +2883 -190
  25. package/dist/docs/functional/themes/light-high-contrast.json +2713 -20
  26. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2713 -20
  27. package/dist/docs/functional/themes/light-tritanopia.json +2883 -190
  28. package/dist/docs/functional/themes/light.json +2883 -190
  29. package/dist/figma/themes/dark-colorblind-high-contrast.json +304 -0
  30. package/dist/figma/themes/dark-colorblind.json +308 -4
  31. package/dist/figma/themes/dark-dimmed-high-contrast.json +304 -0
  32. package/dist/figma/themes/dark-dimmed.json +308 -4
  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 +308 -4
  36. package/dist/figma/themes/dark.json +308 -4
  37. package/dist/figma/themes/light-colorblind-high-contrast.json +304 -0
  38. package/dist/figma/themes/light-colorblind.json +308 -4
  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 +308 -4
  42. package/dist/figma/themes/light.json +308 -4
  43. package/dist/internalCss/dark-colorblind-high-contrast.css +38 -0
  44. package/dist/internalCss/dark-colorblind.css +40 -2
  45. package/dist/internalCss/dark-dimmed-high-contrast.css +38 -0
  46. package/dist/internalCss/dark-dimmed.css +40 -2
  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 +40 -2
  50. package/dist/internalCss/dark.css +40 -2
  51. package/dist/internalCss/light-colorblind-high-contrast.css +38 -0
  52. package/dist/internalCss/light-colorblind.css +40 -2
  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 +40 -2
  56. package/dist/internalCss/light.css +40 -2
  57. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +2713 -20
  58. package/dist/styleLint/functional/themes/dark-colorblind.json +2881 -188
  59. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +2713 -20
  60. package/dist/styleLint/functional/themes/dark-dimmed.json +2881 -188
  61. package/dist/styleLint/functional/themes/dark-high-contrast.json +2713 -20
  62. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +2713 -20
  63. package/dist/styleLint/functional/themes/dark-tritanopia.json +2881 -188
  64. package/dist/styleLint/functional/themes/dark.json +2881 -188
  65. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2713 -20
  66. package/dist/styleLint/functional/themes/light-colorblind.json +2882 -189
  67. package/dist/styleLint/functional/themes/light-high-contrast.json +2713 -20
  68. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2713 -20
  69. package/dist/styleLint/functional/themes/light-tritanopia.json +2882 -189
  70. package/dist/styleLint/functional/themes/light.json +2882 -189
  71. package/package.json +2 -2
  72. package/src/tokens/component/label.json5 +760 -0
  73. package/src/tokens/functional/color/control.json5 +9 -2
@@ -16968,7 +16968,14 @@
16968
16968
  "scopes": ["borderColor"]
16969
16969
  },
16970
16970
  "org.primer.overrides": {
16971
- "dark": "#454c54"
16971
+ "dark": "#454c54",
16972
+ "dark-dimmed-high-contrast": "#454c54",
16973
+ "light-high-contrast": "#454c54",
16974
+ "light-tritanopia-high-contrast": "#454c54",
16975
+ "light-protanopia-deuteranopia-high-contrast": "#454c54",
16976
+ "dark-high-contrast": "#454c54",
16977
+ "dark-tritanopia-high-contrast": "#454c54",
16978
+ "dark-protanopia-deuteranopia-high-contrast": "#454c54"
16972
16979
  }
16973
16980
  },
16974
16981
  "filePath": "src/tokens/functional/color/control.json5",
@@ -16983,7 +16990,14 @@
16983
16990
  "scopes": ["borderColor"]
16984
16991
  },
16985
16992
  "org.primer.overrides": {
16986
- "dark": "{control.borderColor.emphasis}"
16993
+ "dark": "{control.borderColor.rest}",
16994
+ "dark-dimmed-high-contrast": "{control.borderColor.emphasis}",
16995
+ "light-high-contrast": "{control.borderColor.emphasis}",
16996
+ "light-tritanopia-high-contrast": "{control.borderColor.emphasis}",
16997
+ "light-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}",
16998
+ "dark-high-contrast": "{control.borderColor.emphasis}",
16999
+ "dark-tritanopia-high-contrast": "{control.borderColor.emphasis}",
17000
+ "dark-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}"
16987
17001
  }
16988
17002
  },
16989
17003
  "key": "{controlKnob.borderColor.rest}"
@@ -36084,6 +36098,147 @@
36084
36098
  "attributes": {},
36085
36099
  "path": ["label", "auburn", "bgColor", "rest"]
36086
36100
  },
36101
+ "label-auburn-borderColor": {
36102
+ "key": "{label.auburn.borderColor}",
36103
+ "$value": "#8a5551",
36104
+ "$type": "color",
36105
+ "$extensions": {
36106
+ "org.primer.figma": {
36107
+ "collection": "mode",
36108
+ "group": "component",
36109
+ "scopes": ["borderColor"]
36110
+ },
36111
+ "org.primer.overrides": {
36112
+ "dark": {
36113
+ "$value": "#ffffff00",
36114
+ "filePath": "src/tokens/component/label.json5",
36115
+ "isSource": true,
36116
+ "$type": "color"
36117
+ },
36118
+ "dark-dimmed": {
36119
+ "$value": "#ffffff00",
36120
+ "filePath": "src/tokens/component/label.json5",
36121
+ "isSource": true,
36122
+ "$type": "color"
36123
+ },
36124
+ "light-high-contrast": {
36125
+ "$value": "#8a5551",
36126
+ "filePath": "src/tokens/component/label.json5",
36127
+ "isSource": true,
36128
+ "$type": "color"
36129
+ },
36130
+ "dark-high-contrast": {
36131
+ "$value": "#8a5551",
36132
+ "filePath": "src/tokens/component/label.json5",
36133
+ "isSource": true,
36134
+ "$type": "color"
36135
+ },
36136
+ "dark-dimmed-high-contrast": {
36137
+ "$value": "#8a5551",
36138
+ "filePath": "src/tokens/component/label.json5",
36139
+ "isSource": true,
36140
+ "$type": "color"
36141
+ },
36142
+ "dark-tritanopia-high-contrast": {
36143
+ "$value": "#8a5551",
36144
+ "filePath": "src/tokens/component/label.json5",
36145
+ "isSource": true,
36146
+ "$type": "color"
36147
+ },
36148
+ "dark-protanopia-deuteranopia-high-contrast": {
36149
+ "$value": "#8a5551",
36150
+ "filePath": "src/tokens/component/label.json5",
36151
+ "isSource": true,
36152
+ "$type": "color"
36153
+ },
36154
+ "light-tritanopia-high-contrast": {
36155
+ "$value": "#8a5551",
36156
+ "filePath": "src/tokens/component/label.json5",
36157
+ "isSource": true,
36158
+ "$type": "color"
36159
+ },
36160
+ "light-protanopia-deuteranopia-high-contrast": {
36161
+ "$value": "#8a5551",
36162
+ "filePath": "src/tokens/component/label.json5",
36163
+ "isSource": true,
36164
+ "$type": "color"
36165
+ }
36166
+ }
36167
+ },
36168
+ "filePath": "src/tokens/component/label.json5",
36169
+ "isSource": true,
36170
+ "original": {
36171
+ "$value": "{label.auburn.fgColor.rest}",
36172
+ "$type": "color",
36173
+ "$extensions": {
36174
+ "org.primer.figma": {
36175
+ "collection": "mode",
36176
+ "group": "component",
36177
+ "scopes": ["borderColor"]
36178
+ },
36179
+ "org.primer.overrides": {
36180
+ "dark": {
36181
+ "$value": "{base.color.transparent}",
36182
+ "filePath": "src/tokens/component/label.json5",
36183
+ "isSource": true,
36184
+ "$type": "color"
36185
+ },
36186
+ "dark-dimmed": {
36187
+ "$value": "{base.color.transparent}",
36188
+ "filePath": "src/tokens/component/label.json5",
36189
+ "isSource": true,
36190
+ "$type": "color"
36191
+ },
36192
+ "light-high-contrast": {
36193
+ "$value": "{label.auburn.fgColor.rest}",
36194
+ "filePath": "src/tokens/component/label.json5",
36195
+ "isSource": true,
36196
+ "$type": "color"
36197
+ },
36198
+ "dark-high-contrast": {
36199
+ "$value": "{label.auburn.fgColor.rest}",
36200
+ "filePath": "src/tokens/component/label.json5",
36201
+ "isSource": true,
36202
+ "$type": "color"
36203
+ },
36204
+ "dark-dimmed-high-contrast": {
36205
+ "$value": "{label.auburn.fgColor.rest}",
36206
+ "filePath": "src/tokens/component/label.json5",
36207
+ "isSource": true,
36208
+ "$type": "color"
36209
+ },
36210
+ "dark-tritanopia-high-contrast": {
36211
+ "$value": "{label.auburn.fgColor.rest}",
36212
+ "filePath": "src/tokens/component/label.json5",
36213
+ "isSource": true,
36214
+ "$type": "color"
36215
+ },
36216
+ "dark-protanopia-deuteranopia-high-contrast": {
36217
+ "$value": "{label.auburn.fgColor.rest}",
36218
+ "filePath": "src/tokens/component/label.json5",
36219
+ "isSource": true,
36220
+ "$type": "color"
36221
+ },
36222
+ "light-tritanopia-high-contrast": {
36223
+ "$value": "{label.auburn.fgColor.rest}",
36224
+ "filePath": "src/tokens/component/label.json5",
36225
+ "isSource": true,
36226
+ "$type": "color"
36227
+ },
36228
+ "light-protanopia-deuteranopia-high-contrast": {
36229
+ "$value": "{label.auburn.fgColor.rest}",
36230
+ "filePath": "src/tokens/component/label.json5",
36231
+ "isSource": true,
36232
+ "$type": "color"
36233
+ }
36234
+ }
36235
+ },
36236
+ "key": "{label.auburn.borderColor}"
36237
+ },
36238
+ "name": "label-auburn-borderColor",
36239
+ "attributes": {},
36240
+ "path": ["label", "auburn", "borderColor"]
36241
+ },
36087
36242
  "label-auburn-fgColor-active": {
36088
36243
  "key": "{label.auburn.fgColor.active}",
36089
36244
  "$value": "#5d3937",
@@ -36354,19 +36509,67 @@
36354
36509
  "attributes": {},
36355
36510
  "path": ["label", "blue", "bgColor", "rest"]
36356
36511
  },
36357
- "label-blue-fgColor-active": {
36358
- "key": "{label.blue.fgColor.active}",
36359
- "$value": "#003d99",
36512
+ "label-blue-borderColor": {
36513
+ "key": "{label.blue.borderColor}",
36514
+ "$value": "#005fcc",
36360
36515
  "$type": "color",
36361
36516
  "$extensions": {
36362
36517
  "org.primer.figma": {
36363
36518
  "collection": "mode",
36364
36519
  "group": "component",
36365
- "scopes": ["fgColor"]
36520
+ "scopes": ["borderColor"]
36366
36521
  },
36367
36522
  "org.primer.overrides": {
36368
36523
  "dark": {
36369
- "$value": "#003d99",
36524
+ "$value": "#ffffff00",
36525
+ "filePath": "src/tokens/component/label.json5",
36526
+ "isSource": true,
36527
+ "$type": "color"
36528
+ },
36529
+ "dark-dimmed": {
36530
+ "$value": "#ffffff00",
36531
+ "filePath": "src/tokens/component/label.json5",
36532
+ "isSource": true,
36533
+ "$type": "color"
36534
+ },
36535
+ "light-high-contrast": {
36536
+ "$value": "#005fcc",
36537
+ "filePath": "src/tokens/component/label.json5",
36538
+ "isSource": true,
36539
+ "$type": "color"
36540
+ },
36541
+ "dark-high-contrast": {
36542
+ "$value": "#005fcc",
36543
+ "filePath": "src/tokens/component/label.json5",
36544
+ "isSource": true,
36545
+ "$type": "color"
36546
+ },
36547
+ "dark-dimmed-high-contrast": {
36548
+ "$value": "#005fcc",
36549
+ "filePath": "src/tokens/component/label.json5",
36550
+ "isSource": true,
36551
+ "$type": "color"
36552
+ },
36553
+ "dark-tritanopia-high-contrast": {
36554
+ "$value": "#005fcc",
36555
+ "filePath": "src/tokens/component/label.json5",
36556
+ "isSource": true,
36557
+ "$type": "color"
36558
+ },
36559
+ "dark-protanopia-deuteranopia-high-contrast": {
36560
+ "$value": "#005fcc",
36561
+ "filePath": "src/tokens/component/label.json5",
36562
+ "isSource": true,
36563
+ "$type": "color"
36564
+ },
36565
+ "light-tritanopia-high-contrast": {
36566
+ "$value": "#005fcc",
36567
+ "filePath": "src/tokens/component/label.json5",
36568
+ "isSource": true,
36569
+ "$type": "color"
36570
+ },
36571
+ "light-protanopia-deuteranopia-high-contrast": {
36572
+ "$value": "#005fcc",
36370
36573
  "filePath": "src/tokens/component/label.json5",
36371
36574
  "isSource": true,
36372
36575
  "$type": "color"
@@ -36376,32 +36579,80 @@
36376
36579
  "filePath": "src/tokens/component/label.json5",
36377
36580
  "isSource": true,
36378
36581
  "original": {
36379
- "$value": "{base.display.color.blue.8}",
36582
+ "$value": "{label.blue.fgColor.rest}",
36380
36583
  "$type": "color",
36381
36584
  "$extensions": {
36382
36585
  "org.primer.figma": {
36383
36586
  "collection": "mode",
36384
36587
  "group": "component",
36385
- "scopes": ["fgColor"]
36588
+ "scopes": ["borderColor"]
36386
36589
  },
36387
36590
  "org.primer.overrides": {
36388
36591
  "dark": {
36389
- "$value": "{base.display.color.blue.8}",
36592
+ "$value": "{base.color.transparent}",
36593
+ "filePath": "src/tokens/component/label.json5",
36594
+ "isSource": true,
36595
+ "$type": "color"
36596
+ },
36597
+ "dark-dimmed": {
36598
+ "$value": "{base.color.transparent}",
36599
+ "filePath": "src/tokens/component/label.json5",
36600
+ "isSource": true,
36601
+ "$type": "color"
36602
+ },
36603
+ "light-high-contrast": {
36604
+ "$value": "{label.blue.fgColor.rest}",
36605
+ "filePath": "src/tokens/component/label.json5",
36606
+ "isSource": true,
36607
+ "$type": "color"
36608
+ },
36609
+ "dark-high-contrast": {
36610
+ "$value": "{label.blue.fgColor.rest}",
36611
+ "filePath": "src/tokens/component/label.json5",
36612
+ "isSource": true,
36613
+ "$type": "color"
36614
+ },
36615
+ "dark-dimmed-high-contrast": {
36616
+ "$value": "{label.blue.fgColor.rest}",
36617
+ "filePath": "src/tokens/component/label.json5",
36618
+ "isSource": true,
36619
+ "$type": "color"
36620
+ },
36621
+ "dark-tritanopia-high-contrast": {
36622
+ "$value": "{label.blue.fgColor.rest}",
36623
+ "filePath": "src/tokens/component/label.json5",
36624
+ "isSource": true,
36625
+ "$type": "color"
36626
+ },
36627
+ "dark-protanopia-deuteranopia-high-contrast": {
36628
+ "$value": "{label.blue.fgColor.rest}",
36629
+ "filePath": "src/tokens/component/label.json5",
36630
+ "isSource": true,
36631
+ "$type": "color"
36632
+ },
36633
+ "light-tritanopia-high-contrast": {
36634
+ "$value": "{label.blue.fgColor.rest}",
36635
+ "filePath": "src/tokens/component/label.json5",
36636
+ "isSource": true,
36637
+ "$type": "color"
36638
+ },
36639
+ "light-protanopia-deuteranopia-high-contrast": {
36640
+ "$value": "{label.blue.fgColor.rest}",
36390
36641
  "filePath": "src/tokens/component/label.json5",
36391
36642
  "isSource": true,
36392
36643
  "$type": "color"
36393
36644
  }
36394
36645
  }
36395
36646
  },
36396
- "key": "{label.blue.fgColor.active}"
36647
+ "key": "{label.blue.borderColor}"
36397
36648
  },
36398
- "name": "label-blue-fgColor-active",
36649
+ "name": "label-blue-borderColor",
36399
36650
  "attributes": {},
36400
- "path": ["label", "blue", "fgColor", "active"]
36651
+ "path": ["label", "blue", "borderColor"]
36401
36652
  },
36402
- "label-blue-fgColor-hover": {
36403
- "key": "{label.blue.fgColor.hover}",
36404
- "$value": "#004db3",
36653
+ "label-blue-fgColor-active": {
36654
+ "key": "{label.blue.fgColor.active}",
36655
+ "$value": "#003d99",
36405
36656
  "$type": "color",
36406
36657
  "$extensions": {
36407
36658
  "org.primer.figma": {
@@ -36411,7 +36662,7 @@
36411
36662
  },
36412
36663
  "org.primer.overrides": {
36413
36664
  "dark": {
36414
- "$value": "#004db3",
36665
+ "$value": "#003d99",
36415
36666
  "filePath": "src/tokens/component/label.json5",
36416
36667
  "isSource": true,
36417
36668
  "$type": "color"
@@ -36421,7 +36672,7 @@
36421
36672
  "filePath": "src/tokens/component/label.json5",
36422
36673
  "isSource": true,
36423
36674
  "original": {
36424
- "$value": "{base.display.color.blue.7}",
36675
+ "$value": "{base.display.color.blue.8}",
36425
36676
  "$type": "color",
36426
36677
  "$extensions": {
36427
36678
  "org.primer.figma": {
@@ -36431,14 +36682,59 @@
36431
36682
  },
36432
36683
  "org.primer.overrides": {
36433
36684
  "dark": {
36434
- "$value": "{base.display.color.blue.7}",
36685
+ "$value": "{base.display.color.blue.8}",
36435
36686
  "filePath": "src/tokens/component/label.json5",
36436
36687
  "isSource": true,
36437
36688
  "$type": "color"
36438
36689
  }
36439
36690
  }
36440
36691
  },
36441
- "key": "{label.blue.fgColor.hover}"
36692
+ "key": "{label.blue.fgColor.active}"
36693
+ },
36694
+ "name": "label-blue-fgColor-active",
36695
+ "attributes": {},
36696
+ "path": ["label", "blue", "fgColor", "active"]
36697
+ },
36698
+ "label-blue-fgColor-hover": {
36699
+ "key": "{label.blue.fgColor.hover}",
36700
+ "$value": "#004db3",
36701
+ "$type": "color",
36702
+ "$extensions": {
36703
+ "org.primer.figma": {
36704
+ "collection": "mode",
36705
+ "group": "component",
36706
+ "scopes": ["fgColor"]
36707
+ },
36708
+ "org.primer.overrides": {
36709
+ "dark": {
36710
+ "$value": "#004db3",
36711
+ "filePath": "src/tokens/component/label.json5",
36712
+ "isSource": true,
36713
+ "$type": "color"
36714
+ }
36715
+ }
36716
+ },
36717
+ "filePath": "src/tokens/component/label.json5",
36718
+ "isSource": true,
36719
+ "original": {
36720
+ "$value": "{base.display.color.blue.7}",
36721
+ "$type": "color",
36722
+ "$extensions": {
36723
+ "org.primer.figma": {
36724
+ "collection": "mode",
36725
+ "group": "component",
36726
+ "scopes": ["fgColor"]
36727
+ },
36728
+ "org.primer.overrides": {
36729
+ "dark": {
36730
+ "$value": "{base.display.color.blue.7}",
36731
+ "filePath": "src/tokens/component/label.json5",
36732
+ "isSource": true,
36733
+ "$type": "color"
36734
+ }
36735
+ }
36736
+ },
36737
+ "key": "{label.blue.fgColor.hover}"
36442
36738
  },
36443
36739
  "name": "label-blue-fgColor-hover",
36444
36740
  "attributes": {},
@@ -36624,6 +36920,147 @@
36624
36920
  "attributes": {},
36625
36921
  "path": ["label", "brown", "bgColor", "rest"]
36626
36922
  },
36923
+ "label-brown-borderColor": {
36924
+ "key": "{label.brown.borderColor}",
36925
+ "$value": "#755f43",
36926
+ "$type": "color",
36927
+ "$extensions": {
36928
+ "org.primer.figma": {
36929
+ "collection": "mode",
36930
+ "group": "component",
36931
+ "scopes": ["borderColor"]
36932
+ },
36933
+ "org.primer.overrides": {
36934
+ "dark": {
36935
+ "$value": "#ffffff00",
36936
+ "filePath": "src/tokens/component/label.json5",
36937
+ "isSource": true,
36938
+ "$type": "color"
36939
+ },
36940
+ "dark-dimmed": {
36941
+ "$value": "#ffffff00",
36942
+ "filePath": "src/tokens/component/label.json5",
36943
+ "isSource": true,
36944
+ "$type": "color"
36945
+ },
36946
+ "light-high-contrast": {
36947
+ "$value": "#755f43",
36948
+ "filePath": "src/tokens/component/label.json5",
36949
+ "isSource": true,
36950
+ "$type": "color"
36951
+ },
36952
+ "dark-high-contrast": {
36953
+ "$value": "#755f43",
36954
+ "filePath": "src/tokens/component/label.json5",
36955
+ "isSource": true,
36956
+ "$type": "color"
36957
+ },
36958
+ "dark-dimmed-high-contrast": {
36959
+ "$value": "#755f43",
36960
+ "filePath": "src/tokens/component/label.json5",
36961
+ "isSource": true,
36962
+ "$type": "color"
36963
+ },
36964
+ "dark-tritanopia-high-contrast": {
36965
+ "$value": "#755f43",
36966
+ "filePath": "src/tokens/component/label.json5",
36967
+ "isSource": true,
36968
+ "$type": "color"
36969
+ },
36970
+ "dark-protanopia-deuteranopia-high-contrast": {
36971
+ "$value": "#755f43",
36972
+ "filePath": "src/tokens/component/label.json5",
36973
+ "isSource": true,
36974
+ "$type": "color"
36975
+ },
36976
+ "light-tritanopia-high-contrast": {
36977
+ "$value": "#755f43",
36978
+ "filePath": "src/tokens/component/label.json5",
36979
+ "isSource": true,
36980
+ "$type": "color"
36981
+ },
36982
+ "light-protanopia-deuteranopia-high-contrast": {
36983
+ "$value": "#755f43",
36984
+ "filePath": "src/tokens/component/label.json5",
36985
+ "isSource": true,
36986
+ "$type": "color"
36987
+ }
36988
+ }
36989
+ },
36990
+ "filePath": "src/tokens/component/label.json5",
36991
+ "isSource": true,
36992
+ "original": {
36993
+ "$value": "{label.brown.fgColor.rest}",
36994
+ "$type": "color",
36995
+ "$extensions": {
36996
+ "org.primer.figma": {
36997
+ "collection": "mode",
36998
+ "group": "component",
36999
+ "scopes": ["borderColor"]
37000
+ },
37001
+ "org.primer.overrides": {
37002
+ "dark": {
37003
+ "$value": "{base.color.transparent}",
37004
+ "filePath": "src/tokens/component/label.json5",
37005
+ "isSource": true,
37006
+ "$type": "color"
37007
+ },
37008
+ "dark-dimmed": {
37009
+ "$value": "{base.color.transparent}",
37010
+ "filePath": "src/tokens/component/label.json5",
37011
+ "isSource": true,
37012
+ "$type": "color"
37013
+ },
37014
+ "light-high-contrast": {
37015
+ "$value": "{label.brown.fgColor.rest}",
37016
+ "filePath": "src/tokens/component/label.json5",
37017
+ "isSource": true,
37018
+ "$type": "color"
37019
+ },
37020
+ "dark-high-contrast": {
37021
+ "$value": "{label.brown.fgColor.rest}",
37022
+ "filePath": "src/tokens/component/label.json5",
37023
+ "isSource": true,
37024
+ "$type": "color"
37025
+ },
37026
+ "dark-dimmed-high-contrast": {
37027
+ "$value": "{label.brown.fgColor.rest}",
37028
+ "filePath": "src/tokens/component/label.json5",
37029
+ "isSource": true,
37030
+ "$type": "color"
37031
+ },
37032
+ "dark-tritanopia-high-contrast": {
37033
+ "$value": "{label.brown.fgColor.rest}",
37034
+ "filePath": "src/tokens/component/label.json5",
37035
+ "isSource": true,
37036
+ "$type": "color"
37037
+ },
37038
+ "dark-protanopia-deuteranopia-high-contrast": {
37039
+ "$value": "{label.brown.fgColor.rest}",
37040
+ "filePath": "src/tokens/component/label.json5",
37041
+ "isSource": true,
37042
+ "$type": "color"
37043
+ },
37044
+ "light-tritanopia-high-contrast": {
37045
+ "$value": "{label.brown.fgColor.rest}",
37046
+ "filePath": "src/tokens/component/label.json5",
37047
+ "isSource": true,
37048
+ "$type": "color"
37049
+ },
37050
+ "light-protanopia-deuteranopia-high-contrast": {
37051
+ "$value": "{label.brown.fgColor.rest}",
37052
+ "filePath": "src/tokens/component/label.json5",
37053
+ "isSource": true,
37054
+ "$type": "color"
37055
+ }
37056
+ }
37057
+ },
37058
+ "key": "{label.brown.borderColor}"
37059
+ },
37060
+ "name": "label-brown-borderColor",
37061
+ "attributes": {},
37062
+ "path": ["label", "brown", "borderColor"]
37063
+ },
36627
37064
  "label-brown-fgColor-active": {
36628
37065
  "key": "{label.brown.fgColor.active}",
36629
37066
  "$value": "#51412f",
@@ -36894,6 +37331,147 @@
36894
37331
  "attributes": {},
36895
37332
  "path": ["label", "coral", "bgColor", "rest"]
36896
37333
  },
37334
+ "label-coral-borderColor": {
37335
+ "key": "{label.coral.borderColor}",
37336
+ "$value": "#ba2e12",
37337
+ "$type": "color",
37338
+ "$extensions": {
37339
+ "org.primer.figma": {
37340
+ "collection": "mode",
37341
+ "group": "component",
37342
+ "scopes": ["borderColor"]
37343
+ },
37344
+ "org.primer.overrides": {
37345
+ "dark": {
37346
+ "$value": "#ffffff00",
37347
+ "filePath": "src/tokens/component/label.json5",
37348
+ "isSource": true,
37349
+ "$type": "color"
37350
+ },
37351
+ "dark-dimmed": {
37352
+ "$value": "#ffffff00",
37353
+ "filePath": "src/tokens/component/label.json5",
37354
+ "isSource": true,
37355
+ "$type": "color"
37356
+ },
37357
+ "light-high-contrast": {
37358
+ "$value": "#ba2e12",
37359
+ "filePath": "src/tokens/component/label.json5",
37360
+ "isSource": true,
37361
+ "$type": "color"
37362
+ },
37363
+ "dark-high-contrast": {
37364
+ "$value": "#ba2e12",
37365
+ "filePath": "src/tokens/component/label.json5",
37366
+ "isSource": true,
37367
+ "$type": "color"
37368
+ },
37369
+ "dark-dimmed-high-contrast": {
37370
+ "$value": "#ba2e12",
37371
+ "filePath": "src/tokens/component/label.json5",
37372
+ "isSource": true,
37373
+ "$type": "color"
37374
+ },
37375
+ "dark-tritanopia-high-contrast": {
37376
+ "$value": "#ba2e12",
37377
+ "filePath": "src/tokens/component/label.json5",
37378
+ "isSource": true,
37379
+ "$type": "color"
37380
+ },
37381
+ "dark-protanopia-deuteranopia-high-contrast": {
37382
+ "$value": "#ba2e12",
37383
+ "filePath": "src/tokens/component/label.json5",
37384
+ "isSource": true,
37385
+ "$type": "color"
37386
+ },
37387
+ "light-tritanopia-high-contrast": {
37388
+ "$value": "#ba2e12",
37389
+ "filePath": "src/tokens/component/label.json5",
37390
+ "isSource": true,
37391
+ "$type": "color"
37392
+ },
37393
+ "light-protanopia-deuteranopia-high-contrast": {
37394
+ "$value": "#ba2e12",
37395
+ "filePath": "src/tokens/component/label.json5",
37396
+ "isSource": true,
37397
+ "$type": "color"
37398
+ }
37399
+ }
37400
+ },
37401
+ "filePath": "src/tokens/component/label.json5",
37402
+ "isSource": true,
37403
+ "original": {
37404
+ "$value": "{label.coral.fgColor.rest}",
37405
+ "$type": "color",
37406
+ "$extensions": {
37407
+ "org.primer.figma": {
37408
+ "collection": "mode",
37409
+ "group": "component",
37410
+ "scopes": ["borderColor"]
37411
+ },
37412
+ "org.primer.overrides": {
37413
+ "dark": {
37414
+ "$value": "{base.color.transparent}",
37415
+ "filePath": "src/tokens/component/label.json5",
37416
+ "isSource": true,
37417
+ "$type": "color"
37418
+ },
37419
+ "dark-dimmed": {
37420
+ "$value": "{base.color.transparent}",
37421
+ "filePath": "src/tokens/component/label.json5",
37422
+ "isSource": true,
37423
+ "$type": "color"
37424
+ },
37425
+ "light-high-contrast": {
37426
+ "$value": "{label.coral.fgColor.rest}",
37427
+ "filePath": "src/tokens/component/label.json5",
37428
+ "isSource": true,
37429
+ "$type": "color"
37430
+ },
37431
+ "dark-high-contrast": {
37432
+ "$value": "{label.coral.fgColor.rest}",
37433
+ "filePath": "src/tokens/component/label.json5",
37434
+ "isSource": true,
37435
+ "$type": "color"
37436
+ },
37437
+ "dark-dimmed-high-contrast": {
37438
+ "$value": "{label.coral.fgColor.rest}",
37439
+ "filePath": "src/tokens/component/label.json5",
37440
+ "isSource": true,
37441
+ "$type": "color"
37442
+ },
37443
+ "dark-tritanopia-high-contrast": {
37444
+ "$value": "{label.coral.fgColor.rest}",
37445
+ "filePath": "src/tokens/component/label.json5",
37446
+ "isSource": true,
37447
+ "$type": "color"
37448
+ },
37449
+ "dark-protanopia-deuteranopia-high-contrast": {
37450
+ "$value": "{label.coral.fgColor.rest}",
37451
+ "filePath": "src/tokens/component/label.json5",
37452
+ "isSource": true,
37453
+ "$type": "color"
37454
+ },
37455
+ "light-tritanopia-high-contrast": {
37456
+ "$value": "{label.coral.fgColor.rest}",
37457
+ "filePath": "src/tokens/component/label.json5",
37458
+ "isSource": true,
37459
+ "$type": "color"
37460
+ },
37461
+ "light-protanopia-deuteranopia-high-contrast": {
37462
+ "$value": "{label.coral.fgColor.rest}",
37463
+ "filePath": "src/tokens/component/label.json5",
37464
+ "isSource": true,
37465
+ "$type": "color"
37466
+ }
37467
+ }
37468
+ },
37469
+ "key": "{label.coral.borderColor}"
37470
+ },
37471
+ "name": "label-coral-borderColor",
37472
+ "attributes": {},
37473
+ "path": ["label", "coral", "borderColor"]
37474
+ },
36897
37475
  "label-coral-fgColor-active": {
36898
37476
  "key": "{label.coral.fgColor.active}",
36899
37477
  "$value": "#7e2011",
@@ -37164,6 +37742,147 @@
37164
37742
  "attributes": {},
37165
37743
  "path": ["label", "cyan", "bgColor", "rest"]
37166
37744
  },
37745
+ "label-cyan-borderColor": {
37746
+ "key": "{label.cyan.borderColor}",
37747
+ "$value": "#006a80",
37748
+ "$type": "color",
37749
+ "$extensions": {
37750
+ "org.primer.figma": {
37751
+ "collection": "mode",
37752
+ "group": "component",
37753
+ "scopes": ["borderColor"]
37754
+ },
37755
+ "org.primer.overrides": {
37756
+ "dark": {
37757
+ "$value": "#ffffff00",
37758
+ "filePath": "src/tokens/component/label.json5",
37759
+ "isSource": true,
37760
+ "$type": "color"
37761
+ },
37762
+ "dark-dimmed": {
37763
+ "$value": "#ffffff00",
37764
+ "filePath": "src/tokens/component/label.json5",
37765
+ "isSource": true,
37766
+ "$type": "color"
37767
+ },
37768
+ "light-high-contrast": {
37769
+ "$value": "#006a80",
37770
+ "filePath": "src/tokens/component/label.json5",
37771
+ "isSource": true,
37772
+ "$type": "color"
37773
+ },
37774
+ "dark-high-contrast": {
37775
+ "$value": "#006a80",
37776
+ "filePath": "src/tokens/component/label.json5",
37777
+ "isSource": true,
37778
+ "$type": "color"
37779
+ },
37780
+ "dark-dimmed-high-contrast": {
37781
+ "$value": "#006a80",
37782
+ "filePath": "src/tokens/component/label.json5",
37783
+ "isSource": true,
37784
+ "$type": "color"
37785
+ },
37786
+ "dark-tritanopia-high-contrast": {
37787
+ "$value": "#006a80",
37788
+ "filePath": "src/tokens/component/label.json5",
37789
+ "isSource": true,
37790
+ "$type": "color"
37791
+ },
37792
+ "dark-protanopia-deuteranopia-high-contrast": {
37793
+ "$value": "#006a80",
37794
+ "filePath": "src/tokens/component/label.json5",
37795
+ "isSource": true,
37796
+ "$type": "color"
37797
+ },
37798
+ "light-tritanopia-high-contrast": {
37799
+ "$value": "#006a80",
37800
+ "filePath": "src/tokens/component/label.json5",
37801
+ "isSource": true,
37802
+ "$type": "color"
37803
+ },
37804
+ "light-protanopia-deuteranopia-high-contrast": {
37805
+ "$value": "#006a80",
37806
+ "filePath": "src/tokens/component/label.json5",
37807
+ "isSource": true,
37808
+ "$type": "color"
37809
+ }
37810
+ }
37811
+ },
37812
+ "filePath": "src/tokens/component/label.json5",
37813
+ "isSource": true,
37814
+ "original": {
37815
+ "$value": "{label.cyan.fgColor.rest}",
37816
+ "$type": "color",
37817
+ "$extensions": {
37818
+ "org.primer.figma": {
37819
+ "collection": "mode",
37820
+ "group": "component",
37821
+ "scopes": ["borderColor"]
37822
+ },
37823
+ "org.primer.overrides": {
37824
+ "dark": {
37825
+ "$value": "{base.color.transparent}",
37826
+ "filePath": "src/tokens/component/label.json5",
37827
+ "isSource": true,
37828
+ "$type": "color"
37829
+ },
37830
+ "dark-dimmed": {
37831
+ "$value": "{base.color.transparent}",
37832
+ "filePath": "src/tokens/component/label.json5",
37833
+ "isSource": true,
37834
+ "$type": "color"
37835
+ },
37836
+ "light-high-contrast": {
37837
+ "$value": "{label.cyan.fgColor.rest}",
37838
+ "filePath": "src/tokens/component/label.json5",
37839
+ "isSource": true,
37840
+ "$type": "color"
37841
+ },
37842
+ "dark-high-contrast": {
37843
+ "$value": "{label.cyan.fgColor.rest}",
37844
+ "filePath": "src/tokens/component/label.json5",
37845
+ "isSource": true,
37846
+ "$type": "color"
37847
+ },
37848
+ "dark-dimmed-high-contrast": {
37849
+ "$value": "{label.cyan.fgColor.rest}",
37850
+ "filePath": "src/tokens/component/label.json5",
37851
+ "isSource": true,
37852
+ "$type": "color"
37853
+ },
37854
+ "dark-tritanopia-high-contrast": {
37855
+ "$value": "{label.cyan.fgColor.rest}",
37856
+ "filePath": "src/tokens/component/label.json5",
37857
+ "isSource": true,
37858
+ "$type": "color"
37859
+ },
37860
+ "dark-protanopia-deuteranopia-high-contrast": {
37861
+ "$value": "{label.cyan.fgColor.rest}",
37862
+ "filePath": "src/tokens/component/label.json5",
37863
+ "isSource": true,
37864
+ "$type": "color"
37865
+ },
37866
+ "light-tritanopia-high-contrast": {
37867
+ "$value": "{label.cyan.fgColor.rest}",
37868
+ "filePath": "src/tokens/component/label.json5",
37869
+ "isSource": true,
37870
+ "$type": "color"
37871
+ },
37872
+ "light-protanopia-deuteranopia-high-contrast": {
37873
+ "$value": "{label.cyan.fgColor.rest}",
37874
+ "filePath": "src/tokens/component/label.json5",
37875
+ "isSource": true,
37876
+ "$type": "color"
37877
+ }
37878
+ }
37879
+ },
37880
+ "key": "{label.cyan.borderColor}"
37881
+ },
37882
+ "name": "label-cyan-borderColor",
37883
+ "attributes": {},
37884
+ "path": ["label", "cyan", "borderColor"]
37885
+ },
37167
37886
  "label-cyan-fgColor-active": {
37168
37887
  "key": "{label.cyan.fgColor.active}",
37169
37888
  "$value": "#004857",
@@ -37434,6 +38153,147 @@
37434
38153
  "attributes": {},
37435
38154
  "path": ["label", "gray", "bgColor", "rest"]
37436
38155
  },
38156
+ "label-gray-borderColor": {
38157
+ "key": "{label.gray.borderColor}",
38158
+ "$value": "#5c6570",
38159
+ "$type": "color",
38160
+ "$extensions": {
38161
+ "org.primer.figma": {
38162
+ "collection": "mode",
38163
+ "group": "component",
38164
+ "scopes": ["borderColor"]
38165
+ },
38166
+ "org.primer.overrides": {
38167
+ "dark": {
38168
+ "$value": "#ffffff00",
38169
+ "filePath": "src/tokens/component/label.json5",
38170
+ "isSource": true,
38171
+ "$type": "color"
38172
+ },
38173
+ "dark-dimmed": {
38174
+ "$value": "#ffffff00",
38175
+ "filePath": "src/tokens/component/label.json5",
38176
+ "isSource": true,
38177
+ "$type": "color"
38178
+ },
38179
+ "light-high-contrast": {
38180
+ "$value": "#5c6570",
38181
+ "filePath": "src/tokens/component/label.json5",
38182
+ "isSource": true,
38183
+ "$type": "color"
38184
+ },
38185
+ "dark-high-contrast": {
38186
+ "$value": "#5c6570",
38187
+ "filePath": "src/tokens/component/label.json5",
38188
+ "isSource": true,
38189
+ "$type": "color"
38190
+ },
38191
+ "dark-dimmed-high-contrast": {
38192
+ "$value": "#5c6570",
38193
+ "filePath": "src/tokens/component/label.json5",
38194
+ "isSource": true,
38195
+ "$type": "color"
38196
+ },
38197
+ "dark-tritanopia-high-contrast": {
38198
+ "$value": "#5c6570",
38199
+ "filePath": "src/tokens/component/label.json5",
38200
+ "isSource": true,
38201
+ "$type": "color"
38202
+ },
38203
+ "dark-protanopia-deuteranopia-high-contrast": {
38204
+ "$value": "#5c6570",
38205
+ "filePath": "src/tokens/component/label.json5",
38206
+ "isSource": true,
38207
+ "$type": "color"
38208
+ },
38209
+ "light-tritanopia-high-contrast": {
38210
+ "$value": "#5c6570",
38211
+ "filePath": "src/tokens/component/label.json5",
38212
+ "isSource": true,
38213
+ "$type": "color"
38214
+ },
38215
+ "light-protanopia-deuteranopia-high-contrast": {
38216
+ "$value": "#5c6570",
38217
+ "filePath": "src/tokens/component/label.json5",
38218
+ "isSource": true,
38219
+ "$type": "color"
38220
+ }
38221
+ }
38222
+ },
38223
+ "filePath": "src/tokens/component/label.json5",
38224
+ "isSource": true,
38225
+ "original": {
38226
+ "$value": "{label.gray.fgColor.rest}",
38227
+ "$type": "color",
38228
+ "$extensions": {
38229
+ "org.primer.figma": {
38230
+ "collection": "mode",
38231
+ "group": "component",
38232
+ "scopes": ["borderColor"]
38233
+ },
38234
+ "org.primer.overrides": {
38235
+ "dark": {
38236
+ "$value": "{base.color.transparent}",
38237
+ "filePath": "src/tokens/component/label.json5",
38238
+ "isSource": true,
38239
+ "$type": "color"
38240
+ },
38241
+ "dark-dimmed": {
38242
+ "$value": "{base.color.transparent}",
38243
+ "filePath": "src/tokens/component/label.json5",
38244
+ "isSource": true,
38245
+ "$type": "color"
38246
+ },
38247
+ "light-high-contrast": {
38248
+ "$value": "{label.gray.fgColor.rest}",
38249
+ "filePath": "src/tokens/component/label.json5",
38250
+ "isSource": true,
38251
+ "$type": "color"
38252
+ },
38253
+ "dark-high-contrast": {
38254
+ "$value": "{label.gray.fgColor.rest}",
38255
+ "filePath": "src/tokens/component/label.json5",
38256
+ "isSource": true,
38257
+ "$type": "color"
38258
+ },
38259
+ "dark-dimmed-high-contrast": {
38260
+ "$value": "{label.gray.fgColor.rest}",
38261
+ "filePath": "src/tokens/component/label.json5",
38262
+ "isSource": true,
38263
+ "$type": "color"
38264
+ },
38265
+ "dark-tritanopia-high-contrast": {
38266
+ "$value": "{label.gray.fgColor.rest}",
38267
+ "filePath": "src/tokens/component/label.json5",
38268
+ "isSource": true,
38269
+ "$type": "color"
38270
+ },
38271
+ "dark-protanopia-deuteranopia-high-contrast": {
38272
+ "$value": "{label.gray.fgColor.rest}",
38273
+ "filePath": "src/tokens/component/label.json5",
38274
+ "isSource": true,
38275
+ "$type": "color"
38276
+ },
38277
+ "light-tritanopia-high-contrast": {
38278
+ "$value": "{label.gray.fgColor.rest}",
38279
+ "filePath": "src/tokens/component/label.json5",
38280
+ "isSource": true,
38281
+ "$type": "color"
38282
+ },
38283
+ "light-protanopia-deuteranopia-high-contrast": {
38284
+ "$value": "{label.gray.fgColor.rest}",
38285
+ "filePath": "src/tokens/component/label.json5",
38286
+ "isSource": true,
38287
+ "$type": "color"
38288
+ }
38289
+ }
38290
+ },
38291
+ "key": "{label.gray.borderColor}"
38292
+ },
38293
+ "name": "label-gray-borderColor",
38294
+ "attributes": {},
38295
+ "path": ["label", "gray", "borderColor"]
38296
+ },
37437
38297
  "label-gray-fgColor-active": {
37438
38298
  "key": "{label.gray.fgColor.active}",
37439
38299
  "$value": "#424448",
@@ -37704,6 +38564,147 @@
37704
38564
  "attributes": {},
37705
38565
  "path": ["label", "green", "bgColor", "rest"]
37706
38566
  },
38567
+ "label-green-borderColor": {
38568
+ "key": "{label.green.borderColor}",
38569
+ "$value": "#2b6e3f",
38570
+ "$type": "color",
38571
+ "$extensions": {
38572
+ "org.primer.figma": {
38573
+ "collection": "mode",
38574
+ "group": "component",
38575
+ "scopes": ["borderColor"]
38576
+ },
38577
+ "org.primer.overrides": {
38578
+ "dark": {
38579
+ "$value": "#ffffff00",
38580
+ "filePath": "src/tokens/component/label.json5",
38581
+ "isSource": true,
38582
+ "$type": "color"
38583
+ },
38584
+ "dark-dimmed": {
38585
+ "$value": "#ffffff00",
38586
+ "filePath": "src/tokens/component/label.json5",
38587
+ "isSource": true,
38588
+ "$type": "color"
38589
+ },
38590
+ "light-high-contrast": {
38591
+ "$value": "#2b6e3f",
38592
+ "filePath": "src/tokens/component/label.json5",
38593
+ "isSource": true,
38594
+ "$type": "color"
38595
+ },
38596
+ "dark-high-contrast": {
38597
+ "$value": "#2b6e3f",
38598
+ "filePath": "src/tokens/component/label.json5",
38599
+ "isSource": true,
38600
+ "$type": "color"
38601
+ },
38602
+ "dark-dimmed-high-contrast": {
38603
+ "$value": "#2b6e3f",
38604
+ "filePath": "src/tokens/component/label.json5",
38605
+ "isSource": true,
38606
+ "$type": "color"
38607
+ },
38608
+ "dark-tritanopia-high-contrast": {
38609
+ "$value": "#2b6e3f",
38610
+ "filePath": "src/tokens/component/label.json5",
38611
+ "isSource": true,
38612
+ "$type": "color"
38613
+ },
38614
+ "dark-protanopia-deuteranopia-high-contrast": {
38615
+ "$value": "#2b6e3f",
38616
+ "filePath": "src/tokens/component/label.json5",
38617
+ "isSource": true,
38618
+ "$type": "color"
38619
+ },
38620
+ "light-tritanopia-high-contrast": {
38621
+ "$value": "#2b6e3f",
38622
+ "filePath": "src/tokens/component/label.json5",
38623
+ "isSource": true,
38624
+ "$type": "color"
38625
+ },
38626
+ "light-protanopia-deuteranopia-high-contrast": {
38627
+ "$value": "#2b6e3f",
38628
+ "filePath": "src/tokens/component/label.json5",
38629
+ "isSource": true,
38630
+ "$type": "color"
38631
+ }
38632
+ }
38633
+ },
38634
+ "filePath": "src/tokens/component/label.json5",
38635
+ "isSource": true,
38636
+ "original": {
38637
+ "$value": "{label.green.fgColor.rest}",
38638
+ "$type": "color",
38639
+ "$extensions": {
38640
+ "org.primer.figma": {
38641
+ "collection": "mode",
38642
+ "group": "component",
38643
+ "scopes": ["borderColor"]
38644
+ },
38645
+ "org.primer.overrides": {
38646
+ "dark": {
38647
+ "$value": "{base.color.transparent}",
38648
+ "filePath": "src/tokens/component/label.json5",
38649
+ "isSource": true,
38650
+ "$type": "color"
38651
+ },
38652
+ "dark-dimmed": {
38653
+ "$value": "{base.color.transparent}",
38654
+ "filePath": "src/tokens/component/label.json5",
38655
+ "isSource": true,
38656
+ "$type": "color"
38657
+ },
38658
+ "light-high-contrast": {
38659
+ "$value": "{label.green.fgColor.rest}",
38660
+ "filePath": "src/tokens/component/label.json5",
38661
+ "isSource": true,
38662
+ "$type": "color"
38663
+ },
38664
+ "dark-high-contrast": {
38665
+ "$value": "{label.green.fgColor.rest}",
38666
+ "filePath": "src/tokens/component/label.json5",
38667
+ "isSource": true,
38668
+ "$type": "color"
38669
+ },
38670
+ "dark-dimmed-high-contrast": {
38671
+ "$value": "{label.green.fgColor.rest}",
38672
+ "filePath": "src/tokens/component/label.json5",
38673
+ "isSource": true,
38674
+ "$type": "color"
38675
+ },
38676
+ "dark-tritanopia-high-contrast": {
38677
+ "$value": "{label.green.fgColor.rest}",
38678
+ "filePath": "src/tokens/component/label.json5",
38679
+ "isSource": true,
38680
+ "$type": "color"
38681
+ },
38682
+ "dark-protanopia-deuteranopia-high-contrast": {
38683
+ "$value": "{label.green.fgColor.rest}",
38684
+ "filePath": "src/tokens/component/label.json5",
38685
+ "isSource": true,
38686
+ "$type": "color"
38687
+ },
38688
+ "light-tritanopia-high-contrast": {
38689
+ "$value": "{label.green.fgColor.rest}",
38690
+ "filePath": "src/tokens/component/label.json5",
38691
+ "isSource": true,
38692
+ "$type": "color"
38693
+ },
38694
+ "light-protanopia-deuteranopia-high-contrast": {
38695
+ "$value": "{label.green.fgColor.rest}",
38696
+ "filePath": "src/tokens/component/label.json5",
38697
+ "isSource": true,
38698
+ "$type": "color"
38699
+ }
38700
+ }
38701
+ },
38702
+ "key": "{label.green.borderColor}"
38703
+ },
38704
+ "name": "label-green-borderColor",
38705
+ "attributes": {},
38706
+ "path": ["label", "green", "borderColor"]
38707
+ },
37707
38708
  "label-green-fgColor-active": {
37708
38709
  "key": "{label.green.fgColor.active}",
37709
38710
  "$value": "#254b34",
@@ -37974,6 +38975,147 @@
37974
38975
  "attributes": {},
37975
38976
  "path": ["label", "indigo", "bgColor", "rest"]
37976
38977
  },
38978
+ "label-indigo-borderColor": {
38979
+ "key": "{label.indigo.borderColor}",
38980
+ "$value": "#494edf",
38981
+ "$type": "color",
38982
+ "$extensions": {
38983
+ "org.primer.figma": {
38984
+ "collection": "mode",
38985
+ "group": "component",
38986
+ "scopes": ["borderColor"]
38987
+ },
38988
+ "org.primer.overrides": {
38989
+ "dark": {
38990
+ "$value": "#ffffff00",
38991
+ "filePath": "src/tokens/component/label.json5",
38992
+ "isSource": true,
38993
+ "$type": "color"
38994
+ },
38995
+ "dark-dimmed": {
38996
+ "$value": "#ffffff00",
38997
+ "filePath": "src/tokens/component/label.json5",
38998
+ "isSource": true,
38999
+ "$type": "color"
39000
+ },
39001
+ "light-high-contrast": {
39002
+ "$value": "#494edf",
39003
+ "filePath": "src/tokens/component/label.json5",
39004
+ "isSource": true,
39005
+ "$type": "color"
39006
+ },
39007
+ "dark-high-contrast": {
39008
+ "$value": "#494edf",
39009
+ "filePath": "src/tokens/component/label.json5",
39010
+ "isSource": true,
39011
+ "$type": "color"
39012
+ },
39013
+ "dark-dimmed-high-contrast": {
39014
+ "$value": "#494edf",
39015
+ "filePath": "src/tokens/component/label.json5",
39016
+ "isSource": true,
39017
+ "$type": "color"
39018
+ },
39019
+ "dark-tritanopia-high-contrast": {
39020
+ "$value": "#494edf",
39021
+ "filePath": "src/tokens/component/label.json5",
39022
+ "isSource": true,
39023
+ "$type": "color"
39024
+ },
39025
+ "dark-protanopia-deuteranopia-high-contrast": {
39026
+ "$value": "#494edf",
39027
+ "filePath": "src/tokens/component/label.json5",
39028
+ "isSource": true,
39029
+ "$type": "color"
39030
+ },
39031
+ "light-tritanopia-high-contrast": {
39032
+ "$value": "#494edf",
39033
+ "filePath": "src/tokens/component/label.json5",
39034
+ "isSource": true,
39035
+ "$type": "color"
39036
+ },
39037
+ "light-protanopia-deuteranopia-high-contrast": {
39038
+ "$value": "#494edf",
39039
+ "filePath": "src/tokens/component/label.json5",
39040
+ "isSource": true,
39041
+ "$type": "color"
39042
+ }
39043
+ }
39044
+ },
39045
+ "filePath": "src/tokens/component/label.json5",
39046
+ "isSource": true,
39047
+ "original": {
39048
+ "$value": "{label.indigo.fgColor.rest}",
39049
+ "$type": "color",
39050
+ "$extensions": {
39051
+ "org.primer.figma": {
39052
+ "collection": "mode",
39053
+ "group": "component",
39054
+ "scopes": ["borderColor"]
39055
+ },
39056
+ "org.primer.overrides": {
39057
+ "dark": {
39058
+ "$value": "{base.color.transparent}",
39059
+ "filePath": "src/tokens/component/label.json5",
39060
+ "isSource": true,
39061
+ "$type": "color"
39062
+ },
39063
+ "dark-dimmed": {
39064
+ "$value": "{base.color.transparent}",
39065
+ "filePath": "src/tokens/component/label.json5",
39066
+ "isSource": true,
39067
+ "$type": "color"
39068
+ },
39069
+ "light-high-contrast": {
39070
+ "$value": "{label.indigo.fgColor.rest}",
39071
+ "filePath": "src/tokens/component/label.json5",
39072
+ "isSource": true,
39073
+ "$type": "color"
39074
+ },
39075
+ "dark-high-contrast": {
39076
+ "$value": "{label.indigo.fgColor.rest}",
39077
+ "filePath": "src/tokens/component/label.json5",
39078
+ "isSource": true,
39079
+ "$type": "color"
39080
+ },
39081
+ "dark-dimmed-high-contrast": {
39082
+ "$value": "{label.indigo.fgColor.rest}",
39083
+ "filePath": "src/tokens/component/label.json5",
39084
+ "isSource": true,
39085
+ "$type": "color"
39086
+ },
39087
+ "dark-tritanopia-high-contrast": {
39088
+ "$value": "{label.indigo.fgColor.rest}",
39089
+ "filePath": "src/tokens/component/label.json5",
39090
+ "isSource": true,
39091
+ "$type": "color"
39092
+ },
39093
+ "dark-protanopia-deuteranopia-high-contrast": {
39094
+ "$value": "{label.indigo.fgColor.rest}",
39095
+ "filePath": "src/tokens/component/label.json5",
39096
+ "isSource": true,
39097
+ "$type": "color"
39098
+ },
39099
+ "light-tritanopia-high-contrast": {
39100
+ "$value": "{label.indigo.fgColor.rest}",
39101
+ "filePath": "src/tokens/component/label.json5",
39102
+ "isSource": true,
39103
+ "$type": "color"
39104
+ },
39105
+ "light-protanopia-deuteranopia-high-contrast": {
39106
+ "$value": "{label.indigo.fgColor.rest}",
39107
+ "filePath": "src/tokens/component/label.json5",
39108
+ "isSource": true,
39109
+ "$type": "color"
39110
+ }
39111
+ }
39112
+ },
39113
+ "key": "{label.indigo.borderColor}"
39114
+ },
39115
+ "name": "label-indigo-borderColor",
39116
+ "attributes": {},
39117
+ "path": ["label", "indigo", "borderColor"]
39118
+ },
37977
39119
  "label-indigo-fgColor-active": {
37978
39120
  "key": "{label.indigo.fgColor.active}",
37979
39121
  "$value": "#2d2db4",
@@ -38244,6 +39386,147 @@
38244
39386
  "attributes": {},
38245
39387
  "path": ["label", "lemon", "bgColor", "rest"]
38246
39388
  },
39389
+ "label-lemon-borderColor": {
39390
+ "key": "{label.lemon.borderColor}",
39391
+ "$value": "#786002",
39392
+ "$type": "color",
39393
+ "$extensions": {
39394
+ "org.primer.figma": {
39395
+ "collection": "mode",
39396
+ "group": "component",
39397
+ "scopes": ["borderColor"]
39398
+ },
39399
+ "org.primer.overrides": {
39400
+ "dark": {
39401
+ "$value": "#ffffff00",
39402
+ "filePath": "src/tokens/component/label.json5",
39403
+ "isSource": true,
39404
+ "$type": "color"
39405
+ },
39406
+ "dark-dimmed": {
39407
+ "$value": "#ffffff00",
39408
+ "filePath": "src/tokens/component/label.json5",
39409
+ "isSource": true,
39410
+ "$type": "color"
39411
+ },
39412
+ "light-high-contrast": {
39413
+ "$value": "#786002",
39414
+ "filePath": "src/tokens/component/label.json5",
39415
+ "isSource": true,
39416
+ "$type": "color"
39417
+ },
39418
+ "dark-high-contrast": {
39419
+ "$value": "#786002",
39420
+ "filePath": "src/tokens/component/label.json5",
39421
+ "isSource": true,
39422
+ "$type": "color"
39423
+ },
39424
+ "dark-dimmed-high-contrast": {
39425
+ "$value": "#786002",
39426
+ "filePath": "src/tokens/component/label.json5",
39427
+ "isSource": true,
39428
+ "$type": "color"
39429
+ },
39430
+ "dark-tritanopia-high-contrast": {
39431
+ "$value": "#786002",
39432
+ "filePath": "src/tokens/component/label.json5",
39433
+ "isSource": true,
39434
+ "$type": "color"
39435
+ },
39436
+ "dark-protanopia-deuteranopia-high-contrast": {
39437
+ "$value": "#786002",
39438
+ "filePath": "src/tokens/component/label.json5",
39439
+ "isSource": true,
39440
+ "$type": "color"
39441
+ },
39442
+ "light-tritanopia-high-contrast": {
39443
+ "$value": "#786002",
39444
+ "filePath": "src/tokens/component/label.json5",
39445
+ "isSource": true,
39446
+ "$type": "color"
39447
+ },
39448
+ "light-protanopia-deuteranopia-high-contrast": {
39449
+ "$value": "#786002",
39450
+ "filePath": "src/tokens/component/label.json5",
39451
+ "isSource": true,
39452
+ "$type": "color"
39453
+ }
39454
+ }
39455
+ },
39456
+ "filePath": "src/tokens/component/label.json5",
39457
+ "isSource": true,
39458
+ "original": {
39459
+ "$value": "{label.lemon.fgColor.rest}",
39460
+ "$type": "color",
39461
+ "$extensions": {
39462
+ "org.primer.figma": {
39463
+ "collection": "mode",
39464
+ "group": "component",
39465
+ "scopes": ["borderColor"]
39466
+ },
39467
+ "org.primer.overrides": {
39468
+ "dark": {
39469
+ "$value": "{base.color.transparent}",
39470
+ "filePath": "src/tokens/component/label.json5",
39471
+ "isSource": true,
39472
+ "$type": "color"
39473
+ },
39474
+ "dark-dimmed": {
39475
+ "$value": "{base.color.transparent}",
39476
+ "filePath": "src/tokens/component/label.json5",
39477
+ "isSource": true,
39478
+ "$type": "color"
39479
+ },
39480
+ "light-high-contrast": {
39481
+ "$value": "{label.lemon.fgColor.rest}",
39482
+ "filePath": "src/tokens/component/label.json5",
39483
+ "isSource": true,
39484
+ "$type": "color"
39485
+ },
39486
+ "dark-high-contrast": {
39487
+ "$value": "{label.lemon.fgColor.rest}",
39488
+ "filePath": "src/tokens/component/label.json5",
39489
+ "isSource": true,
39490
+ "$type": "color"
39491
+ },
39492
+ "dark-dimmed-high-contrast": {
39493
+ "$value": "{label.lemon.fgColor.rest}",
39494
+ "filePath": "src/tokens/component/label.json5",
39495
+ "isSource": true,
39496
+ "$type": "color"
39497
+ },
39498
+ "dark-tritanopia-high-contrast": {
39499
+ "$value": "{label.lemon.fgColor.rest}",
39500
+ "filePath": "src/tokens/component/label.json5",
39501
+ "isSource": true,
39502
+ "$type": "color"
39503
+ },
39504
+ "dark-protanopia-deuteranopia-high-contrast": {
39505
+ "$value": "{label.lemon.fgColor.rest}",
39506
+ "filePath": "src/tokens/component/label.json5",
39507
+ "isSource": true,
39508
+ "$type": "color"
39509
+ },
39510
+ "light-tritanopia-high-contrast": {
39511
+ "$value": "{label.lemon.fgColor.rest}",
39512
+ "filePath": "src/tokens/component/label.json5",
39513
+ "isSource": true,
39514
+ "$type": "color"
39515
+ },
39516
+ "light-protanopia-deuteranopia-high-contrast": {
39517
+ "$value": "{label.lemon.fgColor.rest}",
39518
+ "filePath": "src/tokens/component/label.json5",
39519
+ "isSource": true,
39520
+ "$type": "color"
39521
+ }
39522
+ }
39523
+ },
39524
+ "key": "{label.lemon.borderColor}"
39525
+ },
39526
+ "name": "label-lemon-borderColor",
39527
+ "attributes": {},
39528
+ "path": ["label", "lemon", "borderColor"]
39529
+ },
38247
39530
  "label-lemon-fgColor-active": {
38248
39531
  "key": "{label.lemon.fgColor.active}",
38249
39532
  "$value": "#523f00",
@@ -38514,6 +39797,147 @@
38514
39797
  "attributes": {},
38515
39798
  "path": ["label", "lime", "bgColor", "rest"]
38516
39799
  },
39800
+ "label-lime-borderColor": {
39801
+ "key": "{label.lime.borderColor}",
39802
+ "$value": "#476c28",
39803
+ "$type": "color",
39804
+ "$extensions": {
39805
+ "org.primer.figma": {
39806
+ "collection": "mode",
39807
+ "group": "component",
39808
+ "scopes": ["borderColor"]
39809
+ },
39810
+ "org.primer.overrides": {
39811
+ "dark": {
39812
+ "$value": "#ffffff00",
39813
+ "filePath": "src/tokens/component/label.json5",
39814
+ "isSource": true,
39815
+ "$type": "color"
39816
+ },
39817
+ "dark-dimmed": {
39818
+ "$value": "#ffffff00",
39819
+ "filePath": "src/tokens/component/label.json5",
39820
+ "isSource": true,
39821
+ "$type": "color"
39822
+ },
39823
+ "light-high-contrast": {
39824
+ "$value": "#476c28",
39825
+ "filePath": "src/tokens/component/label.json5",
39826
+ "isSource": true,
39827
+ "$type": "color"
39828
+ },
39829
+ "dark-high-contrast": {
39830
+ "$value": "#476c28",
39831
+ "filePath": "src/tokens/component/label.json5",
39832
+ "isSource": true,
39833
+ "$type": "color"
39834
+ },
39835
+ "dark-dimmed-high-contrast": {
39836
+ "$value": "#476c28",
39837
+ "filePath": "src/tokens/component/label.json5",
39838
+ "isSource": true,
39839
+ "$type": "color"
39840
+ },
39841
+ "dark-tritanopia-high-contrast": {
39842
+ "$value": "#476c28",
39843
+ "filePath": "src/tokens/component/label.json5",
39844
+ "isSource": true,
39845
+ "$type": "color"
39846
+ },
39847
+ "dark-protanopia-deuteranopia-high-contrast": {
39848
+ "$value": "#476c28",
39849
+ "filePath": "src/tokens/component/label.json5",
39850
+ "isSource": true,
39851
+ "$type": "color"
39852
+ },
39853
+ "light-tritanopia-high-contrast": {
39854
+ "$value": "#476c28",
39855
+ "filePath": "src/tokens/component/label.json5",
39856
+ "isSource": true,
39857
+ "$type": "color"
39858
+ },
39859
+ "light-protanopia-deuteranopia-high-contrast": {
39860
+ "$value": "#476c28",
39861
+ "filePath": "src/tokens/component/label.json5",
39862
+ "isSource": true,
39863
+ "$type": "color"
39864
+ }
39865
+ }
39866
+ },
39867
+ "filePath": "src/tokens/component/label.json5",
39868
+ "isSource": true,
39869
+ "original": {
39870
+ "$value": "{label.lime.fgColor.rest}",
39871
+ "$type": "color",
39872
+ "$extensions": {
39873
+ "org.primer.figma": {
39874
+ "collection": "mode",
39875
+ "group": "component",
39876
+ "scopes": ["borderColor"]
39877
+ },
39878
+ "org.primer.overrides": {
39879
+ "dark": {
39880
+ "$value": "{base.color.transparent}",
39881
+ "filePath": "src/tokens/component/label.json5",
39882
+ "isSource": true,
39883
+ "$type": "color"
39884
+ },
39885
+ "dark-dimmed": {
39886
+ "$value": "{base.color.transparent}",
39887
+ "filePath": "src/tokens/component/label.json5",
39888
+ "isSource": true,
39889
+ "$type": "color"
39890
+ },
39891
+ "light-high-contrast": {
39892
+ "$value": "{label.lime.fgColor.rest}",
39893
+ "filePath": "src/tokens/component/label.json5",
39894
+ "isSource": true,
39895
+ "$type": "color"
39896
+ },
39897
+ "dark-high-contrast": {
39898
+ "$value": "{label.lime.fgColor.rest}",
39899
+ "filePath": "src/tokens/component/label.json5",
39900
+ "isSource": true,
39901
+ "$type": "color"
39902
+ },
39903
+ "dark-dimmed-high-contrast": {
39904
+ "$value": "{label.lime.fgColor.rest}",
39905
+ "filePath": "src/tokens/component/label.json5",
39906
+ "isSource": true,
39907
+ "$type": "color"
39908
+ },
39909
+ "dark-tritanopia-high-contrast": {
39910
+ "$value": "{label.lime.fgColor.rest}",
39911
+ "filePath": "src/tokens/component/label.json5",
39912
+ "isSource": true,
39913
+ "$type": "color"
39914
+ },
39915
+ "dark-protanopia-deuteranopia-high-contrast": {
39916
+ "$value": "{label.lime.fgColor.rest}",
39917
+ "filePath": "src/tokens/component/label.json5",
39918
+ "isSource": true,
39919
+ "$type": "color"
39920
+ },
39921
+ "light-tritanopia-high-contrast": {
39922
+ "$value": "{label.lime.fgColor.rest}",
39923
+ "filePath": "src/tokens/component/label.json5",
39924
+ "isSource": true,
39925
+ "$type": "color"
39926
+ },
39927
+ "light-protanopia-deuteranopia-high-contrast": {
39928
+ "$value": "{label.lime.fgColor.rest}",
39929
+ "filePath": "src/tokens/component/label.json5",
39930
+ "isSource": true,
39931
+ "$type": "color"
39932
+ }
39933
+ }
39934
+ },
39935
+ "key": "{label.lime.borderColor}"
39936
+ },
39937
+ "name": "label-lime-borderColor",
39938
+ "attributes": {},
39939
+ "path": ["label", "lime", "borderColor"]
39940
+ },
38517
39941
  "label-lime-fgColor-active": {
38518
39942
  "key": "{label.lime.fgColor.active}",
38519
39943
  "$value": "#2f4a21",
@@ -38784,6 +40208,147 @@
38784
40208
  "attributes": {},
38785
40209
  "path": ["label", "olive", "bgColor", "rest"]
38786
40210
  },
40211
+ "label-olive-borderColor": {
40212
+ "key": "{label.olive.borderColor}",
40213
+ "$value": "#56682c",
40214
+ "$type": "color",
40215
+ "$extensions": {
40216
+ "org.primer.figma": {
40217
+ "collection": "mode",
40218
+ "group": "component",
40219
+ "scopes": ["borderColor"]
40220
+ },
40221
+ "org.primer.overrides": {
40222
+ "dark": {
40223
+ "$value": "#ffffff00",
40224
+ "filePath": "src/tokens/component/label.json5",
40225
+ "isSource": true,
40226
+ "$type": "color"
40227
+ },
40228
+ "dark-dimmed": {
40229
+ "$value": "#ffffff00",
40230
+ "filePath": "src/tokens/component/label.json5",
40231
+ "isSource": true,
40232
+ "$type": "color"
40233
+ },
40234
+ "light-high-contrast": {
40235
+ "$value": "#56682c",
40236
+ "filePath": "src/tokens/component/label.json5",
40237
+ "isSource": true,
40238
+ "$type": "color"
40239
+ },
40240
+ "dark-high-contrast": {
40241
+ "$value": "#56682c",
40242
+ "filePath": "src/tokens/component/label.json5",
40243
+ "isSource": true,
40244
+ "$type": "color"
40245
+ },
40246
+ "dark-dimmed-high-contrast": {
40247
+ "$value": "#56682c",
40248
+ "filePath": "src/tokens/component/label.json5",
40249
+ "isSource": true,
40250
+ "$type": "color"
40251
+ },
40252
+ "dark-tritanopia-high-contrast": {
40253
+ "$value": "#56682c",
40254
+ "filePath": "src/tokens/component/label.json5",
40255
+ "isSource": true,
40256
+ "$type": "color"
40257
+ },
40258
+ "dark-protanopia-deuteranopia-high-contrast": {
40259
+ "$value": "#56682c",
40260
+ "filePath": "src/tokens/component/label.json5",
40261
+ "isSource": true,
40262
+ "$type": "color"
40263
+ },
40264
+ "light-tritanopia-high-contrast": {
40265
+ "$value": "#56682c",
40266
+ "filePath": "src/tokens/component/label.json5",
40267
+ "isSource": true,
40268
+ "$type": "color"
40269
+ },
40270
+ "light-protanopia-deuteranopia-high-contrast": {
40271
+ "$value": "#56682c",
40272
+ "filePath": "src/tokens/component/label.json5",
40273
+ "isSource": true,
40274
+ "$type": "color"
40275
+ }
40276
+ }
40277
+ },
40278
+ "filePath": "src/tokens/component/label.json5",
40279
+ "isSource": true,
40280
+ "original": {
40281
+ "$value": "{label.olive.fgColor.rest}",
40282
+ "$type": "color",
40283
+ "$extensions": {
40284
+ "org.primer.figma": {
40285
+ "collection": "mode",
40286
+ "group": "component",
40287
+ "scopes": ["borderColor"]
40288
+ },
40289
+ "org.primer.overrides": {
40290
+ "dark": {
40291
+ "$value": "{base.color.transparent}",
40292
+ "filePath": "src/tokens/component/label.json5",
40293
+ "isSource": true,
40294
+ "$type": "color"
40295
+ },
40296
+ "dark-dimmed": {
40297
+ "$value": "{base.color.transparent}",
40298
+ "filePath": "src/tokens/component/label.json5",
40299
+ "isSource": true,
40300
+ "$type": "color"
40301
+ },
40302
+ "light-high-contrast": {
40303
+ "$value": "{label.olive.fgColor.rest}",
40304
+ "filePath": "src/tokens/component/label.json5",
40305
+ "isSource": true,
40306
+ "$type": "color"
40307
+ },
40308
+ "dark-high-contrast": {
40309
+ "$value": "{label.olive.fgColor.rest}",
40310
+ "filePath": "src/tokens/component/label.json5",
40311
+ "isSource": true,
40312
+ "$type": "color"
40313
+ },
40314
+ "dark-dimmed-high-contrast": {
40315
+ "$value": "{label.olive.fgColor.rest}",
40316
+ "filePath": "src/tokens/component/label.json5",
40317
+ "isSource": true,
40318
+ "$type": "color"
40319
+ },
40320
+ "dark-tritanopia-high-contrast": {
40321
+ "$value": "{label.olive.fgColor.rest}",
40322
+ "filePath": "src/tokens/component/label.json5",
40323
+ "isSource": true,
40324
+ "$type": "color"
40325
+ },
40326
+ "dark-protanopia-deuteranopia-high-contrast": {
40327
+ "$value": "{label.olive.fgColor.rest}",
40328
+ "filePath": "src/tokens/component/label.json5",
40329
+ "isSource": true,
40330
+ "$type": "color"
40331
+ },
40332
+ "light-tritanopia-high-contrast": {
40333
+ "$value": "{label.olive.fgColor.rest}",
40334
+ "filePath": "src/tokens/component/label.json5",
40335
+ "isSource": true,
40336
+ "$type": "color"
40337
+ },
40338
+ "light-protanopia-deuteranopia-high-contrast": {
40339
+ "$value": "{label.olive.fgColor.rest}",
40340
+ "filePath": "src/tokens/component/label.json5",
40341
+ "isSource": true,
40342
+ "$type": "color"
40343
+ }
40344
+ }
40345
+ },
40346
+ "key": "{label.olive.borderColor}"
40347
+ },
40348
+ "name": "label-olive-borderColor",
40349
+ "attributes": {},
40350
+ "path": ["label", "olive", "borderColor"]
40351
+ },
38787
40352
  "label-olive-fgColor-active": {
38788
40353
  "key": "{label.olive.fgColor.active}",
38789
40354
  "$value": "#3b4927",
@@ -39054,6 +40619,147 @@
39054
40619
  "attributes": {},
39055
40620
  "path": ["label", "orange", "bgColor", "rest"]
39056
40621
  },
40622
+ "label-orange-borderColor": {
40623
+ "key": "{label.orange.borderColor}",
40624
+ "$value": "#a24610",
40625
+ "$type": "color",
40626
+ "$extensions": {
40627
+ "org.primer.figma": {
40628
+ "collection": "mode",
40629
+ "group": "component",
40630
+ "scopes": ["borderColor"]
40631
+ },
40632
+ "org.primer.overrides": {
40633
+ "dark": {
40634
+ "$value": "#ffffff00",
40635
+ "filePath": "src/tokens/component/label.json5",
40636
+ "isSource": true,
40637
+ "$type": "color"
40638
+ },
40639
+ "dark-dimmed": {
40640
+ "$value": "#ffffff00",
40641
+ "filePath": "src/tokens/component/label.json5",
40642
+ "isSource": true,
40643
+ "$type": "color"
40644
+ },
40645
+ "light-high-contrast": {
40646
+ "$value": "#a24610",
40647
+ "filePath": "src/tokens/component/label.json5",
40648
+ "isSource": true,
40649
+ "$type": "color"
40650
+ },
40651
+ "dark-high-contrast": {
40652
+ "$value": "#a24610",
40653
+ "filePath": "src/tokens/component/label.json5",
40654
+ "isSource": true,
40655
+ "$type": "color"
40656
+ },
40657
+ "dark-dimmed-high-contrast": {
40658
+ "$value": "#a24610",
40659
+ "filePath": "src/tokens/component/label.json5",
40660
+ "isSource": true,
40661
+ "$type": "color"
40662
+ },
40663
+ "dark-tritanopia-high-contrast": {
40664
+ "$value": "#a24610",
40665
+ "filePath": "src/tokens/component/label.json5",
40666
+ "isSource": true,
40667
+ "$type": "color"
40668
+ },
40669
+ "dark-protanopia-deuteranopia-high-contrast": {
40670
+ "$value": "#a24610",
40671
+ "filePath": "src/tokens/component/label.json5",
40672
+ "isSource": true,
40673
+ "$type": "color"
40674
+ },
40675
+ "light-tritanopia-high-contrast": {
40676
+ "$value": "#a24610",
40677
+ "filePath": "src/tokens/component/label.json5",
40678
+ "isSource": true,
40679
+ "$type": "color"
40680
+ },
40681
+ "light-protanopia-deuteranopia-high-contrast": {
40682
+ "$value": "#a24610",
40683
+ "filePath": "src/tokens/component/label.json5",
40684
+ "isSource": true,
40685
+ "$type": "color"
40686
+ }
40687
+ }
40688
+ },
40689
+ "filePath": "src/tokens/component/label.json5",
40690
+ "isSource": true,
40691
+ "original": {
40692
+ "$value": "{label.orange.fgColor.rest}",
40693
+ "$type": "color",
40694
+ "$extensions": {
40695
+ "org.primer.figma": {
40696
+ "collection": "mode",
40697
+ "group": "component",
40698
+ "scopes": ["borderColor"]
40699
+ },
40700
+ "org.primer.overrides": {
40701
+ "dark": {
40702
+ "$value": "{base.color.transparent}",
40703
+ "filePath": "src/tokens/component/label.json5",
40704
+ "isSource": true,
40705
+ "$type": "color"
40706
+ },
40707
+ "dark-dimmed": {
40708
+ "$value": "{base.color.transparent}",
40709
+ "filePath": "src/tokens/component/label.json5",
40710
+ "isSource": true,
40711
+ "$type": "color"
40712
+ },
40713
+ "light-high-contrast": {
40714
+ "$value": "{label.orange.fgColor.rest}",
40715
+ "filePath": "src/tokens/component/label.json5",
40716
+ "isSource": true,
40717
+ "$type": "color"
40718
+ },
40719
+ "dark-high-contrast": {
40720
+ "$value": "{label.orange.fgColor.rest}",
40721
+ "filePath": "src/tokens/component/label.json5",
40722
+ "isSource": true,
40723
+ "$type": "color"
40724
+ },
40725
+ "dark-dimmed-high-contrast": {
40726
+ "$value": "{label.orange.fgColor.rest}",
40727
+ "filePath": "src/tokens/component/label.json5",
40728
+ "isSource": true,
40729
+ "$type": "color"
40730
+ },
40731
+ "dark-tritanopia-high-contrast": {
40732
+ "$value": "{label.orange.fgColor.rest}",
40733
+ "filePath": "src/tokens/component/label.json5",
40734
+ "isSource": true,
40735
+ "$type": "color"
40736
+ },
40737
+ "dark-protanopia-deuteranopia-high-contrast": {
40738
+ "$value": "{label.orange.fgColor.rest}",
40739
+ "filePath": "src/tokens/component/label.json5",
40740
+ "isSource": true,
40741
+ "$type": "color"
40742
+ },
40743
+ "light-tritanopia-high-contrast": {
40744
+ "$value": "{label.orange.fgColor.rest}",
40745
+ "filePath": "src/tokens/component/label.json5",
40746
+ "isSource": true,
40747
+ "$type": "color"
40748
+ },
40749
+ "light-protanopia-deuteranopia-high-contrast": {
40750
+ "$value": "{label.orange.fgColor.rest}",
40751
+ "filePath": "src/tokens/component/label.json5",
40752
+ "isSource": true,
40753
+ "$type": "color"
40754
+ }
40755
+ }
40756
+ },
40757
+ "key": "{label.orange.borderColor}"
40758
+ },
40759
+ "name": "label-orange-borderColor",
40760
+ "attributes": {},
40761
+ "path": ["label", "orange", "borderColor"]
40762
+ },
39057
40763
  "label-orange-fgColor-active": {
39058
40764
  "key": "{label.orange.fgColor.active}",
39059
40765
  "$value": "#70300f",
@@ -39324,6 +41030,147 @@
39324
41030
  "attributes": {},
39325
41031
  "path": ["label", "pine", "bgColor", "rest"]
39326
41032
  },
41033
+ "label-pine-borderColor": {
41034
+ "key": "{label.pine.borderColor}",
41035
+ "$value": "#156f4b",
41036
+ "$type": "color",
41037
+ "$extensions": {
41038
+ "org.primer.figma": {
41039
+ "collection": "mode",
41040
+ "group": "component",
41041
+ "scopes": ["borderColor"]
41042
+ },
41043
+ "org.primer.overrides": {
41044
+ "dark": {
41045
+ "$value": "#ffffff00",
41046
+ "filePath": "src/tokens/component/label.json5",
41047
+ "isSource": true,
41048
+ "$type": "color"
41049
+ },
41050
+ "dark-dimmed": {
41051
+ "$value": "#ffffff00",
41052
+ "filePath": "src/tokens/component/label.json5",
41053
+ "isSource": true,
41054
+ "$type": "color"
41055
+ },
41056
+ "light-high-contrast": {
41057
+ "$value": "#156f4b",
41058
+ "filePath": "src/tokens/component/label.json5",
41059
+ "isSource": true,
41060
+ "$type": "color"
41061
+ },
41062
+ "dark-high-contrast": {
41063
+ "$value": "#156f4b",
41064
+ "filePath": "src/tokens/component/label.json5",
41065
+ "isSource": true,
41066
+ "$type": "color"
41067
+ },
41068
+ "dark-dimmed-high-contrast": {
41069
+ "$value": "#156f4b",
41070
+ "filePath": "src/tokens/component/label.json5",
41071
+ "isSource": true,
41072
+ "$type": "color"
41073
+ },
41074
+ "dark-tritanopia-high-contrast": {
41075
+ "$value": "#156f4b",
41076
+ "filePath": "src/tokens/component/label.json5",
41077
+ "isSource": true,
41078
+ "$type": "color"
41079
+ },
41080
+ "dark-protanopia-deuteranopia-high-contrast": {
41081
+ "$value": "#156f4b",
41082
+ "filePath": "src/tokens/component/label.json5",
41083
+ "isSource": true,
41084
+ "$type": "color"
41085
+ },
41086
+ "light-tritanopia-high-contrast": {
41087
+ "$value": "#156f4b",
41088
+ "filePath": "src/tokens/component/label.json5",
41089
+ "isSource": true,
41090
+ "$type": "color"
41091
+ },
41092
+ "light-protanopia-deuteranopia-high-contrast": {
41093
+ "$value": "#156f4b",
41094
+ "filePath": "src/tokens/component/label.json5",
41095
+ "isSource": true,
41096
+ "$type": "color"
41097
+ }
41098
+ }
41099
+ },
41100
+ "filePath": "src/tokens/component/label.json5",
41101
+ "isSource": true,
41102
+ "original": {
41103
+ "$value": "{label.pine.fgColor.rest}",
41104
+ "$type": "color",
41105
+ "$extensions": {
41106
+ "org.primer.figma": {
41107
+ "collection": "mode",
41108
+ "group": "component",
41109
+ "scopes": ["borderColor"]
41110
+ },
41111
+ "org.primer.overrides": {
41112
+ "dark": {
41113
+ "$value": "{base.color.transparent}",
41114
+ "filePath": "src/tokens/component/label.json5",
41115
+ "isSource": true,
41116
+ "$type": "color"
41117
+ },
41118
+ "dark-dimmed": {
41119
+ "$value": "{base.color.transparent}",
41120
+ "filePath": "src/tokens/component/label.json5",
41121
+ "isSource": true,
41122
+ "$type": "color"
41123
+ },
41124
+ "light-high-contrast": {
41125
+ "$value": "{label.pine.fgColor.rest}",
41126
+ "filePath": "src/tokens/component/label.json5",
41127
+ "isSource": true,
41128
+ "$type": "color"
41129
+ },
41130
+ "dark-high-contrast": {
41131
+ "$value": "{label.pine.fgColor.rest}",
41132
+ "filePath": "src/tokens/component/label.json5",
41133
+ "isSource": true,
41134
+ "$type": "color"
41135
+ },
41136
+ "dark-dimmed-high-contrast": {
41137
+ "$value": "{label.pine.fgColor.rest}",
41138
+ "filePath": "src/tokens/component/label.json5",
41139
+ "isSource": true,
41140
+ "$type": "color"
41141
+ },
41142
+ "dark-tritanopia-high-contrast": {
41143
+ "$value": "{label.pine.fgColor.rest}",
41144
+ "filePath": "src/tokens/component/label.json5",
41145
+ "isSource": true,
41146
+ "$type": "color"
41147
+ },
41148
+ "dark-protanopia-deuteranopia-high-contrast": {
41149
+ "$value": "{label.pine.fgColor.rest}",
41150
+ "filePath": "src/tokens/component/label.json5",
41151
+ "isSource": true,
41152
+ "$type": "color"
41153
+ },
41154
+ "light-tritanopia-high-contrast": {
41155
+ "$value": "{label.pine.fgColor.rest}",
41156
+ "filePath": "src/tokens/component/label.json5",
41157
+ "isSource": true,
41158
+ "$type": "color"
41159
+ },
41160
+ "light-protanopia-deuteranopia-high-contrast": {
41161
+ "$value": "{label.pine.fgColor.rest}",
41162
+ "filePath": "src/tokens/component/label.json5",
41163
+ "isSource": true,
41164
+ "$type": "color"
41165
+ }
41166
+ }
41167
+ },
41168
+ "key": "{label.pine.borderColor}"
41169
+ },
41170
+ "name": "label-pine-borderColor",
41171
+ "attributes": {},
41172
+ "path": ["label", "pine", "borderColor"]
41173
+ },
39327
41174
  "label-pine-fgColor-active": {
39328
41175
  "key": "{label.pine.fgColor.active}",
39329
41176
  "$value": "#114b36",
@@ -39594,6 +41441,147 @@
39594
41441
  "attributes": {},
39595
41442
  "path": ["label", "pink", "bgColor", "rest"]
39596
41443
  },
41444
+ "label-pink-borderColor": {
41445
+ "key": "{label.pink.borderColor}",
41446
+ "$value": "#b12f79",
41447
+ "$type": "color",
41448
+ "$extensions": {
41449
+ "org.primer.figma": {
41450
+ "collection": "mode",
41451
+ "group": "component",
41452
+ "scopes": ["borderColor"]
41453
+ },
41454
+ "org.primer.overrides": {
41455
+ "dark": {
41456
+ "$value": "#ffffff00",
41457
+ "filePath": "src/tokens/component/label.json5",
41458
+ "isSource": true,
41459
+ "$type": "color"
41460
+ },
41461
+ "dark-dimmed": {
41462
+ "$value": "#ffffff00",
41463
+ "filePath": "src/tokens/component/label.json5",
41464
+ "isSource": true,
41465
+ "$type": "color"
41466
+ },
41467
+ "light-high-contrast": {
41468
+ "$value": "#b12f79",
41469
+ "filePath": "src/tokens/component/label.json5",
41470
+ "isSource": true,
41471
+ "$type": "color"
41472
+ },
41473
+ "dark-high-contrast": {
41474
+ "$value": "#b12f79",
41475
+ "filePath": "src/tokens/component/label.json5",
41476
+ "isSource": true,
41477
+ "$type": "color"
41478
+ },
41479
+ "dark-dimmed-high-contrast": {
41480
+ "$value": "#b12f79",
41481
+ "filePath": "src/tokens/component/label.json5",
41482
+ "isSource": true,
41483
+ "$type": "color"
41484
+ },
41485
+ "dark-tritanopia-high-contrast": {
41486
+ "$value": "#b12f79",
41487
+ "filePath": "src/tokens/component/label.json5",
41488
+ "isSource": true,
41489
+ "$type": "color"
41490
+ },
41491
+ "dark-protanopia-deuteranopia-high-contrast": {
41492
+ "$value": "#b12f79",
41493
+ "filePath": "src/tokens/component/label.json5",
41494
+ "isSource": true,
41495
+ "$type": "color"
41496
+ },
41497
+ "light-tritanopia-high-contrast": {
41498
+ "$value": "#b12f79",
41499
+ "filePath": "src/tokens/component/label.json5",
41500
+ "isSource": true,
41501
+ "$type": "color"
41502
+ },
41503
+ "light-protanopia-deuteranopia-high-contrast": {
41504
+ "$value": "#b12f79",
41505
+ "filePath": "src/tokens/component/label.json5",
41506
+ "isSource": true,
41507
+ "$type": "color"
41508
+ }
41509
+ }
41510
+ },
41511
+ "filePath": "src/tokens/component/label.json5",
41512
+ "isSource": true,
41513
+ "original": {
41514
+ "$value": "{label.pink.fgColor.rest}",
41515
+ "$type": "color",
41516
+ "$extensions": {
41517
+ "org.primer.figma": {
41518
+ "collection": "mode",
41519
+ "group": "component",
41520
+ "scopes": ["borderColor"]
41521
+ },
41522
+ "org.primer.overrides": {
41523
+ "dark": {
41524
+ "$value": "{base.color.transparent}",
41525
+ "filePath": "src/tokens/component/label.json5",
41526
+ "isSource": true,
41527
+ "$type": "color"
41528
+ },
41529
+ "dark-dimmed": {
41530
+ "$value": "{base.color.transparent}",
41531
+ "filePath": "src/tokens/component/label.json5",
41532
+ "isSource": true,
41533
+ "$type": "color"
41534
+ },
41535
+ "light-high-contrast": {
41536
+ "$value": "{label.pink.fgColor.rest}",
41537
+ "filePath": "src/tokens/component/label.json5",
41538
+ "isSource": true,
41539
+ "$type": "color"
41540
+ },
41541
+ "dark-high-contrast": {
41542
+ "$value": "{label.pink.fgColor.rest}",
41543
+ "filePath": "src/tokens/component/label.json5",
41544
+ "isSource": true,
41545
+ "$type": "color"
41546
+ },
41547
+ "dark-dimmed-high-contrast": {
41548
+ "$value": "{label.pink.fgColor.rest}",
41549
+ "filePath": "src/tokens/component/label.json5",
41550
+ "isSource": true,
41551
+ "$type": "color"
41552
+ },
41553
+ "dark-tritanopia-high-contrast": {
41554
+ "$value": "{label.pink.fgColor.rest}",
41555
+ "filePath": "src/tokens/component/label.json5",
41556
+ "isSource": true,
41557
+ "$type": "color"
41558
+ },
41559
+ "dark-protanopia-deuteranopia-high-contrast": {
41560
+ "$value": "{label.pink.fgColor.rest}",
41561
+ "filePath": "src/tokens/component/label.json5",
41562
+ "isSource": true,
41563
+ "$type": "color"
41564
+ },
41565
+ "light-tritanopia-high-contrast": {
41566
+ "$value": "{label.pink.fgColor.rest}",
41567
+ "filePath": "src/tokens/component/label.json5",
41568
+ "isSource": true,
41569
+ "$type": "color"
41570
+ },
41571
+ "light-protanopia-deuteranopia-high-contrast": {
41572
+ "$value": "{label.pink.fgColor.rest}",
41573
+ "filePath": "src/tokens/component/label.json5",
41574
+ "isSource": true,
41575
+ "$type": "color"
41576
+ }
41577
+ }
41578
+ },
41579
+ "key": "{label.pink.borderColor}"
41580
+ },
41581
+ "name": "label-pink-borderColor",
41582
+ "attributes": {},
41583
+ "path": ["label", "pink", "borderColor"]
41584
+ },
39597
41585
  "label-pink-fgColor-active": {
39598
41586
  "key": "{label.pink.fgColor.active}",
39599
41587
  "$value": "#6e2b53",
@@ -39864,6 +41852,147 @@
39864
41852
  "attributes": {},
39865
41853
  "path": ["label", "plum", "bgColor", "rest"]
39866
41854
  },
41855
+ "label-plum-borderColor": {
41856
+ "key": "{label.plum.borderColor}",
41857
+ "$value": "#961edc",
41858
+ "$type": "color",
41859
+ "$extensions": {
41860
+ "org.primer.figma": {
41861
+ "collection": "mode",
41862
+ "group": "component",
41863
+ "scopes": ["borderColor"]
41864
+ },
41865
+ "org.primer.overrides": {
41866
+ "dark": {
41867
+ "$value": "#ffffff00",
41868
+ "filePath": "src/tokens/component/label.json5",
41869
+ "isSource": true,
41870
+ "$type": "color"
41871
+ },
41872
+ "dark-dimmed": {
41873
+ "$value": "#ffffff00",
41874
+ "filePath": "src/tokens/component/label.json5",
41875
+ "isSource": true,
41876
+ "$type": "color"
41877
+ },
41878
+ "light-high-contrast": {
41879
+ "$value": "#961edc",
41880
+ "filePath": "src/tokens/component/label.json5",
41881
+ "isSource": true,
41882
+ "$type": "color"
41883
+ },
41884
+ "dark-high-contrast": {
41885
+ "$value": "#961edc",
41886
+ "filePath": "src/tokens/component/label.json5",
41887
+ "isSource": true,
41888
+ "$type": "color"
41889
+ },
41890
+ "dark-dimmed-high-contrast": {
41891
+ "$value": "#961edc",
41892
+ "filePath": "src/tokens/component/label.json5",
41893
+ "isSource": true,
41894
+ "$type": "color"
41895
+ },
41896
+ "dark-tritanopia-high-contrast": {
41897
+ "$value": "#961edc",
41898
+ "filePath": "src/tokens/component/label.json5",
41899
+ "isSource": true,
41900
+ "$type": "color"
41901
+ },
41902
+ "dark-protanopia-deuteranopia-high-contrast": {
41903
+ "$value": "#961edc",
41904
+ "filePath": "src/tokens/component/label.json5",
41905
+ "isSource": true,
41906
+ "$type": "color"
41907
+ },
41908
+ "light-tritanopia-high-contrast": {
41909
+ "$value": "#961edc",
41910
+ "filePath": "src/tokens/component/label.json5",
41911
+ "isSource": true,
41912
+ "$type": "color"
41913
+ },
41914
+ "light-protanopia-deuteranopia-high-contrast": {
41915
+ "$value": "#961edc",
41916
+ "filePath": "src/tokens/component/label.json5",
41917
+ "isSource": true,
41918
+ "$type": "color"
41919
+ }
41920
+ }
41921
+ },
41922
+ "filePath": "src/tokens/component/label.json5",
41923
+ "isSource": true,
41924
+ "original": {
41925
+ "$value": "{label.plum.fgColor.rest}",
41926
+ "$type": "color",
41927
+ "$extensions": {
41928
+ "org.primer.figma": {
41929
+ "collection": "mode",
41930
+ "group": "component",
41931
+ "scopes": ["borderColor"]
41932
+ },
41933
+ "org.primer.overrides": {
41934
+ "dark": {
41935
+ "$value": "{base.color.transparent}",
41936
+ "filePath": "src/tokens/component/label.json5",
41937
+ "isSource": true,
41938
+ "$type": "color"
41939
+ },
41940
+ "dark-dimmed": {
41941
+ "$value": "{base.color.transparent}",
41942
+ "filePath": "src/tokens/component/label.json5",
41943
+ "isSource": true,
41944
+ "$type": "color"
41945
+ },
41946
+ "light-high-contrast": {
41947
+ "$value": "{label.plum.fgColor.rest}",
41948
+ "filePath": "src/tokens/component/label.json5",
41949
+ "isSource": true,
41950
+ "$type": "color"
41951
+ },
41952
+ "dark-high-contrast": {
41953
+ "$value": "{label.plum.fgColor.rest}",
41954
+ "filePath": "src/tokens/component/label.json5",
41955
+ "isSource": true,
41956
+ "$type": "color"
41957
+ },
41958
+ "dark-dimmed-high-contrast": {
41959
+ "$value": "{label.plum.fgColor.rest}",
41960
+ "filePath": "src/tokens/component/label.json5",
41961
+ "isSource": true,
41962
+ "$type": "color"
41963
+ },
41964
+ "dark-tritanopia-high-contrast": {
41965
+ "$value": "{label.plum.fgColor.rest}",
41966
+ "filePath": "src/tokens/component/label.json5",
41967
+ "isSource": true,
41968
+ "$type": "color"
41969
+ },
41970
+ "dark-protanopia-deuteranopia-high-contrast": {
41971
+ "$value": "{label.plum.fgColor.rest}",
41972
+ "filePath": "src/tokens/component/label.json5",
41973
+ "isSource": true,
41974
+ "$type": "color"
41975
+ },
41976
+ "light-tritanopia-high-contrast": {
41977
+ "$value": "{label.plum.fgColor.rest}",
41978
+ "filePath": "src/tokens/component/label.json5",
41979
+ "isSource": true,
41980
+ "$type": "color"
41981
+ },
41982
+ "light-protanopia-deuteranopia-high-contrast": {
41983
+ "$value": "{label.plum.fgColor.rest}",
41984
+ "filePath": "src/tokens/component/label.json5",
41985
+ "isSource": true,
41986
+ "$type": "color"
41987
+ }
41988
+ }
41989
+ },
41990
+ "key": "{label.plum.borderColor}"
41991
+ },
41992
+ "name": "label-plum-borderColor",
41993
+ "attributes": {},
41994
+ "path": ["label", "plum", "borderColor"]
41995
+ },
39867
41996
  "label-plum-fgColor-active": {
39868
41997
  "key": "{label.plum.fgColor.active}",
39869
41998
  "$value": "#651d96",
@@ -40134,6 +42263,147 @@
40134
42263
  "attributes": {},
40135
42264
  "path": ["label", "purple", "bgColor", "rest"]
40136
42265
  },
42266
+ "label-purple-borderColor": {
42267
+ "key": "{label.purple.borderColor}",
42268
+ "$value": "#783ae4",
42269
+ "$type": "color",
42270
+ "$extensions": {
42271
+ "org.primer.figma": {
42272
+ "collection": "mode",
42273
+ "group": "component",
42274
+ "scopes": ["borderColor"]
42275
+ },
42276
+ "org.primer.overrides": {
42277
+ "dark": {
42278
+ "$value": "#ffffff00",
42279
+ "filePath": "src/tokens/component/label.json5",
42280
+ "isSource": true,
42281
+ "$type": "color"
42282
+ },
42283
+ "dark-dimmed": {
42284
+ "$value": "#ffffff00",
42285
+ "filePath": "src/tokens/component/label.json5",
42286
+ "isSource": true,
42287
+ "$type": "color"
42288
+ },
42289
+ "light-high-contrast": {
42290
+ "$value": "#783ae4",
42291
+ "filePath": "src/tokens/component/label.json5",
42292
+ "isSource": true,
42293
+ "$type": "color"
42294
+ },
42295
+ "dark-high-contrast": {
42296
+ "$value": "#783ae4",
42297
+ "filePath": "src/tokens/component/label.json5",
42298
+ "isSource": true,
42299
+ "$type": "color"
42300
+ },
42301
+ "dark-dimmed-high-contrast": {
42302
+ "$value": "#783ae4",
42303
+ "filePath": "src/tokens/component/label.json5",
42304
+ "isSource": true,
42305
+ "$type": "color"
42306
+ },
42307
+ "dark-tritanopia-high-contrast": {
42308
+ "$value": "#783ae4",
42309
+ "filePath": "src/tokens/component/label.json5",
42310
+ "isSource": true,
42311
+ "$type": "color"
42312
+ },
42313
+ "dark-protanopia-deuteranopia-high-contrast": {
42314
+ "$value": "#783ae4",
42315
+ "filePath": "src/tokens/component/label.json5",
42316
+ "isSource": true,
42317
+ "$type": "color"
42318
+ },
42319
+ "light-tritanopia-high-contrast": {
42320
+ "$value": "#783ae4",
42321
+ "filePath": "src/tokens/component/label.json5",
42322
+ "isSource": true,
42323
+ "$type": "color"
42324
+ },
42325
+ "light-protanopia-deuteranopia-high-contrast": {
42326
+ "$value": "#783ae4",
42327
+ "filePath": "src/tokens/component/label.json5",
42328
+ "isSource": true,
42329
+ "$type": "color"
42330
+ }
42331
+ }
42332
+ },
42333
+ "filePath": "src/tokens/component/label.json5",
42334
+ "isSource": true,
42335
+ "original": {
42336
+ "$value": "{label.purple.fgColor.rest}",
42337
+ "$type": "color",
42338
+ "$extensions": {
42339
+ "org.primer.figma": {
42340
+ "collection": "mode",
42341
+ "group": "component",
42342
+ "scopes": ["borderColor"]
42343
+ },
42344
+ "org.primer.overrides": {
42345
+ "dark": {
42346
+ "$value": "{base.color.transparent}",
42347
+ "filePath": "src/tokens/component/label.json5",
42348
+ "isSource": true,
42349
+ "$type": "color"
42350
+ },
42351
+ "dark-dimmed": {
42352
+ "$value": "{base.color.transparent}",
42353
+ "filePath": "src/tokens/component/label.json5",
42354
+ "isSource": true,
42355
+ "$type": "color"
42356
+ },
42357
+ "light-high-contrast": {
42358
+ "$value": "{label.purple.fgColor.rest}",
42359
+ "filePath": "src/tokens/component/label.json5",
42360
+ "isSource": true,
42361
+ "$type": "color"
42362
+ },
42363
+ "dark-high-contrast": {
42364
+ "$value": "{label.purple.fgColor.rest}",
42365
+ "filePath": "src/tokens/component/label.json5",
42366
+ "isSource": true,
42367
+ "$type": "color"
42368
+ },
42369
+ "dark-dimmed-high-contrast": {
42370
+ "$value": "{label.purple.fgColor.rest}",
42371
+ "filePath": "src/tokens/component/label.json5",
42372
+ "isSource": true,
42373
+ "$type": "color"
42374
+ },
42375
+ "dark-tritanopia-high-contrast": {
42376
+ "$value": "{label.purple.fgColor.rest}",
42377
+ "filePath": "src/tokens/component/label.json5",
42378
+ "isSource": true,
42379
+ "$type": "color"
42380
+ },
42381
+ "dark-protanopia-deuteranopia-high-contrast": {
42382
+ "$value": "{label.purple.fgColor.rest}",
42383
+ "filePath": "src/tokens/component/label.json5",
42384
+ "isSource": true,
42385
+ "$type": "color"
42386
+ },
42387
+ "light-tritanopia-high-contrast": {
42388
+ "$value": "{label.purple.fgColor.rest}",
42389
+ "filePath": "src/tokens/component/label.json5",
42390
+ "isSource": true,
42391
+ "$type": "color"
42392
+ },
42393
+ "light-protanopia-deuteranopia-high-contrast": {
42394
+ "$value": "{label.purple.fgColor.rest}",
42395
+ "filePath": "src/tokens/component/label.json5",
42396
+ "isSource": true,
42397
+ "$type": "color"
42398
+ }
42399
+ }
42400
+ },
42401
+ "key": "{label.purple.borderColor}"
42402
+ },
42403
+ "name": "label-purple-borderColor",
42404
+ "attributes": {},
42405
+ "path": ["label", "purple", "borderColor"]
42406
+ },
40137
42407
  "label-purple-fgColor-active": {
40138
42408
  "key": "{label.purple.fgColor.active}",
40139
42409
  "$value": "#4f21ab",
@@ -40404,6 +42674,147 @@
40404
42674
  "attributes": {},
40405
42675
  "path": ["label", "red", "bgColor", "rest"]
40406
42676
  },
42677
+ "label-red-borderColor": {
42678
+ "key": "{label.red.borderColor}",
42679
+ "$value": "#c50d28",
42680
+ "$type": "color",
42681
+ "$extensions": {
42682
+ "org.primer.figma": {
42683
+ "collection": "mode",
42684
+ "group": "component",
42685
+ "scopes": ["borderColor"]
42686
+ },
42687
+ "org.primer.overrides": {
42688
+ "dark": {
42689
+ "$value": "#ffffff00",
42690
+ "filePath": "src/tokens/component/label.json5",
42691
+ "isSource": true,
42692
+ "$type": "color"
42693
+ },
42694
+ "dark-dimmed": {
42695
+ "$value": "#ffffff00",
42696
+ "filePath": "src/tokens/component/label.json5",
42697
+ "isSource": true,
42698
+ "$type": "color"
42699
+ },
42700
+ "light-high-contrast": {
42701
+ "$value": "#c50d28",
42702
+ "filePath": "src/tokens/component/label.json5",
42703
+ "isSource": true,
42704
+ "$type": "color"
42705
+ },
42706
+ "dark-high-contrast": {
42707
+ "$value": "#c50d28",
42708
+ "filePath": "src/tokens/component/label.json5",
42709
+ "isSource": true,
42710
+ "$type": "color"
42711
+ },
42712
+ "dark-dimmed-high-contrast": {
42713
+ "$value": "#c50d28",
42714
+ "filePath": "src/tokens/component/label.json5",
42715
+ "isSource": true,
42716
+ "$type": "color"
42717
+ },
42718
+ "dark-tritanopia-high-contrast": {
42719
+ "$value": "#c50d28",
42720
+ "filePath": "src/tokens/component/label.json5",
42721
+ "isSource": true,
42722
+ "$type": "color"
42723
+ },
42724
+ "dark-protanopia-deuteranopia-high-contrast": {
42725
+ "$value": "#c50d28",
42726
+ "filePath": "src/tokens/component/label.json5",
42727
+ "isSource": true,
42728
+ "$type": "color"
42729
+ },
42730
+ "light-tritanopia-high-contrast": {
42731
+ "$value": "#c50d28",
42732
+ "filePath": "src/tokens/component/label.json5",
42733
+ "isSource": true,
42734
+ "$type": "color"
42735
+ },
42736
+ "light-protanopia-deuteranopia-high-contrast": {
42737
+ "$value": "#c50d28",
42738
+ "filePath": "src/tokens/component/label.json5",
42739
+ "isSource": true,
42740
+ "$type": "color"
42741
+ }
42742
+ }
42743
+ },
42744
+ "filePath": "src/tokens/component/label.json5",
42745
+ "isSource": true,
42746
+ "original": {
42747
+ "$value": "{label.red.fgColor.rest}",
42748
+ "$type": "color",
42749
+ "$extensions": {
42750
+ "org.primer.figma": {
42751
+ "collection": "mode",
42752
+ "group": "component",
42753
+ "scopes": ["borderColor"]
42754
+ },
42755
+ "org.primer.overrides": {
42756
+ "dark": {
42757
+ "$value": "{base.color.transparent}",
42758
+ "filePath": "src/tokens/component/label.json5",
42759
+ "isSource": true,
42760
+ "$type": "color"
42761
+ },
42762
+ "dark-dimmed": {
42763
+ "$value": "{base.color.transparent}",
42764
+ "filePath": "src/tokens/component/label.json5",
42765
+ "isSource": true,
42766
+ "$type": "color"
42767
+ },
42768
+ "light-high-contrast": {
42769
+ "$value": "{label.red.fgColor.rest}",
42770
+ "filePath": "src/tokens/component/label.json5",
42771
+ "isSource": true,
42772
+ "$type": "color"
42773
+ },
42774
+ "dark-high-contrast": {
42775
+ "$value": "{label.red.fgColor.rest}",
42776
+ "filePath": "src/tokens/component/label.json5",
42777
+ "isSource": true,
42778
+ "$type": "color"
42779
+ },
42780
+ "dark-dimmed-high-contrast": {
42781
+ "$value": "{label.red.fgColor.rest}",
42782
+ "filePath": "src/tokens/component/label.json5",
42783
+ "isSource": true,
42784
+ "$type": "color"
42785
+ },
42786
+ "dark-tritanopia-high-contrast": {
42787
+ "$value": "{label.red.fgColor.rest}",
42788
+ "filePath": "src/tokens/component/label.json5",
42789
+ "isSource": true,
42790
+ "$type": "color"
42791
+ },
42792
+ "dark-protanopia-deuteranopia-high-contrast": {
42793
+ "$value": "{label.red.fgColor.rest}",
42794
+ "filePath": "src/tokens/component/label.json5",
42795
+ "isSource": true,
42796
+ "$type": "color"
42797
+ },
42798
+ "light-tritanopia-high-contrast": {
42799
+ "$value": "{label.red.fgColor.rest}",
42800
+ "filePath": "src/tokens/component/label.json5",
42801
+ "isSource": true,
42802
+ "$type": "color"
42803
+ },
42804
+ "light-protanopia-deuteranopia-high-contrast": {
42805
+ "$value": "{label.red.fgColor.rest}",
42806
+ "filePath": "src/tokens/component/label.json5",
42807
+ "isSource": true,
42808
+ "$type": "color"
42809
+ }
42810
+ }
42811
+ },
42812
+ "key": "{label.red.borderColor}"
42813
+ },
42814
+ "name": "label-red-borderColor",
42815
+ "attributes": {},
42816
+ "path": ["label", "red", "borderColor"]
42817
+ },
40407
42818
  "label-red-fgColor-active": {
40408
42819
  "key": "{label.red.fgColor.active}",
40409
42820
  "$value": "#880c27",
@@ -40674,6 +43085,147 @@
40674
43085
  "attributes": {},
40675
43086
  "path": ["label", "teal", "bgColor", "rest"]
40676
43087
  },
43088
+ "label-teal-borderColor": {
43089
+ "key": "{label.teal.borderColor}",
43090
+ "$value": "#106e75",
43091
+ "$type": "color",
43092
+ "$extensions": {
43093
+ "org.primer.figma": {
43094
+ "collection": "mode",
43095
+ "group": "component",
43096
+ "scopes": ["borderColor"]
43097
+ },
43098
+ "org.primer.overrides": {
43099
+ "dark": {
43100
+ "$value": "#ffffff00",
43101
+ "filePath": "src/tokens/component/label.json5",
43102
+ "isSource": true,
43103
+ "$type": "color"
43104
+ },
43105
+ "dark-dimmed": {
43106
+ "$value": "#ffffff00",
43107
+ "filePath": "src/tokens/component/label.json5",
43108
+ "isSource": true,
43109
+ "$type": "color"
43110
+ },
43111
+ "light-high-contrast": {
43112
+ "$value": "#106e75",
43113
+ "filePath": "src/tokens/component/label.json5",
43114
+ "isSource": true,
43115
+ "$type": "color"
43116
+ },
43117
+ "dark-high-contrast": {
43118
+ "$value": "#106e75",
43119
+ "filePath": "src/tokens/component/label.json5",
43120
+ "isSource": true,
43121
+ "$type": "color"
43122
+ },
43123
+ "dark-dimmed-high-contrast": {
43124
+ "$value": "#106e75",
43125
+ "filePath": "src/tokens/component/label.json5",
43126
+ "isSource": true,
43127
+ "$type": "color"
43128
+ },
43129
+ "dark-tritanopia-high-contrast": {
43130
+ "$value": "#106e75",
43131
+ "filePath": "src/tokens/component/label.json5",
43132
+ "isSource": true,
43133
+ "$type": "color"
43134
+ },
43135
+ "dark-protanopia-deuteranopia-high-contrast": {
43136
+ "$value": "#106e75",
43137
+ "filePath": "src/tokens/component/label.json5",
43138
+ "isSource": true,
43139
+ "$type": "color"
43140
+ },
43141
+ "light-tritanopia-high-contrast": {
43142
+ "$value": "#106e75",
43143
+ "filePath": "src/tokens/component/label.json5",
43144
+ "isSource": true,
43145
+ "$type": "color"
43146
+ },
43147
+ "light-protanopia-deuteranopia-high-contrast": {
43148
+ "$value": "#106e75",
43149
+ "filePath": "src/tokens/component/label.json5",
43150
+ "isSource": true,
43151
+ "$type": "color"
43152
+ }
43153
+ }
43154
+ },
43155
+ "filePath": "src/tokens/component/label.json5",
43156
+ "isSource": true,
43157
+ "original": {
43158
+ "$value": "{label.teal.fgColor.rest}",
43159
+ "$type": "color",
43160
+ "$extensions": {
43161
+ "org.primer.figma": {
43162
+ "collection": "mode",
43163
+ "group": "component",
43164
+ "scopes": ["borderColor"]
43165
+ },
43166
+ "org.primer.overrides": {
43167
+ "dark": {
43168
+ "$value": "{base.color.transparent}",
43169
+ "filePath": "src/tokens/component/label.json5",
43170
+ "isSource": true,
43171
+ "$type": "color"
43172
+ },
43173
+ "dark-dimmed": {
43174
+ "$value": "{base.color.transparent}",
43175
+ "filePath": "src/tokens/component/label.json5",
43176
+ "isSource": true,
43177
+ "$type": "color"
43178
+ },
43179
+ "light-high-contrast": {
43180
+ "$value": "{label.teal.fgColor.rest}",
43181
+ "filePath": "src/tokens/component/label.json5",
43182
+ "isSource": true,
43183
+ "$type": "color"
43184
+ },
43185
+ "dark-high-contrast": {
43186
+ "$value": "{label.teal.fgColor.rest}",
43187
+ "filePath": "src/tokens/component/label.json5",
43188
+ "isSource": true,
43189
+ "$type": "color"
43190
+ },
43191
+ "dark-dimmed-high-contrast": {
43192
+ "$value": "{label.teal.fgColor.rest}",
43193
+ "filePath": "src/tokens/component/label.json5",
43194
+ "isSource": true,
43195
+ "$type": "color"
43196
+ },
43197
+ "dark-tritanopia-high-contrast": {
43198
+ "$value": "{label.teal.fgColor.rest}",
43199
+ "filePath": "src/tokens/component/label.json5",
43200
+ "isSource": true,
43201
+ "$type": "color"
43202
+ },
43203
+ "dark-protanopia-deuteranopia-high-contrast": {
43204
+ "$value": "{label.teal.fgColor.rest}",
43205
+ "filePath": "src/tokens/component/label.json5",
43206
+ "isSource": true,
43207
+ "$type": "color"
43208
+ },
43209
+ "light-tritanopia-high-contrast": {
43210
+ "$value": "{label.teal.fgColor.rest}",
43211
+ "filePath": "src/tokens/component/label.json5",
43212
+ "isSource": true,
43213
+ "$type": "color"
43214
+ },
43215
+ "light-protanopia-deuteranopia-high-contrast": {
43216
+ "$value": "{label.teal.fgColor.rest}",
43217
+ "filePath": "src/tokens/component/label.json5",
43218
+ "isSource": true,
43219
+ "$type": "color"
43220
+ }
43221
+ }
43222
+ },
43223
+ "key": "{label.teal.borderColor}"
43224
+ },
43225
+ "name": "label-teal-borderColor",
43226
+ "attributes": {},
43227
+ "path": ["label", "teal", "borderColor"]
43228
+ },
40677
43229
  "label-teal-fgColor-active": {
40678
43230
  "key": "{label.teal.fgColor.active}",
40679
43231
  "$value": "#0a4852",
@@ -40944,6 +43496,147 @@
40944
43496
  "attributes": {},
40945
43497
  "path": ["label", "yellow", "bgColor", "rest"]
40946
43498
  },
43499
+ "label-yellow-borderColor": {
43500
+ "key": "{label.yellow.borderColor}",
43501
+ "$value": "#805900",
43502
+ "$type": "color",
43503
+ "$extensions": {
43504
+ "org.primer.figma": {
43505
+ "collection": "mode",
43506
+ "group": "component",
43507
+ "scopes": ["borderColor"]
43508
+ },
43509
+ "org.primer.overrides": {
43510
+ "dark": {
43511
+ "$value": "#ffffff00",
43512
+ "filePath": "src/tokens/component/label.json5",
43513
+ "isSource": true,
43514
+ "$type": "color"
43515
+ },
43516
+ "dark-dimmed": {
43517
+ "$value": "#ffffff00",
43518
+ "filePath": "src/tokens/component/label.json5",
43519
+ "isSource": true,
43520
+ "$type": "color"
43521
+ },
43522
+ "light-high-contrast": {
43523
+ "$value": "#805900",
43524
+ "filePath": "src/tokens/component/label.json5",
43525
+ "isSource": true,
43526
+ "$type": "color"
43527
+ },
43528
+ "dark-high-contrast": {
43529
+ "$value": "#805900",
43530
+ "filePath": "src/tokens/component/label.json5",
43531
+ "isSource": true,
43532
+ "$type": "color"
43533
+ },
43534
+ "dark-dimmed-high-contrast": {
43535
+ "$value": "#805900",
43536
+ "filePath": "src/tokens/component/label.json5",
43537
+ "isSource": true,
43538
+ "$type": "color"
43539
+ },
43540
+ "dark-tritanopia-high-contrast": {
43541
+ "$value": "#805900",
43542
+ "filePath": "src/tokens/component/label.json5",
43543
+ "isSource": true,
43544
+ "$type": "color"
43545
+ },
43546
+ "dark-protanopia-deuteranopia-high-contrast": {
43547
+ "$value": "#805900",
43548
+ "filePath": "src/tokens/component/label.json5",
43549
+ "isSource": true,
43550
+ "$type": "color"
43551
+ },
43552
+ "light-tritanopia-high-contrast": {
43553
+ "$value": "#805900",
43554
+ "filePath": "src/tokens/component/label.json5",
43555
+ "isSource": true,
43556
+ "$type": "color"
43557
+ },
43558
+ "light-protanopia-deuteranopia-high-contrast": {
43559
+ "$value": "#805900",
43560
+ "filePath": "src/tokens/component/label.json5",
43561
+ "isSource": true,
43562
+ "$type": "color"
43563
+ }
43564
+ }
43565
+ },
43566
+ "filePath": "src/tokens/component/label.json5",
43567
+ "isSource": true,
43568
+ "original": {
43569
+ "$value": "{label.yellow.fgColor.rest}",
43570
+ "$type": "color",
43571
+ "$extensions": {
43572
+ "org.primer.figma": {
43573
+ "collection": "mode",
43574
+ "group": "component",
43575
+ "scopes": ["borderColor"]
43576
+ },
43577
+ "org.primer.overrides": {
43578
+ "dark": {
43579
+ "$value": "{base.color.transparent}",
43580
+ "filePath": "src/tokens/component/label.json5",
43581
+ "isSource": true,
43582
+ "$type": "color"
43583
+ },
43584
+ "dark-dimmed": {
43585
+ "$value": "{base.color.transparent}",
43586
+ "filePath": "src/tokens/component/label.json5",
43587
+ "isSource": true,
43588
+ "$type": "color"
43589
+ },
43590
+ "light-high-contrast": {
43591
+ "$value": "{label.yellow.fgColor.rest}",
43592
+ "filePath": "src/tokens/component/label.json5",
43593
+ "isSource": true,
43594
+ "$type": "color"
43595
+ },
43596
+ "dark-high-contrast": {
43597
+ "$value": "{label.yellow.fgColor.rest}",
43598
+ "filePath": "src/tokens/component/label.json5",
43599
+ "isSource": true,
43600
+ "$type": "color"
43601
+ },
43602
+ "dark-dimmed-high-contrast": {
43603
+ "$value": "{label.yellow.fgColor.rest}",
43604
+ "filePath": "src/tokens/component/label.json5",
43605
+ "isSource": true,
43606
+ "$type": "color"
43607
+ },
43608
+ "dark-tritanopia-high-contrast": {
43609
+ "$value": "{label.yellow.fgColor.rest}",
43610
+ "filePath": "src/tokens/component/label.json5",
43611
+ "isSource": true,
43612
+ "$type": "color"
43613
+ },
43614
+ "dark-protanopia-deuteranopia-high-contrast": {
43615
+ "$value": "{label.yellow.fgColor.rest}",
43616
+ "filePath": "src/tokens/component/label.json5",
43617
+ "isSource": true,
43618
+ "$type": "color"
43619
+ },
43620
+ "light-tritanopia-high-contrast": {
43621
+ "$value": "{label.yellow.fgColor.rest}",
43622
+ "filePath": "src/tokens/component/label.json5",
43623
+ "isSource": true,
43624
+ "$type": "color"
43625
+ },
43626
+ "light-protanopia-deuteranopia-high-contrast": {
43627
+ "$value": "{label.yellow.fgColor.rest}",
43628
+ "filePath": "src/tokens/component/label.json5",
43629
+ "isSource": true,
43630
+ "$type": "color"
43631
+ }
43632
+ }
43633
+ },
43634
+ "key": "{label.yellow.borderColor}"
43635
+ },
43636
+ "name": "label-yellow-borderColor",
43637
+ "attributes": {},
43638
+ "path": ["label", "yellow", "borderColor"]
43639
+ },
40947
43640
  "label-yellow-fgColor-active": {
40948
43641
  "key": "{label.yellow.fgColor.active}",
40949
43642
  "$value": "#5c3d00",