@primer/primitives 11.0.0 → 11.1.0-rc.f0583fc7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +38 -0
  2. package/dist/css/functional/themes/dark-colorblind.css +40 -2
  3. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +38 -0
  4. package/dist/css/functional/themes/dark-dimmed.css +40 -2
  5. package/dist/css/functional/themes/dark-high-contrast.css +38 -0
  6. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +38 -0
  7. package/dist/css/functional/themes/dark-tritanopia.css +40 -2
  8. package/dist/css/functional/themes/dark.css +40 -2
  9. package/dist/css/functional/themes/light-colorblind-high-contrast.css +38 -0
  10. package/dist/css/functional/themes/light-colorblind.css +40 -2
  11. package/dist/css/functional/themes/light-high-contrast.css +38 -0
  12. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +38 -0
  13. package/dist/css/functional/themes/light-tritanopia.css +40 -2
  14. package/dist/css/functional/themes/light.css +40 -2
  15. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +2713 -20
  16. package/dist/docs/functional/themes/dark-colorblind.json +2882 -189
  17. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +2713 -20
  18. package/dist/docs/functional/themes/dark-dimmed.json +2882 -189
  19. package/dist/docs/functional/themes/dark-high-contrast.json +2713 -20
  20. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +2713 -20
  21. package/dist/docs/functional/themes/dark-tritanopia.json +2882 -189
  22. package/dist/docs/functional/themes/dark.json +2882 -189
  23. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2713 -20
  24. package/dist/docs/functional/themes/light-colorblind.json +2883 -190
  25. package/dist/docs/functional/themes/light-high-contrast.json +2713 -20
  26. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2713 -20
  27. package/dist/docs/functional/themes/light-tritanopia.json +2883 -190
  28. package/dist/docs/functional/themes/light.json +2883 -190
  29. package/dist/figma/themes/dark-colorblind-high-contrast.json +304 -0
  30. package/dist/figma/themes/dark-colorblind.json +308 -4
  31. package/dist/figma/themes/dark-dimmed-high-contrast.json +304 -0
  32. package/dist/figma/themes/dark-dimmed.json +308 -4
  33. package/dist/figma/themes/dark-high-contrast.json +304 -0
  34. package/dist/figma/themes/dark-tritanopia-high-contrast.json +304 -0
  35. package/dist/figma/themes/dark-tritanopia.json +308 -4
  36. package/dist/figma/themes/dark.json +308 -4
  37. package/dist/figma/themes/light-colorblind-high-contrast.json +304 -0
  38. package/dist/figma/themes/light-colorblind.json +308 -4
  39. package/dist/figma/themes/light-high-contrast.json +304 -0
  40. package/dist/figma/themes/light-tritanopia-high-contrast.json +304 -0
  41. package/dist/figma/themes/light-tritanopia.json +308 -4
  42. package/dist/figma/themes/light.json +308 -4
  43. package/dist/internalCss/dark-colorblind-high-contrast.css +38 -0
  44. package/dist/internalCss/dark-colorblind.css +40 -2
  45. package/dist/internalCss/dark-dimmed-high-contrast.css +38 -0
  46. package/dist/internalCss/dark-dimmed.css +40 -2
  47. package/dist/internalCss/dark-high-contrast.css +38 -0
  48. package/dist/internalCss/dark-tritanopia-high-contrast.css +38 -0
  49. package/dist/internalCss/dark-tritanopia.css +40 -2
  50. package/dist/internalCss/dark.css +40 -2
  51. package/dist/internalCss/light-colorblind-high-contrast.css +38 -0
  52. package/dist/internalCss/light-colorblind.css +40 -2
  53. package/dist/internalCss/light-high-contrast.css +38 -0
  54. package/dist/internalCss/light-tritanopia-high-contrast.css +38 -0
  55. package/dist/internalCss/light-tritanopia.css +40 -2
  56. package/dist/internalCss/light.css +40 -2
  57. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +2713 -20
  58. package/dist/styleLint/functional/themes/dark-colorblind.json +2881 -188
  59. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +2713 -20
  60. package/dist/styleLint/functional/themes/dark-dimmed.json +2881 -188
  61. package/dist/styleLint/functional/themes/dark-high-contrast.json +2713 -20
  62. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +2713 -20
  63. package/dist/styleLint/functional/themes/dark-tritanopia.json +2881 -188
  64. package/dist/styleLint/functional/themes/dark.json +2881 -188
  65. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2713 -20
  66. package/dist/styleLint/functional/themes/light-colorblind.json +2882 -189
  67. package/dist/styleLint/functional/themes/light-high-contrast.json +2713 -20
  68. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2713 -20
  69. package/dist/styleLint/functional/themes/light-tritanopia.json +2882 -189
  70. package/dist/styleLint/functional/themes/light.json +2882 -189
  71. package/package.json +2 -2
  72. package/src/tokens/component/label.json5 +760 -0
  73. package/src/tokens/functional/color/control.json5 +9 -2
@@ -16964,13 +16964,20 @@
16964
16964
  "scopes": ["borderColor"]
16965
16965
  },
16966
16966
  "org.primer.overrides": {
16967
- "dark": "#818b98"
16967
+ "dark": "#d1d9e0",
16968
+ "dark-dimmed-high-contrast": "#818b98",
16969
+ "light-high-contrast": "#818b98",
16970
+ "light-tritanopia-high-contrast": "#818b98",
16971
+ "light-protanopia-deuteranopia-high-contrast": "#818b98",
16972
+ "dark-high-contrast": "#818b98",
16973
+ "dark-tritanopia-high-contrast": "#818b98",
16974
+ "dark-protanopia-deuteranopia-high-contrast": "#818b98"
16968
16975
  }
16969
16976
  },
16970
16977
  "filePath": "src/tokens/functional/color/control.json5",
16971
16978
  "isSource": true,
16972
16979
  "original": {
16973
- "$value": "{control.borderColor.emphasis}",
16980
+ "$value": "{control.borderColor.rest}",
16974
16981
  "$type": "color",
16975
16982
  "$extensions": {
16976
16983
  "org.primer.figma": {
@@ -16979,7 +16986,14 @@
16979
16986
  "scopes": ["borderColor"]
16980
16987
  },
16981
16988
  "org.primer.overrides": {
16982
- "dark": "{control.borderColor.emphasis}"
16989
+ "dark": "{control.borderColor.rest}",
16990
+ "dark-dimmed-high-contrast": "{control.borderColor.emphasis}",
16991
+ "light-high-contrast": "{control.borderColor.emphasis}",
16992
+ "light-tritanopia-high-contrast": "{control.borderColor.emphasis}",
16993
+ "light-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}",
16994
+ "dark-high-contrast": "{control.borderColor.emphasis}",
16995
+ "dark-tritanopia-high-contrast": "{control.borderColor.emphasis}",
16996
+ "dark-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}"
16983
16997
  }
16984
16998
  },
16985
16999
  "key": "{controlKnob.borderColor.rest}"
@@ -16987,7 +17001,7 @@
16987
17001
  "name": "controlKnob-borderColor-rest",
16988
17002
  "attributes": {},
16989
17003
  "path": ["controlKnob", "borderColor", "rest"],
16990
- "value": "#818b98",
17004
+ "value": "#d1d9e0",
16991
17005
  "type": "color"
16992
17006
  },
16993
17007
  "controlTrack-bgColor-active": {
@@ -36082,6 +36096,147 @@
36082
36096
  "value": "#f2e9e9",
36083
36097
  "type": "color"
36084
36098
  },
