@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
@@ -16347,7 +16347,7 @@
16347
16347
  "org.primer.overrides": {
16348
16348
  "dark": {
16349
16349
  "$value": "#818b98",
16350
- "alpha": 0.1,
16350
+ "alpha": 0.2,
16351
16351
  "filePath": "src/tokens/functional/color/control.json5",
16352
16352
  "isSource": true,
16353
16353
  "$type": "color"
@@ -16425,7 +16425,7 @@
16425
16425
  "org.primer.overrides": {
16426
16426
  "dark": {
16427
16427
  "$value": "{base.color.neutral.8}",
16428
- "alpha": 0.1,
16428
+ "alpha": 0.2,
16429
16429
  "filePath": "src/tokens/functional/color/control.json5",
16430
16430
  "isSource": true,
16431
16431
  "$type": "color"
@@ -35010,7 +35010,6 @@
35010
35010
  "org.primer.overrides": {
35011
35011
  "dark": {
35012
35012
  "$value": "#818b98",
35013
- "alpha": 0.6,
35014
35013
  "filePath": "src/tokens/functional/color/fgColor.json5",
35015
35014
  "isSource": true,
35016
35015
  "$type": "color"
@@ -35039,7 +35038,6 @@
35039
35038
  "org.primer.overrides": {
35040
35039
  "dark": {
35041
35040
  "$value": "{base.color.neutral.8}",
35042
- "alpha": 0.6,
35043
35041
  "filePath": "src/tokens/functional/color/fgColor.json5",
35044
35042
  "isSource": true,
35045
35043
  "$type": "color"
@@ -36084,6 +36082,147 @@
36084
36082
  "attributes": {},
36085
36083
  "path": ["label", "auburn", "bgColor", "rest"]
36086
36084
  },
36085
+ "label-auburn-borderColor": {
36086
+ "key": "{label.auburn.borderColor}",
36087
+ "$value": "#ffffff00",
36088
+ "$type": "color",
36089
+ "$extensions": {
36090
+ "org.primer.figma": {
36091
+ "collection": "mode",
36092
+ "group": "component",
36093
+ "scopes": ["borderColor"]
36094
+ },
36095
+ "org.primer.overrides": {
36096
+ "dark": {
36097
+ "$value": "#ffffff00",
36098
+ "filePath": "src/tokens/component/label.json5",
36099
+ "isSource": true,
36100
+ "$type": "color"
36101
+ },
36102
+ "dark-dimmed": {
36103
+ "$value": "#ffffff00",
36104
+ "filePath": "src/tokens/component/label.json5",
36105
+ "isSource": true,
36106
+ "$type": "color"
36107
+ },
36108
+ "light-high-contrast": {
36109
+ "$value": "#8a5551",
36110
+ "filePath": "src/tokens/component/label.json5",
36111
+ "isSource": true,
36112
+ "$type": "color"
36113
+ },
36114
+ "dark-high-contrast": {
36115
+ "$value": "#8a5551",
36116
+ "filePath": "src/tokens/component/label.json5",
36117
+ "isSource": true,
36118
+ "$type": "color"
36119
+ },
36120
+ "dark-dimmed-high-contrast": {
36121
+ "$value": "#8a5551",
36122
+ "filePath": "src/tokens/component/label.json5",
36123
+ "isSource": true,
36124
+ "$type": "color"
36125
+ },
36126
+ "dark-tritanopia-high-contrast": {
36127
+ "$value": "#8a5551",
36128
+ "filePath": "src/tokens/component/label.json5",
36129
+ "isSource": true,
36130
+ "$type": "color"
36131
+ },
36132
+ "dark-protanopia-deuteranopia-high-contrast": {
36133
+ "$value": "#8a5551",
36134
+ "filePath": "src/tokens/component/label.json5",
36135
+ "isSource": true,
36136
+ "$type": "color"
36137
+ },
36138
+ "light-tritanopia-high-contrast": {
36139
+ "$value": "#8a5551",
36140
+ "filePath": "src/tokens/component/label.json5",
36141
+ "isSource": true,
36142
+ "$type": "color"
36143
+ },
36144
+ "light-protanopia-deuteranopia-high-contrast": {
36145
+ "$value": "#8a5551",
36146
+ "filePath": "src/tokens/component/label.json5",
36147
+ "isSource": true,
36148
+ "$type": "color"
36149
+ }
36150
+ }
36151
+ },
36152
+ "filePath": "src/tokens/component/label.json5",
36153
+ "isSource": true,
36154
+ "original": {
36155
+ "$value": "{base.color.transparent}",
36156
+ "$type": "color",
36157
+ "$extensions": {
36158
+ "org.primer.figma": {
36159
+ "collection": "mode",
36160
+ "group": "component",
36161
+ "scopes": ["borderColor"]
36162
+ },
36163
+ "org.primer.overrides": {
36164
+ "dark": {
36165
+ "$value": "{base.color.transparent}",
36166
+ "filePath": "src/tokens/component/label.json5",
36167
+ "isSource": true,
36168
+ "$type": "color"
36169
+ },
36170
+ "dark-dimmed": {
36171
+ "$value": "{base.color.transparent}",
36172
+ "filePath": "src/tokens/component/label.json5",
36173
+ "isSource": true,
36174
+ "$type": "color"
36175
+ },
36176
+ "light-high-contrast": {
36177
+ "$value": "{label.auburn.fgColor.rest}",
36178
+ "filePath": "src/tokens/component/label.json5",
36179
+ "isSource": true,
36180
+ "$type": "color"
36181
+ },
36182
+ "dark-high-contrast": {
36183
+ "$value": "{label.auburn.fgColor.rest}",
36184
+ "filePath": "src/tokens/component/label.json5",
36185
+ "isSource": true,
36186
+ "$type": "color"
36187
+ },
36188
+ "dark-dimmed-high-contrast": {
36189
+ "$value": "{label.auburn.fgColor.rest}",
36190
+ "filePath": "src/tokens/component/label.json5",
36191
+ "isSource": true,
36192
+ "$type": "color"
36193
+ },
36194
+ "dark-tritanopia-high-contrast": {
36195
+ "$value": "{label.auburn.fgColor.rest}",
36196
+ "filePath": "src/tokens/component/label.json5",
36197
+ "isSource": true,
36198
+ "$type": "color"
36199
+ },
36200
+ "dark-protanopia-deuteranopia-high-contrast": {
36201
+ "$value": "{label.auburn.fgColor.rest}",
36202
+ "filePath": "src/tokens/component/label.json5",
36203
+ "isSource": true,
36204
+ "$type": "color"
36205
+ },
36206
+ "light-tritanopia-high-contrast": {
36207
+ "$value": "{label.auburn.fgColor.rest}",
36208
+ "filePath": "src/tokens/component/label.json5",
36209
+ "isSource": true,
36210
+ "$type": "color"
36211
+ },
36212
+ "light-protanopia-deuteranopia-high-contrast": {
36213
+ "$value": "{label.auburn.fgColor.rest}",
36214
+ "filePath": "src/tokens/component/label.json5",
36215
+ "isSource": true,
36216
+ "$type": "color"
36217
+ }
36218
+ }
36219
+ },
36220
+ "key": "{label.auburn.borderColor}"
36221
+ },
36222
+ "name": "label-auburn-borderColor",
36223
+ "attributes": {},
36224
+ "path": ["label", "auburn", "borderColor"]
36225
+ },
36087
36226
  "label-auburn-fgColor-active": {
36088
36227
  "key": "{label.auburn.fgColor.active}",
36089
36228
  "$value": "#5d3937",
@@ -36354,19 +36493,67 @@
36354
36493
  "attributes": {},
36355
36494
  "path": ["label", "blue", "bgColor", "rest"]
36356
36495
  },
36357
- "label-blue-fgColor-active": {
36358
- "key": "{label.blue.fgColor.active}",
36359
- "$value": "#003d99",
36496
+ "label-blue-borderColor": {
36497
+ "key": "{label.blue.borderColor}",
36498
+ "$value": "#ffffff00",
36360
36499
  "$type": "color",
36361
36500
  "$extensions": {
36362
36501
  "org.primer.figma": {
36363
36502
  "collection": "mode",
36364
36503
  "group": "component",
36365
- "scopes": ["fgColor"]
36504
+ "scopes": ["borderColor"]
36366
36505
  },
36367
36506
  "org.primer.overrides": {
36368
36507
  "dark": {
36369
- "$value": "#003d99",
36508
+ "$value": "#ffffff00",
36509
+ "filePath": "src/tokens/component/label.json5",
36510
+ "isSource": true,
36511
+ "$type": "color"
36512
+ },
36513
+ "dark-dimmed": {
36514
+ "$value": "#ffffff00",
36515
+ "filePath": "src/tokens/component/label.json5",
36516
+ "isSource": true,
36517
+ "$type": "color"
36518
+ },
36519
+ "light-high-contrast": {
36520
+ "$value": "#005fcc",
36521
+ "filePath": "src/tokens/component/label.json5",
36522
+ "isSource": true,
36523
+ "$type": "color"
36524
+ },
36525
+ "dark-high-contrast": {
36526
+ "$value": "#005fcc",
36527
+ "filePath": "src/tokens/component/label.json5",
36528
+ "isSource": true,
36529
+ "$type": "color"
36530
+ },
36531
+ "dark-dimmed-high-contrast": {
36532
+ "$value": "#005fcc",
36533
+ "filePath": "src/tokens/component/label.json5",
36534
+ "isSource": true,
36535
+ "$type": "color"
36536
+ },
36537
+ "dark-tritanopia-high-contrast": {
36538
+ "$value": "#005fcc",
36539
+ "filePath": "src/tokens/component/label.json5",
36540
+ "isSource": true,
36541
+ "$type": "color"
36542
+ },
36543
+ "dark-protanopia-deuteranopia-high-contrast": {
36544
+ "$value": "#005fcc",
36545
+ "filePath": "src/tokens/component/label.json5",
36546
+ "isSource": true,
36547
+ "$type": "color"
36548
+ },
36549
+ "light-tritanopia-high-contrast": {
36550
+ "$value": "#005fcc",
36551
+ "filePath": "src/tokens/component/label.json5",
36552
+ "isSource": true,
36553
+ "$type": "color"
36554
+ },
36555
+ "light-protanopia-deuteranopia-high-contrast": {
36556
+ "$value": "#005fcc",
36370
36557
  "filePath": "src/tokens/component/label.json5",
36371
36558
  "isSource": true,
36372
36559
  "$type": "color"
@@ -36376,32 +36563,80 @@
36376
36563
  "filePath": "src/tokens/component/label.json5",
36377
36564
  "isSource": true,
36378
36565
  "original": {
36379
- "$value": "{base.display.color.blue.8}",
36566
+ "$value": "{base.color.transparent}",
36380
36567
  "$type": "color",
36381
36568
  "$extensions": {
36382
36569
  "org.primer.figma": {
36383
36570
  "collection": "mode",
36384
36571
  "group": "component",
36385
- "scopes": ["fgColor"]
36572
+ "scopes": ["borderColor"]
36386
36573
  },
36387
36574
  "org.primer.overrides": {
36388
36575
  "dark": {
36389
- "$value": "{base.display.color.blue.8}",
36576
+ "$value": "{base.color.transparent}",
36577
+ "filePath": "src/tokens/component/label.json5",
36578
+ "isSource": true,
36579
+ "$type": "color"
36580
+ },
36581
+ "dark-dimmed": {
36582
+ "$value": "{base.color.transparent}",
36583
+ "filePath": "src/tokens/component/label.json5",
36584
+ "isSource": true,
36585
+ "$type": "color"
36586
+ },
36587
+ "light-high-contrast": {
36588
+ "$value": "{label.blue.fgColor.rest}",
36589
+ "filePath": "src/tokens/component/label.json5",
36590
+ "isSource": true,
36591
+ "$type": "color"
36592
+ },
36593
+ "dark-high-contrast": {
36594
+ "$value": "{label.blue.fgColor.rest}",
36595
+ "filePath": "src/tokens/component/label.json5",
36596
+ "isSource": true,
36597
+ "$type": "color"
36598
+ },
36599
+ "dark-dimmed-high-contrast": {
36600
+ "$value": "{label.blue.fgColor.rest}",
36601
+ "filePath": "src/tokens/component/label.json5",
36602
+ "isSource": true,
36603
+ "$type": "color"
36604
+ },
36605
+ "dark-tritanopia-high-contrast": {
36606
+ "$value": "{label.blue.fgColor.rest}",
36607
+ "filePath": "src/tokens/component/label.json5",
36608
+ "isSource": true,
36609
+ "$type": "color"
36610
+ },
36611
+ "dark-protanopia-deuteranopia-high-contrast": {
36612
+ "$value": "{label.blue.fgColor.rest}",
36613
+ "filePath": "src/tokens/component/label.json5",
36614
+ "isSource": true,
36615
+ "$type": "color"
36616
+ },
36617
+ "light-tritanopia-high-contrast": {
36618
+ "$value": "{label.blue.fgColor.rest}",
36619
+ "filePath": "src/tokens/component/label.json5",
36620
+ "isSource": true,
36621
+ "$type": "color"
36622
+ },
36623
+ "light-protanopia-deuteranopia-high-contrast": {
36624
+ "$value": "{label.blue.fgColor.rest}",
36390
36625
  "filePath": "src/tokens/component/label.json5",
36391
36626
  "isSource": true,
36392
36627
  "$type": "color"
36393
36628
  }
36394
36629
  }
36395
36630
  },
36396
- "key": "{label.blue.fgColor.active}"
36631
+ "key": "{label.blue.borderColor}"
36397
36632
  },
36398
- "name": "label-blue-fgColor-active",
36633
+ "name": "label-blue-borderColor",
36399
36634
  "attributes": {},
36400
- "path": ["label", "blue", "fgColor", "active"]
36635
+ "path": ["label", "blue", "borderColor"]
36401
36636
  },
36402
- "label-blue-fgColor-hover": {
36403
- "key": "{label.blue.fgColor.hover}",
36404
- "$value": "#004db3",
36637
+ "label-blue-fgColor-active": {
36638
+ "key": "{label.blue.fgColor.active}",
36639
+ "$value": "#003d99",
36405
36640
  "$type": "color",
36406
36641
  "$extensions": {
36407
36642
  "org.primer.figma": {
@@ -36411,7 +36646,7 @@
36411
36646
  },
36412
36647
  "org.primer.overrides": {
36413
36648
  "dark": {
36414
- "$value": "#004db3",
36649
+ "$value": "#003d99",
36415
36650
  "filePath": "src/tokens/component/label.json5",
36416
36651
  "isSource": true,
36417
36652
  "$type": "color"
@@ -36421,7 +36656,7 @@
36421
36656
  "filePath": "src/tokens/component/label.json5",
36422
36657
  "isSource": true,
36423
36658
  "original": {
36424
- "$value": "{base.display.color.blue.7}",
36659
+ "$value": "{base.display.color.blue.8}",
36425
36660
  "$type": "color",
36426
36661
  "$extensions": {
36427
36662
  "org.primer.figma": {
@@ -36431,18 +36666,63 @@
36431
36666
  },
36432
36667
  "org.primer.overrides": {
36433
36668
  "dark": {
36434
- "$value": "{base.display.color.blue.7}",
36669
+ "$value": "{base.display.color.blue.8}",
36435
36670
  "filePath": "src/tokens/component/label.json5",
36436
36671
  "isSource": true,
36437
36672
  "$type": "color"
36438
36673
  }
36439
36674
  }
36440
36675
  },
36441
- "key": "{label.blue.fgColor.hover}"
36676
+ "key": "{label.blue.fgColor.active}"
36442
36677
  },
36443
- "name": "label-blue-fgColor-hover",
36678
+ "name": "label-blue-fgColor-active",
36444
36679
  "attributes": {},
36445
- "path": ["label", "blue", "fgColor", "hover"]
36680
+ "path": ["label", "blue", "fgColor", "active"]
36681
+ },
36682
+ "label-blue-fgColor-hover": {
36683
+ "key": "{label.blue.fgColor.hover}",
36684
+ "$value": "#004db3",
36685
+ "$type": "color",
36686
+ "$extensions": {
36687
+ "org.primer.figma": {
36688
+ "collection": "mode",
36689
+ "group": "component",
36690
+ "scopes": ["fgColor"]
36691
+ },
36692
+ "org.primer.overrides": {
36693
+ "dark": {
36694
+ "$value": "#004db3",
36695
+ "filePath": "src/tokens/component/label.json5",
36696
+ "isSource": true,
36697
+ "$type": "color"
36698
+ }
36699
+ }
36700
+ },
36701
+ "filePath": "src/tokens/component/label.json5",
36702
+ "isSource": true,
36703
+ "original": {
36704
+ "$value": "{base.display.color.blue.7}",
36705
+ "$type": "color",
36706
+ "$extensions": {
36707
+ "org.primer.figma": {
36708
+ "collection": "mode",
36709
+ "group": "component",
36710
+ "scopes": ["fgColor"]
36711
+ },
36712
+ "org.primer.overrides": {
36713
+ "dark": {
36714
+ "$value": "{base.display.color.blue.7}",
36715
+ "filePath": "src/tokens/component/label.json5",
36716
+ "isSource": true,
36717
+ "$type": "color"
36718
+ }
36719
+ }
36720
+ },
36721
+ "key": "{label.blue.fgColor.hover}"
36722
+ },
36723
+ "name": "label-blue-fgColor-hover",
36724
+ "attributes": {},
36725
+ "path": ["label", "blue", "fgColor", "hover"]
36446
36726
  },
36447
36727
  "label-blue-fgColor-rest": {
36448
36728
  "key": "{label.blue.fgColor.rest}",
@@ -36624,6 +36904,147 @@
36624
36904
  "attributes": {},
36625
36905
  "path": ["label", "brown", "bgColor", "rest"]
36626
36906
  },
36907
+ "label-brown-borderColor": {
36908
+ "key": "{label.brown.borderColor}",
36909
+ "$value": "#ffffff00",
36910
+ "$type": "color",
36911
+ "$extensions": {
36912
+ "org.primer.figma": {
36913
+ "collection": "mode",
36914
+ "group": "component",
36915
+ "scopes": ["borderColor"]
36916
+ },
36917
+ "org.primer.overrides": {
36918
+ "dark": {
36919
+ "$value": "#ffffff00",
36920
+ "filePath": "src/tokens/component/label.json5",
36921
+ "isSource": true,
36922
+ "$type": "color"
36923
+ },
36924
+ "dark-dimmed": {
36925
+ "$value": "#ffffff00",
36926
+ "filePath": "src/tokens/component/label.json5",
36927
+ "isSource": true,
36928
+ "$type": "color"
36929
+ },
36930
+ "light-high-contrast": {
36931
+ "$value": "#755f43",
36932
+ "filePath": "src/tokens/component/label.json5",
36933
+ "isSource": true,
36934
+ "$type": "color"
36935
+ },
36936
+ "dark-high-contrast": {
36937
+ "$value": "#755f43",
36938
+ "filePath": "src/tokens/component/label.json5",
36939
+ "isSource": true,
36940
+ "$type": "color"
36941
+ },
36942
+ "dark-dimmed-high-contrast": {
36943
+ "$value": "#755f43",
36944
+ "filePath": "src/tokens/component/label.json5",
36945
+ "isSource": true,
36946
+ "$type": "color"
36947
+ },
36948
+ "dark-tritanopia-high-contrast": {
36949
+ "$value": "#755f43",
36950
+ "filePath": "src/tokens/component/label.json5",
36951
+ "isSource": true,
36952
+ "$type": "color"
36953
+ },
36954
+ "dark-protanopia-deuteranopia-high-contrast": {
36955
+ "$value": "#755f43",
36956
+ "filePath": "src/tokens/component/label.json5",
36957
+ "isSource": true,
36958
+ "$type": "color"
36959
+ },
36960
+ "light-tritanopia-high-contrast": {
36961
+ "$value": "#755f43",
36962
+ "filePath": "src/tokens/component/label.json5",
36963
+ "isSource": true,
36964
+ "$type": "color"
36965
+ },
36966
+ "light-protanopia-deuteranopia-high-contrast": {
36967
+ "$value": "#755f43",
36968
+ "filePath": "src/tokens/component/label.json5",
36969
+ "isSource": true,
36970
+ "$type": "color"
36971
+ }
36972
+ }
36973
+ },
36974
+ "filePath": "src/tokens/component/label.json5",
36975
+ "isSource": true,
36976
+ "original": {
36977
+ "$value": "{base.color.transparent}",
36978
+ "$type": "color",
36979
+ "$extensions": {
36980
+ "org.primer.figma": {
36981
+ "collection": "mode",
36982
+ "group": "component",
36983
+ "scopes": ["borderColor"]
36984
+ },
36985
+ "org.primer.overrides": {
36986
+ "dark": {
36987
+ "$value": "{base.color.transparent}",
36988
+ "filePath": "src/tokens/component/label.json5",
36989
+ "isSource": true,
36990
+ "$type": "color"
36991
+ },
36992
+ "dark-dimmed": {
36993
+ "$value": "{base.color.transparent}",
36994
+ "filePath": "src/tokens/component/label.json5",
36995
+ "isSource": true,
36996
+ "$type": "color"
36997
+ },
36998
+ "light-high-contrast": {
36999
+ "$value": "{label.brown.fgColor.rest}",
37000
+ "filePath": "src/tokens/component/label.json5",
37001
+ "isSource": true,
37002
+ "$type": "color"
37003
+ },
37004
+ "dark-high-contrast": {
37005
+ "$value": "{label.brown.fgColor.rest}",
37006
+ "filePath": "src/tokens/component/label.json5",
37007
+ "isSource": true,
37008
+ "$type": "color"
37009
+ },
37010
+ "dark-dimmed-high-contrast": {
37011
+ "$value": "{label.brown.fgColor.rest}",
37012
+ "filePath": "src/tokens/component/label.json5",
37013
+ "isSource": true,
37014
+ "$type": "color"
37015
+ },
37016
+ "dark-tritanopia-high-contrast": {
37017
+ "$value": "{label.brown.fgColor.rest}",
37018
+ "filePath": "src/tokens/component/label.json5",
37019
+ "isSource": true,
37020
+ "$type": "color"
37021
+ },
37022
+ "dark-protanopia-deuteranopia-high-contrast": {
37023
+ "$value": "{label.brown.fgColor.rest}",
37024
+ "filePath": "src/tokens/component/label.json5",
37025
+ "isSource": true,
37026
+ "$type": "color"
37027
+ },
37028
+ "light-tritanopia-high-contrast": {
37029
+ "$value": "{label.brown.fgColor.rest}",
37030
+ "filePath": "src/tokens/component/label.json5",
37031
+ "isSource": true,
37032
+ "$type": "color"
37033
+ },
37034
+ "light-protanopia-deuteranopia-high-contrast": {
37035
+ "$value": "{label.brown.fgColor.rest}",
37036
+ "filePath": "src/tokens/component/label.json5",
37037
+ "isSource": true,
37038
+ "$type": "color"
37039
+ }
37040
+ }
37041
+ },
37042
+ "key": "{label.brown.borderColor}"
37043
+ },
37044
+ "name": "label-brown-borderColor",
37045
+ "attributes": {},
37046
+ "path": ["label", "brown", "borderColor"]
37047
+ },
36627
37048
  "label-brown-fgColor-active": {
36628
37049
  "key": "{label.brown.fgColor.active}",
36629
37050
  "$value": "#51412f",
@@ -36894,19 +37315,67 @@
36894
37315
  "attributes": {},
36895
37316
  "path": ["label", "coral", "bgColor", "rest"]
36896
37317
  },
36897
- "label-coral-fgColor-active": {
36898
- "key": "{label.coral.fgColor.active}",
36899
- "$value": "#7e2011",
37318
+ "label-coral-borderColor": {
37319
+ "key": "{label.coral.borderColor}",
37320
+ "$value": "#ffffff00",
36900
37321
  "$type": "color",
36901
37322
  "$extensions": {
36902
37323
  "org.primer.figma": {
36903
37324
  "collection": "mode",
36904
37325
  "group": "component",
36905
- "scopes": ["fgColor"]
37326
+ "scopes": ["borderColor"]
36906
37327
  },
36907
37328
  "org.primer.overrides": {
36908
37329
  "dark": {
36909
- "$value": "#7e2011",
37330
+ "$value": "#ffffff00",
37331
+ "filePath": "src/tokens/component/label.json5",
37332
+ "isSource": true,
37333
+ "$type": "color"
37334
+ },
37335
+ "dark-dimmed": {
37336
+ "$value": "#ffffff00",
37337
+ "filePath": "src/tokens/component/label.json5",
37338
+ "isSource": true,
37339
+ "$type": "color"
37340
+ },
37341
+ "light-high-contrast": {
37342
+ "$value": "#ba2e12",
37343
+ "filePath": "src/tokens/component/label.json5",
37344
+ "isSource": true,
37345
+ "$type": "color"
37346
+ },
37347
+ "dark-high-contrast": {
37348
+ "$value": "#ba2e12",
37349
+ "filePath": "src/tokens/component/label.json5",
37350
+ "isSource": true,
37351
+ "$type": "color"
37352
+ },
37353
+ "dark-dimmed-high-contrast": {
37354
+ "$value": "#ba2e12",
37355
+ "filePath": "src/tokens/component/label.json5",
37356
+ "isSource": true,
37357
+ "$type": "color"
37358
+ },
37359
+ "dark-tritanopia-high-contrast": {
37360
+ "$value": "#ba2e12",
37361
+ "filePath": "src/tokens/component/label.json5",
37362
+ "isSource": true,
37363
+ "$type": "color"
37364
+ },
37365
+ "dark-protanopia-deuteranopia-high-contrast": {
37366
+ "$value": "#ba2e12",
37367
+ "filePath": "src/tokens/component/label.json5",
37368
+ "isSource": true,
37369
+ "$type": "color"
37370
+ },
37371
+ "light-tritanopia-high-contrast": {
37372
+ "$value": "#ba2e12",
37373
+ "filePath": "src/tokens/component/label.json5",
37374
+ "isSource": true,
37375
+ "$type": "color"
37376
+ },
37377
+ "light-protanopia-deuteranopia-high-contrast": {
37378
+ "$value": "#ba2e12",
36910
37379
  "filePath": "src/tokens/component/label.json5",
36911
37380
  "isSource": true,
36912
37381
  "$type": "color"
@@ -36916,39 +37385,132 @@
36916
37385
  "filePath": "src/tokens/component/label.json5",
36917
37386
  "isSource": true,
36918
37387
  "original": {
36919
- "$value": "{base.display.color.coral.8}",
37388
+ "$value": "{base.color.transparent}",
36920
37389
  "$type": "color",
36921
37390
  "$extensions": {
36922
37391
  "org.primer.figma": {
36923
37392
  "collection": "mode",
36924
37393
  "group": "component",
36925
- "scopes": ["fgColor"]
37394
+ "scopes": ["borderColor"]
36926
37395
  },
36927
37396
  "org.primer.overrides": {
36928
37397
  "dark": {
36929
- "$value": "{base.display.color.coral.8}",
37398
+ "$value": "{base.color.transparent}",
36930
37399
  "filePath": "src/tokens/component/label.json5",
36931
37400
  "isSource": true,
36932
37401
  "$type": "color"
36933
- }
36934
- }
36935
- },
36936
- "key": "{label.coral.fgColor.active}"
36937
- },
36938
- "name": "label-coral-fgColor-active",
36939
- "attributes": {},
36940
- "path": ["label", "coral", "fgColor", "active"]
36941
- },
36942
- "label-coral-fgColor-hover": {
36943
- "key": "{label.coral.fgColor.hover}",
36944
- "$value": "#9b2712",
36945
- "$type": "color",
36946
- "$extensions": {
36947
- "org.primer.figma": {
36948
- "collection": "mode",
36949
- "group": "component",
36950
- "scopes": ["fgColor"]
36951
- },
37402
+ },
37403
+ "dark-dimmed": {
37404
+ "$value": "{base.color.transparent}",
37405
+ "filePath": "src/tokens/component/label.json5",
37406
+ "isSource": true,
37407
+ "$type": "color"
37408
+ },
37409
+ "light-high-contrast": {
37410
+ "$value": "{label.coral.fgColor.rest}",
37411
+ "filePath": "src/tokens/component/label.json5",
37412
+ "isSource": true,
37413
+ "$type": "color"
37414
+ },
37415
+ "dark-high-contrast": {
37416
+ "$value": "{label.coral.fgColor.rest}",
37417
+ "filePath": "src/tokens/component/label.json5",
37418
+ "isSource": true,
37419
+ "$type": "color"
37420
+ },
37421
+ "dark-dimmed-high-contrast": {
37422
+ "$value": "{label.coral.fgColor.rest}",
37423
+ "filePath": "src/tokens/component/label.json5",
37424
+ "isSource": true,
37425
+ "$type": "color"
37426
+ },
37427
+ "dark-tritanopia-high-contrast": {
37428
+ "$value": "{label.coral.fgColor.rest}",
37429
+ "filePath": "src/tokens/component/label.json5",
37430
+ "isSource": true,
37431
+ "$type": "color"
37432
+ },
37433
+ "dark-protanopia-deuteranopia-high-contrast": {
37434
+ "$value": "{label.coral.fgColor.rest}",
37435
+ "filePath": "src/tokens/component/label.json5",
37436
+ "isSource": true,
37437
+ "$type": "color"
37438
+ },
37439
+ "light-tritanopia-high-contrast": {
37440
+ "$value": "{label.coral.fgColor.rest}",
37441
+ "filePath": "src/tokens/component/label.json5",
37442
+ "isSource": true,
37443
+ "$type": "color"
37444
+ },
37445
+ "light-protanopia-deuteranopia-high-contrast": {
37446
+ "$value": "{label.coral.fgColor.rest}",
37447
+ "filePath": "src/tokens/component/label.json5",
37448
+ "isSource": true,
37449
+ "$type": "color"
37450
+ }
37451
+ }
37452
+ },
37453
+ "key": "{label.coral.borderColor}"
37454
+ },
37455
+ "name": "label-coral-borderColor",
37456
+ "attributes": {},
37457
+ "path": ["label", "coral", "borderColor"]
37458
+ },
37459
+ "label-coral-fgColor-active": {
37460
+ "key": "{label.coral.fgColor.active}",
37461
+ "$value": "#7e2011",
37462
+ "$type": "color",
37463
+ "$extensions": {
37464
+ "org.primer.figma": {
37465
+ "collection": "mode",
37466
+ "group": "component",
37467
+ "scopes": ["fgColor"]
37468
+ },
37469
+ "org.primer.overrides": {
37470
+ "dark": {
37471
+ "$value": "#7e2011",
37472
+ "filePath": "src/tokens/component/label.json5",
37473
+ "isSource": true,
37474
+ "$type": "color"
37475
+ }
37476
+ }
37477
+ },
37478
+ "filePath": "src/tokens/component/label.json5",
37479
+ "isSource": true,
37480
+ "original": {
37481
+ "$value": "{base.display.color.coral.8}",
37482
+ "$type": "color",
37483
+ "$extensions": {
37484
+ "org.primer.figma": {
37485
+ "collection": "mode",
37486
+ "group": "component",
37487
+ "scopes": ["fgColor"]
37488
+ },
37489
+ "org.primer.overrides": {
37490
+ "dark": {
37491
+ "$value": "{base.display.color.coral.8}",
37492
+ "filePath": "src/tokens/component/label.json5",
37493
+ "isSource": true,
37494
+ "$type": "color"
37495
+ }
37496
+ }
37497
+ },
37498
+ "key": "{label.coral.fgColor.active}"
37499
+ },
37500
+ "name": "label-coral-fgColor-active",
37501
+ "attributes": {},
37502
+ "path": ["label", "coral", "fgColor", "active"]
37503
+ },
37504
+ "label-coral-fgColor-hover": {
37505
+ "key": "{label.coral.fgColor.hover}",
37506
+ "$value": "#9b2712",
37507
+ "$type": "color",
37508
+ "$extensions": {
37509
+ "org.primer.figma": {
37510
+ "collection": "mode",
37511
+ "group": "component",
37512
+ "scopes": ["fgColor"]
37513
+ },
36952
37514
  "org.primer.overrides": {
36953
37515
  "dark": {
36954
37516
  "$value": "#9b2712",
@@ -37164,6 +37726,147 @@
37164
37726
  "attributes": {},
37165
37727
  "path": ["label", "cyan", "bgColor", "rest"]
37166
37728
  },
37729
+ "label-cyan-borderColor": {
37730
+ "key": "{label.cyan.borderColor}",
37731
+ "$value": "#ffffff00",
37732
+ "$type": "color",
37733
+ "$extensions": {
37734
+ "org.primer.figma": {
37735
+ "collection": "mode",
37736
+ "group": "component",
37737
+ "scopes": ["borderColor"]
37738
+ },
37739
+ "org.primer.overrides": {
37740
+ "dark": {
37741
+ "$value": "#ffffff00",
37742
+ "filePath": "src/tokens/component/label.json5",
37743
+ "isSource": true,
37744
+ "$type": "color"
37745
+ },
37746
+ "dark-dimmed": {
37747
+ "$value": "#ffffff00",
37748
+ "filePath": "src/tokens/component/label.json5",
37749
+ "isSource": true,
37750
+ "$type": "color"
37751
+ },
37752
+ "light-high-contrast": {
37753
+ "$value": "#006a80",
37754
+ "filePath": "src/tokens/component/label.json5",
37755
+ "isSource": true,
37756
+ "$type": "color"
37757
+ },
37758
+ "dark-high-contrast": {
37759
+ "$value": "#006a80",
37760
+ "filePath": "src/tokens/component/label.json5",
37761
+ "isSource": true,
37762
+ "$type": "color"
37763
+ },
37764
+ "dark-dimmed-high-contrast": {
37765
+ "$value": "#006a80",
37766
+ "filePath": "src/tokens/component/label.json5",
37767
+ "isSource": true,
37768
+ "$type": "color"
37769
+ },
37770
+ "dark-tritanopia-high-contrast": {
37771
+ "$value": "#006a80",
37772
+ "filePath": "src/tokens/component/label.json5",
37773
+ "isSource": true,
37774
+ "$type": "color"
37775
+ },
37776
+ "dark-protanopia-deuteranopia-high-contrast": {
37777
+ "$value": "#006a80",
37778
+ "filePath": "src/tokens/component/label.json5",
37779
+ "isSource": true,
37780
+ "$type": "color"
37781
+ },
37782
+ "light-tritanopia-high-contrast": {
37783
+ "$value": "#006a80",
37784
+ "filePath": "src/tokens/component/label.json5",
37785
+ "isSource": true,
37786
+ "$type": "color"
37787
+ },
37788
+ "light-protanopia-deuteranopia-high-contrast": {
37789
+ "$value": "#006a80",
37790
+ "filePath": "src/tokens/component/label.json5",
37791
+ "isSource": true,
37792
+ "$type": "color"
37793
+ }
37794
+ }
37795
+ },
37796
+ "filePath": "src/tokens/component/label.json5",
37797
+ "isSource": true,
37798
+ "original": {
37799
+ "$value": "{base.color.transparent}",
37800
+ "$type": "color",
37801
+ "$extensions": {
37802
+ "org.primer.figma": {
37803
+ "collection": "mode",
37804
+ "group": "component",
37805
+ "scopes": ["borderColor"]
37806
+ },
37807
+ "org.primer.overrides": {
37808
+ "dark": {
37809
+ "$value": "{base.color.transparent}",
37810
+ "filePath": "src/tokens/component/label.json5",
37811
+ "isSource": true,
37812
+ "$type": "color"
37813
+ },
37814
+ "dark-dimmed": {
37815
+ "$value": "{base.color.transparent}",
37816
+ "filePath": "src/tokens/component/label.json5",
37817
+ "isSource": true,
37818
+ "$type": "color"
37819
+ },
37820
+ "light-high-contrast": {
37821
+ "$value": "{label.cyan.fgColor.rest}",
37822
+ "filePath": "src/tokens/component/label.json5",
37823
+ "isSource": true,
37824
+ "$type": "color"
37825
+ },
37826
+ "dark-high-contrast": {
37827
+ "$value": "{label.cyan.fgColor.rest}",
37828
+ "filePath": "src/tokens/component/label.json5",
37829
+ "isSource": true,
37830
+ "$type": "color"
37831
+ },
37832
+ "dark-dimmed-high-contrast": {
37833
+ "$value": "{label.cyan.fgColor.rest}",
37834
+ "filePath": "src/tokens/component/label.json5",
37835
+ "isSource": true,
37836
+ "$type": "color"
37837
+ },
37838
+ "dark-tritanopia-high-contrast": {
37839
+ "$value": "{label.cyan.fgColor.rest}",
37840
+ "filePath": "src/tokens/component/label.json5",
37841
+ "isSource": true,
37842
+ "$type": "color"
37843
+ },
37844
+ "dark-protanopia-deuteranopia-high-contrast": {
37845
+ "$value": "{label.cyan.fgColor.rest}",
37846
+ "filePath": "src/tokens/component/label.json5",
37847
+ "isSource": true,
37848
+ "$type": "color"
37849
+ },
37850
+ "light-tritanopia-high-contrast": {
37851
+ "$value": "{label.cyan.fgColor.rest}",
37852
+ "filePath": "src/tokens/component/label.json5",
37853
+ "isSource": true,
37854
+ "$type": "color"
37855
+ },
37856
+ "light-protanopia-deuteranopia-high-contrast": {
37857
+ "$value": "{label.cyan.fgColor.rest}",
37858
+ "filePath": "src/tokens/component/label.json5",
37859
+ "isSource": true,
37860
+ "$type": "color"
37861
+ }
37862
+ }
37863
+ },
37864
+ "key": "{label.cyan.borderColor}"
37865
+ },
37866
+ "name": "label-cyan-borderColor",
37867
+ "attributes": {},
37868
+ "path": ["label", "cyan", "borderColor"]
37869
+ },
37167
37870
  "label-cyan-fgColor-active": {
37168
37871
  "key": "{label.cyan.fgColor.active}",
37169
37872
  "$value": "#004857",
@@ -37434,40 +38137,181 @@
37434
38137
  "attributes": {},
37435
38138
  "path": ["label", "gray", "bgColor", "rest"]
37436
38139
  },
37437
- "label-gray-fgColor-active": {
37438
- "key": "{label.gray.fgColor.active}",
37439
- "$value": "#424448",
38140
+ "label-gray-borderColor": {
38141
+ "key": "{label.gray.borderColor}",
38142
+ "$value": "#ffffff00",
37440
38143
  "$type": "color",
37441
38144
  "$extensions": {
37442
38145
  "org.primer.figma": {
37443
38146
  "collection": "mode",
37444
38147
  "group": "component",
37445
- "scopes": ["fgColor"]
38148
+ "scopes": ["borderColor"]
37446
38149
  },
37447
38150
  "org.primer.overrides": {
37448
38151
  "dark": {
37449
- "$value": "#424448",
38152
+ "$value": "#ffffff00",
37450
38153
  "filePath": "src/tokens/component/label.json5",
37451
38154
  "isSource": true,
37452
38155
  "$type": "color"
37453
- }
37454
- }
37455
- },
37456
- "filePath": "src/tokens/component/label.json5",
37457
- "isSource": true,
37458
- "original": {
37459
- "$value": "{base.display.color.gray.8}",
37460
- "$type": "color",
37461
- "$extensions": {
37462
- "org.primer.figma": {
37463
- "collection": "mode",
37464
- "group": "component",
37465
- "scopes": ["fgColor"]
37466
38156
  },
37467
- "org.primer.overrides": {
37468
- "dark": {
37469
- "$value": "{base.display.color.gray.8}",
37470
- "filePath": "src/tokens/component/label.json5",
38157
+ "dark-dimmed": {
38158
+ "$value": "#ffffff00",
38159
+ "filePath": "src/tokens/component/label.json5",
38160
+ "isSource": true,
38161
+ "$type": "color"
38162
+ },
38163
+ "light-high-contrast": {
38164
+ "$value": "#5c6570",
38165
+ "filePath": "src/tokens/component/label.json5",
38166
+ "isSource": true,
38167
+ "$type": "color"
38168
+ },
38169
+ "dark-high-contrast": {
38170
+ "$value": "#5c6570",
38171
+ "filePath": "src/tokens/component/label.json5",
38172
+ "isSource": true,
38173
+ "$type": "color"
38174
+ },
38175
+ "dark-dimmed-high-contrast": {
38176
+ "$value": "#5c6570",
38177
+ "filePath": "src/tokens/component/label.json5",
38178
+ "isSource": true,
38179
+ "$type": "color"
38180
+ },
38181
+ "dark-tritanopia-high-contrast": {
38182
+ "$value": "#5c6570",
38183
+ "filePath": "src/tokens/component/label.json5",
38184
+ "isSource": true,
38185
+ "$type": "color"
38186
+ },
38187
+ "dark-protanopia-deuteranopia-high-contrast": {
38188
+ "$value": "#5c6570",
38189
+ "filePath": "src/tokens/component/label.json5",
38190
+ "isSource": true,
38191
+ "$type": "color"
38192
+ },
38193
+ "light-tritanopia-high-contrast": {
38194
+ "$value": "#5c6570",
38195
+ "filePath": "src/tokens/component/label.json5",
38196
+ "isSource": true,
38197
+ "$type": "color"
38198
+ },
38199
+ "light-protanopia-deuteranopia-high-contrast": {
38200
+ "$value": "#5c6570",
38201
+ "filePath": "src/tokens/component/label.json5",
38202
+ "isSource": true,
38203
+ "$type": "color"
38204
+ }
38205
+ }
38206
+ },
38207
+ "filePath": "src/tokens/component/label.json5",
38208
+ "isSource": true,
38209
+ "original": {
38210
+ "$value": "{base.color.transparent}",
38211
+ "$type": "color",
38212
+ "$extensions": {
38213
+ "org.primer.figma": {
38214
+ "collection": "mode",
38215
+ "group": "component",
38216
+ "scopes": ["borderColor"]
38217
+ },
38218
+ "org.primer.overrides": {
38219
+ "dark": {
38220
+ "$value": "{base.color.transparent}",
38221
+ "filePath": "src/tokens/component/label.json5",
38222
+ "isSource": true,
38223
+ "$type": "color"
38224
+ },
38225
+ "dark-dimmed": {
38226
+ "$value": "{base.color.transparent}",
38227
+ "filePath": "src/tokens/component/label.json5",
38228
+ "isSource": true,
38229
+ "$type": "color"
38230
+ },
38231
+ "light-high-contrast": {
38232
+ "$value": "{label.gray.fgColor.rest}",
38233
+ "filePath": "src/tokens/component/label.json5",
38234
+ "isSource": true,
38235
+ "$type": "color"
38236
+ },
38237
+ "dark-high-contrast": {
38238
+ "$value": "{label.gray.fgColor.rest}",
38239
+ "filePath": "src/tokens/component/label.json5",
38240
+ "isSource": true,
38241
+ "$type": "color"
38242
+ },
38243
+ "dark-dimmed-high-contrast": {
38244
+ "$value": "{label.gray.fgColor.rest}",
38245
+ "filePath": "src/tokens/component/label.json5",
38246
+ "isSource": true,
38247
+ "$type": "color"
38248
+ },
38249
+ "dark-tritanopia-high-contrast": {
38250
+ "$value": "{label.gray.fgColor.rest}",
38251
+ "filePath": "src/tokens/component/label.json5",
38252
+ "isSource": true,
38253
+ "$type": "color"
38254
+ },
38255
+ "dark-protanopia-deuteranopia-high-contrast": {
38256
+ "$value": "{label.gray.fgColor.rest}",
38257
+ "filePath": "src/tokens/component/label.json5",
38258
+ "isSource": true,
38259
+ "$type": "color"
38260
+ },
38261
+ "light-tritanopia-high-contrast": {
38262
+ "$value": "{label.gray.fgColor.rest}",
38263
+ "filePath": "src/tokens/component/label.json5",
38264
+ "isSource": true,
38265
+ "$type": "color"
38266
+ },
38267
+ "light-protanopia-deuteranopia-high-contrast": {
38268
+ "$value": "{label.gray.fgColor.rest}",
38269
+ "filePath": "src/tokens/component/label.json5",
38270
+ "isSource": true,
38271
+ "$type": "color"
38272
+ }
38273
+ }
38274
+ },
38275
+ "key": "{label.gray.borderColor}"
38276
+ },
38277
+ "name": "label-gray-borderColor",
38278
+ "attributes": {},
38279
+ "path": ["label", "gray", "borderColor"]
38280
+ },
38281
+ "label-gray-fgColor-active": {
38282
+ "key": "{label.gray.fgColor.active}",
38283
+ "$value": "#424448",
38284
+ "$type": "color",
38285
+ "$extensions": {
38286
+ "org.primer.figma": {
38287
+ "collection": "mode",
38288
+ "group": "component",
38289
+ "scopes": ["fgColor"]
38290
+ },
38291
+ "org.primer.overrides": {
38292
+ "dark": {
38293
+ "$value": "#424448",
38294
+ "filePath": "src/tokens/component/label.json5",
38295
+ "isSource": true,
38296
+ "$type": "color"
38297
+ }
38298
+ }
38299
+ },
38300
+ "filePath": "src/tokens/component/label.json5",
38301
+ "isSource": true,
38302
+ "original": {
38303
+ "$value": "{base.display.color.gray.8}",
38304
+ "$type": "color",
38305
+ "$extensions": {
38306
+ "org.primer.figma": {
38307
+ "collection": "mode",
38308
+ "group": "component",
38309
+ "scopes": ["fgColor"]
38310
+ },
38311
+ "org.primer.overrides": {
38312
+ "dark": {
38313
+ "$value": "{base.display.color.gray.8}",
38314
+ "filePath": "src/tokens/component/label.json5",
37471
38315
  "isSource": true,
37472
38316
  "$type": "color"
37473
38317
  }
@@ -37698,11 +38542,152 @@
37698
38542
  }
37699
38543
  }
37700
38544
  },
37701
- "key": "{label.green.bgColor.rest}"
38545
+ "key": "{label.green.bgColor.rest}"
38546
+ },
38547
+ "name": "label-green-bgColor-rest",
38548
+ "attributes": {},
38549
+ "path": ["label", "green", "bgColor", "rest"]
38550
+ },
38551
+ "label-green-borderColor": {
38552
+ "key": "{label.green.borderColor}",
38553
+ "$value": "#ffffff00",
38554
+ "$type": "color",
38555
+ "$extensions": {
38556
+ "org.primer.figma": {
38557
+ "collection": "mode",
38558
+ "group": "component",
38559
+ "scopes": ["borderColor"]
38560
+ },
38561
+ "org.primer.overrides": {
38562
+ "dark": {
38563
+ "$value": "#ffffff00",
38564
+ "filePath": "src/tokens/component/label.json5",
38565
+ "isSource": true,
38566
+ "$type": "color"
38567
+ },
38568
+ "dark-dimmed": {
38569
+ "$value": "#ffffff00",
38570
+ "filePath": "src/tokens/component/label.json5",
38571
+ "isSource": true,
38572
+ "$type": "color"
38573
+ },
38574
+ "light-high-contrast": {
38575
+ "$value": "#2b6e3f",
38576
+ "filePath": "src/tokens/component/label.json5",
38577
+ "isSource": true,
38578
+ "$type": "color"
38579
+ },
38580
+ "dark-high-contrast": {
38581
+ "$value": "#2b6e3f",
38582
+ "filePath": "src/tokens/component/label.json5",
38583
+ "isSource": true,
38584
+ "$type": "color"
38585
+ },
38586
+ "dark-dimmed-high-contrast": {
38587
+ "$value": "#2b6e3f",
38588
+ "filePath": "src/tokens/component/label.json5",
38589
+ "isSource": true,
38590
+ "$type": "color"
38591
+ },
38592
+ "dark-tritanopia-high-contrast": {
38593
+ "$value": "#2b6e3f",
38594
+ "filePath": "src/tokens/component/label.json5",
38595
+ "isSource": true,
38596
+ "$type": "color"
38597
+ },
38598
+ "dark-protanopia-deuteranopia-high-contrast": {
38599
+ "$value": "#2b6e3f",
38600
+ "filePath": "src/tokens/component/label.json5",
38601
+ "isSource": true,
38602
+ "$type": "color"
38603
+ },
38604
+ "light-tritanopia-high-contrast": {
38605
+ "$value": "#2b6e3f",
38606
+ "filePath": "src/tokens/component/label.json5",
38607
+ "isSource": true,
38608
+ "$type": "color"
38609
+ },
38610
+ "light-protanopia-deuteranopia-high-contrast": {
38611
+ "$value": "#2b6e3f",
38612
+ "filePath": "src/tokens/component/label.json5",
38613
+ "isSource": true,
38614
+ "$type": "color"
38615
+ }
38616
+ }
38617
+ },
38618
+ "filePath": "src/tokens/component/label.json5",
38619
+ "isSource": true,
38620
+ "original": {
38621
+ "$value": "{base.color.transparent}",
38622
+ "$type": "color",
38623
+ "$extensions": {
38624
+ "org.primer.figma": {
38625
+ "collection": "mode",
38626
+ "group": "component",
38627
+ "scopes": ["borderColor"]
38628
+ },
38629
+ "org.primer.overrides": {
38630
+ "dark": {
38631
+ "$value": "{base.color.transparent}",
38632
+ "filePath": "src/tokens/component/label.json5",
38633
+ "isSource": true,
38634
+ "$type": "color"
38635
+ },
38636
+ "dark-dimmed": {
38637
+ "$value": "{base.color.transparent}",
38638
+ "filePath": "src/tokens/component/label.json5",
38639
+ "isSource": true,
38640
+ "$type": "color"
38641
+ },
38642
+ "light-high-contrast": {
38643
+ "$value": "{label.green.fgColor.rest}",
38644
+ "filePath": "src/tokens/component/label.json5",
38645
+ "isSource": true,
38646
+ "$type": "color"
38647
+ },
38648
+ "dark-high-contrast": {
38649
+ "$value": "{label.green.fgColor.rest}",
38650
+ "filePath": "src/tokens/component/label.json5",
38651
+ "isSource": true,
38652
+ "$type": "color"
38653
+ },
38654
+ "dark-dimmed-high-contrast": {
38655
+ "$value": "{label.green.fgColor.rest}",
38656
+ "filePath": "src/tokens/component/label.json5",
38657
+ "isSource": true,
38658
+ "$type": "color"
38659
+ },
38660
+ "dark-tritanopia-high-contrast": {
38661
+ "$value": "{label.green.fgColor.rest}",
38662
+ "filePath": "src/tokens/component/label.json5",
38663
+ "isSource": true,
38664
+ "$type": "color"
38665
+ },
38666
+ "dark-protanopia-deuteranopia-high-contrast": {
38667
+ "$value": "{label.green.fgColor.rest}",
38668
+ "filePath": "src/tokens/component/label.json5",
38669
+ "isSource": true,
38670
+ "$type": "color"
38671
+ },
38672
+ "light-tritanopia-high-contrast": {
38673
+ "$value": "{label.green.fgColor.rest}",
38674
+ "filePath": "src/tokens/component/label.json5",
38675
+ "isSource": true,
38676
+ "$type": "color"
38677
+ },
38678
+ "light-protanopia-deuteranopia-high-contrast": {
38679
+ "$value": "{label.green.fgColor.rest}",
38680
+ "filePath": "src/tokens/component/label.json5",
38681
+ "isSource": true,
38682
+ "$type": "color"
38683
+ }
38684
+ }
38685
+ },
38686
+ "key": "{label.green.borderColor}"
37702
38687
  },
37703
- "name": "label-green-bgColor-rest",
38688
+ "name": "label-green-borderColor",
37704
38689
  "attributes": {},
37705
- "path": ["label", "green", "bgColor", "rest"]
38690
+ "path": ["label", "green", "borderColor"]
37706
38691
  },
37707
38692
  "label-green-fgColor-active": {
37708
38693
  "key": "{label.green.fgColor.active}",
@@ -37974,6 +38959,147 @@
37974
38959
  "attributes": {},
37975
38960
  "path": ["label", "indigo", "bgColor", "rest"]
37976
38961
  },
38962
+ "label-indigo-borderColor": {
38963
+ "key": "{label.indigo.borderColor}",
38964
+ "$value": "#ffffff00",
38965
+ "$type": "color",
38966
+ "$extensions": {
38967
+ "org.primer.figma": {
38968
+ "collection": "mode",
38969
+ "group": "component",
38970
+ "scopes": ["borderColor"]
38971
+ },
38972
+ "org.primer.overrides": {
38973
+ "dark": {
38974
+ "$value": "#ffffff00",
38975
+ "filePath": "src/tokens/component/label.json5",
38976
+ "isSource": true,
38977
+ "$type": "color"
38978
+ },
38979
+ "dark-dimmed": {
38980
+ "$value": "#ffffff00",
38981
+ "filePath": "src/tokens/component/label.json5",
38982
+ "isSource": true,
38983
+ "$type": "color"
38984
+ },
38985
+ "light-high-contrast": {
38986
+ "$value": "#494edf",
38987
+ "filePath": "src/tokens/component/label.json5",
38988
+ "isSource": true,
38989
+ "$type": "color"
38990
+ },
38991
+ "dark-high-contrast": {
38992
+ "$value": "#494edf",
38993
+ "filePath": "src/tokens/component/label.json5",
38994
+ "isSource": true,
38995
+ "$type": "color"
38996
+ },
38997
+ "dark-dimmed-high-contrast": {
38998
+ "$value": "#494edf",
38999
+ "filePath": "src/tokens/component/label.json5",
39000
+ "isSource": true,
39001
+ "$type": "color"
39002
+ },
39003
+ "dark-tritanopia-high-contrast": {
39004
+ "$value": "#494edf",
39005
+ "filePath": "src/tokens/component/label.json5",
39006
+ "isSource": true,
39007
+ "$type": "color"
39008
+ },
39009
+ "dark-protanopia-deuteranopia-high-contrast": {
39010
+ "$value": "#494edf",
39011
+ "filePath": "src/tokens/component/label.json5",
39012
+ "isSource": true,
39013
+ "$type": "color"
39014
+ },
39015
+ "light-tritanopia-high-contrast": {
39016
+ "$value": "#494edf",
39017
+ "filePath": "src/tokens/component/label.json5",
39018
+ "isSource": true,
39019
+ "$type": "color"
39020
+ },
39021
+ "light-protanopia-deuteranopia-high-contrast": {
39022
+ "$value": "#494edf",
39023
+ "filePath": "src/tokens/component/label.json5",
39024
+ "isSource": true,
39025
+ "$type": "color"
39026
+ }
39027
+ }
39028
+ },
39029
+ "filePath": "src/tokens/component/label.json5",
39030
+ "isSource": true,
39031
+ "original": {
39032
+ "$value": "{base.color.transparent}",
39033
+ "$type": "color",
39034
+ "$extensions": {
39035
+ "org.primer.figma": {
39036
+ "collection": "mode",
39037
+ "group": "component",
39038
+ "scopes": ["borderColor"]
39039
+ },
39040
+ "org.primer.overrides": {
39041
+ "dark": {
39042
+ "$value": "{base.color.transparent}",
39043
+ "filePath": "src/tokens/component/label.json5",
39044
+ "isSource": true,
39045
+ "$type": "color"
39046
+ },
39047
+ "dark-dimmed": {
39048
+ "$value": "{base.color.transparent}",
39049
+ "filePath": "src/tokens/component/label.json5",
39050
+ "isSource": true,
39051
+ "$type": "color"
39052
+ },
39053
+ "light-high-contrast": {
39054
+ "$value": "{label.indigo.fgColor.rest}",
39055
+ "filePath": "src/tokens/component/label.json5",
39056
+ "isSource": true,
39057
+ "$type": "color"
39058
+ },
39059
+ "dark-high-contrast": {
39060
+ "$value": "{label.indigo.fgColor.rest}",
39061
+ "filePath": "src/tokens/component/label.json5",
39062
+ "isSource": true,
39063
+ "$type": "color"
39064
+ },
39065
+ "dark-dimmed-high-contrast": {
39066
+ "$value": "{label.indigo.fgColor.rest}",
39067
+ "filePath": "src/tokens/component/label.json5",
39068
+ "isSource": true,
39069
+ "$type": "color"
39070
+ },
39071
+ "dark-tritanopia-high-contrast": {
39072
+ "$value": "{label.indigo.fgColor.rest}",
39073
+ "filePath": "src/tokens/component/label.json5",
39074
+ "isSource": true,
39075
+ "$type": "color"
39076
+ },
39077
+ "dark-protanopia-deuteranopia-high-contrast": {
39078
+ "$value": "{label.indigo.fgColor.rest}",
39079
+ "filePath": "src/tokens/component/label.json5",
39080
+ "isSource": true,
39081
+ "$type": "color"
39082
+ },
39083
+ "light-tritanopia-high-contrast": {
39084
+ "$value": "{label.indigo.fgColor.rest}",
39085
+ "filePath": "src/tokens/component/label.json5",
39086
+ "isSource": true,
39087
+ "$type": "color"
39088
+ },
39089
+ "light-protanopia-deuteranopia-high-contrast": {
39090
+ "$value": "{label.indigo.fgColor.rest}",
39091
+ "filePath": "src/tokens/component/label.json5",
39092
+ "isSource": true,
39093
+ "$type": "color"
39094
+ }
39095
+ }
39096
+ },
39097
+ "key": "{label.indigo.borderColor}"
39098
+ },
39099
+ "name": "label-indigo-borderColor",
39100
+ "attributes": {},
39101
+ "path": ["label", "indigo", "borderColor"]
39102
+ },
37977
39103
  "label-indigo-fgColor-active": {
37978
39104
  "key": "{label.indigo.fgColor.active}",
37979
39105
  "$value": "#2d2db4",
@@ -38184,34 +39310,127 @@
38184
39310
  "group": "component",
38185
39311
  "scopes": ["bgColor"]
38186
39312
  },
38187
- "org.primer.overrides": {
38188
- "dark": {
38189
- "$value": "{base.display.color.lemon.1}",
38190
- "filePath": "src/tokens/component/label.json5",
38191
- "isSource": true,
38192
- "$type": "color"
38193
- }
38194
- }
38195
- },
38196
- "key": "{label.lemon.bgColor.hover}"
38197
- },
38198
- "name": "label-lemon-bgColor-hover",
38199
- "attributes": {},
38200
- "path": ["label", "lemon", "bgColor", "hover"]
38201
- },
38202
- "label-lemon-bgColor-rest": {
38203
- "key": "{label.lemon.bgColor.rest}",
38204
- "$value": "#f7eea1",
38205
- "$type": "color",
38206
- "$extensions": {
38207
- "org.primer.figma": {
38208
- "collection": "mode",
38209
- "group": "component",
38210
- "scopes": ["bgColor"]
38211
- },
38212
- "org.primer.overrides": {
38213
- "dark": {
38214
- "$value": "#f7eea1",
39313
+ "org.primer.overrides": {
39314
+ "dark": {
39315
+ "$value": "{base.display.color.lemon.1}",
39316
+ "filePath": "src/tokens/component/label.json5",
39317
+ "isSource": true,
39318
+ "$type": "color"
39319
+ }
39320
+ }
39321
+ },
39322
+ "key": "{label.lemon.bgColor.hover}"
39323
+ },
39324
+ "name": "label-lemon-bgColor-hover",
39325
+ "attributes": {},
39326
+ "path": ["label", "lemon", "bgColor", "hover"]
39327
+ },
39328
+ "label-lemon-bgColor-rest": {
39329
+ "key": "{label.lemon.bgColor.rest}",
39330
+ "$value": "#f7eea1",
39331
+ "$type": "color",
39332
+ "$extensions": {
39333
+ "org.primer.figma": {
39334
+ "collection": "mode",
39335
+ "group": "component",
39336
+ "scopes": ["bgColor"]
39337
+ },
39338
+ "org.primer.overrides": {
39339
+ "dark": {
39340
+ "$value": "#f7eea1",
39341
+ "filePath": "src/tokens/component/label.json5",
39342
+ "isSource": true,
39343
+ "$type": "color"
39344
+ }
39345
+ }
39346
+ },
39347
+ "filePath": "src/tokens/component/label.json5",
39348
+ "isSource": true,
39349
+ "original": {
39350
+ "$value": "{base.display.color.lemon.0}",
39351
+ "$type": "color",
39352
+ "$extensions": {
39353
+ "org.primer.figma": {
39354
+ "collection": "mode",
39355
+ "group": "component",
39356
+ "scopes": ["bgColor"]
39357
+ },
39358
+ "org.primer.overrides": {
39359
+ "dark": {
39360
+ "$value": "{base.display.color.lemon.0}",
39361
+ "filePath": "src/tokens/component/label.json5",
39362
+ "isSource": true,
39363
+ "$type": "color"
39364
+ }
39365
+ }
39366
+ },
39367
+ "key": "{label.lemon.bgColor.rest}"
39368
+ },
39369
+ "name": "label-lemon-bgColor-rest",
39370
+ "attributes": {},
39371
+ "path": ["label", "lemon", "bgColor", "rest"]
39372
+ },
39373
+ "label-lemon-borderColor": {
39374
+ "key": "{label.lemon.borderColor}",
39375
+ "$value": "#ffffff00",
39376
+ "$type": "color",
39377
+ "$extensions": {
39378
+ "org.primer.figma": {
39379
+ "collection": "mode",
39380
+ "group": "component",
39381
+ "scopes": ["borderColor"]
39382
+ },
39383
+ "org.primer.overrides": {
39384
+ "dark": {
39385
+ "$value": "#ffffff00",
39386
+ "filePath": "src/tokens/component/label.json5",
39387
+ "isSource": true,
39388
+ "$type": "color"
39389
+ },
39390
+ "dark-dimmed": {
39391
+ "$value": "#ffffff00",
39392
+ "filePath": "src/tokens/component/label.json5",
39393
+ "isSource": true,
39394
+ "$type": "color"
39395
+ },
39396
+ "light-high-contrast": {
39397
+ "$value": "#786002",
39398
+ "filePath": "src/tokens/component/label.json5",
39399
+ "isSource": true,
39400
+ "$type": "color"
39401
+ },
39402
+ "dark-high-contrast": {
39403
+ "$value": "#786002",
39404
+ "filePath": "src/tokens/component/label.json5",
39405
+ "isSource": true,
39406
+ "$type": "color"
39407
+ },
39408
+ "dark-dimmed-high-contrast": {
39409
+ "$value": "#786002",
39410
+ "filePath": "src/tokens/component/label.json5",
39411
+ "isSource": true,
39412
+ "$type": "color"
39413
+ },
39414
+ "dark-tritanopia-high-contrast": {
39415
+ "$value": "#786002",
39416
+ "filePath": "src/tokens/component/label.json5",
39417
+ "isSource": true,
39418
+ "$type": "color"
39419
+ },
39420
+ "dark-protanopia-deuteranopia-high-contrast": {
39421
+ "$value": "#786002",
39422
+ "filePath": "src/tokens/component/label.json5",
39423
+ "isSource": true,
39424
+ "$type": "color"
39425
+ },
39426
+ "light-tritanopia-high-contrast": {
39427
+ "$value": "#786002",
39428
+ "filePath": "src/tokens/component/label.json5",
39429
+ "isSource": true,
39430
+ "$type": "color"
39431
+ },
39432
+ "light-protanopia-deuteranopia-high-contrast": {
39433
+ "$value": "#786002",
38215
39434
  "filePath": "src/tokens/component/label.json5",
38216
39435
  "isSource": true,
38217
39436
  "$type": "color"
@@ -38221,28 +39440,76 @@
38221
39440
  "filePath": "src/tokens/component/label.json5",
38222
39441
  "isSource": true,
38223
39442
  "original": {
38224
- "$value": "{base.display.color.lemon.0}",
39443
+ "$value": "{base.color.transparent}",
38225
39444
  "$type": "color",
38226
39445
  "$extensions": {
38227
39446
  "org.primer.figma": {
38228
39447
  "collection": "mode",
38229
39448
  "group": "component",
38230
- "scopes": ["bgColor"]
39449
+ "scopes": ["borderColor"]
38231
39450
  },
38232
39451
  "org.primer.overrides": {
38233
39452
  "dark": {
38234
- "$value": "{base.display.color.lemon.0}",
39453
+ "$value": "{base.color.transparent}",
39454
+ "filePath": "src/tokens/component/label.json5",
39455
+ "isSource": true,
39456
+ "$type": "color"
39457
+ },
39458
+ "dark-dimmed": {
39459
+ "$value": "{base.color.transparent}",
39460
+ "filePath": "src/tokens/component/label.json5",
39461
+ "isSource": true,
39462
+ "$type": "color"
39463
+ },
39464
+ "light-high-contrast": {
39465
+ "$value": "{label.lemon.fgColor.rest}",
39466
+ "filePath": "src/tokens/component/label.json5",
39467
+ "isSource": true,
39468
+ "$type": "color"
39469
+ },
39470
+ "dark-high-contrast": {
39471
+ "$value": "{label.lemon.fgColor.rest}",
39472
+ "filePath": "src/tokens/component/label.json5",
39473
+ "isSource": true,
39474
+ "$type": "color"
39475
+ },
39476
+ "dark-dimmed-high-contrast": {
39477
+ "$value": "{label.lemon.fgColor.rest}",
39478
+ "filePath": "src/tokens/component/label.json5",
39479
+ "isSource": true,
39480
+ "$type": "color"
39481
+ },
39482
+ "dark-tritanopia-high-contrast": {
39483
+ "$value": "{label.lemon.fgColor.rest}",
39484
+ "filePath": "src/tokens/component/label.json5",
39485
+ "isSource": true,
39486
+ "$type": "color"
39487
+ },
39488
+ "dark-protanopia-deuteranopia-high-contrast": {
39489
+ "$value": "{label.lemon.fgColor.rest}",
39490
+ "filePath": "src/tokens/component/label.json5",
39491
+ "isSource": true,
39492
+ "$type": "color"
39493
+ },
39494
+ "light-tritanopia-high-contrast": {
39495
+ "$value": "{label.lemon.fgColor.rest}",
39496
+ "filePath": "src/tokens/component/label.json5",
39497
+ "isSource": true,
39498
+ "$type": "color"
39499
+ },
39500
+ "light-protanopia-deuteranopia-high-contrast": {
39501
+ "$value": "{label.lemon.fgColor.rest}",
38235
39502
  "filePath": "src/tokens/component/label.json5",
38236
39503
  "isSource": true,
38237
39504
  "$type": "color"
38238
39505
  }
38239
39506
  }
38240
39507
  },
38241
- "key": "{label.lemon.bgColor.rest}"
39508
+ "key": "{label.lemon.borderColor}"
38242
39509
  },
38243
- "name": "label-lemon-bgColor-rest",
39510
+ "name": "label-lemon-borderColor",
38244
39511
  "attributes": {},
38245
- "path": ["label", "lemon", "bgColor", "rest"]
39512
+ "path": ["label", "lemon", "borderColor"]
38246
39513
  },
38247
39514
  "label-lemon-fgColor-active": {
38248
39515
  "key": "{label.lemon.fgColor.active}",
@@ -38514,6 +39781,147 @@
38514
39781
  "attributes": {},
38515
39782
  "path": ["label", "lime", "bgColor", "rest"]
38516
39783
  },
39784
+ "label-lime-borderColor": {
39785
+ "key": "{label.lime.borderColor}",
39786
+ "$value": "#ffffff00",
39787
+ "$type": "color",
39788
+ "$extensions": {
39789
+ "org.primer.figma": {
39790
+ "collection": "mode",
39791
+ "group": "component",
39792
+ "scopes": ["borderColor"]
39793
+ },
39794
+ "org.primer.overrides": {
39795
+ "dark": {
39796
+ "$value": "#ffffff00",
39797
+ "filePath": "src/tokens/component/label.json5",
39798
+ "isSource": true,
39799
+ "$type": "color"
39800
+ },
39801
+ "dark-dimmed": {
39802
+ "$value": "#ffffff00",
39803
+ "filePath": "src/tokens/component/label.json5",
39804
+ "isSource": true,
39805
+ "$type": "color"
39806
+ },
39807
+ "light-high-contrast": {
39808
+ "$value": "#476c28",
39809
+ "filePath": "src/tokens/component/label.json5",
39810
+ "isSource": true,
39811
+ "$type": "color"
39812
+ },
39813
+ "dark-high-contrast": {
39814
+ "$value": "#476c28",
39815
+ "filePath": "src/tokens/component/label.json5",
39816
+ "isSource": true,
39817
+ "$type": "color"
39818
+ },
39819
+ "dark-dimmed-high-contrast": {
39820
+ "$value": "#476c28",
39821
+ "filePath": "src/tokens/component/label.json5",
39822
+ "isSource": true,
39823
+ "$type": "color"
39824
+ },
39825
+ "dark-tritanopia-high-contrast": {
39826
+ "$value": "#476c28",
39827
+ "filePath": "src/tokens/component/label.json5",
39828
+ "isSource": true,
39829
+ "$type": "color"
39830
+ },
39831
+ "dark-protanopia-deuteranopia-high-contrast": {
39832
+ "$value": "#476c28",
39833
+ "filePath": "src/tokens/component/label.json5",
39834
+ "isSource": true,
39835
+ "$type": "color"
39836
+ },
39837
+ "light-tritanopia-high-contrast": {
39838
+ "$value": "#476c28",
39839
+ "filePath": "src/tokens/component/label.json5",
39840
+ "isSource": true,
39841
+ "$type": "color"
39842
+ },
39843
+ "light-protanopia-deuteranopia-high-contrast": {
39844
+ "$value": "#476c28",
39845
+ "filePath": "src/tokens/component/label.json5",
39846
+ "isSource": true,
39847
+ "$type": "color"
39848
+ }
39849
+ }
39850
+ },
39851
+ "filePath": "src/tokens/component/label.json5",
39852
+ "isSource": true,
39853
+ "original": {
39854
+ "$value": "{base.color.transparent}",
39855
+ "$type": "color",
39856
+ "$extensions": {
39857
+ "org.primer.figma": {
39858
+ "collection": "mode",
39859
+ "group": "component",
39860
+ "scopes": ["borderColor"]
39861
+ },
39862
+ "org.primer.overrides": {
39863
+ "dark": {
39864
+ "$value": "{base.color.transparent}",
39865
+ "filePath": "src/tokens/component/label.json5",
39866
+ "isSource": true,
39867
+ "$type": "color"
39868
+ },
39869
+ "dark-dimmed": {
39870
+ "$value": "{base.color.transparent}",
39871
+ "filePath": "src/tokens/component/label.json5",
39872
+ "isSource": true,
39873
+ "$type": "color"
39874
+ },
39875
+ "light-high-contrast": {
39876
+ "$value": "{label.lime.fgColor.rest}",
39877
+ "filePath": "src/tokens/component/label.json5",
39878
+ "isSource": true,
39879
+ "$type": "color"
39880
+ },
39881
+ "dark-high-contrast": {
39882
+ "$value": "{label.lime.fgColor.rest}",
39883
+ "filePath": "src/tokens/component/label.json5",
39884
+ "isSource": true,
39885
+ "$type": "color"
39886
+ },
39887
+ "dark-dimmed-high-contrast": {
39888
+ "$value": "{label.lime.fgColor.rest}",
39889
+ "filePath": "src/tokens/component/label.json5",
39890
+ "isSource": true,
39891
+ "$type": "color"
39892
+ },
39893
+ "dark-tritanopia-high-contrast": {
39894
+ "$value": "{label.lime.fgColor.rest}",
39895
+ "filePath": "src/tokens/component/label.json5",
39896
+ "isSource": true,
39897
+ "$type": "color"
39898
+ },
39899
+ "dark-protanopia-deuteranopia-high-contrast": {
39900
+ "$value": "{label.lime.fgColor.rest}",
39901
+ "filePath": "src/tokens/component/label.json5",
39902
+ "isSource": true,
39903
+ "$type": "color"
39904
+ },
39905
+ "light-tritanopia-high-contrast": {
39906
+ "$value": "{label.lime.fgColor.rest}",
39907
+ "filePath": "src/tokens/component/label.json5",
39908
+ "isSource": true,
39909
+ "$type": "color"
39910
+ },
39911
+ "light-protanopia-deuteranopia-high-contrast": {
39912
+ "$value": "{label.lime.fgColor.rest}",
39913
+ "filePath": "src/tokens/component/label.json5",
39914
+ "isSource": true,
39915
+ "$type": "color"
39916
+ }
39917
+ }
39918
+ },
39919
+ "key": "{label.lime.borderColor}"
39920
+ },
39921
+ "name": "label-lime-borderColor",
39922
+ "attributes": {},
39923
+ "path": ["label", "lime", "borderColor"]
39924
+ },
38517
39925
  "label-lime-fgColor-active": {
38518
39926
  "key": "{label.lime.fgColor.active}",
38519
39927
  "$value": "#2f4a21",
@@ -38692,11 +40100,56 @@
38692
40100
  },
38693
40101
  "name": "label-olive-bgColor-active",
38694
40102
  "attributes": {},
38695
- "path": ["label", "olive", "bgColor", "active"]
40103
+ "path": ["label", "olive", "bgColor", "active"]
40104
+ },
40105
+ "label-olive-bgColor-hover": {
40106
+ "key": "{label.olive.bgColor.hover}",
40107
+ "$value": "#dbe170",
40108
+ "$type": "color",
40109
+ "$extensions": {
40110
+ "org.primer.figma": {
40111
+ "collection": "mode",
40112
+ "group": "component",
40113
+ "scopes": ["bgColor"]
40114
+ },
40115
+ "org.primer.overrides": {
40116
+ "dark": {
40117
+ "$value": "#dbe170",
40118
+ "filePath": "src/tokens/component/label.json5",
40119
+ "isSource": true,
40120
+ "$type": "color"
40121
+ }
40122
+ }
40123
+ },
40124
+ "filePath": "src/tokens/component/label.json5",
40125
+ "isSource": true,
40126
+ "original": {
40127
+ "$value": "{base.display.color.olive.1}",
40128
+ "$type": "color",
40129
+ "$extensions": {
40130
+ "org.primer.figma": {
40131
+ "collection": "mode",
40132
+ "group": "component",
40133
+ "scopes": ["bgColor"]
40134
+ },
40135
+ "org.primer.overrides": {
40136
+ "dark": {
40137
+ "$value": "{base.display.color.olive.1}",
40138
+ "filePath": "src/tokens/component/label.json5",
40139
+ "isSource": true,
40140
+ "$type": "color"
40141
+ }
40142
+ }
40143
+ },
40144
+ "key": "{label.olive.bgColor.hover}"
40145
+ },
40146
+ "name": "label-olive-bgColor-hover",
40147
+ "attributes": {},
40148
+ "path": ["label", "olive", "bgColor", "hover"]
38696
40149
  },
38697
- "label-olive-bgColor-hover": {
38698
- "key": "{label.olive.bgColor.hover}",
38699
- "$value": "#dbe170",
40150
+ "label-olive-bgColor-rest": {
40151
+ "key": "{label.olive.bgColor.rest}",
40152
+ "$value": "#f0f0ad",
38700
40153
  "$type": "color",
38701
40154
  "$extensions": {
38702
40155
  "org.primer.figma": {
@@ -38706,7 +40159,7 @@
38706
40159
  },
38707
40160
  "org.primer.overrides": {
38708
40161
  "dark": {
38709
- "$value": "#dbe170",
40162
+ "$value": "#f0f0ad",
38710
40163
  "filePath": "src/tokens/component/label.json5",
38711
40164
  "isSource": true,
38712
40165
  "$type": "color"
@@ -38716,7 +40169,7 @@
38716
40169
  "filePath": "src/tokens/component/label.json5",
38717
40170
  "isSource": true,
38718
40171
  "original": {
38719
- "$value": "{base.display.color.olive.1}",
40172
+ "$value": "{base.display.color.olive.0}",
38720
40173
  "$type": "color",
38721
40174
  "$extensions": {
38722
40175
  "org.primer.figma": {
@@ -38726,32 +40179,80 @@
38726
40179
  },
38727
40180
  "org.primer.overrides": {
38728
40181
  "dark": {
38729
- "$value": "{base.display.color.olive.1}",
40182
+ "$value": "{base.display.color.olive.0}",
38730
40183
  "filePath": "src/tokens/component/label.json5",
38731
40184
  "isSource": true,
38732
40185
  "$type": "color"
38733
40186
  }
38734
40187
  }
38735
40188
  },
38736
- "key": "{label.olive.bgColor.hover}"
40189
+ "key": "{label.olive.bgColor.rest}"
38737
40190
  },
38738
- "name": "label-olive-bgColor-hover",
40191
+ "name": "label-olive-bgColor-rest",
38739
40192
  "attributes": {},
38740
- "path": ["label", "olive", "bgColor", "hover"]
40193
+ "path": ["label", "olive", "bgColor", "rest"]
38741
40194
  },
38742
- "label-olive-bgColor-rest": {
38743
- "key": "{label.olive.bgColor.rest}",
38744
- "$value": "#f0f0ad",
40195
+ "label-olive-borderColor": {
40196
+ "key": "{label.olive.borderColor}",
40197
+ "$value": "#ffffff00",
38745
40198
  "$type": "color",
38746
40199
  "$extensions": {
38747
40200
  "org.primer.figma": {
38748
40201
  "collection": "mode",
38749
40202
  "group": "component",
38750
- "scopes": ["bgColor"]
40203
+ "scopes": ["borderColor"]
38751
40204
  },
38752
40205
  "org.primer.overrides": {
38753
40206
  "dark": {
38754
- "$value": "#f0f0ad",
40207
+ "$value": "#ffffff00",
40208
+ "filePath": "src/tokens/component/label.json5",
40209
+ "isSource": true,
40210
+ "$type": "color"
40211
+ },
40212
+ "dark-dimmed": {
40213
+ "$value": "#ffffff00",
40214
+ "filePath": "src/tokens/component/label.json5",
40215
+ "isSource": true,
40216
+ "$type": "color"
40217
+ },
40218
+ "light-high-contrast": {
40219
+ "$value": "#56682c",
40220
+ "filePath": "src/tokens/component/label.json5",
40221
+ "isSource": true,
40222
+ "$type": "color"
40223
+ },
40224
+ "dark-high-contrast": {
40225
+ "$value": "#56682c",
40226
+ "filePath": "src/tokens/component/label.json5",
40227
+ "isSource": true,
40228
+ "$type": "color"
40229
+ },
40230
+ "dark-dimmed-high-contrast": {
40231
+ "$value": "#56682c",
40232
+ "filePath": "src/tokens/component/label.json5",
40233
+ "isSource": true,
40234
+ "$type": "color"
40235
+ },
40236
+ "dark-tritanopia-high-contrast": {
40237
+ "$value": "#56682c",
40238
+ "filePath": "src/tokens/component/label.json5",
40239
+ "isSource": true,
40240
+ "$type": "color"
40241
+ },
40242
+ "dark-protanopia-deuteranopia-high-contrast": {
40243
+ "$value": "#56682c",
40244
+ "filePath": "src/tokens/component/label.json5",
40245
+ "isSource": true,
40246
+ "$type": "color"
40247
+ },
40248
+ "light-tritanopia-high-contrast": {
40249
+ "$value": "#56682c",
40250
+ "filePath": "src/tokens/component/label.json5",
40251
+ "isSource": true,
40252
+ "$type": "color"
40253
+ },
40254
+ "light-protanopia-deuteranopia-high-contrast": {
40255
+ "$value": "#56682c",
38755
40256
  "filePath": "src/tokens/component/label.json5",
38756
40257
  "isSource": true,
38757
40258
  "$type": "color"
@@ -38761,28 +40262,76 @@
38761
40262
  "filePath": "src/tokens/component/label.json5",
38762
40263
  "isSource": true,
38763
40264
  "original": {
38764
- "$value": "{base.display.color.olive.0}",
40265
+ "$value": "{base.color.transparent}",
38765
40266
  "$type": "color",
38766
40267
  "$extensions": {
38767
40268
  "org.primer.figma": {
38768
40269
  "collection": "mode",
38769
40270
  "group": "component",
38770
- "scopes": ["bgColor"]
40271
+ "scopes": ["borderColor"]
38771
40272
  },
38772
40273
  "org.primer.overrides": {
38773
40274
  "dark": {
38774
- "$value": "{base.display.color.olive.0}",
40275
+ "$value": "{base.color.transparent}",
40276
+ "filePath": "src/tokens/component/label.json5",
40277
+ "isSource": true,
40278
+ "$type": "color"
40279
+ },
40280
+ "dark-dimmed": {
40281
+ "$value": "{base.color.transparent}",
40282
+ "filePath": "src/tokens/component/label.json5",
40283
+ "isSource": true,
40284
+ "$type": "color"
40285
+ },
40286
+ "light-high-contrast": {
40287
+ "$value": "{label.olive.fgColor.rest}",
40288
+ "filePath": "src/tokens/component/label.json5",
40289
+ "isSource": true,
40290
+ "$type": "color"
40291
+ },
40292
+ "dark-high-contrast": {
40293
+ "$value": "{label.olive.fgColor.rest}",
40294
+ "filePath": "src/tokens/component/label.json5",
40295
+ "isSource": true,
40296
+ "$type": "color"
40297
+ },
40298
+ "dark-dimmed-high-contrast": {
40299
+ "$value": "{label.olive.fgColor.rest}",
40300
+ "filePath": "src/tokens/component/label.json5",
40301
+ "isSource": true,
40302
+ "$type": "color"
40303
+ },
40304
+ "dark-tritanopia-high-contrast": {
40305
+ "$value": "{label.olive.fgColor.rest}",
40306
+ "filePath": "src/tokens/component/label.json5",
40307
+ "isSource": true,
40308
+ "$type": "color"
40309
+ },
40310
+ "dark-protanopia-deuteranopia-high-contrast": {
40311
+ "$value": "{label.olive.fgColor.rest}",
40312
+ "filePath": "src/tokens/component/label.json5",
40313
+ "isSource": true,
40314
+ "$type": "color"
40315
+ },
40316
+ "light-tritanopia-high-contrast": {
40317
+ "$value": "{label.olive.fgColor.rest}",
40318
+ "filePath": "src/tokens/component/label.json5",
40319
+ "isSource": true,
40320
+ "$type": "color"
40321
+ },
40322
+ "light-protanopia-deuteranopia-high-contrast": {
40323
+ "$value": "{label.olive.fgColor.rest}",
38775
40324
  "filePath": "src/tokens/component/label.json5",
38776
40325
  "isSource": true,
38777
40326
  "$type": "color"
38778
40327
  }
38779
40328
  }
38780
40329
  },
38781
- "key": "{label.olive.bgColor.rest}"
40330
+ "key": "{label.olive.borderColor}"
38782
40331
  },
38783
- "name": "label-olive-bgColor-rest",
40332
+ "name": "label-olive-borderColor",
38784
40333
  "attributes": {},
38785
- "path": ["label", "olive", "bgColor", "rest"]
40334
+ "path": ["label", "olive", "borderColor"]
38786
40335
  },
38787
40336
  "label-olive-fgColor-active": {
38788
40337
  "key": "{label.olive.fgColor.active}",
@@ -39048,11 +40597,152 @@
39048
40597
  }
39049
40598
  }
39050
40599
  },
39051
- "key": "{label.orange.bgColor.rest}"
40600
+ "key": "{label.orange.bgColor.rest}"
40601
+ },
40602
+ "name": "label-orange-bgColor-rest",
40603
+ "attributes": {},
40604
+ "path": ["label", "orange", "bgColor", "rest"]
40605
+ },
40606
+ "label-orange-borderColor": {
40607
+ "key": "{label.orange.borderColor}",
40608
+ "$value": "#ffffff00",
40609
+ "$type": "color",
40610
+ "$extensions": {
40611
+ "org.primer.figma": {
40612
+ "collection": "mode",
40613
+ "group": "component",
40614
+ "scopes": ["borderColor"]
40615
+ },
40616
+ "org.primer.overrides": {
40617
+ "dark": {
40618
+ "$value": "#ffffff00",
40619
+ "filePath": "src/tokens/component/label.json5",
40620
+ "isSource": true,
40621
+ "$type": "color"
40622
+ },
40623
+ "dark-dimmed": {
40624
+ "$value": "#ffffff00",
40625
+ "filePath": "src/tokens/component/label.json5",
40626
+ "isSource": true,
40627
+ "$type": "color"
40628
+ },
40629
+ "light-high-contrast": {
40630
+ "$value": "#a24610",
40631
+ "filePath": "src/tokens/component/label.json5",
40632
+ "isSource": true,
40633
+ "$type": "color"
40634
+ },
40635
+ "dark-high-contrast": {
40636
+ "$value": "#a24610",
40637
+ "filePath": "src/tokens/component/label.json5",
40638
+ "isSource": true,
40639
+ "$type": "color"
40640
+ },
40641
+ "dark-dimmed-high-contrast": {
40642
+ "$value": "#a24610",
40643
+ "filePath": "src/tokens/component/label.json5",
40644
+ "isSource": true,
40645
+ "$type": "color"
40646
+ },
40647
+ "dark-tritanopia-high-contrast": {
40648
+ "$value": "#a24610",
40649
+ "filePath": "src/tokens/component/label.json5",
40650
+ "isSource": true,
40651
+ "$type": "color"
40652
+ },
40653
+ "dark-protanopia-deuteranopia-high-contrast": {
40654
+ "$value": "#a24610",
40655
+ "filePath": "src/tokens/component/label.json5",
40656
+ "isSource": true,
40657
+ "$type": "color"
40658
+ },
40659
+ "light-tritanopia-high-contrast": {
40660
+ "$value": "#a24610",
40661
+ "filePath": "src/tokens/component/label.json5",
40662
+ "isSource": true,
40663
+ "$type": "color"
40664
+ },
40665
+ "light-protanopia-deuteranopia-high-contrast": {
40666
+ "$value": "#a24610",
40667
+ "filePath": "src/tokens/component/label.json5",
40668
+ "isSource": true,
40669
+ "$type": "color"
40670
+ }
40671
+ }
40672
+ },
40673
+ "filePath": "src/tokens/component/label.json5",
40674
+ "isSource": true,
40675
+ "original": {
40676
+ "$value": "{base.color.transparent}",
40677
+ "$type": "color",
40678
+ "$extensions": {
40679
+ "org.primer.figma": {
40680
+ "collection": "mode",
40681
+ "group": "component",
40682
+ "scopes": ["borderColor"]
40683
+ },
40684
+ "org.primer.overrides": {
40685
+ "dark": {
40686
+ "$value": "{base.color.transparent}",
40687
+ "filePath": "src/tokens/component/label.json5",
40688
+ "isSource": true,
40689
+ "$type": "color"
40690
+ },
40691
+ "dark-dimmed": {
40692
+ "$value": "{base.color.transparent}",
40693
+ "filePath": "src/tokens/component/label.json5",
40694
+ "isSource": true,
40695
+ "$type": "color"
40696
+ },
40697
+ "light-high-contrast": {
40698
+ "$value": "{label.orange.fgColor.rest}",
40699
+ "filePath": "src/tokens/component/label.json5",
40700
+ "isSource": true,
40701
+ "$type": "color"
40702
+ },
40703
+ "dark-high-contrast": {
40704
+ "$value": "{label.orange.fgColor.rest}",
40705
+ "filePath": "src/tokens/component/label.json5",
40706
+ "isSource": true,
40707
+ "$type": "color"
40708
+ },
40709
+ "dark-dimmed-high-contrast": {
40710
+ "$value": "{label.orange.fgColor.rest}",
40711
+ "filePath": "src/tokens/component/label.json5",
40712
+ "isSource": true,
40713
+ "$type": "color"
40714
+ },
40715
+ "dark-tritanopia-high-contrast": {
40716
+ "$value": "{label.orange.fgColor.rest}",
40717
+ "filePath": "src/tokens/component/label.json5",
40718
+ "isSource": true,
40719
+ "$type": "color"
40720
+ },
40721
+ "dark-protanopia-deuteranopia-high-contrast": {
40722
+ "$value": "{label.orange.fgColor.rest}",
40723
+ "filePath": "src/tokens/component/label.json5",
40724
+ "isSource": true,
40725
+ "$type": "color"
40726
+ },
40727
+ "light-tritanopia-high-contrast": {
40728
+ "$value": "{label.orange.fgColor.rest}",
40729
+ "filePath": "src/tokens/component/label.json5",
40730
+ "isSource": true,
40731
+ "$type": "color"
40732
+ },
40733
+ "light-protanopia-deuteranopia-high-contrast": {
40734
+ "$value": "{label.orange.fgColor.rest}",
40735
+ "filePath": "src/tokens/component/label.json5",
40736
+ "isSource": true,
40737
+ "$type": "color"
40738
+ }
40739
+ }
40740
+ },
40741
+ "key": "{label.orange.borderColor}"
39052
40742
  },
39053
- "name": "label-orange-bgColor-rest",
40743
+ "name": "label-orange-borderColor",
39054
40744
  "attributes": {},
39055
- "path": ["label", "orange", "bgColor", "rest"]
40745
+ "path": ["label", "orange", "borderColor"]
39056
40746
  },
39057
40747
  "label-orange-fgColor-active": {
39058
40748
  "key": "{label.orange.fgColor.active}",
@@ -39324,6 +41014,147 @@
39324
41014
  "attributes": {},
39325
41015
  "path": ["label", "pine", "bgColor", "rest"]
39326
41016
  },
41017
+ "label-pine-borderColor": {
41018
+ "key": "{label.pine.borderColor}",
41019
+ "$value": "#ffffff00",
41020
+ "$type": "color",
41021
+ "$extensions": {
41022
+ "org.primer.figma": {
41023
+ "collection": "mode",
41024
+ "group": "component",
41025
+ "scopes": ["borderColor"]
41026
+ },
41027
+ "org.primer.overrides": {
41028
+ "dark": {
41029
+ "$value": "#ffffff00",
41030
+ "filePath": "src/tokens/component/label.json5",
41031
+ "isSource": true,
41032
+ "$type": "color"
41033
+ },
41034
+ "dark-dimmed": {
41035
+ "$value": "#ffffff00",
41036
+ "filePath": "src/tokens/component/label.json5",
41037
+ "isSource": true,
41038
+ "$type": "color"
41039
+ },
41040
+ "light-high-contrast": {
41041
+ "$value": "#156f4b",
41042
+ "filePath": "src/tokens/component/label.json5",
41043
+ "isSource": true,
41044
+ "$type": "color"
41045
+ },
41046
+ "dark-high-contrast": {
41047
+ "$value": "#156f4b",
41048
+ "filePath": "src/tokens/component/label.json5",
41049
+ "isSource": true,
41050
+ "$type": "color"
41051
+ },
41052
+ "dark-dimmed-high-contrast": {
41053
+ "$value": "#156f4b",
41054
+ "filePath": "src/tokens/component/label.json5",
41055
+ "isSource": true,
41056
+ "$type": "color"
41057
+ },
41058
+ "dark-tritanopia-high-contrast": {
41059
+ "$value": "#156f4b",
41060
+ "filePath": "src/tokens/component/label.json5",
41061
+ "isSource": true,
41062
+ "$type": "color"
41063
+ },
41064
+ "dark-protanopia-deuteranopia-high-contrast": {
41065
+ "$value": "#156f4b",
41066
+ "filePath": "src/tokens/component/label.json5",
41067
+ "isSource": true,
41068
+ "$type": "color"
41069
+ },
41070
+ "light-tritanopia-high-contrast": {
41071
+ "$value": "#156f4b",
41072
+ "filePath": "src/tokens/component/label.json5",
41073
+ "isSource": true,
41074
+ "$type": "color"
41075
+ },
41076
+ "light-protanopia-deuteranopia-high-contrast": {
41077
+ "$value": "#156f4b",
41078
+ "filePath": "src/tokens/component/label.json5",
41079
+ "isSource": true,
41080
+ "$type": "color"
41081
+ }
41082
+ }
41083
+ },
41084
+ "filePath": "src/tokens/component/label.json5",
41085
+ "isSource": true,
41086
+ "original": {
41087
+ "$value": "{base.color.transparent}",
41088
+ "$type": "color",
41089
+ "$extensions": {
41090
+ "org.primer.figma": {
41091
+ "collection": "mode",
41092
+ "group": "component",
41093
+ "scopes": ["borderColor"]
41094
+ },
41095
+ "org.primer.overrides": {
41096
+ "dark": {
41097
+ "$value": "{base.color.transparent}",
41098
+ "filePath": "src/tokens/component/label.json5",
41099
+ "isSource": true,
41100
+ "$type": "color"
41101
+ },
41102
+ "dark-dimmed": {
41103
+ "$value": "{base.color.transparent}",
41104
+ "filePath": "src/tokens/component/label.json5",
41105
+ "isSource": true,
41106
+ "$type": "color"
41107
+ },
41108
+ "light-high-contrast": {
41109
+ "$value": "{label.pine.fgColor.rest}",
41110
+ "filePath": "src/tokens/component/label.json5",
41111
+ "isSource": true,
41112
+ "$type": "color"
41113
+ },
41114
+ "dark-high-contrast": {
41115
+ "$value": "{label.pine.fgColor.rest}",
41116
+ "filePath": "src/tokens/component/label.json5",
41117
+ "isSource": true,
41118
+ "$type": "color"
41119
+ },
41120
+ "dark-dimmed-high-contrast": {
41121
+ "$value": "{label.pine.fgColor.rest}",
41122
+ "filePath": "src/tokens/component/label.json5",
41123
+ "isSource": true,
41124
+ "$type": "color"
41125
+ },
41126
+ "dark-tritanopia-high-contrast": {
41127
+ "$value": "{label.pine.fgColor.rest}",
41128
+ "filePath": "src/tokens/component/label.json5",
41129
+ "isSource": true,
41130
+ "$type": "color"
41131
+ },
41132
+ "dark-protanopia-deuteranopia-high-contrast": {
41133
+ "$value": "{label.pine.fgColor.rest}",
41134
+ "filePath": "src/tokens/component/label.json5",
41135
+ "isSource": true,
41136
+ "$type": "color"
41137
+ },
41138
+ "light-tritanopia-high-contrast": {
41139
+ "$value": "{label.pine.fgColor.rest}",
41140
+ "filePath": "src/tokens/component/label.json5",
41141
+ "isSource": true,
41142
+ "$type": "color"
41143
+ },
41144
+ "light-protanopia-deuteranopia-high-contrast": {
41145
+ "$value": "{label.pine.fgColor.rest}",
41146
+ "filePath": "src/tokens/component/label.json5",
41147
+ "isSource": true,
41148
+ "$type": "color"
41149
+ }
41150
+ }
41151
+ },
41152
+ "key": "{label.pine.borderColor}"
41153
+ },
41154
+ "name": "label-pine-borderColor",
41155
+ "attributes": {},
41156
+ "path": ["label", "pine", "borderColor"]
41157
+ },
39327
41158
  "label-pine-fgColor-active": {
39328
41159
  "key": "{label.pine.fgColor.active}",
39329
41160
  "$value": "#114b36",
@@ -39588,11 +41419,152 @@
39588
41419
  }
39589
41420
  }
39590
41421
  },
39591
- "key": "{label.pink.bgColor.rest}"
41422
+ "key": "{label.pink.bgColor.rest}"
41423
+ },
41424
+ "name": "label-pink-bgColor-rest",
41425
+ "attributes": {},
41426
+ "path": ["label", "pink", "bgColor", "rest"]
41427
+ },
41428
+ "label-pink-borderColor": {
41429
+ "key": "{label.pink.borderColor}",
41430
+ "$value": "#ffffff00",
41431
+ "$type": "color",
41432
+ "$extensions": {
41433
+ "org.primer.figma": {
41434
+ "collection": "mode",
41435
+ "group": "component",
41436
+ "scopes": ["borderColor"]
41437
+ },
41438
+ "org.primer.overrides": {
41439
+ "dark": {
41440
+ "$value": "#ffffff00",
41441
+ "filePath": "src/tokens/component/label.json5",
41442
+ "isSource": true,
41443
+ "$type": "color"
41444
+ },
41445
+ "dark-dimmed": {
41446
+ "$value": "#ffffff00",
41447
+ "filePath": "src/tokens/component/label.json5",
41448
+ "isSource": true,
41449
+ "$type": "color"
41450
+ },
41451
+ "light-high-contrast": {
41452
+ "$value": "#b12f79",
41453
+ "filePath": "src/tokens/component/label.json5",
41454
+ "isSource": true,
41455
+ "$type": "color"
41456
+ },
41457
+ "dark-high-contrast": {
41458
+ "$value": "#b12f79",
41459
+ "filePath": "src/tokens/component/label.json5",
41460
+ "isSource": true,
41461
+ "$type": "color"
41462
+ },
41463
+ "dark-dimmed-high-contrast": {
41464
+ "$value": "#b12f79",
41465
+ "filePath": "src/tokens/component/label.json5",
41466
+ "isSource": true,
41467
+ "$type": "color"
41468
+ },
41469
+ "dark-tritanopia-high-contrast": {
41470
+ "$value": "#b12f79",
41471
+ "filePath": "src/tokens/component/label.json5",
41472
+ "isSource": true,
41473
+ "$type": "color"
41474
+ },
41475
+ "dark-protanopia-deuteranopia-high-contrast": {
41476
+ "$value": "#b12f79",
41477
+ "filePath": "src/tokens/component/label.json5",
41478
+ "isSource": true,
41479
+ "$type": "color"
41480
+ },
41481
+ "light-tritanopia-high-contrast": {
41482
+ "$value": "#b12f79",
41483
+ "filePath": "src/tokens/component/label.json5",
41484
+ "isSource": true,
41485
+ "$type": "color"
41486
+ },
41487
+ "light-protanopia-deuteranopia-high-contrast": {
41488
+ "$value": "#b12f79",
41489
+ "filePath": "src/tokens/component/label.json5",
41490
+ "isSource": true,
41491
+ "$type": "color"
41492
+ }
41493
+ }
41494
+ },
41495
+ "filePath": "src/tokens/component/label.json5",
41496
+ "isSource": true,
41497
+ "original": {
41498
+ "$value": "{base.color.transparent}",
41499
+ "$type": "color",
41500
+ "$extensions": {
41501
+ "org.primer.figma": {
41502
+ "collection": "mode",
41503
+ "group": "component",
41504
+ "scopes": ["borderColor"]
41505
+ },
41506
+ "org.primer.overrides": {
41507
+ "dark": {
41508
+ "$value": "{base.color.transparent}",
41509
+ "filePath": "src/tokens/component/label.json5",
41510
+ "isSource": true,
41511
+ "$type": "color"
41512
+ },
41513
+ "dark-dimmed": {
41514
+ "$value": "{base.color.transparent}",
41515
+ "filePath": "src/tokens/component/label.json5",
41516
+ "isSource": true,
41517
+ "$type": "color"
41518
+ },
41519
+ "light-high-contrast": {
41520
+ "$value": "{label.pink.fgColor.rest}",
41521
+ "filePath": "src/tokens/component/label.json5",
41522
+ "isSource": true,
41523
+ "$type": "color"
41524
+ },
41525
+ "dark-high-contrast": {
41526
+ "$value": "{label.pink.fgColor.rest}",
41527
+ "filePath": "src/tokens/component/label.json5",
41528
+ "isSource": true,
41529
+ "$type": "color"
41530
+ },
41531
+ "dark-dimmed-high-contrast": {
41532
+ "$value": "{label.pink.fgColor.rest}",
41533
+ "filePath": "src/tokens/component/label.json5",
41534
+ "isSource": true,
41535
+ "$type": "color"
41536
+ },
41537
+ "dark-tritanopia-high-contrast": {
41538
+ "$value": "{label.pink.fgColor.rest}",
41539
+ "filePath": "src/tokens/component/label.json5",
41540
+ "isSource": true,
41541
+ "$type": "color"
41542
+ },
41543
+ "dark-protanopia-deuteranopia-high-contrast": {
41544
+ "$value": "{label.pink.fgColor.rest}",
41545
+ "filePath": "src/tokens/component/label.json5",
41546
+ "isSource": true,
41547
+ "$type": "color"
41548
+ },
41549
+ "light-tritanopia-high-contrast": {
41550
+ "$value": "{label.pink.fgColor.rest}",
41551
+ "filePath": "src/tokens/component/label.json5",
41552
+ "isSource": true,
41553
+ "$type": "color"
41554
+ },
41555
+ "light-protanopia-deuteranopia-high-contrast": {
41556
+ "$value": "{label.pink.fgColor.rest}",
41557
+ "filePath": "src/tokens/component/label.json5",
41558
+ "isSource": true,
41559
+ "$type": "color"
41560
+ }
41561
+ }
41562
+ },
41563
+ "key": "{label.pink.borderColor}"
39592
41564
  },
39593
- "name": "label-pink-bgColor-rest",
41565
+ "name": "label-pink-borderColor",
39594
41566
  "attributes": {},
39595
- "path": ["label", "pink", "bgColor", "rest"]
41567
+ "path": ["label", "pink", "borderColor"]
39596
41568
  },
39597
41569
  "label-pink-fgColor-active": {
39598
41570
  "key": "{label.pink.fgColor.active}",
@@ -39864,6 +41836,147 @@
39864
41836
  "attributes": {},
39865
41837
  "path": ["label", "plum", "bgColor", "rest"]
39866
41838
  },
41839
+ "label-plum-borderColor": {
41840
+ "key": "{label.plum.borderColor}",
41841
+ "$value": "#ffffff00",
41842
+ "$type": "color",
41843
+ "$extensions": {
41844
+ "org.primer.figma": {
41845
+ "collection": "mode",
41846
+ "group": "component",
41847
+ "scopes": ["borderColor"]
41848
+ },
41849
+ "org.primer.overrides": {
41850
+ "dark": {
41851
+ "$value": "#ffffff00",
41852
+ "filePath": "src/tokens/component/label.json5",
41853
+ "isSource": true,
41854
+ "$type": "color"
41855
+ },
41856
+ "dark-dimmed": {
41857
+ "$value": "#ffffff00",
41858
+ "filePath": "src/tokens/component/label.json5",
41859
+ "isSource": true,
41860
+ "$type": "color"
41861
+ },
41862
+ "light-high-contrast": {
41863
+ "$value": "#961edc",
41864
+ "filePath": "src/tokens/component/label.json5",
41865
+ "isSource": true,
41866
+ "$type": "color"
41867
+ },
41868
+ "dark-high-contrast": {
41869
+ "$value": "#961edc",
41870
+ "filePath": "src/tokens/component/label.json5",
41871
+ "isSource": true,
41872
+ "$type": "color"
41873
+ },
41874
+ "dark-dimmed-high-contrast": {
41875
+ "$value": "#961edc",
41876
+ "filePath": "src/tokens/component/label.json5",
41877
+ "isSource": true,
41878
+ "$type": "color"
41879
+ },
41880
+ "dark-tritanopia-high-contrast": {
41881
+ "$value": "#961edc",
41882
+ "filePath": "src/tokens/component/label.json5",
41883
+ "isSource": true,
41884
+ "$type": "color"
41885
+ },
41886
+ "dark-protanopia-deuteranopia-high-contrast": {
41887
+ "$value": "#961edc",
41888
+ "filePath": "src/tokens/component/label.json5",
41889
+ "isSource": true,
41890
+ "$type": "color"
41891
+ },
41892
+ "light-tritanopia-high-contrast": {
41893
+ "$value": "#961edc",
41894
+ "filePath": "src/tokens/component/label.json5",
41895
+ "isSource": true,
41896
+ "$type": "color"
41897
+ },
41898
+ "light-protanopia-deuteranopia-high-contrast": {
41899
+ "$value": "#961edc",
41900
+ "filePath": "src/tokens/component/label.json5",
41901
+ "isSource": true,
41902
+ "$type": "color"
41903
+ }
41904
+ }
41905
+ },
41906
+ "filePath": "src/tokens/component/label.json5",
41907
+ "isSource": true,
41908
+ "original": {
41909
+ "$value": "{base.color.transparent}",
41910
+ "$type": "color",
41911
+ "$extensions": {
41912
+ "org.primer.figma": {
41913
+ "collection": "mode",
41914
+ "group": "component",
41915
+ "scopes": ["borderColor"]
41916
+ },
41917
+ "org.primer.overrides": {
41918
+ "dark": {
41919
+ "$value": "{base.color.transparent}",
41920
+ "filePath": "src/tokens/component/label.json5",
41921
+ "isSource": true,
41922
+ "$type": "color"
41923
+ },
41924
+ "dark-dimmed": {
41925
+ "$value": "{base.color.transparent}",
41926
+ "filePath": "src/tokens/component/label.json5",
41927
+ "isSource": true,
41928
+ "$type": "color"
41929
+ },
41930
+ "light-high-contrast": {
41931
+ "$value": "{label.plum.fgColor.rest}",
41932
+ "filePath": "src/tokens/component/label.json5",
41933
+ "isSource": true,
41934
+ "$type": "color"
41935
+ },
41936
+ "dark-high-contrast": {
41937
+ "$value": "{label.plum.fgColor.rest}",
41938
+ "filePath": "src/tokens/component/label.json5",
41939
+ "isSource": true,
41940
+ "$type": "color"
41941
+ },
41942
+ "dark-dimmed-high-contrast": {
41943
+ "$value": "{label.plum.fgColor.rest}",
41944
+ "filePath": "src/tokens/component/label.json5",
41945
+ "isSource": true,
41946
+ "$type": "color"
41947
+ },
41948
+ "dark-tritanopia-high-contrast": {
41949
+ "$value": "{label.plum.fgColor.rest}",
41950
+ "filePath": "src/tokens/component/label.json5",
41951
+ "isSource": true,
41952
+ "$type": "color"
41953
+ },
41954
+ "dark-protanopia-deuteranopia-high-contrast": {
41955
+ "$value": "{label.plum.fgColor.rest}",
41956
+ "filePath": "src/tokens/component/label.json5",
41957
+ "isSource": true,
41958
+ "$type": "color"
41959
+ },
41960
+ "light-tritanopia-high-contrast": {
41961
+ "$value": "{label.plum.fgColor.rest}",
41962
+ "filePath": "src/tokens/component/label.json5",
41963
+ "isSource": true,
41964
+ "$type": "color"
41965
+ },
41966
+ "light-protanopia-deuteranopia-high-contrast": {
41967
+ "$value": "{label.plum.fgColor.rest}",
41968
+ "filePath": "src/tokens/component/label.json5",
41969
+ "isSource": true,
41970
+ "$type": "color"
41971
+ }
41972
+ }
41973
+ },
41974
+ "key": "{label.plum.borderColor}"
41975
+ },
41976
+ "name": "label-plum-borderColor",
41977
+ "attributes": {},
41978
+ "path": ["label", "plum", "borderColor"]
41979
+ },
39867
41980
  "label-plum-fgColor-active": {
39868
41981
  "key": "{label.plum.fgColor.active}",
39869
41982
  "$value": "#651d96",
@@ -40074,34 +42187,127 @@
40074
42187
  "group": "component",
40075
42188
  "scopes": ["bgColor"]
40076
42189
  },
40077
- "org.primer.overrides": {
40078
- "dark": {
40079
- "$value": "{base.display.color.purple.1}",
40080
- "filePath": "src/tokens/component/label.json5",
40081
- "isSource": true,
40082
- "$type": "color"
40083
- }
40084
- }
40085
- },
40086
- "key": "{label.purple.bgColor.hover}"
40087
- },
40088
- "name": "label-purple-bgColor-hover",
40089
- "attributes": {},
40090
- "path": ["label", "purple", "bgColor", "hover"]
40091
- },
40092
- "label-purple-bgColor-rest": {
40093
- "key": "{label.purple.bgColor.rest}",
40094
- "$value": "#f1e5ff",
40095
- "$type": "color",
40096
- "$extensions": {
40097
- "org.primer.figma": {
40098
- "collection": "mode",
40099
- "group": "component",
40100
- "scopes": ["bgColor"]
40101
- },
40102
- "org.primer.overrides": {
40103
- "dark": {
40104
- "$value": "#f1e5ff",
42190
+ "org.primer.overrides": {
42191
+ "dark": {
42192
+ "$value": "{base.display.color.purple.1}",
42193
+ "filePath": "src/tokens/component/label.json5",
42194
+ "isSource": true,
42195
+ "$type": "color"
42196
+ }
42197
+ }
42198
+ },
42199
+ "key": "{label.purple.bgColor.hover}"
42200
+ },
42201
+ "name": "label-purple-bgColor-hover",
42202
+ "attributes": {},
42203
+ "path": ["label", "purple", "bgColor", "hover"]
42204
+ },
42205
+ "label-purple-bgColor-rest": {
42206
+ "key": "{label.purple.bgColor.rest}",
42207
+ "$value": "#f1e5ff",
42208
+ "$type": "color",
42209
+ "$extensions": {
42210
+ "org.primer.figma": {
42211
+ "collection": "mode",
42212
+ "group": "component",
42213
+ "scopes": ["bgColor"]
42214
+ },
42215
+ "org.primer.overrides": {
42216
+ "dark": {
42217
+ "$value": "#f1e5ff",
42218
+ "filePath": "src/tokens/component/label.json5",
42219
+ "isSource": true,
42220
+ "$type": "color"
42221
+ }
42222
+ }
42223
+ },
42224
+ "filePath": "src/tokens/component/label.json5",
42225
+ "isSource": true,
42226
+ "original": {
42227
+ "$value": "{base.display.color.purple.0}",
42228
+ "$type": "color",
42229
+ "$extensions": {
42230
+ "org.primer.figma": {
42231
+ "collection": "mode",
42232
+ "group": "component",
42233
+ "scopes": ["bgColor"]
42234
+ },
42235
+ "org.primer.overrides": {
42236
+ "dark": {
42237
+ "$value": "{base.display.color.purple.0}",
42238
+ "filePath": "src/tokens/component/label.json5",
42239
+ "isSource": true,
42240
+ "$type": "color"
42241
+ }
42242
+ }
42243
+ },
42244
+ "key": "{label.purple.bgColor.rest}"
42245
+ },
42246
+ "name": "label-purple-bgColor-rest",
42247
+ "attributes": {},
42248
+ "path": ["label", "purple", "bgColor", "rest"]
42249
+ },
42250
+ "label-purple-borderColor": {
42251
+ "key": "{label.purple.borderColor}",
42252
+ "$value": "#ffffff00",
42253
+ "$type": "color",
42254
+ "$extensions": {
42255
+ "org.primer.figma": {
42256
+ "collection": "mode",
42257
+ "group": "component",
42258
+ "scopes": ["borderColor"]
42259
+ },
42260
+ "org.primer.overrides": {
42261
+ "dark": {
42262
+ "$value": "#ffffff00",
42263
+ "filePath": "src/tokens/component/label.json5",
42264
+ "isSource": true,
42265
+ "$type": "color"
42266
+ },
42267
+ "dark-dimmed": {
42268
+ "$value": "#ffffff00",
42269
+ "filePath": "src/tokens/component/label.json5",
42270
+ "isSource": true,
42271
+ "$type": "color"
42272
+ },
42273
+ "light-high-contrast": {
42274
+ "$value": "#783ae4",
42275
+ "filePath": "src/tokens/component/label.json5",
42276
+ "isSource": true,
42277
+ "$type": "color"
42278
+ },
42279
+ "dark-high-contrast": {
42280
+ "$value": "#783ae4",
42281
+ "filePath": "src/tokens/component/label.json5",
42282
+ "isSource": true,
42283
+ "$type": "color"
42284
+ },
42285
+ "dark-dimmed-high-contrast": {
42286
+ "$value": "#783ae4",
42287
+ "filePath": "src/tokens/component/label.json5",
42288
+ "isSource": true,
42289
+ "$type": "color"
42290
+ },
42291
+ "dark-tritanopia-high-contrast": {
42292
+ "$value": "#783ae4",
42293
+ "filePath": "src/tokens/component/label.json5",
42294
+ "isSource": true,
42295
+ "$type": "color"
42296
+ },
42297
+ "dark-protanopia-deuteranopia-high-contrast": {
42298
+ "$value": "#783ae4",
42299
+ "filePath": "src/tokens/component/label.json5",
42300
+ "isSource": true,
42301
+ "$type": "color"
42302
+ },
42303
+ "light-tritanopia-high-contrast": {
42304
+ "$value": "#783ae4",
42305
+ "filePath": "src/tokens/component/label.json5",
42306
+ "isSource": true,
42307
+ "$type": "color"
42308
+ },
42309
+ "light-protanopia-deuteranopia-high-contrast": {
42310
+ "$value": "#783ae4",
40105
42311
  "filePath": "src/tokens/component/label.json5",
40106
42312
  "isSource": true,
40107
42313
  "$type": "color"
@@ -40111,28 +42317,76 @@
40111
42317
  "filePath": "src/tokens/component/label.json5",
40112
42318
  "isSource": true,
40113
42319
  "original": {
40114
- "$value": "{base.display.color.purple.0}",
42320
+ "$value": "{base.color.transparent}",
40115
42321
  "$type": "color",
40116
42322
  "$extensions": {
40117
42323
  "org.primer.figma": {
40118
42324
  "collection": "mode",
40119
42325
  "group": "component",
40120
- "scopes": ["bgColor"]
42326
+ "scopes": ["borderColor"]
40121
42327
  },
40122
42328
  "org.primer.overrides": {
40123
42329
  "dark": {
40124
- "$value": "{base.display.color.purple.0}",
42330
+ "$value": "{base.color.transparent}",
42331
+ "filePath": "src/tokens/component/label.json5",
42332
+ "isSource": true,
42333
+ "$type": "color"
42334
+ },
42335
+ "dark-dimmed": {
42336
+ "$value": "{base.color.transparent}",
42337
+ "filePath": "src/tokens/component/label.json5",
42338
+ "isSource": true,
42339
+ "$type": "color"
42340
+ },
42341
+ "light-high-contrast": {
42342
+ "$value": "{label.purple.fgColor.rest}",
42343
+ "filePath": "src/tokens/component/label.json5",
42344
+ "isSource": true,
42345
+ "$type": "color"
42346
+ },
42347
+ "dark-high-contrast": {
42348
+ "$value": "{label.purple.fgColor.rest}",
42349
+ "filePath": "src/tokens/component/label.json5",
42350
+ "isSource": true,
42351
+ "$type": "color"
42352
+ },
42353
+ "dark-dimmed-high-contrast": {
42354
+ "$value": "{label.purple.fgColor.rest}",
42355
+ "filePath": "src/tokens/component/label.json5",
42356
+ "isSource": true,
42357
+ "$type": "color"
42358
+ },
42359
+ "dark-tritanopia-high-contrast": {
42360
+ "$value": "{label.purple.fgColor.rest}",
42361
+ "filePath": "src/tokens/component/label.json5",
42362
+ "isSource": true,
42363
+ "$type": "color"
42364
+ },
42365
+ "dark-protanopia-deuteranopia-high-contrast": {
42366
+ "$value": "{label.purple.fgColor.rest}",
42367
+ "filePath": "src/tokens/component/label.json5",
42368
+ "isSource": true,
42369
+ "$type": "color"
42370
+ },
42371
+ "light-tritanopia-high-contrast": {
42372
+ "$value": "{label.purple.fgColor.rest}",
42373
+ "filePath": "src/tokens/component/label.json5",
42374
+ "isSource": true,
42375
+ "$type": "color"
42376
+ },
42377
+ "light-protanopia-deuteranopia-high-contrast": {
42378
+ "$value": "{label.purple.fgColor.rest}",
40125
42379
  "filePath": "src/tokens/component/label.json5",
40126
42380
  "isSource": true,
40127
42381
  "$type": "color"
40128
42382
  }
40129
42383
  }
40130
42384
  },
40131
- "key": "{label.purple.bgColor.rest}"
42385
+ "key": "{label.purple.borderColor}"
40132
42386
  },
40133
- "name": "label-purple-bgColor-rest",
42387
+ "name": "label-purple-borderColor",
40134
42388
  "attributes": {},
40135
- "path": ["label", "purple", "bgColor", "rest"]
42389
+ "path": ["label", "purple", "borderColor"]
40136
42390
  },
40137
42391
  "label-purple-fgColor-active": {
40138
42392
  "key": "{label.purple.fgColor.active}",
@@ -40404,6 +42658,147 @@
40404
42658
  "attributes": {},
40405
42659
  "path": ["label", "red", "bgColor", "rest"]
40406
42660
  },
42661
+ "label-red-borderColor": {
42662
+ "key": "{label.red.borderColor}",
42663
+ "$value": "#ffffff00",
42664
+ "$type": "color",
42665
+ "$extensions": {
42666
+ "org.primer.figma": {
42667
+ "collection": "mode",
42668
+ "group": "component",
42669
+ "scopes": ["borderColor"]
42670
+ },
42671
+ "org.primer.overrides": {
42672
+ "dark": {
42673
+ "$value": "#ffffff00",
42674
+ "filePath": "src/tokens/component/label.json5",
42675
+ "isSource": true,
42676
+ "$type": "color"
42677
+ },
42678
+ "dark-dimmed": {
42679
+ "$value": "#ffffff00",
42680
+ "filePath": "src/tokens/component/label.json5",
42681
+ "isSource": true,
42682
+ "$type": "color"
42683
+ },
42684
+ "light-high-contrast": {
42685
+ "$value": "#c50d28",
42686
+ "filePath": "src/tokens/component/label.json5",
42687
+ "isSource": true,
42688
+ "$type": "color"
42689
+ },
42690
+ "dark-high-contrast": {
42691
+ "$value": "#c50d28",
42692
+ "filePath": "src/tokens/component/label.json5",
42693
+ "isSource": true,
42694
+ "$type": "color"
42695
+ },
42696
+ "dark-dimmed-high-contrast": {
42697
+ "$value": "#c50d28",
42698
+ "filePath": "src/tokens/component/label.json5",
42699
+ "isSource": true,
42700
+ "$type": "color"
42701
+ },
42702
+ "dark-tritanopia-high-contrast": {
42703
+ "$value": "#c50d28",
42704
+ "filePath": "src/tokens/component/label.json5",
42705
+ "isSource": true,
42706
+ "$type": "color"
42707
+ },
42708
+ "dark-protanopia-deuteranopia-high-contrast": {
42709
+ "$value": "#c50d28",
42710
+ "filePath": "src/tokens/component/label.json5",
42711
+ "isSource": true,
42712
+ "$type": "color"
42713
+ },
42714
+ "light-tritanopia-high-contrast": {
42715
+ "$value": "#c50d28",
42716
+ "filePath": "src/tokens/component/label.json5",
42717
+ "isSource": true,
42718
+ "$type": "color"
42719
+ },
42720
+ "light-protanopia-deuteranopia-high-contrast": {
42721
+ "$value": "#c50d28",
42722
+ "filePath": "src/tokens/component/label.json5",
42723
+ "isSource": true,
42724
+ "$type": "color"
42725
+ }
42726
+ }
42727
+ },
42728
+ "filePath": "src/tokens/component/label.json5",
42729
+ "isSource": true,
42730
+ "original": {
42731
+ "$value": "{base.color.transparent}",
42732
+ "$type": "color",
42733
+ "$extensions": {
42734
+ "org.primer.figma": {
42735
+ "collection": "mode",
42736
+ "group": "component",
42737
+ "scopes": ["borderColor"]
42738
+ },
42739
+ "org.primer.overrides": {
42740
+ "dark": {
42741
+ "$value": "{base.color.transparent}",
42742
+ "filePath": "src/tokens/component/label.json5",
42743
+ "isSource": true,
42744
+ "$type": "color"
42745
+ },
42746
+ "dark-dimmed": {
42747
+ "$value": "{base.color.transparent}",
42748
+ "filePath": "src/tokens/component/label.json5",
42749
+ "isSource": true,
42750
+ "$type": "color"
42751
+ },
42752
+ "light-high-contrast": {
42753
+ "$value": "{label.red.fgColor.rest}",
42754
+ "filePath": "src/tokens/component/label.json5",
42755
+ "isSource": true,
42756
+ "$type": "color"
42757
+ },
42758
+ "dark-high-contrast": {
42759
+ "$value": "{label.red.fgColor.rest}",
42760
+ "filePath": "src/tokens/component/label.json5",
42761
+ "isSource": true,
42762
+ "$type": "color"
42763
+ },
42764
+ "dark-dimmed-high-contrast": {
42765
+ "$value": "{label.red.fgColor.rest}",
42766
+ "filePath": "src/tokens/component/label.json5",
42767
+ "isSource": true,
42768
+ "$type": "color"
42769
+ },
42770
+ "dark-tritanopia-high-contrast": {
42771
+ "$value": "{label.red.fgColor.rest}",
42772
+ "filePath": "src/tokens/component/label.json5",
42773
+ "isSource": true,
42774
+ "$type": "color"
42775
+ },
42776
+ "dark-protanopia-deuteranopia-high-contrast": {
42777
+ "$value": "{label.red.fgColor.rest}",
42778
+ "filePath": "src/tokens/component/label.json5",
42779
+ "isSource": true,
42780
+ "$type": "color"
42781
+ },
42782
+ "light-tritanopia-high-contrast": {
42783
+ "$value": "{label.red.fgColor.rest}",
42784
+ "filePath": "src/tokens/component/label.json5",
42785
+ "isSource": true,
42786
+ "$type": "color"
42787
+ },
42788
+ "light-protanopia-deuteranopia-high-contrast": {
42789
+ "$value": "{label.red.fgColor.rest}",
42790
+ "filePath": "src/tokens/component/label.json5",
42791
+ "isSource": true,
42792
+ "$type": "color"
42793
+ }
42794
+ }
42795
+ },
42796
+ "key": "{label.red.borderColor}"
42797
+ },
42798
+ "name": "label-red-borderColor",
42799
+ "attributes": {},
42800
+ "path": ["label", "red", "borderColor"]
42801
+ },
40407
42802
  "label-red-fgColor-active": {
40408
42803
  "key": "{label.red.fgColor.active}",
40409
42804
  "$value": "#880c27",
@@ -40582,11 +42977,56 @@
40582
42977
  },
40583
42978
  "name": "label-teal-bgColor-active",
40584
42979
  "attributes": {},
40585
- "path": ["label", "teal", "bgColor", "active"]
42980
+ "path": ["label", "teal", "bgColor", "active"]
42981
+ },
42982
+ "label-teal-bgColor-hover": {
42983
+ "key": "{label.teal.bgColor.hover}",
42984
+ "$value": "#89ebe1",
42985
+ "$type": "color",
42986
+ "$extensions": {
42987
+ "org.primer.figma": {
42988
+ "collection": "mode",
42989
+ "group": "component",
42990
+ "scopes": ["bgColor"]
42991
+ },
42992
+ "org.primer.overrides": {
42993
+ "dark": {
42994
+ "$value": "#89ebe1",
42995
+ "filePath": "src/tokens/component/label.json5",
42996
+ "isSource": true,
42997
+ "$type": "color"
42998
+ }
42999
+ }
43000
+ },
43001
+ "filePath": "src/tokens/component/label.json5",
43002
+ "isSource": true,
43003
+ "original": {
43004
+ "$value": "{base.display.color.teal.1}",
43005
+ "$type": "color",
43006
+ "$extensions": {
43007
+ "org.primer.figma": {
43008
+ "collection": "mode",
43009
+ "group": "component",
43010
+ "scopes": ["bgColor"]
43011
+ },
43012
+ "org.primer.overrides": {
43013
+ "dark": {
43014
+ "$value": "{base.display.color.teal.1}",
43015
+ "filePath": "src/tokens/component/label.json5",
43016
+ "isSource": true,
43017
+ "$type": "color"
43018
+ }
43019
+ }
43020
+ },
43021
+ "key": "{label.teal.bgColor.hover}"
43022
+ },
43023
+ "name": "label-teal-bgColor-hover",
43024
+ "attributes": {},
43025
+ "path": ["label", "teal", "bgColor", "hover"]
40586
43026
  },
40587
- "label-teal-bgColor-hover": {
40588
- "key": "{label.teal.bgColor.hover}",
40589
- "$value": "#89ebe1",
43027
+ "label-teal-bgColor-rest": {
43028
+ "key": "{label.teal.bgColor.rest}",
43029
+ "$value": "#c7f5ef",
40590
43030
  "$type": "color",
40591
43031
  "$extensions": {
40592
43032
  "org.primer.figma": {
@@ -40596,7 +43036,7 @@
40596
43036
  },
40597
43037
  "org.primer.overrides": {
40598
43038
  "dark": {
40599
- "$value": "#89ebe1",
43039
+ "$value": "#c7f5ef",
40600
43040
  "filePath": "src/tokens/component/label.json5",
40601
43041
  "isSource": true,
40602
43042
  "$type": "color"
@@ -40606,7 +43046,7 @@
40606
43046
  "filePath": "src/tokens/component/label.json5",
40607
43047
  "isSource": true,
40608
43048
  "original": {
40609
- "$value": "{base.display.color.teal.1}",
43049
+ "$value": "{base.display.color.teal.0}",
40610
43050
  "$type": "color",
40611
43051
  "$extensions": {
40612
43052
  "org.primer.figma": {
@@ -40616,32 +43056,80 @@
40616
43056
  },
40617
43057
  "org.primer.overrides": {
40618
43058
  "dark": {
40619
- "$value": "{base.display.color.teal.1}",
43059
+ "$value": "{base.display.color.teal.0}",
40620
43060
  "filePath": "src/tokens/component/label.json5",
40621
43061
  "isSource": true,
40622
43062
  "$type": "color"
40623
43063
  }
40624
43064
  }
40625
43065
  },
40626
- "key": "{label.teal.bgColor.hover}"
43066
+ "key": "{label.teal.bgColor.rest}"
40627
43067
  },
40628
- "name": "label-teal-bgColor-hover",
43068
+ "name": "label-teal-bgColor-rest",
40629
43069
  "attributes": {},
40630
- "path": ["label", "teal", "bgColor", "hover"]
43070
+ "path": ["label", "teal", "bgColor", "rest"]
40631
43071
  },
40632
- "label-teal-bgColor-rest": {
40633
- "key": "{label.teal.bgColor.rest}",
40634
- "$value": "#c7f5ef",
43072
+ "label-teal-borderColor": {
43073
+ "key": "{label.teal.borderColor}",
43074
+ "$value": "#ffffff00",
40635
43075
  "$type": "color",
40636
43076
  "$extensions": {
40637
43077
  "org.primer.figma": {
40638
43078
  "collection": "mode",
40639
43079
  "group": "component",
40640
- "scopes": ["bgColor"]
43080
+ "scopes": ["borderColor"]
40641
43081
  },
40642
43082
  "org.primer.overrides": {
40643
43083
  "dark": {
40644
- "$value": "#c7f5ef",
43084
+ "$value": "#ffffff00",
43085
+ "filePath": "src/tokens/component/label.json5",
43086
+ "isSource": true,
43087
+ "$type": "color"
43088
+ },
43089
+ "dark-dimmed": {
43090
+ "$value": "#ffffff00",
43091
+ "filePath": "src/tokens/component/label.json5",
43092
+ "isSource": true,
43093
+ "$type": "color"
43094
+ },
43095
+ "light-high-contrast": {
43096
+ "$value": "#106e75",
43097
+ "filePath": "src/tokens/component/label.json5",
43098
+ "isSource": true,
43099
+ "$type": "color"
43100
+ },
43101
+ "dark-high-contrast": {
43102
+ "$value": "#106e75",
43103
+ "filePath": "src/tokens/component/label.json5",
43104
+ "isSource": true,
43105
+ "$type": "color"
43106
+ },
43107
+ "dark-dimmed-high-contrast": {
43108
+ "$value": "#106e75",
43109
+ "filePath": "src/tokens/component/label.json5",
43110
+ "isSource": true,
43111
+ "$type": "color"
43112
+ },
43113
+ "dark-tritanopia-high-contrast": {
43114
+ "$value": "#106e75",
43115
+ "filePath": "src/tokens/component/label.json5",
43116
+ "isSource": true,
43117
+ "$type": "color"
43118
+ },
43119
+ "dark-protanopia-deuteranopia-high-contrast": {
43120
+ "$value": "#106e75",
43121
+ "filePath": "src/tokens/component/label.json5",
43122
+ "isSource": true,
43123
+ "$type": "color"
43124
+ },
43125
+ "light-tritanopia-high-contrast": {
43126
+ "$value": "#106e75",
43127
+ "filePath": "src/tokens/component/label.json5",
43128
+ "isSource": true,
43129
+ "$type": "color"
43130
+ },
43131
+ "light-protanopia-deuteranopia-high-contrast": {
43132
+ "$value": "#106e75",
40645
43133
  "filePath": "src/tokens/component/label.json5",
40646
43134
  "isSource": true,
40647
43135
  "$type": "color"
@@ -40651,28 +43139,76 @@
40651
43139
  "filePath": "src/tokens/component/label.json5",
40652
43140
  "isSource": true,
40653
43141
  "original": {
40654
- "$value": "{base.display.color.teal.0}",
43142
+ "$value": "{base.color.transparent}",
40655
43143
  "$type": "color",
40656
43144
  "$extensions": {
40657
43145
  "org.primer.figma": {
40658
43146
  "collection": "mode",
40659
43147
  "group": "component",
40660
- "scopes": ["bgColor"]
43148
+ "scopes": ["borderColor"]
40661
43149
  },
40662
43150
  "org.primer.overrides": {
40663
43151
  "dark": {
40664
- "$value": "{base.display.color.teal.0}",
43152
+ "$value": "{base.color.transparent}",
43153
+ "filePath": "src/tokens/component/label.json5",
43154
+ "isSource": true,
43155
+ "$type": "color"
43156
+ },
43157
+ "dark-dimmed": {
43158
+ "$value": "{base.color.transparent}",
43159
+ "filePath": "src/tokens/component/label.json5",
43160
+ "isSource": true,
43161
+ "$type": "color"
43162
+ },
43163
+ "light-high-contrast": {
43164
+ "$value": "{label.teal.fgColor.rest}",
43165
+ "filePath": "src/tokens/component/label.json5",
43166
+ "isSource": true,
43167
+ "$type": "color"
43168
+ },
43169
+ "dark-high-contrast": {
43170
+ "$value": "{label.teal.fgColor.rest}",
43171
+ "filePath": "src/tokens/component/label.json5",
43172
+ "isSource": true,
43173
+ "$type": "color"
43174
+ },
43175
+ "dark-dimmed-high-contrast": {
43176
+ "$value": "{label.teal.fgColor.rest}",
43177
+ "filePath": "src/tokens/component/label.json5",
43178
+ "isSource": true,
43179
+ "$type": "color"
43180
+ },
43181
+ "dark-tritanopia-high-contrast": {
43182
+ "$value": "{label.teal.fgColor.rest}",
43183
+ "filePath": "src/tokens/component/label.json5",
43184
+ "isSource": true,
43185
+ "$type": "color"
43186
+ },
43187
+ "dark-protanopia-deuteranopia-high-contrast": {
43188
+ "$value": "{label.teal.fgColor.rest}",
43189
+ "filePath": "src/tokens/component/label.json5",
43190
+ "isSource": true,
43191
+ "$type": "color"
43192
+ },
43193
+ "light-tritanopia-high-contrast": {
43194
+ "$value": "{label.teal.fgColor.rest}",
43195
+ "filePath": "src/tokens/component/label.json5",
43196
+ "isSource": true,
43197
+ "$type": "color"
43198
+ },
43199
+ "light-protanopia-deuteranopia-high-contrast": {
43200
+ "$value": "{label.teal.fgColor.rest}",
40665
43201
  "filePath": "src/tokens/component/label.json5",
40666
43202
  "isSource": true,
40667
43203
  "$type": "color"
40668
43204
  }
40669
43205
  }
40670
43206
  },
40671
- "key": "{label.teal.bgColor.rest}"
43207
+ "key": "{label.teal.borderColor}"
40672
43208
  },
40673
- "name": "label-teal-bgColor-rest",
43209
+ "name": "label-teal-borderColor",
40674
43210
  "attributes": {},
40675
- "path": ["label", "teal", "bgColor", "rest"]
43211
+ "path": ["label", "teal", "borderColor"]
40676
43212
  },
40677
43213
  "label-teal-fgColor-active": {
40678
43214
  "key": "{label.teal.fgColor.active}",
@@ -40944,6 +43480,147 @@
40944
43480
  "attributes": {},
40945
43481
  "path": ["label", "yellow", "bgColor", "rest"]
40946
43482
  },
43483
+ "label-yellow-borderColor": {
43484
+ "key": "{label.yellow.borderColor}",
43485
+ "$value": "#ffffff00",
43486
+ "$type": "color",
43487
+ "$extensions": {
43488
+ "org.primer.figma": {
43489
+ "collection": "mode",
43490
+ "group": "component",
43491
+ "scopes": ["borderColor"]
43492
+ },
43493
+ "org.primer.overrides": {
43494
+ "dark": {
43495
+ "$value": "#ffffff00",
43496
+ "filePath": "src/tokens/component/label.json5",
43497
+ "isSource": true,
43498
+ "$type": "color"
43499
+ },
43500
+ "dark-dimmed": {
43501
+ "$value": "#ffffff00",
43502
+ "filePath": "src/tokens/component/label.json5",
43503
+ "isSource": true,
43504
+ "$type": "color"
43505
+ },
43506
+ "light-high-contrast": {
43507
+ "$value": "#805900",
43508
+ "filePath": "src/tokens/component/label.json5",
43509
+ "isSource": true,
43510
+ "$type": "color"
43511
+ },
43512
+ "dark-high-contrast": {
43513
+ "$value": "#805900",
43514
+ "filePath": "src/tokens/component/label.json5",
43515
+ "isSource": true,
43516
+ "$type": "color"
43517
+ },
43518
+ "dark-dimmed-high-contrast": {
43519
+ "$value": "#805900",
43520
+ "filePath": "src/tokens/component/label.json5",
43521
+ "isSource": true,
43522
+ "$type": "color"
43523
+ },
43524
+ "dark-tritanopia-high-contrast": {
43525
+ "$value": "#805900",
43526
+ "filePath": "src/tokens/component/label.json5",
43527
+ "isSource": true,
43528
+ "$type": "color"
43529
+ },
43530
+ "dark-protanopia-deuteranopia-high-contrast": {
43531
+ "$value": "#805900",
43532
+ "filePath": "src/tokens/component/label.json5",
43533
+ "isSource": true,
43534
+ "$type": "color"
43535
+ },
43536
+ "light-tritanopia-high-contrast": {
43537
+ "$value": "#805900",
43538
+ "filePath": "src/tokens/component/label.json5",
43539
+ "isSource": true,
43540
+ "$type": "color"
43541
+ },
43542
+ "light-protanopia-deuteranopia-high-contrast": {
43543
+ "$value": "#805900",
43544
+ "filePath": "src/tokens/component/label.json5",
43545
+ "isSource": true,
43546
+ "$type": "color"
43547
+ }
43548
+ }
43549
+ },
43550
+ "filePath": "src/tokens/component/label.json5",
43551
+ "isSource": true,
43552
+ "original": {
43553
+ "$value": "{base.color.transparent}",
43554
+ "$type": "color",
43555
+ "$extensions": {
43556
+ "org.primer.figma": {
43557
+ "collection": "mode",
43558
+ "group": "component",
43559
+ "scopes": ["borderColor"]
43560
+ },
43561
+ "org.primer.overrides": {
43562
+ "dark": {
43563
+ "$value": "{base.color.transparent}",
43564
+ "filePath": "src/tokens/component/label.json5",
43565
+ "isSource": true,
43566
+ "$type": "color"
43567
+ },
43568
+ "dark-dimmed": {
43569
+ "$value": "{base.color.transparent}",
43570
+ "filePath": "src/tokens/component/label.json5",
43571
+ "isSource": true,
43572
+ "$type": "color"
43573
+ },
43574
+ "light-high-contrast": {
43575
+ "$value": "{label.yellow.fgColor.rest}",
43576
+ "filePath": "src/tokens/component/label.json5",
43577
+ "isSource": true,
43578
+ "$type": "color"
43579
+ },
43580
+ "dark-high-contrast": {
43581
+ "$value": "{label.yellow.fgColor.rest}",
43582
+ "filePath": "src/tokens/component/label.json5",
43583
+ "isSource": true,
43584
+ "$type": "color"
43585
+ },
43586
+ "dark-dimmed-high-contrast": {
43587
+ "$value": "{label.yellow.fgColor.rest}",
43588
+ "filePath": "src/tokens/component/label.json5",
43589
+ "isSource": true,
43590
+ "$type": "color"
43591
+ },
43592
+ "dark-tritanopia-high-contrast": {
43593
+ "$value": "{label.yellow.fgColor.rest}",
43594
+ "filePath": "src/tokens/component/label.json5",
43595
+ "isSource": true,
43596
+ "$type": "color"
43597
+ },
43598
+ "dark-protanopia-deuteranopia-high-contrast": {
43599
+ "$value": "{label.yellow.fgColor.rest}",
43600
+ "filePath": "src/tokens/component/label.json5",
43601
+ "isSource": true,
43602
+ "$type": "color"
43603
+ },
43604
+ "light-tritanopia-high-contrast": {
43605
+ "$value": "{label.yellow.fgColor.rest}",
43606
+ "filePath": "src/tokens/component/label.json5",
43607
+ "isSource": true,
43608
+ "$type": "color"
43609
+ },
43610
+ "light-protanopia-deuteranopia-high-contrast": {
43611
+ "$value": "{label.yellow.fgColor.rest}",
43612
+ "filePath": "src/tokens/component/label.json5",
43613
+ "isSource": true,
43614
+ "$type": "color"
43615
+ }
43616
+ }
43617
+ },
43618
+ "key": "{label.yellow.borderColor}"
43619
+ },
43620
+ "name": "label-yellow-borderColor",
43621
+ "attributes": {},
43622
+ "path": ["label", "yellow", "borderColor"]
43623
+ },
40947
43624
  "label-yellow-fgColor-active": {
40948
43625
  "key": "{label.yellow.fgColor.active}",
40949
43626
  "$value": "#5c3d00",