@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,7 +16982,14 @@
16982
16982
  "scopes": ["borderColor"]
16983
16983
  },
16984
16984
  "org.primer.overrides": {
16985
- "dark": "#b7bdc8"
16985
+ "dark": "#b7bdc8",
16986
+ "dark-dimmed-high-contrast": "#b7bdc8",
16987
+ "light-high-contrast": "#b7bdc8",
16988
+ "light-tritanopia-high-contrast": "#b7bdc8",
16989
+ "light-protanopia-deuteranopia-high-contrast": "#b7bdc8",
16990
+ "dark-high-contrast": "#b7bdc8",
16991
+ "dark-tritanopia-high-contrast": "#b7bdc8",
16992
+ "dark-protanopia-deuteranopia-high-contrast": "#b7bdc8"
16986
16993
  }
16987
16994
  },
16988
16995
  "filePath": "src/tokens/functional/color/control.json5",
@@ -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}"
@@ -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": "{label.auburn.fgColor.rest}",
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": "#bf9592",
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": "{label.blue.fgColor.rest}",
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": "#4da0ff",
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,16 +36710,61 @@
36459
36710
  },
36460
36711
  "org.primer.overrides": {
36461
36712
  "dark": {
36462
- "$value": "{base.display.color.blue.7}",
36713
+ "$value": "{base.display.color.blue.8}",
36463
36714
  "filePath": "src/tokens/component/label.json5",
36464
36715
  "isSource": true,
36465
36716
  "$type": "color"
36466
36717
  }
36467
36718
  }
36468
36719
  },
36469
- "key": "{label.blue.fgColor.hover}"
36720
+ "key": "{label.blue.fgColor.active}"
36470
36721
  },
36471
- "name": "label-blue-fgColor-hover",
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}",
36759
+ "filePath": "src/tokens/component/label.json5",
36760
+ "isSource": true,
36761
+ "$type": "color"
36762
+ }
36763
+ }
36764
+ },
36765
+ "key": "{label.blue.fgColor.hover}"
36766
+ },
36767
+ "name": "label-blue-fgColor-hover",
36472
36768
  "attributes": {},
36473
36769
  "path": ["label", "blue", "fgColor", "hover"],
36474
36770
  "value": "#61adff",
