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