@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
@@ -16990,7 +16990,14 @@
16990
16990
  "scopes": ["borderColor"]
16991
16991
  },
16992
16992
  "org.primer.overrides": {
16993
- "dark": "#b7bdc8"
16993
+ "dark": "#b7bdc8",
16994
+ "dark-dimmed-high-contrast": "#b7bdc8",
16995
+ "light-high-contrast": "#b7bdc8",
16996
+ "light-tritanopia-high-contrast": "#b7bdc8",
16997
+ "light-protanopia-deuteranopia-high-contrast": "#b7bdc8",
16998
+ "dark-high-contrast": "#b7bdc8",
16999
+ "dark-tritanopia-high-contrast": "#b7bdc8",
17000
+ "dark-protanopia-deuteranopia-high-contrast": "#b7bdc8"
16994
17001
  }
16995
17002
  },
16996
17003
  "filePath": "src/tokens/functional/color/control.json5",
@@ -17005,7 +17012,14 @@
17005
17012
  "scopes": ["borderColor"]
17006
17013
  },
17007
17014
  "org.primer.overrides": {
17008
- "dark": "{control.borderColor.emphasis}"
17015
+ "dark": "{control.borderColor.rest}",
17016
+ "dark-dimmed-high-contrast": "{control.borderColor.emphasis}",
17017
+ "light-high-contrast": "{control.borderColor.emphasis}",
17018
+ "light-tritanopia-high-contrast": "{control.borderColor.emphasis}",
17019
+ "light-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}",
17020
+ "dark-high-contrast": "{control.borderColor.emphasis}",
17021
+ "dark-tritanopia-high-contrast": "{control.borderColor.emphasis}",
17022
+ "dark-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}"
17009
17023
  }
17010
17024
  },
17011
17025
  "key": "{controlKnob.borderColor.rest}"
@@ -36120,6 +36134,147 @@
36120
36134
  "attributes": {},
36121
36135
  "path": ["label", "auburn", "bgColor", "rest"]
36122
36136
  },
36137
+ "label-auburn-borderColor": {
36138
+ "key": "{label.auburn.borderColor}",
36139
+ "$value": "#bf9592",
36140
+ "$type": "color",
36141
+ "$extensions": {
36142
+ "org.primer.figma": {
36143
+ "collection": "mode",
36144
+ "group": "component",
36145
+ "scopes": ["borderColor"]
36146
+ },
36147
+ "org.primer.overrides": {
36148
+ "dark": {
36149
+ "$value": "#00000000",
36150
+ "filePath": "src/tokens/component/label.json5",
36151
+ "isSource": true,
36152
+ "$type": "color"
36153
+ },
36154
+ "dark-dimmed": {
36155
+ "$value": "#00000000",
36156
+ "filePath": "src/tokens/component/label.json5",
36157
+ "isSource": true,
36158
+ "$type": "color"
36159
+ },
36160
+ "light-high-contrast": {
36161
+ "$value": "#bf9592",
36162
+ "filePath": "src/tokens/component/label.json5",
36163
+ "isSource": true,
36164
+ "$type": "color"
36165
+ },
36166
+ "dark-high-contrast": {
36167
+ "$value": "#bf9592",
36168
+ "filePath": "src/tokens/component/label.json5",
36169
+ "isSource": true,
36170
+ "$type": "color"
36171
+ },
36172
+ "dark-dimmed-high-contrast": {
36173
+ "$value": "#bf9592",
36174
+ "filePath": "src/tokens/component/label.json5",
36175
+ "isSource": true,
36176
+ "$type": "color"
36177
+ },
36178
+ "dark-tritanopia-high-contrast": {
36179
+ "$value": "#bf9592",
36180
+ "filePath": "src/tokens/component/label.json5",
36181
+ "isSource": true,
36182
+ "$type": "color"
36183
+ },
36184
+ "dark-protanopia-deuteranopia-high-contrast": {
36185
+ "$value": "#bf9592",
36186
+ "filePath": "src/tokens/component/label.json5",
36187
+ "isSource": true,
36188
+ "$type": "color"
36189
+ },
36190
+ "light-tritanopia-high-contrast": {
36191
+ "$value": "#bf9592",
36192
+ "filePath": "src/tokens/component/label.json5",
36193
+ "isSource": true,
36194
+ "$type": "color"
36195
+ },
36196
+ "light-protanopia-deuteranopia-high-contrast": {
36197
+ "$value": "#bf9592",
36198
+ "filePath": "src/tokens/component/label.json5",
36199
+ "isSource": true,
36200
+ "$type": "color"
36201
+ }
36202
+ }
36203
+ },
36204
+ "filePath": "src/tokens/component/label.json5",
36205
+ "isSource": true,
36206
+ "original": {
36207
+ "$value": "{label.auburn.fgColor.rest}",
36208
+ "$type": "color",
36209
+ "$extensions": {
36210
+ "org.primer.figma": {
36211
+ "collection": "mode",
36212
+ "group": "component",
36213
+ "scopes": ["borderColor"]
36214
+ },
36215
+ "org.primer.overrides": {
36216
+ "dark": {
36217
+ "$value": "{base.color.transparent}",
36218
+ "filePath": "src/tokens/component/label.json5",
36219
+ "isSource": true,
36220
+ "$type": "color"
36221
+ },
36222
+ "dark-dimmed": {
36223
+ "$value": "{base.color.transparent}",
36224
+ "filePath": "src/tokens/component/label.json5",
36225
+ "isSource": true,
36226
+ "$type": "color"
36227
+ },
36228
+ "light-high-contrast": {
36229
+ "$value": "{label.auburn.fgColor.rest}",
36230
+ "filePath": "src/tokens/component/label.json5",
36231
+ "isSource": true,
36232
+ "$type": "color"
36233
+ },
36234
+ "dark-high-contrast": {
36235
+ "$value": "{label.auburn.fgColor.rest}",
36236
+ "filePath": "src/tokens/component/label.json5",
36237
+ "isSource": true,
36238
+ "$type": "color"
36239
+ },
36240
+ "dark-dimmed-high-contrast": {
36241
+ "$value": "{label.auburn.fgColor.rest}",
36242
+ "filePath": "src/tokens/component/label.json5",
36243
+ "isSource": true,
36244
+ "$type": "color"
36245
+ },
36246
+ "dark-tritanopia-high-contrast": {
36247
+ "$value": "{label.auburn.fgColor.rest}",
36248
+ "filePath": "src/tokens/component/label.json5",
36249
+ "isSource": true,
36250
+ "$type": "color"
36251
+ },
36252
+ "dark-protanopia-deuteranopia-high-contrast": {
36253
+ "$value": "{label.auburn.fgColor.rest}",
36254
+ "filePath": "src/tokens/component/label.json5",
36255
+ "isSource": true,
36256
+ "$type": "color"
36257
+ },
36258
+ "light-tritanopia-high-contrast": {
36259
+ "$value": "{label.auburn.fgColor.rest}",
36260
+ "filePath": "src/tokens/component/label.json5",
36261
+ "isSource": true,
36262
+ "$type": "color"
36263
+ },
36264
+ "light-protanopia-deuteranopia-high-contrast": {
36265
+ "$value": "{label.auburn.fgColor.rest}",
36266
+ "filePath": "src/tokens/component/label.json5",
36267
+ "isSource": true,
36268
+ "$type": "color"
36269
+ }
36270
+ }
36271
+ },
36272
+ "key": "{label.auburn.borderColor}"
36273
+ },
36274
+ "name": "label-auburn-borderColor",
36275
+ "attributes": {},
36276
+ "path": ["label", "auburn", "borderColor"]
36277
+ },
36123
36278
  "label-auburn-fgColor-active": {
36124
36279
  "key": "{label.auburn.fgColor.active}",
36125
36280
  "$value": "#d4b7b5",
@@ -36390,19 +36545,67 @@
36390
36545
  "attributes": {},
36391
36546
  "path": ["label", "blue", "bgColor", "rest"]
36392
36547
  },