@@ -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": "{label.brown.fgColor.rest}",
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": "#b69a6d",
37092
+ "type": "color"
37093
+ },
36657
37094
  "label-brown-fgColor-active": {
36658
37095
  "key": "{label.brown.fgColor.active}",
36659
37096
  "$extensions": {
@@ -36924,6 +37361,147 @@
36924
37361
  "value": "#351008",
36925
37362
  "type": "color"
36926
37363
  },
37364
+ "label-coral-borderColor": {
37365
+ "key": "{label.coral.borderColor}",
37366
+ "$extensions": {
37367
+ "org.primer.figma": {
37368
+ "collection": "mode",
37369
+ "group": "component",
37370
+ "scopes": ["borderColor"]
37371
+ },
37372
+ "org.primer.overrides": {
37373
+ "dark": {
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",
37423
+ "filePath": "src/tokens/component/label.json5",
37424
+ "isSource": true,
37425
+ "$type": "color"
37426
+ }
37427
+ }
37428
+ },
37429
+ "filePath": "src/tokens/component/label.json5",
37430
+ "isSource": true,
37431
+ "original": {
37432
+ "$value": "{label.coral.fgColor.rest}",
37433
+ "$type": "color",
37434
+ "$extensions": {
37435
+ "org.primer.figma": {
37436
+ "collection": "mode",
37437
+ "group": "component",
37438
+ "scopes": ["borderColor"]
37439
+ },
37440
+ "org.primer.overrides": {
37441
+ "dark": {
37442
+ "$value": "{base.color.transparent}",
37443
+ "filePath": "src/tokens/component/label.json5",
37444
+ "isSource": true,
37445
+ "$type": "color"
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": "#f7794b",
37503
+ "type": "color"
37504
+ },
36927
37505
  "label-coral-fgColor-active": {
36928
37506
  "key": "{label.coral.fgColor.active}",
36929
37507
  "$extensions": {
@@ -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": "{label.cyan.fgColor.rest}",
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": "#07ace4",
37914
+ "type": "color"
37915
+ },
37197
37916
  "label-cyan-fgColor-active": {
37198
37917
  "key": "{label.cyan.fgColor.active}",
37199
37918
  "$extensions": {
@@ -37464,6 +38183,147 @@
37464
38183
  "value": "#1c1c1c",
37465
38184
  "type": "color"
37466
38185
  },
38186
+ "label-gray-borderColor": {
38187
+ "key": "{label.gray.borderColor}",
38188
+ "$extensions": {
38189
+ "org.primer.figma": {
38190
+ "collection": "mode",
38191
+ "group": "component",
38192
+ "scopes": ["borderColor"]
38193
+ },
38194
+ "org.primer.overrides": {
38195
+ "dark": {
38196
+ "$value": "#00000000",
38197
+ "filePath": "src/tokens/component/label.json5",
38198
+ "isSource": true,
38199
+ "$type": "color"
38200
+ },
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": "{label.gray.fgColor.rest}",
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": "#92a1b5",
38325
+ "type": "color"
38326
+ },
37467
38327
  "label-gray-fgColor-active": {
37468
38328
  "key": "{label.gray.fgColor.active}",
37469
38329
  "$extensions": {
@@ -37734,6 +38594,147 @@
37734
38594
  "value": "#122117",
37735
38595
  "type": "color"
37736
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": "{label.green.fgColor.rest}",
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}"
38731
+ },
38732
+ "name": "label-green-borderColor",
38733
+ "attributes": {},
38734
+ "path": ["label", "green", "borderColor"],
38735
+ "value": "#41b445",
38736
+ "type": "color"
38737
+ },
37737
38738
  "label-green-fgColor-active": {
37738
38739
  "key": "{label.green.fgColor.active}",
37739
38740
  "$extensions": {
@@ -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": "{label.indigo.fgColor.rest}",
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": "#9899ec",
39147
+ "type": "color"
39148
+ },
38007
39149
  "label-indigo-fgColor-active": {
38008
39150
  "key": "{label.indigo.fgColor.active}",
38009
39151
  "$extensions": {
@@ -38274,6 +39416,147 @@
38274
39416
  "value": "#291d00",
38275
39417
  "type": "color"
38276
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",
39478
+ "filePath": "src/tokens/component/label.json5",
39479
+ "isSource": true,
39480
+ "$type": "color"
39481
+ }
39482
+ }
39483
+ },
39484
+ "filePath": "src/tokens/component/label.json5",
39485
+ "isSource": true,
39486
+ "original": {
39487
+ "$value": "{label.lemon.fgColor.rest}",
39488
+ "$type": "color",
39489
+ "$extensions": {
39490
+ "org.primer.figma": {
39491
+ "collection": "mode",
39492
+ "group": "component",
39493
+ "scopes": ["borderColor"]
39494
+ },
39495
+ "org.primer.overrides": {
39496
+ "dark": {
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}",
39546
+ "filePath": "src/tokens/component/label.json5",
39547
+ "isSource": true,
39548
+ "$type": "color"
39549
+ }
39550
+ }
39551
+ },
39552
+ "key": "{label.lemon.borderColor}"
39553
+ },
39554
+ "name": "label-lemon-borderColor",
39555
+ "attributes": {},
39556
+ "path": ["label", "lemon", "borderColor"],
39557
+ "value": "#ba9b12",
39558
+ "type": "color"
39559
+ },
38277
39560
  "label-lemon-fgColor-active": {
38278
39561
  "key": "{label.lemon.fgColor.active}",
38279
39562
  "$extensions": {
@@ -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": "{label.lime.fgColor.rest}",
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": "#7dae37",
39969
+ "type": "color"
39970
+ },
38547
39971
  "label-lime-fgColor-active": {
38548
39972
  "key": "{label.lime.fgColor.active}",
38549
39973
  "$extensions": {
@@ -38814,6 +40238,147 @@
38814
40238
  "value": "#171e0b",
38815
40239
  "type": "color"
38816
40240
  },
40241
+ "label-olive-borderColor": {
40242
+ "key": "{label.olive.borderColor}",
40243
+ "$extensions": {
40244
+ "org.primer.figma": {
40245
+ "collection": "mode",
40246
+ "group": "component",
40247
+ "scopes": ["borderColor"]
40248
+ },
40249
+ "org.primer.overrides": {
40250
+ "dark": {
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",
40300
+ "filePath": "src/tokens/component/label.json5",
40301
+ "isSource": true,
40302
+ "$type": "color"
40303
+ }
40304
+ }
40305
+ },
40306
+ "filePath": "src/tokens/component/label.json5",
40307
+ "isSource": true,
40308
+ "original": {
40309
+ "$value": "{label.olive.fgColor.rest}",
40310
+ "$type": "color",
40311
+ "$extensions": {
40312
+ "org.primer.figma": {
40313
+ "collection": "mode",
40314
+ "group": "component",
40315
+ "scopes": ["borderColor"]
40316
+ },
40317
+ "org.primer.overrides": {
40318
+ "dark": {
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}",
40368
+ "filePath": "src/tokens/component/label.json5",
40369
+ "isSource": true,
40370
+ "$type": "color"
40371
+ }
40372
+ }
40373
+ },
40374
+ "key": "{label.olive.borderColor}"
40375
+ },
40376
+ "name": "label-olive-borderColor",
40377
+ "attributes": {},
40378
+ "path": ["label", "olive", "borderColor"],
40379
+ "value": "#a2a626",
40380
+ "type": "color"
40381
+ },
38817
40382
  "label-olive-fgColor-active": {
38818
40383
  "key": "{label.olive.fgColor.active}",
38819
40384
  "$extensions": {
@@ -39084,6 +40649,147 @@
39084
40649
  "value": "#311708",
39085
40650
  "type": "color"
39086
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": "{label.orange.fgColor.rest}",
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": "#ed8326",
40791
+ "type": "color"
40792
+ },
39087
40793
  "label-orange-fgColor-active": {
39088
40794
  "key": "{label.orange.fgColor.active}",
39089
40795
  "$extensions": {
@@ -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": "{label.pine.fgColor.rest}",
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": "#1bb673",
41202
+ "type": "color"
41203
+ },
39357
41204
  "label-pine-fgColor-active": {
39358
41205
  "key": "{label.pine.fgColor.active}",
39359
41206
  "$extensions": {
@@ -39624,6 +41471,147 @@
39624
41471
  "value": "#2d1524",
39625
41472
  "type": "color"
39626
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": "{label.pink.fgColor.rest}",
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}"
41608
+ },
41609
+ "name": "label-pink-borderColor",
41610
+ "attributes": {},
41611
+ "path": ["label", "pink", "borderColor"],
41612
+ "value": "#e57bb2",
41613
+ "type": "color"
41614
+ },
39627
41615
  "label-pink-fgColor-active": {
39628
41616
  "key": "{label.pink.fgColor.active}",
39629
41617
  "$extensions": {
@@ -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": "{label.plum.fgColor.rest}",
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": "#d07ef7",
42024
+ "type": "color"
42025
+ },
39897
42026
  "label-plum-fgColor-active": {
39898
42027
  "key": "{label.plum.fgColor.active}",
39899
42028
  "$extensions": {
@@ -40164,6 +42293,147 @@
40164
42293
  "value": "#211047",
40165
42294
  "type": "color"
40166
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",
42355
+ "filePath": "src/tokens/component/label.json5",
42356
+ "isSource": true,
42357
+ "$type": "color"
42358
+ }
42359
+ }
42360
+ },
42361
+ "filePath": "src/tokens/component/label.json5",
42362
+ "isSource": true,
42363
+ "original": {
42364
+ "$value": "{label.purple.fgColor.rest}",
42365
+ "$type": "color",
42366
+ "$extensions": {
42367
+ "org.primer.figma": {
42368
+ "collection": "mode",
42369
+ "group": "component",
42370
+ "scopes": ["borderColor"]
42371
+ },
42372
+ "org.primer.overrides": {
42373
+ "dark": {
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}",
42423
+ "filePath": "src/tokens/component/label.json5",
42424
+ "isSource": true,
42425
+ "$type": "color"
42426
+ }
42427
+ }
42428
+ },
42429
+ "key": "{label.purple.borderColor}"
42430
+ },
42431
+ "name": "label-purple-borderColor",
42432
+ "attributes": {},
42433
+ "path": ["label", "purple", "borderColor"],
42434
+ "value": "#b687f7",
42435
+ "type": "color"
42436
+ },
40167
42437
  "label-purple-fgColor-active": {
40168
42438
  "key": "{label.purple.fgColor.active}",
40169
42439
  "$extensions": {
@@ -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": "{label.red.fgColor.rest}",
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": "#f27d83",
42846
+ "type": "color"
42847
+ },
40437
42848
  "label-red-fgColor-active": {
40438
42849
  "key": "{label.red.fgColor.active}",
40439
42850
  "$extensions": {
@@ -40704,6 +43115,147 @@
40704
43115
  "value": "#041f25",
40705
43116
  "type": "color"
40706
43117
  },
43118
+ "label-teal-borderColor": {
43119
+ "key": "{label.teal.borderColor}",
43120
+ "$extensions": {
43121
+ "org.primer.figma": {
43122
+ "collection": "mode",
43123
+ "group": "component",
43124
+ "scopes": ["borderColor"]
43125
+ },
43126
+ "org.primer.overrides": {
43127
+ "dark": {
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",
43177
+ "filePath": "src/tokens/component/label.json5",
43178
+ "isSource": true,
43179
+ "$type": "color"
43180
+ }
43181
+ }
43182
+ },
43183
+ "filePath": "src/tokens/component/label.json5",
43184
+ "isSource": true,
43185
+ "original": {
43186
+ "$value": "{label.teal.fgColor.rest}",
43187
+ "$type": "color",
43188
+ "$extensions": {
43189
+ "org.primer.figma": {
43190
+ "collection": "mode",
43191
+ "group": "component",
43192
+ "scopes": ["borderColor"]
43193
+ },
43194
+ "org.primer.overrides": {
43195
+ "dark": {
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}",
43245
+ "filePath": "src/tokens/component/label.json5",
43246
+ "isSource": true,
43247
+ "$type": "color"
43248
+ }
43249
+ }
43250
+ },
43251
+ "key": "{label.teal.borderColor}"
43252
+ },
43253
+ "name": "label-teal-borderColor",
43254
+ "attributes": {},
43255
+ "path": ["label", "teal", "borderColor"],
43256
+ "value": "#1cb0ab",
43257
+ "type": "color"
43258
+ },
40707
43259
  "label-teal-fgColor-active": {
40708
43260
  "key": "{label.teal.fgColor.active}",
40709
43261
  "$extensions": {
@@ -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": "{label.yellow.fgColor.rest}",
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": "#d3910d",
43668
+ "type": "color"
43669
+ },
40977
43670
  "label-yellow-fgColor-active": {
40978
43671
  "key": "{label.yellow.fgColor.active}",
40979
43672
  "$extensions": {