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