@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"
@@ -36086,6 +36084,147 @@
36086
36084
  "value": "#f2e9e9",
36087
36085
  "type": "color"
36088
36086
  },
36087
+ "label-auburn-borderColor": {
36088
+ "key": "{label.auburn.borderColor}",
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": "{label.auburn.fgColor.rest}",
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
+ "value": "#8a5551",
36226
+ "type": "color"
36227
+ },
36089
36228
  "label-auburn-fgColor-active": {
36090
36229
  "key": "{label.auburn.fgColor.active}",
36091
36230
  "$extensions": {
@@ -36356,17 +36495,65 @@
36356
36495
  "value": "#d1f0ff",
36357
36496
  "type": "color"
36358
36497
  },
36359
- "label-blue-fgColor-active": {
36360
- "key": "{label.blue.fgColor.active}",
36498
+ "label-blue-borderColor": {
36499
+ "key": "{label.blue.borderColor}",
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,33 +36563,81 @@
36376
36563
  "filePath": "src/tokens/component/label.json5",
36377
36564
  "isSource": true,
36378
36565
  "original": {
36379
- "$value": "{base.display.color.blue.8}",
36566
+ "$value": "{label.blue.fgColor.rest}",
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"],
36401
- "value": "#003d99",
36635
+ "path": ["label", "blue", "borderColor"],
36636
+ "value": "#005fcc",
36402
36637
  "type": "color"
36403
36638
  },
36404
- "label-blue-fgColor-hover": {
36405
- "key": "{label.blue.fgColor.hover}",
36639
+ "label-blue-fgColor-active": {
36640
+ "key": "{label.blue.fgColor.active}",
36406
36641
  "$extensions": {
36407
36642
  "org.primer.figma": {
36408
36643
  "collection": "mode",
@@ -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,22 +36666,67 @@
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"],
36446
- "value": "#004db3",
36680
+ "path": ["label", "blue", "fgColor", "active"],
36681
+ "value": "#003d99",
36447
36682
  "type": "color"
36448
36683
  },
36449
- "label-blue-fgColor-rest": {
36684
+ "label-blue-fgColor-hover": {
36685
+ "key": "{label.blue.fgColor.hover}",
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"],
36726
+ "value": "#004db3",
36727
+ "type": "color"
36728
+ },
36729
+ "label-blue-fgColor-rest": {
36450
36730
  "key": "{label.blue.fgColor.rest}",
36451
36731
  "$extensions": {
36452
36732
  "org.primer.figma": {
@@ -36626,6 +36906,147 @@
36626
36906
  "value": "#eeeae2",
36627
36907
  "type": "color"
36628
36908
  },
36909
+ "label-brown-borderColor": {
36910
+ "key": "{label.brown.borderColor}",
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": "{label.brown.fgColor.rest}",
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
+ "value": "#755f43",
37048
+ "type": "color"
37049
+ },
36629
37050
  "label-brown-fgColor-active": {
36630
37051
  "key": "{label.brown.fgColor.active}",
36631
37052
  "$extensions": {
@@ -36896,6 +37317,147 @@
36896
37317
  "value": "#ffe5db",
36897
37318
  "type": "color"
36898
37319
  },
37320
+ "label-coral-borderColor": {
37321
+ "key": "{label.coral.borderColor}",
37322
+ "$extensions": {
37323
+ "org.primer.figma": {
37324
+ "collection": "mode",
37325
+ "group": "component",
37326
+ "scopes": ["borderColor"]
37327
+ },
37328
+ "org.primer.overrides": {
37329
+ "dark": {
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",
37379
+ "filePath": "src/tokens/component/label.json5",
37380
+ "isSource": true,
37381
+ "$type": "color"
37382
+ }
37383
+ }
37384
+ },
37385
+ "filePath": "src/tokens/component/label.json5",
37386
+ "isSource": true,
37387
+ "original": {
37388
+ "$value": "{label.coral.fgColor.rest}",
37389
+ "$type": "color",
37390
+ "$extensions": {
37391
+ "org.primer.figma": {
37392
+ "collection": "mode",
37393
+ "group": "component",
37394
+ "scopes": ["borderColor"]
37395
+ },
37396
+ "org.primer.overrides": {
37397
+ "dark": {
37398
+ "$value": "{base.color.transparent}",
37399
+ "filePath": "src/tokens/component/label.json5",
37400
+ "isSource": true,
37401
+ "$type": "color"
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
+ "value": "#ba2e12",
37459
+ "type": "color"
37460
+ },
36899
37461
  "label-coral-fgColor-active": {
36900
37462
  "key": "{label.coral.fgColor.active}",
36901
37463
  "$extensions": {
@@ -37166,6 +37728,147 @@
37166
37728
  "value": "#bdf4ff",
37167
37729
  "type": "color"
37168
37730
  },
37731
+ "label-cyan-borderColor": {
37732
+ "key": "{label.cyan.borderColor}",
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": "{label.cyan.fgColor.rest}",
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
+ "value": "#006a80",
37870
+ "type": "color"
37871
+ },
37169
37872
  "label-cyan-fgColor-active": {
37170
37873
  "key": "{label.cyan.fgColor.active}",
37171
37874
  "$extensions": {
@@ -37436,6 +38139,147 @@
37436
38139
  "value": "#e8ecf2",
37437
38140
  "type": "color"
37438
38141
  },
38142
+ "label-gray-borderColor": {
38143
+ "key": "{label.gray.borderColor}",
38144
+ "$extensions": {
38145
+ "org.primer.figma": {
38146
+ "collection": "mode",
38147
+ "group": "component",
38148
+ "scopes": ["borderColor"]
38149
+ },
38150
+ "org.primer.overrides": {
38151
+ "dark": {
38152
+ "$value": "#ffffff00",
38153
+ "filePath": "src/tokens/component/label.json5",
38154
+ "isSource": true,
38155
+ "$type": "color"
38156
+ },
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": "{label.gray.fgColor.rest}",
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
+ "value": "#5c6570",
38281
+ "type": "color"
38282
+ },
37439
38283
  "label-gray-fgColor-active": {
37440
38284
  "key": "{label.gray.fgColor.active}",
37441
38285
  "$extensions": {
@@ -37706,6 +38550,147 @@
37706
38550
  "value": "#caf7ca",
37707
38551
  "type": "color"
37708
38552
  },
38553
+ "label-green-borderColor": {
38554
+ "key": "{label.green.borderColor}",
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": "{label.green.fgColor.rest}",
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}"
38687
+ },
38688
+ "name": "label-green-borderColor",
38689
+ "attributes": {},
38690
+ "path": ["label", "green", "borderColor"],
38691
+ "value": "#2b6e3f",
38692
+ "type": "color"
38693
+ },
37709
38694
  "label-green-fgColor-active": {
37710
38695
  "key": "{label.green.fgColor.active}",
37711
38696
  "$extensions": {
@@ -37976,6 +38961,147 @@
37976
38961
  "value": "#e5e9ff",
37977
38962
  "type": "color"
37978
38963
  },
38964
+ "label-indigo-borderColor": {
38965
+ "key": "{label.indigo.borderColor}",
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": "{label.indigo.fgColor.rest}",
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
+ "value": "#494edf",
39103
+ "type": "color"
39104
+ },
37979
39105
  "label-indigo-fgColor-active": {
37980
39106
  "key": "{label.indigo.fgColor.active}",
37981
39107
  "$extensions": {
@@ -38246,6 +39372,147 @@
38246
39372
  "value": "#f7eea1",
38247
39373
  "type": "color"
38248
39374
  },
39375
+ "label-lemon-borderColor": {
39376
+ "key": "{label.lemon.borderColor}",
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",
39434
+ "filePath": "src/tokens/component/label.json5",
39435
+ "isSource": true,
39436
+ "$type": "color"
39437
+ }
39438
+ }
39439
+ },
39440
+ "filePath": "src/tokens/component/label.json5",
39441
+ "isSource": true,
39442
+ "original": {
39443
+ "$value": "{label.lemon.fgColor.rest}",
39444
+ "$type": "color",
39445
+ "$extensions": {
39446
+ "org.primer.figma": {
39447
+ "collection": "mode",
39448
+ "group": "component",
39449
+ "scopes": ["borderColor"]
39450
+ },
39451
+ "org.primer.overrides": {
39452
+ "dark": {
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}",
39502
+ "filePath": "src/tokens/component/label.json5",
39503
+ "isSource": true,
39504
+ "$type": "color"
39505
+ }
39506
+ }
39507
+ },
39508
+ "key": "{label.lemon.borderColor}"
39509
+ },
39510
+ "name": "label-lemon-borderColor",
39511
+ "attributes": {},
39512
+ "path": ["label", "lemon", "borderColor"],
39513
+ "value": "#786002",
39514
+ "type": "color"
39515
+ },
38249
39516
  "label-lemon-fgColor-active": {
38250
39517
  "key": "{label.lemon.fgColor.active}",
38251
39518
  "$extensions": {
@@ -38516,6 +39783,147 @@
38516
39783
  "value": "#e3f2b5",
38517
39784
  "type": "color"
38518
39785
  },
39786
+ "label-lime-borderColor": {
39787
+ "key": "{label.lime.borderColor}",
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": "{label.lime.fgColor.rest}",
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
+ "value": "#476c28",
39925
+ "type": "color"
39926
+ },
38519
39927
  "label-lime-fgColor-active": {
38520
39928
  "key": "{label.lime.fgColor.active}",
38521
39929
  "$extensions": {
@@ -38786,6 +40194,147 @@
38786
40194
  "value": "#f0f0ad",
38787
40195
  "type": "color"
38788
40196
  },
40197
+ "label-olive-borderColor": {
40198
+ "key": "{label.olive.borderColor}",
40199
+ "$extensions": {
40200
+ "org.primer.figma": {
40201
+ "collection": "mode",
40202
+ "group": "component",
40203
+ "scopes": ["borderColor"]
40204
+ },
40205
+ "org.primer.overrides": {
40206
+ "dark": {
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",
40256
+ "filePath": "src/tokens/component/label.json5",
40257
+ "isSource": true,
40258
+ "$type": "color"
40259
+ }
40260
+ }
40261
+ },
40262
+ "filePath": "src/tokens/component/label.json5",
40263
+ "isSource": true,
40264
+ "original": {
40265
+ "$value": "{label.olive.fgColor.rest}",
40266
+ "$type": "color",
40267
+ "$extensions": {
40268
+ "org.primer.figma": {
40269
+ "collection": "mode",
40270
+ "group": "component",
40271
+ "scopes": ["borderColor"]
40272
+ },
40273
+ "org.primer.overrides": {
40274
+ "dark": {
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}",
40324
+ "filePath": "src/tokens/component/label.json5",
40325
+ "isSource": true,
40326
+ "$type": "color"
40327
+ }
40328
+ }
40329
+ },
40330
+ "key": "{label.olive.borderColor}"
40331
+ },
40332
+ "name": "label-olive-borderColor",
40333
+ "attributes": {},
40334
+ "path": ["label", "olive", "borderColor"],
40335
+ "value": "#56682c",
40336
+ "type": "color"
40337
+ },
38789
40338
  "label-olive-fgColor-active": {
38790
40339
  "key": "{label.olive.fgColor.active}",
38791
40340
  "$extensions": {
@@ -39056,6 +40605,147 @@
39056
40605
  "value": "#ffe7d1",
39057
40606
  "type": "color"
39058
40607
  },
40608
+ "label-orange-borderColor": {
40609
+ "key": "{label.orange.borderColor}",
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": "{label.orange.fgColor.rest}",
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}"
40742
+ },
40743
+ "name": "label-orange-borderColor",
40744
+ "attributes": {},
40745
+ "path": ["label", "orange", "borderColor"],
40746
+ "value": "#a24610",
40747
+ "type": "color"
40748
+ },
39059
40749
  "label-orange-fgColor-active": {
39060
40750
  "key": "{label.orange.fgColor.active}",
39061
40751
  "$extensions": {
@@ -39326,6 +41016,147 @@
39326
41016
  "value": "#bff8db",
39327
41017
  "type": "color"
39328
41018
  },
41019
+ "label-pine-borderColor": {
41020
+ "key": "{label.pine.borderColor}",
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": "{label.pine.fgColor.rest}",
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
+ "value": "#156f4b",
41158
+ "type": "color"
41159
+ },
39329
41160
  "label-pine-fgColor-active": {
39330
41161
  "key": "{label.pine.fgColor.active}",
39331
41162
  "$extensions": {
@@ -39596,6 +41427,147 @@
39596
41427
  "value": "#ffe5f1",
39597
41428
  "type": "color"
39598
41429
  },
41430
+ "label-pink-borderColor": {
41431
+ "key": "{label.pink.borderColor}",
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": "{label.pink.fgColor.rest}",
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}"
41564
+ },
41565
+ "name": "label-pink-borderColor",
41566
+ "attributes": {},
41567
+ "path": ["label", "pink", "borderColor"],
41568
+ "value": "#b12f79",
41569
+ "type": "color"
41570
+ },
39599
41571
  "label-pink-fgColor-active": {
39600
41572
  "key": "{label.pink.fgColor.active}",
39601
41573
  "$extensions": {
@@ -39866,6 +41838,147 @@
39866
41838
  "value": "#f8e5ff",
39867
41839
  "type": "color"
39868
41840
  },
41841
+ "label-plum-borderColor": {
41842
+ "key": "{label.plum.borderColor}",
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": "{label.plum.fgColor.rest}",
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
+ "value": "#961edc",
41980
+ "type": "color"
41981
+ },
39869
41982
  "label-plum-fgColor-active": {
39870
41983
  "key": "{label.plum.fgColor.active}",
39871
41984
  "$extensions": {
@@ -40136,6 +42249,147 @@
40136
42249
  "value": "#f1e5ff",
40137
42250
  "type": "color"
40138
42251
  },
42252
+ "label-purple-borderColor": {
42253
+ "key": "{label.purple.borderColor}",
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",
42311
+ "filePath": "src/tokens/component/label.json5",
42312
+ "isSource": true,
42313
+ "$type": "color"
42314
+ }
42315
+ }
42316
+ },
42317
+ "filePath": "src/tokens/component/label.json5",
42318
+ "isSource": true,
42319
+ "original": {
42320
+ "$value": "{label.purple.fgColor.rest}",
42321
+ "$type": "color",
42322
+ "$extensions": {
42323
+ "org.primer.figma": {
42324
+ "collection": "mode",
42325
+ "group": "component",
42326
+ "scopes": ["borderColor"]
42327
+ },
42328
+ "org.primer.overrides": {
42329
+ "dark": {
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}",
42379
+ "filePath": "src/tokens/component/label.json5",
42380
+ "isSource": true,
42381
+ "$type": "color"
42382
+ }
42383
+ }
42384
+ },
42385
+ "key": "{label.purple.borderColor}"
42386
+ },
42387
+ "name": "label-purple-borderColor",
42388
+ "attributes": {},
42389
+ "path": ["label", "purple", "borderColor"],
42390
+ "value": "#783ae4",
42391
+ "type": "color"
42392
+ },
40139
42393
  "label-purple-fgColor-active": {
40140
42394
  "key": "{label.purple.fgColor.active}",
40141
42395
  "$extensions": {
@@ -40406,6 +42660,147 @@
40406
42660
  "value": "#ffe2e0",
40407
42661
  "type": "color"
40408
42662
  },
42663
+ "label-red-borderColor": {
42664
+ "key": "{label.red.borderColor}",
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": "{label.red.fgColor.rest}",
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
+ "value": "#c50d28",
42802
+ "type": "color"
42803
+ },
40409
42804
  "label-red-fgColor-active": {
40410
42805
  "key": "{label.red.fgColor.active}",
40411
42806
  "$extensions": {
@@ -40676,6 +43071,147 @@
40676
43071
  "value": "#c7f5ef",
40677
43072
  "type": "color"
40678
43073
  },
43074
+ "label-teal-borderColor": {
43075
+ "key": "{label.teal.borderColor}",
43076
+ "$extensions": {
43077
+ "org.primer.figma": {
43078
+ "collection": "mode",
43079
+ "group": "component",
43080
+ "scopes": ["borderColor"]
43081
+ },
43082
+ "org.primer.overrides": {
43083
+ "dark": {
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",
43133
+ "filePath": "src/tokens/component/label.json5",
43134
+ "isSource": true,
43135
+ "$type": "color"
43136
+ }
43137
+ }
43138
+ },
43139
+ "filePath": "src/tokens/component/label.json5",
43140
+ "isSource": true,
43141
+ "original": {
43142
+ "$value": "{label.teal.fgColor.rest}",
43143
+ "$type": "color",
43144
+ "$extensions": {
43145
+ "org.primer.figma": {
43146
+ "collection": "mode",
43147
+ "group": "component",
43148
+ "scopes": ["borderColor"]
43149
+ },
43150
+ "org.primer.overrides": {
43151
+ "dark": {
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}",
43201
+ "filePath": "src/tokens/component/label.json5",
43202
+ "isSource": true,
43203
+ "$type": "color"
43204
+ }
43205
+ }
43206
+ },
43207
+ "key": "{label.teal.borderColor}"
43208
+ },
43209
+ "name": "label-teal-borderColor",
43210
+ "attributes": {},
43211
+ "path": ["label", "teal", "borderColor"],
43212
+ "value": "#106e75",
43213
+ "type": "color"
43214
+ },
40679
43215
  "label-teal-fgColor-active": {
40680
43216
  "key": "{label.teal.fgColor.active}",
40681
43217
  "$extensions": {
@@ -40946,6 +43482,147 @@
40946
43482
  "value": "#ffec9e",
40947
43483
  "type": "color"
40948
43484
  },
43485
+ "label-yellow-borderColor": {
43486
+ "key": "{label.yellow.borderColor}",
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": "{label.yellow.fgColor.rest}",
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
+ "value": "#805900",
43624
+ "type": "color"
43625
+ },
40949
43626
  "label-yellow-fgColor-active": {
40950
43627
  "key": "{label.yellow.fgColor.active}",
40951
43628
  "$extensions": {