@primer/primitives 11.0.0-rc.a6a4b391 → 11.0.1-rc.84dc6db1

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