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