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