@primer/primitives 11.0.0-rc.a6a4b391 → 11.0.1-rc.84dc6db1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +38 -0
  2. package/dist/css/functional/themes/dark-colorblind.css +42 -4
  3. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +38 -0
  4. package/dist/css/functional/themes/dark-dimmed.css +38 -0
  5. package/dist/css/functional/themes/dark-high-contrast.css +38 -0
  6. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +38 -0
  7. package/dist/css/functional/themes/dark-tritanopia.css +42 -4
  8. package/dist/css/functional/themes/dark.css +42 -4
  9. package/dist/css/functional/themes/light-colorblind-high-contrast.css +38 -0
  10. package/dist/css/functional/themes/light-colorblind.css +38 -0
  11. package/dist/css/functional/themes/light-high-contrast.css +38 -0
  12. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +38 -0
  13. package/dist/css/functional/themes/light-tritanopia.css +38 -0
  14. package/dist/css/functional/themes/light.css +38 -0
  15. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +2701 -24
  16. package/dist/docs/functional/themes/dark-colorblind.json +2699 -24
  17. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +2701 -24
  18. package/dist/docs/functional/themes/dark-dimmed.json +2870 -193
  19. package/dist/docs/functional/themes/dark-high-contrast.json +2701 -24
  20. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +2701 -24
  21. package/dist/docs/functional/themes/dark-tritanopia.json +2699 -24
  22. package/dist/docs/functional/themes/dark.json +2699 -24
  23. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2702 -25
  24. package/dist/docs/functional/themes/light-colorblind.json +2871 -194
  25. package/dist/docs/functional/themes/light-high-contrast.json +2702 -25
  26. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2702 -25
  27. package/dist/docs/functional/themes/light-tritanopia.json +2871 -194
  28. package/dist/docs/functional/themes/light.json +2871 -194
  29. package/dist/figma/themes/dark-colorblind-high-contrast.json +304 -0
  30. package/dist/figma/themes/dark-colorblind.json +314 -11
  31. package/dist/figma/themes/dark-dimmed-high-contrast.json +304 -0
  32. package/dist/figma/themes/dark-dimmed.json +304 -0
  33. package/dist/figma/themes/dark-high-contrast.json +304 -0
  34. package/dist/figma/themes/dark-tritanopia-high-contrast.json +304 -0
  35. package/dist/figma/themes/dark-tritanopia.json +314 -11
  36. package/dist/figma/themes/dark.json +314 -11
  37. package/dist/figma/themes/light-colorblind-high-contrast.json +304 -0
  38. package/dist/figma/themes/light-colorblind.json +304 -0
  39. package/dist/figma/themes/light-high-contrast.json +304 -0
  40. package/dist/figma/themes/light-tritanopia-high-contrast.json +304 -0
  41. package/dist/figma/themes/light-tritanopia.json +304 -0
  42. package/dist/figma/themes/light.json +304 -0
  43. package/dist/internalCss/dark-colorblind-high-contrast.css +38 -0
  44. package/dist/internalCss/dark-colorblind.css +42 -4
  45. package/dist/internalCss/dark-dimmed-high-contrast.css +38 -0
  46. package/dist/internalCss/dark-dimmed.css +38 -0
  47. package/dist/internalCss/dark-high-contrast.css +38 -0
  48. package/dist/internalCss/dark-tritanopia-high-contrast.css +38 -0
  49. package/dist/internalCss/dark-tritanopia.css +42 -4
  50. package/dist/internalCss/dark.css +42 -4
  51. package/dist/internalCss/light-colorblind-high-contrast.css +38 -0
  52. package/dist/internalCss/light-colorblind.css +38 -0
  53. package/dist/internalCss/light-high-contrast.css +38 -0
  54. package/dist/internalCss/light-tritanopia-high-contrast.css +38 -0
  55. package/dist/internalCss/light-tritanopia.css +38 -0
  56. package/dist/internalCss/light.css +38 -0
  57. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +2701 -24
  58. package/dist/styleLint/functional/themes/dark-colorblind.json +2699 -24
  59. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +2701 -24
  60. package/dist/styleLint/functional/themes/dark-dimmed.json +2868 -191
  61. package/dist/styleLint/functional/themes/dark-high-contrast.json +2701 -24
  62. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +2701 -24
  63. package/dist/styleLint/functional/themes/dark-tritanopia.json +2699 -24
  64. package/dist/styleLint/functional/themes/dark.json +2699 -24
  65. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2702 -25
  66. package/dist/styleLint/functional/themes/light-colorblind.json +2869 -192
  67. package/dist/styleLint/functional/themes/light-high-contrast.json +2702 -25
  68. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2702 -25
  69. package/dist/styleLint/functional/themes/light-tritanopia.json +2869 -192
  70. package/dist/styleLint/functional/themes/light.json +2869 -192
  71. package/package.json +1 -1
  72. package/src/tokens/component/label.json5 +760 -0
  73. package/src/tokens/functional/color/control.json5 +1 -1
  74. package/src/tokens/functional/color/fgColor.json5 +0 -1