36393
- "label-blue-fgColor-active": {
36394
- "key": "{label.blue.fgColor.active}",
36395
- "$value": "#85c2ff",
36548
+ "label-blue-borderColor": {
36549
+ "key": "{label.blue.borderColor}",
36550
+ "$value": "#4da0ff",
36396
36551
  "$type": "color",
36397
36552
  "$extensions": {
36398
36553
  "org.primer.figma": {
36399
36554
  "collection": "mode",
36400
36555
  "group": "component",
36401
- "scopes": ["fgColor"]
36556
+ "scopes": ["borderColor"]
36402
36557
  },
36403
36558
  "org.primer.overrides": {
36404
36559
  "dark": {
36405
- "$value": "#85c2ff",
36560
+ "$value": "#00000000",
36561
+ "filePath": "src/tokens/component/label.json5",
36562
+ "isSource": true,
36563
+ "$type": "color"
36564
+ },
36565
+ "dark-dimmed": {
36566
+ "$value": "#00000000",
36567
+ "filePath": "src/tokens/component/label.json5",
36568
+ "isSource": true,
36569
+ "$type": "color"
36570
+ },
36571
+ "light-high-contrast": {
36572
+ "$value": "#4da0ff",
36573
+ "filePath": "src/tokens/component/label.json5",
36574
+ "isSource": true,
36575
+ "$type": "color"
36576
+ },
36577
+ "dark-high-contrast": {
36578
+ "$value": "#4da0ff",
36579
+ "filePath": "src/tokens/component/label.json5",
36580
+ "isSource": true,
36581
+ "$type": "color"
36582
+ },
36583
+ "dark-dimmed-high-contrast": {
36584
+ "$value": "#4da0ff",
36585
+ "filePath": "src/tokens/component/label.json5",
36586
+ "isSource": true,
36587
+ "$type": "color"
36588
+ },
36589
+ "dark-tritanopia-high-contrast": {
36590
+ "$value": "#4da0ff",
36591
+ "filePath": "src/tokens/component/label.json5",
36592
+ "isSource": true,
36593
+ "$type": "color"
36594
+ },
36595
+ "dark-protanopia-deuteranopia-high-contrast": {
36596
+ "$value": "#4da0ff",
36597
+ "filePath": "src/tokens/component/label.json5",
36598
+ "isSource": true,
36599
+ "$type": "color"
36600
+ },
36601
+ "light-tritanopia-high-contrast": {
36602
+ "$value": "#4da0ff",
36603
+ "filePath": "src/tokens/component/label.json5",
36604
+ "isSource": true,
36605
+ "$type": "color"
36606
+ },
36607
+ "light-protanopia-deuteranopia-high-contrast": {
36608
+ "$value": "#4da0ff",
36406
36609
  "filePath": "src/tokens/component/label.json5",
36407
36610
  "isSource": true,
36408
36611
  "$type": "color"
@@ -36412,32 +36615,80 @@
36412
36615
  "filePath": "src/tokens/component/label.json5",
36413
36616
  "isSource": true,
36414
36617
  "original": {
36415
- "$value": "{base.display.color.blue.8}",
36618
+ "$value": "{label.blue.fgColor.rest}",
36416
36619
  "$type": "color",
36417
36620
  "$extensions": {
36418
36621
  "org.primer.figma": {
36419
36622
  "collection": "mode",
36420
36623
  "group": "component",
36421
- "scopes": ["fgColor"]
36624
+ "scopes": ["borderColor"]
36422
36625
  },
36423
36626
  "org.primer.overrides": {
36424
36627
  "dark": {
36425
- "$value": "{base.display.color.blue.8}",
36628
+ "$value": "{base.color.transparent}",
36629
+ "filePath": "src/tokens/component/label.json5",
36630
+ "isSource": true,
36631
+ "$type": "color"
36632
+ },
36633
+ "dark-dimmed": {
36634
+ "$value": "{base.color.transparent}",
36635
+ "filePath": "src/tokens/component/label.json5",
36636
+ "isSource": true,
36637
+ "$type": "color"
36638
+ },
36639
+ "light-high-contrast": {
36640
+ "$value": "{label.blue.fgColor.rest}",
36641
+ "filePath": "src/tokens/component/label.json5",
36642
+ "isSource": true,
36643
+ "$type": "color"
36644
+ },
36645
+ "dark-high-contrast": {
36646
+ "$value": "{label.blue.fgColor.rest}",
36647
+ "filePath": "src/tokens/component/label.json5",
36648
+ "isSource": true,
36649
+ "$type": "color"
36650
+ },
36651
+ "dark-dimmed-high-contrast": {
36652
+ "$value": "{label.blue.fgColor.rest}",
36653
+ "filePath": "src/tokens/component/label.json5",
36654
+ "isSource": true,
36655
+ "$type": "color"
36656
+ },
36657
+ "dark-tritanopia-high-contrast": {
36658
+ "$value": "{label.blue.fgColor.rest}",
36659
+ "filePath": "src/tokens/component/label.json5",
36660
+ "isSource": true,
36661
+ "$type": "color"
36662
+ },
36663
+ "dark-protanopia-deuteranopia-high-contrast": {
36664
+ "$value": "{label.blue.fgColor.rest}",
36665
+ "filePath": "src/tokens/component/label.json5",
36666
+ "isSource": true,
36667
+ "$type": "color"
36668
+ },
36669
+ "light-tritanopia-high-contrast": {
36670
+ "$value": "{label.blue.fgColor.rest}",
36671
+ "filePath": "src/tokens/component/label.json5",
36672
+ "isSource": true,
36673
+ "$type": "color"
36674
+ },
36675
+ "light-protanopia-deuteranopia-high-contrast": {
36676
+ "$value": "{label.blue.fgColor.rest}",
36426
36677
  "filePath": "src/tokens/component/label.json5",
36427
36678
  "isSource": true,
36428
36679
  "$type": "color"
36429
36680
  }
36430
36681
  }
36431
36682
  },
36432
- "key": "{label.blue.fgColor.active}"
36683
+ "key": "{label.blue.borderColor}"
36433
36684
  },
36434
- "name": "label-blue-fgColor-active",
36685
+ "name": "label-blue-borderColor",
36435
36686
  "attributes": {},
36436
- "path": ["label", "blue", "fgColor", "active"]
36687
+ "path": ["label", "blue", "borderColor"]
36437
36688
  },
36438
- "label-blue-fgColor-hover": {
36439
- "key": "{label.blue.fgColor.hover}",
36440
- "$value": "#61adff",
36689
+ "label-blue-fgColor-active": {
36690
+ "key": "{label.blue.fgColor.active}",
36691
+ "$value": "#85c2ff",
36441
36692
  "$type": "color",
36442
36693
  "$extensions": {
36443
36694
  "org.primer.figma": {
@@ -36447,7 +36698,7 @@
36447
36698
  },
36448
36699
  "org.primer.overrides": {
36449
36700
  "dark": {
36450
- "$value": "#61adff",
36701
+ "$value": "#85c2ff",
36451
36702
  "filePath": "src/tokens/component/label.json5",
36452
36703
  "isSource": true,
36453
36704
  "$type": "color"
@@ -36457,7 +36708,7 @@
36457
36708
  "filePath": "src/tokens/component/label.json5",
36458
36709
  "isSource": true,
36459
36710
  "original": {
36460
- "$value": "{base.display.color.blue.7}",
36711
+ "$value": "{base.display.color.blue.8}",
36461
36712
  "$type": "color",
36462
36713
  "$extensions": {
36463
36714
  "org.primer.figma": {
@@ -36467,14 +36718,59 @@
36467
36718
  },
36468
36719
  "org.primer.overrides": {
36469
36720
  "dark": {
36470
- "$value": "{base.display.color.blue.7}",
36721
+ "$value": "{base.display.color.blue.8}",
36471
36722
  "filePath": "src/tokens/component/label.json5",
36472
36723
  "isSource": true,
36473
36724
  "$type": "color"
36474
36725
  }
36475
36726
  }
36476
36727
  },
36477
- "key": "{label.blue.fgColor.hover}"
36728
+ "key": "{label.blue.fgColor.active}"
36729
+ },
36730
+ "name": "label-blue-fgColor-active",
36731
+ "attributes": {},
36732
+ "path": ["label", "blue", "fgColor", "active"]
36733
+ },
36734
+ "label-blue-fgColor-hover": {
36735
+ "key": "{label.blue.fgColor.hover}",
36736
+ "$value": "#61adff",
36737
+ "$type": "color",
36738
+ "$extensions": {
36739
+ "org.primer.figma": {
36740
+ "collection": "mode",
36741
+ "group": "component",
36742
+ "scopes": ["fgColor"]
36743
+ },
36744
+ "org.primer.overrides": {
36745
+ "dark": {
36746
+ "$value": "#61adff",
36747
+ "filePath": "src/tokens/component/label.json5",
36748
+ "isSource": true,
36749
+ "$type": "color"
36750
+ }
36751
+ }
36752
+ },
36753
+ "filePath": "src/tokens/component/label.json5",
36754
+ "isSource": true,
36755
+ "original": {
36756
+ "$value": "{base.display.color.blue.7}",
36757
+ "$type": "color",
36758
+ "$extensions": {
36759
+ "org.primer.figma": {
36760
+ "collection": "mode",
36761
+ "group": "component",
36762
+ "scopes": ["fgColor"]
36763
+ },
36764
+ "org.primer.overrides": {
36765
+ "dark": {
36766
+ "$value": "{base.display.color.blue.7}",
36767
+ "filePath": "src/tokens/component/label.json5",
36768
+ "isSource": true,
36769
+ "$type": "color"
36770
+ }
36771
+ }
36772
+ },
36773
+ "key": "{label.blue.fgColor.hover}"
36478
36774
  },
36479
36775
  "name": "label-blue-fgColor-hover",
36480
36776
  "attributes": {},
@@ -36660,6 +36956,147 @@
36660
36956
  "attributes": {},
36661
36957
  "path": ["label", "brown", "bgColor", "rest"]
36662
36958
  },
36959
+ "label-brown-borderColor": {
36960
+ "key": "{label.brown.borderColor}",
36961
+ "$value": "#b69a6d",
36962
+ "$type": "color",
36963
+ "$extensions": {
36964
+ "org.primer.figma": {
36965
+ "collection": "mode",
36966
+ "group": "component",
36967
+ "scopes": ["borderColor"]
36968
+ },
36969
+ "org.primer.overrides": {
36970
+ "dark": {
36971
+ "$value": "#00000000",
36972
+ "filePath": "src/tokens/component/label.json5",
36973
+ "isSource": true,
36974
+ "$type": "color"
36975
+ },
36976
+ "dark-dimmed": {
36977
+ "$value": "#00000000",
36978
+ "filePath": "src/tokens/component/label.json5",
36979
+ "isSource": true,
36980
+ "$type": "color"
36981
+ },
36982
+ "light-high-contrast": {
36983
+ "$value": "#b69a6d",
36984
+ "filePath": "src/tokens/component/label.json5",
36985
+ "isSource": true,
36986
+ "$type": "color"
36987
+ },
36988
+ "dark-high-contrast": {
36989
+ "$value": "#b69a6d",
36990
+ "filePath": "src/tokens/component/label.json5",
36991
+ "isSource": true,
36992
+ "$type": "color"
36993
+ },
36994
+ "dark-dimmed-high-contrast": {
36995
+ "$value": "#b69a6d",
36996
+ "filePath": "src/tokens/component/label.json5",
36997
+ "isSource": true,
36998
+ "$type": "color"
36999
+ },
37000
+ "dark-tritanopia-high-contrast": {
37001
+ "$value": "#b69a6d",
37002
+ "filePath": "src/tokens/component/label.json5",
37003
+ "isSource": true,
37004
+ "$type": "color"
37005
+ },
37006
+ "dark-protanopia-deuteranopia-high-contrast": {
37007
+ "$value": "#b69a6d",
37008
+ "filePath": "src/tokens/component/label.json5",
37009
+ "isSource": true,
37010
+ "$type": "color"
37011
+ },
37012
+ "light-tritanopia-high-contrast": {
37013
+ "$value": "#b69a6d",
37014
+ "filePath": "src/tokens/component/label.json5",
37015
+ "isSource": true,
37016
+ "$type": "color"
37017
+ },
37018
+ "light-protanopia-deuteranopia-high-contrast": {
37019
+ "$value": "#b69a6d",
37020
+ "filePath": "src/tokens/component/label.json5",
37021
+ "isSource": true,
37022
+ "$type": "color"
37023
+ }
37024
+ }
37025
+ },
37026
+ "filePath": "src/tokens/component/label.json5",
37027
+ "isSource": true,
37028
+ "original": {
37029
+ "$value": "{label.brown.fgColor.rest}",
37030
+ "$type": "color",
37031
+ "$extensions": {
37032
+ "org.primer.figma": {
37033
+ "collection": "mode",
37034
+ "group": "component",
37035
+ "scopes": ["borderColor"]
37036
+ },
37037
+ "org.primer.overrides": {
37038
+ "dark": {
37039
+ "$value": "{base.color.transparent}",
37040
+ "filePath": "src/tokens/component/label.json5",
37041
+ "isSource": true,
37042
+ "$type": "color"
37043
+ },
37044
+ "dark-dimmed": {
37045
+ "$value": "{base.color.transparent}",
37046
+ "filePath": "src/tokens/component/label.json5",
37047
+ "isSource": true,
37048
+ "$type": "color"
37049
+ },
37050
+ "light-high-contrast": {
37051
+ "$value": "{label.brown.fgColor.rest}",
37052
+ "filePath": "src/tokens/component/label.json5",
37053
+ "isSource": true,
37054
+ "$type": "color"
37055
+ },
37056
+ "dark-high-contrast": {
37057
+ "$value": "{label.brown.fgColor.rest}",
37058
+ "filePath": "src/tokens/component/label.json5",
37059
+ "isSource": true,
37060
+ "$type": "color"
37061
+ },
37062
+ "dark-dimmed-high-contrast": {
37063
+ "$value": "{label.brown.fgColor.rest}",
37064
+ "filePath": "src/tokens/component/label.json5",
37065
+ "isSource": true,
37066
+ "$type": "color"
37067
+ },
37068
+ "dark-tritanopia-high-contrast": {
37069
+ "$value": "{label.brown.fgColor.rest}",
37070
+ "filePath": "src/tokens/component/label.json5",
37071
+ "isSource": true,
37072
+ "$type": "color"
37073
+ },
37074
+ "dark-protanopia-deuteranopia-high-contrast": {
37075
+ "$value": "{label.brown.fgColor.rest}",
37076
+ "filePath": "src/tokens/component/label.json5",
37077
+ "isSource": true,
37078
+ "$type": "color"
37079
+ },
37080
+ "light-tritanopia-high-contrast": {
37081
+ "$value": "{label.brown.fgColor.rest}",
37082
+ "filePath": "src/tokens/component/label.json5",
37083
+ "isSource": true,
37084
+ "$type": "color"
37085
+ },
37086
+ "light-protanopia-deuteranopia-high-contrast": {
37087
+ "$value": "{label.brown.fgColor.rest}",
37088
+ "filePath": "src/tokens/component/label.json5",
37089
+ "isSource": true,
37090
+ "$type": "color"
37091
+ }
37092
+ }
37093
+ },
37094
+ "key": "{label.brown.borderColor}"
37095
+ },
37096
+ "name": "label-brown-borderColor",
37097
+ "attributes": {},
37098
+ "path": ["label", "brown", "borderColor"]
37099
+ },
36663
37100
  "label-brown-fgColor-active": {
36664
37101
  "key": "{label.brown.fgColor.active}",
36665
37102
  "$value": "#cdbb98",
@@ -36930,6 +37367,147 @@
36930
37367
  "attributes": {},
36931
37368
  "path": ["label", "coral", "bgColor", "rest"]
36932
37369
  },
37370
+ "label-coral-borderColor": {
37371
+ "key": "{label.coral.borderColor}",
37372
+ "$value": "#f7794b",
37373
+ "$type": "color",
37374
+ "$extensions": {
37375
+ "org.primer.figma": {
37376
+ "collection": "mode",
37377
+ "group": "component",
37378
+ "scopes": ["borderColor"]
37379
+ },
37380
+ "org.primer.overrides": {
37381
+ "dark": {
37382
+ "$value": "#00000000",
37383
+ "filePath": "src/tokens/component/label.json5",
37384
+ "isSource": true,
37385
+ "$type": "color"
37386
+ },
37387
+ "dark-dimmed": {
37388
+ "$value": "#00000000",
37389
+ "filePath": "src/tokens/component/label.json5",
37390
+ "isSource": true,
37391
+ "$type": "color"
37392
+ },
37393
+ "light-high-contrast": {
37394
+ "$value": "#f7794b",
37395
+ "filePath": "src/tokens/component/label.json5",
37396
+ "isSource": true,
37397
+ "$type": "color"
37398
+ },
37399
+ "dark-high-contrast": {
37400
+ "$value": "#f7794b",
37401
+ "filePath": "src/tokens/component/label.json5",
37402
+ "isSource": true,
37403
+ "$type": "color"
37404
+ },
37405
+ "dark-dimmed-high-contrast": {
37406
+ "$value": "#f7794b",
37407
+ "filePath": "src/tokens/component/label.json5",
37408
+ "isSource": true,
37409
+ "$type": "color"
37410
+ },
37411
+ "dark-tritanopia-high-contrast": {
37412
+ "$value": "#f7794b",
37413
+ "filePath": "src/tokens/component/label.json5",
37414
+ "isSource": true,
37415
+ "$type": "color"
37416
+ },
37417
+ "dark-protanopia-deuteranopia-high-contrast": {
37418
+ "$value": "#f7794b",
37419
+ "filePath": "src/tokens/component/label.json5",
37420
+ "isSource": true,
37421
+ "$type": "color"
37422
+ },
37423
+ "light-tritanopia-high-contrast": {
37424
+ "$value": "#f7794b",
37425
+ "filePath": "src/tokens/component/label.json5",
37426
+ "isSource": true,
37427
+ "$type": "color"
37428
+ },
37429
+ "light-protanopia-deuteranopia-high-contrast": {
37430
+ "$value": "#f7794b",
37431
+ "filePath": "src/tokens/component/label.json5",
37432
+ "isSource": true,
37433
+ "$type": "color"
37434
+ }
37435
+ }
37436
+ },
37437
+ "filePath": "src/tokens/component/label.json5",
37438
+ "isSource": true,
37439
+ "original": {
37440
+ "$value": "{label.coral.fgColor.rest}",
37441
+ "$type": "color",
37442
+ "$extensions": {
37443
+ "org.primer.figma": {
37444
+ "collection": "mode",
37445
+ "group": "component",
37446
+ "scopes": ["borderColor"]
37447
+ },
37448
+ "org.primer.overrides": {
37449
+ "dark": {
37450
+ "$value": "{base.color.transparent}",
37451
+ "filePath": "src/tokens/component/label.json5",
37452
+ "isSource": true,
37453
+ "$type": "color"
37454
+ },
37455
+ "dark-dimmed": {
37456
+ "$value": "{base.color.transparent}",
37457
+ "filePath": "src/tokens/component/label.json5",
37458
+ "isSource": true,
37459
+ "$type": "color"
37460
+ },
37461
+ "light-high-contrast": {
37462
+ "$value": "{label.coral.fgColor.rest}",
37463
+ "filePath": "src/tokens/component/label.json5",
37464
+ "isSource": true,
37465
+ "$type": "color"
37466
+ },
37467
+ "dark-high-contrast": {
37468
+ "$value": "{label.coral.fgColor.rest}",
37469
+ "filePath": "src/tokens/component/label.json5",
37470
+ "isSource": true,
37471
+ "$type": "color"
37472
+ },
37473
+ "dark-dimmed-high-contrast": {
37474
+ "$value": "{label.coral.fgColor.rest}",
37475
+ "filePath": "src/tokens/component/label.json5",
37476
+ "isSource": true,
37477
+ "$type": "color"
37478
+ },
37479
+ "dark-tritanopia-high-contrast": {
37480
+ "$value": "{label.coral.fgColor.rest}",
37481
+ "filePath": "src/tokens/component/label.json5",
37482
+ "isSource": true,
37483
+ "$type": "color"
37484
+ },
37485
+ "dark-protanopia-deuteranopia-high-contrast": {
37486
+ "$value": "{label.coral.fgColor.rest}",
37487
+ "filePath": "src/tokens/component/label.json5",
37488
+ "isSource": true,
37489
+ "$type": "color"
37490
+ },
37491
+ "light-tritanopia-high-contrast": {
37492
+ "$value": "{label.coral.fgColor.rest}",
37493
+ "filePath": "src/tokens/component/label.json5",
37494
+ "isSource": true,
37495
+ "$type": "color"
37496
+ },
37497
+ "light-protanopia-deuteranopia-high-contrast": {
37498
+ "$value": "{label.coral.fgColor.rest}",
37499
+ "filePath": "src/tokens/component/label.json5",
37500
+ "isSource": true,
37501
+ "$type": "color"
37502
+ }
37503
+ }
37504
+ },
37505
+ "key": "{label.coral.borderColor}"
37506
+ },
37507
+ "name": "label-coral-borderColor",
37508
+ "attributes": {},
37509
+ "path": ["label", "coral", "borderColor"]
37510
+ },
36933
37511
  "label-coral-fgColor-active": {
36934
37512
  "key": "{label.coral.fgColor.active}",
36935
37513
  "$value": "#fdaa86",
@@ -37200,6 +37778,147 @@
37200
37778
  "attributes": {},
37201
37779
  "path": ["label", "cyan", "bgColor", "rest"]
37202
37780
  },
37781
+ "label-cyan-borderColor": {
37782
+ "key": "{label.cyan.borderColor}",
37783
+ "$value": "#07ace4",
37784
+ "$type": "color",
37785
+ "$extensions": {
37786
+ "org.primer.figma": {
37787
+ "collection": "mode",
37788
+ "group": "component",
37789
+ "scopes": ["borderColor"]
37790
+ },
37791
+ "org.primer.overrides": {
37792
+ "dark": {
37793
+ "$value": "#00000000",
37794
+ "filePath": "src/tokens/component/label.json5",
37795
+ "isSource": true,
37796
+ "$type": "color"
37797
+ },
37798
+ "dark-dimmed": {
37799
+ "$value": "#00000000",
37800
+ "filePath": "src/tokens/component/label.json5",
37801
+ "isSource": true,
37802
+ "$type": "color"
37803
+ },
37804
+ "light-high-contrast": {
37805
+ "$value": "#07ace4",
37806
+ "filePath": "src/tokens/component/label.json5",
37807
+ "isSource": true,
37808
+ "$type": "color"
37809
+ },
37810
+ "dark-high-contrast": {
37811
+ "$value": "#07ace4",
37812
+ "filePath": "src/tokens/component/label.json5",
37813
+ "isSource": true,
37814
+ "$type": "color"
37815
+ },
37816
+ "dark-dimmed-high-contrast": {
37817
+ "$value": "#07ace4",
37818
+ "filePath": "src/tokens/component/label.json5",
37819
+ "isSource": true,
37820
+ "$type": "color"
37821
+ },
37822
+ "dark-tritanopia-high-contrast": {
37823
+ "$value": "#07ace4",
37824
+ "filePath": "src/tokens/component/label.json5",
37825
+ "isSource": true,
37826
+ "$type": "color"
37827
+ },
37828
+ "dark-protanopia-deuteranopia-high-contrast": {
37829
+ "$value": "#07ace4",
37830
+ "filePath": "src/tokens/component/label.json5",
37831
+ "isSource": true,
37832
+ "$type": "color"
37833
+ },
37834
+ "light-tritanopia-high-contrast": {
37835
+ "$value": "#07ace4",
37836
+ "filePath": "src/tokens/component/label.json5",
37837
+ "isSource": true,
37838
+ "$type": "color"
37839
+ },
37840
+ "light-protanopia-deuteranopia-high-contrast": {
37841
+ "$value": "#07ace4",
37842
+ "filePath": "src/tokens/component/label.json5",
37843
+ "isSource": true,
37844
+ "$type": "color"
37845
+ }
37846
+ }
37847
+ },
37848
+ "filePath": "src/tokens/component/label.json5",
37849
+ "isSource": true,
37850
+ "original": {
37851
+ "$value": "{label.cyan.fgColor.rest}",
37852
+ "$type": "color",
37853
+ "$extensions": {
37854
+ "org.primer.figma": {
37855
+ "collection": "mode",
37856
+ "group": "component",
37857
+ "scopes": ["borderColor"]
37858
+ },
37859
+ "org.primer.overrides": {
37860
+ "dark": {
37861
+ "$value": "{base.color.transparent}",
37862
+ "filePath": "src/tokens/component/label.json5",
37863
+ "isSource": true,
37864
+ "$type": "color"
37865
+ },
37866
+ "dark-dimmed": {
37867
+ "$value": "{base.color.transparent}",
37868
+ "filePath": "src/tokens/component/label.json5",
37869
+ "isSource": true,
37870
+ "$type": "color"
37871
+ },
37872
+ "light-high-contrast": {
37873
+ "$value": "{label.cyan.fgColor.rest}",
37874
+ "filePath": "src/tokens/component/label.json5",
37875
+ "isSource": true,
37876
+ "$type": "color"
37877
+ },
37878
+ "dark-high-contrast": {
37879
+ "$value": "{label.cyan.fgColor.rest}",
37880
+ "filePath": "src/tokens/component/label.json5",
37881
+ "isSource": true,
37882
+ "$type": "color"
37883
+ },
37884
+ "dark-dimmed-high-contrast": {
37885
+ "$value": "{label.cyan.fgColor.rest}",
37886
+ "filePath": "src/tokens/component/label.json5",
37887
+ "isSource": true,
37888
+ "$type": "color"
37889
+ },
37890
+ "dark-tritanopia-high-contrast": {
37891
+ "$value": "{label.cyan.fgColor.rest}",
37892
+ "filePath": "src/tokens/component/label.json5",
37893
+ "isSource": true,
37894
+ "$type": "color"
37895
+ },
37896
+ "dark-protanopia-deuteranopia-high-contrast": {
37897
+ "$value": "{label.cyan.fgColor.rest}",
37898
+ "filePath": "src/tokens/component/label.json5",
37899
+ "isSource": true,
37900
+ "$type": "color"
37901
+ },
37902
+ "light-tritanopia-high-contrast": {
37903
+ "$value": "{label.cyan.fgColor.rest}",
37904
+ "filePath": "src/tokens/component/label.json5",
37905
+ "isSource": true,
37906
+ "$type": "color"
37907
+ },
37908
+ "light-protanopia-deuteranopia-high-contrast": {
37909
+ "$value": "{label.cyan.fgColor.rest}",
37910
+ "filePath": "src/tokens/component/label.json5",
37911
+ "isSource": true,
37912
+ "$type": "color"
37913
+ }
37914
+ }
37915
+ },
37916
+ "key": "{label.cyan.borderColor}"
37917
+ },
37918
+ "name": "label-cyan-borderColor",
37919
+ "attributes": {},
37920
+ "path": ["label", "cyan", "borderColor"]
37921
+ },
37203
37922
  "label-cyan-fgColor-active": {
37204
37923
  "key": "{label.cyan.fgColor.active}",
37205
37924
  "$value": "#45cbf7",
@@ -37470,6 +38189,147 @@
37470
38189
  "attributes": {},
37471
38190
  "path": ["label", "gray", "bgColor", "rest"]
37472
38191
  },
38192
+ "label-gray-borderColor": {
38193
+ "key": "{label.gray.borderColor}",
38194
+ "$value": "#92a1b5",
38195
+ "$type": "color",
38196
+ "$extensions": {
38197
+ "org.primer.figma": {
38198
+ "collection": "mode",
38199
+ "group": "component",
38200
+ "scopes": ["borderColor"]
38201
+ },
38202
+ "org.primer.overrides": {
38203
+ "dark": {
38204
+ "$value": "#00000000",
38205
+ "filePath": "src/tokens/component/label.json5",
38206
+ "isSource": true,
38207
+ "$type": "color"
38208
+ },
38209
+ "dark-dimmed": {
38210
+ "$value": "#00000000",
38211
+ "filePath": "src/tokens/component/label.json5",
38212
+ "isSource": true,
38213
+ "$type": "color"
38214
+ },
38215
+ "light-high-contrast": {
38216
+ "$value": "#92a1b5",
38217
+ "filePath": "src/tokens/component/label.json5",
38218
+ "isSource": true,
38219
+ "$type": "color"
38220
+ },
38221
+ "dark-high-contrast": {
38222
+ "$value": "#92a1b5",
38223
+ "filePath": "src/tokens/component/label.json5",
38224
+ "isSource": true,
38225
+ "$type": "color"
38226
+ },
38227
+ "dark-dimmed-high-contrast": {
38228
+ "$value": "#92a1b5",
38229
+ "filePath": "src/tokens/component/label.json5",
38230
+ "isSource": true,
38231
+ "$type": "color"
38232
+ },
38233
+ "dark-tritanopia-high-contrast": {
38234
+ "$value": "#92a1b5",
38235
+ "filePath": "src/tokens/component/label.json5",
38236
+ "isSource": true,
38237
+ "$type": "color"
38238
+ },
38239
+ "dark-protanopia-deuteranopia-high-contrast": {
38240
+ "$value": "#92a1b5",
38241
+ "filePath": "src/tokens/component/label.json5",
38242
+ "isSource": true,
38243
+ "$type": "color"
38244
+ },
38245
+ "light-tritanopia-high-contrast": {
38246
+ "$value": "#92a1b5",
38247
+ "filePath": "src/tokens/component/label.json5",
38248
+ "isSource": true,
38249
+ "$type": "color"
38250
+ },
38251
+ "light-protanopia-deuteranopia-high-contrast": {
38252
+ "$value": "#92a1b5",
38253
+ "filePath": "src/tokens/component/label.json5",
38254
+ "isSource": true,
38255
+ "$type": "color"
38256
+ }
38257
+ }
38258
+ },
38259
+ "filePath": "src/tokens/component/label.json5",
38260
+ "isSource": true,
38261
+ "original": {
38262
+ "$value": "{label.gray.fgColor.rest}",
38263
+ "$type": "color",
38264
+ "$extensions": {
38265
+ "org.primer.figma": {
38266
+ "collection": "mode",
38267
+ "group": "component",
38268
+ "scopes": ["borderColor"]
38269
+ },
38270
+ "org.primer.overrides": {
38271
+ "dark": {
38272
+ "$value": "{base.color.transparent}",
38273
+ "filePath": "src/tokens/component/label.json5",
38274
+ "isSource": true,
38275
+ "$type": "color"
38276
+ },
38277
+ "dark-dimmed": {
38278
+ "$value": "{base.color.transparent}",
38279
+ "filePath": "src/tokens/component/label.json5",
38280
+ "isSource": true,
38281
+ "$type": "color"
38282
+ },
38283
+ "light-high-contrast": {
38284
+ "$value": "{label.gray.fgColor.rest}",
38285
+ "filePath": "src/tokens/component/label.json5",
38286
+ "isSource": true,
38287
+ "$type": "color"
38288
+ },
38289
+ "dark-high-contrast": {
38290
+ "$value": "{label.gray.fgColor.rest}",
38291
+ "filePath": "src/tokens/component/label.json5",
38292
+ "isSource": true,
38293
+ "$type": "color"
38294
+ },
38295
+ "dark-dimmed-high-contrast": {
38296
+ "$value": "{label.gray.fgColor.rest}",
38297
+ "filePath": "src/tokens/component/label.json5",
38298
+ "isSource": true,
38299
+ "$type": "color"
38300
+ },
38301
+ "dark-tritanopia-high-contrast": {
38302
+ "$value": "{label.gray.fgColor.rest}",
38303
+ "filePath": "src/tokens/component/label.json5",
38304
+ "isSource": true,
38305
+ "$type": "color"
38306
+ },
38307
+ "dark-protanopia-deuteranopia-high-contrast": {
38308
+ "$value": "{label.gray.fgColor.rest}",
38309
+ "filePath": "src/tokens/component/label.json5",
38310
+ "isSource": true,
38311
+ "$type": "color"
38312
+ },
38313
+ "light-tritanopia-high-contrast": {
38314
+ "$value": "{label.gray.fgColor.rest}",
38315
+ "filePath": "src/tokens/component/label.json5",
38316
+ "isSource": true,
38317
+ "$type": "color"
38318
+ },
38319
+ "light-protanopia-deuteranopia-high-contrast": {
38320
+ "$value": "{label.gray.fgColor.rest}",
38321
+ "filePath": "src/tokens/component/label.json5",
38322
+ "isSource": true,
38323
+ "$type": "color"
38324
+ }
38325
+ }
38326
+ },
38327
+ "key": "{label.gray.borderColor}"
38328
+ },
38329
+ "name": "label-gray-borderColor",
38330
+ "attributes": {},
38331
+ "path": ["label", "gray", "borderColor"]
38332
+ },
37473
38333
  "label-gray-fgColor-active": {
37474
38334
  "key": "{label.gray.fgColor.active}",
37475
38335
  "$value": "#b3c0d1",
@@ -37740,6 +38600,147 @@
37740
38600
  "attributes": {},
37741
38601
  "path": ["label", "green", "bgColor", "rest"]
37742
38602
  },
38603
+ "label-green-borderColor": {
38604
+ "key": "{label.green.borderColor}",
38605
+ "$value": "#41b445",
38606
+ "$type": "color",
38607
+ "$extensions": {
38608
+ "org.primer.figma": {
38609
+ "collection": "mode",
38610
+ "group": "component",
38611
+ "scopes": ["borderColor"]
38612
+ },
38613
+ "org.primer.overrides": {
38614
+ "dark": {
38615
+ "$value": "#00000000",
38616
+ "filePath": "src/tokens/component/label.json5",
38617
+ "isSource": true,
38618
+ "$type": "color"
38619
+ },
38620
+ "dark-dimmed": {
38621
+ "$value": "#00000000",
38622
+ "filePath": "src/tokens/component/label.json5",
38623
+ "isSource": true,
38624
+ "$type": "color"
38625
+ },
38626
+ "light-high-contrast": {
38627
+ "$value": "#41b445",
38628
+ "filePath": "src/tokens/component/label.json5",
38629
+ "isSource": true,
38630
+ "$type": "color"
38631
+ },
38632
+ "dark-high-contrast": {
38633
+ "$value": "#41b445",
38634
+ "filePath": "src/tokens/component/label.json5",
38635
+ "isSource": true,
38636
+ "$type": "color"
38637
+ },
38638
+ "dark-dimmed-high-contrast": {
38639
+ "$value": "#41b445",
38640
+ "filePath": "src/tokens/component/label.json5",
38641
+ "isSource": true,
38642
+ "$type": "color"
38643
+ },
38644
+ "dark-tritanopia-high-contrast": {
38645
+ "$value": "#41b445",
38646
+ "filePath": "src/tokens/component/label.json5",
38647
+ "isSource": true,
38648
+ "$type": "color"
38649
+ },
38650
+ "dark-protanopia-deuteranopia-high-contrast": {
38651
+ "$value": "#41b445",
38652
+ "filePath": "src/tokens/component/label.json5",
38653
+ "isSource": true,
38654
+ "$type": "color"
38655
+ },
38656
+ "light-tritanopia-high-contrast": {
38657
+ "$value": "#41b445",
38658
+ "filePath": "src/tokens/component/label.json5",
38659
+ "isSource": true,
38660
+ "$type": "color"
38661
+ },
38662
+ "light-protanopia-deuteranopia-high-contrast": {
38663
+ "$value": "#41b445",
38664
+ "filePath": "src/tokens/component/label.json5",
38665
+ "isSource": true,
38666
+ "$type": "color"
38667
+ }
38668
+ }
38669
+ },
38670
+ "filePath": "src/tokens/component/label.json5",
38671
+ "isSource": true,
38672
+ "original": {
38673
+ "$value": "{label.green.fgColor.rest}",
38674
+ "$type": "color",
38675
+ "$extensions": {
38676
+ "org.primer.figma": {
38677
+ "collection": "mode",
38678
+ "group": "component",
38679
+ "scopes": ["borderColor"]
38680
+ },
38681
+ "org.primer.overrides": {
38682
+ "dark": {
38683
+ "$value": "{base.color.transparent}",
38684
+ "filePath": "src/tokens/component/label.json5",
38685
+ "isSource": true,
38686
+ "$type": "color"
38687
+ },
38688
+ "dark-dimmed": {
38689
+ "$value": "{base.color.transparent}",
38690
+ "filePath": "src/tokens/component/label.json5",
38691
+ "isSource": true,
38692
+ "$type": "color"
38693
+ },
38694
+ "light-high-contrast": {
38695
+ "$value": "{label.green.fgColor.rest}",
38696
+ "filePath": "src/tokens/component/label.json5",
38697
+ "isSource": true,
38698
+ "$type": "color"
38699
+ },
38700
+ "dark-high-contrast": {
38701
+ "$value": "{label.green.fgColor.rest}",
38702
+ "filePath": "src/tokens/component/label.json5",
38703
+ "isSource": true,
38704
+ "$type": "color"
38705
+ },
38706
+ "dark-dimmed-high-contrast": {
38707
+ "$value": "{label.green.fgColor.rest}",
38708
+ "filePath": "src/tokens/component/label.json5",
38709
+ "isSource": true,
38710
+ "$type": "color"
38711
+ },
38712
+ "dark-tritanopia-high-contrast": {
38713
+ "$value": "{label.green.fgColor.rest}",
38714
+ "filePath": "src/tokens/component/label.json5",
38715
+ "isSource": true,
38716
+ "$type": "color"
38717
+ },
38718
+ "dark-protanopia-deuteranopia-high-contrast": {
38719
+ "$value": "{label.green.fgColor.rest}",
38720
+ "filePath": "src/tokens/component/label.json5",
38721
+ "isSource": true,
38722
+ "$type": "color"
38723
+ },
38724
+ "light-tritanopia-high-contrast": {
38725
+ "$value": "{label.green.fgColor.rest}",
38726
+ "filePath": "src/tokens/component/label.json5",
38727
+ "isSource": true,
38728
+ "$type": "color"
38729
+ },
38730
+ "light-protanopia-deuteranopia-high-contrast": {
38731
+ "$value": "{label.green.fgColor.rest}",
38732
+ "filePath": "src/tokens/component/label.json5",
38733
+ "isSource": true,
38734
+ "$type": "color"
38735
+ }
38736
+ }
38737
+ },
38738
+ "key": "{label.green.borderColor}"
38739
+ },
38740
+ "name": "label-green-borderColor",
38741
+ "attributes": {},
38742
+ "path": ["label", "green", "borderColor"]
38743
+ },
37743
38744
  "label-green-fgColor-active": {
37744
38745
  "key": "{label.green.fgColor.active}",
37745
38746
  "$value": "#75d36f",
@@ -38010,6 +39011,147 @@
38010
39011
  "attributes": {},
38011
39012
  "path": ["label", "indigo", "bgColor", "rest"]
38012
39013
  },
39014
+ "label-indigo-borderColor": {
39015
+ "key": "{label.indigo.borderColor}",
39016
+ "$value": "#9899ec",
39017
+ "$type": "color",
39018
+ "$extensions": {
39019
+ "org.primer.figma": {
39020
+ "collection": "mode",
39021
+ "group": "component",
39022
+ "scopes": ["borderColor"]
39023
+ },
39024
+ "org.primer.overrides": {
39025
+ "dark": {
39026
+ "$value": "#00000000",
39027
+ "filePath": "src/tokens/component/label.json5",
39028
+ "isSource": true,
39029
+ "$type": "color"
39030
+ },
39031
+ "dark-dimmed": {
39032
+ "$value": "#00000000",
39033
+ "filePath": "src/tokens/component/label.json5",
39034
+ "isSource": true,
39035
+ "$type": "color"
39036
+ },
39037
+ "light-high-contrast": {
39038
+ "$value": "#9899ec",
39039
+ "filePath": "src/tokens/component/label.json5",
39040
+ "isSource": true,
39041
+ "$type": "color"
39042
+ },
39043
+ "dark-high-contrast": {
39044
+ "$value": "#9899ec",
39045
+ "filePath": "src/tokens/component/label.json5",
39046
+ "isSource": true,
39047
+ "$type": "color"
39048
+ },
39049
+ "dark-dimmed-high-contrast": {
39050
+ "$value": "#9899ec",
39051
+ "filePath": "src/tokens/component/label.json5",
39052
+ "isSource": true,
39053
+ "$type": "color"
39054
+ },
39055
+ "dark-tritanopia-high-contrast": {
39056
+ "$value": "#9899ec",
39057
+ "filePath": "src/tokens/component/label.json5",
39058
+ "isSource": true,
39059
+ "$type": "color"
39060
+ },
39061
+ "dark-protanopia-deuteranopia-high-contrast": {
39062
+ "$value": "#9899ec",
39063
+ "filePath": "src/tokens/component/label.json5",
39064
+ "isSource": true,
39065
+ "$type": "color"
39066
+ },
39067
+ "light-tritanopia-high-contrast": {
39068
+ "$value": "#9899ec",
39069
+ "filePath": "src/tokens/component/label.json5",
39070
+ "isSource": true,
39071
+ "$type": "color"
39072
+ },
39073
+ "light-protanopia-deuteranopia-high-contrast": {
39074
+ "$value": "#9899ec",
39075
+ "filePath": "src/tokens/component/label.json5",
39076
+ "isSource": true,
39077
+ "$type": "color"
39078
+ }
39079
+ }
39080
+ },
39081
+ "filePath": "src/tokens/component/label.json5",
39082
+ "isSource": true,
39083
+ "original": {
39084
+ "$value": "{label.indigo.fgColor.rest}",
39085
+ "$type": "color",
39086
+ "$extensions": {
39087
+ "org.primer.figma": {
39088
+ "collection": "mode",
39089
+ "group": "component",
39090
+ "scopes": ["borderColor"]
39091
+ },
39092
+ "org.primer.overrides": {
39093
+ "dark": {
39094
+ "$value": "{base.color.transparent}",
39095
+ "filePath": "src/tokens/component/label.json5",
39096
+ "isSource": true,
39097
+ "$type": "color"
39098
+ },
39099
+ "dark-dimmed": {
39100
+ "$value": "{base.color.transparent}",
39101
+ "filePath": "src/tokens/component/label.json5",
39102
+ "isSource": true,
39103
+ "$type": "color"
39104
+ },
39105
+ "light-high-contrast": {
39106
+ "$value": "{label.indigo.fgColor.rest}",
39107
+ "filePath": "src/tokens/component/label.json5",
39108
+ "isSource": true,
39109
+ "$type": "color"
39110
+ },
39111
+ "dark-high-contrast": {
39112
+ "$value": "{label.indigo.fgColor.rest}",
39113
+ "filePath": "src/tokens/component/label.json5",
39114
+ "isSource": true,
39115
+ "$type": "color"
39116
+ },
39117
+ "dark-dimmed-high-contrast": {
39118
+ "$value": "{label.indigo.fgColor.rest}",
39119
+ "filePath": "src/tokens/component/label.json5",
39120
+ "isSource": true,
39121
+ "$type": "color"
39122
+ },
39123
+ "dark-tritanopia-high-contrast": {
39124
+ "$value": "{label.indigo.fgColor.rest}",
39125
+ "filePath": "src/tokens/component/label.json5",
39126
+ "isSource": true,
39127
+ "$type": "color"
39128
+ },
39129
+ "dark-protanopia-deuteranopia-high-contrast": {
39130
+ "$value": "{label.indigo.fgColor.rest}",
39131
+ "filePath": "src/tokens/component/label.json5",
39132
+ "isSource": true,
39133
+ "$type": "color"
39134
+ },
39135
+ "light-tritanopia-high-contrast": {
39136
+ "$value": "{label.indigo.fgColor.rest}",
39137
+ "filePath": "src/tokens/component/label.json5",
39138
+ "isSource": true,
39139
+ "$type": "color"
39140
+ },
39141
+ "light-protanopia-deuteranopia-high-contrast": {
39142
+ "$value": "{label.indigo.fgColor.rest}",
39143
+ "filePath": "src/tokens/component/label.json5",
39144
+ "isSource": true,
39145
+ "$type": "color"
39146
+ }
39147
+ }
39148
+ },
39149
+ "key": "{label.indigo.borderColor}"
39150
+ },
39151
+ "name": "label-indigo-borderColor",
39152
+ "attributes": {},
39153
+ "path": ["label", "indigo", "borderColor"]
39154
+ },
38013
39155
  "label-indigo-fgColor-active": {
38014
39156
  "key": "{label.indigo.fgColor.active}",
38015
39157
  "$value": "#b7baf6",
@@ -38280,6 +39422,147 @@
38280
39422
  "attributes": {},
38281
39423
  "path": ["label", "lemon", "bgColor", "rest"]
38282
39424
  },
39425
+ "label-lemon-borderColor": {
39426
+ "key": "{label.lemon.borderColor}",
39427
+ "$value": "#ba9b12",
39428
+ "$type": "color",
39429
+ "$extensions": {
39430
+ "org.primer.figma": {
39431
+ "collection": "mode",
39432
+ "group": "component",
39433
+ "scopes": ["borderColor"]
39434
+ },
39435
+ "org.primer.overrides": {
39436
+ "dark": {
39437
+ "$value": "#00000000",
39438
+ "filePath": "src/tokens/component/label.json5",
39439
+ "isSource": true,
39440
+ "$type": "color"
39441
+ },
39442
+ "dark-dimmed": {
39443
+ "$value": "#00000000",
39444
+ "filePath": "src/tokens/component/label.json5",
39445
+ "isSource": true,
39446
+ "$type": "color"
39447
+ },
39448
+ "light-high-contrast": {
39449
+ "$value": "#ba9b12",
39450
+ "filePath": "src/tokens/component/label.json5",
39451
+ "isSource": true,
39452
+ "$type": "color"
39453
+ },
39454
+ "dark-high-contrast": {
39455
+ "$value": "#ba9b12",
39456
+ "filePath": "src/tokens/component/label.json5",
39457
+ "isSource": true,
39458
+ "$type": "color"
39459
+ },
39460
+ "dark-dimmed-high-contrast": {
39461
+ "$value": "#ba9b12",
39462
+ "filePath": "src/tokens/component/label.json5",
39463
+ "isSource": true,
39464
+ "$type": "color"
39465
+ },
39466
+ "dark-tritanopia-high-contrast": {
39467
+ "$value": "#ba9b12",
39468
+ "filePath": "src/tokens/component/label.json5",
39469
+ "isSource": true,
39470
+ "$type": "color"
39471
+ },
39472
+ "dark-protanopia-deuteranopia-high-contrast": {
39473
+ "$value": "#ba9b12",
39474
+ "filePath": "src/tokens/component/label.json5",
39475
+ "isSource": true,
39476
+ "$type": "color"
39477
+ },
39478
+ "light-tritanopia-high-contrast": {
39479
+ "$value": "#ba9b12",
39480
+ "filePath": "src/tokens/component/label.json5",
39481
+ "isSource": true,
39482
+ "$type": "color"
39483
+ },
39484
+ "light-protanopia-deuteranopia-high-contrast": {
39485
+ "$value": "#ba9b12",
39486
+ "filePath": "src/tokens/component/label.json5",
39487
+ "isSource": true,
39488
+ "$type": "color"
39489
+ }
39490
+ }
39491
+ },
39492
+ "filePath": "src/tokens/component/label.json5",
39493
+ "isSource": true,
39494
+ "original": {
39495
+ "$value": "{label.lemon.fgColor.rest}",
39496
+ "$type": "color",
39497
+ "$extensions": {
39498
+ "org.primer.figma": {
39499
+ "collection": "mode",
39500
+ "group": "component",
39501
+ "scopes": ["borderColor"]
39502
+ },
39503
+ "org.primer.overrides": {
39504
+ "dark": {
39505
+ "$value": "{base.color.transparent}",
39506
+ "filePath": "src/tokens/component/label.json5",
39507
+ "isSource": true,
39508
+ "$type": "color"
39509
+ },
39510
+ "dark-dimmed": {
39511
+ "$value": "{base.color.transparent}",
39512
+ "filePath": "src/tokens/component/label.json5",
39513
+ "isSource": true,
39514
+ "$type": "color"
39515
+ },
39516
+ "light-high-contrast": {
39517
+ "$value": "{label.lemon.fgColor.rest}",
39518
+ "filePath": "src/tokens/component/label.json5",
39519
+ "isSource": true,
39520
+ "$type": "color"
39521
+ },
39522
+ "dark-high-contrast": {
39523
+ "$value": "{label.lemon.fgColor.rest}",
39524
+ "filePath": "src/tokens/component/label.json5",
39525
+ "isSource": true,
39526
+ "$type": "color"
39527
+ },
39528
+ "dark-dimmed-high-contrast": {
39529
+ "$value": "{label.lemon.fgColor.rest}",
39530
+ "filePath": "src/tokens/component/label.json5",
39531
+ "isSource": true,
39532
+ "$type": "color"
39533
+ },
39534
+ "dark-tritanopia-high-contrast": {
39535
+ "$value": "{label.lemon.fgColor.rest}",
39536
+ "filePath": "src/tokens/component/label.json5",
39537
+ "isSource": true,
39538
+ "$type": "color"
39539
+ },
39540
+ "dark-protanopia-deuteranopia-high-contrast": {
39541
+ "$value": "{label.lemon.fgColor.rest}",
39542
+ "filePath": "src/tokens/component/label.json5",
39543
+ "isSource": true,
39544
+ "$type": "color"
39545
+ },
39546
+ "light-tritanopia-high-contrast": {
39547
+ "$value": "{label.lemon.fgColor.rest}",
39548
+ "filePath": "src/tokens/component/label.json5",
39549
+ "isSource": true,
39550
+ "$type": "color"
39551
+ },
39552
+ "light-protanopia-deuteranopia-high-contrast": {
39553
+ "$value": "{label.lemon.fgColor.rest}",
39554
+ "filePath": "src/tokens/component/label.json5",
39555
+ "isSource": true,
39556
+ "$type": "color"
39557
+ }
39558
+ }
39559
+ },
39560
+ "key": "{label.lemon.borderColor}"
39561
+ },
39562
+ "name": "label-lemon-borderColor",
39563
+ "attributes": {},
39564
+ "path": ["label", "lemon", "borderColor"]
39565
+ },
38283
39566
  "label-lemon-fgColor-active": {
38284
39567
  "key": "{label.lemon.fgColor.active}",
38285
39568
  "$value": "#d7bc1d",
@@ -38550,6 +39833,147 @@
38550
39833
  "attributes": {},
38551
39834
  "path": ["label", "lime", "bgColor", "rest"]
38552
39835
  },
39836
+ "label-lime-borderColor": {
39837
+ "key": "{label.lime.borderColor}",
39838
+ "$value": "#7dae37",
39839
+ "$type": "color",
39840
+ "$extensions": {
39841
+ "org.primer.figma": {
39842
+ "collection": "mode",
39843
+ "group": "component",
39844
+ "scopes": ["borderColor"]
39845
+ },
39846
+ "org.primer.overrides": {
39847
+ "dark": {
39848
+ "$value": "#00000000",
39849
+ "filePath": "src/tokens/component/label.json5",
39850
+ "isSource": true,
39851
+ "$type": "color"
39852
+ },
39853
+ "dark-dimmed": {
39854
+ "$value": "#00000000",
39855
+ "filePath": "src/tokens/component/label.json5",
39856
+ "isSource": true,
39857
+ "$type": "color"
39858
+ },
39859
+ "light-high-contrast": {
39860
+ "$value": "#7dae37",
39861
+ "filePath": "src/tokens/component/label.json5",
39862
+ "isSource": true,
39863
+ "$type": "color"
39864
+ },
39865
+ "dark-high-contrast": {
39866
+ "$value": "#7dae37",
39867
+ "filePath": "src/tokens/component/label.json5",
39868
+ "isSource": true,
39869
+ "$type": "color"
39870
+ },
39871
+ "dark-dimmed-high-contrast": {
39872
+ "$value": "#7dae37",
39873
+ "filePath": "src/tokens/component/label.json5",
39874
+ "isSource": true,
39875
+ "$type": "color"
39876
+ },
39877
+ "dark-tritanopia-high-contrast": {
39878
+ "$value": "#7dae37",
39879
+ "filePath": "src/tokens/component/label.json5",
39880
+ "isSource": true,
39881
+ "$type": "color"
39882
+ },
39883
+ "dark-protanopia-deuteranopia-high-contrast": {
39884
+ "$value": "#7dae37",
39885
+ "filePath": "src/tokens/component/label.json5",
39886
+ "isSource": true,
39887
+ "$type": "color"
39888
+ },
39889
+ "light-tritanopia-high-contrast": {
39890
+ "$value": "#7dae37",
39891
+ "filePath": "src/tokens/component/label.json5",
39892
+ "isSource": true,
39893
+ "$type": "color"
39894
+ },
39895
+ "light-protanopia-deuteranopia-high-contrast": {
39896
+ "$value": "#7dae37",
39897
+ "filePath": "src/tokens/component/label.json5",
39898
+ "isSource": true,
39899
+ "$type": "color"
39900
+ }
39901
+ }
39902
+ },
39903
+ "filePath": "src/tokens/component/label.json5",
39904
+ "isSource": true,
39905
+ "original": {
39906
+ "$value": "{label.lime.fgColor.rest}",
39907
+ "$type": "color",
39908
+ "$extensions": {
39909
+ "org.primer.figma": {
39910
+ "collection": "mode",
39911
+ "group": "component",
39912
+ "scopes": ["borderColor"]
39913
+ },
39914
+ "org.primer.overrides": {
39915
+ "dark": {
39916
+ "$value": "{base.color.transparent}",
39917
+ "filePath": "src/tokens/component/label.json5",
39918
+ "isSource": true,
39919
+ "$type": "color"
39920
+ },
39921
+ "dark-dimmed": {
39922
+ "$value": "{base.color.transparent}",
39923
+ "filePath": "src/tokens/component/label.json5",
39924
+ "isSource": true,
39925
+ "$type": "color"
39926
+ },
39927
+ "light-high-contrast": {
39928
+ "$value": "{label.lime.fgColor.rest}",
39929
+ "filePath": "src/tokens/component/label.json5",
39930
+ "isSource": true,
39931
+ "$type": "color"
39932
+ },
39933
+ "dark-high-contrast": {
39934
+ "$value": "{label.lime.fgColor.rest}",
39935
+ "filePath": "src/tokens/component/label.json5",
39936
+ "isSource": true,
39937
+ "$type": "color"
39938
+ },
39939
+ "dark-dimmed-high-contrast": {
39940
+ "$value": "{label.lime.fgColor.rest}",
39941
+ "filePath": "src/tokens/component/label.json5",
39942
+ "isSource": true,
39943
+ "$type": "color"
39944
+ },
39945
+ "dark-tritanopia-high-contrast": {
39946
+ "$value": "{label.lime.fgColor.rest}",
39947
+ "filePath": "src/tokens/component/label.json5",
39948
+ "isSource": true,
39949
+ "$type": "color"
39950
+ },
39951
+ "dark-protanopia-deuteranopia-high-contrast": {
39952
+ "$value": "{label.lime.fgColor.rest}",
39953
+ "filePath": "src/tokens/component/label.json5",
39954
+ "isSource": true,
39955
+ "$type": "color"
39956
+ },
39957
+ "light-tritanopia-high-contrast": {
39958
+ "$value": "{label.lime.fgColor.rest}",
39959
+ "filePath": "src/tokens/component/label.json5",
39960
+ "isSource": true,
39961
+ "$type": "color"
39962
+ },
39963
+ "light-protanopia-deuteranopia-high-contrast": {
39964
+ "$value": "{label.lime.fgColor.rest}",
39965
+ "filePath": "src/tokens/component/label.json5",
39966
+ "isSource": true,
39967
+ "$type": "color"
39968
+ }
39969
+ }
39970
+ },
39971
+ "key": "{label.lime.borderColor}"
39972
+ },
39973
+ "name": "label-lime-borderColor",
39974
+ "attributes": {},
39975
+ "path": ["label", "lime", "borderColor"]
39976
+ },
38553
39977
  "label-lime-fgColor-active": {
38554
39978
  "key": "{label.lime.fgColor.active}",
38555
39979
  "$value": "#9fcc3e",
@@ -38820,6 +40244,147 @@
38820
40244
  "attributes": {},
38821
40245
  "path": ["label", "olive", "bgColor", "rest"]
38822
40246
  },
40247
+ "label-olive-borderColor": {
40248
+ "key": "{label.olive.borderColor}",
40249
+ "$value": "#a2a626",
40250
+ "$type": "color",
40251
+ "$extensions": {
40252
+ "org.primer.figma": {
40253
+ "collection": "mode",
40254
+ "group": "component",
40255
+ "scopes": ["borderColor"]
40256
+ },
40257
+ "org.primer.overrides": {
40258
+ "dark": {
40259
+ "$value": "#00000000",
40260
+ "filePath": "src/tokens/component/label.json5",
40261
+ "isSource": true,
40262
+ "$type": "color"
40263
+ },
40264
+ "dark-dimmed": {
40265
+ "$value": "#00000000",
40266
+ "filePath": "src/tokens/component/label.json5",
40267
+ "isSource": true,
40268
+ "$type": "color"
40269
+ },
40270
+ "light-high-contrast": {
40271
+ "$value": "#a2a626",
40272
+ "filePath": "src/tokens/component/label.json5",
40273
+ "isSource": true,
40274
+ "$type": "color"
40275
+ },
40276
+ "dark-high-contrast": {
40277
+ "$value": "#a2a626",
40278
+ "filePath": "src/tokens/component/label.json5",
40279
+ "isSource": true,
40280
+ "$type": "color"
40281
+ },
40282
+ "dark-dimmed-high-contrast": {
40283
+ "$value": "#a2a626",
40284
+ "filePath": "src/tokens/component/label.json5",
40285
+ "isSource": true,
40286
+ "$type": "color"
40287
+ },
40288
+ "dark-tritanopia-high-contrast": {
40289
+ "$value": "#a2a626",
40290
+ "filePath": "src/tokens/component/label.json5",
40291
+ "isSource": true,
40292
+ "$type": "color"
40293
+ },
40294
+ "dark-protanopia-deuteranopia-high-contrast": {
40295
+ "$value": "#a2a626",
40296
+ "filePath": "src/tokens/component/label.json5",
40297
+ "isSource": true,
40298
+ "$type": "color"
40299
+ },
40300
+ "light-tritanopia-high-contrast": {
40301
+ "$value": "#a2a626",
40302
+ "filePath": "src/tokens/component/label.json5",
40303
+ "isSource": true,
40304
+ "$type": "color"
40305
+ },
40306
+ "light-protanopia-deuteranopia-high-contrast": {
40307
+ "$value": "#a2a626",
40308
+ "filePath": "src/tokens/component/label.json5",
40309
+ "isSource": true,
40310
+ "$type": "color"
40311
+ }
40312
+ }
40313
+ },
40314
+ "filePath": "src/tokens/component/label.json5",
40315
+ "isSource": true,
40316
+ "original": {
40317
+ "$value": "{label.olive.fgColor.rest}",
40318
+ "$type": "color",
40319
+ "$extensions": {
40320
+ "org.primer.figma": {
40321
+ "collection": "mode",
40322
+ "group": "component",
40323
+ "scopes": ["borderColor"]
40324
+ },
40325
+ "org.primer.overrides": {
40326
+ "dark": {
40327
+ "$value": "{base.color.transparent}",
40328
+ "filePath": "src/tokens/component/label.json5",
40329
+ "isSource": true,
40330
+ "$type": "color"
40331
+ },
40332
+ "dark-dimmed": {
40333
+ "$value": "{base.color.transparent}",
40334
+ "filePath": "src/tokens/component/label.json5",
40335
+ "isSource": true,
40336
+ "$type": "color"
40337
+ },
40338
+ "light-high-contrast": {
40339
+ "$value": "{label.olive.fgColor.rest}",
40340
+ "filePath": "src/tokens/component/label.json5",
40341
+ "isSource": true,
40342
+ "$type": "color"
40343
+ },
40344
+ "dark-high-contrast": {
40345
+ "$value": "{label.olive.fgColor.rest}",
40346
+ "filePath": "src/tokens/component/label.json5",
40347
+ "isSource": true,
40348
+ "$type": "color"
40349
+ },
40350
+ "dark-dimmed-high-contrast": {
40351
+ "$value": "{label.olive.fgColor.rest}",
40352
+ "filePath": "src/tokens/component/label.json5",
40353
+ "isSource": true,
40354
+ "$type": "color"
40355
+ },
40356
+ "dark-tritanopia-high-contrast": {
40357
+ "$value": "{label.olive.fgColor.rest}",
40358
+ "filePath": "src/tokens/component/label.json5",
40359
+ "isSource": true,
40360
+ "$type": "color"
40361
+ },
40362
+ "dark-protanopia-deuteranopia-high-contrast": {
40363
+ "$value": "{label.olive.fgColor.rest}",
40364
+ "filePath": "src/tokens/component/label.json5",
40365
+ "isSource": true,
40366
+ "$type": "color"
40367
+ },
40368
+ "light-tritanopia-high-contrast": {
40369
+ "$value": "{label.olive.fgColor.rest}",
40370
+ "filePath": "src/tokens/component/label.json5",
40371
+ "isSource": true,
40372
+ "$type": "color"
40373
+ },
40374
+ "light-protanopia-deuteranopia-high-contrast": {
40375
+ "$value": "{label.olive.fgColor.rest}",
40376
+ "filePath": "src/tokens/component/label.json5",
40377
+ "isSource": true,
40378
+ "$type": "color"
40379
+ }
40380
+ }
40381
+ },
40382
+ "key": "{label.olive.borderColor}"
40383
+ },
40384
+ "name": "label-olive-borderColor",
40385
+ "attributes": {},
40386
+ "path": ["label", "olive", "borderColor"]
40387
+ },
38823
40388
  "label-olive-fgColor-active": {
38824
40389
  "key": "{label.olive.fgColor.active}",
38825
40390
  "$value": "#cbc025",
@@ -39090,6 +40655,147 @@
39090
40655
  "attributes": {},
39091
40656
  "path": ["label", "orange", "bgColor", "rest"]
39092
40657
  },
40658
+ "label-orange-borderColor": {
40659
+ "key": "{label.orange.borderColor}",
40660
+ "$value": "#ed8326",
40661
+ "$type": "color",
40662
+ "$extensions": {
40663
+ "org.primer.figma": {
40664
+ "collection": "mode",
40665
+ "group": "component",
40666
+ "scopes": ["borderColor"]
40667
+ },
40668
+ "org.primer.overrides": {
40669
+ "dark": {
40670
+ "$value": "#00000000",
40671
+ "filePath": "src/tokens/component/label.json5",
40672
+ "isSource": true,
40673
+ "$type": "color"
40674
+ },
40675
+ "dark-dimmed": {
40676
+ "$value": "#00000000",
40677
+ "filePath": "src/tokens/component/label.json5",
40678
+ "isSource": true,
40679
+ "$type": "color"
40680
+ },
40681
+ "light-high-contrast": {
40682
+ "$value": "#ed8326",
40683
+ "filePath": "src/tokens/component/label.json5",
40684
+ "isSource": true,
40685
+ "$type": "color"
40686
+ },
40687
+ "dark-high-contrast": {
40688
+ "$value": "#ed8326",
40689
+ "filePath": "src/tokens/component/label.json5",
40690
+ "isSource": true,
40691
+ "$type": "color"
40692
+ },
40693
+ "dark-dimmed-high-contrast": {
40694
+ "$value": "#ed8326",
40695
+ "filePath": "src/tokens/component/label.json5",
40696
+ "isSource": true,
40697
+ "$type": "color"
40698
+ },
40699
+ "dark-tritanopia-high-contrast": {
40700
+ "$value": "#ed8326",
40701
+ "filePath": "src/tokens/component/label.json5",
40702
+ "isSource": true,
40703
+ "$type": "color"
40704
+ },
40705
+ "dark-protanopia-deuteranopia-high-contrast": {
40706
+ "$value": "#ed8326",
40707
+ "filePath": "src/tokens/component/label.json5",
40708
+ "isSource": true,
40709
+ "$type": "color"
40710
+ },
40711
+ "light-tritanopia-high-contrast": {
40712
+ "$value": "#ed8326",
40713
+ "filePath": "src/tokens/component/label.json5",
40714
+ "isSource": true,
40715
+ "$type": "color"
40716
+ },
40717
+ "light-protanopia-deuteranopia-high-contrast": {
40718
+ "$value": "#ed8326",
40719
+ "filePath": "src/tokens/component/label.json5",
40720
+ "isSource": true,
40721
+ "$type": "color"
40722
+ }
40723
+ }
40724
+ },
40725
+ "filePath": "src/tokens/component/label.json5",
40726
+ "isSource": true,
40727
+ "original": {
40728
+ "$value": "{label.orange.fgColor.rest}",
40729
+ "$type": "color",
40730
+ "$extensions": {
40731
+ "org.primer.figma": {
40732
+ "collection": "mode",
40733
+ "group": "component",
40734
+ "scopes": ["borderColor"]
40735
+ },
40736
+ "org.primer.overrides": {
40737
+ "dark": {
40738
+ "$value": "{base.color.transparent}",
40739
+ "filePath": "src/tokens/component/label.json5",
40740
+ "isSource": true,
40741
+ "$type": "color"
40742
+ },
40743
+ "dark-dimmed": {
40744
+ "$value": "{base.color.transparent}",
40745
+ "filePath": "src/tokens/component/label.json5",
40746
+ "isSource": true,
40747
+ "$type": "color"
40748
+ },
40749
+ "light-high-contrast": {
40750
+ "$value": "{label.orange.fgColor.rest}",
40751
+ "filePath": "src/tokens/component/label.json5",
40752
+ "isSource": true,
40753
+ "$type": "color"
40754
+ },
40755
+ "dark-high-contrast": {
40756
+ "$value": "{label.orange.fgColor.rest}",
40757
+ "filePath": "src/tokens/component/label.json5",
40758
+ "isSource": true,
40759
+ "$type": "color"
40760
+ },
40761
+ "dark-dimmed-high-contrast": {
40762
+ "$value": "{label.orange.fgColor.rest}",
40763
+ "filePath": "src/tokens/component/label.json5",
40764
+ "isSource": true,
40765
+ "$type": "color"
40766
+ },
40767
+ "dark-tritanopia-high-contrast": {
40768
+ "$value": "{label.orange.fgColor.rest}",
40769
+ "filePath": "src/tokens/component/label.json5",
40770
+ "isSource": true,
40771
+ "$type": "color"
40772
+ },
40773
+ "dark-protanopia-deuteranopia-high-contrast": {
40774
+ "$value": "{label.orange.fgColor.rest}",
40775
+ "filePath": "src/tokens/component/label.json5",
40776
+ "isSource": true,
40777
+ "$type": "color"
40778
+ },
40779
+ "light-tritanopia-high-contrast": {
40780
+ "$value": "{label.orange.fgColor.rest}",
40781
+ "filePath": "src/tokens/component/label.json5",
40782
+ "isSource": true,
40783
+ "$type": "color"
40784
+ },
40785
+ "light-protanopia-deuteranopia-high-contrast": {
40786
+ "$value": "{label.orange.fgColor.rest}",
40787
+ "filePath": "src/tokens/component/label.json5",
40788
+ "isSource": true,
40789
+ "$type": "color"
40790
+ }
40791
+ }
40792
+ },
40793
+ "key": "{label.orange.borderColor}"
40794
+ },
40795
+ "name": "label-orange-borderColor",
40796
+ "attributes": {},
40797
+ "path": ["label", "orange", "borderColor"]
40798
+ },
39093
40799
  "label-orange-fgColor-active": {
39094
40800
  "key": "{label.orange.fgColor.active}",
39095
40801
  "$value": "#f6b06a",
@@ -39360,6 +41066,147 @@
39360
41066
  "attributes": {},
39361
41067
  "path": ["label", "pine", "bgColor", "rest"]
39362
41068
  },
41069
+ "label-pine-borderColor": {
41070
+ "key": "{label.pine.borderColor}",
41071
+ "$value": "#1bb673",
41072
+ "$type": "color",
41073
+ "$extensions": {
41074
+ "org.primer.figma": {
41075
+ "collection": "mode",
41076
+ "group": "component",
41077
+ "scopes": ["borderColor"]
41078
+ },
41079
+ "org.primer.overrides": {
41080
+ "dark": {
41081
+ "$value": "#00000000",
41082
+ "filePath": "src/tokens/component/label.json5",
41083
+ "isSource": true,
41084
+ "$type": "color"
41085
+ },
41086
+ "dark-dimmed": {
41087
+ "$value": "#00000000",
41088
+ "filePath": "src/tokens/component/label.json5",
41089
+ "isSource": true,
41090
+ "$type": "color"
41091
+ },
41092
+ "light-high-contrast": {
41093
+ "$value": "#1bb673",
41094
+ "filePath": "src/tokens/component/label.json5",
41095
+ "isSource": true,
41096
+ "$type": "color"
41097
+ },
41098
+ "dark-high-contrast": {
41099
+ "$value": "#1bb673",
41100
+ "filePath": "src/tokens/component/label.json5",
41101
+ "isSource": true,
41102
+ "$type": "color"
41103
+ },
41104
+ "dark-dimmed-high-contrast": {
41105
+ "$value": "#1bb673",
41106
+ "filePath": "src/tokens/component/label.json5",
41107
+ "isSource": true,
41108
+ "$type": "color"
41109
+ },
41110
+ "dark-tritanopia-high-contrast": {
41111
+ "$value": "#1bb673",
41112
+ "filePath": "src/tokens/component/label.json5",
41113
+ "isSource": true,
41114
+ "$type": "color"
41115
+ },
41116
+ "dark-protanopia-deuteranopia-high-contrast": {
41117
+ "$value": "#1bb673",
41118
+ "filePath": "src/tokens/component/label.json5",
41119
+ "isSource": true,
41120
+ "$type": "color"
41121
+ },
41122
+ "light-tritanopia-high-contrast": {
41123
+ "$value": "#1bb673",
41124
+ "filePath": "src/tokens/component/label.json5",
41125
+ "isSource": true,
41126
+ "$type": "color"
41127
+ },
41128
+ "light-protanopia-deuteranopia-high-contrast": {
41129
+ "$value": "#1bb673",
41130
+ "filePath": "src/tokens/component/label.json5",
41131
+ "isSource": true,
41132
+ "$type": "color"
41133
+ }
41134
+ }
41135
+ },
41136
+ "filePath": "src/tokens/component/label.json5",
41137
+ "isSource": true,
41138
+ "original": {
41139
+ "$value": "{label.pine.fgColor.rest}",
41140
+ "$type": "color",
41141
+ "$extensions": {
41142
+ "org.primer.figma": {
41143
+ "collection": "mode",
41144
+ "group": "component",
41145
+ "scopes": ["borderColor"]
41146
+ },
41147
+ "org.primer.overrides": {
41148
+ "dark": {
41149
+ "$value": "{base.color.transparent}",
41150
+ "filePath": "src/tokens/component/label.json5",
41151
+ "isSource": true,
41152
+ "$type": "color"
41153
+ },
41154
+ "dark-dimmed": {
41155
+ "$value": "{base.color.transparent}",
41156
+ "filePath": "src/tokens/component/label.json5",
41157
+ "isSource": true,
41158
+ "$type": "color"
41159
+ },
41160
+ "light-high-contrast": {
41161
+ "$value": "{label.pine.fgColor.rest}",
41162
+ "filePath": "src/tokens/component/label.json5",
41163
+ "isSource": true,
41164
+ "$type": "color"
41165
+ },
41166
+ "dark-high-contrast": {
41167
+ "$value": "{label.pine.fgColor.rest}",
41168
+ "filePath": "src/tokens/component/label.json5",
41169
+ "isSource": true,
41170
+ "$type": "color"
41171
+ },
41172
+ "dark-dimmed-high-contrast": {
41173
+ "$value": "{label.pine.fgColor.rest}",
41174
+ "filePath": "src/tokens/component/label.json5",
41175
+ "isSource": true,
41176
+ "$type": "color"
41177
+ },
41178
+ "dark-tritanopia-high-contrast": {
41179
+ "$value": "{label.pine.fgColor.rest}",
41180
+ "filePath": "src/tokens/component/label.json5",
41181
+ "isSource": true,
41182
+ "$type": "color"
41183
+ },
41184
+ "dark-protanopia-deuteranopia-high-contrast": {
41185
+ "$value": "{label.pine.fgColor.rest}",
41186
+ "filePath": "src/tokens/component/label.json5",
41187
+ "isSource": true,
41188
+ "$type": "color"
41189
+ },
41190
+ "light-tritanopia-high-contrast": {
41191
+ "$value": "{label.pine.fgColor.rest}",
41192
+ "filePath": "src/tokens/component/label.json5",
41193
+ "isSource": true,
41194
+ "$type": "color"
41195
+ },
41196
+ "light-protanopia-deuteranopia-high-contrast": {
41197
+ "$value": "{label.pine.fgColor.rest}",
41198
+ "filePath": "src/tokens/component/label.json5",
41199
+ "isSource": true,
41200
+ "$type": "color"
41201
+ }
41202
+ }
41203
+ },
41204
+ "key": "{label.pine.borderColor}"
41205
+ },
41206
+ "name": "label-pine-borderColor",
41207
+ "attributes": {},
41208
+ "path": ["label", "pine", "borderColor"]
41209
+ },
39363
41210
  "label-pine-fgColor-active": {
39364
41211
  "key": "{label.pine.fgColor.active}",
39365
41212
  "$value": "#1bda81",
@@ -39630,6 +41477,147 @@
39630
41477
  "attributes": {},
39631
41478
  "path": ["label", "pink", "bgColor", "rest"]
39632
41479
  },
41480
+ "label-pink-borderColor": {
41481
+ "key": "{label.pink.borderColor}",
41482
+ "$value": "#e57bb2",
41483
+ "$type": "color",
41484
+ "$extensions": {
41485
+ "org.primer.figma": {
41486
+ "collection": "mode",
41487
+ "group": "component",
41488
+ "scopes": ["borderColor"]
41489
+ },
41490
+ "org.primer.overrides": {
41491
+ "dark": {
41492
+ "$value": "#00000000",
41493
+ "filePath": "src/tokens/component/label.json5",
41494
+ "isSource": true,
41495
+ "$type": "color"
41496
+ },
41497
+ "dark-dimmed": {
41498
+ "$value": "#00000000",
41499
+ "filePath": "src/tokens/component/label.json5",
41500
+ "isSource": true,
41501
+ "$type": "color"
41502
+ },
41503
+ "light-high-contrast": {
41504
+ "$value": "#e57bb2",
41505
+ "filePath": "src/tokens/component/label.json5",
41506
+ "isSource": true,
41507
+ "$type": "color"
41508
+ },
41509
+ "dark-high-contrast": {
41510
+ "$value": "#e57bb2",
41511
+ "filePath": "src/tokens/component/label.json5",
41512
+ "isSource": true,
41513
+ "$type": "color"
41514
+ },
41515
+ "dark-dimmed-high-contrast": {
41516
+ "$value": "#e57bb2",
41517
+ "filePath": "src/tokens/component/label.json5",
41518
+ "isSource": true,
41519
+ "$type": "color"
41520
+ },
41521
+ "dark-tritanopia-high-contrast": {
41522
+ "$value": "#e57bb2",
41523
+ "filePath": "src/tokens/component/label.json5",
41524
+ "isSource": true,
41525
+ "$type": "color"
41526
+ },
41527
+ "dark-protanopia-deuteranopia-high-contrast": {
41528
+ "$value": "#e57bb2",
41529
+ "filePath": "src/tokens/component/label.json5",
41530
+ "isSource": true,
41531
+ "$type": "color"
41532
+ },
41533
+ "light-tritanopia-high-contrast": {
41534
+ "$value": "#e57bb2",
41535
+ "filePath": "src/tokens/component/label.json5",
41536
+ "isSource": true,
41537
+ "$type": "color"
41538
+ },
41539
+ "light-protanopia-deuteranopia-high-contrast": {
41540
+ "$value": "#e57bb2",
41541
+ "filePath": "src/tokens/component/label.json5",
41542
+ "isSource": true,
41543
+ "$type": "color"
41544
+ }
41545
+ }
41546
+ },
41547
+ "filePath": "src/tokens/component/label.json5",
41548
+ "isSource": true,
41549
+ "original": {
41550
+ "$value": "{label.pink.fgColor.rest}",
41551
+ "$type": "color",
41552
+ "$extensions": {
41553
+ "org.primer.figma": {
41554
+ "collection": "mode",
41555
+ "group": "component",
41556
+ "scopes": ["borderColor"]
41557
+ },
41558
+ "org.primer.overrides": {
41559
+ "dark": {
41560
+ "$value": "{base.color.transparent}",
41561
+ "filePath": "src/tokens/component/label.json5",
41562
+ "isSource": true,
41563
+ "$type": "color"
41564
+ },
41565
+ "dark-dimmed": {
41566
+ "$value": "{base.color.transparent}",
41567
+ "filePath": "src/tokens/component/label.json5",
41568
+ "isSource": true,
41569
+ "$type": "color"
41570
+ },
41571
+ "light-high-contrast": {
41572
+ "$value": "{label.pink.fgColor.rest}",
41573
+ "filePath": "src/tokens/component/label.json5",
41574
+ "isSource": true,
41575
+ "$type": "color"
41576
+ },
41577
+ "dark-high-contrast": {
41578
+ "$value": "{label.pink.fgColor.rest}",
41579
+ "filePath": "src/tokens/component/label.json5",
41580
+ "isSource": true,
41581
+ "$type": "color"
41582
+ },
41583
+ "dark-dimmed-high-contrast": {
41584
+ "$value": "{label.pink.fgColor.rest}",
41585
+ "filePath": "src/tokens/component/label.json5",
41586
+ "isSource": true,
41587
+ "$type": "color"
41588
+ },
41589
+ "dark-tritanopia-high-contrast": {
41590
+ "$value": "{label.pink.fgColor.rest}",
41591
+ "filePath": "src/tokens/component/label.json5",
41592
+ "isSource": true,
41593
+ "$type": "color"
41594
+ },
41595
+ "dark-protanopia-deuteranopia-high-contrast": {
41596
+ "$value": "{label.pink.fgColor.rest}",
41597
+ "filePath": "src/tokens/component/label.json5",
41598
+ "isSource": true,
41599
+ "$type": "color"
41600
+ },
41601
+ "light-tritanopia-high-contrast": {
41602
+ "$value": "{label.pink.fgColor.rest}",
41603
+ "filePath": "src/tokens/component/label.json5",
41604
+ "isSource": true,
41605
+ "$type": "color"
41606
+ },
41607
+ "light-protanopia-deuteranopia-high-contrast": {
41608
+ "$value": "{label.pink.fgColor.rest}",
41609
+ "filePath": "src/tokens/component/label.json5",
41610
+ "isSource": true,
41611
+ "$type": "color"
41612
+ }
41613
+ }
41614
+ },
41615
+ "key": "{label.pink.borderColor}"
41616
+ },
41617
+ "name": "label-pink-borderColor",
41618
+ "attributes": {},
41619
+ "path": ["label", "pink", "borderColor"]
41620
+ },
39633
41621
  "label-pink-fgColor-active": {
39634
41622
  "key": "{label.pink.fgColor.active}",
39635
41623
  "$value": "#f4a9cd",
@@ -39900,6 +41888,147 @@
39900
41888
  "attributes": {},
39901
41889
  "path": ["label", "plum", "bgColor", "rest"]
39902
41890
  },
41891
+ "label-plum-borderColor": {
41892
+ "key": "{label.plum.borderColor}",
41893
+ "$value": "#d07ef7",
41894
+ "$type": "color",
41895
+ "$extensions": {
41896
+ "org.primer.figma": {
41897
+ "collection": "mode",
41898
+ "group": "component",
41899
+ "scopes": ["borderColor"]
41900
+ },
41901
+ "org.primer.overrides": {
41902
+ "dark": {
41903
+ "$value": "#00000000",
41904
+ "filePath": "src/tokens/component/label.json5",
41905
+ "isSource": true,
41906
+ "$type": "color"
41907
+ },
41908
+ "dark-dimmed": {
41909
+ "$value": "#00000000",
41910
+ "filePath": "src/tokens/component/label.json5",
41911
+ "isSource": true,
41912
+ "$type": "color"
41913
+ },
41914
+ "light-high-contrast": {
41915
+ "$value": "#d07ef7",
41916
+ "filePath": "src/tokens/component/label.json5",
41917
+ "isSource": true,
41918
+ "$type": "color"
41919
+ },
41920
+ "dark-high-contrast": {
41921
+ "$value": "#d07ef7",
41922
+ "filePath": "src/tokens/component/label.json5",
41923
+ "isSource": true,
41924
+ "$type": "color"
41925
+ },
41926
+ "dark-dimmed-high-contrast": {
41927
+ "$value": "#d07ef7",
41928
+ "filePath": "src/tokens/component/label.json5",
41929
+ "isSource": true,
41930
+ "$type": "color"
41931
+ },
41932
+ "dark-tritanopia-high-contrast": {
41933
+ "$value": "#d07ef7",
41934
+ "filePath": "src/tokens/component/label.json5",
41935
+ "isSource": true,
41936
+ "$type": "color"
41937
+ },
41938
+ "dark-protanopia-deuteranopia-high-contrast": {
41939
+ "$value": "#d07ef7",
41940
+ "filePath": "src/tokens/component/label.json5",
41941
+ "isSource": true,
41942
+ "$type": "color"
41943
+ },
41944
+ "light-tritanopia-high-contrast": {
41945
+ "$value": "#d07ef7",
41946
+ "filePath": "src/tokens/component/label.json5",
41947
+ "isSource": true,
41948
+ "$type": "color"
41949
+ },
41950
+ "light-protanopia-deuteranopia-high-contrast": {
41951
+ "$value": "#d07ef7",
41952
+ "filePath": "src/tokens/component/label.json5",
41953
+ "isSource": true,
41954
+ "$type": "color"
41955
+ }
41956
+ }
41957
+ },
41958
+ "filePath": "src/tokens/component/label.json5",
41959
+ "isSource": true,
41960
+ "original": {
41961
+ "$value": "{label.plum.fgColor.rest}",
41962
+ "$type": "color",
41963
+ "$extensions": {
41964
+ "org.primer.figma": {
41965
+ "collection": "mode",
41966
+ "group": "component",
41967
+ "scopes": ["borderColor"]
41968
+ },
41969
+ "org.primer.overrides": {
41970
+ "dark": {
41971
+ "$value": "{base.color.transparent}",
41972
+ "filePath": "src/tokens/component/label.json5",
41973
+ "isSource": true,
41974
+ "$type": "color"
41975
+ },
41976
+ "dark-dimmed": {
41977
+ "$value": "{base.color.transparent}",
41978
+ "filePath": "src/tokens/component/label.json5",
41979
+ "isSource": true,
41980
+ "$type": "color"
41981
+ },
41982
+ "light-high-contrast": {
41983
+ "$value": "{label.plum.fgColor.rest}",
41984
+ "filePath": "src/tokens/component/label.json5",
41985
+ "isSource": true,
41986
+ "$type": "color"
41987
+ },
41988
+ "dark-high-contrast": {
41989
+ "$value": "{label.plum.fgColor.rest}",
41990
+ "filePath": "src/tokens/component/label.json5",
41991
+ "isSource": true,
41992
+ "$type": "color"
41993
+ },
41994
+ "dark-dimmed-high-contrast": {
41995
+ "$value": "{label.plum.fgColor.rest}",
41996
+ "filePath": "src/tokens/component/label.json5",
41997
+ "isSource": true,
41998
+ "$type": "color"
41999
+ },
42000
+ "dark-tritanopia-high-contrast": {
42001
+ "$value": "{label.plum.fgColor.rest}",
42002
+ "filePath": "src/tokens/component/label.json5",
42003
+ "isSource": true,
42004
+ "$type": "color"
42005
+ },
42006
+ "dark-protanopia-deuteranopia-high-contrast": {
42007
+ "$value": "{label.plum.fgColor.rest}",
42008
+ "filePath": "src/tokens/component/label.json5",
42009
+ "isSource": true,
42010
+ "$type": "color"
42011
+ },
42012
+ "light-tritanopia-high-contrast": {
42013
+ "$value": "{label.plum.fgColor.rest}",
42014
+ "filePath": "src/tokens/component/label.json5",
42015
+ "isSource": true,
42016
+ "$type": "color"
42017
+ },
42018
+ "light-protanopia-deuteranopia-high-contrast": {
42019
+ "$value": "{label.plum.fgColor.rest}",
42020
+ "filePath": "src/tokens/component/label.json5",
42021
+ "isSource": true,
42022
+ "$type": "color"
42023
+ }
42024
+ }
42025
+ },
42026
+ "key": "{label.plum.borderColor}"
42027
+ },
42028
+ "name": "label-plum-borderColor",
42029
+ "attributes": {},
42030
+ "path": ["label", "plum", "borderColor"]
42031
+ },
39903
42032
  "label-plum-fgColor-active": {
39904
42033
  "key": "{label.plum.fgColor.active}",
39905
42034
  "$value": "#e4a5fd",
@@ -40170,6 +42299,147 @@
40170
42299
  "attributes": {},
40171
42300
  "path": ["label", "purple", "bgColor", "rest"]
40172
42301
  },
42302
+ "label-purple-borderColor": {
42303
+ "key": "{label.purple.borderColor}",
42304
+ "$value": "#b687f7",
42305
+ "$type": "color",
42306
+ "$extensions": {
42307
+ "org.primer.figma": {
42308
+ "collection": "mode",
42309
+ "group": "component",
42310
+ "scopes": ["borderColor"]
42311
+ },
42312
+ "org.primer.overrides": {
42313
+ "dark": {
42314
+ "$value": "#00000000",
42315
+ "filePath": "src/tokens/component/label.json5",
42316
+ "isSource": true,
42317
+ "$type": "color"
42318
+ },
42319
+ "dark-dimmed": {
42320
+ "$value": "#00000000",
42321
+ "filePath": "src/tokens/component/label.json5",
42322
+ "isSource": true,
42323
+ "$type": "color"
42324
+ },
42325
+ "light-high-contrast": {
42326
+ "$value": "#b687f7",
42327
+ "filePath": "src/tokens/component/label.json5",
42328
+ "isSource": true,
42329
+ "$type": "color"
42330
+ },
42331
+ "dark-high-contrast": {
42332
+ "$value": "#b687f7",
42333
+ "filePath": "src/tokens/component/label.json5",
42334
+ "isSource": true,
42335
+ "$type": "color"
42336
+ },
42337
+ "dark-dimmed-high-contrast": {
42338
+ "$value": "#b687f7",
42339
+ "filePath": "src/tokens/component/label.json5",
42340
+ "isSource": true,
42341
+ "$type": "color"
42342
+ },
42343
+ "dark-tritanopia-high-contrast": {
42344
+ "$value": "#b687f7",
42345
+ "filePath": "src/tokens/component/label.json5",
42346
+ "isSource": true,
42347
+ "$type": "color"
42348
+ },
42349
+ "dark-protanopia-deuteranopia-high-contrast": {
42350
+ "$value": "#b687f7",
42351
+ "filePath": "src/tokens/component/label.json5",
42352
+ "isSource": true,
42353
+ "$type": "color"
42354
+ },
42355
+ "light-tritanopia-high-contrast": {
42356
+ "$value": "#b687f7",
42357
+ "filePath": "src/tokens/component/label.json5",
42358
+ "isSource": true,
42359
+ "$type": "color"
42360
+ },
42361
+ "light-protanopia-deuteranopia-high-contrast": {
42362
+ "$value": "#b687f7",
42363
+ "filePath": "src/tokens/component/label.json5",
42364
+ "isSource": true,
42365
+ "$type": "color"
42366
+ }
42367
+ }
42368
+ },
42369
+ "filePath": "src/tokens/component/label.json5",
42370
+ "isSource": true,
42371
+ "original": {
42372
+ "$value": "{label.purple.fgColor.rest}",
42373
+ "$type": "color",
42374
+ "$extensions": {
42375
+ "org.primer.figma": {
42376
+ "collection": "mode",
42377
+ "group": "component",
42378
+ "scopes": ["borderColor"]
42379
+ },
42380
+ "org.primer.overrides": {
42381
+ "dark": {
42382
+ "$value": "{base.color.transparent}",
42383
+ "filePath": "src/tokens/component/label.json5",
42384
+ "isSource": true,
42385
+ "$type": "color"
42386
+ },
42387
+ "dark-dimmed": {
42388
+ "$value": "{base.color.transparent}",
42389
+ "filePath": "src/tokens/component/label.json5",
42390
+ "isSource": true,
42391
+ "$type": "color"
42392
+ },
42393
+ "light-high-contrast": {
42394
+ "$value": "{label.purple.fgColor.rest}",
42395
+ "filePath": "src/tokens/component/label.json5",
42396
+ "isSource": true,
42397
+ "$type": "color"
42398
+ },
42399
+ "dark-high-contrast": {
42400
+ "$value": "{label.purple.fgColor.rest}",
42401
+ "filePath": "src/tokens/component/label.json5",
42402
+ "isSource": true,
42403
+ "$type": "color"
42404
+ },
42405
+ "dark-dimmed-high-contrast": {
42406
+ "$value": "{label.purple.fgColor.rest}",
42407
+ "filePath": "src/tokens/component/label.json5",
42408
+ "isSource": true,
42409
+ "$type": "color"
42410
+ },
42411
+ "dark-tritanopia-high-contrast": {
42412
+ "$value": "{label.purple.fgColor.rest}",
42413
+ "filePath": "src/tokens/component/label.json5",
42414
+ "isSource": true,
42415
+ "$type": "color"
42416
+ },
42417
+ "dark-protanopia-deuteranopia-high-contrast": {
42418
+ "$value": "{label.purple.fgColor.rest}",
42419
+ "filePath": "src/tokens/component/label.json5",
42420
+ "isSource": true,
42421
+ "$type": "color"
42422
+ },
42423
+ "light-tritanopia-high-contrast": {
42424
+ "$value": "{label.purple.fgColor.rest}",
42425
+ "filePath": "src/tokens/component/label.json5",
42426
+ "isSource": true,
42427
+ "$type": "color"
42428
+ },
42429
+ "light-protanopia-deuteranopia-high-contrast": {
42430
+ "$value": "{label.purple.fgColor.rest}",
42431
+ "filePath": "src/tokens/component/label.json5",
42432
+ "isSource": true,
42433
+ "$type": "color"
42434
+ }
42435
+ }
42436
+ },
42437
+ "key": "{label.purple.borderColor}"
42438
+ },
42439
+ "name": "label-purple-borderColor",
42440
+ "attributes": {},
42441
+ "path": ["label", "purple", "borderColor"]
42442
+ },
40173
42443
  "label-purple-fgColor-active": {
40174
42444
  "key": "{label.purple.fgColor.active}",
40175
42445
  "$value": "#d2affd",
@@ -40440,6 +42710,147 @@
40440
42710
  "attributes": {},
40441
42711
  "path": ["label", "red", "bgColor", "rest"]
40442
42712
  },
42713
+ "label-red-borderColor": {
42714
+ "key": "{label.red.borderColor}",
42715
+ "$value": "#f27d83",
42716
+ "$type": "color",
42717
+ "$extensions": {
42718
+ "org.primer.figma": {
42719
+ "collection": "mode",
42720
+ "group": "component",
42721
+ "scopes": ["borderColor"]
42722
+ },
42723
+ "org.primer.overrides": {
42724
+ "dark": {
42725
+ "$value": "#00000000",
42726
+ "filePath": "src/tokens/component/label.json5",
42727
+ "isSource": true,
42728
+ "$type": "color"
42729
+ },
42730
+ "dark-dimmed": {
42731
+ "$value": "#00000000",
42732
+ "filePath": "src/tokens/component/label.json5",
42733
+ "isSource": true,
42734
+ "$type": "color"
42735
+ },
42736
+ "light-high-contrast": {
42737
+ "$value": "#f27d83",
42738
+ "filePath": "src/tokens/component/label.json5",
42739
+ "isSource": true,
42740
+ "$type": "color"
42741
+ },
42742
+ "dark-high-contrast": {
42743
+ "$value": "#f27d83",
42744
+ "filePath": "src/tokens/component/label.json5",
42745
+ "isSource": true,
42746
+ "$type": "color"
42747
+ },
42748
+ "dark-dimmed-high-contrast": {
42749
+ "$value": "#f27d83",
42750
+ "filePath": "src/tokens/component/label.json5",
42751
+ "isSource": true,
42752
+ "$type": "color"
42753
+ },
42754
+ "dark-tritanopia-high-contrast": {
42755
+ "$value": "#f27d83",
42756
+ "filePath": "src/tokens/component/label.json5",
42757
+ "isSource": true,
42758
+ "$type": "color"
42759
+ },
42760
+ "dark-protanopia-deuteranopia-high-contrast": {
42761
+ "$value": "#f27d83",
42762
+ "filePath": "src/tokens/component/label.json5",
42763
+ "isSource": true,
42764
+ "$type": "color"
42765
+ },
42766
+ "light-tritanopia-high-contrast": {
42767
+ "$value": "#f27d83",
42768
+ "filePath": "src/tokens/component/label.json5",
42769
+ "isSource": true,
42770
+ "$type": "color"
42771
+ },
42772
+ "light-protanopia-deuteranopia-high-contrast": {
42773
+ "$value": "#f27d83",
42774
+ "filePath": "src/tokens/component/label.json5",
42775
+ "isSource": true,
42776
+ "$type": "color"
42777
+ }
42778
+ }
42779
+ },
42780
+ "filePath": "src/tokens/component/label.json5",
42781
+ "isSource": true,
42782
+ "original": {
42783
+ "$value": "{label.red.fgColor.rest}",
42784
+ "$type": "color",
42785
+ "$extensions": {
42786
+ "org.primer.figma": {
42787
+ "collection": "mode",
42788
+ "group": "component",
42789
+ "scopes": ["borderColor"]
42790
+ },
42791
+ "org.primer.overrides": {
42792
+ "dark": {
42793
+ "$value": "{base.color.transparent}",
42794
+ "filePath": "src/tokens/component/label.json5",
42795
+ "isSource": true,
42796
+ "$type": "color"
42797
+ },
42798
+ "dark-dimmed": {
42799
+ "$value": "{base.color.transparent}",
42800
+ "filePath": "src/tokens/component/label.json5",
42801
+ "isSource": true,
42802
+ "$type": "color"
42803
+ },
42804
+ "light-high-contrast": {
42805
+ "$value": "{label.red.fgColor.rest}",
42806
+ "filePath": "src/tokens/component/label.json5",
42807
+ "isSource": true,
42808
+ "$type": "color"
42809
+ },
42810
+ "dark-high-contrast": {
42811
+ "$value": "{label.red.fgColor.rest}",
42812
+ "filePath": "src/tokens/component/label.json5",
42813
+ "isSource": true,
42814
+ "$type": "color"
42815
+ },
42816
+ "dark-dimmed-high-contrast": {
42817
+ "$value": "{label.red.fgColor.rest}",
42818
+ "filePath": "src/tokens/component/label.json5",
42819
+ "isSource": true,
42820
+ "$type": "color"
42821
+ },
42822
+ "dark-tritanopia-high-contrast": {
42823
+ "$value": "{label.red.fgColor.rest}",
42824
+ "filePath": "src/tokens/component/label.json5",
42825
+ "isSource": true,
42826
+ "$type": "color"
42827
+ },
42828
+ "dark-protanopia-deuteranopia-high-contrast": {
42829
+ "$value": "{label.red.fgColor.rest}",
42830
+ "filePath": "src/tokens/component/label.json5",
42831
+ "isSource": true,
42832
+ "$type": "color"
42833
+ },
42834
+ "light-tritanopia-high-contrast": {
42835
+ "$value": "{label.red.fgColor.rest}",
42836
+ "filePath": "src/tokens/component/label.json5",
42837
+ "isSource": true,
42838
+ "$type": "color"
42839
+ },
42840
+ "light-protanopia-deuteranopia-high-contrast": {
42841
+ "$value": "{label.red.fgColor.rest}",
42842
+ "filePath": "src/tokens/component/label.json5",
42843
+ "isSource": true,
42844
+ "$type": "color"
42845
+ }
42846
+ }
42847
+ },
42848
+ "key": "{label.red.borderColor}"
42849
+ },
42850
+ "name": "label-red-borderColor",
42851
+ "attributes": {},
42852
+ "path": ["label", "red", "borderColor"]
42853
+ },
40443
42854
  "label-red-fgColor-active": {
40444
42855
  "key": "{label.red.fgColor.active}",
40445
42856
  "$value": "#f7adab",
@@ -40710,6 +43121,147 @@
40710
43121
  "attributes": {},
40711
43122
  "path": ["label", "teal", "bgColor", "rest"]
40712
43123
  },
43124
+ "label-teal-borderColor": {
43125
+ "key": "{label.teal.borderColor}",
43126
+ "$value": "#1cb0ab",
43127
+ "$type": "color",
43128
+ "$extensions": {
43129
+ "org.primer.figma": {
43130
+ "collection": "mode",
43131
+ "group": "component",
43132
+ "scopes": ["borderColor"]
43133
+ },
43134
+ "org.primer.overrides": {
43135
+ "dark": {
43136
+ "$value": "#00000000",
43137
+ "filePath": "src/tokens/component/label.json5",
43138
+ "isSource": true,
43139
+ "$type": "color"
43140
+ },
43141
+ "dark-dimmed": {
43142
+ "$value": "#00000000",
43143
+ "filePath": "src/tokens/component/label.json5",
43144
+ "isSource": true,
43145
+ "$type": "color"
43146
+ },
43147
+ "light-high-contrast": {
43148
+ "$value": "#1cb0ab",
43149
+ "filePath": "src/tokens/component/label.json5",
43150
+ "isSource": true,
43151
+ "$type": "color"
43152
+ },
43153
+ "dark-high-contrast": {
43154
+ "$value": "#1cb0ab",
43155
+ "filePath": "src/tokens/component/label.json5",
43156
+ "isSource": true,
43157
+ "$type": "color"
43158
+ },
43159
+ "dark-dimmed-high-contrast": {
43160
+ "$value": "#1cb0ab",
43161
+ "filePath": "src/tokens/component/label.json5",
43162
+ "isSource": true,
43163
+ "$type": "color"
43164
+ },
43165
+ "dark-tritanopia-high-contrast": {
43166
+ "$value": "#1cb0ab",
43167
+ "filePath": "src/tokens/component/label.json5",
43168
+ "isSource": true,
43169
+ "$type": "color"
43170
+ },
43171
+ "dark-protanopia-deuteranopia-high-contrast": {
43172
+ "$value": "#1cb0ab",
43173
+ "filePath": "src/tokens/component/label.json5",
43174
+ "isSource": true,
43175
+ "$type": "color"
43176
+ },
43177
+ "light-tritanopia-high-contrast": {
43178
+ "$value": "#1cb0ab",
43179
+ "filePath": "src/tokens/component/label.json5",
43180
+ "isSource": true,
43181
+ "$type": "color"
43182
+ },
43183
+ "light-protanopia-deuteranopia-high-contrast": {
43184
+ "$value": "#1cb0ab",
43185
+ "filePath": "src/tokens/component/label.json5",
43186
+ "isSource": true,
43187
+ "$type": "color"
43188
+ }
43189
+ }
43190
+ },
43191
+ "filePath": "src/tokens/component/label.json5",
43192
+ "isSource": true,
43193
+ "original": {
43194
+ "$value": "{label.teal.fgColor.rest}",
43195
+ "$type": "color",
43196
+ "$extensions": {
43197
+ "org.primer.figma": {
43198
+ "collection": "mode",
43199
+ "group": "component",
43200
+ "scopes": ["borderColor"]
43201
+ },
43202
+ "org.primer.overrides": {
43203
+ "dark": {
43204
+ "$value": "{base.color.transparent}",
43205
+ "filePath": "src/tokens/component/label.json5",
43206
+ "isSource": true,
43207
+ "$type": "color"
43208
+ },
43209
+ "dark-dimmed": {
43210
+ "$value": "{base.color.transparent}",
43211
+ "filePath": "src/tokens/component/label.json5",
43212
+ "isSource": true,
43213
+ "$type": "color"
43214
+ },
43215
+ "light-high-contrast": {
43216
+ "$value": "{label.teal.fgColor.rest}",
43217
+ "filePath": "src/tokens/component/label.json5",
43218
+ "isSource": true,
43219
+ "$type": "color"
43220
+ },
43221
+ "dark-high-contrast": {
43222
+ "$value": "{label.teal.fgColor.rest}",
43223
+ "filePath": "src/tokens/component/label.json5",
43224
+ "isSource": true,
43225
+ "$type": "color"
43226
+ },
43227
+ "dark-dimmed-high-contrast": {
43228
+ "$value": "{label.teal.fgColor.rest}",
43229
+ "filePath": "src/tokens/component/label.json5",
43230
+ "isSource": true,
43231
+ "$type": "color"
43232
+ },
43233
+ "dark-tritanopia-high-contrast": {
43234
+ "$value": "{label.teal.fgColor.rest}",
43235
+ "filePath": "src/tokens/component/label.json5",
43236
+ "isSource": true,
43237
+ "$type": "color"
43238
+ },
43239
+ "dark-protanopia-deuteranopia-high-contrast": {
43240
+ "$value": "{label.teal.fgColor.rest}",
43241
+ "filePath": "src/tokens/component/label.json5",
43242
+ "isSource": true,
43243
+ "$type": "color"
43244
+ },
43245
+ "light-tritanopia-high-contrast": {
43246
+ "$value": "{label.teal.fgColor.rest}",
43247
+ "filePath": "src/tokens/component/label.json5",
43248
+ "isSource": true,
43249
+ "$type": "color"
43250
+ },
43251
+ "light-protanopia-deuteranopia-high-contrast": {
43252
+ "$value": "{label.teal.fgColor.rest}",
43253
+ "filePath": "src/tokens/component/label.json5",
43254
+ "isSource": true,
43255
+ "$type": "color"
43256
+ }
43257
+ }
43258
+ },
43259
+ "key": "{label.teal.borderColor}"
43260
+ },
43261
+ "name": "label-teal-borderColor",
43262
+ "attributes": {},
43263
+ "path": ["label", "teal", "borderColor"]
43264
+ },
40713
43265
  "label-teal-fgColor-active": {
40714
43266
  "key": "{label.teal.fgColor.active}",
40715
43267
  "$value": "#24d6c4",
@@ -40980,6 +43532,147 @@
40980
43532
  "attributes": {},
40981
43533
  "path": ["label", "yellow", "bgColor", "rest"]
40982
43534
  },
43535
+ "label-yellow-borderColor": {
43536
+ "key": "{label.yellow.borderColor}",
43537
+ "$value": "#d3910d",
43538
+ "$type": "color",
43539
+ "$extensions": {
43540
+ "org.primer.figma": {
43541
+ "collection": "mode",
43542
+ "group": "component",
43543
+ "scopes": ["borderColor"]
43544
+ },
43545
+ "org.primer.overrides": {
43546
+ "dark": {
43547
+ "$value": "#00000000",
43548
+ "filePath": "src/tokens/component/label.json5",
43549
+ "isSource": true,
43550
+ "$type": "color"
43551
+ },
43552
+ "dark-dimmed": {
43553
+ "$value": "#00000000",
43554
+ "filePath": "src/tokens/component/label.json5",
43555
+ "isSource": true,
43556
+ "$type": "color"
43557
+ },
43558
+ "light-high-contrast": {
43559
+ "$value": "#d3910d",
43560
+ "filePath": "src/tokens/component/label.json5",
43561
+ "isSource": true,
43562
+ "$type": "color"
43563
+ },
43564
+ "dark-high-contrast": {
43565
+ "$value": "#d3910d",
43566
+ "filePath": "src/tokens/component/label.json5",
43567
+ "isSource": true,
43568
+ "$type": "color"
43569
+ },
43570
+ "dark-dimmed-high-contrast": {
43571
+ "$value": "#d3910d",
43572
+ "filePath": "src/tokens/component/label.json5",
43573
+ "isSource": true,
43574
+ "$type": "color"
43575
+ },
43576
+ "dark-tritanopia-high-contrast": {
43577
+ "$value": "#d3910d",
43578
+ "filePath": "src/tokens/component/label.json5",
43579
+ "isSource": true,
43580
+ "$type": "color"
43581
+ },
43582
+ "dark-protanopia-deuteranopia-high-contrast": {
43583
+ "$value": "#d3910d",
43584
+ "filePath": "src/tokens/component/label.json5",
43585
+ "isSource": true,
43586
+ "$type": "color"
43587
+ },
43588
+ "light-tritanopia-high-contrast": {
43589
+ "$value": "#d3910d",
43590
+ "filePath": "src/tokens/component/label.json5",
43591
+ "isSource": true,
43592
+ "$type": "color"
43593
+ },
43594
+ "light-protanopia-deuteranopia-high-contrast": {
43595
+ "$value": "#d3910d",
43596
+ "filePath": "src/tokens/component/label.json5",
43597
+ "isSource": true,
43598
+ "$type": "color"
43599
+ }
43600
+ }
43601
+ },
43602
+ "filePath": "src/tokens/component/label.json5",
43603
+ "isSource": true,
43604
+ "original": {
43605
+ "$value": "{label.yellow.fgColor.rest}",
43606
+ "$type": "color",
43607
+ "$extensions": {
43608
+ "org.primer.figma": {
43609
+ "collection": "mode",
43610
+ "group": "component",
43611
+ "scopes": ["borderColor"]
43612
+ },
43613
+ "org.primer.overrides": {
43614
+ "dark": {
43615
+ "$value": "{base.color.transparent}",
43616
+ "filePath": "src/tokens/component/label.json5",
43617
+ "isSource": true,
43618
+ "$type": "color"
43619
+ },
43620
+ "dark-dimmed": {
43621
+ "$value": "{base.color.transparent}",
43622
+ "filePath": "src/tokens/component/label.json5",
43623
+ "isSource": true,
43624
+ "$type": "color"
43625
+ },
43626
+ "light-high-contrast": {
43627
+ "$value": "{label.yellow.fgColor.rest}",
43628
+ "filePath": "src/tokens/component/label.json5",
43629
+ "isSource": true,
43630
+ "$type": "color"
43631
+ },
43632
+ "dark-high-contrast": {
43633
+ "$value": "{label.yellow.fgColor.rest}",
43634
+ "filePath": "src/tokens/component/label.json5",
43635
+ "isSource": true,
43636
+ "$type": "color"
43637
+ },
43638
+ "dark-dimmed-high-contrast": {
43639
+ "$value": "{label.yellow.fgColor.rest}",
43640
+ "filePath": "src/tokens/component/label.json5",
43641
+ "isSource": true,
43642
+ "$type": "color"
43643
+ },
43644
+ "dark-tritanopia-high-contrast": {
43645
+ "$value": "{label.yellow.fgColor.rest}",
43646
+ "filePath": "src/tokens/component/label.json5",
43647
+ "isSource": true,
43648
+ "$type": "color"
43649
+ },
43650
+ "dark-protanopia-deuteranopia-high-contrast": {
43651
+ "$value": "{label.yellow.fgColor.rest}",
43652
+ "filePath": "src/tokens/component/label.json5",
43653
+ "isSource": true,
43654
+ "$type": "color"
43655
+ },
43656
+ "light-tritanopia-high-contrast": {
43657
+ "$value": "{label.yellow.fgColor.rest}",
43658
+ "filePath": "src/tokens/component/label.json5",
43659
+ "isSource": true,
43660
+ "$type": "color"
43661
+ },
43662
+ "light-protanopia-deuteranopia-high-contrast": {
43663
+ "$value": "{label.yellow.fgColor.rest}",
43664
+ "filePath": "src/tokens/component/label.json5",
43665
+ "isSource": true,
43666
+ "$type": "color"
43667
+ }
43668
+ }
43669
+ },
43670
+ "key": "{label.yellow.borderColor}"
43671
+ },
43672
+ "name": "label-yellow-borderColor",
43673
+ "attributes": {},
43674
+ "path": ["label", "yellow", "borderColor"]
43675
+ },
40983
43676
  "label-yellow-fgColor-active": {
40984
43677
  "key": "{label.yellow.fgColor.active}",
40985
43678
  "$value": "#edb431",