@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
@@ -16982,13 +16982,20 @@
16982
16982
  "scopes": ["borderColor"]
16983
16983
  },
16984
16984
  "org.primer.overrides": {
16985
- "dark": "#656c76"
16985
+ "dark": "#3d444d",
16986
+ "dark-dimmed-high-contrast": "#656c76",
16987
+ "light-high-contrast": "#656c76",
16988
+ "light-tritanopia-high-contrast": "#656c76",
16989
+ "light-protanopia-deuteranopia-high-contrast": "#656c76",
16990
+ "dark-high-contrast": "#656c76",
16991
+ "dark-tritanopia-high-contrast": "#656c76",
16992
+ "dark-protanopia-deuteranopia-high-contrast": "#656c76"
16986
16993
  }
16987
16994
  },
16988
16995
  "filePath": "src/tokens/functional/color/control.json5",
16989
16996
  "isSource": true,
16990
16997
  "original": {
16991
- "$value": "{control.borderColor.emphasis}",
16998
+ "$value": "{control.borderColor.rest}",
16992
16999
  "$type": "color",
16993
17000
  "$extensions": {
16994
17001
  "org.primer.figma": {
@@ -16997,7 +17004,14 @@
16997
17004
  "scopes": ["borderColor"]
16998
17005
  },
16999
17006
  "org.primer.overrides": {
17000
- "dark": "{control.borderColor.emphasis}"
17007
+ "dark": "{control.borderColor.rest}",
17008
+ "dark-dimmed-high-contrast": "{control.borderColor.emphasis}",
17009
+ "light-high-contrast": "{control.borderColor.emphasis}",
17010
+ "light-tritanopia-high-contrast": "{control.borderColor.emphasis}",
17011
+ "light-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}",
17012
+ "dark-high-contrast": "{control.borderColor.emphasis}",
17013
+ "dark-tritanopia-high-contrast": "{control.borderColor.emphasis}",
17014
+ "dark-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}"
17001
17015
  }
17002
17016
  },
17003
17017
  "key": "{controlKnob.borderColor.rest}"
@@ -17005,7 +17019,7 @@
17005
17019
  "name": "controlKnob-borderColor-rest",
17006
17020
  "attributes": {},
17007
17021
  "path": ["controlKnob", "borderColor", "rest"],
17008
- "value": "#656c76",
17022
+ "value": "#3d444d",
17009
17023
  "type": "color"
17010
17024
  },
17011
17025
  "controlTrack-bgColor-active": {
@@ -36114,6 +36128,147 @@
36114
36128
  "value": "#271817",
36115
36129
  "type": "color"
36116
36130
  },