@@ -16349,7 +16349,7 @@
16349
16349
  "org.primer.overrides": {
16350
16350
  "dark": {
16351
16351
  "$value": "#818b98",
16352
- "alpha": 0.1,
16352
+ "alpha": 0.2,
16353
16353
  "filePath": "src/tokens/functional/color/control.json5",
16354
16354
  "isSource": true,
16355
16355
  "$type": "color"
@@ -16427,7 +16427,7 @@
16427
16427
  "org.primer.overrides": {
16428
16428
  "dark": {
16429
16429
  "$value": "{base.color.neutral.8}",
16430
- "alpha": 0.1,
16430
+ "alpha": 0.2,
16431
16431
  "filePath": "src/tokens/functional/color/control.json5",
16432
16432
  "isSource": true,
16433
16433
  "$type": "color"
@@ -35012,7 +35012,6 @@
35012
35012
  "org.primer.overrides": {
35013
35013
  "dark": {
35014
35014
  "$value": "#818b98",
35015
- "alpha": 0.6,
35016
35015
  "filePath": "src/tokens/functional/color/fgColor.json5",
35017
35016
  "isSource": true,
35018
35017
  "$type": "color"
@@ -35041,7 +35040,6 @@
35041
35040
  "org.primer.overrides": {
35042
35041
  "dark": {
35043
35042
  "$value": "{base.color.neutral.8}",
35044
- "alpha": 0.6,
35045
35043
  "filePath": "src/tokens/functional/color/fgColor.json5",
35046
35044
  "isSource": true,
35047
35045
  "$type": "color"
@@ -36086,6 +36084,147 @@
36086
36084
  "attributes": {},
36087
36085
  "path": ["label", "auburn", "bgColor", "rest"]
36088
36086
  },
36087
+ "label-auburn-borderColor": {
36088
+ "key": "{label.auburn.borderColor}",
36089
+ "$value": "#8a5551",
36090
+ "$type": "color",
36091
+ "$extensions": {
36092
+ "org.primer.figma": {
36093
+ "collection": "mode",
36094
+ "group": "component",
36095
+ "scopes": ["borderColor"]
36096
+ },
36097
+ "org.primer.overrides": {
36098
+ "dark": {
36099
+ "$value": "#ffffff00",
36100
+ "filePath": "src/tokens/component/label.json5",
36101
+ "isSource": true,
36102
+ "$type": "color"
36103
+ },
36104
+ "dark-dimmed": {
36105
+ "$value": "#ffffff00",
36106
+ "filePath": "src/tokens/component/label.json5",
36107
+ "isSource": true,
36108
+ "$type": "color"
36109
+ },
36110
+ "light-high-contrast": {
36111
+ "$value": "#8a5551",
36112
+ "filePath": "src/tokens/component/label.json5",
36113
+ "isSource": true,
36114
+ "$type": "color"
36115
+ },
36116
+ "dark-high-contrast": {
36117
+ "$value": "#8a5551",
36118
+ "filePath": "src/tokens/component/label.json5",
36119
+ "isSource": true,
36120
+ "$type": "color"
36121
+ },
36122
+ "dark-dimmed-high-contrast": {
36123
+ "$value": "#8a5551",
36124
+ "filePath": "src/tokens/component/label.json5",
36125
+ "isSource": true,
36126
+ "$type": "color"
36127
+ },
36128
+ "dark-tritanopia-high-contrast": {
36129
+ "$value": "#8a5551",
36130
+ "filePath": "src/tokens/component/label.json5",
36131
+ "isSource": true,
36132
+ "$type": "color"
36133
+ },
36134
+ "dark-protanopia-deuteranopia-high-contrast": {
36135
+ "$value": "#8a5551",
36136
+ "filePath": "src/tokens/component/label.json5",
36137
+ "isSource": true,
36138
+ "$type": "color"
36139
+ },
36140
+ "light-tritanopia-high-contrast": {
36141
+ "$value": "#8a5551",
36142
+ "filePath": "src/tokens/component/label.json5",
36143
+ "isSource": true,
36144
+ "$type": "color"
36145
+ },
36146
+ "light-protanopia-deuteranopia-high-contrast": {
36147
+ "$value": "#8a5551",
36148
+ "filePath": "src/tokens/component/label.json5",
36149
+ "isSource": true,
36150
+ "$type": "color"
36151
+ }
36152
+ }
36153
+ },
36154
+ "filePath": "src/tokens/component/label.json5",
36155
+ "isSource": true,
36156
+ "original": {
36157
+ "$value": "{label.auburn.fgColor.rest}",
36158
+ "$type": "color",
36159
+ "$extensions": {
36160
+ "org.primer.figma": {
36161
+ "collection": "mode",
36162
+ "group": "component",
36163
+ "scopes": ["borderColor"]
36164
+ },
36165
+ "org.primer.overrides": {
36166
+ "dark": {
36167
+ "$value": "{base.color.transparent}",
36168
+ "filePath": "src/tokens/component/label.json5",
36169
+ "isSource": true,
36170
+ "$type": "color"
36171
+ },
36172
+ "dark-dimmed": {
36173
+ "$value": "{base.color.transparent}",
36174
+ "filePath": "src/tokens/component/label.json5",
36175
+ "isSource": true,
36176
+ "$type": "color"
36177
+ },
36178
+ "light-high-contrast": {
36179
+ "$value": "{label.auburn.fgColor.rest}",
36180
+ "filePath": "src/tokens/component/label.json5",
36181
+ "isSource": true,
36182
+ "$type": "color"
36183
+ },
36184
+ "dark-high-contrast": {
36185
+ "$value": "{label.auburn.fgColor.rest}",
36186
+ "filePath": "src/tokens/component/label.json5",
36187
+ "isSource": true,
36188
+ "$type": "color"
36189
+ },
36190
+ "dark-dimmed-high-contrast": {
36191
+ "$value": "{label.auburn.fgColor.rest}",
36192
+ "filePath": "src/tokens/component/label.json5",
36193
+ "isSource": true,
36194
+ "$type": "color"
36195
+ },
36196
+ "dark-tritanopia-high-contrast": {
36197
+ "$value": "{label.auburn.fgColor.rest}",
36198
+ "filePath": "src/tokens/component/label.json5",
36199
+ "isSource": true,
36200
+ "$type": "color"
36201
+ },
36202
+ "dark-protanopia-deuteranopia-high-contrast": {
36203
+ "$value": "{label.auburn.fgColor.rest}",
36204
+ "filePath": "src/tokens/component/label.json5",
36205
+ "isSource": true,
36206
+ "$type": "color"
36207
+ },
36208
+ "light-tritanopia-high-contrast": {
36209
+ "$value": "{label.auburn.fgColor.rest}",
36210
+ "filePath": "src/tokens/component/label.json5",
36211
+ "isSource": true,
36212
+ "$type": "color"
36213
+ },
36214
+ "light-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
+ }
36221
+ },
36222
+ "key": "{label.auburn.borderColor}"
36223
+ },
36224
+ "name": "label-auburn-borderColor",
36225
+ "attributes": {},
36226
+ "path": ["label", "auburn", "borderColor"]
36227
+ },
36089
36228
  "label-auburn-fgColor-active": {
36090
36229
  "key": "{label.auburn.fgColor.active}",
36091
36230
  "$value": "#5d3937",
@@ -36356,19 +36495,67 @@
36356
36495
  "attributes": {},
36357
36496
  "path": ["label", "blue", "bgColor", "rest"]
36358
36497
  },
36359
- "label-blue-fgColor-active": {
36360
- "key": "{label.blue.fgColor.active}",
36361
- "$value": "#003d99",
36498
+ "label-blue-borderColor": {
36499
+ "key": "{label.blue.borderColor}",
36500
+ "$value": "#005fcc",
36362
36501
  "$type": "color",
36363
36502
  "$extensions": {
36364
36503
  "org.primer.figma": {
36365
36504
  "collection": "mode",
36366
36505
  "group": "component",
36367
- "scopes": ["fgColor"]
36506
+ "scopes": ["borderColor"]
36368
36507
  },
36369
36508
  "org.primer.overrides": {
36370
36509
  "dark": {
36371
- "$value": "#003d99",
36510
+ "$value": "#ffffff00",
36511
+ "filePath": "src/tokens/component/label.json5",
36512
+ "isSource": true,
36513
+ "$type": "color"
36514
+ },
36515
+ "dark-dimmed": {
36516
+ "$value": "#ffffff00",
36517
+ "filePath": "src/tokens/component/label.json5",
36518
+ "isSource": true,
36519
+ "$type": "color"
36520
+ },
36521
+ "light-high-contrast": {
36522
+ "$value": "#005fcc",
36523
+ "filePath": "src/tokens/component/label.json5",
36524
+ "isSource": true,
36525
+ "$type": "color"
36526
+ },
36527
+ "dark-high-contrast": {
36528
+ "$value": "#005fcc",
36529
+ "filePath": "src/tokens/component/label.json5",
36530
+ "isSource": true,
36531
+ "$type": "color"
36532
+ },
36533
+ "dark-dimmed-high-contrast": {
36534
+ "$value": "#005fcc",
36535
+ "filePath": "src/tokens/component/label.json5",
36536
+ "isSource": true,
36537
+ "$type": "color"
36538
+ },
36539
+ "dark-tritanopia-high-contrast": {
36540
+ "$value": "#005fcc",
36541
+ "filePath": "src/tokens/component/label.json5",
36542
+ "isSource": true,
36543
+ "$type": "color"
36544
+ },
36545
+ "dark-protanopia-deuteranopia-high-contrast": {
36546
+ "$value": "#005fcc",
36547
+ "filePath": "src/tokens/component/label.json5",
36548
+ "isSource": true,
36549
+ "$type": "color"
36550
+ },
36551
+ "light-tritanopia-high-contrast": {
36552
+ "$value": "#005fcc",
36553
+ "filePath": "src/tokens/component/label.json5",
36554
+ "isSource": true,
36555
+ "$type": "color"
36556
+ },
36557
+ "light-protanopia-deuteranopia-high-contrast": {
36558
+ "$value": "#005fcc",
36372
36559
  "filePath": "src/tokens/component/label.json5",
36373
36560
  "isSource": true,
36374
36561
  "$type": "color"
@@ -36378,32 +36565,80 @@
36378
36565
  "filePath": "src/tokens/component/label.json5",
36379
36566
  "isSource": true,
36380
36567
  "original": {
36381
- "$value": "{base.display.color.blue.8}",
36568
+ "$value": "{label.blue.fgColor.rest}",
36382
36569
  "$type": "color",
36383
36570
  "$extensions": {
36384
36571
  "org.primer.figma": {
36385
36572
  "collection": "mode",
36386
36573
  "group": "component",
36387
- "scopes": ["fgColor"]
36574
+ "scopes": ["borderColor"]
36388
36575
  },
36389
36576
  "org.primer.overrides": {
36390
36577
  "dark": {
36391
- "$value": "{base.display.color.blue.8}",
36578
+ "$value": "{base.color.transparent}",
36579
+ "filePath": "src/tokens/component/label.json5",
36580
+ "isSource": true,
36581
+ "$type": "color"
36582
+ },
36583
+ "dark-dimmed": {
36584
+ "$value": "{base.color.transparent}",
36585
+ "filePath": "src/tokens/component/label.json5",
36586
+ "isSource": true,
36587
+ "$type": "color"
36588
+ },
36589
+ "light-high-contrast": {
36590
+ "$value": "{label.blue.fgColor.rest}",
36591
+ "filePath": "src/tokens/component/label.json5",
36592
+ "isSource": true,
36593
+ "$type": "color"
36594
+ },
36595
+ "dark-high-contrast": {
36596
+ "$value": "{label.blue.fgColor.rest}",
36597
+ "filePath": "src/tokens/component/label.json5",
36598
+ "isSource": true,
36599
+ "$type": "color"
36600
+ },
36601
+ "dark-dimmed-high-contrast": {
36602
+ "$value": "{label.blue.fgColor.rest}",
36603
+ "filePath": "src/tokens/component/label.json5",
36604
+ "isSource": true,
36605
+ "$type": "color"
36606
+ },
36607
+ "dark-tritanopia-high-contrast": {
36608
+ "$value": "{label.blue.fgColor.rest}",
36609
+ "filePath": "src/tokens/component/label.json5",
36610
+ "isSource": true,
36611
+ "$type": "color"
36612
+ },
36613
+ "dark-protanopia-deuteranopia-high-contrast": {
36614
+ "$value": "{label.blue.fgColor.rest}",
36615
+ "filePath": "src/tokens/component/label.json5",
36616
+ "isSource": true,
36617
+ "$type": "color"
36618
+ },
36619
+ "light-tritanopia-high-contrast": {
36620
+ "$value": "{label.blue.fgColor.rest}",
36621
+ "filePath": "src/tokens/component/label.json5",
36622
+ "isSource": true,
36623
+ "$type": "color"
36624
+ },
36625
+ "light-protanopia-deuteranopia-high-contrast": {
36626
+ "$value": "{label.blue.fgColor.rest}",
36392
36627
  "filePath": "src/tokens/component/label.json5",
36393
36628
  "isSource": true,
36394
36629
  "$type": "color"
36395
36630
  }
36396
36631
  }
36397
36632
  },
36398
- "key": "{label.blue.fgColor.active}"
36633
+ "key": "{label.blue.borderColor}"
36399
36634
  },
36400
- "name": "label-blue-fgColor-active",
36635
+ "name": "label-blue-borderColor",
36401
36636
  "attributes": {},
36402
- "path": ["label", "blue", "fgColor", "active"]
36637
+ "path": ["label", "blue", "borderColor"]
36403
36638
  },
36404
- "label-blue-fgColor-hover": {
36405
- "key": "{label.blue.fgColor.hover}",
36406
- "$value": "#004db3",
36639
+ "label-blue-fgColor-active": {
36640
+ "key": "{label.blue.fgColor.active}",
36641
+ "$value": "#003d99",
36407
36642
  "$type": "color",
36408
36643
  "$extensions": {
36409
36644
  "org.primer.figma": {
@@ -36413,7 +36648,7 @@
36413
36648
  },
36414
36649
  "org.primer.overrides": {
36415
36650
  "dark": {
36416
- "$value": "#004db3",
36651
+ "$value": "#003d99",
36417
36652
  "filePath": "src/tokens/component/label.json5",
36418
36653
  "isSource": true,
36419
36654
  "$type": "color"
@@ -36423,7 +36658,7 @@
36423
36658
  "filePath": "src/tokens/component/label.json5",
36424
36659
  "isSource": true,
36425
36660
  "original": {
36426
- "$value": "{base.display.color.blue.7}",
36661
+ "$value": "{base.display.color.blue.8}",
36427
36662
  "$type": "color",
36428
36663
  "$extensions": {
36429
36664
  "org.primer.figma": {
@@ -36433,20 +36668,65 @@
36433
36668
  },
36434
36669
  "org.primer.overrides": {
36435
36670
  "dark": {
36436
- "$value": "{base.display.color.blue.7}",
36671
+ "$value": "{base.display.color.blue.8}",
36437
36672
  "filePath": "src/tokens/component/label.json5",
36438
36673
  "isSource": true,
36439
36674
  "$type": "color"
36440
36675
  }
36441
36676
  }
36442
36677
  },
36443
- "key": "{label.blue.fgColor.hover}"
36678
+ "key": "{label.blue.fgColor.active}"
36444
36679
  },
36445
- "name": "label-blue-fgColor-hover",
36680
+ "name": "label-blue-fgColor-active",
36446
36681
  "attributes": {},
36447
- "path": ["label", "blue", "fgColor", "hover"]
36682
+ "path": ["label", "blue", "fgColor", "active"]
36448
36683
  },
36449
- "label-blue-fgColor-rest": {
36684
+ "label-blue-fgColor-hover": {
36685
+ "key": "{label.blue.fgColor.hover}",
36686
+ "$value": "#004db3",
36687
+ "$type": "color",
36688
+ "$extensions": {
36689
+ "org.primer.figma": {
36690
+ "collection": "mode",
36691
+ "group": "component",
36692
+ "scopes": ["fgColor"]
36693
+ },
36694
+ "org.primer.overrides": {
36695
+ "dark": {
36696
+ "$value": "#004db3",
36697
+ "filePath": "src/tokens/component/label.json5",
36698
+ "isSource": true,
36699
+ "$type": "color"
36700
+ }
36701
+ }
36702
+ },
36703
+ "filePath": "src/tokens/component/label.json5",
36704
+ "isSource": true,
36705
+ "original": {
36706
+ "$value": "{base.display.color.blue.7}",
36707
+ "$type": "color",
36708
+ "$extensions": {
36709
+ "org.primer.figma": {
36710
+ "collection": "mode",
36711
+ "group": "component",
36712
+ "scopes": ["fgColor"]
36713
+ },
36714
+ "org.primer.overrides": {
36715
+ "dark": {
36716
+ "$value": "{base.display.color.blue.7}",
36717
+ "filePath": "src/tokens/component/label.json5",
36718
+ "isSource": true,
36719
+ "$type": "color"
36720
+ }
36721
+ }
36722
+ },
36723
+ "key": "{label.blue.fgColor.hover}"
36724
+ },
36725
+ "name": "label-blue-fgColor-hover",
36726
+ "attributes": {},
36727
+ "path": ["label", "blue", "fgColor", "hover"]
36728
+ },
36729
+ "label-blue-fgColor-rest": {
36450
36730
  "key": "{label.blue.fgColor.rest}",
36451
36731
  "$value": "#005fcc",
36452
36732
  "$type": "color",
@@ -36626,6 +36906,147 @@
36626
36906
  "attributes": {},
36627
36907
  "path": ["label", "brown", "bgColor", "rest"]
36628
36908
  },
36909
+ "label-brown-borderColor": {
36910
+ "key": "{label.brown.borderColor}",
36911
+ "$value": "#755f43",
36912
+ "$type": "color",
36913
+ "$extensions": {
36914
+ "org.primer.figma": {
36915
+ "collection": "mode",
36916
+ "group": "component",
36917
+ "scopes": ["borderColor"]
36918
+ },
36919
+ "org.primer.overrides": {
36920
+ "dark": {
36921
+ "$value": "#ffffff00",
36922
+ "filePath": "src/tokens/component/label.json5",
36923
+ "isSource": true,
36924
+ "$type": "color"
36925
+ },
36926
+ "dark-dimmed": {
36927
+ "$value": "#ffffff00",
36928
+ "filePath": "src/tokens/component/label.json5",
36929
+ "isSource": true,
36930
+ "$type": "color"
36931
+ },
36932
+ "light-high-contrast": {
36933
+ "$value": "#755f43",
36934
+ "filePath": "src/tokens/component/label.json5",
36935
+ "isSource": true,
36936
+ "$type": "color"
36937
+ },
36938
+ "dark-high-contrast": {
36939
+ "$value": "#755f43",
36940
+ "filePath": "src/tokens/component/label.json5",
36941
+ "isSource": true,
36942
+ "$type": "color"
36943
+ },
36944
+ "dark-dimmed-high-contrast": {
36945
+ "$value": "#755f43",
36946
+ "filePath": "src/tokens/component/label.json5",
36947
+ "isSource": true,
36948
+ "$type": "color"
36949
+ },
36950
+ "dark-tritanopia-high-contrast": {
36951
+ "$value": "#755f43",
36952
+ "filePath": "src/tokens/component/label.json5",
36953
+ "isSource": true,
36954
+ "$type": "color"
36955
+ },
36956
+ "dark-protanopia-deuteranopia-high-contrast": {
36957
+ "$value": "#755f43",
36958
+ "filePath": "src/tokens/component/label.json5",
36959
+ "isSource": true,
36960
+ "$type": "color"
36961
+ },
36962
+ "light-tritanopia-high-contrast": {
36963
+ "$value": "#755f43",
36964
+ "filePath": "src/tokens/component/label.json5",
36965
+ "isSource": true,
36966
+ "$type": "color"
36967
+ },
36968
+ "light-protanopia-deuteranopia-high-contrast": {
36969
+ "$value": "#755f43",
36970
+ "filePath": "src/tokens/component/label.json5",
36971
+ "isSource": true,
36972
+ "$type": "color"
36973
+ }
36974
+ }
36975
+ },
36976
+ "filePath": "src/tokens/component/label.json5",
36977
+ "isSource": true,
36978
+ "original": {
36979
+ "$value": "{label.brown.fgColor.rest}",
36980
+ "$type": "color",
36981
+ "$extensions": {
36982
+ "org.primer.figma": {
36983
+ "collection": "mode",
36984
+ "group": "component",
36985
+ "scopes": ["borderColor"]
36986
+ },
36987
+ "org.primer.overrides": {
36988
+ "dark": {
36989
+ "$value": "{base.color.transparent}",
36990
+ "filePath": "src/tokens/component/label.json5",
36991
+ "isSource": true,
36992
+ "$type": "color"
36993
+ },
36994
+ "dark-dimmed": {
36995
+ "$value": "{base.color.transparent}",
36996
+ "filePath": "src/tokens/component/label.json5",
36997
+ "isSource": true,
36998
+ "$type": "color"
36999
+ },
37000
+ "light-high-contrast": {
37001
+ "$value": "{label.brown.fgColor.rest}",
37002
+ "filePath": "src/tokens/component/label.json5",
37003
+ "isSource": true,
37004
+ "$type": "color"
37005
+ },
37006
+ "dark-high-contrast": {
37007
+ "$value": "{label.brown.fgColor.rest}",
37008
+ "filePath": "src/tokens/component/label.json5",
37009
+ "isSource": true,
37010
+ "$type": "color"
37011
+ },
37012
+ "dark-dimmed-high-contrast": {
37013
+ "$value": "{label.brown.fgColor.rest}",
37014
+ "filePath": "src/tokens/component/label.json5",
37015
+ "isSource": true,
37016
+ "$type": "color"
37017
+ },
37018
+ "dark-tritanopia-high-contrast": {
37019
+ "$value": "{label.brown.fgColor.rest}",
37020
+ "filePath": "src/tokens/component/label.json5",
37021
+ "isSource": true,
37022
+ "$type": "color"
37023
+ },
37024
+ "dark-protanopia-deuteranopia-high-contrast": {
37025
+ "$value": "{label.brown.fgColor.rest}",
37026
+ "filePath": "src/tokens/component/label.json5",
37027
+ "isSource": true,
37028
+ "$type": "color"
37029
+ },
37030
+ "light-tritanopia-high-contrast": {
37031
+ "$value": "{label.brown.fgColor.rest}",
37032
+ "filePath": "src/tokens/component/label.json5",
37033
+ "isSource": true,
37034
+ "$type": "color"
37035
+ },
37036
+ "light-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
+ }
37043
+ },
37044
+ "key": "{label.brown.borderColor}"
37045
+ },
37046
+ "name": "label-brown-borderColor",
37047
+ "attributes": {},
37048
+ "path": ["label", "brown", "borderColor"]
37049
+ },
36629
37050
  "label-brown-fgColor-active": {
36630
37051
  "key": "{label.brown.fgColor.active}",
36631
37052
  "$value": "#51412f",
@@ -36896,6 +37317,147 @@
36896
37317
  "attributes": {},
36897
37318
  "path": ["label", "coral", "bgColor", "rest"]
36898
37319
  },
37320
+ "label-coral-borderColor": {
37321
+ "key": "{label.coral.borderColor}",
37322
+ "$value": "#ba2e12",
37323
+ "$type": "color",
37324
+ "$extensions": {
37325
+ "org.primer.figma": {
37326
+ "collection": "mode",
37327
+ "group": "component",
37328
+ "scopes": ["borderColor"]
37329
+ },
37330
+ "org.primer.overrides": {
37331
+ "dark": {
37332
+ "$value": "#ffffff00",
37333
+ "filePath": "src/tokens/component/label.json5",
37334
+ "isSource": true,
37335
+ "$type": "color"
37336
+ },
37337
+ "dark-dimmed": {
37338
+ "$value": "#ffffff00",
37339
+ "filePath": "src/tokens/component/label.json5",
37340
+ "isSource": true,
37341
+ "$type": "color"
37342
+ },
37343
+ "light-high-contrast": {
37344
+ "$value": "#ba2e12",
37345
+ "filePath": "src/tokens/component/label.json5",
37346
+ "isSource": true,
37347
+ "$type": "color"
37348
+ },
37349
+ "dark-high-contrast": {
37350
+ "$value": "#ba2e12",
37351
+ "filePath": "src/tokens/component/label.json5",
37352
+ "isSource": true,
37353
+ "$type": "color"
37354
+ },
37355
+ "dark-dimmed-high-contrast": {
37356
+ "$value": "#ba2e12",
37357
+ "filePath": "src/tokens/component/label.json5",
37358
+ "isSource": true,
37359
+ "$type": "color"
37360
+ },
37361
+ "dark-tritanopia-high-contrast": {
37362
+ "$value": "#ba2e12",
37363
+ "filePath": "src/tokens/component/label.json5",
37364
+ "isSource": true,
37365
+ "$type": "color"
37366
+ },
37367
+ "dark-protanopia-deuteranopia-high-contrast": {
37368
+ "$value": "#ba2e12",
37369
+ "filePath": "src/tokens/component/label.json5",
37370
+ "isSource": true,
37371
+ "$type": "color"
37372
+ },
37373
+ "light-tritanopia-high-contrast": {
37374
+ "$value": "#ba2e12",
37375
+ "filePath": "src/tokens/component/label.json5",
37376
+ "isSource": true,
37377
+ "$type": "color"
37378
+ },
37379
+ "light-protanopia-deuteranopia-high-contrast": {
37380
+ "$value": "#ba2e12",
37381
+ "filePath": "src/tokens/component/label.json5",
37382
+ "isSource": true,
37383
+ "$type": "color"
37384
+ }
37385
+ }
37386
+ },
37387
+ "filePath": "src/tokens/component/label.json5",
37388
+ "isSource": true,
37389
+ "original": {
37390
+ "$value": "{label.coral.fgColor.rest}",
37391
+ "$type": "color",
37392
+ "$extensions": {
37393
+ "org.primer.figma": {
37394
+ "collection": "mode",
37395
+ "group": "component",
37396
+ "scopes": ["borderColor"]
37397
+ },
37398
+ "org.primer.overrides": {
37399
+ "dark": {
37400
+ "$value": "{base.color.transparent}",
37401
+ "filePath": "src/tokens/component/label.json5",
37402
+ "isSource": true,
37403
+ "$type": "color"
37404
+ },
37405
+ "dark-dimmed": {
37406
+ "$value": "{base.color.transparent}",
37407
+ "filePath": "src/tokens/component/label.json5",
37408
+ "isSource": true,
37409
+ "$type": "color"
37410
+ },
37411
+ "light-high-contrast": {
37412
+ "$value": "{label.coral.fgColor.rest}",
37413
+ "filePath": "src/tokens/component/label.json5",
37414
+ "isSource": true,
37415
+ "$type": "color"
37416
+ },
37417
+ "dark-high-contrast": {
37418
+ "$value": "{label.coral.fgColor.rest}",
37419
+ "filePath": "src/tokens/component/label.json5",
37420
+ "isSource": true,
37421
+ "$type": "color"
37422
+ },
37423
+ "dark-dimmed-high-contrast": {
37424
+ "$value": "{label.coral.fgColor.rest}",
37425
+ "filePath": "src/tokens/component/label.json5",
37426
+ "isSource": true,
37427
+ "$type": "color"
37428
+ },
37429
+ "dark-tritanopia-high-contrast": {
37430
+ "$value": "{label.coral.fgColor.rest}",
37431
+ "filePath": "src/tokens/component/label.json5",
37432
+ "isSource": true,
37433
+ "$type": "color"
37434
+ },
37435
+ "dark-protanopia-deuteranopia-high-contrast": {
37436
+ "$value": "{label.coral.fgColor.rest}",
37437
+ "filePath": "src/tokens/component/label.json5",
37438
+ "isSource": true,
37439
+ "$type": "color"
37440
+ },
37441
+ "light-tritanopia-high-contrast": {
37442
+ "$value": "{label.coral.fgColor.rest}",
37443
+ "filePath": "src/tokens/component/label.json5",
37444
+ "isSource": true,
37445
+ "$type": "color"
37446
+ },
37447
+ "light-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
+ }
37454
+ },
37455
+ "key": "{label.coral.borderColor}"
37456
+ },
37457
+ "name": "label-coral-borderColor",
37458
+ "attributes": {},
37459
+ "path": ["label", "coral", "borderColor"]
37460
+ },
36899
37461
  "label-coral-fgColor-active": {
36900
37462
  "key": "{label.coral.fgColor.active}",
36901
37463
  "$value": "#7e2011",
@@ -37166,6 +37728,147 @@
37166
37728
  "attributes": {},
37167
37729
  "path": ["label", "cyan", "bgColor", "rest"]
37168
37730
  },
37731
+ "label-cyan-borderColor": {
37732
+ "key": "{label.cyan.borderColor}",
37733
+ "$value": "#006a80",
37734
+ "$type": "color",
37735
+ "$extensions": {
37736
+ "org.primer.figma": {
37737
+ "collection": "mode",
37738
+ "group": "component",
37739
+ "scopes": ["borderColor"]
37740
+ },
37741
+ "org.primer.overrides": {
37742
+ "dark": {
37743
+ "$value": "#ffffff00",
37744
+ "filePath": "src/tokens/component/label.json5",
37745
+ "isSource": true,
37746
+ "$type": "color"
37747
+ },
37748
+ "dark-dimmed": {
37749
+ "$value": "#ffffff00",
37750
+ "filePath": "src/tokens/component/label.json5",
37751
+ "isSource": true,
37752
+ "$type": "color"
37753
+ },
37754
+ "light-high-contrast": {
37755
+ "$value": "#006a80",
37756
+ "filePath": "src/tokens/component/label.json5",
37757
+ "isSource": true,
37758
+ "$type": "color"
37759
+ },
37760
+ "dark-high-contrast": {
37761
+ "$value": "#006a80",
37762
+ "filePath": "src/tokens/component/label.json5",
37763
+ "isSource": true,
37764
+ "$type": "color"
37765
+ },
37766
+ "dark-dimmed-high-contrast": {
37767
+ "$value": "#006a80",
37768
+ "filePath": "src/tokens/component/label.json5",
37769
+ "isSource": true,
37770
+ "$type": "color"
37771
+ },
37772
+ "dark-tritanopia-high-contrast": {
37773
+ "$value": "#006a80",
37774
+ "filePath": "src/tokens/component/label.json5",
37775
+ "isSource": true,
37776
+ "$type": "color"
37777
+ },
37778
+ "dark-protanopia-deuteranopia-high-contrast": {
37779
+ "$value": "#006a80",
37780
+ "filePath": "src/tokens/component/label.json5",
37781
+ "isSource": true,
37782
+ "$type": "color"
37783
+ },
37784
+ "light-tritanopia-high-contrast": {
37785
+ "$value": "#006a80",
37786
+ "filePath": "src/tokens/component/label.json5",
37787
+ "isSource": true,
37788
+ "$type": "color"
37789
+ },
37790
+ "light-protanopia-deuteranopia-high-contrast": {
37791
+ "$value": "#006a80",
37792
+ "filePath": "src/tokens/component/label.json5",
37793
+ "isSource": true,
37794
+ "$type": "color"
37795
+ }
37796
+ }
37797
+ },
37798
+ "filePath": "src/tokens/component/label.json5",
37799
+ "isSource": true,
37800
+ "original": {
37801
+ "$value": "{label.cyan.fgColor.rest}",
37802
+ "$type": "color",
37803
+ "$extensions": {
37804
+ "org.primer.figma": {
37805
+ "collection": "mode",
37806
+ "group": "component",
37807
+ "scopes": ["borderColor"]
37808
+ },
37809
+ "org.primer.overrides": {
37810
+ "dark": {
37811
+ "$value": "{base.color.transparent}",
37812
+ "filePath": "src/tokens/component/label.json5",
37813
+ "isSource": true,
37814
+ "$type": "color"
37815
+ },
37816
+ "dark-dimmed": {
37817
+ "$value": "{base.color.transparent}",
37818
+ "filePath": "src/tokens/component/label.json5",
37819
+ "isSource": true,
37820
+ "$type": "color"
37821
+ },
37822
+ "light-high-contrast": {
37823
+ "$value": "{label.cyan.fgColor.rest}",
37824
+ "filePath": "src/tokens/component/label.json5",
37825
+ "isSource": true,
37826
+ "$type": "color"
37827
+ },
37828
+ "dark-high-contrast": {
37829
+ "$value": "{label.cyan.fgColor.rest}",
37830
+ "filePath": "src/tokens/component/label.json5",
37831
+ "isSource": true,
37832
+ "$type": "color"
37833
+ },
37834
+ "dark-dimmed-high-contrast": {
37835
+ "$value": "{label.cyan.fgColor.rest}",
37836
+ "filePath": "src/tokens/component/label.json5",
37837
+ "isSource": true,
37838
+ "$type": "color"
37839
+ },
37840
+ "dark-tritanopia-high-contrast": {
37841
+ "$value": "{label.cyan.fgColor.rest}",
37842
+ "filePath": "src/tokens/component/label.json5",
37843
+ "isSource": true,
37844
+ "$type": "color"
37845
+ },
37846
+ "dark-protanopia-deuteranopia-high-contrast": {
37847
+ "$value": "{label.cyan.fgColor.rest}",
37848
+ "filePath": "src/tokens/component/label.json5",
37849
+ "isSource": true,
37850
+ "$type": "color"
37851
+ },
37852
+ "light-tritanopia-high-contrast": {
37853
+ "$value": "{label.cyan.fgColor.rest}",
37854
+ "filePath": "src/tokens/component/label.json5",
37855
+ "isSource": true,
37856
+ "$type": "color"
37857
+ },
37858
+ "light-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
+ }
37865
+ },
37866
+ "key": "{label.cyan.borderColor}"
37867
+ },
37868
+ "name": "label-cyan-borderColor",
37869
+ "attributes": {},
37870
+ "path": ["label", "cyan", "borderColor"]
37871
+ },
37169
37872
  "label-cyan-fgColor-active": {
37170
37873
  "key": "{label.cyan.fgColor.active}",
37171
37874
  "$value": "#004857",
@@ -37436,6 +38139,147 @@
37436
38139
  "attributes": {},
37437
38140
  "path": ["label", "gray", "bgColor", "rest"]
37438
38141
  },
38142
+ "label-gray-borderColor": {
38143
+ "key": "{label.gray.borderColor}",
38144
+ "$value": "#5c6570",
38145
+ "$type": "color",
38146
+ "$extensions": {
38147
+ "org.primer.figma": {
38148
+ "collection": "mode",
38149
+ "group": "component",
38150
+ "scopes": ["borderColor"]
38151
+ },
38152
+ "org.primer.overrides": {
38153
+ "dark": {
38154
+ "$value": "#ffffff00",
38155
+ "filePath": "src/tokens/component/label.json5",
38156
+ "isSource": true,
38157
+ "$type": "color"
38158
+ },
38159
+ "dark-dimmed": {
38160
+ "$value": "#ffffff00",
38161
+ "filePath": "src/tokens/component/label.json5",
38162
+ "isSource": true,
38163
+ "$type": "color"
38164
+ },
38165
+ "light-high-contrast": {
38166
+ "$value": "#5c6570",
38167
+ "filePath": "src/tokens/component/label.json5",
38168
+ "isSource": true,
38169
+ "$type": "color"
38170
+ },
38171
+ "dark-high-contrast": {
38172
+ "$value": "#5c6570",
38173
+ "filePath": "src/tokens/component/label.json5",
38174
+ "isSource": true,
38175
+ "$type": "color"
38176
+ },
38177
+ "dark-dimmed-high-contrast": {
38178
+ "$value": "#5c6570",
38179
+ "filePath": "src/tokens/component/label.json5",
38180
+ "isSource": true,
38181
+ "$type": "color"
38182
+ },
38183
+ "dark-tritanopia-high-contrast": {
38184
+ "$value": "#5c6570",
38185
+ "filePath": "src/tokens/component/label.json5",
38186
+ "isSource": true,
38187
+ "$type": "color"
38188
+ },
38189
+ "dark-protanopia-deuteranopia-high-contrast": {
38190
+ "$value": "#5c6570",
38191
+ "filePath": "src/tokens/component/label.json5",
38192
+ "isSource": true,
38193
+ "$type": "color"
38194
+ },
38195
+ "light-tritanopia-high-contrast": {
38196
+ "$value": "#5c6570",
38197
+ "filePath": "src/tokens/component/label.json5",
38198
+ "isSource": true,
38199
+ "$type": "color"
38200
+ },
38201
+ "light-protanopia-deuteranopia-high-contrast": {
38202
+ "$value": "#5c6570",
38203
+ "filePath": "src/tokens/component/label.json5",
38204
+ "isSource": true,
38205
+ "$type": "color"
38206
+ }
38207
+ }
38208
+ },
38209
+ "filePath": "src/tokens/component/label.json5",
38210
+ "isSource": true,
38211
+ "original": {
38212
+ "$value": "{label.gray.fgColor.rest}",
38213
+ "$type": "color",
38214
+ "$extensions": {
38215
+ "org.primer.figma": {
38216
+ "collection": "mode",
38217
+ "group": "component",
38218
+ "scopes": ["borderColor"]
38219
+ },
38220
+ "org.primer.overrides": {
38221
+ "dark": {
38222
+ "$value": "{base.color.transparent}",
38223
+ "filePath": "src/tokens/component/label.json5",
38224
+ "isSource": true,
38225
+ "$type": "color"
38226
+ },
38227
+ "dark-dimmed": {
38228
+ "$value": "{base.color.transparent}",
38229
+ "filePath": "src/tokens/component/label.json5",
38230
+ "isSource": true,
38231
+ "$type": "color"
38232
+ },
38233
+ "light-high-contrast": {
38234
+ "$value": "{label.gray.fgColor.rest}",
38235
+ "filePath": "src/tokens/component/label.json5",
38236
+ "isSource": true,
38237
+ "$type": "color"
38238
+ },
38239
+ "dark-high-contrast": {
38240
+ "$value": "{label.gray.fgColor.rest}",
38241
+ "filePath": "src/tokens/component/label.json5",
38242
+ "isSource": true,
38243
+ "$type": "color"
38244
+ },
38245
+ "dark-dimmed-high-contrast": {
38246
+ "$value": "{label.gray.fgColor.rest}",
38247
+ "filePath": "src/tokens/component/label.json5",
38248
+ "isSource": true,
38249
+ "$type": "color"
38250
+ },
38251
+ "dark-tritanopia-high-contrast": {
38252
+ "$value": "{label.gray.fgColor.rest}",
38253
+ "filePath": "src/tokens/component/label.json5",
38254
+ "isSource": true,
38255
+ "$type": "color"
38256
+ },
38257
+ "dark-protanopia-deuteranopia-high-contrast": {
38258
+ "$value": "{label.gray.fgColor.rest}",
38259
+ "filePath": "src/tokens/component/label.json5",
38260
+ "isSource": true,
38261
+ "$type": "color"
38262
+ },
38263
+ "light-tritanopia-high-contrast": {
38264
+ "$value": "{label.gray.fgColor.rest}",
38265
+ "filePath": "src/tokens/component/label.json5",
38266
+ "isSource": true,
38267
+ "$type": "color"
38268
+ },
38269
+ "light-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
+ }
38276
+ },
38277
+ "key": "{label.gray.borderColor}"
38278
+ },
38279
+ "name": "label-gray-borderColor",
38280
+ "attributes": {},
38281
+ "path": ["label", "gray", "borderColor"]
38282
+ },
37439
38283
  "label-gray-fgColor-active": {
37440
38284
  "key": "{label.gray.fgColor.active}",
37441
38285
  "$value": "#424448",
@@ -37706,6 +38550,147 @@
37706
38550
  "attributes": {},
37707
38551
  "path": ["label", "green", "bgColor", "rest"]
37708
38552
  },
38553
+ "label-green-borderColor": {
38554
+ "key": "{label.green.borderColor}",
38555
+ "$value": "#2b6e3f",
38556
+ "$type": "color",
38557
+ "$extensions": {
38558
+ "org.primer.figma": {
38559
+ "collection": "mode",
38560
+ "group": "component",
38561
+ "scopes": ["borderColor"]
38562
+ },
38563
+ "org.primer.overrides": {
38564
+ "dark": {
38565
+ "$value": "#ffffff00",
38566
+ "filePath": "src/tokens/component/label.json5",
38567
+ "isSource": true,
38568
+ "$type": "color"
38569
+ },
38570
+ "dark-dimmed": {
38571
+ "$value": "#ffffff00",
38572
+ "filePath": "src/tokens/component/label.json5",
38573
+ "isSource": true,
38574
+ "$type": "color"
38575
+ },
38576
+ "light-high-contrast": {
38577
+ "$value": "#2b6e3f",
38578
+ "filePath": "src/tokens/component/label.json5",
38579
+ "isSource": true,
38580
+ "$type": "color"
38581
+ },
38582
+ "dark-high-contrast": {
38583
+ "$value": "#2b6e3f",
38584
+ "filePath": "src/tokens/component/label.json5",
38585
+ "isSource": true,
38586
+ "$type": "color"
38587
+ },
38588
+ "dark-dimmed-high-contrast": {
38589
+ "$value": "#2b6e3f",
38590
+ "filePath": "src/tokens/component/label.json5",
38591
+ "isSource": true,
38592
+ "$type": "color"
38593
+ },
38594
+ "dark-tritanopia-high-contrast": {
38595
+ "$value": "#2b6e3f",
38596
+ "filePath": "src/tokens/component/label.json5",
38597
+ "isSource": true,
38598
+ "$type": "color"
38599
+ },
38600
+ "dark-protanopia-deuteranopia-high-contrast": {
38601
+ "$value": "#2b6e3f",
38602
+ "filePath": "src/tokens/component/label.json5",
38603
+ "isSource": true,
38604
+ "$type": "color"
38605
+ },
38606
+ "light-tritanopia-high-contrast": {
38607
+ "$value": "#2b6e3f",
38608
+ "filePath": "src/tokens/component/label.json5",
38609
+ "isSource": true,
38610
+ "$type": "color"
38611
+ },
38612
+ "light-protanopia-deuteranopia-high-contrast": {
38613
+ "$value": "#2b6e3f",
38614
+ "filePath": "src/tokens/component/label.json5",
38615
+ "isSource": true,
38616
+ "$type": "color"
38617
+ }
38618
+ }
38619
+ },
38620
+ "filePath": "src/tokens/component/label.json5",
38621
+ "isSource": true,
38622
+ "original": {
38623
+ "$value": "{label.green.fgColor.rest}",
38624
+ "$type": "color",
38625
+ "$extensions": {
38626
+ "org.primer.figma": {
38627
+ "collection": "mode",
38628
+ "group": "component",
38629
+ "scopes": ["borderColor"]
38630
+ },
38631
+ "org.primer.overrides": {
38632
+ "dark": {
38633
+ "$value": "{base.color.transparent}",
38634
+ "filePath": "src/tokens/component/label.json5",
38635
+ "isSource": true,
38636
+ "$type": "color"
38637
+ },
38638
+ "dark-dimmed": {
38639
+ "$value": "{base.color.transparent}",
38640
+ "filePath": "src/tokens/component/label.json5",
38641
+ "isSource": true,
38642
+ "$type": "color"
38643
+ },
38644
+ "light-high-contrast": {
38645
+ "$value": "{label.green.fgColor.rest}",
38646
+ "filePath": "src/tokens/component/label.json5",
38647
+ "isSource": true,
38648
+ "$type": "color"
38649
+ },
38650
+ "dark-high-contrast": {
38651
+ "$value": "{label.green.fgColor.rest}",
38652
+ "filePath": "src/tokens/component/label.json5",
38653
+ "isSource": true,
38654
+ "$type": "color"
38655
+ },
38656
+ "dark-dimmed-high-contrast": {
38657
+ "$value": "{label.green.fgColor.rest}",
38658
+ "filePath": "src/tokens/component/label.json5",
38659
+ "isSource": true,
38660
+ "$type": "color"
38661
+ },
38662
+ "dark-tritanopia-high-contrast": {
38663
+ "$value": "{label.green.fgColor.rest}",
38664
+ "filePath": "src/tokens/component/label.json5",
38665
+ "isSource": true,
38666
+ "$type": "color"
38667
+ },
38668
+ "dark-protanopia-deuteranopia-high-contrast": {
38669
+ "$value": "{label.green.fgColor.rest}",
38670
+ "filePath": "src/tokens/component/label.json5",
38671
+ "isSource": true,
38672
+ "$type": "color"
38673
+ },
38674
+ "light-tritanopia-high-contrast": {
38675
+ "$value": "{label.green.fgColor.rest}",
38676
+ "filePath": "src/tokens/component/label.json5",
38677
+ "isSource": true,
38678
+ "$type": "color"
38679
+ },
38680
+ "light-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
+ }
38687
+ },
38688
+ "key": "{label.green.borderColor}"
38689
+ },
38690
+ "name": "label-green-borderColor",
38691
+ "attributes": {},
38692
+ "path": ["label", "green", "borderColor"]
38693
+ },
37709
38694
  "label-green-fgColor-active": {
37710
38695
  "key": "{label.green.fgColor.active}",
37711
38696
  "$value": "#254b34",
@@ -37976,6 +38961,147 @@
37976
38961
  "attributes": {},
37977
38962
  "path": ["label", "indigo", "bgColor", "rest"]
37978
38963
  },
38964
+ "label-indigo-borderColor": {
38965
+ "key": "{label.indigo.borderColor}",
38966
+ "$value": "#494edf",
38967
+ "$type": "color",
38968
+ "$extensions": {
38969
+ "org.primer.figma": {
38970
+ "collection": "mode",
38971
+ "group": "component",
38972
+ "scopes": ["borderColor"]
38973
+ },
38974
+ "org.primer.overrides": {
38975
+ "dark": {
38976
+ "$value": "#ffffff00",
38977
+ "filePath": "src/tokens/component/label.json5",
38978
+ "isSource": true,
38979
+ "$type": "color"
38980
+ },
38981
+ "dark-dimmed": {
38982
+ "$value": "#ffffff00",
38983
+ "filePath": "src/tokens/component/label.json5",
38984
+ "isSource": true,
38985
+ "$type": "color"
38986
+ },
38987
+ "light-high-contrast": {
38988
+ "$value": "#494edf",
38989
+ "filePath": "src/tokens/component/label.json5",
38990
+ "isSource": true,
38991
+ "$type": "color"
38992
+ },
38993
+ "dark-high-contrast": {
38994
+ "$value": "#494edf",
38995
+ "filePath": "src/tokens/component/label.json5",
38996
+ "isSource": true,
38997
+ "$type": "color"
38998
+ },
38999
+ "dark-dimmed-high-contrast": {
39000
+ "$value": "#494edf",
39001
+ "filePath": "src/tokens/component/label.json5",
39002
+ "isSource": true,
39003
+ "$type": "color"
39004
+ },
39005
+ "dark-tritanopia-high-contrast": {
39006
+ "$value": "#494edf",
39007
+ "filePath": "src/tokens/component/label.json5",
39008
+ "isSource": true,
39009
+ "$type": "color"
39010
+ },
39011
+ "dark-protanopia-deuteranopia-high-contrast": {
39012
+ "$value": "#494edf",
39013
+ "filePath": "src/tokens/component/label.json5",
39014
+ "isSource": true,
39015
+ "$type": "color"
39016
+ },
39017
+ "light-tritanopia-high-contrast": {
39018
+ "$value": "#494edf",
39019
+ "filePath": "src/tokens/component/label.json5",
39020
+ "isSource": true,
39021
+ "$type": "color"
39022
+ },
39023
+ "light-protanopia-deuteranopia-high-contrast": {
39024
+ "$value": "#494edf",
39025
+ "filePath": "src/tokens/component/label.json5",
39026
+ "isSource": true,
39027
+ "$type": "color"
39028
+ }
39029
+ }
39030
+ },
39031
+ "filePath": "src/tokens/component/label.json5",
39032
+ "isSource": true,
39033
+ "original": {
39034
+ "$value": "{label.indigo.fgColor.rest}",
39035
+ "$type": "color",
39036
+ "$extensions": {
39037
+ "org.primer.figma": {
39038
+ "collection": "mode",
39039
+ "group": "component",
39040
+ "scopes": ["borderColor"]
39041
+ },
39042
+ "org.primer.overrides": {
39043
+ "dark": {
39044
+ "$value": "{base.color.transparent}",
39045
+ "filePath": "src/tokens/component/label.json5",
39046
+ "isSource": true,
39047
+ "$type": "color"
39048
+ },
39049
+ "dark-dimmed": {
39050
+ "$value": "{base.color.transparent}",
39051
+ "filePath": "src/tokens/component/label.json5",
39052
+ "isSource": true,
39053
+ "$type": "color"
39054
+ },
39055
+ "light-high-contrast": {
39056
+ "$value": "{label.indigo.fgColor.rest}",
39057
+ "filePath": "src/tokens/component/label.json5",
39058
+ "isSource": true,
39059
+ "$type": "color"
39060
+ },
39061
+ "dark-high-contrast": {
39062
+ "$value": "{label.indigo.fgColor.rest}",
39063
+ "filePath": "src/tokens/component/label.json5",
39064
+ "isSource": true,
39065
+ "$type": "color"
39066
+ },
39067
+ "dark-dimmed-high-contrast": {
39068
+ "$value": "{label.indigo.fgColor.rest}",
39069
+ "filePath": "src/tokens/component/label.json5",
39070
+ "isSource": true,
39071
+ "$type": "color"
39072
+ },
39073
+ "dark-tritanopia-high-contrast": {
39074
+ "$value": "{label.indigo.fgColor.rest}",
39075
+ "filePath": "src/tokens/component/label.json5",
39076
+ "isSource": true,
39077
+ "$type": "color"
39078
+ },
39079
+ "dark-protanopia-deuteranopia-high-contrast": {
39080
+ "$value": "{label.indigo.fgColor.rest}",
39081
+ "filePath": "src/tokens/component/label.json5",
39082
+ "isSource": true,
39083
+ "$type": "color"
39084
+ },
39085
+ "light-tritanopia-high-contrast": {
39086
+ "$value": "{label.indigo.fgColor.rest}",
39087
+ "filePath": "src/tokens/component/label.json5",
39088
+ "isSource": true,
39089
+ "$type": "color"
39090
+ },
39091
+ "light-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
+ }
39098
+ },
39099
+ "key": "{label.indigo.borderColor}"
39100
+ },
39101
+ "name": "label-indigo-borderColor",
39102
+ "attributes": {},
39103
+ "path": ["label", "indigo", "borderColor"]
39104
+ },
37979
39105
  "label-indigo-fgColor-active": {
37980
39106
  "key": "{label.indigo.fgColor.active}",
37981
39107
  "$value": "#2d2db4",
@@ -38246,6 +39372,147 @@
38246
39372
  "attributes": {},
38247
39373
  "path": ["label", "lemon", "bgColor", "rest"]
38248
39374
  },
39375
+ "label-lemon-borderColor": {
39376
+ "key": "{label.lemon.borderColor}",
39377
+ "$value": "#786002",
39378
+ "$type": "color",
39379
+ "$extensions": {
39380
+ "org.primer.figma": {
39381
+ "collection": "mode",
39382
+ "group": "component",
39383
+ "scopes": ["borderColor"]
39384
+ },
39385
+ "org.primer.overrides": {
39386
+ "dark": {
39387
+ "$value": "#ffffff00",
39388
+ "filePath": "src/tokens/component/label.json5",
39389
+ "isSource": true,
39390
+ "$type": "color"
39391
+ },
39392
+ "dark-dimmed": {
39393
+ "$value": "#ffffff00",
39394
+ "filePath": "src/tokens/component/label.json5",
39395
+ "isSource": true,
39396
+ "$type": "color"
39397
+ },
39398
+ "light-high-contrast": {
39399
+ "$value": "#786002",
39400
+ "filePath": "src/tokens/component/label.json5",
39401
+ "isSource": true,
39402
+ "$type": "color"
39403
+ },
39404
+ "dark-high-contrast": {
39405
+ "$value": "#786002",
39406
+ "filePath": "src/tokens/component/label.json5",
39407
+ "isSource": true,
39408
+ "$type": "color"
39409
+ },
39410
+ "dark-dimmed-high-contrast": {
39411
+ "$value": "#786002",
39412
+ "filePath": "src/tokens/component/label.json5",
39413
+ "isSource": true,
39414
+ "$type": "color"
39415
+ },
39416
+ "dark-tritanopia-high-contrast": {
39417
+ "$value": "#786002",
39418
+ "filePath": "src/tokens/component/label.json5",
39419
+ "isSource": true,
39420
+ "$type": "color"
39421
+ },
39422
+ "dark-protanopia-deuteranopia-high-contrast": {
39423
+ "$value": "#786002",
39424
+ "filePath": "src/tokens/component/label.json5",
39425
+ "isSource": true,
39426
+ "$type": "color"
39427
+ },
39428
+ "light-tritanopia-high-contrast": {
39429
+ "$value": "#786002",
39430
+ "filePath": "src/tokens/component/label.json5",
39431
+ "isSource": true,
39432
+ "$type": "color"
39433
+ },
39434
+ "light-protanopia-deuteranopia-high-contrast": {
39435
+ "$value": "#786002",
39436
+ "filePath": "src/tokens/component/label.json5",
39437
+ "isSource": true,
39438
+ "$type": "color"
39439
+ }
39440
+ }
39441
+ },
39442
+ "filePath": "src/tokens/component/label.json5",
39443
+ "isSource": true,
39444
+ "original": {
39445
+ "$value": "{label.lemon.fgColor.rest}",
39446
+ "$type": "color",
39447
+ "$extensions": {
39448
+ "org.primer.figma": {
39449
+ "collection": "mode",
39450
+ "group": "component",
39451
+ "scopes": ["borderColor"]
39452
+ },
39453
+ "org.primer.overrides": {
39454
+ "dark": {
39455
+ "$value": "{base.color.transparent}",
39456
+ "filePath": "src/tokens/component/label.json5",
39457
+ "isSource": true,
39458
+ "$type": "color"
39459
+ },
39460
+ "dark-dimmed": {
39461
+ "$value": "{base.color.transparent}",
39462
+ "filePath": "src/tokens/component/label.json5",
39463
+ "isSource": true,
39464
+ "$type": "color"
39465
+ },
39466
+ "light-high-contrast": {
39467
+ "$value": "{label.lemon.fgColor.rest}",
39468
+ "filePath": "src/tokens/component/label.json5",
39469
+ "isSource": true,
39470
+ "$type": "color"
39471
+ },
39472
+ "dark-high-contrast": {
39473
+ "$value": "{label.lemon.fgColor.rest}",
39474
+ "filePath": "src/tokens/component/label.json5",
39475
+ "isSource": true,
39476
+ "$type": "color"
39477
+ },
39478
+ "dark-dimmed-high-contrast": {
39479
+ "$value": "{label.lemon.fgColor.rest}",
39480
+ "filePath": "src/tokens/component/label.json5",
39481
+ "isSource": true,
39482
+ "$type": "color"
39483
+ },
39484
+ "dark-tritanopia-high-contrast": {
39485
+ "$value": "{label.lemon.fgColor.rest}",
39486
+ "filePath": "src/tokens/component/label.json5",
39487
+ "isSource": true,
39488
+ "$type": "color"
39489
+ },
39490
+ "dark-protanopia-deuteranopia-high-contrast": {
39491
+ "$value": "{label.lemon.fgColor.rest}",
39492
+ "filePath": "src/tokens/component/label.json5",
39493
+ "isSource": true,
39494
+ "$type": "color"
39495
+ },
39496
+ "light-tritanopia-high-contrast": {
39497
+ "$value": "{label.lemon.fgColor.rest}",
39498
+ "filePath": "src/tokens/component/label.json5",
39499
+ "isSource": true,
39500
+ "$type": "color"
39501
+ },
39502
+ "light-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
+ }
39509
+ },
39510
+ "key": "{label.lemon.borderColor}"
39511
+ },
39512
+ "name": "label-lemon-borderColor",
39513
+ "attributes": {},
39514
+ "path": ["label", "lemon", "borderColor"]
39515
+ },
38249
39516
  "label-lemon-fgColor-active": {
38250
39517
  "key": "{label.lemon.fgColor.active}",
38251
39518
  "$value": "#523f00",
@@ -38516,6 +39783,147 @@
38516
39783
  "attributes": {},
38517
39784
  "path": ["label", "lime", "bgColor", "rest"]
38518
39785
  },
39786
+ "label-lime-borderColor": {
39787
+ "key": "{label.lime.borderColor}",
39788
+ "$value": "#476c28",
39789
+ "$type": "color",
39790
+ "$extensions": {
39791
+ "org.primer.figma": {
39792
+ "collection": "mode",
39793
+ "group": "component",
39794
+ "scopes": ["borderColor"]
39795
+ },
39796
+ "org.primer.overrides": {
39797
+ "dark": {
39798
+ "$value": "#ffffff00",
39799
+ "filePath": "src/tokens/component/label.json5",
39800
+ "isSource": true,
39801
+ "$type": "color"
39802
+ },
39803
+ "dark-dimmed": {
39804
+ "$value": "#ffffff00",
39805
+ "filePath": "src/tokens/component/label.json5",
39806
+ "isSource": true,
39807
+ "$type": "color"
39808
+ },
39809
+ "light-high-contrast": {
39810
+ "$value": "#476c28",
39811
+ "filePath": "src/tokens/component/label.json5",
39812
+ "isSource": true,
39813
+ "$type": "color"
39814
+ },
39815
+ "dark-high-contrast": {
39816
+ "$value": "#476c28",
39817
+ "filePath": "src/tokens/component/label.json5",
39818
+ "isSource": true,
39819
+ "$type": "color"
39820
+ },
39821
+ "dark-dimmed-high-contrast": {
39822
+ "$value": "#476c28",
39823
+ "filePath": "src/tokens/component/label.json5",
39824
+ "isSource": true,
39825
+ "$type": "color"
39826
+ },
39827
+ "dark-tritanopia-high-contrast": {
39828
+ "$value": "#476c28",
39829
+ "filePath": "src/tokens/component/label.json5",
39830
+ "isSource": true,
39831
+ "$type": "color"
39832
+ },
39833
+ "dark-protanopia-deuteranopia-high-contrast": {
39834
+ "$value": "#476c28",
39835
+ "filePath": "src/tokens/component/label.json5",
39836
+ "isSource": true,
39837
+ "$type": "color"
39838
+ },
39839
+ "light-tritanopia-high-contrast": {
39840
+ "$value": "#476c28",
39841
+ "filePath": "src/tokens/component/label.json5",
39842
+ "isSource": true,
39843
+ "$type": "color"
39844
+ },
39845
+ "light-protanopia-deuteranopia-high-contrast": {
39846
+ "$value": "#476c28",
39847
+ "filePath": "src/tokens/component/label.json5",
39848
+ "isSource": true,
39849
+ "$type": "color"
39850
+ }
39851
+ }
39852
+ },
39853
+ "filePath": "src/tokens/component/label.json5",
39854
+ "isSource": true,
39855
+ "original": {
39856
+ "$value": "{label.lime.fgColor.rest}",
39857
+ "$type": "color",
39858
+ "$extensions": {
39859
+ "org.primer.figma": {
39860
+ "collection": "mode",
39861
+ "group": "component",
39862
+ "scopes": ["borderColor"]
39863
+ },
39864
+ "org.primer.overrides": {
39865
+ "dark": {
39866
+ "$value": "{base.color.transparent}",
39867
+ "filePath": "src/tokens/component/label.json5",
39868
+ "isSource": true,
39869
+ "$type": "color"
39870
+ },
39871
+ "dark-dimmed": {
39872
+ "$value": "{base.color.transparent}",
39873
+ "filePath": "src/tokens/component/label.json5",
39874
+ "isSource": true,
39875
+ "$type": "color"
39876
+ },
39877
+ "light-high-contrast": {
39878
+ "$value": "{label.lime.fgColor.rest}",
39879
+ "filePath": "src/tokens/component/label.json5",
39880
+ "isSource": true,
39881
+ "$type": "color"
39882
+ },
39883
+ "dark-high-contrast": {
39884
+ "$value": "{label.lime.fgColor.rest}",
39885
+ "filePath": "src/tokens/component/label.json5",
39886
+ "isSource": true,
39887
+ "$type": "color"
39888
+ },
39889
+ "dark-dimmed-high-contrast": {
39890
+ "$value": "{label.lime.fgColor.rest}",
39891
+ "filePath": "src/tokens/component/label.json5",
39892
+ "isSource": true,
39893
+ "$type": "color"
39894
+ },
39895
+ "dark-tritanopia-high-contrast": {
39896
+ "$value": "{label.lime.fgColor.rest}",
39897
+ "filePath": "src/tokens/component/label.json5",
39898
+ "isSource": true,
39899
+ "$type": "color"
39900
+ },
39901
+ "dark-protanopia-deuteranopia-high-contrast": {
39902
+ "$value": "{label.lime.fgColor.rest}",
39903
+ "filePath": "src/tokens/component/label.json5",
39904
+ "isSource": true,
39905
+ "$type": "color"
39906
+ },
39907
+ "light-tritanopia-high-contrast": {
39908
+ "$value": "{label.lime.fgColor.rest}",
39909
+ "filePath": "src/tokens/component/label.json5",
39910
+ "isSource": true,
39911
+ "$type": "color"
39912
+ },
39913
+ "light-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
+ }
39920
+ },
39921
+ "key": "{label.lime.borderColor}"
39922
+ },
39923
+ "name": "label-lime-borderColor",
39924
+ "attributes": {},
39925
+ "path": ["label", "lime", "borderColor"]
39926
+ },
38519
39927
  "label-lime-fgColor-active": {
38520
39928
  "key": "{label.lime.fgColor.active}",
38521
39929
  "$value": "#2f4a21",
@@ -38786,6 +40194,147 @@
38786
40194
  "attributes": {},
38787
40195
  "path": ["label", "olive", "bgColor", "rest"]
38788
40196
  },
40197
+ "label-olive-borderColor": {
40198
+ "key": "{label.olive.borderColor}",
40199
+ "$value": "#56682c",
40200
+ "$type": "color",
40201
+ "$extensions": {
40202
+ "org.primer.figma": {
40203
+ "collection": "mode",
40204
+ "group": "component",
40205
+ "scopes": ["borderColor"]
40206
+ },
40207
+ "org.primer.overrides": {
40208
+ "dark": {
40209
+ "$value": "#ffffff00",
40210
+ "filePath": "src/tokens/component/label.json5",
40211
+ "isSource": true,
40212
+ "$type": "color"
40213
+ },
40214
+ "dark-dimmed": {
40215
+ "$value": "#ffffff00",
40216
+ "filePath": "src/tokens/component/label.json5",
40217
+ "isSource": true,
40218
+ "$type": "color"
40219
+ },
40220
+ "light-high-contrast": {
40221
+ "$value": "#56682c",
40222
+ "filePath": "src/tokens/component/label.json5",
40223
+ "isSource": true,
40224
+ "$type": "color"
40225
+ },
40226
+ "dark-high-contrast": {
40227
+ "$value": "#56682c",
40228
+ "filePath": "src/tokens/component/label.json5",
40229
+ "isSource": true,
40230
+ "$type": "color"
40231
+ },
40232
+ "dark-dimmed-high-contrast": {
40233
+ "$value": "#56682c",
40234
+ "filePath": "src/tokens/component/label.json5",
40235
+ "isSource": true,
40236
+ "$type": "color"
40237
+ },
40238
+ "dark-tritanopia-high-contrast": {
40239
+ "$value": "#56682c",
40240
+ "filePath": "src/tokens/component/label.json5",
40241
+ "isSource": true,
40242
+ "$type": "color"
40243
+ },
40244
+ "dark-protanopia-deuteranopia-high-contrast": {
40245
+ "$value": "#56682c",
40246
+ "filePath": "src/tokens/component/label.json5",
40247
+ "isSource": true,
40248
+ "$type": "color"
40249
+ },
40250
+ "light-tritanopia-high-contrast": {
40251
+ "$value": "#56682c",
40252
+ "filePath": "src/tokens/component/label.json5",
40253
+ "isSource": true,
40254
+ "$type": "color"
40255
+ },
40256
+ "light-protanopia-deuteranopia-high-contrast": {
40257
+ "$value": "#56682c",
40258
+ "filePath": "src/tokens/component/label.json5",
40259
+ "isSource": true,
40260
+ "$type": "color"
40261
+ }
40262
+ }
40263
+ },
40264
+ "filePath": "src/tokens/component/label.json5",
40265
+ "isSource": true,
40266
+ "original": {
40267
+ "$value": "{label.olive.fgColor.rest}",
40268
+ "$type": "color",
40269
+ "$extensions": {
40270
+ "org.primer.figma": {
40271
+ "collection": "mode",
40272
+ "group": "component",
40273
+ "scopes": ["borderColor"]
40274
+ },
40275
+ "org.primer.overrides": {
40276
+ "dark": {
40277
+ "$value": "{base.color.transparent}",
40278
+ "filePath": "src/tokens/component/label.json5",
40279
+ "isSource": true,
40280
+ "$type": "color"
40281
+ },
40282
+ "dark-dimmed": {
40283
+ "$value": "{base.color.transparent}",
40284
+ "filePath": "src/tokens/component/label.json5",
40285
+ "isSource": true,
40286
+ "$type": "color"
40287
+ },
40288
+ "light-high-contrast": {
40289
+ "$value": "{label.olive.fgColor.rest}",
40290
+ "filePath": "src/tokens/component/label.json5",
40291
+ "isSource": true,
40292
+ "$type": "color"
40293
+ },
40294
+ "dark-high-contrast": {
40295
+ "$value": "{label.olive.fgColor.rest}",
40296
+ "filePath": "src/tokens/component/label.json5",
40297
+ "isSource": true,
40298
+ "$type": "color"
40299
+ },
40300
+ "dark-dimmed-high-contrast": {
40301
+ "$value": "{label.olive.fgColor.rest}",
40302
+ "filePath": "src/tokens/component/label.json5",
40303
+ "isSource": true,
40304
+ "$type": "color"
40305
+ },
40306
+ "dark-tritanopia-high-contrast": {
40307
+ "$value": "{label.olive.fgColor.rest}",
40308
+ "filePath": "src/tokens/component/label.json5",
40309
+ "isSource": true,
40310
+ "$type": "color"
40311
+ },
40312
+ "dark-protanopia-deuteranopia-high-contrast": {
40313
+ "$value": "{label.olive.fgColor.rest}",
40314
+ "filePath": "src/tokens/component/label.json5",
40315
+ "isSource": true,
40316
+ "$type": "color"
40317
+ },
40318
+ "light-tritanopia-high-contrast": {
40319
+ "$value": "{label.olive.fgColor.rest}",
40320
+ "filePath": "src/tokens/component/label.json5",
40321
+ "isSource": true,
40322
+ "$type": "color"
40323
+ },
40324
+ "light-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
+ }
40331
+ },
40332
+ "key": "{label.olive.borderColor}"
40333
+ },
40334
+ "name": "label-olive-borderColor",
40335
+ "attributes": {},
40336
+ "path": ["label", "olive", "borderColor"]
40337
+ },
38789
40338
  "label-olive-fgColor-active": {
38790
40339
  "key": "{label.olive.fgColor.active}",
38791
40340
  "$value": "#3b4927",
@@ -39056,6 +40605,147 @@
39056
40605
  "attributes": {},
39057
40606
  "path": ["label", "orange", "bgColor", "rest"]
39058
40607
  },
40608
+ "label-orange-borderColor": {
40609
+ "key": "{label.orange.borderColor}",
40610
+ "$value": "#a24610",
40611
+ "$type": "color",
40612
+ "$extensions": {
40613
+ "org.primer.figma": {
40614
+ "collection": "mode",
40615
+ "group": "component",
40616
+ "scopes": ["borderColor"]
40617
+ },
40618
+ "org.primer.overrides": {
40619
+ "dark": {
40620
+ "$value": "#ffffff00",
40621
+ "filePath": "src/tokens/component/label.json5",
40622
+ "isSource": true,
40623
+ "$type": "color"
40624
+ },
40625
+ "dark-dimmed": {
40626
+ "$value": "#ffffff00",
40627
+ "filePath": "src/tokens/component/label.json5",
40628
+ "isSource": true,
40629
+ "$type": "color"
40630
+ },
40631
+ "light-high-contrast": {
40632
+ "$value": "#a24610",
40633
+ "filePath": "src/tokens/component/label.json5",
40634
+ "isSource": true,
40635
+ "$type": "color"
40636
+ },
40637
+ "dark-high-contrast": {
40638
+ "$value": "#a24610",
40639
+ "filePath": "src/tokens/component/label.json5",
40640
+ "isSource": true,
40641
+ "$type": "color"
40642
+ },
40643
+ "dark-dimmed-high-contrast": {
40644
+ "$value": "#a24610",
40645
+ "filePath": "src/tokens/component/label.json5",
40646
+ "isSource": true,
40647
+ "$type": "color"
40648
+ },
40649
+ "dark-tritanopia-high-contrast": {
40650
+ "$value": "#a24610",
40651
+ "filePath": "src/tokens/component/label.json5",
40652
+ "isSource": true,
40653
+ "$type": "color"
40654
+ },
40655
+ "dark-protanopia-deuteranopia-high-contrast": {
40656
+ "$value": "#a24610",
40657
+ "filePath": "src/tokens/component/label.json5",
40658
+ "isSource": true,
40659
+ "$type": "color"
40660
+ },
40661
+ "light-tritanopia-high-contrast": {
40662
+ "$value": "#a24610",
40663
+ "filePath": "src/tokens/component/label.json5",
40664
+ "isSource": true,
40665
+ "$type": "color"
40666
+ },
40667
+ "light-protanopia-deuteranopia-high-contrast": {
40668
+ "$value": "#a24610",
40669
+ "filePath": "src/tokens/component/label.json5",
40670
+ "isSource": true,
40671
+ "$type": "color"
40672
+ }
40673
+ }
40674
+ },
40675
+ "filePath": "src/tokens/component/label.json5",
40676
+ "isSource": true,
40677
+ "original": {
40678
+ "$value": "{label.orange.fgColor.rest}",
40679
+ "$type": "color",
40680
+ "$extensions": {
40681
+ "org.primer.figma": {
40682
+ "collection": "mode",
40683
+ "group": "component",
40684
+ "scopes": ["borderColor"]
40685
+ },
40686
+ "org.primer.overrides": {
40687
+ "dark": {
40688
+ "$value": "{base.color.transparent}",
40689
+ "filePath": "src/tokens/component/label.json5",
40690
+ "isSource": true,
40691
+ "$type": "color"
40692
+ },
40693
+ "dark-dimmed": {
40694
+ "$value": "{base.color.transparent}",
40695
+ "filePath": "src/tokens/component/label.json5",
40696
+ "isSource": true,
40697
+ "$type": "color"
40698
+ },
40699
+ "light-high-contrast": {
40700
+ "$value": "{label.orange.fgColor.rest}",
40701
+ "filePath": "src/tokens/component/label.json5",
40702
+ "isSource": true,
40703
+ "$type": "color"
40704
+ },
40705
+ "dark-high-contrast": {
40706
+ "$value": "{label.orange.fgColor.rest}",
40707
+ "filePath": "src/tokens/component/label.json5",
40708
+ "isSource": true,
40709
+ "$type": "color"
40710
+ },
40711
+ "dark-dimmed-high-contrast": {
40712
+ "$value": "{label.orange.fgColor.rest}",
40713
+ "filePath": "src/tokens/component/label.json5",
40714
+ "isSource": true,
40715
+ "$type": "color"
40716
+ },
40717
+ "dark-tritanopia-high-contrast": {
40718
+ "$value": "{label.orange.fgColor.rest}",
40719
+ "filePath": "src/tokens/component/label.json5",
40720
+ "isSource": true,
40721
+ "$type": "color"
40722
+ },
40723
+ "dark-protanopia-deuteranopia-high-contrast": {
40724
+ "$value": "{label.orange.fgColor.rest}",
40725
+ "filePath": "src/tokens/component/label.json5",
40726
+ "isSource": true,
40727
+ "$type": "color"
40728
+ },
40729
+ "light-tritanopia-high-contrast": {
40730
+ "$value": "{label.orange.fgColor.rest}",
40731
+ "filePath": "src/tokens/component/label.json5",
40732
+ "isSource": true,
40733
+ "$type": "color"
40734
+ },
40735
+ "light-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
+ }
40742
+ },
40743
+ "key": "{label.orange.borderColor}"
40744
+ },
40745
+ "name": "label-orange-borderColor",
40746
+ "attributes": {},
40747
+ "path": ["label", "orange", "borderColor"]
40748
+ },
39059
40749
  "label-orange-fgColor-active": {
39060
40750
  "key": "{label.orange.fgColor.active}",
39061
40751
  "$value": "#70300f",
@@ -39326,6 +41016,147 @@
39326
41016
  "attributes": {},
39327
41017
  "path": ["label", "pine", "bgColor", "rest"]
39328
41018
  },
41019
+ "label-pine-borderColor": {
41020
+ "key": "{label.pine.borderColor}",
41021
+ "$value": "#156f4b",
41022
+ "$type": "color",
41023
+ "$extensions": {
41024
+ "org.primer.figma": {
41025
+ "collection": "mode",
41026
+ "group": "component",
41027
+ "scopes": ["borderColor"]
41028
+ },
41029
+ "org.primer.overrides": {
41030
+ "dark": {
41031
+ "$value": "#ffffff00",
41032
+ "filePath": "src/tokens/component/label.json5",
41033
+ "isSource": true,
41034
+ "$type": "color"
41035
+ },
41036
+ "dark-dimmed": {
41037
+ "$value": "#ffffff00",
41038
+ "filePath": "src/tokens/component/label.json5",
41039
+ "isSource": true,
41040
+ "$type": "color"
41041
+ },
41042
+ "light-high-contrast": {
41043
+ "$value": "#156f4b",
41044
+ "filePath": "src/tokens/component/label.json5",
41045
+ "isSource": true,
41046
+ "$type": "color"
41047
+ },
41048
+ "dark-high-contrast": {
41049
+ "$value": "#156f4b",
41050
+ "filePath": "src/tokens/component/label.json5",
41051
+ "isSource": true,
41052
+ "$type": "color"
41053
+ },
41054
+ "dark-dimmed-high-contrast": {
41055
+ "$value": "#156f4b",
41056
+ "filePath": "src/tokens/component/label.json5",
41057
+ "isSource": true,
41058
+ "$type": "color"
41059
+ },
41060
+ "dark-tritanopia-high-contrast": {
41061
+ "$value": "#156f4b",
41062
+ "filePath": "src/tokens/component/label.json5",
41063
+ "isSource": true,
41064
+ "$type": "color"
41065
+ },
41066
+ "dark-protanopia-deuteranopia-high-contrast": {
41067
+ "$value": "#156f4b",
41068
+ "filePath": "src/tokens/component/label.json5",
41069
+ "isSource": true,
41070
+ "$type": "color"
41071
+ },
41072
+ "light-tritanopia-high-contrast": {
41073
+ "$value": "#156f4b",
41074
+ "filePath": "src/tokens/component/label.json5",
41075
+ "isSource": true,
41076
+ "$type": "color"
41077
+ },
41078
+ "light-protanopia-deuteranopia-high-contrast": {
41079
+ "$value": "#156f4b",
41080
+ "filePath": "src/tokens/component/label.json5",
41081
+ "isSource": true,
41082
+ "$type": "color"
41083
+ }
41084
+ }
41085
+ },
41086
+ "filePath": "src/tokens/component/label.json5",
41087
+ "isSource": true,
41088
+ "original": {
41089
+ "$value": "{label.pine.fgColor.rest}",
41090
+ "$type": "color",
41091
+ "$extensions": {
41092
+ "org.primer.figma": {
41093
+ "collection": "mode",
41094
+ "group": "component",
41095
+ "scopes": ["borderColor"]
41096
+ },
41097
+ "org.primer.overrides": {
41098
+ "dark": {
41099
+ "$value": "{base.color.transparent}",
41100
+ "filePath": "src/tokens/component/label.json5",
41101
+ "isSource": true,
41102
+ "$type": "color"
41103
+ },
41104
+ "dark-dimmed": {
41105
+ "$value": "{base.color.transparent}",
41106
+ "filePath": "src/tokens/component/label.json5",
41107
+ "isSource": true,
41108
+ "$type": "color"
41109
+ },
41110
+ "light-high-contrast": {
41111
+ "$value": "{label.pine.fgColor.rest}",
41112
+ "filePath": "src/tokens/component/label.json5",
41113
+ "isSource": true,
41114
+ "$type": "color"
41115
+ },
41116
+ "dark-high-contrast": {
41117
+ "$value": "{label.pine.fgColor.rest}",
41118
+ "filePath": "src/tokens/component/label.json5",
41119
+ "isSource": true,
41120
+ "$type": "color"
41121
+ },
41122
+ "dark-dimmed-high-contrast": {
41123
+ "$value": "{label.pine.fgColor.rest}",
41124
+ "filePath": "src/tokens/component/label.json5",
41125
+ "isSource": true,
41126
+ "$type": "color"
41127
+ },
41128
+ "dark-tritanopia-high-contrast": {
41129
+ "$value": "{label.pine.fgColor.rest}",
41130
+ "filePath": "src/tokens/component/label.json5",
41131
+ "isSource": true,
41132
+ "$type": "color"
41133
+ },
41134
+ "dark-protanopia-deuteranopia-high-contrast": {
41135
+ "$value": "{label.pine.fgColor.rest}",
41136
+ "filePath": "src/tokens/component/label.json5",
41137
+ "isSource": true,
41138
+ "$type": "color"
41139
+ },
41140
+ "light-tritanopia-high-contrast": {
41141
+ "$value": "{label.pine.fgColor.rest}",
41142
+ "filePath": "src/tokens/component/label.json5",
41143
+ "isSource": true,
41144
+ "$type": "color"
41145
+ },
41146
+ "light-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
+ }
41153
+ },
41154
+ "key": "{label.pine.borderColor}"
41155
+ },
41156
+ "name": "label-pine-borderColor",
41157
+ "attributes": {},
41158
+ "path": ["label", "pine", "borderColor"]
41159
+ },
39329
41160
  "label-pine-fgColor-active": {
39330
41161
  "key": "{label.pine.fgColor.active}",
39331
41162
  "$value": "#114b36",
@@ -39596,6 +41427,147 @@
39596
41427
  "attributes": {},
39597
41428
  "path": ["label", "pink", "bgColor", "rest"]
39598
41429
  },
41430
+ "label-pink-borderColor": {
41431
+ "key": "{label.pink.borderColor}",
41432
+ "$value": "#b12f79",
41433
+ "$type": "color",
41434
+ "$extensions": {
41435
+ "org.primer.figma": {
41436
+ "collection": "mode",
41437
+ "group": "component",
41438
+ "scopes": ["borderColor"]
41439
+ },
41440
+ "org.primer.overrides": {
41441
+ "dark": {
41442
+ "$value": "#ffffff00",
41443
+ "filePath": "src/tokens/component/label.json5",
41444
+ "isSource": true,
41445
+ "$type": "color"
41446
+ },
41447
+ "dark-dimmed": {
41448
+ "$value": "#ffffff00",
41449
+ "filePath": "src/tokens/component/label.json5",
41450
+ "isSource": true,
41451
+ "$type": "color"
41452
+ },
41453
+ "light-high-contrast": {
41454
+ "$value": "#b12f79",
41455
+ "filePath": "src/tokens/component/label.json5",
41456
+ "isSource": true,
41457
+ "$type": "color"
41458
+ },
41459
+ "dark-high-contrast": {
41460
+ "$value": "#b12f79",
41461
+ "filePath": "src/tokens/component/label.json5",
41462
+ "isSource": true,
41463
+ "$type": "color"
41464
+ },
41465
+ "dark-dimmed-high-contrast": {
41466
+ "$value": "#b12f79",
41467
+ "filePath": "src/tokens/component/label.json5",
41468
+ "isSource": true,
41469
+ "$type": "color"
41470
+ },
41471
+ "dark-tritanopia-high-contrast": {
41472
+ "$value": "#b12f79",
41473
+ "filePath": "src/tokens/component/label.json5",
41474
+ "isSource": true,
41475
+ "$type": "color"
41476
+ },
41477
+ "dark-protanopia-deuteranopia-high-contrast": {
41478
+ "$value": "#b12f79",
41479
+ "filePath": "src/tokens/component/label.json5",
41480
+ "isSource": true,
41481
+ "$type": "color"
41482
+ },
41483
+ "light-tritanopia-high-contrast": {
41484
+ "$value": "#b12f79",
41485
+ "filePath": "src/tokens/component/label.json5",
41486
+ "isSource": true,
41487
+ "$type": "color"
41488
+ },
41489
+ "light-protanopia-deuteranopia-high-contrast": {
41490
+ "$value": "#b12f79",
41491
+ "filePath": "src/tokens/component/label.json5",
41492
+ "isSource": true,
41493
+ "$type": "color"
41494
+ }
41495
+ }
41496
+ },
41497
+ "filePath": "src/tokens/component/label.json5",
41498
+ "isSource": true,
41499
+ "original": {
41500
+ "$value": "{label.pink.fgColor.rest}",
41501
+ "$type": "color",
41502
+ "$extensions": {
41503
+ "org.primer.figma": {
41504
+ "collection": "mode",
41505
+ "group": "component",
41506
+ "scopes": ["borderColor"]
41507
+ },
41508
+ "org.primer.overrides": {
41509
+ "dark": {
41510
+ "$value": "{base.color.transparent}",
41511
+ "filePath": "src/tokens/component/label.json5",
41512
+ "isSource": true,
41513
+ "$type": "color"
41514
+ },
41515
+ "dark-dimmed": {
41516
+ "$value": "{base.color.transparent}",
41517
+ "filePath": "src/tokens/component/label.json5",
41518
+ "isSource": true,
41519
+ "$type": "color"
41520
+ },
41521
+ "light-high-contrast": {
41522
+ "$value": "{label.pink.fgColor.rest}",
41523
+ "filePath": "src/tokens/component/label.json5",
41524
+ "isSource": true,
41525
+ "$type": "color"
41526
+ },
41527
+ "dark-high-contrast": {
41528
+ "$value": "{label.pink.fgColor.rest}",
41529
+ "filePath": "src/tokens/component/label.json5",
41530
+ "isSource": true,
41531
+ "$type": "color"
41532
+ },
41533
+ "dark-dimmed-high-contrast": {
41534
+ "$value": "{label.pink.fgColor.rest}",
41535
+ "filePath": "src/tokens/component/label.json5",
41536
+ "isSource": true,
41537
+ "$type": "color"
41538
+ },
41539
+ "dark-tritanopia-high-contrast": {
41540
+ "$value": "{label.pink.fgColor.rest}",
41541
+ "filePath": "src/tokens/component/label.json5",
41542
+ "isSource": true,
41543
+ "$type": "color"
41544
+ },
41545
+ "dark-protanopia-deuteranopia-high-contrast": {
41546
+ "$value": "{label.pink.fgColor.rest}",
41547
+ "filePath": "src/tokens/component/label.json5",
41548
+ "isSource": true,
41549
+ "$type": "color"
41550
+ },
41551
+ "light-tritanopia-high-contrast": {
41552
+ "$value": "{label.pink.fgColor.rest}",
41553
+ "filePath": "src/tokens/component/label.json5",
41554
+ "isSource": true,
41555
+ "$type": "color"
41556
+ },
41557
+ "light-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
+ }
41564
+ },
41565
+ "key": "{label.pink.borderColor}"
41566
+ },
41567
+ "name": "label-pink-borderColor",
41568
+ "attributes": {},
41569
+ "path": ["label", "pink", "borderColor"]
41570
+ },
39599
41571
  "label-pink-fgColor-active": {
39600
41572
  "key": "{label.pink.fgColor.active}",
39601
41573
  "$value": "#6e2b53",
@@ -39866,6 +41838,147 @@
39866
41838
  "attributes": {},
39867
41839
  "path": ["label", "plum", "bgColor", "rest"]
39868
41840
  },
41841
+ "label-plum-borderColor": {
41842
+ "key": "{label.plum.borderColor}",
41843
+ "$value": "#961edc",
41844
+ "$type": "color",
41845
+ "$extensions": {
41846
+ "org.primer.figma": {
41847
+ "collection": "mode",
41848
+ "group": "component",
41849
+ "scopes": ["borderColor"]
41850
+ },
41851
+ "org.primer.overrides": {
41852
+ "dark": {
41853
+ "$value": "#ffffff00",
41854
+ "filePath": "src/tokens/component/label.json5",
41855
+ "isSource": true,
41856
+ "$type": "color"
41857
+ },
41858
+ "dark-dimmed": {
41859
+ "$value": "#ffffff00",
41860
+ "filePath": "src/tokens/component/label.json5",
41861
+ "isSource": true,
41862
+ "$type": "color"
41863
+ },
41864
+ "light-high-contrast": {
41865
+ "$value": "#961edc",
41866
+ "filePath": "src/tokens/component/label.json5",
41867
+ "isSource": true,
41868
+ "$type": "color"
41869
+ },
41870
+ "dark-high-contrast": {
41871
+ "$value": "#961edc",
41872
+ "filePath": "src/tokens/component/label.json5",
41873
+ "isSource": true,
41874
+ "$type": "color"
41875
+ },
41876
+ "dark-dimmed-high-contrast": {
41877
+ "$value": "#961edc",
41878
+ "filePath": "src/tokens/component/label.json5",
41879
+ "isSource": true,
41880
+ "$type": "color"
41881
+ },
41882
+ "dark-tritanopia-high-contrast": {
41883
+ "$value": "#961edc",
41884
+ "filePath": "src/tokens/component/label.json5",
41885
+ "isSource": true,
41886
+ "$type": "color"
41887
+ },
41888
+ "dark-protanopia-deuteranopia-high-contrast": {
41889
+ "$value": "#961edc",
41890
+ "filePath": "src/tokens/component/label.json5",
41891
+ "isSource": true,
41892
+ "$type": "color"
41893
+ },
41894
+ "light-tritanopia-high-contrast": {
41895
+ "$value": "#961edc",
41896
+ "filePath": "src/tokens/component/label.json5",
41897
+ "isSource": true,
41898
+ "$type": "color"
41899
+ },
41900
+ "light-protanopia-deuteranopia-high-contrast": {
41901
+ "$value": "#961edc",
41902
+ "filePath": "src/tokens/component/label.json5",
41903
+ "isSource": true,
41904
+ "$type": "color"
41905
+ }
41906
+ }
41907
+ },
41908
+ "filePath": "src/tokens/component/label.json5",
41909
+ "isSource": true,
41910
+ "original": {
41911
+ "$value": "{label.plum.fgColor.rest}",
41912
+ "$type": "color",
41913
+ "$extensions": {
41914
+ "org.primer.figma": {
41915
+ "collection": "mode",
41916
+ "group": "component",
41917
+ "scopes": ["borderColor"]
41918
+ },
41919
+ "org.primer.overrides": {
41920
+ "dark": {
41921
+ "$value": "{base.color.transparent}",
41922
+ "filePath": "src/tokens/component/label.json5",
41923
+ "isSource": true,
41924
+ "$type": "color"
41925
+ },
41926
+ "dark-dimmed": {
41927
+ "$value": "{base.color.transparent}",
41928
+ "filePath": "src/tokens/component/label.json5",
41929
+ "isSource": true,
41930
+ "$type": "color"
41931
+ },
41932
+ "light-high-contrast": {
41933
+ "$value": "{label.plum.fgColor.rest}",
41934
+ "filePath": "src/tokens/component/label.json5",
41935
+ "isSource": true,
41936
+ "$type": "color"
41937
+ },
41938
+ "dark-high-contrast": {
41939
+ "$value": "{label.plum.fgColor.rest}",
41940
+ "filePath": "src/tokens/component/label.json5",
41941
+ "isSource": true,
41942
+ "$type": "color"
41943
+ },
41944
+ "dark-dimmed-high-contrast": {
41945
+ "$value": "{label.plum.fgColor.rest}",
41946
+ "filePath": "src/tokens/component/label.json5",
41947
+ "isSource": true,
41948
+ "$type": "color"
41949
+ },
41950
+ "dark-tritanopia-high-contrast": {
41951
+ "$value": "{label.plum.fgColor.rest}",
41952
+ "filePath": "src/tokens/component/label.json5",
41953
+ "isSource": true,
41954
+ "$type": "color"
41955
+ },
41956
+ "dark-protanopia-deuteranopia-high-contrast": {
41957
+ "$value": "{label.plum.fgColor.rest}",
41958
+ "filePath": "src/tokens/component/label.json5",
41959
+ "isSource": true,
41960
+ "$type": "color"
41961
+ },
41962
+ "light-tritanopia-high-contrast": {
41963
+ "$value": "{label.plum.fgColor.rest}",
41964
+ "filePath": "src/tokens/component/label.json5",
41965
+ "isSource": true,
41966
+ "$type": "color"
41967
+ },
41968
+ "light-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
+ }
41975
+ },
41976
+ "key": "{label.plum.borderColor}"
41977
+ },
41978
+ "name": "label-plum-borderColor",
41979
+ "attributes": {},
41980
+ "path": ["label", "plum", "borderColor"]
41981
+ },
39869
41982
  "label-plum-fgColor-active": {
39870
41983
  "key": "{label.plum.fgColor.active}",
39871
41984
  "$value": "#651d96",
@@ -40136,6 +42249,147 @@
40136
42249
  "attributes": {},
40137
42250
  "path": ["label", "purple", "bgColor", "rest"]
40138
42251
  },
42252
+ "label-purple-borderColor": {
42253
+ "key": "{label.purple.borderColor}",
42254
+ "$value": "#783ae4",
42255
+ "$type": "color",
42256
+ "$extensions": {
42257
+ "org.primer.figma": {
42258
+ "collection": "mode",
42259
+ "group": "component",
42260
+ "scopes": ["borderColor"]
42261
+ },
42262
+ "org.primer.overrides": {
42263
+ "dark": {
42264
+ "$value": "#ffffff00",
42265
+ "filePath": "src/tokens/component/label.json5",
42266
+ "isSource": true,
42267
+ "$type": "color"
42268
+ },
42269
+ "dark-dimmed": {
42270
+ "$value": "#ffffff00",
42271
+ "filePath": "src/tokens/component/label.json5",
42272
+ "isSource": true,
42273
+ "$type": "color"
42274
+ },
42275
+ "light-high-contrast": {
42276
+ "$value": "#783ae4",
42277
+ "filePath": "src/tokens/component/label.json5",
42278
+ "isSource": true,
42279
+ "$type": "color"
42280
+ },
42281
+ "dark-high-contrast": {
42282
+ "$value": "#783ae4",
42283
+ "filePath": "src/tokens/component/label.json5",
42284
+ "isSource": true,
42285
+ "$type": "color"
42286
+ },
42287
+ "dark-dimmed-high-contrast": {
42288
+ "$value": "#783ae4",
42289
+ "filePath": "src/tokens/component/label.json5",
42290
+ "isSource": true,
42291
+ "$type": "color"
42292
+ },
42293
+ "dark-tritanopia-high-contrast": {
42294
+ "$value": "#783ae4",
42295
+ "filePath": "src/tokens/component/label.json5",
42296
+ "isSource": true,
42297
+ "$type": "color"
42298
+ },
42299
+ "dark-protanopia-deuteranopia-high-contrast": {
42300
+ "$value": "#783ae4",
42301
+ "filePath": "src/tokens/component/label.json5",
42302
+ "isSource": true,
42303
+ "$type": "color"
42304
+ },
42305
+ "light-tritanopia-high-contrast": {
42306
+ "$value": "#783ae4",
42307
+ "filePath": "src/tokens/component/label.json5",
42308
+ "isSource": true,
42309
+ "$type": "color"
42310
+ },
42311
+ "light-protanopia-deuteranopia-high-contrast": {
42312
+ "$value": "#783ae4",
42313
+ "filePath": "src/tokens/component/label.json5",
42314
+ "isSource": true,
42315
+ "$type": "color"
42316
+ }
42317
+ }
42318
+ },
42319
+ "filePath": "src/tokens/component/label.json5",
42320
+ "isSource": true,
42321
+ "original": {
42322
+ "$value": "{label.purple.fgColor.rest}",
42323
+ "$type": "color",
42324
+ "$extensions": {
42325
+ "org.primer.figma": {
42326
+ "collection": "mode",
42327
+ "group": "component",
42328
+ "scopes": ["borderColor"]
42329
+ },
42330
+ "org.primer.overrides": {
42331
+ "dark": {
42332
+ "$value": "{base.color.transparent}",
42333
+ "filePath": "src/tokens/component/label.json5",
42334
+ "isSource": true,
42335
+ "$type": "color"
42336
+ },
42337
+ "dark-dimmed": {
42338
+ "$value": "{base.color.transparent}",
42339
+ "filePath": "src/tokens/component/label.json5",
42340
+ "isSource": true,
42341
+ "$type": "color"
42342
+ },
42343
+ "light-high-contrast": {
42344
+ "$value": "{label.purple.fgColor.rest}",
42345
+ "filePath": "src/tokens/component/label.json5",
42346
+ "isSource": true,
42347
+ "$type": "color"
42348
+ },
42349
+ "dark-high-contrast": {
42350
+ "$value": "{label.purple.fgColor.rest}",
42351
+ "filePath": "src/tokens/component/label.json5",
42352
+ "isSource": true,
42353
+ "$type": "color"
42354
+ },
42355
+ "dark-dimmed-high-contrast": {
42356
+ "$value": "{label.purple.fgColor.rest}",
42357
+ "filePath": "src/tokens/component/label.json5",
42358
+ "isSource": true,
42359
+ "$type": "color"
42360
+ },
42361
+ "dark-tritanopia-high-contrast": {
42362
+ "$value": "{label.purple.fgColor.rest}",
42363
+ "filePath": "src/tokens/component/label.json5",
42364
+ "isSource": true,
42365
+ "$type": "color"
42366
+ },
42367
+ "dark-protanopia-deuteranopia-high-contrast": {
42368
+ "$value": "{label.purple.fgColor.rest}",
42369
+ "filePath": "src/tokens/component/label.json5",
42370
+ "isSource": true,
42371
+ "$type": "color"
42372
+ },
42373
+ "light-tritanopia-high-contrast": {
42374
+ "$value": "{label.purple.fgColor.rest}",
42375
+ "filePath": "src/tokens/component/label.json5",
42376
+ "isSource": true,
42377
+ "$type": "color"
42378
+ },
42379
+ "light-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
+ }
42386
+ },
42387
+ "key": "{label.purple.borderColor}"
42388
+ },
42389
+ "name": "label-purple-borderColor",
42390
+ "attributes": {},
42391
+ "path": ["label", "purple", "borderColor"]
42392
+ },
40139
42393
  "label-purple-fgColor-active": {
40140
42394
  "key": "{label.purple.fgColor.active}",
40141
42395
  "$value": "#4f21ab",
@@ -40406,6 +42660,147 @@
40406
42660
  "attributes": {},
40407
42661
  "path": ["label", "red", "bgColor", "rest"]
40408
42662
  },
42663
+ "label-red-borderColor": {
42664
+ "key": "{label.red.borderColor}",
42665
+ "$value": "#c50d28",
42666
+ "$type": "color",
42667
+ "$extensions": {
42668
+ "org.primer.figma": {
42669
+ "collection": "mode",
42670
+ "group": "component",
42671
+ "scopes": ["borderColor"]
42672
+ },
42673
+ "org.primer.overrides": {
42674
+ "dark": {
42675
+ "$value": "#ffffff00",
42676
+ "filePath": "src/tokens/component/label.json5",
42677
+ "isSource": true,
42678
+ "$type": "color"
42679
+ },
42680
+ "dark-dimmed": {
42681
+ "$value": "#ffffff00",
42682
+ "filePath": "src/tokens/component/label.json5",
42683
+ "isSource": true,
42684
+ "$type": "color"
42685
+ },
42686
+ "light-high-contrast": {
42687
+ "$value": "#c50d28",
42688
+ "filePath": "src/tokens/component/label.json5",
42689
+ "isSource": true,
42690
+ "$type": "color"
42691
+ },
42692
+ "dark-high-contrast": {
42693
+ "$value": "#c50d28",
42694
+ "filePath": "src/tokens/component/label.json5",
42695
+ "isSource": true,
42696
+ "$type": "color"
42697
+ },
42698
+ "dark-dimmed-high-contrast": {
42699
+ "$value": "#c50d28",
42700
+ "filePath": "src/tokens/component/label.json5",
42701
+ "isSource": true,
42702
+ "$type": "color"
42703
+ },
42704
+ "dark-tritanopia-high-contrast": {
42705
+ "$value": "#c50d28",
42706
+ "filePath": "src/tokens/component/label.json5",
42707
+ "isSource": true,
42708
+ "$type": "color"
42709
+ },
42710
+ "dark-protanopia-deuteranopia-high-contrast": {
42711
+ "$value": "#c50d28",
42712
+ "filePath": "src/tokens/component/label.json5",
42713
+ "isSource": true,
42714
+ "$type": "color"
42715
+ },
42716
+ "light-tritanopia-high-contrast": {
42717
+ "$value": "#c50d28",
42718
+ "filePath": "src/tokens/component/label.json5",
42719
+ "isSource": true,
42720
+ "$type": "color"
42721
+ },
42722
+ "light-protanopia-deuteranopia-high-contrast": {
42723
+ "$value": "#c50d28",
42724
+ "filePath": "src/tokens/component/label.json5",
42725
+ "isSource": true,
42726
+ "$type": "color"
42727
+ }
42728
+ }
42729
+ },
42730
+ "filePath": "src/tokens/component/label.json5",
42731
+ "isSource": true,
42732
+ "original": {
42733
+ "$value": "{label.red.fgColor.rest}",
42734
+ "$type": "color",
42735
+ "$extensions": {
42736
+ "org.primer.figma": {
42737
+ "collection": "mode",
42738
+ "group": "component",
42739
+ "scopes": ["borderColor"]
42740
+ },
42741
+ "org.primer.overrides": {
42742
+ "dark": {
42743
+ "$value": "{base.color.transparent}",
42744
+ "filePath": "src/tokens/component/label.json5",
42745
+ "isSource": true,
42746
+ "$type": "color"
42747
+ },
42748
+ "dark-dimmed": {
42749
+ "$value": "{base.color.transparent}",
42750
+ "filePath": "src/tokens/component/label.json5",
42751
+ "isSource": true,
42752
+ "$type": "color"
42753
+ },
42754
+ "light-high-contrast": {
42755
+ "$value": "{label.red.fgColor.rest}",
42756
+ "filePath": "src/tokens/component/label.json5",
42757
+ "isSource": true,
42758
+ "$type": "color"
42759
+ },
42760
+ "dark-high-contrast": {
42761
+ "$value": "{label.red.fgColor.rest}",
42762
+ "filePath": "src/tokens/component/label.json5",
42763
+ "isSource": true,
42764
+ "$type": "color"
42765
+ },
42766
+ "dark-dimmed-high-contrast": {
42767
+ "$value": "{label.red.fgColor.rest}",
42768
+ "filePath": "src/tokens/component/label.json5",
42769
+ "isSource": true,
42770
+ "$type": "color"
42771
+ },
42772
+ "dark-tritanopia-high-contrast": {
42773
+ "$value": "{label.red.fgColor.rest}",
42774
+ "filePath": "src/tokens/component/label.json5",
42775
+ "isSource": true,
42776
+ "$type": "color"
42777
+ },
42778
+ "dark-protanopia-deuteranopia-high-contrast": {
42779
+ "$value": "{label.red.fgColor.rest}",
42780
+ "filePath": "src/tokens/component/label.json5",
42781
+ "isSource": true,
42782
+ "$type": "color"
42783
+ },
42784
+ "light-tritanopia-high-contrast": {
42785
+ "$value": "{label.red.fgColor.rest}",
42786
+ "filePath": "src/tokens/component/label.json5",
42787
+ "isSource": true,
42788
+ "$type": "color"
42789
+ },
42790
+ "light-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
+ }
42797
+ },
42798
+ "key": "{label.red.borderColor}"
42799
+ },
42800
+ "name": "label-red-borderColor",
42801
+ "attributes": {},
42802
+ "path": ["label", "red", "borderColor"]
42803
+ },
40409
42804
  "label-red-fgColor-active": {
40410
42805
  "key": "{label.red.fgColor.active}",
40411
42806
  "$value": "#880c27",
@@ -40676,6 +43071,147 @@
40676
43071
  "attributes": {},
40677
43072
  "path": ["label", "teal", "bgColor", "rest"]
40678
43073
  },
43074
+ "label-teal-borderColor": {
43075
+ "key": "{label.teal.borderColor}",
43076
+ "$value": "#106e75",
43077
+ "$type": "color",
43078
+ "$extensions": {
43079
+ "org.primer.figma": {
43080
+ "collection": "mode",
43081
+ "group": "component",
43082
+ "scopes": ["borderColor"]
43083
+ },
43084
+ "org.primer.overrides": {
43085
+ "dark": {
43086
+ "$value": "#ffffff00",
43087
+ "filePath": "src/tokens/component/label.json5",
43088
+ "isSource": true,
43089
+ "$type": "color"
43090
+ },
43091
+ "dark-dimmed": {
43092
+ "$value": "#ffffff00",
43093
+ "filePath": "src/tokens/component/label.json5",
43094
+ "isSource": true,
43095
+ "$type": "color"
43096
+ },
43097
+ "light-high-contrast": {
43098
+ "$value": "#106e75",
43099
+ "filePath": "src/tokens/component/label.json5",
43100
+ "isSource": true,
43101
+ "$type": "color"
43102
+ },
43103
+ "dark-high-contrast": {
43104
+ "$value": "#106e75",
43105
+ "filePath": "src/tokens/component/label.json5",
43106
+ "isSource": true,
43107
+ "$type": "color"
43108
+ },
43109
+ "dark-dimmed-high-contrast": {
43110
+ "$value": "#106e75",
43111
+ "filePath": "src/tokens/component/label.json5",
43112
+ "isSource": true,
43113
+ "$type": "color"
43114
+ },
43115
+ "dark-tritanopia-high-contrast": {
43116
+ "$value": "#106e75",
43117
+ "filePath": "src/tokens/component/label.json5",
43118
+ "isSource": true,
43119
+ "$type": "color"
43120
+ },
43121
+ "dark-protanopia-deuteranopia-high-contrast": {
43122
+ "$value": "#106e75",
43123
+ "filePath": "src/tokens/component/label.json5",
43124
+ "isSource": true,
43125
+ "$type": "color"
43126
+ },
43127
+ "light-tritanopia-high-contrast": {
43128
+ "$value": "#106e75",
43129
+ "filePath": "src/tokens/component/label.json5",
43130
+ "isSource": true,
43131
+ "$type": "color"
43132
+ },
43133
+ "light-protanopia-deuteranopia-high-contrast": {
43134
+ "$value": "#106e75",
43135
+ "filePath": "src/tokens/component/label.json5",
43136
+ "isSource": true,
43137
+ "$type": "color"
43138
+ }
43139
+ }
43140
+ },
43141
+ "filePath": "src/tokens/component/label.json5",
43142
+ "isSource": true,
43143
+ "original": {
43144
+ "$value": "{label.teal.fgColor.rest}",
43145
+ "$type": "color",
43146
+ "$extensions": {
43147
+ "org.primer.figma": {
43148
+ "collection": "mode",
43149
+ "group": "component",
43150
+ "scopes": ["borderColor"]
43151
+ },
43152
+ "org.primer.overrides": {
43153
+ "dark": {
43154
+ "$value": "{base.color.transparent}",
43155
+ "filePath": "src/tokens/component/label.json5",
43156
+ "isSource": true,
43157
+ "$type": "color"
43158
+ },
43159
+ "dark-dimmed": {
43160
+ "$value": "{base.color.transparent}",
43161
+ "filePath": "src/tokens/component/label.json5",
43162
+ "isSource": true,
43163
+ "$type": "color"
43164
+ },
43165
+ "light-high-contrast": {
43166
+ "$value": "{label.teal.fgColor.rest}",
43167
+ "filePath": "src/tokens/component/label.json5",
43168
+ "isSource": true,
43169
+ "$type": "color"
43170
+ },
43171
+ "dark-high-contrast": {
43172
+ "$value": "{label.teal.fgColor.rest}",
43173
+ "filePath": "src/tokens/component/label.json5",
43174
+ "isSource": true,
43175
+ "$type": "color"
43176
+ },
43177
+ "dark-dimmed-high-contrast": {
43178
+ "$value": "{label.teal.fgColor.rest}",
43179
+ "filePath": "src/tokens/component/label.json5",
43180
+ "isSource": true,
43181
+ "$type": "color"
43182
+ },
43183
+ "dark-tritanopia-high-contrast": {
43184
+ "$value": "{label.teal.fgColor.rest}",
43185
+ "filePath": "src/tokens/component/label.json5",
43186
+ "isSource": true,
43187
+ "$type": "color"
43188
+ },
43189
+ "dark-protanopia-deuteranopia-high-contrast": {
43190
+ "$value": "{label.teal.fgColor.rest}",
43191
+ "filePath": "src/tokens/component/label.json5",
43192
+ "isSource": true,
43193
+ "$type": "color"
43194
+ },
43195
+ "light-tritanopia-high-contrast": {
43196
+ "$value": "{label.teal.fgColor.rest}",
43197
+ "filePath": "src/tokens/component/label.json5",
43198
+ "isSource": true,
43199
+ "$type": "color"
43200
+ },
43201
+ "light-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
+ }
43208
+ },
43209
+ "key": "{label.teal.borderColor}"
43210
+ },
43211
+ "name": "label-teal-borderColor",
43212
+ "attributes": {},
43213
+ "path": ["label", "teal", "borderColor"]
43214
+ },
40679
43215
  "label-teal-fgColor-active": {
40680
43216
  "key": "{label.teal.fgColor.active}",
40681
43217
  "$value": "#0a4852",
@@ -40946,6 +43482,147 @@
40946
43482
  "attributes": {},
40947
43483
  "path": ["label", "yellow", "bgColor", "rest"]
40948
43484
  },
43485
+ "label-yellow-borderColor": {
43486
+ "key": "{label.yellow.borderColor}",
43487
+ "$value": "#805900",
43488
+ "$type": "color",
43489
+ "$extensions": {
43490
+ "org.primer.figma": {
43491
+ "collection": "mode",
43492
+ "group": "component",
43493
+ "scopes": ["borderColor"]
43494
+ },
43495
+ "org.primer.overrides": {
43496
+ "dark": {
43497
+ "$value": "#ffffff00",
43498
+ "filePath": "src/tokens/component/label.json5",
43499
+ "isSource": true,
43500
+ "$type": "color"
43501
+ },
43502
+ "dark-dimmed": {
43503
+ "$value": "#ffffff00",
43504
+ "filePath": "src/tokens/component/label.json5",
43505
+ "isSource": true,
43506
+ "$type": "color"
43507
+ },
43508
+ "light-high-contrast": {
43509
+ "$value": "#805900",
43510
+ "filePath": "src/tokens/component/label.json5",
43511
+ "isSource": true,
43512
+ "$type": "color"
43513
+ },
43514
+ "dark-high-contrast": {
43515
+ "$value": "#805900",
43516
+ "filePath": "src/tokens/component/label.json5",
43517
+ "isSource": true,
43518
+ "$type": "color"
43519
+ },
43520
+ "dark-dimmed-high-contrast": {
43521
+ "$value": "#805900",
43522
+ "filePath": "src/tokens/component/label.json5",
43523
+ "isSource": true,
43524
+ "$type": "color"
43525
+ },
43526
+ "dark-tritanopia-high-contrast": {
43527
+ "$value": "#805900",
43528
+ "filePath": "src/tokens/component/label.json5",
43529
+ "isSource": true,
43530
+ "$type": "color"
43531
+ },
43532
+ "dark-protanopia-deuteranopia-high-contrast": {
43533
+ "$value": "#805900",
43534
+ "filePath": "src/tokens/component/label.json5",
43535
+ "isSource": true,
43536
+ "$type": "color"
43537
+ },
43538
+ "light-tritanopia-high-contrast": {
43539
+ "$value": "#805900",
43540
+ "filePath": "src/tokens/component/label.json5",
43541
+ "isSource": true,
43542
+ "$type": "color"
43543
+ },
43544
+ "light-protanopia-deuteranopia-high-contrast": {
43545
+ "$value": "#805900",
43546
+ "filePath": "src/tokens/component/label.json5",
43547
+ "isSource": true,
43548
+ "$type": "color"
43549
+ }
43550
+ }
43551
+ },
43552
+ "filePath": "src/tokens/component/label.json5",
43553
+ "isSource": true,
43554
+ "original": {
43555
+ "$value": "{label.yellow.fgColor.rest}",
43556
+ "$type": "color",
43557
+ "$extensions": {
43558
+ "org.primer.figma": {
43559
+ "collection": "mode",
43560
+ "group": "component",
43561
+ "scopes": ["borderColor"]
43562
+ },
43563
+ "org.primer.overrides": {
43564
+ "dark": {
43565
+ "$value": "{base.color.transparent}",
43566
+ "filePath": "src/tokens/component/label.json5",
43567
+ "isSource": true,
43568
+ "$type": "color"
43569
+ },
43570
+ "dark-dimmed": {
43571
+ "$value": "{base.color.transparent}",
43572
+ "filePath": "src/tokens/component/label.json5",
43573
+ "isSource": true,
43574
+ "$type": "color"
43575
+ },
43576
+ "light-high-contrast": {
43577
+ "$value": "{label.yellow.fgColor.rest}",
43578
+ "filePath": "src/tokens/component/label.json5",
43579
+ "isSource": true,
43580
+ "$type": "color"
43581
+ },
43582
+ "dark-high-contrast": {
43583
+ "$value": "{label.yellow.fgColor.rest}",
43584
+ "filePath": "src/tokens/component/label.json5",
43585
+ "isSource": true,
43586
+ "$type": "color"
43587
+ },
43588
+ "dark-dimmed-high-contrast": {
43589
+ "$value": "{label.yellow.fgColor.rest}",
43590
+ "filePath": "src/tokens/component/label.json5",
43591
+ "isSource": true,
43592
+ "$type": "color"
43593
+ },
43594
+ "dark-tritanopia-high-contrast": {
43595
+ "$value": "{label.yellow.fgColor.rest}",
43596
+ "filePath": "src/tokens/component/label.json5",
43597
+ "isSource": true,
43598
+ "$type": "color"
43599
+ },
43600
+ "dark-protanopia-deuteranopia-high-contrast": {
43601
+ "$value": "{label.yellow.fgColor.rest}",
43602
+ "filePath": "src/tokens/component/label.json5",
43603
+ "isSource": true,
43604
+ "$type": "color"
43605
+ },
43606
+ "light-tritanopia-high-contrast": {
43607
+ "$value": "{label.yellow.fgColor.rest}",
43608
+ "filePath": "src/tokens/component/label.json5",
43609
+ "isSource": true,
43610
+ "$type": "color"
43611
+ },
43612
+ "light-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
+ }
43619
+ },
43620
+ "key": "{label.yellow.borderColor}"
43621
+ },
43622
+ "name": "label-yellow-borderColor",
43623
+ "attributes": {},
43624
+ "path": ["label", "yellow", "borderColor"]
43625
+ },
40949
43626
  "label-yellow-fgColor-active": {
40950
43627
  "key": "{label.yellow.fgColor.active}",
40951
43628
  "$value": "#5c3d00",