36099
+ "label-auburn-borderColor": {
36100
+ "key": "{label.auburn.borderColor}",
36101
+ "$extensions": {
36102
+ "org.primer.figma": {
36103
+ "collection": "mode",
36104
+ "group": "component",
36105
+ "scopes": ["borderColor"]
36106
+ },
36107
+ "org.primer.overrides": {
36108
+ "dark": {
36109
+ "$value": "#ffffff00",
36110
+ "filePath": "src/tokens/component/label.json5",
36111
+ "isSource": true,
36112
+ "$type": "color"
36113
+ },
36114
+ "dark-dimmed": {
36115
+ "$value": "#ffffff00",
36116
+ "filePath": "src/tokens/component/label.json5",
36117
+ "isSource": true,
36118
+ "$type": "color"
36119
+ },
36120
+ "light-high-contrast": {
36121
+ "$value": "#8a5551",
36122
+ "filePath": "src/tokens/component/label.json5",
36123
+ "isSource": true,
36124
+ "$type": "color"
36125
+ },
36126
+ "dark-high-contrast": {
36127
+ "$value": "#8a5551",
36128
+ "filePath": "src/tokens/component/label.json5",
36129
+ "isSource": true,
36130
+ "$type": "color"
36131
+ },
36132
+ "dark-dimmed-high-contrast": {
36133
+ "$value": "#8a5551",
36134
+ "filePath": "src/tokens/component/label.json5",
36135
+ "isSource": true,
36136
+ "$type": "color"
36137
+ },
36138
+ "dark-tritanopia-high-contrast": {
36139
+ "$value": "#8a5551",
36140
+ "filePath": "src/tokens/component/label.json5",
36141
+ "isSource": true,
36142
+ "$type": "color"
36143
+ },
36144
+ "dark-protanopia-deuteranopia-high-contrast": {
36145
+ "$value": "#8a5551",
36146
+ "filePath": "src/tokens/component/label.json5",
36147
+ "isSource": true,
36148
+ "$type": "color"
36149
+ },
36150
+ "light-tritanopia-high-contrast": {
36151
+ "$value": "#8a5551",
36152
+ "filePath": "src/tokens/component/label.json5",
36153
+ "isSource": true,
36154
+ "$type": "color"
36155
+ },
36156
+ "light-protanopia-deuteranopia-high-contrast": {
36157
+ "$value": "#8a5551",
36158
+ "filePath": "src/tokens/component/label.json5",
36159
+ "isSource": true,
36160
+ "$type": "color"
36161
+ }
36162
+ }
36163
+ },
36164
+ "filePath": "src/tokens/component/label.json5",
36165
+ "isSource": true,
36166
+ "original": {
36167
+ "$value": "{base.color.transparent}",
36168
+ "$type": "color",
36169
+ "$extensions": {
36170
+ "org.primer.figma": {
36171
+ "collection": "mode",
36172
+ "group": "component",
36173
+ "scopes": ["borderColor"]
36174
+ },
36175
+ "org.primer.overrides": {
36176
+ "dark": {
36177
+ "$value": "{base.color.transparent}",
36178
+ "filePath": "src/tokens/component/label.json5",
36179
+ "isSource": true,
36180
+ "$type": "color"
36181
+ },
36182
+ "dark-dimmed": {
36183
+ "$value": "{base.color.transparent}",
36184
+ "filePath": "src/tokens/component/label.json5",
36185
+ "isSource": true,
36186
+ "$type": "color"
36187
+ },
36188
+ "light-high-contrast": {
36189
+ "$value": "{label.auburn.fgColor.rest}",
36190
+ "filePath": "src/tokens/component/label.json5",
36191
+ "isSource": true,
36192
+ "$type": "color"
36193
+ },
36194
+ "dark-high-contrast": {
36195
+ "$value": "{label.auburn.fgColor.rest}",
36196
+ "filePath": "src/tokens/component/label.json5",
36197
+ "isSource": true,
36198
+ "$type": "color"
36199
+ },
36200
+ "dark-dimmed-high-contrast": {
36201
+ "$value": "{label.auburn.fgColor.rest}",
36202
+ "filePath": "src/tokens/component/label.json5",
36203
+ "isSource": true,
36204
+ "$type": "color"
36205
+ },
36206
+ "dark-tritanopia-high-contrast": {
36207
+ "$value": "{label.auburn.fgColor.rest}",
36208
+ "filePath": "src/tokens/component/label.json5",
36209
+ "isSource": true,
36210
+ "$type": "color"
36211
+ },
36212
+ "dark-protanopia-deuteranopia-high-contrast": {
36213
+ "$value": "{label.auburn.fgColor.rest}",
36214
+ "filePath": "src/tokens/component/label.json5",
36215
+ "isSource": true,
36216
+ "$type": "color"
36217
+ },
36218
+ "light-tritanopia-high-contrast": {
36219
+ "$value": "{label.auburn.fgColor.rest}",
36220
+ "filePath": "src/tokens/component/label.json5",
36221
+ "isSource": true,
36222
+ "$type": "color"
36223
+ },
36224
+ "light-protanopia-deuteranopia-high-contrast": {
36225
+ "$value": "{label.auburn.fgColor.rest}",
36226
+ "filePath": "src/tokens/component/label.json5",
36227
+ "isSource": true,
36228
+ "$type": "color"
36229
+ }
36230
+ }
36231
+ },
36232
+ "key": "{label.auburn.borderColor}"
36233
+ },
36234
+ "name": "label-auburn-borderColor",
36235
+ "attributes": {},
36236
+ "path": ["label", "auburn", "borderColor"],
36237
+ "value": "#ffffff00",
36238
+ "type": "color"
36239
+ },
36085
36240
  "label-auburn-fgColor-active": {
36086
36241
  "key": "{label.auburn.fgColor.active}",
36087
36242
  "$extensions": {
@@ -36352,17 +36507,65 @@
36352
36507
  "value": "#d1f0ff",
36353
36508
  "type": "color"
36354
36509
  },
36355
- "label-blue-fgColor-active": {
36356
- "key": "{label.blue.fgColor.active}",
36510
+ "label-blue-borderColor": {
36511
+ "key": "{label.blue.borderColor}",
36357
36512
  "$extensions": {
36358
36513
  "org.primer.figma": {
36359
36514
  "collection": "mode",
36360
36515
  "group": "component",
36361
- "scopes": ["fgColor"]
36516
+ "scopes": ["borderColor"]
36362
36517
  },
36363
36518
  "org.primer.overrides": {
36364
36519
  "dark": {
36365
- "$value": "#003d99",
36520
+ "$value": "#ffffff00",
36521
+ "filePath": "src/tokens/component/label.json5",
36522
+ "isSource": true,
36523
+ "$type": "color"
36524
+ },
36525
+ "dark-dimmed": {
36526
+ "$value": "#ffffff00",
36527
+ "filePath": "src/tokens/component/label.json5",
36528
+ "isSource": true,
36529
+ "$type": "color"
36530
+ },
36531
+ "light-high-contrast": {
36532
+ "$value": "#005fcc",
36533
+ "filePath": "src/tokens/component/label.json5",
36534
+ "isSource": true,
36535
+ "$type": "color"
36536
+ },
36537
+ "dark-high-contrast": {
36538
+ "$value": "#005fcc",
36539
+ "filePath": "src/tokens/component/label.json5",
36540
+ "isSource": true,
36541
+ "$type": "color"
36542
+ },
36543
+ "dark-dimmed-high-contrast": {
36544
+ "$value": "#005fcc",
36545
+ "filePath": "src/tokens/component/label.json5",
36546
+ "isSource": true,
36547
+ "$type": "color"
36548
+ },
36549
+ "dark-tritanopia-high-contrast": {
36550
+ "$value": "#005fcc",
36551
+ "filePath": "src/tokens/component/label.json5",
36552
+ "isSource": true,
36553
+ "$type": "color"
36554
+ },
36555
+ "dark-protanopia-deuteranopia-high-contrast": {
36556
+ "$value": "#005fcc",
36557
+ "filePath": "src/tokens/component/label.json5",
36558
+ "isSource": true,
36559
+ "$type": "color"
36560
+ },
36561
+ "light-tritanopia-high-contrast": {
36562
+ "$value": "#005fcc",
36563
+ "filePath": "src/tokens/component/label.json5",
36564
+ "isSource": true,
36565
+ "$type": "color"
36566
+ },
36567
+ "light-protanopia-deuteranopia-high-contrast": {
36568
+ "$value": "#005fcc",
36366
36569
  "filePath": "src/tokens/component/label.json5",
36367
36570
  "isSource": true,
36368
36571
  "$type": "color"
@@ -36372,33 +36575,81 @@
36372
36575
  "filePath": "src/tokens/component/label.json5",
36373
36576
  "isSource": true,
36374
36577
  "original": {
36375
- "$value": "{base.display.color.blue.8}",
36578
+ "$value": "{base.color.transparent}",
36376
36579
  "$type": "color",
36377
36580
  "$extensions": {
36378
36581
  "org.primer.figma": {
36379
36582
  "collection": "mode",
36380
36583
  "group": "component",
36381
- "scopes": ["fgColor"]
36584
+ "scopes": ["borderColor"]
36382
36585
  },
36383
36586
  "org.primer.overrides": {
36384
36587
  "dark": {
36385
- "$value": "{base.display.color.blue.8}",
36588
+ "$value": "{base.color.transparent}",
36589
+ "filePath": "src/tokens/component/label.json5",
36590
+ "isSource": true,
36591
+ "$type": "color"
36592
+ },
36593
+ "dark-dimmed": {
36594
+ "$value": "{base.color.transparent}",
36595
+ "filePath": "src/tokens/component/label.json5",
36596
+ "isSource": true,
36597
+ "$type": "color"
36598
+ },
36599
+ "light-high-contrast": {
36600
+ "$value": "{label.blue.fgColor.rest}",
36601
+ "filePath": "src/tokens/component/label.json5",
36602
+ "isSource": true,
36603
+ "$type": "color"
36604
+ },
36605
+ "dark-high-contrast": {
36606
+ "$value": "{label.blue.fgColor.rest}",
36607
+ "filePath": "src/tokens/component/label.json5",
36608
+ "isSource": true,
36609
+ "$type": "color"
36610
+ },
36611
+ "dark-dimmed-high-contrast": {
36612
+ "$value": "{label.blue.fgColor.rest}",
36613
+ "filePath": "src/tokens/component/label.json5",
36614
+ "isSource": true,
36615
+ "$type": "color"
36616
+ },
36617
+ "dark-tritanopia-high-contrast": {
36618
+ "$value": "{label.blue.fgColor.rest}",
36619
+ "filePath": "src/tokens/component/label.json5",
36620
+ "isSource": true,
36621
+ "$type": "color"
36622
+ },
36623
+ "dark-protanopia-deuteranopia-high-contrast": {
36624
+ "$value": "{label.blue.fgColor.rest}",
36625
+ "filePath": "src/tokens/component/label.json5",
36626
+ "isSource": true,
36627
+ "$type": "color"
36628
+ },
36629
+ "light-tritanopia-high-contrast": {
36630
+ "$value": "{label.blue.fgColor.rest}",
36631
+ "filePath": "src/tokens/component/label.json5",
36632
+ "isSource": true,
36633
+ "$type": "color"
36634
+ },
36635
+ "light-protanopia-deuteranopia-high-contrast": {
36636
+ "$value": "{label.blue.fgColor.rest}",
36386
36637
  "filePath": "src/tokens/component/label.json5",
36387
36638
  "isSource": true,
36388
36639
  "$type": "color"
36389
36640
  }
36390
36641
  }
36391
36642
  },
36392
- "key": "{label.blue.fgColor.active}"
36643
+ "key": "{label.blue.borderColor}"
36393
36644
  },
36394
- "name": "label-blue-fgColor-active",
36645
+ "name": "label-blue-borderColor",
36395
36646
  "attributes": {},
36396
- "path": ["label", "blue", "fgColor", "active"],
36397
- "value": "#003d99",
36647
+ "path": ["label", "blue", "borderColor"],
36648
+ "value": "#ffffff00",
36398
36649
  "type": "color"
36399
36650
  },
36400
- "label-blue-fgColor-hover": {
36401
- "key": "{label.blue.fgColor.hover}",
36651
+ "label-blue-fgColor-active": {
36652
+ "key": "{label.blue.fgColor.active}",
36402
36653
  "$extensions": {
36403
36654
  "org.primer.figma": {
36404
36655
  "collection": "mode",
@@ -36407,7 +36658,7 @@
36407
36658
  },
36408
36659
  "org.primer.overrides": {
36409
36660
  "dark": {
36410
- "$value": "#004db3",
36661
+ "$value": "#003d99",
36411
36662
  "filePath": "src/tokens/component/label.json5",
36412
36663
  "isSource": true,
36413
36664
  "$type": "color"
@@ -36417,7 +36668,7 @@
36417
36668
  "filePath": "src/tokens/component/label.json5",
36418
36669
  "isSource": true,
36419
36670
  "original": {
36420
- "$value": "{base.display.color.blue.7}",
36671
+ "$value": "{base.display.color.blue.8}",
36421
36672
  "$type": "color",
36422
36673
  "$extensions": {
36423
36674
  "org.primer.figma": {
@@ -36427,14 +36678,59 @@
36427
36678
  },
36428
36679
  "org.primer.overrides": {
36429
36680
  "dark": {
36430
- "$value": "{base.display.color.blue.7}",
36681
+ "$value": "{base.display.color.blue.8}",
36431
36682
  "filePath": "src/tokens/component/label.json5",
36432
36683
  "isSource": true,
36433
36684
  "$type": "color"
36434
36685
  }
36435
36686
  }
36436
36687
  },
36437
- "key": "{label.blue.fgColor.hover}"
36688
+ "key": "{label.blue.fgColor.active}"
36689
+ },
36690
+ "name": "label-blue-fgColor-active",
36691
+ "attributes": {},
36692
+ "path": ["label", "blue", "fgColor", "active"],
36693
+ "value": "#003d99",
36694
+ "type": "color"
36695
+ },
36696
+ "label-blue-fgColor-hover": {
36697
+ "key": "{label.blue.fgColor.hover}",
36698
+ "$extensions": {
36699
+ "org.primer.figma": {
36700
+ "collection": "mode",
36701
+ "group": "component",
36702
+ "scopes": ["fgColor"]
36703
+ },
36704
+ "org.primer.overrides": {
36705
+ "dark": {
36706
+ "$value": "#004db3",
36707
+ "filePath": "src/tokens/component/label.json5",
36708
+ "isSource": true,
36709
+ "$type": "color"
36710
+ }
36711
+ }
36712
+ },
36713
+ "filePath": "src/tokens/component/label.json5",
36714
+ "isSource": true,
36715
+ "original": {
36716
+ "$value": "{base.display.color.blue.7}",
36717
+ "$type": "color",
36718
+ "$extensions": {
36719
+ "org.primer.figma": {
36720
+ "collection": "mode",
36721
+ "group": "component",
36722
+ "scopes": ["fgColor"]
36723
+ },
36724
+ "org.primer.overrides": {
36725
+ "dark": {
36726
+ "$value": "{base.display.color.blue.7}",
36727
+ "filePath": "src/tokens/component/label.json5",
36728
+ "isSource": true,
36729
+ "$type": "color"
36730
+ }
36731
+ }
36732
+ },
36733
+ "key": "{label.blue.fgColor.hover}"
36438
36734
  },
36439
36735
  "name": "label-blue-fgColor-hover",
36440
36736
  "attributes": {},
@@ -36622,6 +36918,147 @@
36622
36918
  "value": "#eeeae2",
36623
36919
  "type": "color"
36624
36920
  },
36921
+ "label-brown-borderColor": {
36922
+ "key": "{label.brown.borderColor}",
36923
+ "$extensions": {
36924
+ "org.primer.figma": {
36925
+ "collection": "mode",
36926
+ "group": "component",
36927
+ "scopes": ["borderColor"]
36928
+ },
36929
+ "org.primer.overrides": {
36930
+ "dark": {
36931
+ "$value": "#ffffff00",
36932
+ "filePath": "src/tokens/component/label.json5",
36933
+ "isSource": true,
36934
+ "$type": "color"
36935
+ },
36936
+ "dark-dimmed": {
36937
+ "$value": "#ffffff00",
36938
+ "filePath": "src/tokens/component/label.json5",
36939
+ "isSource": true,
36940
+ "$type": "color"
36941
+ },
36942
+ "light-high-contrast": {
36943
+ "$value": "#755f43",
36944
+ "filePath": "src/tokens/component/label.json5",
36945
+ "isSource": true,
36946
+ "$type": "color"
36947
+ },
36948
+ "dark-high-contrast": {
36949
+ "$value": "#755f43",
36950
+ "filePath": "src/tokens/component/label.json5",
36951
+ "isSource": true,
36952
+ "$type": "color"
36953
+ },
36954
+ "dark-dimmed-high-contrast": {
36955
+ "$value": "#755f43",
36956
+ "filePath": "src/tokens/component/label.json5",
36957
+ "isSource": true,
36958
+ "$type": "color"
36959
+ },
36960
+ "dark-tritanopia-high-contrast": {
36961
+ "$value": "#755f43",
36962
+ "filePath": "src/tokens/component/label.json5",
36963
+ "isSource": true,
36964
+ "$type": "color"
36965
+ },
36966
+ "dark-protanopia-deuteranopia-high-contrast": {
36967
+ "$value": "#755f43",
36968
+ "filePath": "src/tokens/component/label.json5",
36969
+ "isSource": true,
36970
+ "$type": "color"
36971
+ },
36972
+ "light-tritanopia-high-contrast": {
36973
+ "$value": "#755f43",
36974
+ "filePath": "src/tokens/component/label.json5",
36975
+ "isSource": true,
36976
+ "$type": "color"
36977
+ },
36978
+ "light-protanopia-deuteranopia-high-contrast": {
36979
+ "$value": "#755f43",
36980
+ "filePath": "src/tokens/component/label.json5",
36981
+ "isSource": true,
36982
+ "$type": "color"
36983
+ }
36984
+ }
36985
+ },
36986
+ "filePath": "src/tokens/component/label.json5",
36987
+ "isSource": true,
36988
+ "original": {
36989
+ "$value": "{base.color.transparent}",
36990
+ "$type": "color",
36991
+ "$extensions": {
36992
+ "org.primer.figma": {
36993
+ "collection": "mode",
36994
+ "group": "component",
36995
+ "scopes": ["borderColor"]
36996
+ },
36997
+ "org.primer.overrides": {
36998
+ "dark": {
36999
+ "$value": "{base.color.transparent}",
37000
+ "filePath": "src/tokens/component/label.json5",
37001
+ "isSource": true,
37002
+ "$type": "color"
37003
+ },
37004
+ "dark-dimmed": {
37005
+ "$value": "{base.color.transparent}",
37006
+ "filePath": "src/tokens/component/label.json5",
37007
+ "isSource": true,
37008
+ "$type": "color"
37009
+ },
37010
+ "light-high-contrast": {
37011
+ "$value": "{label.brown.fgColor.rest}",
37012
+ "filePath": "src/tokens/component/label.json5",
37013
+ "isSource": true,
37014
+ "$type": "color"
37015
+ },
37016
+ "dark-high-contrast": {
37017
+ "$value": "{label.brown.fgColor.rest}",
37018
+ "filePath": "src/tokens/component/label.json5",
37019
+ "isSource": true,
37020
+ "$type": "color"
37021
+ },
37022
+ "dark-dimmed-high-contrast": {
37023
+ "$value": "{label.brown.fgColor.rest}",
37024
+ "filePath": "src/tokens/component/label.json5",
37025
+ "isSource": true,
37026
+ "$type": "color"
37027
+ },
37028
+ "dark-tritanopia-high-contrast": {
37029
+ "$value": "{label.brown.fgColor.rest}",
37030
+ "filePath": "src/tokens/component/label.json5",
37031
+ "isSource": true,
37032
+ "$type": "color"
37033
+ },
37034
+ "dark-protanopia-deuteranopia-high-contrast": {
37035
+ "$value": "{label.brown.fgColor.rest}",
37036
+ "filePath": "src/tokens/component/label.json5",
37037
+ "isSource": true,
37038
+ "$type": "color"
37039
+ },
37040
+ "light-tritanopia-high-contrast": {
37041
+ "$value": "{label.brown.fgColor.rest}",
37042
+ "filePath": "src/tokens/component/label.json5",
37043
+ "isSource": true,
37044
+ "$type": "color"
37045
+ },
37046
+ "light-protanopia-deuteranopia-high-contrast": {
37047
+ "$value": "{label.brown.fgColor.rest}",
37048
+ "filePath": "src/tokens/component/label.json5",
37049
+ "isSource": true,
37050
+ "$type": "color"
37051
+ }
37052
+ }
37053
+ },
37054
+ "key": "{label.brown.borderColor}"
37055
+ },
37056
+ "name": "label-brown-borderColor",
37057
+ "attributes": {},
37058
+ "path": ["label", "brown", "borderColor"],
37059
+ "value": "#ffffff00",
37060
+ "type": "color"
37061
+ },
36625
37062
  "label-brown-fgColor-active": {
36626
37063
  "key": "{label.brown.fgColor.active}",
36627
37064
  "$extensions": {
@@ -36892,17 +37329,65 @@
36892
37329
  "value": "#ffe5db",
36893
37330
  "type": "color"
36894
37331
  },
36895
- "label-coral-fgColor-active": {
36896
- "key": "{label.coral.fgColor.active}",
37332
+ "label-coral-borderColor": {
37333
+ "key": "{label.coral.borderColor}",
36897
37334
  "$extensions": {
36898
37335
  "org.primer.figma": {
36899
37336
  "collection": "mode",
36900
37337
  "group": "component",
36901
- "scopes": ["fgColor"]
37338
+ "scopes": ["borderColor"]
36902
37339
  },
36903
37340
  "org.primer.overrides": {
36904
37341
  "dark": {
36905
- "$value": "#7e2011",
37342
+ "$value": "#ffffff00",
37343
+ "filePath": "src/tokens/component/label.json5",
37344
+ "isSource": true,
37345
+ "$type": "color"
37346
+ },
37347
+ "dark-dimmed": {
37348
+ "$value": "#ffffff00",
37349
+ "filePath": "src/tokens/component/label.json5",
37350
+ "isSource": true,
37351
+ "$type": "color"
37352
+ },
37353
+ "light-high-contrast": {
37354
+ "$value": "#ba2e12",
37355
+ "filePath": "src/tokens/component/label.json5",
37356
+ "isSource": true,
37357
+ "$type": "color"
37358
+ },
37359
+ "dark-high-contrast": {
37360
+ "$value": "#ba2e12",
37361
+ "filePath": "src/tokens/component/label.json5",
37362
+ "isSource": true,
37363
+ "$type": "color"
37364
+ },
37365
+ "dark-dimmed-high-contrast": {
37366
+ "$value": "#ba2e12",
37367
+ "filePath": "src/tokens/component/label.json5",
37368
+ "isSource": true,
37369
+ "$type": "color"
37370
+ },
37371
+ "dark-tritanopia-high-contrast": {
37372
+ "$value": "#ba2e12",
37373
+ "filePath": "src/tokens/component/label.json5",
37374
+ "isSource": true,
37375
+ "$type": "color"
37376
+ },
37377
+ "dark-protanopia-deuteranopia-high-contrast": {
37378
+ "$value": "#ba2e12",
37379
+ "filePath": "src/tokens/component/label.json5",
37380
+ "isSource": true,
37381
+ "$type": "color"
37382
+ },
37383
+ "light-tritanopia-high-contrast": {
37384
+ "$value": "#ba2e12",
37385
+ "filePath": "src/tokens/component/label.json5",
37386
+ "isSource": true,
37387
+ "$type": "color"
37388
+ },
37389
+ "light-protanopia-deuteranopia-high-contrast": {
37390
+ "$value": "#ba2e12",
36906
37391
  "filePath": "src/tokens/component/label.json5",
36907
37392
  "isSource": true,
36908
37393
  "$type": "color"
@@ -36912,41 +37397,134 @@
36912
37397
  "filePath": "src/tokens/component/label.json5",
36913
37398
  "isSource": true,
36914
37399
  "original": {
36915
- "$value": "{base.display.color.coral.8}",
37400
+ "$value": "{base.color.transparent}",
36916
37401
  "$type": "color",
36917
37402
  "$extensions": {
36918
37403
  "org.primer.figma": {
36919
37404
  "collection": "mode",
36920
37405
  "group": "component",
36921
- "scopes": ["fgColor"]
37406
+ "scopes": ["borderColor"]
36922
37407
  },
36923
37408
  "org.primer.overrides": {
36924
37409
  "dark": {
36925
- "$value": "{base.display.color.coral.8}",
37410
+ "$value": "{base.color.transparent}",
36926
37411
  "filePath": "src/tokens/component/label.json5",
36927
37412
  "isSource": true,
36928
37413
  "$type": "color"
36929
- }
36930
- }
36931
- },
36932
- "key": "{label.coral.fgColor.active}"
36933
- },
36934
- "name": "label-coral-fgColor-active",
36935
- "attributes": {},
36936
- "path": ["label", "coral", "fgColor", "active"],
36937
- "value": "#7e2011",
36938
- "type": "color"
36939
- },
36940
- "label-coral-fgColor-hover": {
36941
- "key": "{label.coral.fgColor.hover}",
36942
- "$extensions": {
36943
- "org.primer.figma": {
36944
- "collection": "mode",
36945
- "group": "component",
36946
- "scopes": ["fgColor"]
36947
- },
36948
- "org.primer.overrides": {
36949
- "dark": {
37414
+ },
37415
+ "dark-dimmed": {
37416
+ "$value": "{base.color.transparent}",
37417
+ "filePath": "src/tokens/component/label.json5",
37418
+ "isSource": true,
37419
+ "$type": "color"
37420
+ },
37421
+ "light-high-contrast": {
37422
+ "$value": "{label.coral.fgColor.rest}",
37423
+ "filePath": "src/tokens/component/label.json5",
37424
+ "isSource": true,
37425
+ "$type": "color"
37426
+ },
37427
+ "dark-high-contrast": {
37428
+ "$value": "{label.coral.fgColor.rest}",
37429
+ "filePath": "src/tokens/component/label.json5",
37430
+ "isSource": true,
37431
+ "$type": "color"
37432
+ },
37433
+ "dark-dimmed-high-contrast": {
37434
+ "$value": "{label.coral.fgColor.rest}",
37435
+ "filePath": "src/tokens/component/label.json5",
37436
+ "isSource": true,
37437
+ "$type": "color"
37438
+ },
37439
+ "dark-tritanopia-high-contrast": {
37440
+ "$value": "{label.coral.fgColor.rest}",
37441
+ "filePath": "src/tokens/component/label.json5",
37442
+ "isSource": true,
37443
+ "$type": "color"
37444
+ },
37445
+ "dark-protanopia-deuteranopia-high-contrast": {
37446
+ "$value": "{label.coral.fgColor.rest}",
37447
+ "filePath": "src/tokens/component/label.json5",
37448
+ "isSource": true,
37449
+ "$type": "color"
37450
+ },
37451
+ "light-tritanopia-high-contrast": {
37452
+ "$value": "{label.coral.fgColor.rest}",
37453
+ "filePath": "src/tokens/component/label.json5",
37454
+ "isSource": true,
37455
+ "$type": "color"
37456
+ },
37457
+ "light-protanopia-deuteranopia-high-contrast": {
37458
+ "$value": "{label.coral.fgColor.rest}",
37459
+ "filePath": "src/tokens/component/label.json5",
37460
+ "isSource": true,
37461
+ "$type": "color"
37462
+ }
37463
+ }
37464
+ },
37465
+ "key": "{label.coral.borderColor}"
37466
+ },
37467
+ "name": "label-coral-borderColor",
37468
+ "attributes": {},
37469
+ "path": ["label", "coral", "borderColor"],
37470
+ "value": "#ffffff00",
37471
+ "type": "color"
37472
+ },
37473
+ "label-coral-fgColor-active": {
37474
+ "key": "{label.coral.fgColor.active}",
37475
+ "$extensions": {
37476
+ "org.primer.figma": {
37477
+ "collection": "mode",
37478
+ "group": "component",
37479
+ "scopes": ["fgColor"]
37480
+ },
37481
+ "org.primer.overrides": {
37482
+ "dark": {
37483
+ "$value": "#7e2011",
37484
+ "filePath": "src/tokens/component/label.json5",
37485
+ "isSource": true,
37486
+ "$type": "color"
37487
+ }
37488
+ }
37489
+ },
37490
+ "filePath": "src/tokens/component/label.json5",
37491
+ "isSource": true,
37492
+ "original": {
37493
+ "$value": "{base.display.color.coral.8}",
37494
+ "$type": "color",
37495
+ "$extensions": {
37496
+ "org.primer.figma": {
37497
+ "collection": "mode",
37498
+ "group": "component",
37499
+ "scopes": ["fgColor"]
37500
+ },
37501
+ "org.primer.overrides": {
37502
+ "dark": {
37503
+ "$value": "{base.display.color.coral.8}",
37504
+ "filePath": "src/tokens/component/label.json5",
37505
+ "isSource": true,
37506
+ "$type": "color"
37507
+ }
37508
+ }
37509
+ },
37510
+ "key": "{label.coral.fgColor.active}"
37511
+ },
37512
+ "name": "label-coral-fgColor-active",
37513
+ "attributes": {},
37514
+ "path": ["label", "coral", "fgColor", "active"],
37515
+ "value": "#7e2011",
37516
+ "type": "color"
37517
+ },
37518
+ "label-coral-fgColor-hover": {
37519
+ "key": "{label.coral.fgColor.hover}",
37520
+ "$extensions": {
37521
+ "org.primer.figma": {
37522
+ "collection": "mode",
37523
+ "group": "component",
37524
+ "scopes": ["fgColor"]
37525
+ },
37526
+ "org.primer.overrides": {
37527
+ "dark": {
36950
37528
  "$value": "#9b2712",
36951
37529
  "filePath": "src/tokens/component/label.json5",
36952
37530
  "isSource": true,
@@ -37162,6 +37740,147 @@
37162
37740
  "value": "#bdf4ff",
37163
37741
  "type": "color"
37164
37742
  },
37743
+ "label-cyan-borderColor": {
37744
+ "key": "{label.cyan.borderColor}",
37745
+ "$extensions": {
37746
+ "org.primer.figma": {
37747
+ "collection": "mode",
37748
+ "group": "component",
37749
+ "scopes": ["borderColor"]
37750
+ },
37751
+ "org.primer.overrides": {
37752
+ "dark": {
37753
+ "$value": "#ffffff00",
37754
+ "filePath": "src/tokens/component/label.json5",
37755
+ "isSource": true,
37756
+ "$type": "color"
37757
+ },
37758
+ "dark-dimmed": {
37759
+ "$value": "#ffffff00",
37760
+ "filePath": "src/tokens/component/label.json5",
37761
+ "isSource": true,
37762
+ "$type": "color"
37763
+ },
37764
+ "light-high-contrast": {
37765
+ "$value": "#006a80",
37766
+ "filePath": "src/tokens/component/label.json5",
37767
+ "isSource": true,
37768
+ "$type": "color"
37769
+ },
37770
+ "dark-high-contrast": {
37771
+ "$value": "#006a80",
37772
+ "filePath": "src/tokens/component/label.json5",
37773
+ "isSource": true,
37774
+ "$type": "color"
37775
+ },
37776
+ "dark-dimmed-high-contrast": {
37777
+ "$value": "#006a80",
37778
+ "filePath": "src/tokens/component/label.json5",
37779
+ "isSource": true,
37780
+ "$type": "color"
37781
+ },
37782
+ "dark-tritanopia-high-contrast": {
37783
+ "$value": "#006a80",
37784
+ "filePath": "src/tokens/component/label.json5",
37785
+ "isSource": true,
37786
+ "$type": "color"
37787
+ },
37788
+ "dark-protanopia-deuteranopia-high-contrast": {
37789
+ "$value": "#006a80",
37790
+ "filePath": "src/tokens/component/label.json5",
37791
+ "isSource": true,
37792
+ "$type": "color"
37793
+ },
37794
+ "light-tritanopia-high-contrast": {
37795
+ "$value": "#006a80",
37796
+ "filePath": "src/tokens/component/label.json5",
37797
+ "isSource": true,
37798
+ "$type": "color"
37799
+ },
37800
+ "light-protanopia-deuteranopia-high-contrast": {
37801
+ "$value": "#006a80",
37802
+ "filePath": "src/tokens/component/label.json5",
37803
+ "isSource": true,
37804
+ "$type": "color"
37805
+ }
37806
+ }
37807
+ },
37808
+ "filePath": "src/tokens/component/label.json5",
37809
+ "isSource": true,
37810
+ "original": {
37811
+ "$value": "{base.color.transparent}",
37812
+ "$type": "color",
37813
+ "$extensions": {
37814
+ "org.primer.figma": {
37815
+ "collection": "mode",
37816
+ "group": "component",
37817
+ "scopes": ["borderColor"]
37818
+ },
37819
+ "org.primer.overrides": {
37820
+ "dark": {
37821
+ "$value": "{base.color.transparent}",
37822
+ "filePath": "src/tokens/component/label.json5",
37823
+ "isSource": true,
37824
+ "$type": "color"
37825
+ },
37826
+ "dark-dimmed": {
37827
+ "$value": "{base.color.transparent}",
37828
+ "filePath": "src/tokens/component/label.json5",
37829
+ "isSource": true,
37830
+ "$type": "color"
37831
+ },
37832
+ "light-high-contrast": {
37833
+ "$value": "{label.cyan.fgColor.rest}",
37834
+ "filePath": "src/tokens/component/label.json5",
37835
+ "isSource": true,
37836
+ "$type": "color"
37837
+ },
37838
+ "dark-high-contrast": {
37839
+ "$value": "{label.cyan.fgColor.rest}",
37840
+ "filePath": "src/tokens/component/label.json5",
37841
+ "isSource": true,
37842
+ "$type": "color"
37843
+ },
37844
+ "dark-dimmed-high-contrast": {
37845
+ "$value": "{label.cyan.fgColor.rest}",
37846
+ "filePath": "src/tokens/component/label.json5",
37847
+ "isSource": true,
37848
+ "$type": "color"
37849
+ },
37850
+ "dark-tritanopia-high-contrast": {
37851
+ "$value": "{label.cyan.fgColor.rest}",
37852
+ "filePath": "src/tokens/component/label.json5",
37853
+ "isSource": true,
37854
+ "$type": "color"
37855
+ },
37856
+ "dark-protanopia-deuteranopia-high-contrast": {
37857
+ "$value": "{label.cyan.fgColor.rest}",
37858
+ "filePath": "src/tokens/component/label.json5",
37859
+ "isSource": true,
37860
+ "$type": "color"
37861
+ },
37862
+ "light-tritanopia-high-contrast": {
37863
+ "$value": "{label.cyan.fgColor.rest}",
37864
+ "filePath": "src/tokens/component/label.json5",
37865
+ "isSource": true,
37866
+ "$type": "color"
37867
+ },
37868
+ "light-protanopia-deuteranopia-high-contrast": {
37869
+ "$value": "{label.cyan.fgColor.rest}",
37870
+ "filePath": "src/tokens/component/label.json5",
37871
+ "isSource": true,
37872
+ "$type": "color"
37873
+ }
37874
+ }
37875
+ },
37876
+ "key": "{label.cyan.borderColor}"
37877
+ },
37878
+ "name": "label-cyan-borderColor",
37879
+ "attributes": {},
37880
+ "path": ["label", "cyan", "borderColor"],
37881
+ "value": "#ffffff00",
37882
+ "type": "color"
37883
+ },
37165
37884
  "label-cyan-fgColor-active": {
37166
37885
  "key": "{label.cyan.fgColor.active}",
37167
37886
  "$extensions": {
@@ -37432,38 +38151,179 @@
37432
38151
  "value": "#e8ecf2",
37433
38152
  "type": "color"
37434
38153
  },
37435
- "label-gray-fgColor-active": {
37436
- "key": "{label.gray.fgColor.active}",
38154
+ "label-gray-borderColor": {
38155
+ "key": "{label.gray.borderColor}",
37437
38156
  "$extensions": {
37438
38157
  "org.primer.figma": {
37439
38158
  "collection": "mode",
37440
38159
  "group": "component",
37441
- "scopes": ["fgColor"]
38160
+ "scopes": ["borderColor"]
37442
38161
  },
37443
38162
  "org.primer.overrides": {
37444
38163
  "dark": {
37445
- "$value": "#424448",
38164
+ "$value": "#ffffff00",
37446
38165
  "filePath": "src/tokens/component/label.json5",
37447
38166
  "isSource": true,
37448
38167
  "$type": "color"
37449
- }
37450
- }
37451
- },
37452
- "filePath": "src/tokens/component/label.json5",
37453
- "isSource": true,
37454
- "original": {
37455
- "$value": "{base.display.color.gray.8}",
37456
- "$type": "color",
37457
- "$extensions": {
37458
- "org.primer.figma": {
37459
- "collection": "mode",
37460
- "group": "component",
37461
- "scopes": ["fgColor"]
37462
38168
  },
37463
- "org.primer.overrides": {
37464
- "dark": {
37465
- "$value": "{base.display.color.gray.8}",
37466
- "filePath": "src/tokens/component/label.json5",
38169
+ "dark-dimmed": {
38170
+ "$value": "#ffffff00",
38171
+ "filePath": "src/tokens/component/label.json5",
38172
+ "isSource": true,
38173
+ "$type": "color"
38174
+ },
38175
+ "light-high-contrast": {
38176
+ "$value": "#5c6570",
38177
+ "filePath": "src/tokens/component/label.json5",
38178
+ "isSource": true,
38179
+ "$type": "color"
38180
+ },
38181
+ "dark-high-contrast": {
38182
+ "$value": "#5c6570",
38183
+ "filePath": "src/tokens/component/label.json5",
38184
+ "isSource": true,
38185
+ "$type": "color"
38186
+ },
38187
+ "dark-dimmed-high-contrast": {
38188
+ "$value": "#5c6570",
38189
+ "filePath": "src/tokens/component/label.json5",
38190
+ "isSource": true,
38191
+ "$type": "color"
38192
+ },
38193
+ "dark-tritanopia-high-contrast": {
38194
+ "$value": "#5c6570",
38195
+ "filePath": "src/tokens/component/label.json5",
38196
+ "isSource": true,
38197
+ "$type": "color"
38198
+ },
38199
+ "dark-protanopia-deuteranopia-high-contrast": {
38200
+ "$value": "#5c6570",
38201
+ "filePath": "src/tokens/component/label.json5",
38202
+ "isSource": true,
38203
+ "$type": "color"
38204
+ },
38205
+ "light-tritanopia-high-contrast": {
38206
+ "$value": "#5c6570",
38207
+ "filePath": "src/tokens/component/label.json5",
38208
+ "isSource": true,
38209
+ "$type": "color"
38210
+ },
38211
+ "light-protanopia-deuteranopia-high-contrast": {
38212
+ "$value": "#5c6570",
38213
+ "filePath": "src/tokens/component/label.json5",
38214
+ "isSource": true,
38215
+ "$type": "color"
38216
+ }
38217
+ }
38218
+ },
38219
+ "filePath": "src/tokens/component/label.json5",
38220
+ "isSource": true,
38221
+ "original": {
38222
+ "$value": "{base.color.transparent}",
38223
+ "$type": "color",
38224
+ "$extensions": {
38225
+ "org.primer.figma": {
38226
+ "collection": "mode",
38227
+ "group": "component",
38228
+ "scopes": ["borderColor"]
38229
+ },
38230
+ "org.primer.overrides": {
38231
+ "dark": {
38232
+ "$value": "{base.color.transparent}",
38233
+ "filePath": "src/tokens/component/label.json5",
38234
+ "isSource": true,
38235
+ "$type": "color"
38236
+ },
38237
+ "dark-dimmed": {
38238
+ "$value": "{base.color.transparent}",
38239
+ "filePath": "src/tokens/component/label.json5",
38240
+ "isSource": true,
38241
+ "$type": "color"
38242
+ },
38243
+ "light-high-contrast": {
38244
+ "$value": "{label.gray.fgColor.rest}",
38245
+ "filePath": "src/tokens/component/label.json5",
38246
+ "isSource": true,
38247
+ "$type": "color"
38248
+ },
38249
+ "dark-high-contrast": {
38250
+ "$value": "{label.gray.fgColor.rest}",
38251
+ "filePath": "src/tokens/component/label.json5",
38252
+ "isSource": true,
38253
+ "$type": "color"
38254
+ },
38255
+ "dark-dimmed-high-contrast": {
38256
+ "$value": "{label.gray.fgColor.rest}",
38257
+ "filePath": "src/tokens/component/label.json5",
38258
+ "isSource": true,
38259
+ "$type": "color"
38260
+ },
38261
+ "dark-tritanopia-high-contrast": {
38262
+ "$value": "{label.gray.fgColor.rest}",
38263
+ "filePath": "src/tokens/component/label.json5",
38264
+ "isSource": true,
38265
+ "$type": "color"
38266
+ },
38267
+ "dark-protanopia-deuteranopia-high-contrast": {
38268
+ "$value": "{label.gray.fgColor.rest}",
38269
+ "filePath": "src/tokens/component/label.json5",
38270
+ "isSource": true,
38271
+ "$type": "color"
38272
+ },
38273
+ "light-tritanopia-high-contrast": {
38274
+ "$value": "{label.gray.fgColor.rest}",
38275
+ "filePath": "src/tokens/component/label.json5",
38276
+ "isSource": true,
38277
+ "$type": "color"
38278
+ },
38279
+ "light-protanopia-deuteranopia-high-contrast": {
38280
+ "$value": "{label.gray.fgColor.rest}",
38281
+ "filePath": "src/tokens/component/label.json5",
38282
+ "isSource": true,
38283
+ "$type": "color"
38284
+ }
38285
+ }
38286
+ },
38287
+ "key": "{label.gray.borderColor}"
38288
+ },
38289
+ "name": "label-gray-borderColor",
38290
+ "attributes": {},
38291
+ "path": ["label", "gray", "borderColor"],
38292
+ "value": "#ffffff00",
38293
+ "type": "color"
38294
+ },
38295
+ "label-gray-fgColor-active": {
38296
+ "key": "{label.gray.fgColor.active}",
38297
+ "$extensions": {
38298
+ "org.primer.figma": {
38299
+ "collection": "mode",
38300
+ "group": "component",
38301
+ "scopes": ["fgColor"]
38302
+ },
38303
+ "org.primer.overrides": {
38304
+ "dark": {
38305
+ "$value": "#424448",
38306
+ "filePath": "src/tokens/component/label.json5",
38307
+ "isSource": true,
38308
+ "$type": "color"
38309
+ }
38310
+ }
38311
+ },
38312
+ "filePath": "src/tokens/component/label.json5",
38313
+ "isSource": true,
38314
+ "original": {
38315
+ "$value": "{base.display.color.gray.8}",
38316
+ "$type": "color",
38317
+ "$extensions": {
38318
+ "org.primer.figma": {
38319
+ "collection": "mode",
38320
+ "group": "component",
38321
+ "scopes": ["fgColor"]
38322
+ },
38323
+ "org.primer.overrides": {
38324
+ "dark": {
38325
+ "$value": "{base.display.color.gray.8}",
38326
+ "filePath": "src/tokens/component/label.json5",
37467
38327
  "isSource": true,
37468
38328
  "$type": "color"
37469
38329
  }
@@ -37694,12 +38554,153 @@
37694
38554
  }
37695
38555
  }
37696
38556
  },
37697
- "key": "{label.green.bgColor.rest}"
38557
+ "key": "{label.green.bgColor.rest}"
38558
+ },
38559
+ "name": "label-green-bgColor-rest",
38560
+ "attributes": {},
38561
+ "path": ["label", "green", "bgColor", "rest"],
38562
+ "value": "#caf7ca",
38563
+ "type": "color"
38564
+ },
38565
+ "label-green-borderColor": {
38566
+ "key": "{label.green.borderColor}",
38567
+ "$extensions": {
38568
+ "org.primer.figma": {
38569
+ "collection": "mode",
38570
+ "group": "component",
38571
+ "scopes": ["borderColor"]
38572
+ },
38573
+ "org.primer.overrides": {
38574
+ "dark": {
38575
+ "$value": "#ffffff00",
38576
+ "filePath": "src/tokens/component/label.json5",
38577
+ "isSource": true,
38578
+ "$type": "color"
38579
+ },
38580
+ "dark-dimmed": {
38581
+ "$value": "#ffffff00",
38582
+ "filePath": "src/tokens/component/label.json5",
38583
+ "isSource": true,
38584
+ "$type": "color"
38585
+ },
38586
+ "light-high-contrast": {
38587
+ "$value": "#2b6e3f",
38588
+ "filePath": "src/tokens/component/label.json5",
38589
+ "isSource": true,
38590
+ "$type": "color"
38591
+ },
38592
+ "dark-high-contrast": {
38593
+ "$value": "#2b6e3f",
38594
+ "filePath": "src/tokens/component/label.json5",
38595
+ "isSource": true,
38596
+ "$type": "color"
38597
+ },
38598
+ "dark-dimmed-high-contrast": {
38599
+ "$value": "#2b6e3f",
38600
+ "filePath": "src/tokens/component/label.json5",
38601
+ "isSource": true,
38602
+ "$type": "color"
38603
+ },
38604
+ "dark-tritanopia-high-contrast": {
38605
+ "$value": "#2b6e3f",
38606
+ "filePath": "src/tokens/component/label.json5",
38607
+ "isSource": true,
38608
+ "$type": "color"
38609
+ },
38610
+ "dark-protanopia-deuteranopia-high-contrast": {
38611
+ "$value": "#2b6e3f",
38612
+ "filePath": "src/tokens/component/label.json5",
38613
+ "isSource": true,
38614
+ "$type": "color"
38615
+ },
38616
+ "light-tritanopia-high-contrast": {
38617
+ "$value": "#2b6e3f",
38618
+ "filePath": "src/tokens/component/label.json5",
38619
+ "isSource": true,
38620
+ "$type": "color"
38621
+ },
38622
+ "light-protanopia-deuteranopia-high-contrast": {
38623
+ "$value": "#2b6e3f",
38624
+ "filePath": "src/tokens/component/label.json5",
38625
+ "isSource": true,
38626
+ "$type": "color"
38627
+ }
38628
+ }
38629
+ },
38630
+ "filePath": "src/tokens/component/label.json5",
38631
+ "isSource": true,
38632
+ "original": {
38633
+ "$value": "{base.color.transparent}",
38634
+ "$type": "color",
38635
+ "$extensions": {
38636
+ "org.primer.figma": {
38637
+ "collection": "mode",
38638
+ "group": "component",
38639
+ "scopes": ["borderColor"]
38640
+ },
38641
+ "org.primer.overrides": {
38642
+ "dark": {
38643
+ "$value": "{base.color.transparent}",
38644
+ "filePath": "src/tokens/component/label.json5",
38645
+ "isSource": true,
38646
+ "$type": "color"
38647
+ },
38648
+ "dark-dimmed": {
38649
+ "$value": "{base.color.transparent}",
38650
+ "filePath": "src/tokens/component/label.json5",
38651
+ "isSource": true,
38652
+ "$type": "color"
38653
+ },
38654
+ "light-high-contrast": {
38655
+ "$value": "{label.green.fgColor.rest}",
38656
+ "filePath": "src/tokens/component/label.json5",
38657
+ "isSource": true,
38658
+ "$type": "color"
38659
+ },
38660
+ "dark-high-contrast": {
38661
+ "$value": "{label.green.fgColor.rest}",
38662
+ "filePath": "src/tokens/component/label.json5",
38663
+ "isSource": true,
38664
+ "$type": "color"
38665
+ },
38666
+ "dark-dimmed-high-contrast": {
38667
+ "$value": "{label.green.fgColor.rest}",
38668
+ "filePath": "src/tokens/component/label.json5",
38669
+ "isSource": true,
38670
+ "$type": "color"
38671
+ },
38672
+ "dark-tritanopia-high-contrast": {
38673
+ "$value": "{label.green.fgColor.rest}",
38674
+ "filePath": "src/tokens/component/label.json5",
38675
+ "isSource": true,
38676
+ "$type": "color"
38677
+ },
38678
+ "dark-protanopia-deuteranopia-high-contrast": {
38679
+ "$value": "{label.green.fgColor.rest}",
38680
+ "filePath": "src/tokens/component/label.json5",
38681
+ "isSource": true,
38682
+ "$type": "color"
38683
+ },
38684
+ "light-tritanopia-high-contrast": {
38685
+ "$value": "{label.green.fgColor.rest}",
38686
+ "filePath": "src/tokens/component/label.json5",
38687
+ "isSource": true,
38688
+ "$type": "color"
38689
+ },
38690
+ "light-protanopia-deuteranopia-high-contrast": {
38691
+ "$value": "{label.green.fgColor.rest}",
38692
+ "filePath": "src/tokens/component/label.json5",
38693
+ "isSource": true,
38694
+ "$type": "color"
38695
+ }
38696
+ }
38697
+ },
38698
+ "key": "{label.green.borderColor}"
37698
38699
  },
37699
- "name": "label-green-bgColor-rest",
38700
+ "name": "label-green-borderColor",
37700
38701
  "attributes": {},
37701
- "path": ["label", "green", "bgColor", "rest"],
37702
- "value": "#caf7ca",
38702
+ "path": ["label", "green", "borderColor"],
38703
+ "value": "#ffffff00",
37703
38704
  "type": "color"
37704
38705
  },
37705
38706
  "label-green-fgColor-active": {
@@ -37972,6 +38973,147 @@
37972
38973
  "value": "#e5e9ff",
37973
38974
  "type": "color"
37974
38975
  },
38976
+ "label-indigo-borderColor": {
38977
+ "key": "{label.indigo.borderColor}",
38978
+ "$extensions": {
38979
+ "org.primer.figma": {
38980
+ "collection": "mode",
38981
+ "group": "component",
38982
+ "scopes": ["borderColor"]
38983
+ },
38984
+ "org.primer.overrides": {
38985
+ "dark": {
38986
+ "$value": "#ffffff00",
38987
+ "filePath": "src/tokens/component/label.json5",
38988
+ "isSource": true,
38989
+ "$type": "color"
38990
+ },
38991
+ "dark-dimmed": {
38992
+ "$value": "#ffffff00",
38993
+ "filePath": "src/tokens/component/label.json5",
38994
+ "isSource": true,
38995
+ "$type": "color"
38996
+ },
38997
+ "light-high-contrast": {
38998
+ "$value": "#494edf",
38999
+ "filePath": "src/tokens/component/label.json5",
39000
+ "isSource": true,
39001
+ "$type": "color"
39002
+ },
39003
+ "dark-high-contrast": {
39004
+ "$value": "#494edf",
39005
+ "filePath": "src/tokens/component/label.json5",
39006
+ "isSource": true,
39007
+ "$type": "color"
39008
+ },
39009
+ "dark-dimmed-high-contrast": {
39010
+ "$value": "#494edf",
39011
+ "filePath": "src/tokens/component/label.json5",
39012
+ "isSource": true,
39013
+ "$type": "color"
39014
+ },
39015
+ "dark-tritanopia-high-contrast": {
39016
+ "$value": "#494edf",
39017
+ "filePath": "src/tokens/component/label.json5",
39018
+ "isSource": true,
39019
+ "$type": "color"
39020
+ },
39021
+ "dark-protanopia-deuteranopia-high-contrast": {
39022
+ "$value": "#494edf",
39023
+ "filePath": "src/tokens/component/label.json5",
39024
+ "isSource": true,
39025
+ "$type": "color"
39026
+ },
39027
+ "light-tritanopia-high-contrast": {
39028
+ "$value": "#494edf",
39029
+ "filePath": "src/tokens/component/label.json5",
39030
+ "isSource": true,
39031
+ "$type": "color"
39032
+ },
39033
+ "light-protanopia-deuteranopia-high-contrast": {
39034
+ "$value": "#494edf",
39035
+ "filePath": "src/tokens/component/label.json5",
39036
+ "isSource": true,
39037
+ "$type": "color"
39038
+ }
39039
+ }
39040
+ },
39041
+ "filePath": "src/tokens/component/label.json5",
39042
+ "isSource": true,
39043
+ "original": {
39044
+ "$value": "{base.color.transparent}",
39045
+ "$type": "color",
39046
+ "$extensions": {
39047
+ "org.primer.figma": {
39048
+ "collection": "mode",
39049
+ "group": "component",
39050
+ "scopes": ["borderColor"]
39051
+ },
39052
+ "org.primer.overrides": {
39053
+ "dark": {
39054
+ "$value": "{base.color.transparent}",
39055
+ "filePath": "src/tokens/component/label.json5",
39056
+ "isSource": true,
39057
+ "$type": "color"
39058
+ },
39059
+ "dark-dimmed": {
39060
+ "$value": "{base.color.transparent}",
39061
+ "filePath": "src/tokens/component/label.json5",
39062
+ "isSource": true,
39063
+ "$type": "color"
39064
+ },
39065
+ "light-high-contrast": {
39066
+ "$value": "{label.indigo.fgColor.rest}",
39067
+ "filePath": "src/tokens/component/label.json5",
39068
+ "isSource": true,
39069
+ "$type": "color"
39070
+ },
39071
+ "dark-high-contrast": {
39072
+ "$value": "{label.indigo.fgColor.rest}",
39073
+ "filePath": "src/tokens/component/label.json5",
39074
+ "isSource": true,
39075
+ "$type": "color"
39076
+ },
39077
+ "dark-dimmed-high-contrast": {
39078
+ "$value": "{label.indigo.fgColor.rest}",
39079
+ "filePath": "src/tokens/component/label.json5",
39080
+ "isSource": true,
39081
+ "$type": "color"
39082
+ },
39083
+ "dark-tritanopia-high-contrast": {
39084
+ "$value": "{label.indigo.fgColor.rest}",
39085
+ "filePath": "src/tokens/component/label.json5",
39086
+ "isSource": true,
39087
+ "$type": "color"
39088
+ },
39089
+ "dark-protanopia-deuteranopia-high-contrast": {
39090
+ "$value": "{label.indigo.fgColor.rest}",
39091
+ "filePath": "src/tokens/component/label.json5",
39092
+ "isSource": true,
39093
+ "$type": "color"
39094
+ },
39095
+ "light-tritanopia-high-contrast": {
39096
+ "$value": "{label.indigo.fgColor.rest}",
39097
+ "filePath": "src/tokens/component/label.json5",
39098
+ "isSource": true,
39099
+ "$type": "color"
39100
+ },
39101
+ "light-protanopia-deuteranopia-high-contrast": {
39102
+ "$value": "{label.indigo.fgColor.rest}",
39103
+ "filePath": "src/tokens/component/label.json5",
39104
+ "isSource": true,
39105
+ "$type": "color"
39106
+ }
39107
+ }
39108
+ },
39109
+ "key": "{label.indigo.borderColor}"
39110
+ },
39111
+ "name": "label-indigo-borderColor",
39112
+ "attributes": {},
39113
+ "path": ["label", "indigo", "borderColor"],
39114
+ "value": "#ffffff00",
39115
+ "type": "color"
39116
+ },
37975
39117
  "label-indigo-fgColor-active": {
37976
39118
  "key": "{label.indigo.fgColor.active}",
37977
39119
  "$extensions": {
@@ -38180,34 +39322,127 @@
38180
39322
  "group": "component",
38181
39323
  "scopes": ["bgColor"]
38182
39324
  },
38183
- "org.primer.overrides": {
38184
- "dark": {
38185
- "$value": "{base.display.color.lemon.1}",
38186
- "filePath": "src/tokens/component/label.json5",
38187
- "isSource": true,
38188
- "$type": "color"
38189
- }
38190
- }
38191
- },
38192
- "key": "{label.lemon.bgColor.hover}"
38193
- },
38194
- "name": "label-lemon-bgColor-hover",
38195
- "attributes": {},
38196
- "path": ["label", "lemon", "bgColor", "hover"],
38197
- "value": "#f0db3d",
38198
- "type": "color"
38199
- },
38200
- "label-lemon-bgColor-rest": {
38201
- "key": "{label.lemon.bgColor.rest}",
38202
- "$extensions": {
38203
- "org.primer.figma": {
38204
- "collection": "mode",
38205
- "group": "component",
38206
- "scopes": ["bgColor"]
38207
- },
38208
- "org.primer.overrides": {
38209
- "dark": {
38210
- "$value": "#f7eea1",
39325
+ "org.primer.overrides": {
39326
+ "dark": {
39327
+ "$value": "{base.display.color.lemon.1}",
39328
+ "filePath": "src/tokens/component/label.json5",
39329
+ "isSource": true,
39330
+ "$type": "color"
39331
+ }
39332
+ }
39333
+ },
39334
+ "key": "{label.lemon.bgColor.hover}"
39335
+ },
39336
+ "name": "label-lemon-bgColor-hover",
39337
+ "attributes": {},
39338
+ "path": ["label", "lemon", "bgColor", "hover"],
39339
+ "value": "#f0db3d",
39340
+ "type": "color"
39341
+ },
39342
+ "label-lemon-bgColor-rest": {
39343
+ "key": "{label.lemon.bgColor.rest}",
39344
+ "$extensions": {
39345
+ "org.primer.figma": {
39346
+ "collection": "mode",
39347
+ "group": "component",
39348
+ "scopes": ["bgColor"]
39349
+ },
39350
+ "org.primer.overrides": {
39351
+ "dark": {
39352
+ "$value": "#f7eea1",
39353
+ "filePath": "src/tokens/component/label.json5",
39354
+ "isSource": true,
39355
+ "$type": "color"
39356
+ }
39357
+ }
39358
+ },
39359
+ "filePath": "src/tokens/component/label.json5",
39360
+ "isSource": true,
39361
+ "original": {
39362
+ "$value": "{base.display.color.lemon.0}",
39363
+ "$type": "color",
39364
+ "$extensions": {
39365
+ "org.primer.figma": {
39366
+ "collection": "mode",
39367
+ "group": "component",
39368
+ "scopes": ["bgColor"]
39369
+ },
39370
+ "org.primer.overrides": {
39371
+ "dark": {
39372
+ "$value": "{base.display.color.lemon.0}",
39373
+ "filePath": "src/tokens/component/label.json5",
39374
+ "isSource": true,
39375
+ "$type": "color"
39376
+ }
39377
+ }
39378
+ },
39379
+ "key": "{label.lemon.bgColor.rest}"
39380
+ },
39381
+ "name": "label-lemon-bgColor-rest",
39382
+ "attributes": {},
39383
+ "path": ["label", "lemon", "bgColor", "rest"],
39384
+ "value": "#f7eea1",
39385
+ "type": "color"
39386
+ },
39387
+ "label-lemon-borderColor": {
39388
+ "key": "{label.lemon.borderColor}",
39389
+ "$extensions": {
39390
+ "org.primer.figma": {
39391
+ "collection": "mode",
39392
+ "group": "component",
39393
+ "scopes": ["borderColor"]
39394
+ },
39395
+ "org.primer.overrides": {
39396
+ "dark": {
39397
+ "$value": "#ffffff00",
39398
+ "filePath": "src/tokens/component/label.json5",
39399
+ "isSource": true,
39400
+ "$type": "color"
39401
+ },
39402
+ "dark-dimmed": {
39403
+ "$value": "#ffffff00",
39404
+ "filePath": "src/tokens/component/label.json5",
39405
+ "isSource": true,
39406
+ "$type": "color"
39407
+ },
39408
+ "light-high-contrast": {
39409
+ "$value": "#786002",
39410
+ "filePath": "src/tokens/component/label.json5",
39411
+ "isSource": true,
39412
+ "$type": "color"
39413
+ },
39414
+ "dark-high-contrast": {
39415
+ "$value": "#786002",
39416
+ "filePath": "src/tokens/component/label.json5",
39417
+ "isSource": true,
39418
+ "$type": "color"
39419
+ },
39420
+ "dark-dimmed-high-contrast": {
39421
+ "$value": "#786002",
39422
+ "filePath": "src/tokens/component/label.json5",
39423
+ "isSource": true,
39424
+ "$type": "color"
39425
+ },
39426
+ "dark-tritanopia-high-contrast": {
39427
+ "$value": "#786002",
39428
+ "filePath": "src/tokens/component/label.json5",
39429
+ "isSource": true,
39430
+ "$type": "color"
39431
+ },
39432
+ "dark-protanopia-deuteranopia-high-contrast": {
39433
+ "$value": "#786002",
39434
+ "filePath": "src/tokens/component/label.json5",
39435
+ "isSource": true,
39436
+ "$type": "color"
39437
+ },
39438
+ "light-tritanopia-high-contrast": {
39439
+ "$value": "#786002",
39440
+ "filePath": "src/tokens/component/label.json5",
39441
+ "isSource": true,
39442
+ "$type": "color"
39443
+ },
39444
+ "light-protanopia-deuteranopia-high-contrast": {
39445
+ "$value": "#786002",
38211
39446
  "filePath": "src/tokens/component/label.json5",
38212
39447
  "isSource": true,
38213
39448
  "$type": "color"
@@ -38217,29 +39452,77 @@
38217
39452
  "filePath": "src/tokens/component/label.json5",
38218
39453
  "isSource": true,
38219
39454
  "original": {
38220
- "$value": "{base.display.color.lemon.0}",
39455
+ "$value": "{base.color.transparent}",
38221
39456
  "$type": "color",
38222
39457
  "$extensions": {
38223
39458
  "org.primer.figma": {
38224
39459
  "collection": "mode",
38225
39460
  "group": "component",
38226
- "scopes": ["bgColor"]
39461
+ "scopes": ["borderColor"]
38227
39462
  },
38228
39463
  "org.primer.overrides": {
38229
39464
  "dark": {
38230
- "$value": "{base.display.color.lemon.0}",
39465
+ "$value": "{base.color.transparent}",
39466
+ "filePath": "src/tokens/component/label.json5",
39467
+ "isSource": true,
39468
+ "$type": "color"
39469
+ },
39470
+ "dark-dimmed": {
39471
+ "$value": "{base.color.transparent}",
39472
+ "filePath": "src/tokens/component/label.json5",
39473
+ "isSource": true,
39474
+ "$type": "color"
39475
+ },
39476
+ "light-high-contrast": {
39477
+ "$value": "{label.lemon.fgColor.rest}",
39478
+ "filePath": "src/tokens/component/label.json5",
39479
+ "isSource": true,
39480
+ "$type": "color"
39481
+ },
39482
+ "dark-high-contrast": {
39483
+ "$value": "{label.lemon.fgColor.rest}",
39484
+ "filePath": "src/tokens/component/label.json5",
39485
+ "isSource": true,
39486
+ "$type": "color"
39487
+ },
39488
+ "dark-dimmed-high-contrast": {
39489
+ "$value": "{label.lemon.fgColor.rest}",
39490
+ "filePath": "src/tokens/component/label.json5",
39491
+ "isSource": true,
39492
+ "$type": "color"
39493
+ },
39494
+ "dark-tritanopia-high-contrast": {
39495
+ "$value": "{label.lemon.fgColor.rest}",
39496
+ "filePath": "src/tokens/component/label.json5",
39497
+ "isSource": true,
39498
+ "$type": "color"
39499
+ },
39500
+ "dark-protanopia-deuteranopia-high-contrast": {
39501
+ "$value": "{label.lemon.fgColor.rest}",
39502
+ "filePath": "src/tokens/component/label.json5",
39503
+ "isSource": true,
39504
+ "$type": "color"
39505
+ },
39506
+ "light-tritanopia-high-contrast": {
39507
+ "$value": "{label.lemon.fgColor.rest}",
39508
+ "filePath": "src/tokens/component/label.json5",
39509
+ "isSource": true,
39510
+ "$type": "color"
39511
+ },
39512
+ "light-protanopia-deuteranopia-high-contrast": {
39513
+ "$value": "{label.lemon.fgColor.rest}",
38231
39514
  "filePath": "src/tokens/component/label.json5",
38232
39515
  "isSource": true,
38233
39516
  "$type": "color"
38234
39517
  }
38235
39518
  }
38236
39519
  },
38237
- "key": "{label.lemon.bgColor.rest}"
39520
+ "key": "{label.lemon.borderColor}"
38238
39521
  },
38239
- "name": "label-lemon-bgColor-rest",
39522
+ "name": "label-lemon-borderColor",
38240
39523
  "attributes": {},
38241
- "path": ["label", "lemon", "bgColor", "rest"],
38242
- "value": "#f7eea1",
39524
+ "path": ["label", "lemon", "borderColor"],
39525
+ "value": "#ffffff00",
38243
39526
  "type": "color"
38244
39527
  },
38245
39528
  "label-lemon-fgColor-active": {
@@ -38512,6 +39795,147 @@
38512
39795
  "value": "#e3f2b5",
38513
39796
  "type": "color"
38514
39797
  },
39798
+ "label-lime-borderColor": {
39799
+ "key": "{label.lime.borderColor}",
39800
+ "$extensions": {
39801
+ "org.primer.figma": {
39802
+ "collection": "mode",
39803
+ "group": "component",
39804
+ "scopes": ["borderColor"]
39805
+ },
39806
+ "org.primer.overrides": {
39807
+ "dark": {
39808
+ "$value": "#ffffff00",
39809
+ "filePath": "src/tokens/component/label.json5",
39810
+ "isSource": true,
39811
+ "$type": "color"
39812
+ },
39813
+ "dark-dimmed": {
39814
+ "$value": "#ffffff00",
39815
+ "filePath": "src/tokens/component/label.json5",
39816
+ "isSource": true,
39817
+ "$type": "color"
39818
+ },
39819
+ "light-high-contrast": {
39820
+ "$value": "#476c28",
39821
+ "filePath": "src/tokens/component/label.json5",
39822
+ "isSource": true,
39823
+ "$type": "color"
39824
+ },
39825
+ "dark-high-contrast": {
39826
+ "$value": "#476c28",
39827
+ "filePath": "src/tokens/component/label.json5",
39828
+ "isSource": true,
39829
+ "$type": "color"
39830
+ },
39831
+ "dark-dimmed-high-contrast": {
39832
+ "$value": "#476c28",
39833
+ "filePath": "src/tokens/component/label.json5",
39834
+ "isSource": true,
39835
+ "$type": "color"
39836
+ },
39837
+ "dark-tritanopia-high-contrast": {
39838
+ "$value": "#476c28",
39839
+ "filePath": "src/tokens/component/label.json5",
39840
+ "isSource": true,
39841
+ "$type": "color"
39842
+ },
39843
+ "dark-protanopia-deuteranopia-high-contrast": {
39844
+ "$value": "#476c28",
39845
+ "filePath": "src/tokens/component/label.json5",
39846
+ "isSource": true,
39847
+ "$type": "color"
39848
+ },
39849
+ "light-tritanopia-high-contrast": {
39850
+ "$value": "#476c28",
39851
+ "filePath": "src/tokens/component/label.json5",
39852
+ "isSource": true,
39853
+ "$type": "color"
39854
+ },
39855
+ "light-protanopia-deuteranopia-high-contrast": {
39856
+ "$value": "#476c28",
39857
+ "filePath": "src/tokens/component/label.json5",
39858
+ "isSource": true,
39859
+ "$type": "color"
39860
+ }
39861
+ }
39862
+ },
39863
+ "filePath": "src/tokens/component/label.json5",
39864
+ "isSource": true,
39865
+ "original": {
39866
+ "$value": "{base.color.transparent}",
39867
+ "$type": "color",
39868
+ "$extensions": {
39869
+ "org.primer.figma": {
39870
+ "collection": "mode",
39871
+ "group": "component",
39872
+ "scopes": ["borderColor"]
39873
+ },
39874
+ "org.primer.overrides": {
39875
+ "dark": {
39876
+ "$value": "{base.color.transparent}",
39877
+ "filePath": "src/tokens/component/label.json5",
39878
+ "isSource": true,
39879
+ "$type": "color"
39880
+ },
39881
+ "dark-dimmed": {
39882
+ "$value": "{base.color.transparent}",
39883
+ "filePath": "src/tokens/component/label.json5",
39884
+ "isSource": true,
39885
+ "$type": "color"
39886
+ },
39887
+ "light-high-contrast": {
39888
+ "$value": "{label.lime.fgColor.rest}",
39889
+ "filePath": "src/tokens/component/label.json5",
39890
+ "isSource": true,
39891
+ "$type": "color"
39892
+ },
39893
+ "dark-high-contrast": {
39894
+ "$value": "{label.lime.fgColor.rest}",
39895
+ "filePath": "src/tokens/component/label.json5",
39896
+ "isSource": true,
39897
+ "$type": "color"
39898
+ },
39899
+ "dark-dimmed-high-contrast": {
39900
+ "$value": "{label.lime.fgColor.rest}",
39901
+ "filePath": "src/tokens/component/label.json5",
39902
+ "isSource": true,
39903
+ "$type": "color"
39904
+ },
39905
+ "dark-tritanopia-high-contrast": {
39906
+ "$value": "{label.lime.fgColor.rest}",
39907
+ "filePath": "src/tokens/component/label.json5",
39908
+ "isSource": true,
39909
+ "$type": "color"
39910
+ },
39911
+ "dark-protanopia-deuteranopia-high-contrast": {
39912
+ "$value": "{label.lime.fgColor.rest}",
39913
+ "filePath": "src/tokens/component/label.json5",
39914
+ "isSource": true,
39915
+ "$type": "color"
39916
+ },
39917
+ "light-tritanopia-high-contrast": {
39918
+ "$value": "{label.lime.fgColor.rest}",
39919
+ "filePath": "src/tokens/component/label.json5",
39920
+ "isSource": true,
39921
+ "$type": "color"
39922
+ },
39923
+ "light-protanopia-deuteranopia-high-contrast": {
39924
+ "$value": "{label.lime.fgColor.rest}",
39925
+ "filePath": "src/tokens/component/label.json5",
39926
+ "isSource": true,
39927
+ "$type": "color"
39928
+ }
39929
+ }
39930
+ },
39931
+ "key": "{label.lime.borderColor}"
39932
+ },
39933
+ "name": "label-lime-borderColor",
39934
+ "attributes": {},
39935
+ "path": ["label", "lime", "borderColor"],
39936
+ "value": "#ffffff00",
39937
+ "type": "color"
39938
+ },
38515
39939
  "label-lime-fgColor-active": {
38516
39940
  "key": "{label.lime.fgColor.active}",
38517
39941
  "$extensions": {
@@ -38692,8 +40116,53 @@
38692
40116
  "value": "#b9c832",
38693
40117
  "type": "color"
38694
40118
  },
38695
- "label-olive-bgColor-hover": {
38696
- "key": "{label.olive.bgColor.hover}",
40119
+ "label-olive-bgColor-hover": {
40120
+ "key": "{label.olive.bgColor.hover}",
40121
+ "$extensions": {
40122
+ "org.primer.figma": {
40123
+ "collection": "mode",
40124
+ "group": "component",
40125
+ "scopes": ["bgColor"]
40126
+ },
40127
+ "org.primer.overrides": {
40128
+ "dark": {
40129
+ "$value": "#dbe170",
40130
+ "filePath": "src/tokens/component/label.json5",
40131
+ "isSource": true,
40132
+ "$type": "color"
40133
+ }
40134
+ }
40135
+ },
40136
+ "filePath": "src/tokens/component/label.json5",
40137
+ "isSource": true,
40138
+ "original": {
40139
+ "$value": "{base.display.color.olive.1}",
40140
+ "$type": "color",
40141
+ "$extensions": {
40142
+ "org.primer.figma": {
40143
+ "collection": "mode",
40144
+ "group": "component",
40145
+ "scopes": ["bgColor"]
40146
+ },
40147
+ "org.primer.overrides": {
40148
+ "dark": {
40149
+ "$value": "{base.display.color.olive.1}",
40150
+ "filePath": "src/tokens/component/label.json5",
40151
+ "isSource": true,
40152
+ "$type": "color"
40153
+ }
40154
+ }
40155
+ },
40156
+ "key": "{label.olive.bgColor.hover}"
40157
+ },
40158
+ "name": "label-olive-bgColor-hover",
40159
+ "attributes": {},
40160
+ "path": ["label", "olive", "bgColor", "hover"],
40161
+ "value": "#dbe170",
40162
+ "type": "color"
40163
+ },
40164
+ "label-olive-bgColor-rest": {
40165
+ "key": "{label.olive.bgColor.rest}",
38697
40166
  "$extensions": {
38698
40167
  "org.primer.figma": {
38699
40168
  "collection": "mode",
@@ -38702,7 +40171,7 @@
38702
40171
  },
38703
40172
  "org.primer.overrides": {
38704
40173
  "dark": {
38705
- "$value": "#dbe170",
40174
+ "$value": "#f0f0ad",
38706
40175
  "filePath": "src/tokens/component/label.json5",
38707
40176
  "isSource": true,
38708
40177
  "$type": "color"
@@ -38712,7 +40181,7 @@
38712
40181
  "filePath": "src/tokens/component/label.json5",
38713
40182
  "isSource": true,
38714
40183
  "original": {
38715
- "$value": "{base.display.color.olive.1}",
40184
+ "$value": "{base.display.color.olive.0}",
38716
40185
  "$type": "color",
38717
40186
  "$extensions": {
38718
40187
  "org.primer.figma": {
@@ -38722,32 +40191,80 @@
38722
40191
  },
38723
40192
  "org.primer.overrides": {
38724
40193
  "dark": {
38725
- "$value": "{base.display.color.olive.1}",
40194
+ "$value": "{base.display.color.olive.0}",
38726
40195
  "filePath": "src/tokens/component/label.json5",
38727
40196
  "isSource": true,
38728
40197
  "$type": "color"
38729
40198
  }
38730
40199
  }
38731
40200
  },
38732
- "key": "{label.olive.bgColor.hover}"
40201
+ "key": "{label.olive.bgColor.rest}"
38733
40202
  },
38734
- "name": "label-olive-bgColor-hover",
40203
+ "name": "label-olive-bgColor-rest",
38735
40204
  "attributes": {},
38736
- "path": ["label", "olive", "bgColor", "hover"],
38737
- "value": "#dbe170",
40205
+ "path": ["label", "olive", "bgColor", "rest"],
40206
+ "value": "#f0f0ad",
38738
40207
  "type": "color"
38739
40208
  },
38740
- "label-olive-bgColor-rest": {
38741
- "key": "{label.olive.bgColor.rest}",
40209
+ "label-olive-borderColor": {
40210
+ "key": "{label.olive.borderColor}",
38742
40211
  "$extensions": {
38743
40212
  "org.primer.figma": {
38744
40213
  "collection": "mode",
38745
40214
  "group": "component",
38746
- "scopes": ["bgColor"]
40215
+ "scopes": ["borderColor"]
38747
40216
  },
38748
40217
  "org.primer.overrides": {
38749
40218
  "dark": {
38750
- "$value": "#f0f0ad",
40219
+ "$value": "#ffffff00",
40220
+ "filePath": "src/tokens/component/label.json5",
40221
+ "isSource": true,
40222
+ "$type": "color"
40223
+ },
40224
+ "dark-dimmed": {
40225
+ "$value": "#ffffff00",
40226
+ "filePath": "src/tokens/component/label.json5",
40227
+ "isSource": true,
40228
+ "$type": "color"
40229
+ },
40230
+ "light-high-contrast": {
40231
+ "$value": "#56682c",
40232
+ "filePath": "src/tokens/component/label.json5",
40233
+ "isSource": true,
40234
+ "$type": "color"
40235
+ },
40236
+ "dark-high-contrast": {
40237
+ "$value": "#56682c",
40238
+ "filePath": "src/tokens/component/label.json5",
40239
+ "isSource": true,
40240
+ "$type": "color"
40241
+ },
40242
+ "dark-dimmed-high-contrast": {
40243
+ "$value": "#56682c",
40244
+ "filePath": "src/tokens/component/label.json5",
40245
+ "isSource": true,
40246
+ "$type": "color"
40247
+ },
40248
+ "dark-tritanopia-high-contrast": {
40249
+ "$value": "#56682c",
40250
+ "filePath": "src/tokens/component/label.json5",
40251
+ "isSource": true,
40252
+ "$type": "color"
40253
+ },
40254
+ "dark-protanopia-deuteranopia-high-contrast": {
40255
+ "$value": "#56682c",
40256
+ "filePath": "src/tokens/component/label.json5",
40257
+ "isSource": true,
40258
+ "$type": "color"
40259
+ },
40260
+ "light-tritanopia-high-contrast": {
40261
+ "$value": "#56682c",
40262
+ "filePath": "src/tokens/component/label.json5",
40263
+ "isSource": true,
40264
+ "$type": "color"
40265
+ },
40266
+ "light-protanopia-deuteranopia-high-contrast": {
40267
+ "$value": "#56682c",
38751
40268
  "filePath": "src/tokens/component/label.json5",
38752
40269
  "isSource": true,
38753
40270
  "$type": "color"
@@ -38757,29 +40274,77 @@
38757
40274
  "filePath": "src/tokens/component/label.json5",
38758
40275
  "isSource": true,
38759
40276
  "original": {
38760
- "$value": "{base.display.color.olive.0}",
40277
+ "$value": "{base.color.transparent}",
38761
40278
  "$type": "color",
38762
40279
  "$extensions": {
38763
40280
  "org.primer.figma": {
38764
40281
  "collection": "mode",
38765
40282
  "group": "component",
38766
- "scopes": ["bgColor"]
40283
+ "scopes": ["borderColor"]
38767
40284
  },
38768
40285
  "org.primer.overrides": {
38769
40286
  "dark": {
38770
- "$value": "{base.display.color.olive.0}",
40287
+ "$value": "{base.color.transparent}",
40288
+ "filePath": "src/tokens/component/label.json5",
40289
+ "isSource": true,
40290
+ "$type": "color"
40291
+ },
40292
+ "dark-dimmed": {
40293
+ "$value": "{base.color.transparent}",
40294
+ "filePath": "src/tokens/component/label.json5",
40295
+ "isSource": true,
40296
+ "$type": "color"
40297
+ },
40298
+ "light-high-contrast": {
40299
+ "$value": "{label.olive.fgColor.rest}",
40300
+ "filePath": "src/tokens/component/label.json5",
40301
+ "isSource": true,
40302
+ "$type": "color"
40303
+ },
40304
+ "dark-high-contrast": {
40305
+ "$value": "{label.olive.fgColor.rest}",
40306
+ "filePath": "src/tokens/component/label.json5",
40307
+ "isSource": true,
40308
+ "$type": "color"
40309
+ },
40310
+ "dark-dimmed-high-contrast": {
40311
+ "$value": "{label.olive.fgColor.rest}",
40312
+ "filePath": "src/tokens/component/label.json5",
40313
+ "isSource": true,
40314
+ "$type": "color"
40315
+ },
40316
+ "dark-tritanopia-high-contrast": {
40317
+ "$value": "{label.olive.fgColor.rest}",
40318
+ "filePath": "src/tokens/component/label.json5",
40319
+ "isSource": true,
40320
+ "$type": "color"
40321
+ },
40322
+ "dark-protanopia-deuteranopia-high-contrast": {
40323
+ "$value": "{label.olive.fgColor.rest}",
40324
+ "filePath": "src/tokens/component/label.json5",
40325
+ "isSource": true,
40326
+ "$type": "color"
40327
+ },
40328
+ "light-tritanopia-high-contrast": {
40329
+ "$value": "{label.olive.fgColor.rest}",
40330
+ "filePath": "src/tokens/component/label.json5",
40331
+ "isSource": true,
40332
+ "$type": "color"
40333
+ },
40334
+ "light-protanopia-deuteranopia-high-contrast": {
40335
+ "$value": "{label.olive.fgColor.rest}",
38771
40336
  "filePath": "src/tokens/component/label.json5",
38772
40337
  "isSource": true,
38773
40338
  "$type": "color"
38774
40339
  }
38775
40340
  }
38776
40341
  },
38777
- "key": "{label.olive.bgColor.rest}"
40342
+ "key": "{label.olive.borderColor}"
38778
40343
  },
38779
- "name": "label-olive-bgColor-rest",
40344
+ "name": "label-olive-borderColor",
38780
40345
  "attributes": {},
38781
- "path": ["label", "olive", "bgColor", "rest"],
38782
- "value": "#f0f0ad",
40346
+ "path": ["label", "olive", "borderColor"],
40347
+ "value": "#ffffff00",
38783
40348
  "type": "color"
38784
40349
  },
38785
40350
  "label-olive-fgColor-active": {
@@ -39048,8 +40613,149 @@
39048
40613
  },
39049
40614
  "name": "label-orange-bgColor-rest",
39050
40615
  "attributes": {},
39051
- "path": ["label", "orange", "bgColor", "rest"],
39052
- "value": "#ffe7d1",
40616
+ "path": ["label", "orange", "bgColor", "rest"],
40617
+ "value": "#ffe7d1",
40618
+ "type": "color"
40619
+ },
40620
+ "label-orange-borderColor": {
40621
+ "key": "{label.orange.borderColor}",
40622
+ "$extensions": {
40623
+ "org.primer.figma": {
40624
+ "collection": "mode",
40625
+ "group": "component",
40626
+ "scopes": ["borderColor"]
40627
+ },
40628
+ "org.primer.overrides": {
40629
+ "dark": {
40630
+ "$value": "#ffffff00",
40631
+ "filePath": "src/tokens/component/label.json5",
40632
+ "isSource": true,
40633
+ "$type": "color"
40634
+ },
40635
+ "dark-dimmed": {
40636
+ "$value": "#ffffff00",
40637
+ "filePath": "src/tokens/component/label.json5",
40638
+ "isSource": true,
40639
+ "$type": "color"
40640
+ },
40641
+ "light-high-contrast": {
40642
+ "$value": "#a24610",
40643
+ "filePath": "src/tokens/component/label.json5",
40644
+ "isSource": true,
40645
+ "$type": "color"
40646
+ },
40647
+ "dark-high-contrast": {
40648
+ "$value": "#a24610",
40649
+ "filePath": "src/tokens/component/label.json5",
40650
+ "isSource": true,
40651
+ "$type": "color"
40652
+ },
40653
+ "dark-dimmed-high-contrast": {
40654
+ "$value": "#a24610",
40655
+ "filePath": "src/tokens/component/label.json5",
40656
+ "isSource": true,
40657
+ "$type": "color"
40658
+ },
40659
+ "dark-tritanopia-high-contrast": {
40660
+ "$value": "#a24610",
40661
+ "filePath": "src/tokens/component/label.json5",
40662
+ "isSource": true,
40663
+ "$type": "color"
40664
+ },
40665
+ "dark-protanopia-deuteranopia-high-contrast": {
40666
+ "$value": "#a24610",
40667
+ "filePath": "src/tokens/component/label.json5",
40668
+ "isSource": true,
40669
+ "$type": "color"
40670
+ },
40671
+ "light-tritanopia-high-contrast": {
40672
+ "$value": "#a24610",
40673
+ "filePath": "src/tokens/component/label.json5",
40674
+ "isSource": true,
40675
+ "$type": "color"
40676
+ },
40677
+ "light-protanopia-deuteranopia-high-contrast": {
40678
+ "$value": "#a24610",
40679
+ "filePath": "src/tokens/component/label.json5",
40680
+ "isSource": true,
40681
+ "$type": "color"
40682
+ }
40683
+ }
40684
+ },
40685
+ "filePath": "src/tokens/component/label.json5",
40686
+ "isSource": true,
40687
+ "original": {
40688
+ "$value": "{base.color.transparent}",
40689
+ "$type": "color",
40690
+ "$extensions": {
40691
+ "org.primer.figma": {
40692
+ "collection": "mode",
40693
+ "group": "component",
40694
+ "scopes": ["borderColor"]
40695
+ },
40696
+ "org.primer.overrides": {
40697
+ "dark": {
40698
+ "$value": "{base.color.transparent}",
40699
+ "filePath": "src/tokens/component/label.json5",
40700
+ "isSource": true,
40701
+ "$type": "color"
40702
+ },
40703
+ "dark-dimmed": {
40704
+ "$value": "{base.color.transparent}",
40705
+ "filePath": "src/tokens/component/label.json5",
40706
+ "isSource": true,
40707
+ "$type": "color"
40708
+ },
40709
+ "light-high-contrast": {
40710
+ "$value": "{label.orange.fgColor.rest}",
40711
+ "filePath": "src/tokens/component/label.json5",
40712
+ "isSource": true,
40713
+ "$type": "color"
40714
+ },
40715
+ "dark-high-contrast": {
40716
+ "$value": "{label.orange.fgColor.rest}",
40717
+ "filePath": "src/tokens/component/label.json5",
40718
+ "isSource": true,
40719
+ "$type": "color"
40720
+ },
40721
+ "dark-dimmed-high-contrast": {
40722
+ "$value": "{label.orange.fgColor.rest}",
40723
+ "filePath": "src/tokens/component/label.json5",
40724
+ "isSource": true,
40725
+ "$type": "color"
40726
+ },
40727
+ "dark-tritanopia-high-contrast": {
40728
+ "$value": "{label.orange.fgColor.rest}",
40729
+ "filePath": "src/tokens/component/label.json5",
40730
+ "isSource": true,
40731
+ "$type": "color"
40732
+ },
40733
+ "dark-protanopia-deuteranopia-high-contrast": {
40734
+ "$value": "{label.orange.fgColor.rest}",
40735
+ "filePath": "src/tokens/component/label.json5",
40736
+ "isSource": true,
40737
+ "$type": "color"
40738
+ },
40739
+ "light-tritanopia-high-contrast": {
40740
+ "$value": "{label.orange.fgColor.rest}",
40741
+ "filePath": "src/tokens/component/label.json5",
40742
+ "isSource": true,
40743
+ "$type": "color"
40744
+ },
40745
+ "light-protanopia-deuteranopia-high-contrast": {
40746
+ "$value": "{label.orange.fgColor.rest}",
40747
+ "filePath": "src/tokens/component/label.json5",
40748
+ "isSource": true,
40749
+ "$type": "color"
40750
+ }
40751
+ }
40752
+ },
40753
+ "key": "{label.orange.borderColor}"
40754
+ },
40755
+ "name": "label-orange-borderColor",
40756
+ "attributes": {},
40757
+ "path": ["label", "orange", "borderColor"],
40758
+ "value": "#ffffff00",
39053
40759
  "type": "color"
39054
40760
  },
39055
40761
  "label-orange-fgColor-active": {
@@ -39322,6 +41028,147 @@
39322
41028
  "value": "#bff8db",
39323
41029
  "type": "color"
39324
41030
  },
41031
+ "label-pine-borderColor": {
41032
+ "key": "{label.pine.borderColor}",
41033
+ "$extensions": {
41034
+ "org.primer.figma": {
41035
+ "collection": "mode",
41036
+ "group": "component",
41037
+ "scopes": ["borderColor"]
41038
+ },
41039
+ "org.primer.overrides": {
41040
+ "dark": {
41041
+ "$value": "#ffffff00",
41042
+ "filePath": "src/tokens/component/label.json5",
41043
+ "isSource": true,
41044
+ "$type": "color"
41045
+ },
41046
+ "dark-dimmed": {
41047
+ "$value": "#ffffff00",
41048
+ "filePath": "src/tokens/component/label.json5",
41049
+ "isSource": true,
41050
+ "$type": "color"
41051
+ },
41052
+ "light-high-contrast": {
41053
+ "$value": "#156f4b",
41054
+ "filePath": "src/tokens/component/label.json5",
41055
+ "isSource": true,
41056
+ "$type": "color"
41057
+ },
41058
+ "dark-high-contrast": {
41059
+ "$value": "#156f4b",
41060
+ "filePath": "src/tokens/component/label.json5",
41061
+ "isSource": true,
41062
+ "$type": "color"
41063
+ },
41064
+ "dark-dimmed-high-contrast": {
41065
+ "$value": "#156f4b",
41066
+ "filePath": "src/tokens/component/label.json5",
41067
+ "isSource": true,
41068
+ "$type": "color"
41069
+ },
41070
+ "dark-tritanopia-high-contrast": {
41071
+ "$value": "#156f4b",
41072
+ "filePath": "src/tokens/component/label.json5",
41073
+ "isSource": true,
41074
+ "$type": "color"
41075
+ },
41076
+ "dark-protanopia-deuteranopia-high-contrast": {
41077
+ "$value": "#156f4b",
41078
+ "filePath": "src/tokens/component/label.json5",
41079
+ "isSource": true,
41080
+ "$type": "color"
41081
+ },
41082
+ "light-tritanopia-high-contrast": {
41083
+ "$value": "#156f4b",
41084
+ "filePath": "src/tokens/component/label.json5",
41085
+ "isSource": true,
41086
+ "$type": "color"
41087
+ },
41088
+ "light-protanopia-deuteranopia-high-contrast": {
41089
+ "$value": "#156f4b",
41090
+ "filePath": "src/tokens/component/label.json5",
41091
+ "isSource": true,
41092
+ "$type": "color"
41093
+ }
41094
+ }
41095
+ },
41096
+ "filePath": "src/tokens/component/label.json5",
41097
+ "isSource": true,
41098
+ "original": {
41099
+ "$value": "{base.color.transparent}",
41100
+ "$type": "color",
41101
+ "$extensions": {
41102
+ "org.primer.figma": {
41103
+ "collection": "mode",
41104
+ "group": "component",
41105
+ "scopes": ["borderColor"]
41106
+ },
41107
+ "org.primer.overrides": {
41108
+ "dark": {
41109
+ "$value": "{base.color.transparent}",
41110
+ "filePath": "src/tokens/component/label.json5",
41111
+ "isSource": true,
41112
+ "$type": "color"
41113
+ },
41114
+ "dark-dimmed": {
41115
+ "$value": "{base.color.transparent}",
41116
+ "filePath": "src/tokens/component/label.json5",
41117
+ "isSource": true,
41118
+ "$type": "color"
41119
+ },
41120
+ "light-high-contrast": {
41121
+ "$value": "{label.pine.fgColor.rest}",
41122
+ "filePath": "src/tokens/component/label.json5",
41123
+ "isSource": true,
41124
+ "$type": "color"
41125
+ },
41126
+ "dark-high-contrast": {
41127
+ "$value": "{label.pine.fgColor.rest}",
41128
+ "filePath": "src/tokens/component/label.json5",
41129
+ "isSource": true,
41130
+ "$type": "color"
41131
+ },
41132
+ "dark-dimmed-high-contrast": {
41133
+ "$value": "{label.pine.fgColor.rest}",
41134
+ "filePath": "src/tokens/component/label.json5",
41135
+ "isSource": true,
41136
+ "$type": "color"
41137
+ },
41138
+ "dark-tritanopia-high-contrast": {
41139
+ "$value": "{label.pine.fgColor.rest}",
41140
+ "filePath": "src/tokens/component/label.json5",
41141
+ "isSource": true,
41142
+ "$type": "color"
41143
+ },
41144
+ "dark-protanopia-deuteranopia-high-contrast": {
41145
+ "$value": "{label.pine.fgColor.rest}",
41146
+ "filePath": "src/tokens/component/label.json5",
41147
+ "isSource": true,
41148
+ "$type": "color"
41149
+ },
41150
+ "light-tritanopia-high-contrast": {
41151
+ "$value": "{label.pine.fgColor.rest}",
41152
+ "filePath": "src/tokens/component/label.json5",
41153
+ "isSource": true,
41154
+ "$type": "color"
41155
+ },
41156
+ "light-protanopia-deuteranopia-high-contrast": {
41157
+ "$value": "{label.pine.fgColor.rest}",
41158
+ "filePath": "src/tokens/component/label.json5",
41159
+ "isSource": true,
41160
+ "$type": "color"
41161
+ }
41162
+ }
41163
+ },
41164
+ "key": "{label.pine.borderColor}"
41165
+ },
41166
+ "name": "label-pine-borderColor",
41167
+ "attributes": {},
41168
+ "path": ["label", "pine", "borderColor"],
41169
+ "value": "#ffffff00",
41170
+ "type": "color"
41171
+ },
39325
41172
  "label-pine-fgColor-active": {
39326
41173
  "key": "{label.pine.fgColor.active}",
39327
41174
  "$extensions": {
@@ -39584,12 +41431,153 @@
39584
41431
  }
39585
41432
  }
39586
41433
  },
39587
- "key": "{label.pink.bgColor.rest}"
41434
+ "key": "{label.pink.bgColor.rest}"
41435
+ },
41436
+ "name": "label-pink-bgColor-rest",
41437
+ "attributes": {},
41438
+ "path": ["label", "pink", "bgColor", "rest"],
41439
+ "value": "#ffe5f1",
41440
+ "type": "color"
41441
+ },
41442
+ "label-pink-borderColor": {
41443
+ "key": "{label.pink.borderColor}",
41444
+ "$extensions": {
41445
+ "org.primer.figma": {
41446
+ "collection": "mode",
41447
+ "group": "component",
41448
+ "scopes": ["borderColor"]
41449
+ },
41450
+ "org.primer.overrides": {
41451
+ "dark": {
41452
+ "$value": "#ffffff00",
41453
+ "filePath": "src/tokens/component/label.json5",
41454
+ "isSource": true,
41455
+ "$type": "color"
41456
+ },
41457
+ "dark-dimmed": {
41458
+ "$value": "#ffffff00",
41459
+ "filePath": "src/tokens/component/label.json5",
41460
+ "isSource": true,
41461
+ "$type": "color"
41462
+ },
41463
+ "light-high-contrast": {
41464
+ "$value": "#b12f79",
41465
+ "filePath": "src/tokens/component/label.json5",
41466
+ "isSource": true,
41467
+ "$type": "color"
41468
+ },
41469
+ "dark-high-contrast": {
41470
+ "$value": "#b12f79",
41471
+ "filePath": "src/tokens/component/label.json5",
41472
+ "isSource": true,
41473
+ "$type": "color"
41474
+ },
41475
+ "dark-dimmed-high-contrast": {
41476
+ "$value": "#b12f79",
41477
+ "filePath": "src/tokens/component/label.json5",
41478
+ "isSource": true,
41479
+ "$type": "color"
41480
+ },
41481
+ "dark-tritanopia-high-contrast": {
41482
+ "$value": "#b12f79",
41483
+ "filePath": "src/tokens/component/label.json5",
41484
+ "isSource": true,
41485
+ "$type": "color"
41486
+ },
41487
+ "dark-protanopia-deuteranopia-high-contrast": {
41488
+ "$value": "#b12f79",
41489
+ "filePath": "src/tokens/component/label.json5",
41490
+ "isSource": true,
41491
+ "$type": "color"
41492
+ },
41493
+ "light-tritanopia-high-contrast": {
41494
+ "$value": "#b12f79",
41495
+ "filePath": "src/tokens/component/label.json5",
41496
+ "isSource": true,
41497
+ "$type": "color"
41498
+ },
41499
+ "light-protanopia-deuteranopia-high-contrast": {
41500
+ "$value": "#b12f79",
41501
+ "filePath": "src/tokens/component/label.json5",
41502
+ "isSource": true,
41503
+ "$type": "color"
41504
+ }
41505
+ }
41506
+ },
41507
+ "filePath": "src/tokens/component/label.json5",
41508
+ "isSource": true,
41509
+ "original": {
41510
+ "$value": "{base.color.transparent}",
41511
+ "$type": "color",
41512
+ "$extensions": {
41513
+ "org.primer.figma": {
41514
+ "collection": "mode",
41515
+ "group": "component",
41516
+ "scopes": ["borderColor"]
41517
+ },
41518
+ "org.primer.overrides": {
41519
+ "dark": {
41520
+ "$value": "{base.color.transparent}",
41521
+ "filePath": "src/tokens/component/label.json5",
41522
+ "isSource": true,
41523
+ "$type": "color"
41524
+ },
41525
+ "dark-dimmed": {
41526
+ "$value": "{base.color.transparent}",
41527
+ "filePath": "src/tokens/component/label.json5",
41528
+ "isSource": true,
41529
+ "$type": "color"
41530
+ },
41531
+ "light-high-contrast": {
41532
+ "$value": "{label.pink.fgColor.rest}",
41533
+ "filePath": "src/tokens/component/label.json5",
41534
+ "isSource": true,
41535
+ "$type": "color"
41536
+ },
41537
+ "dark-high-contrast": {
41538
+ "$value": "{label.pink.fgColor.rest}",
41539
+ "filePath": "src/tokens/component/label.json5",
41540
+ "isSource": true,
41541
+ "$type": "color"
41542
+ },
41543
+ "dark-dimmed-high-contrast": {
41544
+ "$value": "{label.pink.fgColor.rest}",
41545
+ "filePath": "src/tokens/component/label.json5",
41546
+ "isSource": true,
41547
+ "$type": "color"
41548
+ },
41549
+ "dark-tritanopia-high-contrast": {
41550
+ "$value": "{label.pink.fgColor.rest}",
41551
+ "filePath": "src/tokens/component/label.json5",
41552
+ "isSource": true,
41553
+ "$type": "color"
41554
+ },
41555
+ "dark-protanopia-deuteranopia-high-contrast": {
41556
+ "$value": "{label.pink.fgColor.rest}",
41557
+ "filePath": "src/tokens/component/label.json5",
41558
+ "isSource": true,
41559
+ "$type": "color"
41560
+ },
41561
+ "light-tritanopia-high-contrast": {
41562
+ "$value": "{label.pink.fgColor.rest}",
41563
+ "filePath": "src/tokens/component/label.json5",
41564
+ "isSource": true,
41565
+ "$type": "color"
41566
+ },
41567
+ "light-protanopia-deuteranopia-high-contrast": {
41568
+ "$value": "{label.pink.fgColor.rest}",
41569
+ "filePath": "src/tokens/component/label.json5",
41570
+ "isSource": true,
41571
+ "$type": "color"
41572
+ }
41573
+ }
41574
+ },
41575
+ "key": "{label.pink.borderColor}"
39588
41576
  },
39589
- "name": "label-pink-bgColor-rest",
41577
+ "name": "label-pink-borderColor",
39590
41578
  "attributes": {},
39591
- "path": ["label", "pink", "bgColor", "rest"],
39592
- "value": "#ffe5f1",
41579
+ "path": ["label", "pink", "borderColor"],
41580
+ "value": "#ffffff00",
39593
41581
  "type": "color"
39594
41582
  },
39595
41583
  "label-pink-fgColor-active": {
@@ -39862,6 +41850,147 @@
39862
41850
  "value": "#f8e5ff",
39863
41851
  "type": "color"
39864
41852
  },
41853
+ "label-plum-borderColor": {
41854
+ "key": "{label.plum.borderColor}",
41855
+ "$extensions": {
41856
+ "org.primer.figma": {
41857
+ "collection": "mode",
41858
+ "group": "component",
41859
+ "scopes": ["borderColor"]
41860
+ },
41861
+ "org.primer.overrides": {
41862
+ "dark": {
41863
+ "$value": "#ffffff00",
41864
+ "filePath": "src/tokens/component/label.json5",
41865
+ "isSource": true,
41866
+ "$type": "color"
41867
+ },
41868
+ "dark-dimmed": {
41869
+ "$value": "#ffffff00",
41870
+ "filePath": "src/tokens/component/label.json5",
41871
+ "isSource": true,
41872
+ "$type": "color"
41873
+ },
41874
+ "light-high-contrast": {
41875
+ "$value": "#961edc",
41876
+ "filePath": "src/tokens/component/label.json5",
41877
+ "isSource": true,
41878
+ "$type": "color"
41879
+ },
41880
+ "dark-high-contrast": {
41881
+ "$value": "#961edc",
41882
+ "filePath": "src/tokens/component/label.json5",
41883
+ "isSource": true,
41884
+ "$type": "color"
41885
+ },
41886
+ "dark-dimmed-high-contrast": {
41887
+ "$value": "#961edc",
41888
+ "filePath": "src/tokens/component/label.json5",
41889
+ "isSource": true,
41890
+ "$type": "color"
41891
+ },
41892
+ "dark-tritanopia-high-contrast": {
41893
+ "$value": "#961edc",
41894
+ "filePath": "src/tokens/component/label.json5",
41895
+ "isSource": true,
41896
+ "$type": "color"
41897
+ },
41898
+ "dark-protanopia-deuteranopia-high-contrast": {
41899
+ "$value": "#961edc",
41900
+ "filePath": "src/tokens/component/label.json5",
41901
+ "isSource": true,
41902
+ "$type": "color"
41903
+ },
41904
+ "light-tritanopia-high-contrast": {
41905
+ "$value": "#961edc",
41906
+ "filePath": "src/tokens/component/label.json5",
41907
+ "isSource": true,
41908
+ "$type": "color"
41909
+ },
41910
+ "light-protanopia-deuteranopia-high-contrast": {
41911
+ "$value": "#961edc",
41912
+ "filePath": "src/tokens/component/label.json5",
41913
+ "isSource": true,
41914
+ "$type": "color"
41915
+ }
41916
+ }
41917
+ },
41918
+ "filePath": "src/tokens/component/label.json5",
41919
+ "isSource": true,
41920
+ "original": {
41921
+ "$value": "{base.color.transparent}",
41922
+ "$type": "color",
41923
+ "$extensions": {
41924
+ "org.primer.figma": {
41925
+ "collection": "mode",
41926
+ "group": "component",
41927
+ "scopes": ["borderColor"]
41928
+ },
41929
+ "org.primer.overrides": {
41930
+ "dark": {
41931
+ "$value": "{base.color.transparent}",
41932
+ "filePath": "src/tokens/component/label.json5",
41933
+ "isSource": true,
41934
+ "$type": "color"
41935
+ },
41936
+ "dark-dimmed": {
41937
+ "$value": "{base.color.transparent}",
41938
+ "filePath": "src/tokens/component/label.json5",
41939
+ "isSource": true,
41940
+ "$type": "color"
41941
+ },
41942
+ "light-high-contrast": {
41943
+ "$value": "{label.plum.fgColor.rest}",
41944
+ "filePath": "src/tokens/component/label.json5",
41945
+ "isSource": true,
41946
+ "$type": "color"
41947
+ },
41948
+ "dark-high-contrast": {
41949
+ "$value": "{label.plum.fgColor.rest}",
41950
+ "filePath": "src/tokens/component/label.json5",
41951
+ "isSource": true,
41952
+ "$type": "color"
41953
+ },
41954
+ "dark-dimmed-high-contrast": {
41955
+ "$value": "{label.plum.fgColor.rest}",
41956
+ "filePath": "src/tokens/component/label.json5",
41957
+ "isSource": true,
41958
+ "$type": "color"
41959
+ },
41960
+ "dark-tritanopia-high-contrast": {
41961
+ "$value": "{label.plum.fgColor.rest}",
41962
+ "filePath": "src/tokens/component/label.json5",
41963
+ "isSource": true,
41964
+ "$type": "color"
41965
+ },
41966
+ "dark-protanopia-deuteranopia-high-contrast": {
41967
+ "$value": "{label.plum.fgColor.rest}",
41968
+ "filePath": "src/tokens/component/label.json5",
41969
+ "isSource": true,
41970
+ "$type": "color"
41971
+ },
41972
+ "light-tritanopia-high-contrast": {
41973
+ "$value": "{label.plum.fgColor.rest}",
41974
+ "filePath": "src/tokens/component/label.json5",
41975
+ "isSource": true,
41976
+ "$type": "color"
41977
+ },
41978
+ "light-protanopia-deuteranopia-high-contrast": {
41979
+ "$value": "{label.plum.fgColor.rest}",
41980
+ "filePath": "src/tokens/component/label.json5",
41981
+ "isSource": true,
41982
+ "$type": "color"
41983
+ }
41984
+ }
41985
+ },
41986
+ "key": "{label.plum.borderColor}"
41987
+ },
41988
+ "name": "label-plum-borderColor",
41989
+ "attributes": {},
41990
+ "path": ["label", "plum", "borderColor"],
41991
+ "value": "#ffffff00",
41992
+ "type": "color"
41993
+ },
39865
41994
  "label-plum-fgColor-active": {
39866
41995
  "key": "{label.plum.fgColor.active}",
39867
41996
  "$extensions": {
@@ -40070,34 +42199,127 @@
40070
42199
  "group": "component",
40071
42200
  "scopes": ["bgColor"]
40072
42201
  },
40073
- "org.primer.overrides": {
40074
- "dark": {
40075
- "$value": "{base.display.color.purple.1}",
40076
- "filePath": "src/tokens/component/label.json5",
40077
- "isSource": true,
40078
- "$type": "color"
40079
- }
40080
- }
40081
- },
40082
- "key": "{label.purple.bgColor.hover}"
40083
- },
40084
- "name": "label-purple-bgColor-hover",
40085
- "attributes": {},
40086
- "path": ["label", "purple", "bgColor", "hover"],
40087
- "value": "#e6d2fe",
40088
- "type": "color"
40089
- },
40090
- "label-purple-bgColor-rest": {
40091
- "key": "{label.purple.bgColor.rest}",
40092
- "$extensions": {
40093
- "org.primer.figma": {
40094
- "collection": "mode",
40095
- "group": "component",
40096
- "scopes": ["bgColor"]
40097
- },
40098
- "org.primer.overrides": {
40099
- "dark": {
40100
- "$value": "#f1e5ff",
42202
+ "org.primer.overrides": {
42203
+ "dark": {
42204
+ "$value": "{base.display.color.purple.1}",
42205
+ "filePath": "src/tokens/component/label.json5",
42206
+ "isSource": true,
42207
+ "$type": "color"
42208
+ }
42209
+ }
42210
+ },
42211
+ "key": "{label.purple.bgColor.hover}"
42212
+ },
42213
+ "name": "label-purple-bgColor-hover",
42214
+ "attributes": {},
42215
+ "path": ["label", "purple", "bgColor", "hover"],
42216
+ "value": "#e6d2fe",
42217
+ "type": "color"
42218
+ },
42219
+ "label-purple-bgColor-rest": {
42220
+ "key": "{label.purple.bgColor.rest}",
42221
+ "$extensions": {
42222
+ "org.primer.figma": {
42223
+ "collection": "mode",
42224
+ "group": "component",
42225
+ "scopes": ["bgColor"]
42226
+ },
42227
+ "org.primer.overrides": {
42228
+ "dark": {
42229
+ "$value": "#f1e5ff",
42230
+ "filePath": "src/tokens/component/label.json5",
42231
+ "isSource": true,
42232
+ "$type": "color"
42233
+ }
42234
+ }
42235
+ },
42236
+ "filePath": "src/tokens/component/label.json5",
42237
+ "isSource": true,
42238
+ "original": {
42239
+ "$value": "{base.display.color.purple.0}",
42240
+ "$type": "color",
42241
+ "$extensions": {
42242
+ "org.primer.figma": {
42243
+ "collection": "mode",
42244
+ "group": "component",
42245
+ "scopes": ["bgColor"]
42246
+ },
42247
+ "org.primer.overrides": {
42248
+ "dark": {
42249
+ "$value": "{base.display.color.purple.0}",
42250
+ "filePath": "src/tokens/component/label.json5",
42251
+ "isSource": true,
42252
+ "$type": "color"
42253
+ }
42254
+ }
42255
+ },
42256
+ "key": "{label.purple.bgColor.rest}"
42257
+ },
42258
+ "name": "label-purple-bgColor-rest",
42259
+ "attributes": {},
42260
+ "path": ["label", "purple", "bgColor", "rest"],
42261
+ "value": "#f1e5ff",
42262
+ "type": "color"
42263
+ },
42264
+ "label-purple-borderColor": {
42265
+ "key": "{label.purple.borderColor}",
42266
+ "$extensions": {
42267
+ "org.primer.figma": {
42268
+ "collection": "mode",
42269
+ "group": "component",
42270
+ "scopes": ["borderColor"]
42271
+ },
42272
+ "org.primer.overrides": {
42273
+ "dark": {
42274
+ "$value": "#ffffff00",
42275
+ "filePath": "src/tokens/component/label.json5",
42276
+ "isSource": true,
42277
+ "$type": "color"
42278
+ },
42279
+ "dark-dimmed": {
42280
+ "$value": "#ffffff00",
42281
+ "filePath": "src/tokens/component/label.json5",
42282
+ "isSource": true,
42283
+ "$type": "color"
42284
+ },
42285
+ "light-high-contrast": {
42286
+ "$value": "#783ae4",
42287
+ "filePath": "src/tokens/component/label.json5",
42288
+ "isSource": true,
42289
+ "$type": "color"
42290
+ },
42291
+ "dark-high-contrast": {
42292
+ "$value": "#783ae4",
42293
+ "filePath": "src/tokens/component/label.json5",
42294
+ "isSource": true,
42295
+ "$type": "color"
42296
+ },
42297
+ "dark-dimmed-high-contrast": {
42298
+ "$value": "#783ae4",
42299
+ "filePath": "src/tokens/component/label.json5",
42300
+ "isSource": true,
42301
+ "$type": "color"
42302
+ },
42303
+ "dark-tritanopia-high-contrast": {
42304
+ "$value": "#783ae4",
42305
+ "filePath": "src/tokens/component/label.json5",
42306
+ "isSource": true,
42307
+ "$type": "color"
42308
+ },
42309
+ "dark-protanopia-deuteranopia-high-contrast": {
42310
+ "$value": "#783ae4",
42311
+ "filePath": "src/tokens/component/label.json5",
42312
+ "isSource": true,
42313
+ "$type": "color"
42314
+ },
42315
+ "light-tritanopia-high-contrast": {
42316
+ "$value": "#783ae4",
42317
+ "filePath": "src/tokens/component/label.json5",
42318
+ "isSource": true,
42319
+ "$type": "color"
42320
+ },
42321
+ "light-protanopia-deuteranopia-high-contrast": {
42322
+ "$value": "#783ae4",
40101
42323
  "filePath": "src/tokens/component/label.json5",
40102
42324
  "isSource": true,
40103
42325
  "$type": "color"
@@ -40107,29 +42329,77 @@
40107
42329
  "filePath": "src/tokens/component/label.json5",
40108
42330
  "isSource": true,
40109
42331
  "original": {
40110
- "$value": "{base.display.color.purple.0}",
42332
+ "$value": "{base.color.transparent}",
40111
42333
  "$type": "color",
40112
42334
  "$extensions": {
40113
42335
  "org.primer.figma": {
40114
42336
  "collection": "mode",
40115
42337
  "group": "component",
40116
- "scopes": ["bgColor"]
42338
+ "scopes": ["borderColor"]
40117
42339
  },
40118
42340
  "org.primer.overrides": {
40119
42341
  "dark": {
40120
- "$value": "{base.display.color.purple.0}",
42342
+ "$value": "{base.color.transparent}",
42343
+ "filePath": "src/tokens/component/label.json5",
42344
+ "isSource": true,
42345
+ "$type": "color"
42346
+ },
42347
+ "dark-dimmed": {
42348
+ "$value": "{base.color.transparent}",
42349
+ "filePath": "src/tokens/component/label.json5",
42350
+ "isSource": true,
42351
+ "$type": "color"
42352
+ },
42353
+ "light-high-contrast": {
42354
+ "$value": "{label.purple.fgColor.rest}",
42355
+ "filePath": "src/tokens/component/label.json5",
42356
+ "isSource": true,
42357
+ "$type": "color"
42358
+ },
42359
+ "dark-high-contrast": {
42360
+ "$value": "{label.purple.fgColor.rest}",
42361
+ "filePath": "src/tokens/component/label.json5",
42362
+ "isSource": true,
42363
+ "$type": "color"
42364
+ },
42365
+ "dark-dimmed-high-contrast": {
42366
+ "$value": "{label.purple.fgColor.rest}",
42367
+ "filePath": "src/tokens/component/label.json5",
42368
+ "isSource": true,
42369
+ "$type": "color"
42370
+ },
42371
+ "dark-tritanopia-high-contrast": {
42372
+ "$value": "{label.purple.fgColor.rest}",
42373
+ "filePath": "src/tokens/component/label.json5",
42374
+ "isSource": true,
42375
+ "$type": "color"
42376
+ },
42377
+ "dark-protanopia-deuteranopia-high-contrast": {
42378
+ "$value": "{label.purple.fgColor.rest}",
42379
+ "filePath": "src/tokens/component/label.json5",
42380
+ "isSource": true,
42381
+ "$type": "color"
42382
+ },
42383
+ "light-tritanopia-high-contrast": {
42384
+ "$value": "{label.purple.fgColor.rest}",
42385
+ "filePath": "src/tokens/component/label.json5",
42386
+ "isSource": true,
42387
+ "$type": "color"
42388
+ },
42389
+ "light-protanopia-deuteranopia-high-contrast": {
42390
+ "$value": "{label.purple.fgColor.rest}",
40121
42391
  "filePath": "src/tokens/component/label.json5",
40122
42392
  "isSource": true,
40123
42393
  "$type": "color"
40124
42394
  }
40125
42395
  }
40126
42396
  },
40127
- "key": "{label.purple.bgColor.rest}"
42397
+ "key": "{label.purple.borderColor}"
40128
42398
  },
40129
- "name": "label-purple-bgColor-rest",
42399
+ "name": "label-purple-borderColor",
40130
42400
  "attributes": {},
40131
- "path": ["label", "purple", "bgColor", "rest"],
40132
- "value": "#f1e5ff",
42401
+ "path": ["label", "purple", "borderColor"],
42402
+ "value": "#ffffff00",
40133
42403
  "type": "color"
40134
42404
  },
40135
42405
  "label-purple-fgColor-active": {
@@ -40402,6 +42672,147 @@
40402
42672
  "value": "#ffe2e0",
40403
42673
  "type": "color"
40404
42674
  },
42675
+ "label-red-borderColor": {
42676
+ "key": "{label.red.borderColor}",
42677
+ "$extensions": {
42678
+ "org.primer.figma": {
42679
+ "collection": "mode",
42680
+ "group": "component",
42681
+ "scopes": ["borderColor"]
42682
+ },
42683
+ "org.primer.overrides": {
42684
+ "dark": {
42685
+ "$value": "#ffffff00",
42686
+ "filePath": "src/tokens/component/label.json5",
42687
+ "isSource": true,
42688
+ "$type": "color"
42689
+ },
42690
+ "dark-dimmed": {
42691
+ "$value": "#ffffff00",
42692
+ "filePath": "src/tokens/component/label.json5",
42693
+ "isSource": true,
42694
+ "$type": "color"
42695
+ },
42696
+ "light-high-contrast": {
42697
+ "$value": "#c50d28",
42698
+ "filePath": "src/tokens/component/label.json5",
42699
+ "isSource": true,
42700
+ "$type": "color"
42701
+ },
42702
+ "dark-high-contrast": {
42703
+ "$value": "#c50d28",
42704
+ "filePath": "src/tokens/component/label.json5",
42705
+ "isSource": true,
42706
+ "$type": "color"
42707
+ },
42708
+ "dark-dimmed-high-contrast": {
42709
+ "$value": "#c50d28",
42710
+ "filePath": "src/tokens/component/label.json5",
42711
+ "isSource": true,
42712
+ "$type": "color"
42713
+ },
42714
+ "dark-tritanopia-high-contrast": {
42715
+ "$value": "#c50d28",
42716
+ "filePath": "src/tokens/component/label.json5",
42717
+ "isSource": true,
42718
+ "$type": "color"
42719
+ },
42720
+ "dark-protanopia-deuteranopia-high-contrast": {
42721
+ "$value": "#c50d28",
42722
+ "filePath": "src/tokens/component/label.json5",
42723
+ "isSource": true,
42724
+ "$type": "color"
42725
+ },
42726
+ "light-tritanopia-high-contrast": {
42727
+ "$value": "#c50d28",
42728
+ "filePath": "src/tokens/component/label.json5",
42729
+ "isSource": true,
42730
+ "$type": "color"
42731
+ },
42732
+ "light-protanopia-deuteranopia-high-contrast": {
42733
+ "$value": "#c50d28",
42734
+ "filePath": "src/tokens/component/label.json5",
42735
+ "isSource": true,
42736
+ "$type": "color"
42737
+ }
42738
+ }
42739
+ },
42740
+ "filePath": "src/tokens/component/label.json5",
42741
+ "isSource": true,
42742
+ "original": {
42743
+ "$value": "{base.color.transparent}",
42744
+ "$type": "color",
42745
+ "$extensions": {
42746
+ "org.primer.figma": {
42747
+ "collection": "mode",
42748
+ "group": "component",
42749
+ "scopes": ["borderColor"]
42750
+ },
42751
+ "org.primer.overrides": {
42752
+ "dark": {
42753
+ "$value": "{base.color.transparent}",
42754
+ "filePath": "src/tokens/component/label.json5",
42755
+ "isSource": true,
42756
+ "$type": "color"
42757
+ },
42758
+ "dark-dimmed": {
42759
+ "$value": "{base.color.transparent}",
42760
+ "filePath": "src/tokens/component/label.json5",
42761
+ "isSource": true,
42762
+ "$type": "color"
42763
+ },
42764
+ "light-high-contrast": {
42765
+ "$value": "{label.red.fgColor.rest}",
42766
+ "filePath": "src/tokens/component/label.json5",
42767
+ "isSource": true,
42768
+ "$type": "color"
42769
+ },
42770
+ "dark-high-contrast": {
42771
+ "$value": "{label.red.fgColor.rest}",
42772
+ "filePath": "src/tokens/component/label.json5",
42773
+ "isSource": true,
42774
+ "$type": "color"
42775
+ },
42776
+ "dark-dimmed-high-contrast": {
42777
+ "$value": "{label.red.fgColor.rest}",
42778
+ "filePath": "src/tokens/component/label.json5",
42779
+ "isSource": true,
42780
+ "$type": "color"
42781
+ },
42782
+ "dark-tritanopia-high-contrast": {
42783
+ "$value": "{label.red.fgColor.rest}",
42784
+ "filePath": "src/tokens/component/label.json5",
42785
+ "isSource": true,
42786
+ "$type": "color"
42787
+ },
42788
+ "dark-protanopia-deuteranopia-high-contrast": {
42789
+ "$value": "{label.red.fgColor.rest}",
42790
+ "filePath": "src/tokens/component/label.json5",
42791
+ "isSource": true,
42792
+ "$type": "color"
42793
+ },
42794
+ "light-tritanopia-high-contrast": {
42795
+ "$value": "{label.red.fgColor.rest}",
42796
+ "filePath": "src/tokens/component/label.json5",
42797
+ "isSource": true,
42798
+ "$type": "color"
42799
+ },
42800
+ "light-protanopia-deuteranopia-high-contrast": {
42801
+ "$value": "{label.red.fgColor.rest}",
42802
+ "filePath": "src/tokens/component/label.json5",
42803
+ "isSource": true,
42804
+ "$type": "color"
42805
+ }
42806
+ }
42807
+ },
42808
+ "key": "{label.red.borderColor}"
42809
+ },
42810
+ "name": "label-red-borderColor",
42811
+ "attributes": {},
42812
+ "path": ["label", "red", "borderColor"],
42813
+ "value": "#ffffff00",
42814
+ "type": "color"
42815
+ },
40405
42816
  "label-red-fgColor-active": {
40406
42817
  "key": "{label.red.fgColor.active}",
40407
42818
  "$extensions": {
@@ -40582,8 +42993,53 @@
40582
42993
  "value": "#22d3c7",
40583
42994
  "type": "color"
40584
42995
  },
40585
- "label-teal-bgColor-hover": {
40586
- "key": "{label.teal.bgColor.hover}",
42996
+ "label-teal-bgColor-hover": {
42997
+ "key": "{label.teal.bgColor.hover}",
42998
+ "$extensions": {
42999
+ "org.primer.figma": {
43000
+ "collection": "mode",
43001
+ "group": "component",
43002
+ "scopes": ["bgColor"]
43003
+ },
43004
+ "org.primer.overrides": {
43005
+ "dark": {
43006
+ "$value": "#89ebe1",
43007
+ "filePath": "src/tokens/component/label.json5",
43008
+ "isSource": true,
43009
+ "$type": "color"
43010
+ }
43011
+ }
43012
+ },
43013
+ "filePath": "src/tokens/component/label.json5",
43014
+ "isSource": true,
43015
+ "original": {
43016
+ "$value": "{base.display.color.teal.1}",
43017
+ "$type": "color",
43018
+ "$extensions": {
43019
+ "org.primer.figma": {
43020
+ "collection": "mode",
43021
+ "group": "component",
43022
+ "scopes": ["bgColor"]
43023
+ },
43024
+ "org.primer.overrides": {
43025
+ "dark": {
43026
+ "$value": "{base.display.color.teal.1}",
43027
+ "filePath": "src/tokens/component/label.json5",
43028
+ "isSource": true,
43029
+ "$type": "color"
43030
+ }
43031
+ }
43032
+ },
43033
+ "key": "{label.teal.bgColor.hover}"
43034
+ },
43035
+ "name": "label-teal-bgColor-hover",
43036
+ "attributes": {},
43037
+ "path": ["label", "teal", "bgColor", "hover"],
43038
+ "value": "#89ebe1",
43039
+ "type": "color"
43040
+ },
43041
+ "label-teal-bgColor-rest": {
43042
+ "key": "{label.teal.bgColor.rest}",
40587
43043
  "$extensions": {
40588
43044
  "org.primer.figma": {
40589
43045
  "collection": "mode",
@@ -40592,7 +43048,7 @@
40592
43048
  },
40593
43049
  "org.primer.overrides": {
40594
43050
  "dark": {
40595
- "$value": "#89ebe1",
43051
+ "$value": "#c7f5ef",
40596
43052
  "filePath": "src/tokens/component/label.json5",
40597
43053
  "isSource": true,
40598
43054
  "$type": "color"
@@ -40602,7 +43058,7 @@
40602
43058
  "filePath": "src/tokens/component/label.json5",
40603
43059
  "isSource": true,
40604
43060
  "original": {
40605
- "$value": "{base.display.color.teal.1}",
43061
+ "$value": "{base.display.color.teal.0}",
40606
43062
  "$type": "color",
40607
43063
  "$extensions": {
40608
43064
  "org.primer.figma": {
@@ -40612,32 +43068,80 @@
40612
43068
  },
40613
43069
  "org.primer.overrides": {
40614
43070
  "dark": {
40615
- "$value": "{base.display.color.teal.1}",
43071
+ "$value": "{base.display.color.teal.0}",
40616
43072
  "filePath": "src/tokens/component/label.json5",
40617
43073
  "isSource": true,
40618
43074
  "$type": "color"
40619
43075
  }
40620
43076
  }
40621
43077
  },
40622
- "key": "{label.teal.bgColor.hover}"
43078
+ "key": "{label.teal.bgColor.rest}"
40623
43079
  },
40624
- "name": "label-teal-bgColor-hover",
43080
+ "name": "label-teal-bgColor-rest",
40625
43081
  "attributes": {},
40626
- "path": ["label", "teal", "bgColor", "hover"],
40627
- "value": "#89ebe1",
43082
+ "path": ["label", "teal", "bgColor", "rest"],
43083
+ "value": "#c7f5ef",
40628
43084
  "type": "color"
40629
43085
  },
40630
- "label-teal-bgColor-rest": {
40631
- "key": "{label.teal.bgColor.rest}",
43086
+ "label-teal-borderColor": {
43087
+ "key": "{label.teal.borderColor}",
40632
43088
  "$extensions": {
40633
43089
  "org.primer.figma": {
40634
43090
  "collection": "mode",
40635
43091
  "group": "component",
40636
- "scopes": ["bgColor"]
43092
+ "scopes": ["borderColor"]
40637
43093
  },
40638
43094
  "org.primer.overrides": {
40639
43095
  "dark": {
40640
- "$value": "#c7f5ef",
43096
+ "$value": "#ffffff00",
43097
+ "filePath": "src/tokens/component/label.json5",
43098
+ "isSource": true,
43099
+ "$type": "color"
43100
+ },
43101
+ "dark-dimmed": {
43102
+ "$value": "#ffffff00",
43103
+ "filePath": "src/tokens/component/label.json5",
43104
+ "isSource": true,
43105
+ "$type": "color"
43106
+ },
43107
+ "light-high-contrast": {
43108
+ "$value": "#106e75",
43109
+ "filePath": "src/tokens/component/label.json5",
43110
+ "isSource": true,
43111
+ "$type": "color"
43112
+ },
43113
+ "dark-high-contrast": {
43114
+ "$value": "#106e75",
43115
+ "filePath": "src/tokens/component/label.json5",
43116
+ "isSource": true,
43117
+ "$type": "color"
43118
+ },
43119
+ "dark-dimmed-high-contrast": {
43120
+ "$value": "#106e75",
43121
+ "filePath": "src/tokens/component/label.json5",
43122
+ "isSource": true,
43123
+ "$type": "color"
43124
+ },
43125
+ "dark-tritanopia-high-contrast": {
43126
+ "$value": "#106e75",
43127
+ "filePath": "src/tokens/component/label.json5",
43128
+ "isSource": true,
43129
+ "$type": "color"
43130
+ },
43131
+ "dark-protanopia-deuteranopia-high-contrast": {
43132
+ "$value": "#106e75",
43133
+ "filePath": "src/tokens/component/label.json5",
43134
+ "isSource": true,
43135
+ "$type": "color"
43136
+ },
43137
+ "light-tritanopia-high-contrast": {
43138
+ "$value": "#106e75",
43139
+ "filePath": "src/tokens/component/label.json5",
43140
+ "isSource": true,
43141
+ "$type": "color"
43142
+ },
43143
+ "light-protanopia-deuteranopia-high-contrast": {
43144
+ "$value": "#106e75",
40641
43145
  "filePath": "src/tokens/component/label.json5",
40642
43146
  "isSource": true,
40643
43147
  "$type": "color"
@@ -40647,29 +43151,77 @@
40647
43151
  "filePath": "src/tokens/component/label.json5",
40648
43152
  "isSource": true,
40649
43153
  "original": {
40650
- "$value": "{base.display.color.teal.0}",
43154
+ "$value": "{base.color.transparent}",
40651
43155
  "$type": "color",
40652
43156
  "$extensions": {
40653
43157
  "org.primer.figma": {
40654
43158
  "collection": "mode",
40655
43159
  "group": "component",
40656
- "scopes": ["bgColor"]
43160
+ "scopes": ["borderColor"]
40657
43161
  },
40658
43162
  "org.primer.overrides": {
40659
43163
  "dark": {
40660
- "$value": "{base.display.color.teal.0}",
43164
+ "$value": "{base.color.transparent}",
43165
+ "filePath": "src/tokens/component/label.json5",
43166
+ "isSource": true,
43167
+ "$type": "color"
43168
+ },
43169
+ "dark-dimmed": {
43170
+ "$value": "{base.color.transparent}",
43171
+ "filePath": "src/tokens/component/label.json5",
43172
+ "isSource": true,
43173
+ "$type": "color"
43174
+ },
43175
+ "light-high-contrast": {
43176
+ "$value": "{label.teal.fgColor.rest}",
43177
+ "filePath": "src/tokens/component/label.json5",
43178
+ "isSource": true,
43179
+ "$type": "color"
43180
+ },
43181
+ "dark-high-contrast": {
43182
+ "$value": "{label.teal.fgColor.rest}",
43183
+ "filePath": "src/tokens/component/label.json5",
43184
+ "isSource": true,
43185
+ "$type": "color"
43186
+ },
43187
+ "dark-dimmed-high-contrast": {
43188
+ "$value": "{label.teal.fgColor.rest}",
43189
+ "filePath": "src/tokens/component/label.json5",
43190
+ "isSource": true,
43191
+ "$type": "color"
43192
+ },
43193
+ "dark-tritanopia-high-contrast": {
43194
+ "$value": "{label.teal.fgColor.rest}",
43195
+ "filePath": "src/tokens/component/label.json5",
43196
+ "isSource": true,
43197
+ "$type": "color"
43198
+ },
43199
+ "dark-protanopia-deuteranopia-high-contrast": {
43200
+ "$value": "{label.teal.fgColor.rest}",
43201
+ "filePath": "src/tokens/component/label.json5",
43202
+ "isSource": true,
43203
+ "$type": "color"
43204
+ },
43205
+ "light-tritanopia-high-contrast": {
43206
+ "$value": "{label.teal.fgColor.rest}",
43207
+ "filePath": "src/tokens/component/label.json5",
43208
+ "isSource": true,
43209
+ "$type": "color"
43210
+ },
43211
+ "light-protanopia-deuteranopia-high-contrast": {
43212
+ "$value": "{label.teal.fgColor.rest}",
40661
43213
  "filePath": "src/tokens/component/label.json5",
40662
43214
  "isSource": true,
40663
43215
  "$type": "color"
40664
43216
  }
40665
43217
  }
40666
43218
  },
40667
- "key": "{label.teal.bgColor.rest}"
43219
+ "key": "{label.teal.borderColor}"
40668
43220
  },
40669
- "name": "label-teal-bgColor-rest",
43221
+ "name": "label-teal-borderColor",
40670
43222
  "attributes": {},
40671
- "path": ["label", "teal", "bgColor", "rest"],
40672
- "value": "#c7f5ef",
43223
+ "path": ["label", "teal", "borderColor"],
43224
+ "value": "#ffffff00",
40673
43225
  "type": "color"
40674
43226
  },
40675
43227
  "label-teal-fgColor-active": {
@@ -40942,6 +43494,147 @@
40942
43494
  "value": "#ffec9e",
40943
43495
  "type": "color"
40944
43496
  },
43497
+ "label-yellow-borderColor": {
43498
+ "key": "{label.yellow.borderColor}",
43499
+ "$extensions": {
43500
+ "org.primer.figma": {
43501
+ "collection": "mode",
43502
+ "group": "component",
43503
+ "scopes": ["borderColor"]
43504
+ },
43505
+ "org.primer.overrides": {
43506
+ "dark": {
43507
+ "$value": "#ffffff00",
43508
+ "filePath": "src/tokens/component/label.json5",
43509
+ "isSource": true,
43510
+ "$type": "color"
43511
+ },
43512
+ "dark-dimmed": {
43513
+ "$value": "#ffffff00",
43514
+ "filePath": "src/tokens/component/label.json5",
43515
+ "isSource": true,
43516
+ "$type": "color"
43517
+ },
43518
+ "light-high-contrast": {
43519
+ "$value": "#805900",
43520
+ "filePath": "src/tokens/component/label.json5",
43521
+ "isSource": true,
43522
+ "$type": "color"
43523
+ },
43524
+ "dark-high-contrast": {
43525
+ "$value": "#805900",
43526
+ "filePath": "src/tokens/component/label.json5",
43527
+ "isSource": true,
43528
+ "$type": "color"
43529
+ },
43530
+ "dark-dimmed-high-contrast": {
43531
+ "$value": "#805900",
43532
+ "filePath": "src/tokens/component/label.json5",
43533
+ "isSource": true,
43534
+ "$type": "color"
43535
+ },
43536
+ "dark-tritanopia-high-contrast": {
43537
+ "$value": "#805900",
43538
+ "filePath": "src/tokens/component/label.json5",
43539
+ "isSource": true,
43540
+ "$type": "color"
43541
+ },
43542
+ "dark-protanopia-deuteranopia-high-contrast": {
43543
+ "$value": "#805900",
43544
+ "filePath": "src/tokens/component/label.json5",
43545
+ "isSource": true,
43546
+ "$type": "color"
43547
+ },
43548
+ "light-tritanopia-high-contrast": {
43549
+ "$value": "#805900",
43550
+ "filePath": "src/tokens/component/label.json5",
43551
+ "isSource": true,
43552
+ "$type": "color"
43553
+ },
43554
+ "light-protanopia-deuteranopia-high-contrast": {
43555
+ "$value": "#805900",
43556
+ "filePath": "src/tokens/component/label.json5",
43557
+ "isSource": true,
43558
+ "$type": "color"
43559
+ }
43560
+ }
43561
+ },
43562
+ "filePath": "src/tokens/component/label.json5",
43563
+ "isSource": true,
43564
+ "original": {
43565
+ "$value": "{base.color.transparent}",
43566
+ "$type": "color",
43567
+ "$extensions": {
43568
+ "org.primer.figma": {
43569
+ "collection": "mode",
43570
+ "group": "component",
43571
+ "scopes": ["borderColor"]
43572
+ },
43573
+ "org.primer.overrides": {
43574
+ "dark": {
43575
+ "$value": "{base.color.transparent}",
43576
+ "filePath": "src/tokens/component/label.json5",
43577
+ "isSource": true,
43578
+ "$type": "color"
43579
+ },
43580
+ "dark-dimmed": {
43581
+ "$value": "{base.color.transparent}",
43582
+ "filePath": "src/tokens/component/label.json5",
43583
+ "isSource": true,
43584
+ "$type": "color"
43585
+ },
43586
+ "light-high-contrast": {
43587
+ "$value": "{label.yellow.fgColor.rest}",
43588
+ "filePath": "src/tokens/component/label.json5",
43589
+ "isSource": true,
43590
+ "$type": "color"
43591
+ },
43592
+ "dark-high-contrast": {
43593
+ "$value": "{label.yellow.fgColor.rest}",
43594
+ "filePath": "src/tokens/component/label.json5",
43595
+ "isSource": true,
43596
+ "$type": "color"
43597
+ },
43598
+ "dark-dimmed-high-contrast": {
43599
+ "$value": "{label.yellow.fgColor.rest}",
43600
+ "filePath": "src/tokens/component/label.json5",
43601
+ "isSource": true,
43602
+ "$type": "color"
43603
+ },
43604
+ "dark-tritanopia-high-contrast": {
43605
+ "$value": "{label.yellow.fgColor.rest}",
43606
+ "filePath": "src/tokens/component/label.json5",
43607
+ "isSource": true,
43608
+ "$type": "color"
43609
+ },
43610
+ "dark-protanopia-deuteranopia-high-contrast": {
43611
+ "$value": "{label.yellow.fgColor.rest}",
43612
+ "filePath": "src/tokens/component/label.json5",
43613
+ "isSource": true,
43614
+ "$type": "color"
43615
+ },
43616
+ "light-tritanopia-high-contrast": {
43617
+ "$value": "{label.yellow.fgColor.rest}",
43618
+ "filePath": "src/tokens/component/label.json5",
43619
+ "isSource": true,
43620
+ "$type": "color"
43621
+ },
43622
+ "light-protanopia-deuteranopia-high-contrast": {
43623
+ "$value": "{label.yellow.fgColor.rest}",
43624
+ "filePath": "src/tokens/component/label.json5",
43625
+ "isSource": true,
43626
+ "$type": "color"
43627
+ }
43628
+ }
43629
+ },
43630
+ "key": "{label.yellow.borderColor}"
43631
+ },
43632
+ "name": "label-yellow-borderColor",
43633
+ "attributes": {},
43634
+ "path": ["label", "yellow", "borderColor"],
43635
+ "value": "#ffffff00",
43636
+ "type": "color"
43637
+ },
40945
43638
  "label-yellow-fgColor-active": {
40946
43639
  "key": "{label.yellow.fgColor.active}",
40947
43640
  "$extensions": {