36131
+ "label-auburn-borderColor": {
36132
+ "key": "{label.auburn.borderColor}",
36133
+ "$extensions": {
36134
+ "org.primer.figma": {
36135
+ "collection": "mode",
36136
+ "group": "component",
36137
+ "scopes": ["borderColor"]
36138
+ },
36139
+ "org.primer.overrides": {
36140
+ "dark": {
36141
+ "$value": "#00000000",
36142
+ "filePath": "src/tokens/component/label.json5",
36143
+ "isSource": true,
36144
+ "$type": "color"
36145
+ },
36146
+ "dark-dimmed": {
36147
+ "$value": "#00000000",
36148
+ "filePath": "src/tokens/component/label.json5",
36149
+ "isSource": true,
36150
+ "$type": "color"
36151
+ },
36152
+ "light-high-contrast": {
36153
+ "$value": "#bf9592",
36154
+ "filePath": "src/tokens/component/label.json5",
36155
+ "isSource": true,
36156
+ "$type": "color"
36157
+ },
36158
+ "dark-high-contrast": {
36159
+ "$value": "#bf9592",
36160
+ "filePath": "src/tokens/component/label.json5",
36161
+ "isSource": true,
36162
+ "$type": "color"
36163
+ },
36164
+ "dark-dimmed-high-contrast": {
36165
+ "$value": "#bf9592",
36166
+ "filePath": "src/tokens/component/label.json5",
36167
+ "isSource": true,
36168
+ "$type": "color"
36169
+ },
36170
+ "dark-tritanopia-high-contrast": {
36171
+ "$value": "#bf9592",
36172
+ "filePath": "src/tokens/component/label.json5",
36173
+ "isSource": true,
36174
+ "$type": "color"
36175
+ },
36176
+ "dark-protanopia-deuteranopia-high-contrast": {
36177
+ "$value": "#bf9592",
36178
+ "filePath": "src/tokens/component/label.json5",
36179
+ "isSource": true,
36180
+ "$type": "color"
36181
+ },
36182
+ "light-tritanopia-high-contrast": {
36183
+ "$value": "#bf9592",
36184
+ "filePath": "src/tokens/component/label.json5",
36185
+ "isSource": true,
36186
+ "$type": "color"
36187
+ },
36188
+ "light-protanopia-deuteranopia-high-contrast": {
36189
+ "$value": "#bf9592",
36190
+ "filePath": "src/tokens/component/label.json5",
36191
+ "isSource": true,
36192
+ "$type": "color"
36193
+ }
36194
+ }
36195
+ },
36196
+ "filePath": "src/tokens/component/label.json5",
36197
+ "isSource": true,
36198
+ "original": {
36199
+ "$value": "{base.color.transparent}",
36200
+ "$type": "color",
36201
+ "$extensions": {
36202
+ "org.primer.figma": {
36203
+ "collection": "mode",
36204
+ "group": "component",
36205
+ "scopes": ["borderColor"]
36206
+ },
36207
+ "org.primer.overrides": {
36208
+ "dark": {
36209
+ "$value": "{base.color.transparent}",
36210
+ "filePath": "src/tokens/component/label.json5",
36211
+ "isSource": true,
36212
+ "$type": "color"
36213
+ },
36214
+ "dark-dimmed": {
36215
+ "$value": "{base.color.transparent}",
36216
+ "filePath": "src/tokens/component/label.json5",
36217
+ "isSource": true,
36218
+ "$type": "color"
36219
+ },
36220
+ "light-high-contrast": {
36221
+ "$value": "{label.auburn.fgColor.rest}",
36222
+ "filePath": "src/tokens/component/label.json5",
36223
+ "isSource": true,
36224
+ "$type": "color"
36225
+ },
36226
+ "dark-high-contrast": {
36227
+ "$value": "{label.auburn.fgColor.rest}",
36228
+ "filePath": "src/tokens/component/label.json5",
36229
+ "isSource": true,
36230
+ "$type": "color"
36231
+ },
36232
+ "dark-dimmed-high-contrast": {
36233
+ "$value": "{label.auburn.fgColor.rest}",
36234
+ "filePath": "src/tokens/component/label.json5",
36235
+ "isSource": true,
36236
+ "$type": "color"
36237
+ },
36238
+ "dark-tritanopia-high-contrast": {
36239
+ "$value": "{label.auburn.fgColor.rest}",
36240
+ "filePath": "src/tokens/component/label.json5",
36241
+ "isSource": true,
36242
+ "$type": "color"
36243
+ },
36244
+ "dark-protanopia-deuteranopia-high-contrast": {
36245
+ "$value": "{label.auburn.fgColor.rest}",
36246
+ "filePath": "src/tokens/component/label.json5",
36247
+ "isSource": true,
36248
+ "$type": "color"
36249
+ },
36250
+ "light-tritanopia-high-contrast": {
36251
+ "$value": "{label.auburn.fgColor.rest}",
36252
+ "filePath": "src/tokens/component/label.json5",
36253
+ "isSource": true,
36254
+ "$type": "color"
36255
+ },
36256
+ "light-protanopia-deuteranopia-high-contrast": {
36257
+ "$value": "{label.auburn.fgColor.rest}",
36258
+ "filePath": "src/tokens/component/label.json5",
36259
+ "isSource": true,
36260
+ "$type": "color"
36261
+ }
36262
+ }
36263
+ },
36264
+ "key": "{label.auburn.borderColor}"
36265
+ },
36266
+ "name": "label-auburn-borderColor",
36267
+ "attributes": {},
36268
+ "path": ["label", "auburn", "borderColor"],
36269
+ "value": "#00000000",
36270
+ "type": "color"
36271
+ },
36117
36272
  "label-auburn-fgColor-active": {
36118
36273
  "key": "{label.auburn.fgColor.active}",
36119
36274
  "$extensions": {
@@ -36384,17 +36539,65 @@
36384
36539
  "value": "#001a47",
36385
36540
  "type": "color"
36386
36541
  },
36387
- "label-blue-fgColor-active": {
36388
- "key": "{label.blue.fgColor.active}",
36542
+ "label-blue-borderColor": {
36543
+ "key": "{label.blue.borderColor}",
36389
36544
  "$extensions": {
36390
36545
  "org.primer.figma": {
36391
36546
  "collection": "mode",
36392
36547
  "group": "component",
36393
- "scopes": ["fgColor"]
36548
+ "scopes": ["borderColor"]
36394
36549
  },
36395
36550
  "org.primer.overrides": {
36396
36551
  "dark": {
36397
- "$value": "#85c2ff",
36552
+ "$value": "#00000000",
36553
+ "filePath": "src/tokens/component/label.json5",
36554
+ "isSource": true,
36555
+ "$type": "color"
36556
+ },
36557
+ "dark-dimmed": {
36558
+ "$value": "#00000000",
36559
+ "filePath": "src/tokens/component/label.json5",
36560
+ "isSource": true,
36561
+ "$type": "color"
36562
+ },
36563
+ "light-high-contrast": {
36564
+ "$value": "#4da0ff",
36565
+ "filePath": "src/tokens/component/label.json5",
36566
+ "isSource": true,
36567
+ "$type": "color"
36568
+ },
36569
+ "dark-high-contrast": {
36570
+ "$value": "#4da0ff",
36571
+ "filePath": "src/tokens/component/label.json5",
36572
+ "isSource": true,
36573
+ "$type": "color"
36574
+ },
36575
+ "dark-dimmed-high-contrast": {
36576
+ "$value": "#4da0ff",
36577
+ "filePath": "src/tokens/component/label.json5",
36578
+ "isSource": true,
36579
+ "$type": "color"
36580
+ },
36581
+ "dark-tritanopia-high-contrast": {
36582
+ "$value": "#4da0ff",
36583
+ "filePath": "src/tokens/component/label.json5",
36584
+ "isSource": true,
36585
+ "$type": "color"
36586
+ },
36587
+ "dark-protanopia-deuteranopia-high-contrast": {
36588
+ "$value": "#4da0ff",
36589
+ "filePath": "src/tokens/component/label.json5",
36590
+ "isSource": true,
36591
+ "$type": "color"
36592
+ },
36593
+ "light-tritanopia-high-contrast": {
36594
+ "$value": "#4da0ff",
36595
+ "filePath": "src/tokens/component/label.json5",
36596
+ "isSource": true,
36597
+ "$type": "color"
36598
+ },
36599
+ "light-protanopia-deuteranopia-high-contrast": {
36600
+ "$value": "#4da0ff",
36398
36601
  "filePath": "src/tokens/component/label.json5",
36399
36602
  "isSource": true,
36400
36603
  "$type": "color"
@@ -36404,33 +36607,81 @@
36404
36607
  "filePath": "src/tokens/component/label.json5",
36405
36608
  "isSource": true,
36406
36609
  "original": {
36407
- "$value": "{base.display.color.blue.8}",
36610
+ "$value": "{base.color.transparent}",
36408
36611
  "$type": "color",
36409
36612
  "$extensions": {
36410
36613
  "org.primer.figma": {
36411
36614
  "collection": "mode",
36412
36615
  "group": "component",
36413
- "scopes": ["fgColor"]
36616
+ "scopes": ["borderColor"]
36414
36617
  },
36415
36618
  "org.primer.overrides": {
36416
36619
  "dark": {
36417
- "$value": "{base.display.color.blue.8}",
36620
+ "$value": "{base.color.transparent}",
36621
+ "filePath": "src/tokens/component/label.json5",
36622
+ "isSource": true,
36623
+ "$type": "color"
36624
+ },
36625
+ "dark-dimmed": {
36626
+ "$value": "{base.color.transparent}",
36627
+ "filePath": "src/tokens/component/label.json5",
36628
+ "isSource": true,
36629
+ "$type": "color"
36630
+ },
36631
+ "light-high-contrast": {
36632
+ "$value": "{label.blue.fgColor.rest}",
36633
+ "filePath": "src/tokens/component/label.json5",
36634
+ "isSource": true,
36635
+ "$type": "color"
36636
+ },
36637
+ "dark-high-contrast": {
36638
+ "$value": "{label.blue.fgColor.rest}",
36639
+ "filePath": "src/tokens/component/label.json5",
36640
+ "isSource": true,
36641
+ "$type": "color"
36642
+ },
36643
+ "dark-dimmed-high-contrast": {
36644
+ "$value": "{label.blue.fgColor.rest}",
36645
+ "filePath": "src/tokens/component/label.json5",
36646
+ "isSource": true,
36647
+ "$type": "color"
36648
+ },
36649
+ "dark-tritanopia-high-contrast": {
36650
+ "$value": "{label.blue.fgColor.rest}",
36651
+ "filePath": "src/tokens/component/label.json5",
36652
+ "isSource": true,
36653
+ "$type": "color"
36654
+ },
36655
+ "dark-protanopia-deuteranopia-high-contrast": {
36656
+ "$value": "{label.blue.fgColor.rest}",
36657
+ "filePath": "src/tokens/component/label.json5",
36658
+ "isSource": true,
36659
+ "$type": "color"
36660
+ },
36661
+ "light-tritanopia-high-contrast": {
36662
+ "$value": "{label.blue.fgColor.rest}",
36663
+ "filePath": "src/tokens/component/label.json5",
36664
+ "isSource": true,
36665
+ "$type": "color"
36666
+ },
36667
+ "light-protanopia-deuteranopia-high-contrast": {
36668
+ "$value": "{label.blue.fgColor.rest}",
36418
36669
  "filePath": "src/tokens/component/label.json5",
36419
36670
  "isSource": true,
36420
36671
  "$type": "color"
36421
36672
  }
36422
36673
  }
36423
36674
  },
36424
- "key": "{label.blue.fgColor.active}"
36675
+ "key": "{label.blue.borderColor}"
36425
36676
  },
36426
- "name": "label-blue-fgColor-active",
36677
+ "name": "label-blue-borderColor",
36427
36678
  "attributes": {},
36428
- "path": ["label", "blue", "fgColor", "active"],
36429
- "value": "#85c2ff",
36679
+ "path": ["label", "blue", "borderColor"],
36680
+ "value": "#00000000",
36430
36681
  "type": "color"
36431
36682
  },
36432
- "label-blue-fgColor-hover": {
36433
- "key": "{label.blue.fgColor.hover}",
36683
+ "label-blue-fgColor-active": {
36684
+ "key": "{label.blue.fgColor.active}",
36434
36685
  "$extensions": {
36435
36686
  "org.primer.figma": {
36436
36687
  "collection": "mode",
@@ -36439,7 +36690,7 @@
36439
36690
  },
36440
36691
  "org.primer.overrides": {
36441
36692
  "dark": {
36442
- "$value": "#61adff",
36693
+ "$value": "#85c2ff",
36443
36694
  "filePath": "src/tokens/component/label.json5",
36444
36695
  "isSource": true,
36445
36696
  "$type": "color"
@@ -36449,7 +36700,7 @@
36449
36700
  "filePath": "src/tokens/component/label.json5",
36450
36701
  "isSource": true,
36451
36702
  "original": {
36452
- "$value": "{base.display.color.blue.7}",
36703
+ "$value": "{base.display.color.blue.8}",
36453
36704
  "$type": "color",
36454
36705
  "$extensions": {
36455
36706
  "org.primer.figma": {
@@ -36459,7 +36710,52 @@
36459
36710
  },
36460
36711
  "org.primer.overrides": {
36461
36712
  "dark": {
36462
- "$value": "{base.display.color.blue.7}",
36713
+ "$value": "{base.display.color.blue.8}",
36714
+ "filePath": "src/tokens/component/label.json5",
36715
+ "isSource": true,
36716
+ "$type": "color"
36717
+ }
36718
+ }
36719
+ },
36720
+ "key": "{label.blue.fgColor.active}"
36721
+ },
36722
+ "name": "label-blue-fgColor-active",
36723
+ "attributes": {},
36724
+ "path": ["label", "blue", "fgColor", "active"],
36725
+ "value": "#85c2ff",
36726
+ "type": "color"
36727
+ },
36728
+ "label-blue-fgColor-hover": {
36729
+ "key": "{label.blue.fgColor.hover}",
36730
+ "$extensions": {
36731
+ "org.primer.figma": {
36732
+ "collection": "mode",
36733
+ "group": "component",
36734
+ "scopes": ["fgColor"]
36735
+ },
36736
+ "org.primer.overrides": {
36737
+ "dark": {
36738
+ "$value": "#61adff",
36739
+ "filePath": "src/tokens/component/label.json5",
36740
+ "isSource": true,
36741
+ "$type": "color"
36742
+ }
36743
+ }
36744
+ },
36745
+ "filePath": "src/tokens/component/label.json5",
36746
+ "isSource": true,
36747
+ "original": {
36748
+ "$value": "{base.display.color.blue.7}",
36749
+ "$type": "color",
36750
+ "$extensions": {
36751
+ "org.primer.figma": {
36752
+ "collection": "mode",
36753
+ "group": "component",
36754
+ "scopes": ["fgColor"]
36755
+ },
36756
+ "org.primer.overrides": {
36757
+ "dark": {
36758
+ "$value": "{base.display.color.blue.7}",
36463
36759
  "filePath": "src/tokens/component/label.json5",
36464
36760
  "isSource": true,
36465
36761
  "$type": "color"
@@ -36654,6 +36950,147 @@
36654
36950
  "value": "#241c14",
36655
36951
  "type": "color"
36656
36952
  },
36953
+ "label-brown-borderColor": {
36954
+ "key": "{label.brown.borderColor}",
36955
+ "$extensions": {
36956
+ "org.primer.figma": {
36957
+ "collection": "mode",
36958
+ "group": "component",
36959
+ "scopes": ["borderColor"]
36960
+ },
36961
+ "org.primer.overrides": {
36962
+ "dark": {
36963
+ "$value": "#00000000",
36964
+ "filePath": "src/tokens/component/label.json5",
36965
+ "isSource": true,
36966
+ "$type": "color"
36967
+ },
36968
+ "dark-dimmed": {
36969
+ "$value": "#00000000",
36970
+ "filePath": "src/tokens/component/label.json5",
36971
+ "isSource": true,
36972
+ "$type": "color"
36973
+ },
36974
+ "light-high-contrast": {
36975
+ "$value": "#b69a6d",
36976
+ "filePath": "src/tokens/component/label.json5",
36977
+ "isSource": true,
36978
+ "$type": "color"
36979
+ },
36980
+ "dark-high-contrast": {
36981
+ "$value": "#b69a6d",
36982
+ "filePath": "src/tokens/component/label.json5",
36983
+ "isSource": true,
36984
+ "$type": "color"
36985
+ },
36986
+ "dark-dimmed-high-contrast": {
36987
+ "$value": "#b69a6d",
36988
+ "filePath": "src/tokens/component/label.json5",
36989
+ "isSource": true,
36990
+ "$type": "color"
36991
+ },
36992
+ "dark-tritanopia-high-contrast": {
36993
+ "$value": "#b69a6d",
36994
+ "filePath": "src/tokens/component/label.json5",
36995
+ "isSource": true,
36996
+ "$type": "color"
36997
+ },
36998
+ "dark-protanopia-deuteranopia-high-contrast": {
36999
+ "$value": "#b69a6d",
37000
+ "filePath": "src/tokens/component/label.json5",
37001
+ "isSource": true,
37002
+ "$type": "color"
37003
+ },
37004
+ "light-tritanopia-high-contrast": {
37005
+ "$value": "#b69a6d",
37006
+ "filePath": "src/tokens/component/label.json5",
37007
+ "isSource": true,
37008
+ "$type": "color"
37009
+ },
37010
+ "light-protanopia-deuteranopia-high-contrast": {
37011
+ "$value": "#b69a6d",
37012
+ "filePath": "src/tokens/component/label.json5",
37013
+ "isSource": true,
37014
+ "$type": "color"
37015
+ }
37016
+ }
37017
+ },
37018
+ "filePath": "src/tokens/component/label.json5",
37019
+ "isSource": true,
37020
+ "original": {
37021
+ "$value": "{base.color.transparent}",
37022
+ "$type": "color",
37023
+ "$extensions": {
37024
+ "org.primer.figma": {
37025
+ "collection": "mode",
37026
+ "group": "component",
37027
+ "scopes": ["borderColor"]
37028
+ },
37029
+ "org.primer.overrides": {
37030
+ "dark": {
37031
+ "$value": "{base.color.transparent}",
37032
+ "filePath": "src/tokens/component/label.json5",
37033
+ "isSource": true,
37034
+ "$type": "color"
37035
+ },
37036
+ "dark-dimmed": {
37037
+ "$value": "{base.color.transparent}",
37038
+ "filePath": "src/tokens/component/label.json5",
37039
+ "isSource": true,
37040
+ "$type": "color"
37041
+ },
37042
+ "light-high-contrast": {
37043
+ "$value": "{label.brown.fgColor.rest}",
37044
+ "filePath": "src/tokens/component/label.json5",
37045
+ "isSource": true,
37046
+ "$type": "color"
37047
+ },
37048
+ "dark-high-contrast": {
37049
+ "$value": "{label.brown.fgColor.rest}",
37050
+ "filePath": "src/tokens/component/label.json5",
37051
+ "isSource": true,
37052
+ "$type": "color"
37053
+ },
37054
+ "dark-dimmed-high-contrast": {
37055
+ "$value": "{label.brown.fgColor.rest}",
37056
+ "filePath": "src/tokens/component/label.json5",
37057
+ "isSource": true,
37058
+ "$type": "color"
37059
+ },
37060
+ "dark-tritanopia-high-contrast": {
37061
+ "$value": "{label.brown.fgColor.rest}",
37062
+ "filePath": "src/tokens/component/label.json5",
37063
+ "isSource": true,
37064
+ "$type": "color"
37065
+ },
37066
+ "dark-protanopia-deuteranopia-high-contrast": {
37067
+ "$value": "{label.brown.fgColor.rest}",
37068
+ "filePath": "src/tokens/component/label.json5",
37069
+ "isSource": true,
37070
+ "$type": "color"
37071
+ },
37072
+ "light-tritanopia-high-contrast": {
37073
+ "$value": "{label.brown.fgColor.rest}",
37074
+ "filePath": "src/tokens/component/label.json5",
37075
+ "isSource": true,
37076
+ "$type": "color"
37077
+ },
37078
+ "light-protanopia-deuteranopia-high-contrast": {
37079
+ "$value": "{label.brown.fgColor.rest}",
37080
+ "filePath": "src/tokens/component/label.json5",
37081
+ "isSource": true,
37082
+ "$type": "color"
37083
+ }
37084
+ }
37085
+ },
37086
+ "key": "{label.brown.borderColor}"
37087
+ },
37088
+ "name": "label-brown-borderColor",
37089
+ "attributes": {},
37090
+ "path": ["label", "brown", "borderColor"],
37091
+ "value": "#00000000",
37092
+ "type": "color"
37093
+ },
36657
37094
  "label-brown-fgColor-active": {
36658
37095
  "key": "{label.brown.fgColor.active}",
36659
37096
  "$extensions": {
@@ -36924,17 +37361,65 @@
36924
37361
  "value": "#351008",
36925
37362
  "type": "color"
36926
37363
  },
36927
- "label-coral-fgColor-active": {
36928
- "key": "{label.coral.fgColor.active}",
37364
+ "label-coral-borderColor": {
37365
+ "key": "{label.coral.borderColor}",
36929
37366
  "$extensions": {
36930
37367
  "org.primer.figma": {
36931
37368
  "collection": "mode",
36932
37369
  "group": "component",
36933
- "scopes": ["fgColor"]
37370
+ "scopes": ["borderColor"]
36934
37371
  },
36935
37372
  "org.primer.overrides": {
36936
37373
  "dark": {
36937
- "$value": "#fdaa86",
37374
+ "$value": "#00000000",
37375
+ "filePath": "src/tokens/component/label.json5",
37376
+ "isSource": true,
37377
+ "$type": "color"
37378
+ },
37379
+ "dark-dimmed": {
37380
+ "$value": "#00000000",
37381
+ "filePath": "src/tokens/component/label.json5",
37382
+ "isSource": true,
37383
+ "$type": "color"
37384
+ },
37385
+ "light-high-contrast": {
37386
+ "$value": "#f7794b",
37387
+ "filePath": "src/tokens/component/label.json5",
37388
+ "isSource": true,
37389
+ "$type": "color"
37390
+ },
37391
+ "dark-high-contrast": {
37392
+ "$value": "#f7794b",
37393
+ "filePath": "src/tokens/component/label.json5",
37394
+ "isSource": true,
37395
+ "$type": "color"
37396
+ },
37397
+ "dark-dimmed-high-contrast": {
37398
+ "$value": "#f7794b",
37399
+ "filePath": "src/tokens/component/label.json5",
37400
+ "isSource": true,
37401
+ "$type": "color"
37402
+ },
37403
+ "dark-tritanopia-high-contrast": {
37404
+ "$value": "#f7794b",
37405
+ "filePath": "src/tokens/component/label.json5",
37406
+ "isSource": true,
37407
+ "$type": "color"
37408
+ },
37409
+ "dark-protanopia-deuteranopia-high-contrast": {
37410
+ "$value": "#f7794b",
37411
+ "filePath": "src/tokens/component/label.json5",
37412
+ "isSource": true,
37413
+ "$type": "color"
37414
+ },
37415
+ "light-tritanopia-high-contrast": {
37416
+ "$value": "#f7794b",
37417
+ "filePath": "src/tokens/component/label.json5",
37418
+ "isSource": true,
37419
+ "$type": "color"
37420
+ },
37421
+ "light-protanopia-deuteranopia-high-contrast": {
37422
+ "$value": "#f7794b",
36938
37423
  "filePath": "src/tokens/component/label.json5",
36939
37424
  "isSource": true,
36940
37425
  "$type": "color"
@@ -36944,42 +37429,135 @@
36944
37429
  "filePath": "src/tokens/component/label.json5",
36945
37430
  "isSource": true,
36946
37431
  "original": {
36947
- "$value": "{base.display.color.coral.8}",
37432
+ "$value": "{base.color.transparent}",
36948
37433
  "$type": "color",
36949
37434
  "$extensions": {
36950
37435
  "org.primer.figma": {
36951
37436
  "collection": "mode",
36952
37437
  "group": "component",
36953
- "scopes": ["fgColor"]
37438
+ "scopes": ["borderColor"]
36954
37439
  },
36955
37440
  "org.primer.overrides": {
36956
37441
  "dark": {
36957
- "$value": "{base.display.color.coral.8}",
37442
+ "$value": "{base.color.transparent}",
36958
37443
  "filePath": "src/tokens/component/label.json5",
36959
37444
  "isSource": true,
36960
37445
  "$type": "color"
36961
- }
36962
- }
36963
- },
36964
- "key": "{label.coral.fgColor.active}"
36965
- },
36966
- "name": "label-coral-fgColor-active",
36967
- "attributes": {},
36968
- "path": ["label", "coral", "fgColor", "active"],
36969
- "value": "#fdaa86",
36970
- "type": "color"
36971
- },
36972
- "label-coral-fgColor-hover": {
36973
- "key": "{label.coral.fgColor.hover}",
36974
- "$extensions": {
36975
- "org.primer.figma": {
36976
- "collection": "mode",
36977
- "group": "component",
36978
- "scopes": ["fgColor"]
36979
- },
36980
- "org.primer.overrides": {
36981
- "dark": {
36982
- "$value": "#fa8c61",
37446
+ },
37447
+ "dark-dimmed": {
37448
+ "$value": "{base.color.transparent}",
37449
+ "filePath": "src/tokens/component/label.json5",
37450
+ "isSource": true,
37451
+ "$type": "color"
37452
+ },
37453
+ "light-high-contrast": {
37454
+ "$value": "{label.coral.fgColor.rest}",
37455
+ "filePath": "src/tokens/component/label.json5",
37456
+ "isSource": true,
37457
+ "$type": "color"
37458
+ },
37459
+ "dark-high-contrast": {
37460
+ "$value": "{label.coral.fgColor.rest}",
37461
+ "filePath": "src/tokens/component/label.json5",
37462
+ "isSource": true,
37463
+ "$type": "color"
37464
+ },
37465
+ "dark-dimmed-high-contrast": {
37466
+ "$value": "{label.coral.fgColor.rest}",
37467
+ "filePath": "src/tokens/component/label.json5",
37468
+ "isSource": true,
37469
+ "$type": "color"
37470
+ },
37471
+ "dark-tritanopia-high-contrast": {
37472
+ "$value": "{label.coral.fgColor.rest}",
37473
+ "filePath": "src/tokens/component/label.json5",
37474
+ "isSource": true,
37475
+ "$type": "color"
37476
+ },
37477
+ "dark-protanopia-deuteranopia-high-contrast": {
37478
+ "$value": "{label.coral.fgColor.rest}",
37479
+ "filePath": "src/tokens/component/label.json5",
37480
+ "isSource": true,
37481
+ "$type": "color"
37482
+ },
37483
+ "light-tritanopia-high-contrast": {
37484
+ "$value": "{label.coral.fgColor.rest}",
37485
+ "filePath": "src/tokens/component/label.json5",
37486
+ "isSource": true,
37487
+ "$type": "color"
37488
+ },
37489
+ "light-protanopia-deuteranopia-high-contrast": {
37490
+ "$value": "{label.coral.fgColor.rest}",
37491
+ "filePath": "src/tokens/component/label.json5",
37492
+ "isSource": true,
37493
+ "$type": "color"
37494
+ }
37495
+ }
37496
+ },
37497
+ "key": "{label.coral.borderColor}"
37498
+ },
37499
+ "name": "label-coral-borderColor",
37500
+ "attributes": {},
37501
+ "path": ["label", "coral", "borderColor"],
37502
+ "value": "#00000000",
37503
+ "type": "color"
37504
+ },
37505
+ "label-coral-fgColor-active": {
37506
+ "key": "{label.coral.fgColor.active}",
37507
+ "$extensions": {
37508
+ "org.primer.figma": {
37509
+ "collection": "mode",
37510
+ "group": "component",
37511
+ "scopes": ["fgColor"]
37512
+ },
37513
+ "org.primer.overrides": {
37514
+ "dark": {
37515
+ "$value": "#fdaa86",
37516
+ "filePath": "src/tokens/component/label.json5",
37517
+ "isSource": true,
37518
+ "$type": "color"
37519
+ }
37520
+ }
37521
+ },
37522
+ "filePath": "src/tokens/component/label.json5",
37523
+ "isSource": true,
37524
+ "original": {
37525
+ "$value": "{base.display.color.coral.8}",
37526
+ "$type": "color",
37527
+ "$extensions": {
37528
+ "org.primer.figma": {
37529
+ "collection": "mode",
37530
+ "group": "component",
37531
+ "scopes": ["fgColor"]
37532
+ },
37533
+ "org.primer.overrides": {
37534
+ "dark": {
37535
+ "$value": "{base.display.color.coral.8}",
37536
+ "filePath": "src/tokens/component/label.json5",
37537
+ "isSource": true,
37538
+ "$type": "color"
37539
+ }
37540
+ }
37541
+ },
37542
+ "key": "{label.coral.fgColor.active}"
37543
+ },
37544
+ "name": "label-coral-fgColor-active",
37545
+ "attributes": {},
37546
+ "path": ["label", "coral", "fgColor", "active"],
37547
+ "value": "#fdaa86",
37548
+ "type": "color"
37549
+ },
37550
+ "label-coral-fgColor-hover": {
37551
+ "key": "{label.coral.fgColor.hover}",
37552
+ "$extensions": {
37553
+ "org.primer.figma": {
37554
+ "collection": "mode",
37555
+ "group": "component",
37556
+ "scopes": ["fgColor"]
37557
+ },
37558
+ "org.primer.overrides": {
37559
+ "dark": {
37560
+ "$value": "#fa8c61",
36983
37561
  "filePath": "src/tokens/component/label.json5",
36984
37562
  "isSource": true,
36985
37563
  "$type": "color"
@@ -37194,6 +37772,147 @@
37194
37772
  "value": "#001f29",
37195
37773
  "type": "color"
37196
37774
  },
37775
+ "label-cyan-borderColor": {
37776
+ "key": "{label.cyan.borderColor}",
37777
+ "$extensions": {
37778
+ "org.primer.figma": {
37779
+ "collection": "mode",
37780
+ "group": "component",
37781
+ "scopes": ["borderColor"]
37782
+ },
37783
+ "org.primer.overrides": {
37784
+ "dark": {
37785
+ "$value": "#00000000",
37786
+ "filePath": "src/tokens/component/label.json5",
37787
+ "isSource": true,
37788
+ "$type": "color"
37789
+ },
37790
+ "dark-dimmed": {
37791
+ "$value": "#00000000",
37792
+ "filePath": "src/tokens/component/label.json5",
37793
+ "isSource": true,
37794
+ "$type": "color"
37795
+ },
37796
+ "light-high-contrast": {
37797
+ "$value": "#07ace4",
37798
+ "filePath": "src/tokens/component/label.json5",
37799
+ "isSource": true,
37800
+ "$type": "color"
37801
+ },
37802
+ "dark-high-contrast": {
37803
+ "$value": "#07ace4",
37804
+ "filePath": "src/tokens/component/label.json5",
37805
+ "isSource": true,
37806
+ "$type": "color"
37807
+ },
37808
+ "dark-dimmed-high-contrast": {
37809
+ "$value": "#07ace4",
37810
+ "filePath": "src/tokens/component/label.json5",
37811
+ "isSource": true,
37812
+ "$type": "color"
37813
+ },
37814
+ "dark-tritanopia-high-contrast": {
37815
+ "$value": "#07ace4",
37816
+ "filePath": "src/tokens/component/label.json5",
37817
+ "isSource": true,
37818
+ "$type": "color"
37819
+ },
37820
+ "dark-protanopia-deuteranopia-high-contrast": {
37821
+ "$value": "#07ace4",
37822
+ "filePath": "src/tokens/component/label.json5",
37823
+ "isSource": true,
37824
+ "$type": "color"
37825
+ },
37826
+ "light-tritanopia-high-contrast": {
37827
+ "$value": "#07ace4",
37828
+ "filePath": "src/tokens/component/label.json5",
37829
+ "isSource": true,
37830
+ "$type": "color"
37831
+ },
37832
+ "light-protanopia-deuteranopia-high-contrast": {
37833
+ "$value": "#07ace4",
37834
+ "filePath": "src/tokens/component/label.json5",
37835
+ "isSource": true,
37836
+ "$type": "color"
37837
+ }
37838
+ }
37839
+ },
37840
+ "filePath": "src/tokens/component/label.json5",
37841
+ "isSource": true,
37842
+ "original": {
37843
+ "$value": "{base.color.transparent}",
37844
+ "$type": "color",
37845
+ "$extensions": {
37846
+ "org.primer.figma": {
37847
+ "collection": "mode",
37848
+ "group": "component",
37849
+ "scopes": ["borderColor"]
37850
+ },
37851
+ "org.primer.overrides": {
37852
+ "dark": {
37853
+ "$value": "{base.color.transparent}",
37854
+ "filePath": "src/tokens/component/label.json5",
37855
+ "isSource": true,
37856
+ "$type": "color"
37857
+ },
37858
+ "dark-dimmed": {
37859
+ "$value": "{base.color.transparent}",
37860
+ "filePath": "src/tokens/component/label.json5",
37861
+ "isSource": true,
37862
+ "$type": "color"
37863
+ },
37864
+ "light-high-contrast": {
37865
+ "$value": "{label.cyan.fgColor.rest}",
37866
+ "filePath": "src/tokens/component/label.json5",
37867
+ "isSource": true,
37868
+ "$type": "color"
37869
+ },
37870
+ "dark-high-contrast": {
37871
+ "$value": "{label.cyan.fgColor.rest}",
37872
+ "filePath": "src/tokens/component/label.json5",
37873
+ "isSource": true,
37874
+ "$type": "color"
37875
+ },
37876
+ "dark-dimmed-high-contrast": {
37877
+ "$value": "{label.cyan.fgColor.rest}",
37878
+ "filePath": "src/tokens/component/label.json5",
37879
+ "isSource": true,
37880
+ "$type": "color"
37881
+ },
37882
+ "dark-tritanopia-high-contrast": {
37883
+ "$value": "{label.cyan.fgColor.rest}",
37884
+ "filePath": "src/tokens/component/label.json5",
37885
+ "isSource": true,
37886
+ "$type": "color"
37887
+ },
37888
+ "dark-protanopia-deuteranopia-high-contrast": {
37889
+ "$value": "{label.cyan.fgColor.rest}",
37890
+ "filePath": "src/tokens/component/label.json5",
37891
+ "isSource": true,
37892
+ "$type": "color"
37893
+ },
37894
+ "light-tritanopia-high-contrast": {
37895
+ "$value": "{label.cyan.fgColor.rest}",
37896
+ "filePath": "src/tokens/component/label.json5",
37897
+ "isSource": true,
37898
+ "$type": "color"
37899
+ },
37900
+ "light-protanopia-deuteranopia-high-contrast": {
37901
+ "$value": "{label.cyan.fgColor.rest}",
37902
+ "filePath": "src/tokens/component/label.json5",
37903
+ "isSource": true,
37904
+ "$type": "color"
37905
+ }
37906
+ }
37907
+ },
37908
+ "key": "{label.cyan.borderColor}"
37909
+ },
37910
+ "name": "label-cyan-borderColor",
37911
+ "attributes": {},
37912
+ "path": ["label", "cyan", "borderColor"],
37913
+ "value": "#00000000",
37914
+ "type": "color"
37915
+ },
37197
37916
  "label-cyan-fgColor-active": {
37198
37917
  "key": "{label.cyan.fgColor.active}",
37199
37918
  "$extensions": {
@@ -37464,37 +38183,178 @@
37464
38183
  "value": "#1c1c1c",
37465
38184
  "type": "color"
37466
38185
  },
37467
- "label-gray-fgColor-active": {
37468
- "key": "{label.gray.fgColor.active}",
38186
+ "label-gray-borderColor": {
38187
+ "key": "{label.gray.borderColor}",
37469
38188
  "$extensions": {
37470
38189
  "org.primer.figma": {
37471
38190
  "collection": "mode",
37472
38191
  "group": "component",
37473
- "scopes": ["fgColor"]
38192
+ "scopes": ["borderColor"]
37474
38193
  },
37475
38194
  "org.primer.overrides": {
37476
38195
  "dark": {
37477
- "$value": "#b3c0d1",
38196
+ "$value": "#00000000",
37478
38197
  "filePath": "src/tokens/component/label.json5",
37479
38198
  "isSource": true,
37480
38199
  "$type": "color"
37481
- }
37482
- }
37483
- },
37484
- "filePath": "src/tokens/component/label.json5",
37485
- "isSource": true,
37486
- "original": {
37487
- "$value": "{base.display.color.gray.8}",
37488
- "$type": "color",
37489
- "$extensions": {
37490
- "org.primer.figma": {
37491
- "collection": "mode",
37492
- "group": "component",
37493
- "scopes": ["fgColor"]
37494
38200
  },
37495
- "org.primer.overrides": {
37496
- "dark": {
37497
- "$value": "{base.display.color.gray.8}",
38201
+ "dark-dimmed": {
38202
+ "$value": "#00000000",
38203
+ "filePath": "src/tokens/component/label.json5",
38204
+ "isSource": true,
38205
+ "$type": "color"
38206
+ },
38207
+ "light-high-contrast": {
38208
+ "$value": "#92a1b5",
38209
+ "filePath": "src/tokens/component/label.json5",
38210
+ "isSource": true,
38211
+ "$type": "color"
38212
+ },
38213
+ "dark-high-contrast": {
38214
+ "$value": "#92a1b5",
38215
+ "filePath": "src/tokens/component/label.json5",
38216
+ "isSource": true,
38217
+ "$type": "color"
38218
+ },
38219
+ "dark-dimmed-high-contrast": {
38220
+ "$value": "#92a1b5",
38221
+ "filePath": "src/tokens/component/label.json5",
38222
+ "isSource": true,
38223
+ "$type": "color"
38224
+ },
38225
+ "dark-tritanopia-high-contrast": {
38226
+ "$value": "#92a1b5",
38227
+ "filePath": "src/tokens/component/label.json5",
38228
+ "isSource": true,
38229
+ "$type": "color"
38230
+ },
38231
+ "dark-protanopia-deuteranopia-high-contrast": {
38232
+ "$value": "#92a1b5",
38233
+ "filePath": "src/tokens/component/label.json5",
38234
+ "isSource": true,
38235
+ "$type": "color"
38236
+ },
38237
+ "light-tritanopia-high-contrast": {
38238
+ "$value": "#92a1b5",
38239
+ "filePath": "src/tokens/component/label.json5",
38240
+ "isSource": true,
38241
+ "$type": "color"
38242
+ },
38243
+ "light-protanopia-deuteranopia-high-contrast": {
38244
+ "$value": "#92a1b5",
38245
+ "filePath": "src/tokens/component/label.json5",
38246
+ "isSource": true,
38247
+ "$type": "color"
38248
+ }
38249
+ }
38250
+ },
38251
+ "filePath": "src/tokens/component/label.json5",
38252
+ "isSource": true,
38253
+ "original": {
38254
+ "$value": "{base.color.transparent}",
38255
+ "$type": "color",
38256
+ "$extensions": {
38257
+ "org.primer.figma": {
38258
+ "collection": "mode",
38259
+ "group": "component",
38260
+ "scopes": ["borderColor"]
38261
+ },
38262
+ "org.primer.overrides": {
38263
+ "dark": {
38264
+ "$value": "{base.color.transparent}",
38265
+ "filePath": "src/tokens/component/label.json5",
38266
+ "isSource": true,
38267
+ "$type": "color"
38268
+ },
38269
+ "dark-dimmed": {
38270
+ "$value": "{base.color.transparent}",
38271
+ "filePath": "src/tokens/component/label.json5",
38272
+ "isSource": true,
38273
+ "$type": "color"
38274
+ },
38275
+ "light-high-contrast": {
38276
+ "$value": "{label.gray.fgColor.rest}",
38277
+ "filePath": "src/tokens/component/label.json5",
38278
+ "isSource": true,
38279
+ "$type": "color"
38280
+ },
38281
+ "dark-high-contrast": {
38282
+ "$value": "{label.gray.fgColor.rest}",
38283
+ "filePath": "src/tokens/component/label.json5",
38284
+ "isSource": true,
38285
+ "$type": "color"
38286
+ },
38287
+ "dark-dimmed-high-contrast": {
38288
+ "$value": "{label.gray.fgColor.rest}",
38289
+ "filePath": "src/tokens/component/label.json5",
38290
+ "isSource": true,
38291
+ "$type": "color"
38292
+ },
38293
+ "dark-tritanopia-high-contrast": {
38294
+ "$value": "{label.gray.fgColor.rest}",
38295
+ "filePath": "src/tokens/component/label.json5",
38296
+ "isSource": true,
38297
+ "$type": "color"
38298
+ },
38299
+ "dark-protanopia-deuteranopia-high-contrast": {
38300
+ "$value": "{label.gray.fgColor.rest}",
38301
+ "filePath": "src/tokens/component/label.json5",
38302
+ "isSource": true,
38303
+ "$type": "color"
38304
+ },
38305
+ "light-tritanopia-high-contrast": {
38306
+ "$value": "{label.gray.fgColor.rest}",
38307
+ "filePath": "src/tokens/component/label.json5",
38308
+ "isSource": true,
38309
+ "$type": "color"
38310
+ },
38311
+ "light-protanopia-deuteranopia-high-contrast": {
38312
+ "$value": "{label.gray.fgColor.rest}",
38313
+ "filePath": "src/tokens/component/label.json5",
38314
+ "isSource": true,
38315
+ "$type": "color"
38316
+ }
38317
+ }
38318
+ },
38319
+ "key": "{label.gray.borderColor}"
38320
+ },
38321
+ "name": "label-gray-borderColor",
38322
+ "attributes": {},
38323
+ "path": ["label", "gray", "borderColor"],
38324
+ "value": "#00000000",
38325
+ "type": "color"
38326
+ },
38327
+ "label-gray-fgColor-active": {
38328
+ "key": "{label.gray.fgColor.active}",
38329
+ "$extensions": {
38330
+ "org.primer.figma": {
38331
+ "collection": "mode",
38332
+ "group": "component",
38333
+ "scopes": ["fgColor"]
38334
+ },
38335
+ "org.primer.overrides": {
38336
+ "dark": {
38337
+ "$value": "#b3c0d1",
38338
+ "filePath": "src/tokens/component/label.json5",
38339
+ "isSource": true,
38340
+ "$type": "color"
38341
+ }
38342
+ }
38343
+ },
38344
+ "filePath": "src/tokens/component/label.json5",
38345
+ "isSource": true,
38346
+ "original": {
38347
+ "$value": "{base.display.color.gray.8}",
38348
+ "$type": "color",
38349
+ "$extensions": {
38350
+ "org.primer.figma": {
38351
+ "collection": "mode",
38352
+ "group": "component",
38353
+ "scopes": ["fgColor"]
38354
+ },
38355
+ "org.primer.overrides": {
38356
+ "dark": {
38357
+ "$value": "{base.display.color.gray.8}",
37498
38358
  "filePath": "src/tokens/component/label.json5",
37499
38359
  "isSource": true,
37500
38360
  "$type": "color"
@@ -37726,12 +38586,153 @@
37726
38586
  }
37727
38587
  }
37728
38588
  },
37729
- "key": "{label.green.bgColor.rest}"
38589
+ "key": "{label.green.bgColor.rest}"
38590
+ },
38591
+ "name": "label-green-bgColor-rest",
38592
+ "attributes": {},
38593
+ "path": ["label", "green", "bgColor", "rest"],
38594
+ "value": "#122117",
38595
+ "type": "color"
38596
+ },
38597
+ "label-green-borderColor": {
38598
+ "key": "{label.green.borderColor}",
38599
+ "$extensions": {
38600
+ "org.primer.figma": {
38601
+ "collection": "mode",
38602
+ "group": "component",
38603
+ "scopes": ["borderColor"]
38604
+ },
38605
+ "org.primer.overrides": {
38606
+ "dark": {
38607
+ "$value": "#00000000",
38608
+ "filePath": "src/tokens/component/label.json5",
38609
+ "isSource": true,
38610
+ "$type": "color"
38611
+ },
38612
+ "dark-dimmed": {
38613
+ "$value": "#00000000",
38614
+ "filePath": "src/tokens/component/label.json5",
38615
+ "isSource": true,
38616
+ "$type": "color"
38617
+ },
38618
+ "light-high-contrast": {
38619
+ "$value": "#41b445",
38620
+ "filePath": "src/tokens/component/label.json5",
38621
+ "isSource": true,
38622
+ "$type": "color"
38623
+ },
38624
+ "dark-high-contrast": {
38625
+ "$value": "#41b445",
38626
+ "filePath": "src/tokens/component/label.json5",
38627
+ "isSource": true,
38628
+ "$type": "color"
38629
+ },
38630
+ "dark-dimmed-high-contrast": {
38631
+ "$value": "#41b445",
38632
+ "filePath": "src/tokens/component/label.json5",
38633
+ "isSource": true,
38634
+ "$type": "color"
38635
+ },
38636
+ "dark-tritanopia-high-contrast": {
38637
+ "$value": "#41b445",
38638
+ "filePath": "src/tokens/component/label.json5",
38639
+ "isSource": true,
38640
+ "$type": "color"
38641
+ },
38642
+ "dark-protanopia-deuteranopia-high-contrast": {
38643
+ "$value": "#41b445",
38644
+ "filePath": "src/tokens/component/label.json5",
38645
+ "isSource": true,
38646
+ "$type": "color"
38647
+ },
38648
+ "light-tritanopia-high-contrast": {
38649
+ "$value": "#41b445",
38650
+ "filePath": "src/tokens/component/label.json5",
38651
+ "isSource": true,
38652
+ "$type": "color"
38653
+ },
38654
+ "light-protanopia-deuteranopia-high-contrast": {
38655
+ "$value": "#41b445",
38656
+ "filePath": "src/tokens/component/label.json5",
38657
+ "isSource": true,
38658
+ "$type": "color"
38659
+ }
38660
+ }
38661
+ },
38662
+ "filePath": "src/tokens/component/label.json5",
38663
+ "isSource": true,
38664
+ "original": {
38665
+ "$value": "{base.color.transparent}",
38666
+ "$type": "color",
38667
+ "$extensions": {
38668
+ "org.primer.figma": {
38669
+ "collection": "mode",
38670
+ "group": "component",
38671
+ "scopes": ["borderColor"]
38672
+ },
38673
+ "org.primer.overrides": {
38674
+ "dark": {
38675
+ "$value": "{base.color.transparent}",
38676
+ "filePath": "src/tokens/component/label.json5",
38677
+ "isSource": true,
38678
+ "$type": "color"
38679
+ },
38680
+ "dark-dimmed": {
38681
+ "$value": "{base.color.transparent}",
38682
+ "filePath": "src/tokens/component/label.json5",
38683
+ "isSource": true,
38684
+ "$type": "color"
38685
+ },
38686
+ "light-high-contrast": {
38687
+ "$value": "{label.green.fgColor.rest}",
38688
+ "filePath": "src/tokens/component/label.json5",
38689
+ "isSource": true,
38690
+ "$type": "color"
38691
+ },
38692
+ "dark-high-contrast": {
38693
+ "$value": "{label.green.fgColor.rest}",
38694
+ "filePath": "src/tokens/component/label.json5",
38695
+ "isSource": true,
38696
+ "$type": "color"
38697
+ },
38698
+ "dark-dimmed-high-contrast": {
38699
+ "$value": "{label.green.fgColor.rest}",
38700
+ "filePath": "src/tokens/component/label.json5",
38701
+ "isSource": true,
38702
+ "$type": "color"
38703
+ },
38704
+ "dark-tritanopia-high-contrast": {
38705
+ "$value": "{label.green.fgColor.rest}",
38706
+ "filePath": "src/tokens/component/label.json5",
38707
+ "isSource": true,
38708
+ "$type": "color"
38709
+ },
38710
+ "dark-protanopia-deuteranopia-high-contrast": {
38711
+ "$value": "{label.green.fgColor.rest}",
38712
+ "filePath": "src/tokens/component/label.json5",
38713
+ "isSource": true,
38714
+ "$type": "color"
38715
+ },
38716
+ "light-tritanopia-high-contrast": {
38717
+ "$value": "{label.green.fgColor.rest}",
38718
+ "filePath": "src/tokens/component/label.json5",
38719
+ "isSource": true,
38720
+ "$type": "color"
38721
+ },
38722
+ "light-protanopia-deuteranopia-high-contrast": {
38723
+ "$value": "{label.green.fgColor.rest}",
38724
+ "filePath": "src/tokens/component/label.json5",
38725
+ "isSource": true,
38726
+ "$type": "color"
38727
+ }
38728
+ }
38729
+ },
38730
+ "key": "{label.green.borderColor}"
37730
38731
  },
37731
- "name": "label-green-bgColor-rest",
38732
+ "name": "label-green-borderColor",
37732
38733
  "attributes": {},
37733
- "path": ["label", "green", "bgColor", "rest"],
37734
- "value": "#122117",
38734
+ "path": ["label", "green", "borderColor"],
38735
+ "value": "#00000000",
37735
38736
  "type": "color"
37736
38737
  },
37737
38738
  "label-green-fgColor-active": {
@@ -38004,6 +39005,147 @@
38004
39005
  "value": "#1b183f",
38005
39006
  "type": "color"
38006
39007
  },
39008
+ "label-indigo-borderColor": {
39009
+ "key": "{label.indigo.borderColor}",
39010
+ "$extensions": {
39011
+ "org.primer.figma": {
39012
+ "collection": "mode",
39013
+ "group": "component",
39014
+ "scopes": ["borderColor"]
39015
+ },
39016
+ "org.primer.overrides": {
39017
+ "dark": {
39018
+ "$value": "#00000000",
39019
+ "filePath": "src/tokens/component/label.json5",
39020
+ "isSource": true,
39021
+ "$type": "color"
39022
+ },
39023
+ "dark-dimmed": {
39024
+ "$value": "#00000000",
39025
+ "filePath": "src/tokens/component/label.json5",
39026
+ "isSource": true,
39027
+ "$type": "color"
39028
+ },
39029
+ "light-high-contrast": {
39030
+ "$value": "#9899ec",
39031
+ "filePath": "src/tokens/component/label.json5",
39032
+ "isSource": true,
39033
+ "$type": "color"
39034
+ },
39035
+ "dark-high-contrast": {
39036
+ "$value": "#9899ec",
39037
+ "filePath": "src/tokens/component/label.json5",
39038
+ "isSource": true,
39039
+ "$type": "color"
39040
+ },
39041
+ "dark-dimmed-high-contrast": {
39042
+ "$value": "#9899ec",
39043
+ "filePath": "src/tokens/component/label.json5",
39044
+ "isSource": true,
39045
+ "$type": "color"
39046
+ },
39047
+ "dark-tritanopia-high-contrast": {
39048
+ "$value": "#9899ec",
39049
+ "filePath": "src/tokens/component/label.json5",
39050
+ "isSource": true,
39051
+ "$type": "color"
39052
+ },
39053
+ "dark-protanopia-deuteranopia-high-contrast": {
39054
+ "$value": "#9899ec",
39055
+ "filePath": "src/tokens/component/label.json5",
39056
+ "isSource": true,
39057
+ "$type": "color"
39058
+ },
39059
+ "light-tritanopia-high-contrast": {
39060
+ "$value": "#9899ec",
39061
+ "filePath": "src/tokens/component/label.json5",
39062
+ "isSource": true,
39063
+ "$type": "color"
39064
+ },
39065
+ "light-protanopia-deuteranopia-high-contrast": {
39066
+ "$value": "#9899ec",
39067
+ "filePath": "src/tokens/component/label.json5",
39068
+ "isSource": true,
39069
+ "$type": "color"
39070
+ }
39071
+ }
39072
+ },
39073
+ "filePath": "src/tokens/component/label.json5",
39074
+ "isSource": true,
39075
+ "original": {
39076
+ "$value": "{base.color.transparent}",
39077
+ "$type": "color",
39078
+ "$extensions": {
39079
+ "org.primer.figma": {
39080
+ "collection": "mode",
39081
+ "group": "component",
39082
+ "scopes": ["borderColor"]
39083
+ },
39084
+ "org.primer.overrides": {
39085
+ "dark": {
39086
+ "$value": "{base.color.transparent}",
39087
+ "filePath": "src/tokens/component/label.json5",
39088
+ "isSource": true,
39089
+ "$type": "color"
39090
+ },
39091
+ "dark-dimmed": {
39092
+ "$value": "{base.color.transparent}",
39093
+ "filePath": "src/tokens/component/label.json5",
39094
+ "isSource": true,
39095
+ "$type": "color"
39096
+ },
39097
+ "light-high-contrast": {
39098
+ "$value": "{label.indigo.fgColor.rest}",
39099
+ "filePath": "src/tokens/component/label.json5",
39100
+ "isSource": true,
39101
+ "$type": "color"
39102
+ },
39103
+ "dark-high-contrast": {
39104
+ "$value": "{label.indigo.fgColor.rest}",
39105
+ "filePath": "src/tokens/component/label.json5",
39106
+ "isSource": true,
39107
+ "$type": "color"
39108
+ },
39109
+ "dark-dimmed-high-contrast": {
39110
+ "$value": "{label.indigo.fgColor.rest}",
39111
+ "filePath": "src/tokens/component/label.json5",
39112
+ "isSource": true,
39113
+ "$type": "color"
39114
+ },
39115
+ "dark-tritanopia-high-contrast": {
39116
+ "$value": "{label.indigo.fgColor.rest}",
39117
+ "filePath": "src/tokens/component/label.json5",
39118
+ "isSource": true,
39119
+ "$type": "color"
39120
+ },
39121
+ "dark-protanopia-deuteranopia-high-contrast": {
39122
+ "$value": "{label.indigo.fgColor.rest}",
39123
+ "filePath": "src/tokens/component/label.json5",
39124
+ "isSource": true,
39125
+ "$type": "color"
39126
+ },
39127
+ "light-tritanopia-high-contrast": {
39128
+ "$value": "{label.indigo.fgColor.rest}",
39129
+ "filePath": "src/tokens/component/label.json5",
39130
+ "isSource": true,
39131
+ "$type": "color"
39132
+ },
39133
+ "light-protanopia-deuteranopia-high-contrast": {
39134
+ "$value": "{label.indigo.fgColor.rest}",
39135
+ "filePath": "src/tokens/component/label.json5",
39136
+ "isSource": true,
39137
+ "$type": "color"
39138
+ }
39139
+ }
39140
+ },
39141
+ "key": "{label.indigo.borderColor}"
39142
+ },
39143
+ "name": "label-indigo-borderColor",
39144
+ "attributes": {},
39145
+ "path": ["label", "indigo", "borderColor"],
39146
+ "value": "#00000000",
39147
+ "type": "color"
39148
+ },
38007
39149
  "label-indigo-fgColor-active": {
38008
39150
  "key": "{label.indigo.fgColor.active}",
38009
39151
  "$extensions": {
@@ -38212,34 +39354,127 @@
38212
39354
  "group": "component",
38213
39355
  "scopes": ["bgColor"]
38214
39356
  },
38215
- "org.primer.overrides": {
38216
- "dark": {
38217
- "$value": "{base.display.color.lemon.1}",
38218
- "filePath": "src/tokens/component/label.json5",
38219
- "isSource": true,
38220
- "$type": "color"
38221
- }
38222
- }
38223
- },
38224
- "key": "{label.lemon.bgColor.hover}"
38225
- },
38226
- "name": "label-lemon-bgColor-hover",
38227
- "attributes": {},
38228
- "path": ["label", "lemon", "bgColor", "hover"],
38229
- "value": "#372901",
38230
- "type": "color"
38231
- },
38232
- "label-lemon-bgColor-rest": {
38233
- "key": "{label.lemon.bgColor.rest}",
38234
- "$extensions": {
38235
- "org.primer.figma": {
38236
- "collection": "mode",
38237
- "group": "component",
38238
- "scopes": ["bgColor"]
38239
- },
38240
- "org.primer.overrides": {
38241
- "dark": {
38242
- "$value": "#291d00",
39357
+ "org.primer.overrides": {
39358
+ "dark": {
39359
+ "$value": "{base.display.color.lemon.1}",
39360
+ "filePath": "src/tokens/component/label.json5",
39361
+ "isSource": true,
39362
+ "$type": "color"
39363
+ }
39364
+ }
39365
+ },
39366
+ "key": "{label.lemon.bgColor.hover}"
39367
+ },
39368
+ "name": "label-lemon-bgColor-hover",
39369
+ "attributes": {},
39370
+ "path": ["label", "lemon", "bgColor", "hover"],
39371
+ "value": "#372901",
39372
+ "type": "color"
39373
+ },
39374
+ "label-lemon-bgColor-rest": {
39375
+ "key": "{label.lemon.bgColor.rest}",
39376
+ "$extensions": {
39377
+ "org.primer.figma": {
39378
+ "collection": "mode",
39379
+ "group": "component",
39380
+ "scopes": ["bgColor"]
39381
+ },
39382
+ "org.primer.overrides": {
39383
+ "dark": {
39384
+ "$value": "#291d00",
39385
+ "filePath": "src/tokens/component/label.json5",
39386
+ "isSource": true,
39387
+ "$type": "color"
39388
+ }
39389
+ }
39390
+ },
39391
+ "filePath": "src/tokens/component/label.json5",
39392
+ "isSource": true,
39393
+ "original": {
39394
+ "$value": "{base.display.color.lemon.0}",
39395
+ "$type": "color",
39396
+ "$extensions": {
39397
+ "org.primer.figma": {
39398
+ "collection": "mode",
39399
+ "group": "component",
39400
+ "scopes": ["bgColor"]
39401
+ },
39402
+ "org.primer.overrides": {
39403
+ "dark": {
39404
+ "$value": "{base.display.color.lemon.0}",
39405
+ "filePath": "src/tokens/component/label.json5",
39406
+ "isSource": true,
39407
+ "$type": "color"
39408
+ }
39409
+ }
39410
+ },
39411
+ "key": "{label.lemon.bgColor.rest}"
39412
+ },
39413
+ "name": "label-lemon-bgColor-rest",
39414
+ "attributes": {},
39415
+ "path": ["label", "lemon", "bgColor", "rest"],
39416
+ "value": "#291d00",
39417
+ "type": "color"
39418
+ },
39419
+ "label-lemon-borderColor": {
39420
+ "key": "{label.lemon.borderColor}",
39421
+ "$extensions": {
39422
+ "org.primer.figma": {
39423
+ "collection": "mode",
39424
+ "group": "component",
39425
+ "scopes": ["borderColor"]
39426
+ },
39427
+ "org.primer.overrides": {
39428
+ "dark": {
39429
+ "$value": "#00000000",
39430
+ "filePath": "src/tokens/component/label.json5",
39431
+ "isSource": true,
39432
+ "$type": "color"
39433
+ },
39434
+ "dark-dimmed": {
39435
+ "$value": "#00000000",
39436
+ "filePath": "src/tokens/component/label.json5",
39437
+ "isSource": true,
39438
+ "$type": "color"
39439
+ },
39440
+ "light-high-contrast": {
39441
+ "$value": "#ba9b12",
39442
+ "filePath": "src/tokens/component/label.json5",
39443
+ "isSource": true,
39444
+ "$type": "color"
39445
+ },
39446
+ "dark-high-contrast": {
39447
+ "$value": "#ba9b12",
39448
+ "filePath": "src/tokens/component/label.json5",
39449
+ "isSource": true,
39450
+ "$type": "color"
39451
+ },
39452
+ "dark-dimmed-high-contrast": {
39453
+ "$value": "#ba9b12",
39454
+ "filePath": "src/tokens/component/label.json5",
39455
+ "isSource": true,
39456
+ "$type": "color"
39457
+ },
39458
+ "dark-tritanopia-high-contrast": {
39459
+ "$value": "#ba9b12",
39460
+ "filePath": "src/tokens/component/label.json5",
39461
+ "isSource": true,
39462
+ "$type": "color"
39463
+ },
39464
+ "dark-protanopia-deuteranopia-high-contrast": {
39465
+ "$value": "#ba9b12",
39466
+ "filePath": "src/tokens/component/label.json5",
39467
+ "isSource": true,
39468
+ "$type": "color"
39469
+ },
39470
+ "light-tritanopia-high-contrast": {
39471
+ "$value": "#ba9b12",
39472
+ "filePath": "src/tokens/component/label.json5",
39473
+ "isSource": true,
39474
+ "$type": "color"
39475
+ },
39476
+ "light-protanopia-deuteranopia-high-contrast": {
39477
+ "$value": "#ba9b12",
38243
39478
  "filePath": "src/tokens/component/label.json5",
38244
39479
  "isSource": true,
38245
39480
  "$type": "color"
@@ -38249,29 +39484,77 @@
38249
39484
  "filePath": "src/tokens/component/label.json5",
38250
39485
  "isSource": true,
38251
39486
  "original": {
38252
- "$value": "{base.display.color.lemon.0}",
39487
+ "$value": "{base.color.transparent}",
38253
39488
  "$type": "color",
38254
39489
  "$extensions": {
38255
39490
  "org.primer.figma": {
38256
39491
  "collection": "mode",
38257
39492
  "group": "component",
38258
- "scopes": ["bgColor"]
39493
+ "scopes": ["borderColor"]
38259
39494
  },
38260
39495
  "org.primer.overrides": {
38261
39496
  "dark": {
38262
- "$value": "{base.display.color.lemon.0}",
39497
+ "$value": "{base.color.transparent}",
39498
+ "filePath": "src/tokens/component/label.json5",
39499
+ "isSource": true,
39500
+ "$type": "color"
39501
+ },
39502
+ "dark-dimmed": {
39503
+ "$value": "{base.color.transparent}",
39504
+ "filePath": "src/tokens/component/label.json5",
39505
+ "isSource": true,
39506
+ "$type": "color"
39507
+ },
39508
+ "light-high-contrast": {
39509
+ "$value": "{label.lemon.fgColor.rest}",
39510
+ "filePath": "src/tokens/component/label.json5",
39511
+ "isSource": true,
39512
+ "$type": "color"
39513
+ },
39514
+ "dark-high-contrast": {
39515
+ "$value": "{label.lemon.fgColor.rest}",
39516
+ "filePath": "src/tokens/component/label.json5",
39517
+ "isSource": true,
39518
+ "$type": "color"
39519
+ },
39520
+ "dark-dimmed-high-contrast": {
39521
+ "$value": "{label.lemon.fgColor.rest}",
39522
+ "filePath": "src/tokens/component/label.json5",
39523
+ "isSource": true,
39524
+ "$type": "color"
39525
+ },
39526
+ "dark-tritanopia-high-contrast": {
39527
+ "$value": "{label.lemon.fgColor.rest}",
39528
+ "filePath": "src/tokens/component/label.json5",
39529
+ "isSource": true,
39530
+ "$type": "color"
39531
+ },
39532
+ "dark-protanopia-deuteranopia-high-contrast": {
39533
+ "$value": "{label.lemon.fgColor.rest}",
39534
+ "filePath": "src/tokens/component/label.json5",
39535
+ "isSource": true,
39536
+ "$type": "color"
39537
+ },
39538
+ "light-tritanopia-high-contrast": {
39539
+ "$value": "{label.lemon.fgColor.rest}",
39540
+ "filePath": "src/tokens/component/label.json5",
39541
+ "isSource": true,
39542
+ "$type": "color"
39543
+ },
39544
+ "light-protanopia-deuteranopia-high-contrast": {
39545
+ "$value": "{label.lemon.fgColor.rest}",
38263
39546
  "filePath": "src/tokens/component/label.json5",
38264
39547
  "isSource": true,
38265
39548
  "$type": "color"
38266
39549
  }
38267
39550
  }
38268
39551
  },
38269
- "key": "{label.lemon.bgColor.rest}"
39552
+ "key": "{label.lemon.borderColor}"
38270
39553
  },
38271
- "name": "label-lemon-bgColor-rest",
39554
+ "name": "label-lemon-borderColor",
38272
39555
  "attributes": {},
38273
- "path": ["label", "lemon", "bgColor", "rest"],
38274
- "value": "#291d00",
39556
+ "path": ["label", "lemon", "borderColor"],
39557
+ "value": "#00000000",
38275
39558
  "type": "color"
38276
39559
  },
38277
39560
  "label-lemon-fgColor-active": {
@@ -38544,6 +39827,147 @@
38544
39827
  "value": "#141f0f",
38545
39828
  "type": "color"
38546
39829
  },
39830
+ "label-lime-borderColor": {
39831
+ "key": "{label.lime.borderColor}",
39832
+ "$extensions": {
39833
+ "org.primer.figma": {
39834
+ "collection": "mode",
39835
+ "group": "component",
39836
+ "scopes": ["borderColor"]
39837
+ },
39838
+ "org.primer.overrides": {
39839
+ "dark": {
39840
+ "$value": "#00000000",
39841
+ "filePath": "src/tokens/component/label.json5",
39842
+ "isSource": true,
39843
+ "$type": "color"
39844
+ },
39845
+ "dark-dimmed": {
39846
+ "$value": "#00000000",
39847
+ "filePath": "src/tokens/component/label.json5",
39848
+ "isSource": true,
39849
+ "$type": "color"
39850
+ },
39851
+ "light-high-contrast": {
39852
+ "$value": "#7dae37",
39853
+ "filePath": "src/tokens/component/label.json5",
39854
+ "isSource": true,
39855
+ "$type": "color"
39856
+ },
39857
+ "dark-high-contrast": {
39858
+ "$value": "#7dae37",
39859
+ "filePath": "src/tokens/component/label.json5",
39860
+ "isSource": true,
39861
+ "$type": "color"
39862
+ },
39863
+ "dark-dimmed-high-contrast": {
39864
+ "$value": "#7dae37",
39865
+ "filePath": "src/tokens/component/label.json5",
39866
+ "isSource": true,
39867
+ "$type": "color"
39868
+ },
39869
+ "dark-tritanopia-high-contrast": {
39870
+ "$value": "#7dae37",
39871
+ "filePath": "src/tokens/component/label.json5",
39872
+ "isSource": true,
39873
+ "$type": "color"
39874
+ },
39875
+ "dark-protanopia-deuteranopia-high-contrast": {
39876
+ "$value": "#7dae37",
39877
+ "filePath": "src/tokens/component/label.json5",
39878
+ "isSource": true,
39879
+ "$type": "color"
39880
+ },
39881
+ "light-tritanopia-high-contrast": {
39882
+ "$value": "#7dae37",
39883
+ "filePath": "src/tokens/component/label.json5",
39884
+ "isSource": true,
39885
+ "$type": "color"
39886
+ },
39887
+ "light-protanopia-deuteranopia-high-contrast": {
39888
+ "$value": "#7dae37",
39889
+ "filePath": "src/tokens/component/label.json5",
39890
+ "isSource": true,
39891
+ "$type": "color"
39892
+ }
39893
+ }
39894
+ },
39895
+ "filePath": "src/tokens/component/label.json5",
39896
+ "isSource": true,
39897
+ "original": {
39898
+ "$value": "{base.color.transparent}",
39899
+ "$type": "color",
39900
+ "$extensions": {
39901
+ "org.primer.figma": {
39902
+ "collection": "mode",
39903
+ "group": "component",
39904
+ "scopes": ["borderColor"]
39905
+ },
39906
+ "org.primer.overrides": {
39907
+ "dark": {
39908
+ "$value": "{base.color.transparent}",
39909
+ "filePath": "src/tokens/component/label.json5",
39910
+ "isSource": true,
39911
+ "$type": "color"
39912
+ },
39913
+ "dark-dimmed": {
39914
+ "$value": "{base.color.transparent}",
39915
+ "filePath": "src/tokens/component/label.json5",
39916
+ "isSource": true,
39917
+ "$type": "color"
39918
+ },
39919
+ "light-high-contrast": {
39920
+ "$value": "{label.lime.fgColor.rest}",
39921
+ "filePath": "src/tokens/component/label.json5",
39922
+ "isSource": true,
39923
+ "$type": "color"
39924
+ },
39925
+ "dark-high-contrast": {
39926
+ "$value": "{label.lime.fgColor.rest}",
39927
+ "filePath": "src/tokens/component/label.json5",
39928
+ "isSource": true,
39929
+ "$type": "color"
39930
+ },
39931
+ "dark-dimmed-high-contrast": {
39932
+ "$value": "{label.lime.fgColor.rest}",
39933
+ "filePath": "src/tokens/component/label.json5",
39934
+ "isSource": true,
39935
+ "$type": "color"
39936
+ },
39937
+ "dark-tritanopia-high-contrast": {
39938
+ "$value": "{label.lime.fgColor.rest}",
39939
+ "filePath": "src/tokens/component/label.json5",
39940
+ "isSource": true,
39941
+ "$type": "color"
39942
+ },
39943
+ "dark-protanopia-deuteranopia-high-contrast": {
39944
+ "$value": "{label.lime.fgColor.rest}",
39945
+ "filePath": "src/tokens/component/label.json5",
39946
+ "isSource": true,
39947
+ "$type": "color"
39948
+ },
39949
+ "light-tritanopia-high-contrast": {
39950
+ "$value": "{label.lime.fgColor.rest}",
39951
+ "filePath": "src/tokens/component/label.json5",
39952
+ "isSource": true,
39953
+ "$type": "color"
39954
+ },
39955
+ "light-protanopia-deuteranopia-high-contrast": {
39956
+ "$value": "{label.lime.fgColor.rest}",
39957
+ "filePath": "src/tokens/component/label.json5",
39958
+ "isSource": true,
39959
+ "$type": "color"
39960
+ }
39961
+ }
39962
+ },
39963
+ "key": "{label.lime.borderColor}"
39964
+ },
39965
+ "name": "label-lime-borderColor",
39966
+ "attributes": {},
39967
+ "path": ["label", "lime", "borderColor"],
39968
+ "value": "#00000000",
39969
+ "type": "color"
39970
+ },
38547
39971
  "label-lime-fgColor-active": {
38548
39972
  "key": "{label.lime.fgColor.active}",
38549
39973
  "$extensions": {
@@ -38724,8 +40148,53 @@
38724
40148
  "value": "#374115",
38725
40149
  "type": "color"
38726
40150
  },
38727
- "label-olive-bgColor-hover": {
38728
- "key": "{label.olive.bgColor.hover}",
40151
+ "label-olive-bgColor-hover": {
40152
+ "key": "{label.olive.bgColor.hover}",
40153
+ "$extensions": {
40154
+ "org.primer.figma": {
40155
+ "collection": "mode",
40156
+ "group": "component",
40157
+ "scopes": ["bgColor"]
40158
+ },
40159
+ "org.primer.overrides": {
40160
+ "dark": {
40161
+ "$value": "#252d10",
40162
+ "filePath": "src/tokens/component/label.json5",
40163
+ "isSource": true,
40164
+ "$type": "color"
40165
+ }
40166
+ }
40167
+ },
40168
+ "filePath": "src/tokens/component/label.json5",
40169
+ "isSource": true,
40170
+ "original": {
40171
+ "$value": "{base.display.color.olive.1}",
40172
+ "$type": "color",
40173
+ "$extensions": {
40174
+ "org.primer.figma": {
40175
+ "collection": "mode",
40176
+ "group": "component",
40177
+ "scopes": ["bgColor"]
40178
+ },
40179
+ "org.primer.overrides": {
40180
+ "dark": {
40181
+ "$value": "{base.display.color.olive.1}",
40182
+ "filePath": "src/tokens/component/label.json5",
40183
+ "isSource": true,
40184
+ "$type": "color"
40185
+ }
40186
+ }
40187
+ },
40188
+ "key": "{label.olive.bgColor.hover}"
40189
+ },
40190
+ "name": "label-olive-bgColor-hover",
40191
+ "attributes": {},
40192
+ "path": ["label", "olive", "bgColor", "hover"],
40193
+ "value": "#252d10",
40194
+ "type": "color"
40195
+ },
40196
+ "label-olive-bgColor-rest": {
40197
+ "key": "{label.olive.bgColor.rest}",
38729
40198
  "$extensions": {
38730
40199
  "org.primer.figma": {
38731
40200
  "collection": "mode",
@@ -38734,7 +40203,7 @@
38734
40203
  },
38735
40204
  "org.primer.overrides": {
38736
40205
  "dark": {
38737
- "$value": "#252d10",
40206
+ "$value": "#171e0b",
38738
40207
  "filePath": "src/tokens/component/label.json5",
38739
40208
  "isSource": true,
38740
40209
  "$type": "color"
@@ -38744,7 +40213,7 @@
38744
40213
  "filePath": "src/tokens/component/label.json5",
38745
40214
  "isSource": true,
38746
40215
  "original": {
38747
- "$value": "{base.display.color.olive.1}",
40216
+ "$value": "{base.display.color.olive.0}",
38748
40217
  "$type": "color",
38749
40218
  "$extensions": {
38750
40219
  "org.primer.figma": {
@@ -38754,32 +40223,80 @@
38754
40223
  },
38755
40224
  "org.primer.overrides": {
38756
40225
  "dark": {
38757
- "$value": "{base.display.color.olive.1}",
40226
+ "$value": "{base.display.color.olive.0}",
38758
40227
  "filePath": "src/tokens/component/label.json5",
38759
40228
  "isSource": true,
38760
40229
  "$type": "color"
38761
40230
  }
38762
40231
  }
38763
40232
  },
38764
- "key": "{label.olive.bgColor.hover}"
40233
+ "key": "{label.olive.bgColor.rest}"
38765
40234
  },
38766
- "name": "label-olive-bgColor-hover",
40235
+ "name": "label-olive-bgColor-rest",
38767
40236
  "attributes": {},
38768
- "path": ["label", "olive", "bgColor", "hover"],
38769
- "value": "#252d10",
40237
+ "path": ["label", "olive", "bgColor", "rest"],
40238
+ "value": "#171e0b",
38770
40239
  "type": "color"
38771
40240
  },
38772
- "label-olive-bgColor-rest": {
38773
- "key": "{label.olive.bgColor.rest}",
40241
+ "label-olive-borderColor": {
40242
+ "key": "{label.olive.borderColor}",
38774
40243
  "$extensions": {
38775
40244
  "org.primer.figma": {
38776
40245
  "collection": "mode",
38777
40246
  "group": "component",
38778
- "scopes": ["bgColor"]
40247
+ "scopes": ["borderColor"]
38779
40248
  },
38780
40249
  "org.primer.overrides": {
38781
40250
  "dark": {
38782
- "$value": "#171e0b",
40251
+ "$value": "#00000000",
40252
+ "filePath": "src/tokens/component/label.json5",
40253
+ "isSource": true,
40254
+ "$type": "color"
40255
+ },
40256
+ "dark-dimmed": {
40257
+ "$value": "#00000000",
40258
+ "filePath": "src/tokens/component/label.json5",
40259
+ "isSource": true,
40260
+ "$type": "color"
40261
+ },
40262
+ "light-high-contrast": {
40263
+ "$value": "#a2a626",
40264
+ "filePath": "src/tokens/component/label.json5",
40265
+ "isSource": true,
40266
+ "$type": "color"
40267
+ },
40268
+ "dark-high-contrast": {
40269
+ "$value": "#a2a626",
40270
+ "filePath": "src/tokens/component/label.json5",
40271
+ "isSource": true,
40272
+ "$type": "color"
40273
+ },
40274
+ "dark-dimmed-high-contrast": {
40275
+ "$value": "#a2a626",
40276
+ "filePath": "src/tokens/component/label.json5",
40277
+ "isSource": true,
40278
+ "$type": "color"
40279
+ },
40280
+ "dark-tritanopia-high-contrast": {
40281
+ "$value": "#a2a626",
40282
+ "filePath": "src/tokens/component/label.json5",
40283
+ "isSource": true,
40284
+ "$type": "color"
40285
+ },
40286
+ "dark-protanopia-deuteranopia-high-contrast": {
40287
+ "$value": "#a2a626",
40288
+ "filePath": "src/tokens/component/label.json5",
40289
+ "isSource": true,
40290
+ "$type": "color"
40291
+ },
40292
+ "light-tritanopia-high-contrast": {
40293
+ "$value": "#a2a626",
40294
+ "filePath": "src/tokens/component/label.json5",
40295
+ "isSource": true,
40296
+ "$type": "color"
40297
+ },
40298
+ "light-protanopia-deuteranopia-high-contrast": {
40299
+ "$value": "#a2a626",
38783
40300
  "filePath": "src/tokens/component/label.json5",
38784
40301
  "isSource": true,
38785
40302
  "$type": "color"
@@ -38789,29 +40306,77 @@
38789
40306
  "filePath": "src/tokens/component/label.json5",
38790
40307
  "isSource": true,
38791
40308
  "original": {
38792
- "$value": "{base.display.color.olive.0}",
40309
+ "$value": "{base.color.transparent}",
38793
40310
  "$type": "color",
38794
40311
  "$extensions": {
38795
40312
  "org.primer.figma": {
38796
40313
  "collection": "mode",
38797
40314
  "group": "component",
38798
- "scopes": ["bgColor"]
40315
+ "scopes": ["borderColor"]
38799
40316
  },
38800
40317
  "org.primer.overrides": {
38801
40318
  "dark": {
38802
- "$value": "{base.display.color.olive.0}",
40319
+ "$value": "{base.color.transparent}",
40320
+ "filePath": "src/tokens/component/label.json5",
40321
+ "isSource": true,
40322
+ "$type": "color"
40323
+ },
40324
+ "dark-dimmed": {
40325
+ "$value": "{base.color.transparent}",
40326
+ "filePath": "src/tokens/component/label.json5",
40327
+ "isSource": true,
40328
+ "$type": "color"
40329
+ },
40330
+ "light-high-contrast": {
40331
+ "$value": "{label.olive.fgColor.rest}",
40332
+ "filePath": "src/tokens/component/label.json5",
40333
+ "isSource": true,
40334
+ "$type": "color"
40335
+ },
40336
+ "dark-high-contrast": {
40337
+ "$value": "{label.olive.fgColor.rest}",
40338
+ "filePath": "src/tokens/component/label.json5",
40339
+ "isSource": true,
40340
+ "$type": "color"
40341
+ },
40342
+ "dark-dimmed-high-contrast": {
40343
+ "$value": "{label.olive.fgColor.rest}",
40344
+ "filePath": "src/tokens/component/label.json5",
40345
+ "isSource": true,
40346
+ "$type": "color"
40347
+ },
40348
+ "dark-tritanopia-high-contrast": {
40349
+ "$value": "{label.olive.fgColor.rest}",
40350
+ "filePath": "src/tokens/component/label.json5",
40351
+ "isSource": true,
40352
+ "$type": "color"
40353
+ },
40354
+ "dark-protanopia-deuteranopia-high-contrast": {
40355
+ "$value": "{label.olive.fgColor.rest}",
40356
+ "filePath": "src/tokens/component/label.json5",
40357
+ "isSource": true,
40358
+ "$type": "color"
40359
+ },
40360
+ "light-tritanopia-high-contrast": {
40361
+ "$value": "{label.olive.fgColor.rest}",
40362
+ "filePath": "src/tokens/component/label.json5",
40363
+ "isSource": true,
40364
+ "$type": "color"
40365
+ },
40366
+ "light-protanopia-deuteranopia-high-contrast": {
40367
+ "$value": "{label.olive.fgColor.rest}",
38803
40368
  "filePath": "src/tokens/component/label.json5",
38804
40369
  "isSource": true,
38805
40370
  "$type": "color"
38806
40371
  }
38807
40372
  }
38808
40373
  },
38809
- "key": "{label.olive.bgColor.rest}"
40374
+ "key": "{label.olive.borderColor}"
38810
40375
  },
38811
- "name": "label-olive-bgColor-rest",
40376
+ "name": "label-olive-borderColor",
38812
40377
  "attributes": {},
38813
- "path": ["label", "olive", "bgColor", "rest"],
38814
- "value": "#171e0b",
40378
+ "path": ["label", "olive", "borderColor"],
40379
+ "value": "#00000000",
38815
40380
  "type": "color"
38816
40381
  },
38817
40382
  "label-olive-fgColor-active": {
@@ -39080,8 +40645,149 @@
39080
40645
  },
39081
40646
  "name": "label-orange-bgColor-rest",
39082
40647
  "attributes": {},
39083
- "path": ["label", "orange", "bgColor", "rest"],
39084
- "value": "#311708",
40648
+ "path": ["label", "orange", "bgColor", "rest"],
40649
+ "value": "#311708",
40650
+ "type": "color"
40651
+ },
40652
+ "label-orange-borderColor": {
40653
+ "key": "{label.orange.borderColor}",
40654
+ "$extensions": {
40655
+ "org.primer.figma": {
40656
+ "collection": "mode",
40657
+ "group": "component",
40658
+ "scopes": ["borderColor"]
40659
+ },
40660
+ "org.primer.overrides": {
40661
+ "dark": {
40662
+ "$value": "#00000000",
40663
+ "filePath": "src/tokens/component/label.json5",
40664
+ "isSource": true,
40665
+ "$type": "color"
40666
+ },
40667
+ "dark-dimmed": {
40668
+ "$value": "#00000000",
40669
+ "filePath": "src/tokens/component/label.json5",
40670
+ "isSource": true,
40671
+ "$type": "color"
40672
+ },
40673
+ "light-high-contrast": {
40674
+ "$value": "#ed8326",
40675
+ "filePath": "src/tokens/component/label.json5",
40676
+ "isSource": true,
40677
+ "$type": "color"
40678
+ },
40679
+ "dark-high-contrast": {
40680
+ "$value": "#ed8326",
40681
+ "filePath": "src/tokens/component/label.json5",
40682
+ "isSource": true,
40683
+ "$type": "color"
40684
+ },
40685
+ "dark-dimmed-high-contrast": {
40686
+ "$value": "#ed8326",
40687
+ "filePath": "src/tokens/component/label.json5",
40688
+ "isSource": true,
40689
+ "$type": "color"
40690
+ },
40691
+ "dark-tritanopia-high-contrast": {
40692
+ "$value": "#ed8326",
40693
+ "filePath": "src/tokens/component/label.json5",
40694
+ "isSource": true,
40695
+ "$type": "color"
40696
+ },
40697
+ "dark-protanopia-deuteranopia-high-contrast": {
40698
+ "$value": "#ed8326",
40699
+ "filePath": "src/tokens/component/label.json5",
40700
+ "isSource": true,
40701
+ "$type": "color"
40702
+ },
40703
+ "light-tritanopia-high-contrast": {
40704
+ "$value": "#ed8326",
40705
+ "filePath": "src/tokens/component/label.json5",
40706
+ "isSource": true,
40707
+ "$type": "color"
40708
+ },
40709
+ "light-protanopia-deuteranopia-high-contrast": {
40710
+ "$value": "#ed8326",
40711
+ "filePath": "src/tokens/component/label.json5",
40712
+ "isSource": true,
40713
+ "$type": "color"
40714
+ }
40715
+ }
40716
+ },
40717
+ "filePath": "src/tokens/component/label.json5",
40718
+ "isSource": true,
40719
+ "original": {
40720
+ "$value": "{base.color.transparent}",
40721
+ "$type": "color",
40722
+ "$extensions": {
40723
+ "org.primer.figma": {
40724
+ "collection": "mode",
40725
+ "group": "component",
40726
+ "scopes": ["borderColor"]
40727
+ },
40728
+ "org.primer.overrides": {
40729
+ "dark": {
40730
+ "$value": "{base.color.transparent}",
40731
+ "filePath": "src/tokens/component/label.json5",
40732
+ "isSource": true,
40733
+ "$type": "color"
40734
+ },
40735
+ "dark-dimmed": {
40736
+ "$value": "{base.color.transparent}",
40737
+ "filePath": "src/tokens/component/label.json5",
40738
+ "isSource": true,
40739
+ "$type": "color"
40740
+ },
40741
+ "light-high-contrast": {
40742
+ "$value": "{label.orange.fgColor.rest}",
40743
+ "filePath": "src/tokens/component/label.json5",
40744
+ "isSource": true,
40745
+ "$type": "color"
40746
+ },
40747
+ "dark-high-contrast": {
40748
+ "$value": "{label.orange.fgColor.rest}",
40749
+ "filePath": "src/tokens/component/label.json5",
40750
+ "isSource": true,
40751
+ "$type": "color"
40752
+ },
40753
+ "dark-dimmed-high-contrast": {
40754
+ "$value": "{label.orange.fgColor.rest}",
40755
+ "filePath": "src/tokens/component/label.json5",
40756
+ "isSource": true,
40757
+ "$type": "color"
40758
+ },
40759
+ "dark-tritanopia-high-contrast": {
40760
+ "$value": "{label.orange.fgColor.rest}",
40761
+ "filePath": "src/tokens/component/label.json5",
40762
+ "isSource": true,
40763
+ "$type": "color"
40764
+ },
40765
+ "dark-protanopia-deuteranopia-high-contrast": {
40766
+ "$value": "{label.orange.fgColor.rest}",
40767
+ "filePath": "src/tokens/component/label.json5",
40768
+ "isSource": true,
40769
+ "$type": "color"
40770
+ },
40771
+ "light-tritanopia-high-contrast": {
40772
+ "$value": "{label.orange.fgColor.rest}",
40773
+ "filePath": "src/tokens/component/label.json5",
40774
+ "isSource": true,
40775
+ "$type": "color"
40776
+ },
40777
+ "light-protanopia-deuteranopia-high-contrast": {
40778
+ "$value": "{label.orange.fgColor.rest}",
40779
+ "filePath": "src/tokens/component/label.json5",
40780
+ "isSource": true,
40781
+ "$type": "color"
40782
+ }
40783
+ }
40784
+ },
40785
+ "key": "{label.orange.borderColor}"
40786
+ },
40787
+ "name": "label-orange-borderColor",
40788
+ "attributes": {},
40789
+ "path": ["label", "orange", "borderColor"],
40790
+ "value": "#00000000",
39085
40791
  "type": "color"
39086
40792
  },
39087
40793
  "label-orange-fgColor-active": {
@@ -39354,6 +41060,147 @@
39354
41060
  "value": "#082119",
39355
41061
  "type": "color"
39356
41062
  },
41063
+ "label-pine-borderColor": {
41064
+ "key": "{label.pine.borderColor}",
41065
+ "$extensions": {
41066
+ "org.primer.figma": {
41067
+ "collection": "mode",
41068
+ "group": "component",
41069
+ "scopes": ["borderColor"]
41070
+ },
41071
+ "org.primer.overrides": {
41072
+ "dark": {
41073
+ "$value": "#00000000",
41074
+ "filePath": "src/tokens/component/label.json5",
41075
+ "isSource": true,
41076
+ "$type": "color"
41077
+ },
41078
+ "dark-dimmed": {
41079
+ "$value": "#00000000",
41080
+ "filePath": "src/tokens/component/label.json5",
41081
+ "isSource": true,
41082
+ "$type": "color"
41083
+ },
41084
+ "light-high-contrast": {
41085
+ "$value": "#1bb673",
41086
+ "filePath": "src/tokens/component/label.json5",
41087
+ "isSource": true,
41088
+ "$type": "color"
41089
+ },
41090
+ "dark-high-contrast": {
41091
+ "$value": "#1bb673",
41092
+ "filePath": "src/tokens/component/label.json5",
41093
+ "isSource": true,
41094
+ "$type": "color"
41095
+ },
41096
+ "dark-dimmed-high-contrast": {
41097
+ "$value": "#1bb673",
41098
+ "filePath": "src/tokens/component/label.json5",
41099
+ "isSource": true,
41100
+ "$type": "color"
41101
+ },
41102
+ "dark-tritanopia-high-contrast": {
41103
+ "$value": "#1bb673",
41104
+ "filePath": "src/tokens/component/label.json5",
41105
+ "isSource": true,
41106
+ "$type": "color"
41107
+ },
41108
+ "dark-protanopia-deuteranopia-high-contrast": {
41109
+ "$value": "#1bb673",
41110
+ "filePath": "src/tokens/component/label.json5",
41111
+ "isSource": true,
41112
+ "$type": "color"
41113
+ },
41114
+ "light-tritanopia-high-contrast": {
41115
+ "$value": "#1bb673",
41116
+ "filePath": "src/tokens/component/label.json5",
41117
+ "isSource": true,
41118
+ "$type": "color"
41119
+ },
41120
+ "light-protanopia-deuteranopia-high-contrast": {
41121
+ "$value": "#1bb673",
41122
+ "filePath": "src/tokens/component/label.json5",
41123
+ "isSource": true,
41124
+ "$type": "color"
41125
+ }
41126
+ }
41127
+ },
41128
+ "filePath": "src/tokens/component/label.json5",
41129
+ "isSource": true,
41130
+ "original": {
41131
+ "$value": "{base.color.transparent}",
41132
+ "$type": "color",
41133
+ "$extensions": {
41134
+ "org.primer.figma": {
41135
+ "collection": "mode",
41136
+ "group": "component",
41137
+ "scopes": ["borderColor"]
41138
+ },
41139
+ "org.primer.overrides": {
41140
+ "dark": {
41141
+ "$value": "{base.color.transparent}",
41142
+ "filePath": "src/tokens/component/label.json5",
41143
+ "isSource": true,
41144
+ "$type": "color"
41145
+ },
41146
+ "dark-dimmed": {
41147
+ "$value": "{base.color.transparent}",
41148
+ "filePath": "src/tokens/component/label.json5",
41149
+ "isSource": true,
41150
+ "$type": "color"
41151
+ },
41152
+ "light-high-contrast": {
41153
+ "$value": "{label.pine.fgColor.rest}",
41154
+ "filePath": "src/tokens/component/label.json5",
41155
+ "isSource": true,
41156
+ "$type": "color"
41157
+ },
41158
+ "dark-high-contrast": {
41159
+ "$value": "{label.pine.fgColor.rest}",
41160
+ "filePath": "src/tokens/component/label.json5",
41161
+ "isSource": true,
41162
+ "$type": "color"
41163
+ },
41164
+ "dark-dimmed-high-contrast": {
41165
+ "$value": "{label.pine.fgColor.rest}",
41166
+ "filePath": "src/tokens/component/label.json5",
41167
+ "isSource": true,
41168
+ "$type": "color"
41169
+ },
41170
+ "dark-tritanopia-high-contrast": {
41171
+ "$value": "{label.pine.fgColor.rest}",
41172
+ "filePath": "src/tokens/component/label.json5",
41173
+ "isSource": true,
41174
+ "$type": "color"
41175
+ },
41176
+ "dark-protanopia-deuteranopia-high-contrast": {
41177
+ "$value": "{label.pine.fgColor.rest}",
41178
+ "filePath": "src/tokens/component/label.json5",
41179
+ "isSource": true,
41180
+ "$type": "color"
41181
+ },
41182
+ "light-tritanopia-high-contrast": {
41183
+ "$value": "{label.pine.fgColor.rest}",
41184
+ "filePath": "src/tokens/component/label.json5",
41185
+ "isSource": true,
41186
+ "$type": "color"
41187
+ },
41188
+ "light-protanopia-deuteranopia-high-contrast": {
41189
+ "$value": "{label.pine.fgColor.rest}",
41190
+ "filePath": "src/tokens/component/label.json5",
41191
+ "isSource": true,
41192
+ "$type": "color"
41193
+ }
41194
+ }
41195
+ },
41196
+ "key": "{label.pine.borderColor}"
41197
+ },
41198
+ "name": "label-pine-borderColor",
41199
+ "attributes": {},
41200
+ "path": ["label", "pine", "borderColor"],
41201
+ "value": "#00000000",
41202
+ "type": "color"
41203
+ },
39357
41204
  "label-pine-fgColor-active": {
39358
41205
  "key": "{label.pine.fgColor.active}",
39359
41206
  "$extensions": {
@@ -39616,12 +41463,153 @@
39616
41463
  }
39617
41464
  }
39618
41465
  },
39619
- "key": "{label.pink.bgColor.rest}"
41466
+ "key": "{label.pink.bgColor.rest}"
41467
+ },
41468
+ "name": "label-pink-bgColor-rest",
41469
+ "attributes": {},
41470
+ "path": ["label", "pink", "bgColor", "rest"],
41471
+ "value": "#2d1524",
41472
+ "type": "color"
41473
+ },
41474
+ "label-pink-borderColor": {
41475
+ "key": "{label.pink.borderColor}",
41476
+ "$extensions": {
41477
+ "org.primer.figma": {
41478
+ "collection": "mode",
41479
+ "group": "component",
41480
+ "scopes": ["borderColor"]
41481
+ },
41482
+ "org.primer.overrides": {
41483
+ "dark": {
41484
+ "$value": "#00000000",
41485
+ "filePath": "src/tokens/component/label.json5",
41486
+ "isSource": true,
41487
+ "$type": "color"
41488
+ },
41489
+ "dark-dimmed": {
41490
+ "$value": "#00000000",
41491
+ "filePath": "src/tokens/component/label.json5",
41492
+ "isSource": true,
41493
+ "$type": "color"
41494
+ },
41495
+ "light-high-contrast": {
41496
+ "$value": "#e57bb2",
41497
+ "filePath": "src/tokens/component/label.json5",
41498
+ "isSource": true,
41499
+ "$type": "color"
41500
+ },
41501
+ "dark-high-contrast": {
41502
+ "$value": "#e57bb2",
41503
+ "filePath": "src/tokens/component/label.json5",
41504
+ "isSource": true,
41505
+ "$type": "color"
41506
+ },
41507
+ "dark-dimmed-high-contrast": {
41508
+ "$value": "#e57bb2",
41509
+ "filePath": "src/tokens/component/label.json5",
41510
+ "isSource": true,
41511
+ "$type": "color"
41512
+ },
41513
+ "dark-tritanopia-high-contrast": {
41514
+ "$value": "#e57bb2",
41515
+ "filePath": "src/tokens/component/label.json5",
41516
+ "isSource": true,
41517
+ "$type": "color"
41518
+ },
41519
+ "dark-protanopia-deuteranopia-high-contrast": {
41520
+ "$value": "#e57bb2",
41521
+ "filePath": "src/tokens/component/label.json5",
41522
+ "isSource": true,
41523
+ "$type": "color"
41524
+ },
41525
+ "light-tritanopia-high-contrast": {
41526
+ "$value": "#e57bb2",
41527
+ "filePath": "src/tokens/component/label.json5",
41528
+ "isSource": true,
41529
+ "$type": "color"
41530
+ },
41531
+ "light-protanopia-deuteranopia-high-contrast": {
41532
+ "$value": "#e57bb2",
41533
+ "filePath": "src/tokens/component/label.json5",
41534
+ "isSource": true,
41535
+ "$type": "color"
41536
+ }
41537
+ }
41538
+ },
41539
+ "filePath": "src/tokens/component/label.json5",
41540
+ "isSource": true,
41541
+ "original": {
41542
+ "$value": "{base.color.transparent}",
41543
+ "$type": "color",
41544
+ "$extensions": {
41545
+ "org.primer.figma": {
41546
+ "collection": "mode",
41547
+ "group": "component",
41548
+ "scopes": ["borderColor"]
41549
+ },
41550
+ "org.primer.overrides": {
41551
+ "dark": {
41552
+ "$value": "{base.color.transparent}",
41553
+ "filePath": "src/tokens/component/label.json5",
41554
+ "isSource": true,
41555
+ "$type": "color"
41556
+ },
41557
+ "dark-dimmed": {
41558
+ "$value": "{base.color.transparent}",
41559
+ "filePath": "src/tokens/component/label.json5",
41560
+ "isSource": true,
41561
+ "$type": "color"
41562
+ },
41563
+ "light-high-contrast": {
41564
+ "$value": "{label.pink.fgColor.rest}",
41565
+ "filePath": "src/tokens/component/label.json5",
41566
+ "isSource": true,
41567
+ "$type": "color"
41568
+ },
41569
+ "dark-high-contrast": {
41570
+ "$value": "{label.pink.fgColor.rest}",
41571
+ "filePath": "src/tokens/component/label.json5",
41572
+ "isSource": true,
41573
+ "$type": "color"
41574
+ },
41575
+ "dark-dimmed-high-contrast": {
41576
+ "$value": "{label.pink.fgColor.rest}",
41577
+ "filePath": "src/tokens/component/label.json5",
41578
+ "isSource": true,
41579
+ "$type": "color"
41580
+ },
41581
+ "dark-tritanopia-high-contrast": {
41582
+ "$value": "{label.pink.fgColor.rest}",
41583
+ "filePath": "src/tokens/component/label.json5",
41584
+ "isSource": true,
41585
+ "$type": "color"
41586
+ },
41587
+ "dark-protanopia-deuteranopia-high-contrast": {
41588
+ "$value": "{label.pink.fgColor.rest}",
41589
+ "filePath": "src/tokens/component/label.json5",
41590
+ "isSource": true,
41591
+ "$type": "color"
41592
+ },
41593
+ "light-tritanopia-high-contrast": {
41594
+ "$value": "{label.pink.fgColor.rest}",
41595
+ "filePath": "src/tokens/component/label.json5",
41596
+ "isSource": true,
41597
+ "$type": "color"
41598
+ },
41599
+ "light-protanopia-deuteranopia-high-contrast": {
41600
+ "$value": "{label.pink.fgColor.rest}",
41601
+ "filePath": "src/tokens/component/label.json5",
41602
+ "isSource": true,
41603
+ "$type": "color"
41604
+ }
41605
+ }
41606
+ },
41607
+ "key": "{label.pink.borderColor}"
39620
41608
  },
39621
- "name": "label-pink-bgColor-rest",
41609
+ "name": "label-pink-borderColor",
39622
41610
  "attributes": {},
39623
- "path": ["label", "pink", "bgColor", "rest"],
39624
- "value": "#2d1524",
41611
+ "path": ["label", "pink", "borderColor"],
41612
+ "value": "#00000000",
39625
41613
  "type": "color"
39626
41614
  },
39627
41615
  "label-pink-fgColor-active": {
@@ -39894,6 +41882,147 @@
39894
41882
  "value": "#2a0e3f",
39895
41883
  "type": "color"
39896
41884
  },
41885
+ "label-plum-borderColor": {
41886
+ "key": "{label.plum.borderColor}",
41887
+ "$extensions": {
41888
+ "org.primer.figma": {
41889
+ "collection": "mode",
41890
+ "group": "component",
41891
+ "scopes": ["borderColor"]
41892
+ },
41893
+ "org.primer.overrides": {
41894
+ "dark": {
41895
+ "$value": "#00000000",
41896
+ "filePath": "src/tokens/component/label.json5",
41897
+ "isSource": true,
41898
+ "$type": "color"
41899
+ },
41900
+ "dark-dimmed": {
41901
+ "$value": "#00000000",
41902
+ "filePath": "src/tokens/component/label.json5",
41903
+ "isSource": true,
41904
+ "$type": "color"
41905
+ },
41906
+ "light-high-contrast": {
41907
+ "$value": "#d07ef7",
41908
+ "filePath": "src/tokens/component/label.json5",
41909
+ "isSource": true,
41910
+ "$type": "color"
41911
+ },
41912
+ "dark-high-contrast": {
41913
+ "$value": "#d07ef7",
41914
+ "filePath": "src/tokens/component/label.json5",
41915
+ "isSource": true,
41916
+ "$type": "color"
41917
+ },
41918
+ "dark-dimmed-high-contrast": {
41919
+ "$value": "#d07ef7",
41920
+ "filePath": "src/tokens/component/label.json5",
41921
+ "isSource": true,
41922
+ "$type": "color"
41923
+ },
41924
+ "dark-tritanopia-high-contrast": {
41925
+ "$value": "#d07ef7",
41926
+ "filePath": "src/tokens/component/label.json5",
41927
+ "isSource": true,
41928
+ "$type": "color"
41929
+ },
41930
+ "dark-protanopia-deuteranopia-high-contrast": {
41931
+ "$value": "#d07ef7",
41932
+ "filePath": "src/tokens/component/label.json5",
41933
+ "isSource": true,
41934
+ "$type": "color"
41935
+ },
41936
+ "light-tritanopia-high-contrast": {
41937
+ "$value": "#d07ef7",
41938
+ "filePath": "src/tokens/component/label.json5",
41939
+ "isSource": true,
41940
+ "$type": "color"
41941
+ },
41942
+ "light-protanopia-deuteranopia-high-contrast": {
41943
+ "$value": "#d07ef7",
41944
+ "filePath": "src/tokens/component/label.json5",
41945
+ "isSource": true,
41946
+ "$type": "color"
41947
+ }
41948
+ }
41949
+ },
41950
+ "filePath": "src/tokens/component/label.json5",
41951
+ "isSource": true,
41952
+ "original": {
41953
+ "$value": "{base.color.transparent}",
41954
+ "$type": "color",
41955
+ "$extensions": {
41956
+ "org.primer.figma": {
41957
+ "collection": "mode",
41958
+ "group": "component",
41959
+ "scopes": ["borderColor"]
41960
+ },
41961
+ "org.primer.overrides": {
41962
+ "dark": {
41963
+ "$value": "{base.color.transparent}",
41964
+ "filePath": "src/tokens/component/label.json5",
41965
+ "isSource": true,
41966
+ "$type": "color"
41967
+ },
41968
+ "dark-dimmed": {
41969
+ "$value": "{base.color.transparent}",
41970
+ "filePath": "src/tokens/component/label.json5",
41971
+ "isSource": true,
41972
+ "$type": "color"
41973
+ },
41974
+ "light-high-contrast": {
41975
+ "$value": "{label.plum.fgColor.rest}",
41976
+ "filePath": "src/tokens/component/label.json5",
41977
+ "isSource": true,
41978
+ "$type": "color"
41979
+ },
41980
+ "dark-high-contrast": {
41981
+ "$value": "{label.plum.fgColor.rest}",
41982
+ "filePath": "src/tokens/component/label.json5",
41983
+ "isSource": true,
41984
+ "$type": "color"
41985
+ },
41986
+ "dark-dimmed-high-contrast": {
41987
+ "$value": "{label.plum.fgColor.rest}",
41988
+ "filePath": "src/tokens/component/label.json5",
41989
+ "isSource": true,
41990
+ "$type": "color"
41991
+ },
41992
+ "dark-tritanopia-high-contrast": {
41993
+ "$value": "{label.plum.fgColor.rest}",
41994
+ "filePath": "src/tokens/component/label.json5",
41995
+ "isSource": true,
41996
+ "$type": "color"
41997
+ },
41998
+ "dark-protanopia-deuteranopia-high-contrast": {
41999
+ "$value": "{label.plum.fgColor.rest}",
42000
+ "filePath": "src/tokens/component/label.json5",
42001
+ "isSource": true,
42002
+ "$type": "color"
42003
+ },
42004
+ "light-tritanopia-high-contrast": {
42005
+ "$value": "{label.plum.fgColor.rest}",
42006
+ "filePath": "src/tokens/component/label.json5",
42007
+ "isSource": true,
42008
+ "$type": "color"
42009
+ },
42010
+ "light-protanopia-deuteranopia-high-contrast": {
42011
+ "$value": "{label.plum.fgColor.rest}",
42012
+ "filePath": "src/tokens/component/label.json5",
42013
+ "isSource": true,
42014
+ "$type": "color"
42015
+ }
42016
+ }
42017
+ },
42018
+ "key": "{label.plum.borderColor}"
42019
+ },
42020
+ "name": "label-plum-borderColor",
42021
+ "attributes": {},
42022
+ "path": ["label", "plum", "borderColor"],
42023
+ "value": "#00000000",
42024
+ "type": "color"
42025
+ },
39897
42026
  "label-plum-fgColor-active": {
39898
42027
  "key": "{label.plum.fgColor.active}",
39899
42028
  "$extensions": {
@@ -40102,34 +42231,127 @@
40102
42231
  "group": "component",
40103
42232
  "scopes": ["bgColor"]
40104
42233
  },
40105
- "org.primer.overrides": {
40106
- "dark": {
40107
- "$value": "{base.display.color.purple.1}",
40108
- "filePath": "src/tokens/component/label.json5",
40109
- "isSource": true,
40110
- "$type": "color"
40111
- }
40112
- }
40113
- },
40114
- "key": "{label.purple.bgColor.hover}"
40115
- },
40116
- "name": "label-purple-bgColor-hover",
40117
- "attributes": {},
40118
- "path": ["label", "purple", "bgColor", "hover"],
40119
- "value": "#31146b",
40120
- "type": "color"
40121
- },
40122
- "label-purple-bgColor-rest": {
40123
- "key": "{label.purple.bgColor.rest}",
40124
- "$extensions": {
40125
- "org.primer.figma": {
40126
- "collection": "mode",
40127
- "group": "component",
40128
- "scopes": ["bgColor"]
40129
- },
40130
- "org.primer.overrides": {
40131
- "dark": {
40132
- "$value": "#211047",
42234
+ "org.primer.overrides": {
42235
+ "dark": {
42236
+ "$value": "{base.display.color.purple.1}",
42237
+ "filePath": "src/tokens/component/label.json5",
42238
+ "isSource": true,
42239
+ "$type": "color"
42240
+ }
42241
+ }
42242
+ },
42243
+ "key": "{label.purple.bgColor.hover}"
42244
+ },
42245
+ "name": "label-purple-bgColor-hover",
42246
+ "attributes": {},
42247
+ "path": ["label", "purple", "bgColor", "hover"],
42248
+ "value": "#31146b",
42249
+ "type": "color"
42250
+ },
42251
+ "label-purple-bgColor-rest": {
42252
+ "key": "{label.purple.bgColor.rest}",
42253
+ "$extensions": {
42254
+ "org.primer.figma": {
42255
+ "collection": "mode",
42256
+ "group": "component",
42257
+ "scopes": ["bgColor"]
42258
+ },
42259
+ "org.primer.overrides": {
42260
+ "dark": {
42261
+ "$value": "#211047",
42262
+ "filePath": "src/tokens/component/label.json5",
42263
+ "isSource": true,
42264
+ "$type": "color"
42265
+ }
42266
+ }
42267
+ },
42268
+ "filePath": "src/tokens/component/label.json5",
42269
+ "isSource": true,
42270
+ "original": {
42271
+ "$value": "{base.display.color.purple.0}",
42272
+ "$type": "color",
42273
+ "$extensions": {
42274
+ "org.primer.figma": {
42275
+ "collection": "mode",
42276
+ "group": "component",
42277
+ "scopes": ["bgColor"]
42278
+ },
42279
+ "org.primer.overrides": {
42280
+ "dark": {
42281
+ "$value": "{base.display.color.purple.0}",
42282
+ "filePath": "src/tokens/component/label.json5",
42283
+ "isSource": true,
42284
+ "$type": "color"
42285
+ }
42286
+ }
42287
+ },
42288
+ "key": "{label.purple.bgColor.rest}"
42289
+ },
42290
+ "name": "label-purple-bgColor-rest",
42291
+ "attributes": {},
42292
+ "path": ["label", "purple", "bgColor", "rest"],
42293
+ "value": "#211047",
42294
+ "type": "color"
42295
+ },
42296
+ "label-purple-borderColor": {
42297
+ "key": "{label.purple.borderColor}",
42298
+ "$extensions": {
42299
+ "org.primer.figma": {
42300
+ "collection": "mode",
42301
+ "group": "component",
42302
+ "scopes": ["borderColor"]
42303
+ },
42304
+ "org.primer.overrides": {
42305
+ "dark": {
42306
+ "$value": "#00000000",
42307
+ "filePath": "src/tokens/component/label.json5",
42308
+ "isSource": true,
42309
+ "$type": "color"
42310
+ },
42311
+ "dark-dimmed": {
42312
+ "$value": "#00000000",
42313
+ "filePath": "src/tokens/component/label.json5",
42314
+ "isSource": true,
42315
+ "$type": "color"
42316
+ },
42317
+ "light-high-contrast": {
42318
+ "$value": "#b687f7",
42319
+ "filePath": "src/tokens/component/label.json5",
42320
+ "isSource": true,
42321
+ "$type": "color"
42322
+ },
42323
+ "dark-high-contrast": {
42324
+ "$value": "#b687f7",
42325
+ "filePath": "src/tokens/component/label.json5",
42326
+ "isSource": true,
42327
+ "$type": "color"
42328
+ },
42329
+ "dark-dimmed-high-contrast": {
42330
+ "$value": "#b687f7",
42331
+ "filePath": "src/tokens/component/label.json5",
42332
+ "isSource": true,
42333
+ "$type": "color"
42334
+ },
42335
+ "dark-tritanopia-high-contrast": {
42336
+ "$value": "#b687f7",
42337
+ "filePath": "src/tokens/component/label.json5",
42338
+ "isSource": true,
42339
+ "$type": "color"
42340
+ },
42341
+ "dark-protanopia-deuteranopia-high-contrast": {
42342
+ "$value": "#b687f7",
42343
+ "filePath": "src/tokens/component/label.json5",
42344
+ "isSource": true,
42345
+ "$type": "color"
42346
+ },
42347
+ "light-tritanopia-high-contrast": {
42348
+ "$value": "#b687f7",
42349
+ "filePath": "src/tokens/component/label.json5",
42350
+ "isSource": true,
42351
+ "$type": "color"
42352
+ },
42353
+ "light-protanopia-deuteranopia-high-contrast": {
42354
+ "$value": "#b687f7",
40133
42355
  "filePath": "src/tokens/component/label.json5",
40134
42356
  "isSource": true,
40135
42357
  "$type": "color"
@@ -40139,29 +42361,77 @@
40139
42361
  "filePath": "src/tokens/component/label.json5",
40140
42362
  "isSource": true,
40141
42363
  "original": {
40142
- "$value": "{base.display.color.purple.0}",
42364
+ "$value": "{base.color.transparent}",
40143
42365
  "$type": "color",
40144
42366
  "$extensions": {
40145
42367
  "org.primer.figma": {
40146
42368
  "collection": "mode",
40147
42369
  "group": "component",
40148
- "scopes": ["bgColor"]
42370
+ "scopes": ["borderColor"]
40149
42371
  },
40150
42372
  "org.primer.overrides": {
40151
42373
  "dark": {
40152
- "$value": "{base.display.color.purple.0}",
42374
+ "$value": "{base.color.transparent}",
42375
+ "filePath": "src/tokens/component/label.json5",
42376
+ "isSource": true,
42377
+ "$type": "color"
42378
+ },
42379
+ "dark-dimmed": {
42380
+ "$value": "{base.color.transparent}",
42381
+ "filePath": "src/tokens/component/label.json5",
42382
+ "isSource": true,
42383
+ "$type": "color"
42384
+ },
42385
+ "light-high-contrast": {
42386
+ "$value": "{label.purple.fgColor.rest}",
42387
+ "filePath": "src/tokens/component/label.json5",
42388
+ "isSource": true,
42389
+ "$type": "color"
42390
+ },
42391
+ "dark-high-contrast": {
42392
+ "$value": "{label.purple.fgColor.rest}",
42393
+ "filePath": "src/tokens/component/label.json5",
42394
+ "isSource": true,
42395
+ "$type": "color"
42396
+ },
42397
+ "dark-dimmed-high-contrast": {
42398
+ "$value": "{label.purple.fgColor.rest}",
42399
+ "filePath": "src/tokens/component/label.json5",
42400
+ "isSource": true,
42401
+ "$type": "color"
42402
+ },
42403
+ "dark-tritanopia-high-contrast": {
42404
+ "$value": "{label.purple.fgColor.rest}",
42405
+ "filePath": "src/tokens/component/label.json5",
42406
+ "isSource": true,
42407
+ "$type": "color"
42408
+ },
42409
+ "dark-protanopia-deuteranopia-high-contrast": {
42410
+ "$value": "{label.purple.fgColor.rest}",
42411
+ "filePath": "src/tokens/component/label.json5",
42412
+ "isSource": true,
42413
+ "$type": "color"
42414
+ },
42415
+ "light-tritanopia-high-contrast": {
42416
+ "$value": "{label.purple.fgColor.rest}",
42417
+ "filePath": "src/tokens/component/label.json5",
42418
+ "isSource": true,
42419
+ "$type": "color"
42420
+ },
42421
+ "light-protanopia-deuteranopia-high-contrast": {
42422
+ "$value": "{label.purple.fgColor.rest}",
40153
42423
  "filePath": "src/tokens/component/label.json5",
40154
42424
  "isSource": true,
40155
42425
  "$type": "color"
40156
42426
  }
40157
42427
  }
40158
42428
  },
40159
- "key": "{label.purple.bgColor.rest}"
42429
+ "key": "{label.purple.borderColor}"
40160
42430
  },
40161
- "name": "label-purple-bgColor-rest",
42431
+ "name": "label-purple-borderColor",
40162
42432
  "attributes": {},
40163
- "path": ["label", "purple", "bgColor", "rest"],
40164
- "value": "#211047",
42433
+ "path": ["label", "purple", "borderColor"],
42434
+ "value": "#00000000",
40165
42435
  "type": "color"
40166
42436
  },
40167
42437
  "label-purple-fgColor-active": {
@@ -40434,6 +42704,147 @@
40434
42704
  "value": "#3c0614",
40435
42705
  "type": "color"
40436
42706
  },
42707
+ "label-red-borderColor": {
42708
+ "key": "{label.red.borderColor}",
42709
+ "$extensions": {
42710
+ "org.primer.figma": {
42711
+ "collection": "mode",
42712
+ "group": "component",
42713
+ "scopes": ["borderColor"]
42714
+ },
42715
+ "org.primer.overrides": {
42716
+ "dark": {
42717
+ "$value": "#00000000",
42718
+ "filePath": "src/tokens/component/label.json5",
42719
+ "isSource": true,
42720
+ "$type": "color"
42721
+ },
42722
+ "dark-dimmed": {
42723
+ "$value": "#00000000",
42724
+ "filePath": "src/tokens/component/label.json5",
42725
+ "isSource": true,
42726
+ "$type": "color"
42727
+ },
42728
+ "light-high-contrast": {
42729
+ "$value": "#f27d83",
42730
+ "filePath": "src/tokens/component/label.json5",
42731
+ "isSource": true,
42732
+ "$type": "color"
42733
+ },
42734
+ "dark-high-contrast": {
42735
+ "$value": "#f27d83",
42736
+ "filePath": "src/tokens/component/label.json5",
42737
+ "isSource": true,
42738
+ "$type": "color"
42739
+ },
42740
+ "dark-dimmed-high-contrast": {
42741
+ "$value": "#f27d83",
42742
+ "filePath": "src/tokens/component/label.json5",
42743
+ "isSource": true,
42744
+ "$type": "color"
42745
+ },
42746
+ "dark-tritanopia-high-contrast": {
42747
+ "$value": "#f27d83",
42748
+ "filePath": "src/tokens/component/label.json5",
42749
+ "isSource": true,
42750
+ "$type": "color"
42751
+ },
42752
+ "dark-protanopia-deuteranopia-high-contrast": {
42753
+ "$value": "#f27d83",
42754
+ "filePath": "src/tokens/component/label.json5",
42755
+ "isSource": true,
42756
+ "$type": "color"
42757
+ },
42758
+ "light-tritanopia-high-contrast": {
42759
+ "$value": "#f27d83",
42760
+ "filePath": "src/tokens/component/label.json5",
42761
+ "isSource": true,
42762
+ "$type": "color"
42763
+ },
42764
+ "light-protanopia-deuteranopia-high-contrast": {
42765
+ "$value": "#f27d83",
42766
+ "filePath": "src/tokens/component/label.json5",
42767
+ "isSource": true,
42768
+ "$type": "color"
42769
+ }
42770
+ }
42771
+ },
42772
+ "filePath": "src/tokens/component/label.json5",
42773
+ "isSource": true,
42774
+ "original": {
42775
+ "$value": "{base.color.transparent}",
42776
+ "$type": "color",
42777
+ "$extensions": {
42778
+ "org.primer.figma": {
42779
+ "collection": "mode",
42780
+ "group": "component",
42781
+ "scopes": ["borderColor"]
42782
+ },
42783
+ "org.primer.overrides": {
42784
+ "dark": {
42785
+ "$value": "{base.color.transparent}",
42786
+ "filePath": "src/tokens/component/label.json5",
42787
+ "isSource": true,
42788
+ "$type": "color"
42789
+ },
42790
+ "dark-dimmed": {
42791
+ "$value": "{base.color.transparent}",
42792
+ "filePath": "src/tokens/component/label.json5",
42793
+ "isSource": true,
42794
+ "$type": "color"
42795
+ },
42796
+ "light-high-contrast": {
42797
+ "$value": "{label.red.fgColor.rest}",
42798
+ "filePath": "src/tokens/component/label.json5",
42799
+ "isSource": true,
42800
+ "$type": "color"
42801
+ },
42802
+ "dark-high-contrast": {
42803
+ "$value": "{label.red.fgColor.rest}",
42804
+ "filePath": "src/tokens/component/label.json5",
42805
+ "isSource": true,
42806
+ "$type": "color"
42807
+ },
42808
+ "dark-dimmed-high-contrast": {
42809
+ "$value": "{label.red.fgColor.rest}",
42810
+ "filePath": "src/tokens/component/label.json5",
42811
+ "isSource": true,
42812
+ "$type": "color"
42813
+ },
42814
+ "dark-tritanopia-high-contrast": {
42815
+ "$value": "{label.red.fgColor.rest}",
42816
+ "filePath": "src/tokens/component/label.json5",
42817
+ "isSource": true,
42818
+ "$type": "color"
42819
+ },
42820
+ "dark-protanopia-deuteranopia-high-contrast": {
42821
+ "$value": "{label.red.fgColor.rest}",
42822
+ "filePath": "src/tokens/component/label.json5",
42823
+ "isSource": true,
42824
+ "$type": "color"
42825
+ },
42826
+ "light-tritanopia-high-contrast": {
42827
+ "$value": "{label.red.fgColor.rest}",
42828
+ "filePath": "src/tokens/component/label.json5",
42829
+ "isSource": true,
42830
+ "$type": "color"
42831
+ },
42832
+ "light-protanopia-deuteranopia-high-contrast": {
42833
+ "$value": "{label.red.fgColor.rest}",
42834
+ "filePath": "src/tokens/component/label.json5",
42835
+ "isSource": true,
42836
+ "$type": "color"
42837
+ }
42838
+ }
42839
+ },
42840
+ "key": "{label.red.borderColor}"
42841
+ },
42842
+ "name": "label-red-borderColor",
42843
+ "attributes": {},
42844
+ "path": ["label", "red", "borderColor"],
42845
+ "value": "#00000000",
42846
+ "type": "color"
42847
+ },
40437
42848
  "label-red-fgColor-active": {
40438
42849
  "key": "{label.red.fgColor.active}",
40439
42850
  "$extensions": {
@@ -40614,8 +43025,53 @@
40614
43025
  "value": "#0a464d",
40615
43026
  "type": "color"
40616
43027
  },
40617
- "label-teal-bgColor-hover": {
40618
- "key": "{label.teal.bgColor.hover}",
43028
+ "label-teal-bgColor-hover": {
43029
+ "key": "{label.teal.bgColor.hover}",
43030
+ "$extensions": {
43031
+ "org.primer.figma": {
43032
+ "collection": "mode",
43033
+ "group": "component",
43034
+ "scopes": ["bgColor"]
43035
+ },
43036
+ "org.primer.overrides": {
43037
+ "dark": {
43038
+ "$value": "#073036",
43039
+ "filePath": "src/tokens/component/label.json5",
43040
+ "isSource": true,
43041
+ "$type": "color"
43042
+ }
43043
+ }
43044
+ },
43045
+ "filePath": "src/tokens/component/label.json5",
43046
+ "isSource": true,
43047
+ "original": {
43048
+ "$value": "{base.display.color.teal.1}",
43049
+ "$type": "color",
43050
+ "$extensions": {
43051
+ "org.primer.figma": {
43052
+ "collection": "mode",
43053
+ "group": "component",
43054
+ "scopes": ["bgColor"]
43055
+ },
43056
+ "org.primer.overrides": {
43057
+ "dark": {
43058
+ "$value": "{base.display.color.teal.1}",
43059
+ "filePath": "src/tokens/component/label.json5",
43060
+ "isSource": true,
43061
+ "$type": "color"
43062
+ }
43063
+ }
43064
+ },
43065
+ "key": "{label.teal.bgColor.hover}"
43066
+ },
43067
+ "name": "label-teal-bgColor-hover",
43068
+ "attributes": {},
43069
+ "path": ["label", "teal", "bgColor", "hover"],
43070
+ "value": "#073036",
43071
+ "type": "color"
43072
+ },
43073
+ "label-teal-bgColor-rest": {
43074
+ "key": "{label.teal.bgColor.rest}",
40619
43075
  "$extensions": {
40620
43076
  "org.primer.figma": {
40621
43077
  "collection": "mode",
@@ -40624,7 +43080,7 @@
40624
43080
  },
40625
43081
  "org.primer.overrides": {
40626
43082
  "dark": {
40627
- "$value": "#073036",
43083
+ "$value": "#041f25",
40628
43084
  "filePath": "src/tokens/component/label.json5",
40629
43085
  "isSource": true,
40630
43086
  "$type": "color"
@@ -40634,7 +43090,7 @@
40634
43090
  "filePath": "src/tokens/component/label.json5",
40635
43091
  "isSource": true,
40636
43092
  "original": {
40637
- "$value": "{base.display.color.teal.1}",
43093
+ "$value": "{base.display.color.teal.0}",
40638
43094
  "$type": "color",
40639
43095
  "$extensions": {
40640
43096
  "org.primer.figma": {
@@ -40644,32 +43100,80 @@
40644
43100
  },
40645
43101
  "org.primer.overrides": {
40646
43102
  "dark": {
40647
- "$value": "{base.display.color.teal.1}",
43103
+ "$value": "{base.display.color.teal.0}",
40648
43104
  "filePath": "src/tokens/component/label.json5",
40649
43105
  "isSource": true,
40650
43106
  "$type": "color"
40651
43107
  }
40652
43108
  }
40653
43109
  },
40654
- "key": "{label.teal.bgColor.hover}"
43110
+ "key": "{label.teal.bgColor.rest}"
40655
43111
  },
40656
- "name": "label-teal-bgColor-hover",
43112
+ "name": "label-teal-bgColor-rest",
40657
43113
  "attributes": {},
40658
- "path": ["label", "teal", "bgColor", "hover"],
40659
- "value": "#073036",
43114
+ "path": ["label", "teal", "bgColor", "rest"],
43115
+ "value": "#041f25",
40660
43116
  "type": "color"
40661
43117
  },
40662
- "label-teal-bgColor-rest": {
40663
- "key": "{label.teal.bgColor.rest}",
43118
+ "label-teal-borderColor": {
43119
+ "key": "{label.teal.borderColor}",
40664
43120
  "$extensions": {
40665
43121
  "org.primer.figma": {
40666
43122
  "collection": "mode",
40667
43123
  "group": "component",
40668
- "scopes": ["bgColor"]
43124
+ "scopes": ["borderColor"]
40669
43125
  },
40670
43126
  "org.primer.overrides": {
40671
43127
  "dark": {
40672
- "$value": "#041f25",
43128
+ "$value": "#00000000",
43129
+ "filePath": "src/tokens/component/label.json5",
43130
+ "isSource": true,
43131
+ "$type": "color"
43132
+ },
43133
+ "dark-dimmed": {
43134
+ "$value": "#00000000",
43135
+ "filePath": "src/tokens/component/label.json5",
43136
+ "isSource": true,
43137
+ "$type": "color"
43138
+ },
43139
+ "light-high-contrast": {
43140
+ "$value": "#1cb0ab",
43141
+ "filePath": "src/tokens/component/label.json5",
43142
+ "isSource": true,
43143
+ "$type": "color"
43144
+ },
43145
+ "dark-high-contrast": {
43146
+ "$value": "#1cb0ab",
43147
+ "filePath": "src/tokens/component/label.json5",
43148
+ "isSource": true,
43149
+ "$type": "color"
43150
+ },
43151
+ "dark-dimmed-high-contrast": {
43152
+ "$value": "#1cb0ab",
43153
+ "filePath": "src/tokens/component/label.json5",
43154
+ "isSource": true,
43155
+ "$type": "color"
43156
+ },
43157
+ "dark-tritanopia-high-contrast": {
43158
+ "$value": "#1cb0ab",
43159
+ "filePath": "src/tokens/component/label.json5",
43160
+ "isSource": true,
43161
+ "$type": "color"
43162
+ },
43163
+ "dark-protanopia-deuteranopia-high-contrast": {
43164
+ "$value": "#1cb0ab",
43165
+ "filePath": "src/tokens/component/label.json5",
43166
+ "isSource": true,
43167
+ "$type": "color"
43168
+ },
43169
+ "light-tritanopia-high-contrast": {
43170
+ "$value": "#1cb0ab",
43171
+ "filePath": "src/tokens/component/label.json5",
43172
+ "isSource": true,
43173
+ "$type": "color"
43174
+ },
43175
+ "light-protanopia-deuteranopia-high-contrast": {
43176
+ "$value": "#1cb0ab",
40673
43177
  "filePath": "src/tokens/component/label.json5",
40674
43178
  "isSource": true,
40675
43179
  "$type": "color"
@@ -40679,29 +43183,77 @@
40679
43183
  "filePath": "src/tokens/component/label.json5",
40680
43184
  "isSource": true,
40681
43185
  "original": {
40682
- "$value": "{base.display.color.teal.0}",
43186
+ "$value": "{base.color.transparent}",
40683
43187
  "$type": "color",
40684
43188
  "$extensions": {
40685
43189
  "org.primer.figma": {
40686
43190
  "collection": "mode",
40687
43191
  "group": "component",
40688
- "scopes": ["bgColor"]
43192
+ "scopes": ["borderColor"]
40689
43193
  },
40690
43194
  "org.primer.overrides": {
40691
43195
  "dark": {
40692
- "$value": "{base.display.color.teal.0}",
43196
+ "$value": "{base.color.transparent}",
43197
+ "filePath": "src/tokens/component/label.json5",
43198
+ "isSource": true,
43199
+ "$type": "color"
43200
+ },
43201
+ "dark-dimmed": {
43202
+ "$value": "{base.color.transparent}",
43203
+ "filePath": "src/tokens/component/label.json5",
43204
+ "isSource": true,
43205
+ "$type": "color"
43206
+ },
43207
+ "light-high-contrast": {
43208
+ "$value": "{label.teal.fgColor.rest}",
43209
+ "filePath": "src/tokens/component/label.json5",
43210
+ "isSource": true,
43211
+ "$type": "color"
43212
+ },
43213
+ "dark-high-contrast": {
43214
+ "$value": "{label.teal.fgColor.rest}",
43215
+ "filePath": "src/tokens/component/label.json5",
43216
+ "isSource": true,
43217
+ "$type": "color"
43218
+ },
43219
+ "dark-dimmed-high-contrast": {
43220
+ "$value": "{label.teal.fgColor.rest}",
43221
+ "filePath": "src/tokens/component/label.json5",
43222
+ "isSource": true,
43223
+ "$type": "color"
43224
+ },
43225
+ "dark-tritanopia-high-contrast": {
43226
+ "$value": "{label.teal.fgColor.rest}",
43227
+ "filePath": "src/tokens/component/label.json5",
43228
+ "isSource": true,
43229
+ "$type": "color"
43230
+ },
43231
+ "dark-protanopia-deuteranopia-high-contrast": {
43232
+ "$value": "{label.teal.fgColor.rest}",
43233
+ "filePath": "src/tokens/component/label.json5",
43234
+ "isSource": true,
43235
+ "$type": "color"
43236
+ },
43237
+ "light-tritanopia-high-contrast": {
43238
+ "$value": "{label.teal.fgColor.rest}",
43239
+ "filePath": "src/tokens/component/label.json5",
43240
+ "isSource": true,
43241
+ "$type": "color"
43242
+ },
43243
+ "light-protanopia-deuteranopia-high-contrast": {
43244
+ "$value": "{label.teal.fgColor.rest}",
40693
43245
  "filePath": "src/tokens/component/label.json5",
40694
43246
  "isSource": true,
40695
43247
  "$type": "color"
40696
43248
  }
40697
43249
  }
40698
43250
  },
40699
- "key": "{label.teal.bgColor.rest}"
43251
+ "key": "{label.teal.borderColor}"
40700
43252
  },
40701
- "name": "label-teal-bgColor-rest",
43253
+ "name": "label-teal-borderColor",
40702
43254
  "attributes": {},
40703
- "path": ["label", "teal", "bgColor", "rest"],
40704
- "value": "#041f25",
43255
+ "path": ["label", "teal", "borderColor"],
43256
+ "value": "#00000000",
40705
43257
  "type": "color"
40706
43258
  },
40707
43259
  "label-teal-fgColor-active": {
@@ -40974,6 +43526,147 @@
40974
43526
  "value": "#2e1a00",
40975
43527
  "type": "color"
40976
43528
  },
43529
+ "label-yellow-borderColor": {
43530
+ "key": "{label.yellow.borderColor}",
43531
+ "$extensions": {
43532
+ "org.primer.figma": {
43533
+ "collection": "mode",
43534
+ "group": "component",
43535
+ "scopes": ["borderColor"]
43536
+ },
43537
+ "org.primer.overrides": {
43538
+ "dark": {
43539
+ "$value": "#00000000",
43540
+ "filePath": "src/tokens/component/label.json5",
43541
+ "isSource": true,
43542
+ "$type": "color"
43543
+ },
43544
+ "dark-dimmed": {
43545
+ "$value": "#00000000",
43546
+ "filePath": "src/tokens/component/label.json5",
43547
+ "isSource": true,
43548
+ "$type": "color"
43549
+ },
43550
+ "light-high-contrast": {
43551
+ "$value": "#d3910d",
43552
+ "filePath": "src/tokens/component/label.json5",
43553
+ "isSource": true,
43554
+ "$type": "color"
43555
+ },
43556
+ "dark-high-contrast": {
43557
+ "$value": "#d3910d",
43558
+ "filePath": "src/tokens/component/label.json5",
43559
+ "isSource": true,
43560
+ "$type": "color"
43561
+ },
43562
+ "dark-dimmed-high-contrast": {
43563
+ "$value": "#d3910d",
43564
+ "filePath": "src/tokens/component/label.json5",
43565
+ "isSource": true,
43566
+ "$type": "color"
43567
+ },
43568
+ "dark-tritanopia-high-contrast": {
43569
+ "$value": "#d3910d",
43570
+ "filePath": "src/tokens/component/label.json5",
43571
+ "isSource": true,
43572
+ "$type": "color"
43573
+ },
43574
+ "dark-protanopia-deuteranopia-high-contrast": {
43575
+ "$value": "#d3910d",
43576
+ "filePath": "src/tokens/component/label.json5",
43577
+ "isSource": true,
43578
+ "$type": "color"
43579
+ },
43580
+ "light-tritanopia-high-contrast": {
43581
+ "$value": "#d3910d",
43582
+ "filePath": "src/tokens/component/label.json5",
43583
+ "isSource": true,
43584
+ "$type": "color"
43585
+ },
43586
+ "light-protanopia-deuteranopia-high-contrast": {
43587
+ "$value": "#d3910d",
43588
+ "filePath": "src/tokens/component/label.json5",
43589
+ "isSource": true,
43590
+ "$type": "color"
43591
+ }
43592
+ }
43593
+ },
43594
+ "filePath": "src/tokens/component/label.json5",
43595
+ "isSource": true,
43596
+ "original": {
43597
+ "$value": "{base.color.transparent}",
43598
+ "$type": "color",
43599
+ "$extensions": {
43600
+ "org.primer.figma": {
43601
+ "collection": "mode",
43602
+ "group": "component",
43603
+ "scopes": ["borderColor"]
43604
+ },
43605
+ "org.primer.overrides": {
43606
+ "dark": {
43607
+ "$value": "{base.color.transparent}",
43608
+ "filePath": "src/tokens/component/label.json5",
43609
+ "isSource": true,
43610
+ "$type": "color"
43611
+ },
43612
+ "dark-dimmed": {
43613
+ "$value": "{base.color.transparent}",
43614
+ "filePath": "src/tokens/component/label.json5",
43615
+ "isSource": true,
43616
+ "$type": "color"
43617
+ },
43618
+ "light-high-contrast": {
43619
+ "$value": "{label.yellow.fgColor.rest}",
43620
+ "filePath": "src/tokens/component/label.json5",
43621
+ "isSource": true,
43622
+ "$type": "color"
43623
+ },
43624
+ "dark-high-contrast": {
43625
+ "$value": "{label.yellow.fgColor.rest}",
43626
+ "filePath": "src/tokens/component/label.json5",
43627
+ "isSource": true,
43628
+ "$type": "color"
43629
+ },
43630
+ "dark-dimmed-high-contrast": {
43631
+ "$value": "{label.yellow.fgColor.rest}",
43632
+ "filePath": "src/tokens/component/label.json5",
43633
+ "isSource": true,
43634
+ "$type": "color"
43635
+ },
43636
+ "dark-tritanopia-high-contrast": {
43637
+ "$value": "{label.yellow.fgColor.rest}",
43638
+ "filePath": "src/tokens/component/label.json5",
43639
+ "isSource": true,
43640
+ "$type": "color"
43641
+ },
43642
+ "dark-protanopia-deuteranopia-high-contrast": {
43643
+ "$value": "{label.yellow.fgColor.rest}",
43644
+ "filePath": "src/tokens/component/label.json5",
43645
+ "isSource": true,
43646
+ "$type": "color"
43647
+ },
43648
+ "light-tritanopia-high-contrast": {
43649
+ "$value": "{label.yellow.fgColor.rest}",
43650
+ "filePath": "src/tokens/component/label.json5",
43651
+ "isSource": true,
43652
+ "$type": "color"
43653
+ },
43654
+ "light-protanopia-deuteranopia-high-contrast": {
43655
+ "$value": "{label.yellow.fgColor.rest}",
43656
+ "filePath": "src/tokens/component/label.json5",
43657
+ "isSource": true,
43658
+ "$type": "color"
43659
+ }
43660
+ }
43661
+ },
43662
+ "key": "{label.yellow.borderColor}"
43663
+ },
43664
+ "name": "label-yellow-borderColor",
43665
+ "attributes": {},
43666
+ "path": ["label", "yellow", "borderColor"],
43667
+ "value": "#00000000",
43668
+ "type": "color"
43669
+ },
40977
43670
  "label-yellow-fgColor-active": {
40978
43671
  "key": "{label.yellow.fgColor.active}",
40979
43672
  "$extensions": {