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