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