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