@primer/primitives 11.0.0 → 11.1.0-rc.f0583fc7

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