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