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