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