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