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