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