@primer/primitives 7.16.0-rc.f109b0ca → 7.16.0-rc.fe16fd19

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 (182) hide show
  1. package/dist/css/functional/themes/dark-colorblind.css +240 -0
  2. package/dist/css/functional/themes/dark-dimmed.css +240 -0
  3. package/dist/css/functional/themes/dark-high-contrast.css +240 -0
  4. package/dist/css/functional/themes/dark-tritanopia.css +240 -0
  5. package/dist/css/functional/themes/dark.css +240 -0
  6. package/dist/css/functional/themes/light-colorblind.css +240 -0
  7. package/dist/css/functional/themes/light-high-contrast.css +240 -0
  8. package/dist/css/functional/themes/light-tritanopia.css +240 -0
  9. package/dist/css/functional/themes/light.css +240 -0
  10. package/dist/docs/functional/themes/dark-colorblind.json +3514 -0
  11. package/dist/docs/functional/themes/dark-dimmed.json +3514 -0
  12. package/dist/docs/functional/themes/dark-high-contrast.json +3514 -0
  13. package/dist/docs/functional/themes/dark-tritanopia.json +3514 -0
  14. package/dist/docs/functional/themes/dark.json +3514 -0
  15. package/dist/docs/functional/themes/light-colorblind.json +3514 -2
  16. package/dist/docs/functional/themes/light-high-contrast.json +3514 -2
  17. package/dist/docs/functional/themes/light-tritanopia.json +3514 -2
  18. package/dist/docs/functional/themes/light.json +3514 -2
  19. package/dist/fallbacks/color-fallbacks.json +260 -0
  20. package/dist/figma/figma.json +2 -2
  21. package/dist/figma/themes/dark-colorblind.json +2101 -164
  22. package/dist/figma/themes/dark-dimmed.json +2100 -163
  23. package/dist/figma/themes/dark-high-contrast.json +2101 -164
  24. package/dist/figma/themes/dark-tritanopia.json +2101 -164
  25. package/dist/figma/themes/dark.json +2101 -164
  26. package/dist/figma/themes/light-colorblind.json +2105 -169
  27. package/dist/figma/themes/light-high-contrast.json +2106 -170
  28. package/dist/figma/themes/light-tritanopia.json +2105 -169
  29. package/dist/figma/themes/light.json +2105 -169
  30. package/dist/internalCss/dark-colorblind.css +240 -0
  31. package/dist/internalCss/dark-dimmed.css +240 -0
  32. package/dist/internalCss/dark-high-contrast.css +240 -0
  33. package/dist/internalCss/dark-tritanopia.css +240 -0
  34. package/dist/internalCss/dark.css +240 -0
  35. package/dist/internalCss/light-colorblind.css +240 -0
  36. package/dist/internalCss/light-high-contrast.css +240 -0
  37. package/dist/internalCss/light-tritanopia.css +240 -0
  38. package/dist/internalCss/light.css +240 -0
  39. package/package.json +6 -4
  40. package/tokens-next-private/css/functional/themes/dark-colorblind.css +240 -0
  41. package/tokens-next-private/css/functional/themes/dark-dimmed.css +240 -0
  42. package/tokens-next-private/css/functional/themes/dark-high-contrast.css +240 -0
  43. package/tokens-next-private/css/functional/themes/dark-tritanopia.css +240 -0
  44. package/tokens-next-private/css/functional/themes/dark.css +240 -0
  45. package/tokens-next-private/css/functional/themes/light-colorblind.css +240 -0
  46. package/tokens-next-private/css/functional/themes/light-high-contrast.css +240 -0
  47. package/tokens-next-private/css/functional/themes/light-tritanopia.css +240 -0
  48. package/tokens-next-private/css/functional/themes/light.css +240 -0
  49. package/tokens-next-private/docs/functional/themes/dark-colorblind.json +3514 -0
  50. package/tokens-next-private/docs/functional/themes/dark-dimmed.json +3514 -0
  51. package/tokens-next-private/docs/functional/themes/dark-high-contrast.json +3514 -0
  52. package/tokens-next-private/docs/functional/themes/dark-tritanopia.json +3514 -0
  53. package/tokens-next-private/docs/functional/themes/dark.json +3514 -0
  54. package/tokens-next-private/docs/functional/themes/light-colorblind.json +3514 -2
  55. package/tokens-next-private/docs/functional/themes/light-high-contrast.json +3514 -2
  56. package/tokens-next-private/docs/functional/themes/light-tritanopia.json +3514 -2
  57. package/tokens-next-private/docs/functional/themes/light.json +3514 -2
  58. package/tokens-next-private/internalCss/dark-colorblind.css +240 -0
  59. package/tokens-next-private/internalCss/dark-dimmed.css +240 -0
  60. package/tokens-next-private/internalCss/dark-high-contrast.css +240 -0
  61. package/tokens-next-private/internalCss/dark-tritanopia.css +240 -0
  62. package/tokens-next-private/internalCss/dark.css +240 -0
  63. package/tokens-next-private/internalCss/light-colorblind.css +240 -0
  64. package/tokens-next-private/internalCss/light-high-contrast.css +240 -0
  65. package/tokens-next-private/internalCss/light-tritanopia.css +240 -0
  66. package/tokens-next-private/internalCss/light.css +240 -0
  67. package/tokens-v2-private/css/tokens/base/size/size.css +1 -1
  68. package/tokens-v2-private/css/tokens/base/typography/typography.css +1 -1
  69. package/tokens-v2-private/css/tokens/functional/size/border.css +1 -1
  70. package/tokens-v2-private/css/tokens/functional/size/breakpoints.css +1 -1
  71. package/tokens-v2-private/css/tokens/functional/size/size-coarse.css +1 -1
  72. package/tokens-v2-private/css/tokens/functional/size/size-fine.css +1 -1
  73. package/tokens-v2-private/css/tokens/functional/size/size.css +1 -1
  74. package/tokens-v2-private/css/tokens/functional/typography/typography.css +1 -1
  75. package/tokens-v2-private/js/module/tokens/base/size/size.js +1 -1
  76. package/tokens-v2-private/js/module/tokens/base/typography/typography.js +1 -1
  77. package/tokens-v2-private/js/module/tokens/functional/size/border.js +1 -1
  78. package/tokens-v2-private/js/module/tokens/functional/size/breakpoints.js +1 -1
  79. package/tokens-v2-private/js/module/tokens/functional/size/size-coarse.js +1 -1
  80. package/tokens-v2-private/js/module/tokens/functional/size/size-fine.js +1 -1
  81. package/tokens-v2-private/js/module/tokens/functional/size/size.js +1 -1
  82. package/tokens-v2-private/js/module/tokens/functional/size/viewport.js +1 -1
  83. package/tokens-v2-private/js/module/tokens/functional/typography/typography.js +1 -1
  84. package/tokens-v2-private/js/tokens/base/size/size.js +1 -1
  85. package/tokens-v2-private/js/tokens/base/typography/typography.js +1 -1
  86. package/tokens-v2-private/js/tokens/functional/size/border.js +1 -1
  87. package/tokens-v2-private/js/tokens/functional/size/breakpoints.js +1 -1
  88. package/tokens-v2-private/js/tokens/functional/size/size-coarse.js +1 -1
  89. package/tokens-v2-private/js/tokens/functional/size/size-fine.js +1 -1
  90. package/tokens-v2-private/js/tokens/functional/size/size.js +1 -1
  91. package/tokens-v2-private/js/tokens/functional/size/viewport.js +1 -1
  92. package/tokens-v2-private/js/tokens/functional/typography/typography.js +1 -1
  93. package/tokens-v2-private/scss/tokens/base/size/size.scss +1 -1
  94. package/tokens-v2-private/scss/tokens/base/typography/typography.scss +1 -1
  95. package/tokens-v2-private/scss/tokens/functional/size/border.scss +1 -1
  96. package/tokens-v2-private/scss/tokens/functional/size/breakpoints.scss +1 -1
  97. package/tokens-v2-private/scss/tokens/functional/size/size-coarse.scss +1 -1
  98. package/tokens-v2-private/scss/tokens/functional/size/size-fine.scss +1 -1
  99. package/tokens-v2-private/scss/tokens/functional/size/size.scss +1 -1
  100. package/tokens-v2-private/scss/tokens/functional/size/viewport.scss +1 -1
  101. package/tokens-v2-private/scss/tokens/functional/typography/typography.scss +1 -1
  102. package/tokens-v2-private/ts/tokens/base/size/size.d.ts +1 -1
  103. package/tokens-v2-private/ts/tokens/base/size/size.js +1 -1
  104. package/tokens-v2-private/ts/tokens/base/typography/typography.d.ts +1 -1
  105. package/tokens-v2-private/ts/tokens/base/typography/typography.js +1 -1
  106. package/tokens-v2-private/ts/tokens/functional/size/border.d.ts +1 -1
  107. package/tokens-v2-private/ts/tokens/functional/size/border.js +1 -1
  108. package/tokens-v2-private/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  109. package/tokens-v2-private/ts/tokens/functional/size/breakpoints.js +1 -1
  110. package/tokens-v2-private/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  111. package/tokens-v2-private/ts/tokens/functional/size/size-coarse.js +1 -1
  112. package/tokens-v2-private/ts/tokens/functional/size/size-fine.d.ts +1 -1
  113. package/tokens-v2-private/ts/tokens/functional/size/size-fine.js +1 -1
  114. package/tokens-v2-private/ts/tokens/functional/size/size.d.ts +1 -1
  115. package/tokens-v2-private/ts/tokens/functional/size/size.js +1 -1
  116. package/tokens-v2-private/ts/tokens/functional/size/viewport.d.ts +1 -1
  117. package/tokens-v2-private/ts/tokens/functional/size/viewport.js +1 -1
  118. package/tokens-v2-private/ts/tokens/functional/typography/typography.d.ts +1 -1
  119. package/tokens-v2-private/ts/tokens/functional/typography/typography.js +1 -1
  120. package/dist/scss/base/size/size.scss +0 -17
  121. package/dist/scss/base/typography/typography.scss +0 -4
  122. package/dist/scss/functional/motion/motion.scss +0 -3
  123. package/dist/scss/functional/size/border.scss +0 -12
  124. package/dist/scss/functional/size/breakpoints.scss +0 -6
  125. package/dist/scss/functional/size/size-coarse.scss +0 -3
  126. package/dist/scss/functional/size/size-fine.scss +0 -3
  127. package/dist/scss/functional/size/size.scss +0 -72
  128. package/dist/scss/functional/size/viewport.scss +0 -6
  129. package/dist/scss/functional/themes/dark-colorblind.scss +0 -414
  130. package/dist/scss/functional/themes/dark-dimmed.scss +0 -414
  131. package/dist/scss/functional/themes/dark-high-contrast.scss +0 -414
  132. package/dist/scss/functional/themes/dark-tritanopia.scss +0 -414
  133. package/dist/scss/functional/themes/dark.scss +0 -414
  134. package/dist/scss/functional/themes/light-colorblind.scss +0 -414
  135. package/dist/scss/functional/themes/light-high-contrast.scss +0 -414
  136. package/dist/scss/functional/themes/light-tritanopia.scss +0 -414
  137. package/dist/scss/functional/themes/light.scss +0 -414
  138. package/dist/scss/functional/typography/typography.scss +0 -45
  139. package/tokens-next-private/figma/dimension/dimension.json +0 -1068
  140. package/tokens-next-private/figma/figma.json +0 -116
  141. package/tokens-next-private/figma/scales/dark-dimmed.json +0 -1398
  142. package/tokens-next-private/figma/scales/dark-high-constrast.json +0 -1398
  143. package/tokens-next-private/figma/scales/dark.json +0 -1398
  144. package/tokens-next-private/figma/scales/light-high-constrast.json +0 -1398
  145. package/tokens-next-private/figma/scales/light.json +0 -1398
  146. package/tokens-next-private/figma/shadows/dark-colorblind.json +0 -1152
  147. package/tokens-next-private/figma/shadows/dark-dimmed.json +0 -1152
  148. package/tokens-next-private/figma/shadows/dark-high-contrast.json +0 -1152
  149. package/tokens-next-private/figma/shadows/dark-tritanopia.json +0 -1152
  150. package/tokens-next-private/figma/shadows/dark.json +0 -1152
  151. package/tokens-next-private/figma/shadows/light-colorblind.json +0 -1052
  152. package/tokens-next-private/figma/shadows/light-high-contrast.json +0 -1052
  153. package/tokens-next-private/figma/shadows/light-tritanopia.json +0 -1052
  154. package/tokens-next-private/figma/shadows/light.json +0 -1052
  155. package/tokens-next-private/figma/themes/dark-colorblind.json +0 -7759
  156. package/tokens-next-private/figma/themes/dark-dimmed.json +0 -7757
  157. package/tokens-next-private/figma/themes/dark-high-contrast.json +0 -7766
  158. package/tokens-next-private/figma/themes/dark-tritanopia.json +0 -7760
  159. package/tokens-next-private/figma/themes/dark.json +0 -7759
  160. package/tokens-next-private/figma/themes/light-colorblind.json +0 -7636
  161. package/tokens-next-private/figma/themes/light-high-contrast.json +0 -7634
  162. package/tokens-next-private/figma/themes/light-tritanopia.json +0 -7630
  163. package/tokens-next-private/figma/themes/light.json +0 -7629
  164. package/tokens-next-private/scss/base/size/size.scss +0 -17
  165. package/tokens-next-private/scss/base/typography/typography.scss +0 -4
  166. package/tokens-next-private/scss/functional/motion/motion.scss +0 -3
  167. package/tokens-next-private/scss/functional/size/border.scss +0 -12
  168. package/tokens-next-private/scss/functional/size/breakpoints.scss +0 -6
  169. package/tokens-next-private/scss/functional/size/size-coarse.scss +0 -3
  170. package/tokens-next-private/scss/functional/size/size-fine.scss +0 -3
  171. package/tokens-next-private/scss/functional/size/size.scss +0 -72
  172. package/tokens-next-private/scss/functional/size/viewport.scss +0 -6
  173. package/tokens-next-private/scss/functional/themes/dark-colorblind.scss +0 -414
  174. package/tokens-next-private/scss/functional/themes/dark-dimmed.scss +0 -414
  175. package/tokens-next-private/scss/functional/themes/dark-high-contrast.scss +0 -414
  176. package/tokens-next-private/scss/functional/themes/dark-tritanopia.scss +0 -414
  177. package/tokens-next-private/scss/functional/themes/dark.scss +0 -414
  178. package/tokens-next-private/scss/functional/themes/light-colorblind.scss +0 -414
  179. package/tokens-next-private/scss/functional/themes/light-high-contrast.scss +0 -414
  180. package/tokens-next-private/scss/functional/themes/light-tritanopia.scss +0 -414
  181. package/tokens-next-private/scss/functional/themes/light.scss +0 -414
  182. package/tokens-next-private/scss/functional/typography/typography.scss +0 -45
@@ -8509,6 +8509,3341 @@
8509
8509
  "attributes": {},
8510
8510
  "path": ["selection", "bgColor"]
8511
8511
  },
8512
+ "card-bgColor": {
8513
+ "value": "#ffffff",
8514
+ "$type": "color",
8515
+ "$extensions": {
8516
+ "org.primer.figma": {
8517
+ "collection": "mode",
8518
+ "mode": "light",
8519
+ "group": "component",
8520
+ "scopes": ["bgColor"]
8521
+ }
8522
+ },
8523
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8524
+ "isSource": true,
8525
+ "original": {
8526
+ "value": "{bgColor.default}",
8527
+ "$type": "color",
8528
+ "$extensions": {
8529
+ "org.primer.figma": {
8530
+ "collection": "mode",
8531
+ "mode": "light",
8532
+ "group": "component",
8533
+ "scopes": ["bgColor"]
8534
+ }
8535
+ }
8536
+ },
8537
+ "name": "card-bgColor",
8538
+ "attributes": {},
8539
+ "path": ["card", "bgColor"]
8540
+ },
8541
+ "label-green-bgColor-rest": {
8542
+ "value": "#caf7ca",
8543
+ "$type": "color",
8544
+ "$extensions": {
8545
+ "org.primer.figma": {
8546
+ "collection": "mode",
8547
+ "mode": "light",
8548
+ "group": "component",
8549
+ "scopes": ["bgColor"]
8550
+ }
8551
+ },
8552
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8553
+ "isSource": true,
8554
+ "original": {
8555
+ "value": "{base.display.color.green.0}",
8556
+ "$type": "color",
8557
+ "$extensions": {
8558
+ "org.primer.figma": {
8559
+ "collection": "mode",
8560
+ "mode": "light",
8561
+ "group": "component",
8562
+ "scopes": ["bgColor"]
8563
+ }
8564
+ }
8565
+ },
8566
+ "name": "label-green-bgColor-rest",
8567
+ "attributes": {},
8568
+ "path": ["label", "green", "bgColor", "rest"]
8569
+ },
8570
+ "label-green-bgColor-hover": {
8571
+ "value": "#9ceda0",
8572
+ "$type": "color",
8573
+ "$extensions": {
8574
+ "org.primer.figma": {
8575
+ "collection": "mode",
8576
+ "mode": "light",
8577
+ "group": "component",
8578
+ "scopes": ["bgColor"]
8579
+ }
8580
+ },
8581
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8582
+ "isSource": true,
8583
+ "original": {
8584
+ "value": "{base.display.color.green.1}",
8585
+ "$type": "color",
8586
+ "$extensions": {
8587
+ "org.primer.figma": {
8588
+ "collection": "mode",
8589
+ "mode": "light",
8590
+ "group": "component",
8591
+ "scopes": ["bgColor"]
8592
+ }
8593
+ }
8594
+ },
8595
+ "name": "label-green-bgColor-hover",
8596
+ "attributes": {},
8597
+ "path": ["label", "green", "bgColor", "hover"]
8598
+ },
8599
+ "label-green-bgColor-active": {
8600
+ "value": "#54d961",
8601
+ "$type": "color",
8602
+ "$extensions": {
8603
+ "org.primer.figma": {
8604
+ "collection": "mode",
8605
+ "mode": "light",
8606
+ "group": "component",
8607
+ "scopes": ["bgColor"]
8608
+ }
8609
+ },
8610
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8611
+ "isSource": true,
8612
+ "original": {
8613
+ "value": "{base.display.color.green.2}",
8614
+ "$type": "color",
8615
+ "$extensions": {
8616
+ "org.primer.figma": {
8617
+ "collection": "mode",
8618
+ "mode": "light",
8619
+ "group": "component",
8620
+ "scopes": ["bgColor"]
8621
+ }
8622
+ }
8623
+ },
8624
+ "name": "label-green-bgColor-active",
8625
+ "attributes": {},
8626
+ "path": ["label", "green", "bgColor", "active"]
8627
+ },
8628
+ "label-green-fgColor-rest": {
8629
+ "value": "#2b6e3f",
8630
+ "$type": "color",
8631
+ "$extensions": {
8632
+ "org.primer.figma": {
8633
+ "collection": "mode",
8634
+ "mode": "light",
8635
+ "group": "component",
8636
+ "scopes": ["fgColor"]
8637
+ }
8638
+ },
8639
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8640
+ "isSource": true,
8641
+ "original": {
8642
+ "value": "{base.display.color.green.6}",
8643
+ "$type": "color",
8644
+ "$extensions": {
8645
+ "org.primer.figma": {
8646
+ "collection": "mode",
8647
+ "mode": "light",
8648
+ "group": "component",
8649
+ "scopes": ["fgColor"]
8650
+ }
8651
+ }
8652
+ },
8653
+ "name": "label-green-fgColor-rest",
8654
+ "attributes": {},
8655
+ "path": ["label", "green", "fgColor", "rest"]
8656
+ },
8657
+ "label-green-fgColor-hover": {
8658
+ "value": "#285c3b",
8659
+ "$type": "color",
8660
+ "$extensions": {
8661
+ "org.primer.figma": {
8662
+ "collection": "mode",
8663
+ "mode": "light",
8664
+ "group": "component",
8665
+ "scopes": ["fgColor"]
8666
+ }
8667
+ },
8668
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8669
+ "isSource": true,
8670
+ "original": {
8671
+ "value": "{base.display.color.green.7}",
8672
+ "$type": "color",
8673
+ "$extensions": {
8674
+ "org.primer.figma": {
8675
+ "collection": "mode",
8676
+ "mode": "light",
8677
+ "group": "component",
8678
+ "scopes": ["fgColor"]
8679
+ }
8680
+ }
8681
+ },
8682
+ "name": "label-green-fgColor-hover",
8683
+ "attributes": {},
8684
+ "path": ["label", "green", "fgColor", "hover"]
8685
+ },
8686
+ "label-green-fgColor-active": {
8687
+ "value": "#254b34",
8688
+ "$type": "color",
8689
+ "$extensions": {
8690
+ "org.primer.figma": {
8691
+ "collection": "mode",
8692
+ "mode": "light",
8693
+ "group": "component",
8694
+ "scopes": ["fgColor"]
8695
+ }
8696
+ },
8697
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8698
+ "isSource": true,
8699
+ "original": {
8700
+ "value": "{base.display.color.green.8}",
8701
+ "$type": "color",
8702
+ "$extensions": {
8703
+ "org.primer.figma": {
8704
+ "collection": "mode",
8705
+ "mode": "light",
8706
+ "group": "component",
8707
+ "scopes": ["fgColor"]
8708
+ }
8709
+ }
8710
+ },
8711
+ "name": "label-green-fgColor-active",
8712
+ "attributes": {},
8713
+ "path": ["label", "green", "fgColor", "active"]
8714
+ },
8715
+ "label-orange-bgColor-rest": {
8716
+ "value": "#ffe7d1",
8717
+ "$type": "color",
8718
+ "$extensions": {
8719
+ "org.primer.figma": {
8720
+ "collection": "mode",
8721
+ "mode": "light",
8722
+ "group": "component",
8723
+ "scopes": ["bgColor"]
8724
+ }
8725
+ },
8726
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8727
+ "isSource": true,
8728
+ "original": {
8729
+ "value": "{base.display.color.orange.0}",
8730
+ "$type": "color",
8731
+ "$extensions": {
8732
+ "org.primer.figma": {
8733
+ "collection": "mode",
8734
+ "mode": "light",
8735
+ "group": "component",
8736
+ "scopes": ["bgColor"]
8737
+ }
8738
+ }
8739
+ },
8740
+ "name": "label-orange-bgColor-rest",
8741
+ "attributes": {},
8742
+ "path": ["label", "orange", "bgColor", "rest"]
8743
+ },
8744
+ "label-orange-bgColor-hover": {
8745
+ "value": "#fecfaa",
8746
+ "$type": "color",
8747
+ "$extensions": {
8748
+ "org.primer.figma": {
8749
+ "collection": "mode",
8750
+ "mode": "light",
8751
+ "group": "component",
8752
+ "scopes": ["bgColor"]
8753
+ }
8754
+ },
8755
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8756
+ "isSource": true,
8757
+ "original": {
8758
+ "value": "{base.display.color.orange.1}",
8759
+ "$type": "color",
8760
+ "$extensions": {
8761
+ "org.primer.figma": {
8762
+ "collection": "mode",
8763
+ "mode": "light",
8764
+ "group": "component",
8765
+ "scopes": ["bgColor"]
8766
+ }
8767
+ }
8768
+ },
8769
+ "name": "label-orange-bgColor-hover",
8770
+ "attributes": {},
8771
+ "path": ["label", "orange", "bgColor", "hover"]
8772
+ },
8773
+ "label-orange-bgColor-active": {
8774
+ "value": "#fbaf74",
8775
+ "$type": "color",
8776
+ "$extensions": {
8777
+ "org.primer.figma": {
8778
+ "collection": "mode",
8779
+ "mode": "light",
8780
+ "group": "component",
8781
+ "scopes": ["bgColor"]
8782
+ }
8783
+ },
8784
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8785
+ "isSource": true,
8786
+ "original": {
8787
+ "value": "{base.display.color.orange.2}",
8788
+ "$type": "color",
8789
+ "$extensions": {
8790
+ "org.primer.figma": {
8791
+ "collection": "mode",
8792
+ "mode": "light",
8793
+ "group": "component",
8794
+ "scopes": ["bgColor"]
8795
+ }
8796
+ }
8797
+ },
8798
+ "name": "label-orange-bgColor-active",
8799
+ "attributes": {},
8800
+ "path": ["label", "orange", "bgColor", "active"]
8801
+ },
8802
+ "label-orange-fgColor-rest": {
8803
+ "value": "#a24610",
8804
+ "$type": "color",
8805
+ "$extensions": {
8806
+ "org.primer.figma": {
8807
+ "collection": "mode",
8808
+ "mode": "light",
8809
+ "group": "component",
8810
+ "scopes": ["fgColor"]
8811
+ }
8812
+ },
8813
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8814
+ "isSource": true,
8815
+ "original": {
8816
+ "value": "{base.display.color.orange.6}",
8817
+ "$type": "color",
8818
+ "$extensions": {
8819
+ "org.primer.figma": {
8820
+ "collection": "mode",
8821
+ "mode": "light",
8822
+ "group": "component",
8823
+ "scopes": ["fgColor"]
8824
+ }
8825
+ }
8826
+ },
8827
+ "name": "label-orange-fgColor-rest",
8828
+ "attributes": {},
8829
+ "path": ["label", "orange", "fgColor", "rest"]
8830
+ },
8831
+ "label-orange-fgColor-hover": {
8832
+ "value": "#8d3c11",
8833
+ "$type": "color",
8834
+ "$extensions": {
8835
+ "org.primer.figma": {
8836
+ "collection": "mode",
8837
+ "mode": "light",
8838
+ "group": "component",
8839
+ "scopes": ["fgColor"]
8840
+ }
8841
+ },
8842
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8843
+ "isSource": true,
8844
+ "original": {
8845
+ "value": "{base.display.color.orange.7}",
8846
+ "$type": "color",
8847
+ "$extensions": {
8848
+ "org.primer.figma": {
8849
+ "collection": "mode",
8850
+ "mode": "light",
8851
+ "group": "component",
8852
+ "scopes": ["fgColor"]
8853
+ }
8854
+ }
8855
+ },
8856
+ "name": "label-orange-fgColor-hover",
8857
+ "attributes": {},
8858
+ "path": ["label", "orange", "fgColor", "hover"]
8859
+ },
8860
+ "label-orange-fgColor-active": {
8861
+ "value": "#70300f",
8862
+ "$type": "color",
8863
+ "$extensions": {
8864
+ "org.primer.figma": {
8865
+ "collection": "mode",
8866
+ "mode": "light",
8867
+ "group": "component",
8868
+ "scopes": ["fgColor"]
8869
+ }
8870
+ },
8871
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8872
+ "isSource": true,
8873
+ "original": {
8874
+ "value": "{base.display.color.orange.8}",
8875
+ "$type": "color",
8876
+ "$extensions": {
8877
+ "org.primer.figma": {
8878
+ "collection": "mode",
8879
+ "mode": "light",
8880
+ "group": "component",
8881
+ "scopes": ["fgColor"]
8882
+ }
8883
+ }
8884
+ },
8885
+ "name": "label-orange-fgColor-active",
8886
+ "attributes": {},
8887
+ "path": ["label", "orange", "fgColor", "active"]
8888
+ },
8889
+ "label-purple-bgColor-rest": {
8890
+ "value": "#f1e5ff",
8891
+ "$type": "color",
8892
+ "$extensions": {
8893
+ "org.primer.figma": {
8894
+ "collection": "mode",
8895
+ "mode": "light",
8896
+ "group": "component",
8897
+ "scopes": ["bgColor"]
8898
+ }
8899
+ },
8900
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8901
+ "isSource": true,
8902
+ "original": {
8903
+ "value": "{base.display.color.purple.0}",
8904
+ "$type": "color",
8905
+ "$extensions": {
8906
+ "org.primer.figma": {
8907
+ "collection": "mode",
8908
+ "mode": "light",
8909
+ "group": "component",
8910
+ "scopes": ["bgColor"]
8911
+ }
8912
+ }
8913
+ },
8914
+ "name": "label-purple-bgColor-rest",
8915
+ "attributes": {},
8916
+ "path": ["label", "purple", "bgColor", "rest"]
8917
+ },
8918
+ "label-purple-bgColor-hover": {
8919
+ "value": "#e6d2fe",
8920
+ "$type": "color",
8921
+ "$extensions": {
8922
+ "org.primer.figma": {
8923
+ "collection": "mode",
8924
+ "mode": "light",
8925
+ "group": "component",
8926
+ "scopes": ["bgColor"]
8927
+ }
8928
+ },
8929
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8930
+ "isSource": true,
8931
+ "original": {
8932
+ "value": "{base.display.color.purple.1}",
8933
+ "$type": "color",
8934
+ "$extensions": {
8935
+ "org.primer.figma": {
8936
+ "collection": "mode",
8937
+ "mode": "light",
8938
+ "group": "component",
8939
+ "scopes": ["bgColor"]
8940
+ }
8941
+ }
8942
+ },
8943
+ "name": "label-purple-bgColor-hover",
8944
+ "attributes": {},
8945
+ "path": ["label", "purple", "bgColor", "hover"]
8946
+ },
8947
+ "label-purple-bgColor-active": {
8948
+ "value": "#d1b1fc",
8949
+ "$type": "color",
8950
+ "$extensions": {
8951
+ "org.primer.figma": {
8952
+ "collection": "mode",
8953
+ "mode": "light",
8954
+ "group": "component",
8955
+ "scopes": ["bgColor"]
8956
+ }
8957
+ },
8958
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8959
+ "isSource": true,
8960
+ "original": {
8961
+ "value": "{base.display.color.purple.2}",
8962
+ "$type": "color",
8963
+ "$extensions": {
8964
+ "org.primer.figma": {
8965
+ "collection": "mode",
8966
+ "mode": "light",
8967
+ "group": "component",
8968
+ "scopes": ["bgColor"]
8969
+ }
8970
+ }
8971
+ },
8972
+ "name": "label-purple-bgColor-active",
8973
+ "attributes": {},
8974
+ "path": ["label", "purple", "bgColor", "active"]
8975
+ },
8976
+ "label-purple-fgColor-rest": {
8977
+ "value": "#783ae4",
8978
+ "$type": "color",
8979
+ "$extensions": {
8980
+ "org.primer.figma": {
8981
+ "collection": "mode",
8982
+ "mode": "light",
8983
+ "group": "component",
8984
+ "scopes": ["fgColor"]
8985
+ }
8986
+ },
8987
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
8988
+ "isSource": true,
8989
+ "original": {
8990
+ "value": "{base.display.color.purple.6}",
8991
+ "$type": "color",
8992
+ "$extensions": {
8993
+ "org.primer.figma": {
8994
+ "collection": "mode",
8995
+ "mode": "light",
8996
+ "group": "component",
8997
+ "scopes": ["fgColor"]
8998
+ }
8999
+ }
9000
+ },
9001
+ "name": "label-purple-fgColor-rest",
9002
+ "attributes": {},
9003
+ "path": ["label", "purple", "fgColor", "rest"]
9004
+ },
9005
+ "label-purple-fgColor-hover": {
9006
+ "value": "#6223d7",
9007
+ "$type": "color",
9008
+ "$extensions": {
9009
+ "org.primer.figma": {
9010
+ "collection": "mode",
9011
+ "mode": "light",
9012
+ "group": "component",
9013
+ "scopes": ["fgColor"]
9014
+ }
9015
+ },
9016
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9017
+ "isSource": true,
9018
+ "original": {
9019
+ "value": "{base.display.color.purple.7}",
9020
+ "$type": "color",
9021
+ "$extensions": {
9022
+ "org.primer.figma": {
9023
+ "collection": "mode",
9024
+ "mode": "light",
9025
+ "group": "component",
9026
+ "scopes": ["fgColor"]
9027
+ }
9028
+ }
9029
+ },
9030
+ "name": "label-purple-fgColor-hover",
9031
+ "attributes": {},
9032
+ "path": ["label", "purple", "fgColor", "hover"]
9033
+ },
9034
+ "label-purple-fgColor-active": {
9035
+ "value": "#4f21ab",
9036
+ "$type": "color",
9037
+ "$extensions": {
9038
+ "org.primer.figma": {
9039
+ "collection": "mode",
9040
+ "mode": "light",
9041
+ "group": "component",
9042
+ "scopes": ["fgColor"]
9043
+ }
9044
+ },
9045
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9046
+ "isSource": true,
9047
+ "original": {
9048
+ "value": "{base.display.color.purple.8}",
9049
+ "$type": "color",
9050
+ "$extensions": {
9051
+ "org.primer.figma": {
9052
+ "collection": "mode",
9053
+ "mode": "light",
9054
+ "group": "component",
9055
+ "scopes": ["fgColor"]
9056
+ }
9057
+ }
9058
+ },
9059
+ "name": "label-purple-fgColor-active",
9060
+ "attributes": {},
9061
+ "path": ["label", "purple", "fgColor", "active"]
9062
+ },
9063
+ "label-red-bgColor-rest": {
9064
+ "value": "#ffe2e0",
9065
+ "$type": "color",
9066
+ "$extensions": {
9067
+ "org.primer.figma": {
9068
+ "collection": "mode",
9069
+ "mode": "light",
9070
+ "group": "component",
9071
+ "scopes": ["bgColor"]
9072
+ }
9073
+ },
9074
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9075
+ "isSource": true,
9076
+ "original": {
9077
+ "value": "{base.display.color.red.0}",
9078
+ "$type": "color",
9079
+ "$extensions": {
9080
+ "org.primer.figma": {
9081
+ "collection": "mode",
9082
+ "mode": "light",
9083
+ "group": "component",
9084
+ "scopes": ["bgColor"]
9085
+ }
9086
+ }
9087
+ },
9088
+ "name": "label-red-bgColor-rest",
9089
+ "attributes": {},
9090
+ "path": ["label", "red", "bgColor", "rest"]
9091
+ },
9092
+ "label-red-bgColor-hover": {
9093
+ "value": "#fecdcd",
9094
+ "$type": "color",
9095
+ "$extensions": {
9096
+ "org.primer.figma": {
9097
+ "collection": "mode",
9098
+ "mode": "light",
9099
+ "group": "component",
9100
+ "scopes": ["bgColor"]
9101
+ }
9102
+ },
9103
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9104
+ "isSource": true,
9105
+ "original": {
9106
+ "value": "{base.display.color.red.1}",
9107
+ "$type": "color",
9108
+ "$extensions": {
9109
+ "org.primer.figma": {
9110
+ "collection": "mode",
9111
+ "mode": "light",
9112
+ "group": "component",
9113
+ "scopes": ["bgColor"]
9114
+ }
9115
+ }
9116
+ },
9117
+ "name": "label-red-bgColor-hover",
9118
+ "attributes": {},
9119
+ "path": ["label", "red", "bgColor", "hover"]
9120
+ },
9121
+ "label-red-bgColor-active": {
9122
+ "value": "#fda5a7",
9123
+ "$type": "color",
9124
+ "$extensions": {
9125
+ "org.primer.figma": {
9126
+ "collection": "mode",
9127
+ "mode": "light",
9128
+ "group": "component",
9129
+ "scopes": ["bgColor"]
9130
+ }
9131
+ },
9132
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9133
+ "isSource": true,
9134
+ "original": {
9135
+ "value": "{base.display.color.red.2}",
9136
+ "$type": "color",
9137
+ "$extensions": {
9138
+ "org.primer.figma": {
9139
+ "collection": "mode",
9140
+ "mode": "light",
9141
+ "group": "component",
9142
+ "scopes": ["bgColor"]
9143
+ }
9144
+ }
9145
+ },
9146
+ "name": "label-red-bgColor-active",
9147
+ "attributes": {},
9148
+ "path": ["label", "red", "bgColor", "active"]
9149
+ },
9150
+ "label-red-fgColor-rest": {
9151
+ "value": "#c50d28",
9152
+ "$type": "color",
9153
+ "$extensions": {
9154
+ "org.primer.figma": {
9155
+ "collection": "mode",
9156
+ "mode": "light",
9157
+ "group": "component",
9158
+ "scopes": ["fgColor"]
9159
+ }
9160
+ },
9161
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9162
+ "isSource": true,
9163
+ "original": {
9164
+ "value": "{base.display.color.red.6}",
9165
+ "$type": "color",
9166
+ "$extensions": {
9167
+ "org.primer.figma": {
9168
+ "collection": "mode",
9169
+ "mode": "light",
9170
+ "group": "component",
9171
+ "scopes": ["fgColor"]
9172
+ }
9173
+ }
9174
+ },
9175
+ "name": "label-red-fgColor-rest",
9176
+ "attributes": {},
9177
+ "path": ["label", "red", "fgColor", "rest"]
9178
+ },
9179
+ "label-red-fgColor-hover": {
9180
+ "value": "#a60c29",
9181
+ "$type": "color",
9182
+ "$extensions": {
9183
+ "org.primer.figma": {
9184
+ "collection": "mode",
9185
+ "mode": "light",
9186
+ "group": "component",
9187
+ "scopes": ["fgColor"]
9188
+ }
9189
+ },
9190
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9191
+ "isSource": true,
9192
+ "original": {
9193
+ "value": "{base.display.color.red.7}",
9194
+ "$type": "color",
9195
+ "$extensions": {
9196
+ "org.primer.figma": {
9197
+ "collection": "mode",
9198
+ "mode": "light",
9199
+ "group": "component",
9200
+ "scopes": ["fgColor"]
9201
+ }
9202
+ }
9203
+ },
9204
+ "name": "label-red-fgColor-hover",
9205
+ "attributes": {},
9206
+ "path": ["label", "red", "fgColor", "hover"]
9207
+ },
9208
+ "label-red-fgColor-active": {
9209
+ "value": "#880c27",
9210
+ "$type": "color",
9211
+ "$extensions": {
9212
+ "org.primer.figma": {
9213
+ "collection": "mode",
9214
+ "mode": "light",
9215
+ "group": "component",
9216
+ "scopes": ["fgColor"]
9217
+ }
9218
+ },
9219
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9220
+ "isSource": true,
9221
+ "original": {
9222
+ "value": "{base.display.color.red.8}",
9223
+ "$type": "color",
9224
+ "$extensions": {
9225
+ "org.primer.figma": {
9226
+ "collection": "mode",
9227
+ "mode": "light",
9228
+ "group": "component",
9229
+ "scopes": ["fgColor"]
9230
+ }
9231
+ }
9232
+ },
9233
+ "name": "label-red-fgColor-active",
9234
+ "attributes": {},
9235
+ "path": ["label", "red", "fgColor", "active"]
9236
+ },
9237
+ "label-yellow-bgColor-rest": {
9238
+ "value": "#ffec9e",
9239
+ "$type": "color",
9240
+ "$extensions": {
9241
+ "org.primer.figma": {
9242
+ "collection": "mode",
9243
+ "mode": "light",
9244
+ "group": "component",
9245
+ "scopes": ["bgColor"]
9246
+ }
9247
+ },
9248
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9249
+ "isSource": true,
9250
+ "original": {
9251
+ "value": "{base.display.color.yellow.0}",
9252
+ "$type": "color",
9253
+ "$extensions": {
9254
+ "org.primer.figma": {
9255
+ "collection": "mode",
9256
+ "mode": "light",
9257
+ "group": "component",
9258
+ "scopes": ["bgColor"]
9259
+ }
9260
+ }
9261
+ },
9262
+ "name": "label-yellow-bgColor-rest",
9263
+ "attributes": {},
9264
+ "path": ["label", "yellow", "bgColor", "rest"]
9265
+ },
9266
+ "label-yellow-bgColor-hover": {
9267
+ "value": "#ffd642",
9268
+ "$type": "color",
9269
+ "$extensions": {
9270
+ "org.primer.figma": {
9271
+ "collection": "mode",
9272
+ "mode": "light",
9273
+ "group": "component",
9274
+ "scopes": ["bgColor"]
9275
+ }
9276
+ },
9277
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9278
+ "isSource": true,
9279
+ "original": {
9280
+ "value": "{base.display.color.yellow.1}",
9281
+ "$type": "color",
9282
+ "$extensions": {
9283
+ "org.primer.figma": {
9284
+ "collection": "mode",
9285
+ "mode": "light",
9286
+ "group": "component",
9287
+ "scopes": ["bgColor"]
9288
+ }
9289
+ }
9290
+ },
9291
+ "name": "label-yellow-bgColor-hover",
9292
+ "attributes": {},
9293
+ "path": ["label", "yellow", "bgColor", "hover"]
9294
+ },
9295
+ "label-yellow-bgColor-active": {
9296
+ "value": "#ebb400",
9297
+ "$type": "color",
9298
+ "$extensions": {
9299
+ "org.primer.figma": {
9300
+ "collection": "mode",
9301
+ "mode": "light",
9302
+ "group": "component",
9303
+ "scopes": ["bgColor"]
9304
+ }
9305
+ },
9306
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9307
+ "isSource": true,
9308
+ "original": {
9309
+ "value": "{base.display.color.yellow.2}",
9310
+ "$type": "color",
9311
+ "$extensions": {
9312
+ "org.primer.figma": {
9313
+ "collection": "mode",
9314
+ "mode": "light",
9315
+ "group": "component",
9316
+ "scopes": ["bgColor"]
9317
+ }
9318
+ }
9319
+ },
9320
+ "name": "label-yellow-bgColor-active",
9321
+ "attributes": {},
9322
+ "path": ["label", "yellow", "bgColor", "active"]
9323
+ },
9324
+ "label-yellow-fgColor-rest": {
9325
+ "value": "#805900",
9326
+ "$type": "color",
9327
+ "$extensions": {
9328
+ "org.primer.figma": {
9329
+ "collection": "mode",
9330
+ "mode": "light",
9331
+ "group": "component",
9332
+ "scopes": ["fgColor"]
9333
+ }
9334
+ },
9335
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9336
+ "isSource": true,
9337
+ "original": {
9338
+ "value": "{base.display.color.yellow.6}",
9339
+ "$type": "color",
9340
+ "$extensions": {
9341
+ "org.primer.figma": {
9342
+ "collection": "mode",
9343
+ "mode": "light",
9344
+ "group": "component",
9345
+ "scopes": ["fgColor"]
9346
+ }
9347
+ }
9348
+ },
9349
+ "name": "label-yellow-fgColor-rest",
9350
+ "attributes": {},
9351
+ "path": ["label", "yellow", "fgColor", "rest"]
9352
+ },
9353
+ "label-yellow-fgColor-hover": {
9354
+ "value": "#704d00",
9355
+ "$type": "color",
9356
+ "$extensions": {
9357
+ "org.primer.figma": {
9358
+ "collection": "mode",
9359
+ "mode": "light",
9360
+ "group": "component",
9361
+ "scopes": ["fgColor"]
9362
+ }
9363
+ },
9364
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9365
+ "isSource": true,
9366
+ "original": {
9367
+ "value": "{base.display.color.yellow.7}",
9368
+ "$type": "color",
9369
+ "$extensions": {
9370
+ "org.primer.figma": {
9371
+ "collection": "mode",
9372
+ "mode": "light",
9373
+ "group": "component",
9374
+ "scopes": ["fgColor"]
9375
+ }
9376
+ }
9377
+ },
9378
+ "name": "label-yellow-fgColor-hover",
9379
+ "attributes": {},
9380
+ "path": ["label", "yellow", "fgColor", "hover"]
9381
+ },
9382
+ "label-yellow-fgColor-active": {
9383
+ "value": "#5c3d00",
9384
+ "$type": "color",
9385
+ "$extensions": {
9386
+ "org.primer.figma": {
9387
+ "collection": "mode",
9388
+ "mode": "light",
9389
+ "group": "component",
9390
+ "scopes": ["fgColor"]
9391
+ }
9392
+ },
9393
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9394
+ "isSource": true,
9395
+ "original": {
9396
+ "value": "{base.display.color.yellow.8}",
9397
+ "$type": "color",
9398
+ "$extensions": {
9399
+ "org.primer.figma": {
9400
+ "collection": "mode",
9401
+ "mode": "light",
9402
+ "group": "component",
9403
+ "scopes": ["fgColor"]
9404
+ }
9405
+ }
9406
+ },
9407
+ "name": "label-yellow-fgColor-active",
9408
+ "attributes": {},
9409
+ "path": ["label", "yellow", "fgColor", "active"]
9410
+ },
9411
+ "label-gray-bgColor-rest": {
9412
+ "value": "#e8ecf2",
9413
+ "$type": "color",
9414
+ "$extensions": {
9415
+ "org.primer.figma": {
9416
+ "collection": "mode",
9417
+ "mode": "light",
9418
+ "group": "component",
9419
+ "scopes": ["bgColor"]
9420
+ }
9421
+ },
9422
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9423
+ "isSource": true,
9424
+ "original": {
9425
+ "value": "{base.display.color.gray.0}",
9426
+ "$type": "color",
9427
+ "$extensions": {
9428
+ "org.primer.figma": {
9429
+ "collection": "mode",
9430
+ "mode": "light",
9431
+ "group": "component",
9432
+ "scopes": ["bgColor"]
9433
+ }
9434
+ }
9435
+ },
9436
+ "name": "label-gray-bgColor-rest",
9437
+ "attributes": {},
9438
+ "path": ["label", "gray", "bgColor", "rest"]
9439
+ },
9440
+ "label-gray-bgColor-hover": {
9441
+ "value": "#d2dae4",
9442
+ "$type": "color",
9443
+ "$extensions": {
9444
+ "org.primer.figma": {
9445
+ "collection": "mode",
9446
+ "mode": "light",
9447
+ "group": "component",
9448
+ "scopes": ["bgColor"]
9449
+ }
9450
+ },
9451
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9452
+ "isSource": true,
9453
+ "original": {
9454
+ "value": "{base.display.color.gray.1}",
9455
+ "$type": "color",
9456
+ "$extensions": {
9457
+ "org.primer.figma": {
9458
+ "collection": "mode",
9459
+ "mode": "light",
9460
+ "group": "component",
9461
+ "scopes": ["bgColor"]
9462
+ }
9463
+ }
9464
+ },
9465
+ "name": "label-gray-bgColor-hover",
9466
+ "attributes": {},
9467
+ "path": ["label", "gray", "bgColor", "hover"]
9468
+ },
9469
+ "label-gray-bgColor-active": {
9470
+ "value": "#b4c0cf",
9471
+ "$type": "color",
9472
+ "$extensions": {
9473
+ "org.primer.figma": {
9474
+ "collection": "mode",
9475
+ "mode": "light",
9476
+ "group": "component",
9477
+ "scopes": ["bgColor"]
9478
+ }
9479
+ },
9480
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9481
+ "isSource": true,
9482
+ "original": {
9483
+ "value": "{base.display.color.gray.2}",
9484
+ "$type": "color",
9485
+ "$extensions": {
9486
+ "org.primer.figma": {
9487
+ "collection": "mode",
9488
+ "mode": "light",
9489
+ "group": "component",
9490
+ "scopes": ["bgColor"]
9491
+ }
9492
+ }
9493
+ },
9494
+ "name": "label-gray-bgColor-active",
9495
+ "attributes": {},
9496
+ "path": ["label", "gray", "bgColor", "active"]
9497
+ },
9498
+ "label-gray-fgColor-rest": {
9499
+ "value": "#5c6570",
9500
+ "$type": "color",
9501
+ "$extensions": {
9502
+ "org.primer.figma": {
9503
+ "collection": "mode",
9504
+ "mode": "light",
9505
+ "group": "component",
9506
+ "scopes": ["fgColor"]
9507
+ }
9508
+ },
9509
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9510
+ "isSource": true,
9511
+ "original": {
9512
+ "value": "{base.display.color.gray.6}",
9513
+ "$type": "color",
9514
+ "$extensions": {
9515
+ "org.primer.figma": {
9516
+ "collection": "mode",
9517
+ "mode": "light",
9518
+ "group": "component",
9519
+ "scopes": ["fgColor"]
9520
+ }
9521
+ }
9522
+ },
9523
+ "name": "label-gray-fgColor-rest",
9524
+ "attributes": {},
9525
+ "path": ["label", "gray", "fgColor", "rest"]
9526
+ },
9527
+ "label-gray-fgColor-hover": {
9528
+ "value": "#4e535a",
9529
+ "$type": "color",
9530
+ "$extensions": {
9531
+ "org.primer.figma": {
9532
+ "collection": "mode",
9533
+ "mode": "light",
9534
+ "group": "component",
9535
+ "scopes": ["fgColor"]
9536
+ }
9537
+ },
9538
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9539
+ "isSource": true,
9540
+ "original": {
9541
+ "value": "{base.display.color.gray.7}",
9542
+ "$type": "color",
9543
+ "$extensions": {
9544
+ "org.primer.figma": {
9545
+ "collection": "mode",
9546
+ "mode": "light",
9547
+ "group": "component",
9548
+ "scopes": ["fgColor"]
9549
+ }
9550
+ }
9551
+ },
9552
+ "name": "label-gray-fgColor-hover",
9553
+ "attributes": {},
9554
+ "path": ["label", "gray", "fgColor", "hover"]
9555
+ },
9556
+ "label-gray-fgColor-active": {
9557
+ "value": "#424448",
9558
+ "$type": "color",
9559
+ "$extensions": {
9560
+ "org.primer.figma": {
9561
+ "collection": "mode",
9562
+ "mode": "light",
9563
+ "group": "component",
9564
+ "scopes": ["fgColor"]
9565
+ }
9566
+ },
9567
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9568
+ "isSource": true,
9569
+ "original": {
9570
+ "value": "{base.display.color.gray.8}",
9571
+ "$type": "color",
9572
+ "$extensions": {
9573
+ "org.primer.figma": {
9574
+ "collection": "mode",
9575
+ "mode": "light",
9576
+ "group": "component",
9577
+ "scopes": ["fgColor"]
9578
+ }
9579
+ }
9580
+ },
9581
+ "name": "label-gray-fgColor-active",
9582
+ "attributes": {},
9583
+ "path": ["label", "gray", "fgColor", "active"]
9584
+ },
9585
+ "label-auburn-bgColor-rest": {
9586
+ "value": "#f2e9e9",
9587
+ "$type": "color",
9588
+ "$extensions": {
9589
+ "org.primer.figma": {
9590
+ "collection": "mode",
9591
+ "mode": "light",
9592
+ "group": "component",
9593
+ "scopes": ["bgColor"]
9594
+ }
9595
+ },
9596
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9597
+ "isSource": true,
9598
+ "original": {
9599
+ "value": "{base.display.color.auburn.0}",
9600
+ "$type": "color",
9601
+ "$extensions": {
9602
+ "org.primer.figma": {
9603
+ "collection": "mode",
9604
+ "mode": "light",
9605
+ "group": "component",
9606
+ "scopes": ["bgColor"]
9607
+ }
9608
+ }
9609
+ },
9610
+ "name": "label-auburn-bgColor-rest",
9611
+ "attributes": {},
9612
+ "path": ["label", "auburn", "bgColor", "rest"]
9613
+ },
9614
+ "label-auburn-bgColor-hover": {
9615
+ "value": "#e6d6d5",
9616
+ "$type": "color",
9617
+ "$extensions": {
9618
+ "org.primer.figma": {
9619
+ "collection": "mode",
9620
+ "mode": "light",
9621
+ "group": "component",
9622
+ "scopes": ["bgColor"]
9623
+ }
9624
+ },
9625
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9626
+ "isSource": true,
9627
+ "original": {
9628
+ "value": "{base.display.color.auburn.1}",
9629
+ "$type": "color",
9630
+ "$extensions": {
9631
+ "org.primer.figma": {
9632
+ "collection": "mode",
9633
+ "mode": "light",
9634
+ "group": "component",
9635
+ "scopes": ["bgColor"]
9636
+ }
9637
+ }
9638
+ },
9639
+ "name": "label-auburn-bgColor-hover",
9640
+ "attributes": {},
9641
+ "path": ["label", "auburn", "bgColor", "hover"]
9642
+ },
9643
+ "label-auburn-bgColor-active": {
9644
+ "value": "#d4b7b5",
9645
+ "$type": "color",
9646
+ "$extensions": {
9647
+ "org.primer.figma": {
9648
+ "collection": "mode",
9649
+ "mode": "light",
9650
+ "group": "component",
9651
+ "scopes": ["bgColor"]
9652
+ }
9653
+ },
9654
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9655
+ "isSource": true,
9656
+ "original": {
9657
+ "value": "{base.display.color.auburn.2}",
9658
+ "$type": "color",
9659
+ "$extensions": {
9660
+ "org.primer.figma": {
9661
+ "collection": "mode",
9662
+ "mode": "light",
9663
+ "group": "component",
9664
+ "scopes": ["bgColor"]
9665
+ }
9666
+ }
9667
+ },
9668
+ "name": "label-auburn-bgColor-active",
9669
+ "attributes": {},
9670
+ "path": ["label", "auburn", "bgColor", "active"]
9671
+ },
9672
+ "label-auburn-fgColor-rest": {
9673
+ "value": "#8a5551",
9674
+ "$type": "color",
9675
+ "$extensions": {
9676
+ "org.primer.figma": {
9677
+ "collection": "mode",
9678
+ "mode": "light",
9679
+ "group": "component",
9680
+ "scopes": ["fgColor"]
9681
+ }
9682
+ },
9683
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9684
+ "isSource": true,
9685
+ "original": {
9686
+ "value": "{base.display.color.auburn.6}",
9687
+ "$type": "color",
9688
+ "$extensions": {
9689
+ "org.primer.figma": {
9690
+ "collection": "mode",
9691
+ "mode": "light",
9692
+ "group": "component",
9693
+ "scopes": ["fgColor"]
9694
+ }
9695
+ }
9696
+ },
9697
+ "name": "label-auburn-fgColor-rest",
9698
+ "attributes": {},
9699
+ "path": ["label", "auburn", "fgColor", "rest"]
9700
+ },
9701
+ "label-auburn-fgColor-hover": {
9702
+ "value": "#744744",
9703
+ "$type": "color",
9704
+ "$extensions": {
9705
+ "org.primer.figma": {
9706
+ "collection": "mode",
9707
+ "mode": "light",
9708
+ "group": "component",
9709
+ "scopes": ["fgColor"]
9710
+ }
9711
+ },
9712
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9713
+ "isSource": true,
9714
+ "original": {
9715
+ "value": "{base.display.color.auburn.7}",
9716
+ "$type": "color",
9717
+ "$extensions": {
9718
+ "org.primer.figma": {
9719
+ "collection": "mode",
9720
+ "mode": "light",
9721
+ "group": "component",
9722
+ "scopes": ["fgColor"]
9723
+ }
9724
+ }
9725
+ },
9726
+ "name": "label-auburn-fgColor-hover",
9727
+ "attributes": {},
9728
+ "path": ["label", "auburn", "fgColor", "hover"]
9729
+ },
9730
+ "label-auburn-fgColor-active": {
9731
+ "value": "#5d3937",
9732
+ "$type": "color",
9733
+ "$extensions": {
9734
+ "org.primer.figma": {
9735
+ "collection": "mode",
9736
+ "mode": "light",
9737
+ "group": "component",
9738
+ "scopes": ["fgColor"]
9739
+ }
9740
+ },
9741
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9742
+ "isSource": true,
9743
+ "original": {
9744
+ "value": "{base.display.color.auburn.8}",
9745
+ "$type": "color",
9746
+ "$extensions": {
9747
+ "org.primer.figma": {
9748
+ "collection": "mode",
9749
+ "mode": "light",
9750
+ "group": "component",
9751
+ "scopes": ["fgColor"]
9752
+ }
9753
+ }
9754
+ },
9755
+ "name": "label-auburn-fgColor-active",
9756
+ "attributes": {},
9757
+ "path": ["label", "auburn", "fgColor", "active"]
9758
+ },
9759
+ "label-brown-bgColor-rest": {
9760
+ "value": "#eeeae2",
9761
+ "$type": "color",
9762
+ "$extensions": {
9763
+ "org.primer.figma": {
9764
+ "collection": "mode",
9765
+ "mode": "light",
9766
+ "group": "component",
9767
+ "scopes": ["bgColor"]
9768
+ }
9769
+ },
9770
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9771
+ "isSource": true,
9772
+ "original": {
9773
+ "value": "{base.display.color.brown.0}",
9774
+ "$type": "color",
9775
+ "$extensions": {
9776
+ "org.primer.figma": {
9777
+ "collection": "mode",
9778
+ "mode": "light",
9779
+ "group": "component",
9780
+ "scopes": ["bgColor"]
9781
+ }
9782
+ }
9783
+ },
9784
+ "name": "label-brown-bgColor-rest",
9785
+ "attributes": {},
9786
+ "path": ["label", "brown", "bgColor", "rest"]
9787
+ },
9788
+ "label-brown-bgColor-hover": {
9789
+ "value": "#dfd7c8",
9790
+ "$type": "color",
9791
+ "$extensions": {
9792
+ "org.primer.figma": {
9793
+ "collection": "mode",
9794
+ "mode": "light",
9795
+ "group": "component",
9796
+ "scopes": ["bgColor"]
9797
+ }
9798
+ },
9799
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9800
+ "isSource": true,
9801
+ "original": {
9802
+ "value": "{base.display.color.brown.1}",
9803
+ "$type": "color",
9804
+ "$extensions": {
9805
+ "org.primer.figma": {
9806
+ "collection": "mode",
9807
+ "mode": "light",
9808
+ "group": "component",
9809
+ "scopes": ["bgColor"]
9810
+ }
9811
+ }
9812
+ },
9813
+ "name": "label-brown-bgColor-hover",
9814
+ "attributes": {},
9815
+ "path": ["label", "brown", "bgColor", "hover"]
9816
+ },
9817
+ "label-brown-bgColor-active": {
9818
+ "value": "#cbbda4",
9819
+ "$type": "color",
9820
+ "$extensions": {
9821
+ "org.primer.figma": {
9822
+ "collection": "mode",
9823
+ "mode": "light",
9824
+ "group": "component",
9825
+ "scopes": ["bgColor"]
9826
+ }
9827
+ },
9828
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9829
+ "isSource": true,
9830
+ "original": {
9831
+ "value": "{base.display.color.brown.2}",
9832
+ "$type": "color",
9833
+ "$extensions": {
9834
+ "org.primer.figma": {
9835
+ "collection": "mode",
9836
+ "mode": "light",
9837
+ "group": "component",
9838
+ "scopes": ["bgColor"]
9839
+ }
9840
+ }
9841
+ },
9842
+ "name": "label-brown-bgColor-active",
9843
+ "attributes": {},
9844
+ "path": ["label", "brown", "bgColor", "active"]
9845
+ },
9846
+ "label-brown-fgColor-rest": {
9847
+ "value": "#755f43",
9848
+ "$type": "color",
9849
+ "$extensions": {
9850
+ "org.primer.figma": {
9851
+ "collection": "mode",
9852
+ "mode": "light",
9853
+ "group": "component",
9854
+ "scopes": ["fgColor"]
9855
+ }
9856
+ },
9857
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9858
+ "isSource": true,
9859
+ "original": {
9860
+ "value": "{base.display.color.brown.6}",
9861
+ "$type": "color",
9862
+ "$extensions": {
9863
+ "org.primer.figma": {
9864
+ "collection": "mode",
9865
+ "mode": "light",
9866
+ "group": "component",
9867
+ "scopes": ["fgColor"]
9868
+ }
9869
+ }
9870
+ },
9871
+ "name": "label-brown-fgColor-rest",
9872
+ "attributes": {},
9873
+ "path": ["label", "brown", "fgColor", "rest"]
9874
+ },
9875
+ "label-brown-fgColor-hover": {
9876
+ "value": "#64513a",
9877
+ "$type": "color",
9878
+ "$extensions": {
9879
+ "org.primer.figma": {
9880
+ "collection": "mode",
9881
+ "mode": "light",
9882
+ "group": "component",
9883
+ "scopes": ["fgColor"]
9884
+ }
9885
+ },
9886
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9887
+ "isSource": true,
9888
+ "original": {
9889
+ "value": "{base.display.color.brown.7}",
9890
+ "$type": "color",
9891
+ "$extensions": {
9892
+ "org.primer.figma": {
9893
+ "collection": "mode",
9894
+ "mode": "light",
9895
+ "group": "component",
9896
+ "scopes": ["fgColor"]
9897
+ }
9898
+ }
9899
+ },
9900
+ "name": "label-brown-fgColor-hover",
9901
+ "attributes": {},
9902
+ "path": ["label", "brown", "fgColor", "hover"]
9903
+ },
9904
+ "label-brown-fgColor-active": {
9905
+ "value": "#51412f",
9906
+ "$type": "color",
9907
+ "$extensions": {
9908
+ "org.primer.figma": {
9909
+ "collection": "mode",
9910
+ "mode": "light",
9911
+ "group": "component",
9912
+ "scopes": ["fgColor"]
9913
+ }
9914
+ },
9915
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9916
+ "isSource": true,
9917
+ "original": {
9918
+ "value": "{base.display.color.brown.8}",
9919
+ "$type": "color",
9920
+ "$extensions": {
9921
+ "org.primer.figma": {
9922
+ "collection": "mode",
9923
+ "mode": "light",
9924
+ "group": "component",
9925
+ "scopes": ["fgColor"]
9926
+ }
9927
+ }
9928
+ },
9929
+ "name": "label-brown-fgColor-active",
9930
+ "attributes": {},
9931
+ "path": ["label", "brown", "fgColor", "active"]
9932
+ },
9933
+ "label-lemon-bgColor-rest": {
9934
+ "value": "#f7eea1",
9935
+ "$type": "color",
9936
+ "$extensions": {
9937
+ "org.primer.figma": {
9938
+ "collection": "mode",
9939
+ "mode": "light",
9940
+ "group": "component",
9941
+ "scopes": ["bgColor"]
9942
+ }
9943
+ },
9944
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9945
+ "isSource": true,
9946
+ "original": {
9947
+ "value": "{base.display.color.lemon.0}",
9948
+ "$type": "color",
9949
+ "$extensions": {
9950
+ "org.primer.figma": {
9951
+ "collection": "mode",
9952
+ "mode": "light",
9953
+ "group": "component",
9954
+ "scopes": ["bgColor"]
9955
+ }
9956
+ }
9957
+ },
9958
+ "name": "label-lemon-bgColor-rest",
9959
+ "attributes": {},
9960
+ "path": ["label", "lemon", "bgColor", "rest"]
9961
+ },
9962
+ "label-lemon-bgColor-hover": {
9963
+ "value": "#f0db3d",
9964
+ "$type": "color",
9965
+ "$extensions": {
9966
+ "org.primer.figma": {
9967
+ "collection": "mode",
9968
+ "mode": "light",
9969
+ "group": "component",
9970
+ "scopes": ["bgColor"]
9971
+ }
9972
+ },
9973
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
9974
+ "isSource": true,
9975
+ "original": {
9976
+ "value": "{base.display.color.lemon.1}",
9977
+ "$type": "color",
9978
+ "$extensions": {
9979
+ "org.primer.figma": {
9980
+ "collection": "mode",
9981
+ "mode": "light",
9982
+ "group": "component",
9983
+ "scopes": ["bgColor"]
9984
+ }
9985
+ }
9986
+ },
9987
+ "name": "label-lemon-bgColor-hover",
9988
+ "attributes": {},
9989
+ "path": ["label", "lemon", "bgColor", "hover"]
9990
+ },
9991
+ "label-lemon-bgColor-active": {
9992
+ "value": "#d8bd0e",
9993
+ "$type": "color",
9994
+ "$extensions": {
9995
+ "org.primer.figma": {
9996
+ "collection": "mode",
9997
+ "mode": "light",
9998
+ "group": "component",
9999
+ "scopes": ["bgColor"]
10000
+ }
10001
+ },
10002
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10003
+ "isSource": true,
10004
+ "original": {
10005
+ "value": "{base.display.color.lemon.2}",
10006
+ "$type": "color",
10007
+ "$extensions": {
10008
+ "org.primer.figma": {
10009
+ "collection": "mode",
10010
+ "mode": "light",
10011
+ "group": "component",
10012
+ "scopes": ["bgColor"]
10013
+ }
10014
+ }
10015
+ },
10016
+ "name": "label-lemon-bgColor-active",
10017
+ "attributes": {},
10018
+ "path": ["label", "lemon", "bgColor", "active"]
10019
+ },
10020
+ "label-lemon-fgColor-rest": {
10021
+ "value": "#786002",
10022
+ "$type": "color",
10023
+ "$extensions": {
10024
+ "org.primer.figma": {
10025
+ "collection": "mode",
10026
+ "mode": "light",
10027
+ "group": "component",
10028
+ "scopes": ["fgColor"]
10029
+ }
10030
+ },
10031
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10032
+ "isSource": true,
10033
+ "original": {
10034
+ "value": "{base.display.color.lemon.6}",
10035
+ "$type": "color",
10036
+ "$extensions": {
10037
+ "org.primer.figma": {
10038
+ "collection": "mode",
10039
+ "mode": "light",
10040
+ "group": "component",
10041
+ "scopes": ["fgColor"]
10042
+ }
10043
+ }
10044
+ },
10045
+ "name": "label-lemon-fgColor-rest",
10046
+ "attributes": {},
10047
+ "path": ["label", "lemon", "fgColor", "rest"]
10048
+ },
10049
+ "label-lemon-fgColor-hover": {
10050
+ "value": "#654f01",
10051
+ "$type": "color",
10052
+ "$extensions": {
10053
+ "org.primer.figma": {
10054
+ "collection": "mode",
10055
+ "mode": "light",
10056
+ "group": "component",
10057
+ "scopes": ["fgColor"]
10058
+ }
10059
+ },
10060
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10061
+ "isSource": true,
10062
+ "original": {
10063
+ "value": "{base.display.color.lemon.7}",
10064
+ "$type": "color",
10065
+ "$extensions": {
10066
+ "org.primer.figma": {
10067
+ "collection": "mode",
10068
+ "mode": "light",
10069
+ "group": "component",
10070
+ "scopes": ["fgColor"]
10071
+ }
10072
+ }
10073
+ },
10074
+ "name": "label-lemon-fgColor-hover",
10075
+ "attributes": {},
10076
+ "path": ["label", "lemon", "fgColor", "hover"]
10077
+ },
10078
+ "label-lemon-fgColor-active": {
10079
+ "value": "#523f00",
10080
+ "$type": "color",
10081
+ "$extensions": {
10082
+ "org.primer.figma": {
10083
+ "collection": "mode",
10084
+ "mode": "light",
10085
+ "group": "component",
10086
+ "scopes": ["fgColor"]
10087
+ }
10088
+ },
10089
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10090
+ "isSource": true,
10091
+ "original": {
10092
+ "value": "{base.display.color.lemon.8}",
10093
+ "$type": "color",
10094
+ "$extensions": {
10095
+ "org.primer.figma": {
10096
+ "collection": "mode",
10097
+ "mode": "light",
10098
+ "group": "component",
10099
+ "scopes": ["fgColor"]
10100
+ }
10101
+ }
10102
+ },
10103
+ "name": "label-lemon-fgColor-active",
10104
+ "attributes": {},
10105
+ "path": ["label", "lemon", "fgColor", "active"]
10106
+ },
10107
+ "label-olive-bgColor-rest": {
10108
+ "value": "#f0f0ad",
10109
+ "$type": "color",
10110
+ "$extensions": {
10111
+ "org.primer.figma": {
10112
+ "collection": "mode",
10113
+ "mode": "light",
10114
+ "group": "component",
10115
+ "scopes": ["bgColor"]
10116
+ }
10117
+ },
10118
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10119
+ "isSource": true,
10120
+ "original": {
10121
+ "value": "{base.display.color.olive.0}",
10122
+ "$type": "color",
10123
+ "$extensions": {
10124
+ "org.primer.figma": {
10125
+ "collection": "mode",
10126
+ "mode": "light",
10127
+ "group": "component",
10128
+ "scopes": ["bgColor"]
10129
+ }
10130
+ }
10131
+ },
10132
+ "name": "label-olive-bgColor-rest",
10133
+ "attributes": {},
10134
+ "path": ["label", "olive", "bgColor", "rest"]
10135
+ },
10136
+ "label-olive-bgColor-hover": {
10137
+ "value": "#dbe170",
10138
+ "$type": "color",
10139
+ "$extensions": {
10140
+ "org.primer.figma": {
10141
+ "collection": "mode",
10142
+ "mode": "light",
10143
+ "group": "component",
10144
+ "scopes": ["bgColor"]
10145
+ }
10146
+ },
10147
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10148
+ "isSource": true,
10149
+ "original": {
10150
+ "value": "{base.display.color.olive.1}",
10151
+ "$type": "color",
10152
+ "$extensions": {
10153
+ "org.primer.figma": {
10154
+ "collection": "mode",
10155
+ "mode": "light",
10156
+ "group": "component",
10157
+ "scopes": ["bgColor"]
10158
+ }
10159
+ }
10160
+ },
10161
+ "name": "label-olive-bgColor-hover",
10162
+ "attributes": {},
10163
+ "path": ["label", "olive", "bgColor", "hover"]
10164
+ },
10165
+ "label-olive-bgColor-active": {
10166
+ "value": "#b9c832",
10167
+ "$type": "color",
10168
+ "$extensions": {
10169
+ "org.primer.figma": {
10170
+ "collection": "mode",
10171
+ "mode": "light",
10172
+ "group": "component",
10173
+ "scopes": ["bgColor"]
10174
+ }
10175
+ },
10176
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10177
+ "isSource": true,
10178
+ "original": {
10179
+ "value": "{base.display.color.olive.2}",
10180
+ "$type": "color",
10181
+ "$extensions": {
10182
+ "org.primer.figma": {
10183
+ "collection": "mode",
10184
+ "mode": "light",
10185
+ "group": "component",
10186
+ "scopes": ["bgColor"]
10187
+ }
10188
+ }
10189
+ },
10190
+ "name": "label-olive-bgColor-active",
10191
+ "attributes": {},
10192
+ "path": ["label", "olive", "bgColor", "active"]
10193
+ },
10194
+ "label-olive-fgColor-rest": {
10195
+ "value": "#56682c",
10196
+ "$type": "color",
10197
+ "$extensions": {
10198
+ "org.primer.figma": {
10199
+ "collection": "mode",
10200
+ "mode": "light",
10201
+ "group": "component",
10202
+ "scopes": ["fgColor"]
10203
+ }
10204
+ },
10205
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10206
+ "isSource": true,
10207
+ "original": {
10208
+ "value": "{base.display.color.olive.6}",
10209
+ "$type": "color",
10210
+ "$extensions": {
10211
+ "org.primer.figma": {
10212
+ "collection": "mode",
10213
+ "mode": "light",
10214
+ "group": "component",
10215
+ "scopes": ["fgColor"]
10216
+ }
10217
+ }
10218
+ },
10219
+ "name": "label-olive-fgColor-rest",
10220
+ "attributes": {},
10221
+ "path": ["label", "olive", "fgColor", "rest"]
10222
+ },
10223
+ "label-olive-fgColor-hover": {
10224
+ "value": "#495a2b",
10225
+ "$type": "color",
10226
+ "$extensions": {
10227
+ "org.primer.figma": {
10228
+ "collection": "mode",
10229
+ "mode": "light",
10230
+ "group": "component",
10231
+ "scopes": ["fgColor"]
10232
+ }
10233
+ },
10234
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10235
+ "isSource": true,
10236
+ "original": {
10237
+ "value": "{base.display.color.olive.7}",
10238
+ "$type": "color",
10239
+ "$extensions": {
10240
+ "org.primer.figma": {
10241
+ "collection": "mode",
10242
+ "mode": "light",
10243
+ "group": "component",
10244
+ "scopes": ["fgColor"]
10245
+ }
10246
+ }
10247
+ },
10248
+ "name": "label-olive-fgColor-hover",
10249
+ "attributes": {},
10250
+ "path": ["label", "olive", "fgColor", "hover"]
10251
+ },
10252
+ "label-olive-fgColor-active": {
10253
+ "value": "#3b4927",
10254
+ "$type": "color",
10255
+ "$extensions": {
10256
+ "org.primer.figma": {
10257
+ "collection": "mode",
10258
+ "mode": "light",
10259
+ "group": "component",
10260
+ "scopes": ["fgColor"]
10261
+ }
10262
+ },
10263
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10264
+ "isSource": true,
10265
+ "original": {
10266
+ "value": "{base.display.color.olive.8}",
10267
+ "$type": "color",
10268
+ "$extensions": {
10269
+ "org.primer.figma": {
10270
+ "collection": "mode",
10271
+ "mode": "light",
10272
+ "group": "component",
10273
+ "scopes": ["fgColor"]
10274
+ }
10275
+ }
10276
+ },
10277
+ "name": "label-olive-fgColor-active",
10278
+ "attributes": {},
10279
+ "path": ["label", "olive", "fgColor", "active"]
10280
+ },
10281
+ "label-lime-bgColor-rest": {
10282
+ "value": "#e3f2b5",
10283
+ "$type": "color",
10284
+ "$extensions": {
10285
+ "org.primer.figma": {
10286
+ "collection": "mode",
10287
+ "mode": "light",
10288
+ "group": "component",
10289
+ "scopes": ["bgColor"]
10290
+ }
10291
+ },
10292
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10293
+ "isSource": true,
10294
+ "original": {
10295
+ "value": "{base.display.color.lime.0}",
10296
+ "$type": "color",
10297
+ "$extensions": {
10298
+ "org.primer.figma": {
10299
+ "collection": "mode",
10300
+ "mode": "light",
10301
+ "group": "component",
10302
+ "scopes": ["bgColor"]
10303
+ }
10304
+ }
10305
+ },
10306
+ "name": "label-lime-bgColor-rest",
10307
+ "attributes": {},
10308
+ "path": ["label", "lime", "bgColor", "rest"]
10309
+ },
10310
+ "label-lime-bgColor-hover": {
10311
+ "value": "#c7e580",
10312
+ "$type": "color",
10313
+ "$extensions": {
10314
+ "org.primer.figma": {
10315
+ "collection": "mode",
10316
+ "mode": "light",
10317
+ "group": "component",
10318
+ "scopes": ["bgColor"]
10319
+ }
10320
+ },
10321
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10322
+ "isSource": true,
10323
+ "original": {
10324
+ "value": "{base.display.color.lime.1}",
10325
+ "$type": "color",
10326
+ "$extensions": {
10327
+ "org.primer.figma": {
10328
+ "collection": "mode",
10329
+ "mode": "light",
10330
+ "group": "component",
10331
+ "scopes": ["bgColor"]
10332
+ }
10333
+ }
10334
+ },
10335
+ "name": "label-lime-bgColor-hover",
10336
+ "attributes": {},
10337
+ "path": ["label", "lime", "bgColor", "hover"]
10338
+ },
10339
+ "label-lime-bgColor-active": {
10340
+ "value": "#9bd039",
10341
+ "$type": "color",
10342
+ "$extensions": {
10343
+ "org.primer.figma": {
10344
+ "collection": "mode",
10345
+ "mode": "light",
10346
+ "group": "component",
10347
+ "scopes": ["bgColor"]
10348
+ }
10349
+ },
10350
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10351
+ "isSource": true,
10352
+ "original": {
10353
+ "value": "{base.display.color.lime.2}",
10354
+ "$type": "color",
10355
+ "$extensions": {
10356
+ "org.primer.figma": {
10357
+ "collection": "mode",
10358
+ "mode": "light",
10359
+ "group": "component",
10360
+ "scopes": ["bgColor"]
10361
+ }
10362
+ }
10363
+ },
10364
+ "name": "label-lime-bgColor-active",
10365
+ "attributes": {},
10366
+ "path": ["label", "lime", "bgColor", "active"]
10367
+ },
10368
+ "label-lime-fgColor-rest": {
10369
+ "value": "#476c28",
10370
+ "$type": "color",
10371
+ "$extensions": {
10372
+ "org.primer.figma": {
10373
+ "collection": "mode",
10374
+ "mode": "light",
10375
+ "group": "component",
10376
+ "scopes": ["fgColor"]
10377
+ }
10378
+ },
10379
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10380
+ "isSource": true,
10381
+ "original": {
10382
+ "value": "{base.display.color.lime.6}",
10383
+ "$type": "color",
10384
+ "$extensions": {
10385
+ "org.primer.figma": {
10386
+ "collection": "mode",
10387
+ "mode": "light",
10388
+ "group": "component",
10389
+ "scopes": ["fgColor"]
10390
+ }
10391
+ }
10392
+ },
10393
+ "name": "label-lime-fgColor-rest",
10394
+ "attributes": {},
10395
+ "path": ["label", "lime", "fgColor", "rest"]
10396
+ },
10397
+ "label-lime-fgColor-hover": {
10398
+ "value": "#3a5b25",
10399
+ "$type": "color",
10400
+ "$extensions": {
10401
+ "org.primer.figma": {
10402
+ "collection": "mode",
10403
+ "mode": "light",
10404
+ "group": "component",
10405
+ "scopes": ["fgColor"]
10406
+ }
10407
+ },
10408
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10409
+ "isSource": true,
10410
+ "original": {
10411
+ "value": "{base.display.color.lime.7}",
10412
+ "$type": "color",
10413
+ "$extensions": {
10414
+ "org.primer.figma": {
10415
+ "collection": "mode",
10416
+ "mode": "light",
10417
+ "group": "component",
10418
+ "scopes": ["fgColor"]
10419
+ }
10420
+ }
10421
+ },
10422
+ "name": "label-lime-fgColor-hover",
10423
+ "attributes": {},
10424
+ "path": ["label", "lime", "fgColor", "hover"]
10425
+ },
10426
+ "label-lime-fgColor-active": {
10427
+ "value": "#2f4a21",
10428
+ "$type": "color",
10429
+ "$extensions": {
10430
+ "org.primer.figma": {
10431
+ "collection": "mode",
10432
+ "mode": "light",
10433
+ "group": "component",
10434
+ "scopes": ["fgColor"]
10435
+ }
10436
+ },
10437
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10438
+ "isSource": true,
10439
+ "original": {
10440
+ "value": "{base.display.color.lime.8}",
10441
+ "$type": "color",
10442
+ "$extensions": {
10443
+ "org.primer.figma": {
10444
+ "collection": "mode",
10445
+ "mode": "light",
10446
+ "group": "component",
10447
+ "scopes": ["fgColor"]
10448
+ }
10449
+ }
10450
+ },
10451
+ "name": "label-lime-fgColor-active",
10452
+ "attributes": {},
10453
+ "path": ["label", "lime", "fgColor", "active"]
10454
+ },
10455
+ "label-pine-bgColor-rest": {
10456
+ "value": "#bff8db",
10457
+ "$type": "color",
10458
+ "$extensions": {
10459
+ "org.primer.figma": {
10460
+ "collection": "mode",
10461
+ "mode": "light",
10462
+ "group": "component",
10463
+ "scopes": ["bgColor"]
10464
+ }
10465
+ },
10466
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10467
+ "isSource": true,
10468
+ "original": {
10469
+ "value": "{base.display.color.pine.0}",
10470
+ "$type": "color",
10471
+ "$extensions": {
10472
+ "org.primer.figma": {
10473
+ "collection": "mode",
10474
+ "mode": "light",
10475
+ "group": "component",
10476
+ "scopes": ["bgColor"]
10477
+ }
10478
+ }
10479
+ },
10480
+ "name": "label-pine-bgColor-rest",
10481
+ "attributes": {},
10482
+ "path": ["label", "pine", "bgColor", "rest"]
10483
+ },
10484
+ "label-pine-bgColor-hover": {
10485
+ "value": "#80efb9",
10486
+ "$type": "color",
10487
+ "$extensions": {
10488
+ "org.primer.figma": {
10489
+ "collection": "mode",
10490
+ "mode": "light",
10491
+ "group": "component",
10492
+ "scopes": ["bgColor"]
10493
+ }
10494
+ },
10495
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10496
+ "isSource": true,
10497
+ "original": {
10498
+ "value": "{base.display.color.pine.1}",
10499
+ "$type": "color",
10500
+ "$extensions": {
10501
+ "org.primer.figma": {
10502
+ "collection": "mode",
10503
+ "mode": "light",
10504
+ "group": "component",
10505
+ "scopes": ["bgColor"]
10506
+ }
10507
+ }
10508
+ },
10509
+ "name": "label-pine-bgColor-hover",
10510
+ "attributes": {},
10511
+ "path": ["label", "pine", "bgColor", "hover"]
10512
+ },
10513
+ "label-pine-bgColor-active": {
10514
+ "value": "#1dd781",
10515
+ "$type": "color",
10516
+ "$extensions": {
10517
+ "org.primer.figma": {
10518
+ "collection": "mode",
10519
+ "mode": "light",
10520
+ "group": "component",
10521
+ "scopes": ["bgColor"]
10522
+ }
10523
+ },
10524
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10525
+ "isSource": true,
10526
+ "original": {
10527
+ "value": "{base.display.color.pine.2}",
10528
+ "$type": "color",
10529
+ "$extensions": {
10530
+ "org.primer.figma": {
10531
+ "collection": "mode",
10532
+ "mode": "light",
10533
+ "group": "component",
10534
+ "scopes": ["bgColor"]
10535
+ }
10536
+ }
10537
+ },
10538
+ "name": "label-pine-bgColor-active",
10539
+ "attributes": {},
10540
+ "path": ["label", "pine", "bgColor", "active"]
10541
+ },
10542
+ "label-pine-fgColor-rest": {
10543
+ "value": "#156f4b",
10544
+ "$type": "color",
10545
+ "$extensions": {
10546
+ "org.primer.figma": {
10547
+ "collection": "mode",
10548
+ "mode": "light",
10549
+ "group": "component",
10550
+ "scopes": ["fgColor"]
10551
+ }
10552
+ },
10553
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10554
+ "isSource": true,
10555
+ "original": {
10556
+ "value": "{base.display.color.pine.6}",
10557
+ "$type": "color",
10558
+ "$extensions": {
10559
+ "org.primer.figma": {
10560
+ "collection": "mode",
10561
+ "mode": "light",
10562
+ "group": "component",
10563
+ "scopes": ["fgColor"]
10564
+ }
10565
+ }
10566
+ },
10567
+ "name": "label-pine-fgColor-rest",
10568
+ "attributes": {},
10569
+ "path": ["label", "pine", "fgColor", "rest"]
10570
+ },
10571
+ "label-pine-fgColor-hover": {
10572
+ "value": "#135d41",
10573
+ "$type": "color",
10574
+ "$extensions": {
10575
+ "org.primer.figma": {
10576
+ "collection": "mode",
10577
+ "mode": "light",
10578
+ "group": "component",
10579
+ "scopes": ["fgColor"]
10580
+ }
10581
+ },
10582
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10583
+ "isSource": true,
10584
+ "original": {
10585
+ "value": "{base.display.color.pine.7}",
10586
+ "$type": "color",
10587
+ "$extensions": {
10588
+ "org.primer.figma": {
10589
+ "collection": "mode",
10590
+ "mode": "light",
10591
+ "group": "component",
10592
+ "scopes": ["fgColor"]
10593
+ }
10594
+ }
10595
+ },
10596
+ "name": "label-pine-fgColor-hover",
10597
+ "attributes": {},
10598
+ "path": ["label", "pine", "fgColor", "hover"]
10599
+ },
10600
+ "label-pine-fgColor-active": {
10601
+ "value": "#114b36",
10602
+ "$type": "color",
10603
+ "$extensions": {
10604
+ "org.primer.figma": {
10605
+ "collection": "mode",
10606
+ "mode": "light",
10607
+ "group": "component",
10608
+ "scopes": ["fgColor"]
10609
+ }
10610
+ },
10611
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10612
+ "isSource": true,
10613
+ "original": {
10614
+ "value": "{base.display.color.pine.8}",
10615
+ "$type": "color",
10616
+ "$extensions": {
10617
+ "org.primer.figma": {
10618
+ "collection": "mode",
10619
+ "mode": "light",
10620
+ "group": "component",
10621
+ "scopes": ["fgColor"]
10622
+ }
10623
+ }
10624
+ },
10625
+ "name": "label-pine-fgColor-active",
10626
+ "attributes": {},
10627
+ "path": ["label", "pine", "fgColor", "active"]
10628
+ },
10629
+ "label-teal-bgColor-rest": {
10630
+ "value": "#c7f5ef",
10631
+ "$type": "color",
10632
+ "$extensions": {
10633
+ "org.primer.figma": {
10634
+ "collection": "mode",
10635
+ "mode": "light",
10636
+ "group": "component",
10637
+ "scopes": ["bgColor"]
10638
+ }
10639
+ },
10640
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10641
+ "isSource": true,
10642
+ "original": {
10643
+ "value": "{base.display.color.teal.0}",
10644
+ "$type": "color",
10645
+ "$extensions": {
10646
+ "org.primer.figma": {
10647
+ "collection": "mode",
10648
+ "mode": "light",
10649
+ "group": "component",
10650
+ "scopes": ["bgColor"]
10651
+ }
10652
+ }
10653
+ },
10654
+ "name": "label-teal-bgColor-rest",
10655
+ "attributes": {},
10656
+ "path": ["label", "teal", "bgColor", "rest"]
10657
+ },
10658
+ "label-teal-bgColor-hover": {
10659
+ "value": "#89ebe1",
10660
+ "$type": "color",
10661
+ "$extensions": {
10662
+ "org.primer.figma": {
10663
+ "collection": "mode",
10664
+ "mode": "light",
10665
+ "group": "component",
10666
+ "scopes": ["bgColor"]
10667
+ }
10668
+ },
10669
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10670
+ "isSource": true,
10671
+ "original": {
10672
+ "value": "{base.display.color.teal.1}",
10673
+ "$type": "color",
10674
+ "$extensions": {
10675
+ "org.primer.figma": {
10676
+ "collection": "mode",
10677
+ "mode": "light",
10678
+ "group": "component",
10679
+ "scopes": ["bgColor"]
10680
+ }
10681
+ }
10682
+ },
10683
+ "name": "label-teal-bgColor-hover",
10684
+ "attributes": {},
10685
+ "path": ["label", "teal", "bgColor", "hover"]
10686
+ },
10687
+ "label-teal-bgColor-active": {
10688
+ "value": "#22d3c7",
10689
+ "$type": "color",
10690
+ "$extensions": {
10691
+ "org.primer.figma": {
10692
+ "collection": "mode",
10693
+ "mode": "light",
10694
+ "group": "component",
10695
+ "scopes": ["bgColor"]
10696
+ }
10697
+ },
10698
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10699
+ "isSource": true,
10700
+ "original": {
10701
+ "value": "{base.display.color.teal.2}",
10702
+ "$type": "color",
10703
+ "$extensions": {
10704
+ "org.primer.figma": {
10705
+ "collection": "mode",
10706
+ "mode": "light",
10707
+ "group": "component",
10708
+ "scopes": ["bgColor"]
10709
+ }
10710
+ }
10711
+ },
10712
+ "name": "label-teal-bgColor-active",
10713
+ "attributes": {},
10714
+ "path": ["label", "teal", "bgColor", "active"]
10715
+ },
10716
+ "label-teal-fgColor-rest": {
10717
+ "value": "#106e75",
10718
+ "$type": "color",
10719
+ "$extensions": {
10720
+ "org.primer.figma": {
10721
+ "collection": "mode",
10722
+ "mode": "light",
10723
+ "group": "component",
10724
+ "scopes": ["fgColor"]
10725
+ }
10726
+ },
10727
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10728
+ "isSource": true,
10729
+ "original": {
10730
+ "value": "{base.display.color.teal.6}",
10731
+ "$type": "color",
10732
+ "$extensions": {
10733
+ "org.primer.figma": {
10734
+ "collection": "mode",
10735
+ "mode": "light",
10736
+ "group": "component",
10737
+ "scopes": ["fgColor"]
10738
+ }
10739
+ }
10740
+ },
10741
+ "name": "label-teal-fgColor-rest",
10742
+ "attributes": {},
10743
+ "path": ["label", "teal", "fgColor", "rest"]
10744
+ },
10745
+ "label-teal-fgColor-hover": {
10746
+ "value": "#0d5b63",
10747
+ "$type": "color",
10748
+ "$extensions": {
10749
+ "org.primer.figma": {
10750
+ "collection": "mode",
10751
+ "mode": "light",
10752
+ "group": "component",
10753
+ "scopes": ["fgColor"]
10754
+ }
10755
+ },
10756
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10757
+ "isSource": true,
10758
+ "original": {
10759
+ "value": "{base.display.color.teal.7}",
10760
+ "$type": "color",
10761
+ "$extensions": {
10762
+ "org.primer.figma": {
10763
+ "collection": "mode",
10764
+ "mode": "light",
10765
+ "group": "component",
10766
+ "scopes": ["fgColor"]
10767
+ }
10768
+ }
10769
+ },
10770
+ "name": "label-teal-fgColor-hover",
10771
+ "attributes": {},
10772
+ "path": ["label", "teal", "fgColor", "hover"]
10773
+ },
10774
+ "label-teal-fgColor-active": {
10775
+ "value": "#0a4852",
10776
+ "$type": "color",
10777
+ "$extensions": {
10778
+ "org.primer.figma": {
10779
+ "collection": "mode",
10780
+ "mode": "light",
10781
+ "group": "component",
10782
+ "scopes": ["fgColor"]
10783
+ }
10784
+ },
10785
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10786
+ "isSource": true,
10787
+ "original": {
10788
+ "value": "{base.display.color.teal.8}",
10789
+ "$type": "color",
10790
+ "$extensions": {
10791
+ "org.primer.figma": {
10792
+ "collection": "mode",
10793
+ "mode": "light",
10794
+ "group": "component",
10795
+ "scopes": ["fgColor"]
10796
+ }
10797
+ }
10798
+ },
10799
+ "name": "label-teal-fgColor-active",
10800
+ "attributes": {},
10801
+ "path": ["label", "teal", "fgColor", "active"]
10802
+ },
10803
+ "label-cyan-bgColor-rest": {
10804
+ "value": "#bdf4ff",
10805
+ "$type": "color",
10806
+ "$extensions": {
10807
+ "org.primer.figma": {
10808
+ "collection": "mode",
10809
+ "mode": "light",
10810
+ "group": "component",
10811
+ "scopes": ["bgColor"]
10812
+ }
10813
+ },
10814
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10815
+ "isSource": true,
10816
+ "original": {
10817
+ "value": "{base.display.color.cyan.0}",
10818
+ "$type": "color",
10819
+ "$extensions": {
10820
+ "org.primer.figma": {
10821
+ "collection": "mode",
10822
+ "mode": "light",
10823
+ "group": "component",
10824
+ "scopes": ["bgColor"]
10825
+ }
10826
+ }
10827
+ },
10828
+ "name": "label-cyan-bgColor-rest",
10829
+ "attributes": {},
10830
+ "path": ["label", "cyan", "bgColor", "rest"]
10831
+ },
10832
+ "label-cyan-bgColor-hover": {
10833
+ "value": "#7ae9ff",
10834
+ "$type": "color",
10835
+ "$extensions": {
10836
+ "org.primer.figma": {
10837
+ "collection": "mode",
10838
+ "mode": "light",
10839
+ "group": "component",
10840
+ "scopes": ["bgColor"]
10841
+ }
10842
+ },
10843
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10844
+ "isSource": true,
10845
+ "original": {
10846
+ "value": "{base.display.color.cyan.1}",
10847
+ "$type": "color",
10848
+ "$extensions": {
10849
+ "org.primer.figma": {
10850
+ "collection": "mode",
10851
+ "mode": "light",
10852
+ "group": "component",
10853
+ "scopes": ["bgColor"]
10854
+ }
10855
+ }
10856
+ },
10857
+ "name": "label-cyan-bgColor-hover",
10858
+ "attributes": {},
10859
+ "path": ["label", "cyan", "bgColor", "hover"]
10860
+ },
10861
+ "label-cyan-bgColor-active": {
10862
+ "value": "#00d0fa",
10863
+ "$type": "color",
10864
+ "$extensions": {
10865
+ "org.primer.figma": {
10866
+ "collection": "mode",
10867
+ "mode": "light",
10868
+ "group": "component",
10869
+ "scopes": ["bgColor"]
10870
+ }
10871
+ },
10872
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10873
+ "isSource": true,
10874
+ "original": {
10875
+ "value": "{base.display.color.cyan.2}",
10876
+ "$type": "color",
10877
+ "$extensions": {
10878
+ "org.primer.figma": {
10879
+ "collection": "mode",
10880
+ "mode": "light",
10881
+ "group": "component",
10882
+ "scopes": ["bgColor"]
10883
+ }
10884
+ }
10885
+ },
10886
+ "name": "label-cyan-bgColor-active",
10887
+ "attributes": {},
10888
+ "path": ["label", "cyan", "bgColor", "active"]
10889
+ },
10890
+ "label-cyan-fgColor-rest": {
10891
+ "value": "#006a80",
10892
+ "$type": "color",
10893
+ "$extensions": {
10894
+ "org.primer.figma": {
10895
+ "collection": "mode",
10896
+ "mode": "light",
10897
+ "group": "component",
10898
+ "scopes": ["fgColor"]
10899
+ }
10900
+ },
10901
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10902
+ "isSource": true,
10903
+ "original": {
10904
+ "value": "{base.display.color.cyan.6}",
10905
+ "$type": "color",
10906
+ "$extensions": {
10907
+ "org.primer.figma": {
10908
+ "collection": "mode",
10909
+ "mode": "light",
10910
+ "group": "component",
10911
+ "scopes": ["fgColor"]
10912
+ }
10913
+ }
10914
+ },
10915
+ "name": "label-cyan-fgColor-rest",
10916
+ "attributes": {},
10917
+ "path": ["label", "cyan", "fgColor", "rest"]
10918
+ },
10919
+ "label-cyan-fgColor-hover": {
10920
+ "value": "#00596b",
10921
+ "$type": "color",
10922
+ "$extensions": {
10923
+ "org.primer.figma": {
10924
+ "collection": "mode",
10925
+ "mode": "light",
10926
+ "group": "component",
10927
+ "scopes": ["fgColor"]
10928
+ }
10929
+ },
10930
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10931
+ "isSource": true,
10932
+ "original": {
10933
+ "value": "{base.display.color.cyan.7}",
10934
+ "$type": "color",
10935
+ "$extensions": {
10936
+ "org.primer.figma": {
10937
+ "collection": "mode",
10938
+ "mode": "light",
10939
+ "group": "component",
10940
+ "scopes": ["fgColor"]
10941
+ }
10942
+ }
10943
+ },
10944
+ "name": "label-cyan-fgColor-hover",
10945
+ "attributes": {},
10946
+ "path": ["label", "cyan", "fgColor", "hover"]
10947
+ },
10948
+ "label-cyan-fgColor-active": {
10949
+ "value": "#004857",
10950
+ "$type": "color",
10951
+ "$extensions": {
10952
+ "org.primer.figma": {
10953
+ "collection": "mode",
10954
+ "mode": "light",
10955
+ "group": "component",
10956
+ "scopes": ["fgColor"]
10957
+ }
10958
+ },
10959
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10960
+ "isSource": true,
10961
+ "original": {
10962
+ "value": "{base.display.color.cyan.8}",
10963
+ "$type": "color",
10964
+ "$extensions": {
10965
+ "org.primer.figma": {
10966
+ "collection": "mode",
10967
+ "mode": "light",
10968
+ "group": "component",
10969
+ "scopes": ["fgColor"]
10970
+ }
10971
+ }
10972
+ },
10973
+ "name": "label-cyan-fgColor-active",
10974
+ "attributes": {},
10975
+ "path": ["label", "cyan", "fgColor", "active"]
10976
+ },
10977
+ "label-indigo-bgColor-rest": {
10978
+ "value": "#e5e9ff",
10979
+ "$type": "color",
10980
+ "$extensions": {
10981
+ "org.primer.figma": {
10982
+ "collection": "mode",
10983
+ "mode": "light",
10984
+ "group": "component",
10985
+ "scopes": ["bgColor"]
10986
+ }
10987
+ },
10988
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
10989
+ "isSource": true,
10990
+ "original": {
10991
+ "value": "{base.display.color.indigo.0}",
10992
+ "$type": "color",
10993
+ "$extensions": {
10994
+ "org.primer.figma": {
10995
+ "collection": "mode",
10996
+ "mode": "light",
10997
+ "group": "component",
10998
+ "scopes": ["bgColor"]
10999
+ }
11000
+ }
11001
+ },
11002
+ "name": "label-indigo-bgColor-rest",
11003
+ "attributes": {},
11004
+ "path": ["label", "indigo", "bgColor", "rest"]
11005
+ },
11006
+ "label-indigo-bgColor-hover": {
11007
+ "value": "#d2d7fe",
11008
+ "$type": "color",
11009
+ "$extensions": {
11010
+ "org.primer.figma": {
11011
+ "collection": "mode",
11012
+ "mode": "light",
11013
+ "group": "component",
11014
+ "scopes": ["bgColor"]
11015
+ }
11016
+ },
11017
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11018
+ "isSource": true,
11019
+ "original": {
11020
+ "value": "{base.display.color.indigo.1}",
11021
+ "$type": "color",
11022
+ "$extensions": {
11023
+ "org.primer.figma": {
11024
+ "collection": "mode",
11025
+ "mode": "light",
11026
+ "group": "component",
11027
+ "scopes": ["bgColor"]
11028
+ }
11029
+ }
11030
+ },
11031
+ "name": "label-indigo-bgColor-hover",
11032
+ "attributes": {},
11033
+ "path": ["label", "indigo", "bgColor", "hover"]
11034
+ },
11035
+ "label-indigo-bgColor-active": {
11036
+ "value": "#b1b9fb",
11037
+ "$type": "color",
11038
+ "$extensions": {
11039
+ "org.primer.figma": {
11040
+ "collection": "mode",
11041
+ "mode": "light",
11042
+ "group": "component",
11043
+ "scopes": ["bgColor"]
11044
+ }
11045
+ },
11046
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11047
+ "isSource": true,
11048
+ "original": {
11049
+ "value": "{base.display.color.indigo.2}",
11050
+ "$type": "color",
11051
+ "$extensions": {
11052
+ "org.primer.figma": {
11053
+ "collection": "mode",
11054
+ "mode": "light",
11055
+ "group": "component",
11056
+ "scopes": ["bgColor"]
11057
+ }
11058
+ }
11059
+ },
11060
+ "name": "label-indigo-bgColor-active",
11061
+ "attributes": {},
11062
+ "path": ["label", "indigo", "bgColor", "active"]
11063
+ },
11064
+ "label-indigo-fgColor-rest": {
11065
+ "value": "#494edf",
11066
+ "$type": "color",
11067
+ "$extensions": {
11068
+ "org.primer.figma": {
11069
+ "collection": "mode",
11070
+ "mode": "light",
11071
+ "group": "component",
11072
+ "scopes": ["fgColor"]
11073
+ }
11074
+ },
11075
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11076
+ "isSource": true,
11077
+ "original": {
11078
+ "value": "{base.display.color.indigo.6}",
11079
+ "$type": "color",
11080
+ "$extensions": {
11081
+ "org.primer.figma": {
11082
+ "collection": "mode",
11083
+ "mode": "light",
11084
+ "group": "component",
11085
+ "scopes": ["fgColor"]
11086
+ }
11087
+ }
11088
+ },
11089
+ "name": "label-indigo-fgColor-rest",
11090
+ "attributes": {},
11091
+ "path": ["label", "indigo", "fgColor", "rest"]
11092
+ },
11093
+ "label-indigo-fgColor-hover": {
11094
+ "value": "#393cd5",
11095
+ "$type": "color",
11096
+ "$extensions": {
11097
+ "org.primer.figma": {
11098
+ "collection": "mode",
11099
+ "mode": "light",
11100
+ "group": "component",
11101
+ "scopes": ["fgColor"]
11102
+ }
11103
+ },
11104
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11105
+ "isSource": true,
11106
+ "original": {
11107
+ "value": "{base.display.color.indigo.7}",
11108
+ "$type": "color",
11109
+ "$extensions": {
11110
+ "org.primer.figma": {
11111
+ "collection": "mode",
11112
+ "mode": "light",
11113
+ "group": "component",
11114
+ "scopes": ["fgColor"]
11115
+ }
11116
+ }
11117
+ },
11118
+ "name": "label-indigo-fgColor-hover",
11119
+ "attributes": {},
11120
+ "path": ["label", "indigo", "fgColor", "hover"]
11121
+ },
11122
+ "label-indigo-fgColor-active": {
11123
+ "value": "#2d2db4",
11124
+ "$type": "color",
11125
+ "$extensions": {
11126
+ "org.primer.figma": {
11127
+ "collection": "mode",
11128
+ "mode": "light",
11129
+ "group": "component",
11130
+ "scopes": ["fgColor"]
11131
+ }
11132
+ },
11133
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11134
+ "isSource": true,
11135
+ "original": {
11136
+ "value": "{base.display.color.indigo.8}",
11137
+ "$type": "color",
11138
+ "$extensions": {
11139
+ "org.primer.figma": {
11140
+ "collection": "mode",
11141
+ "mode": "light",
11142
+ "group": "component",
11143
+ "scopes": ["fgColor"]
11144
+ }
11145
+ }
11146
+ },
11147
+ "name": "label-indigo-fgColor-active",
11148
+ "attributes": {},
11149
+ "path": ["label", "indigo", "fgColor", "active"]
11150
+ },
11151
+ "label-blue-bgColor-rest": {
11152
+ "value": "#d1f0ff",
11153
+ "$type": "color",
11154
+ "$extensions": {
11155
+ "org.primer.figma": {
11156
+ "collection": "mode",
11157
+ "mode": "light",
11158
+ "group": "component",
11159
+ "scopes": ["bgColor"]
11160
+ }
11161
+ },
11162
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11163
+ "isSource": true,
11164
+ "original": {
11165
+ "value": "{base.display.color.blue.0}",
11166
+ "$type": "color",
11167
+ "$extensions": {
11168
+ "org.primer.figma": {
11169
+ "collection": "mode",
11170
+ "mode": "light",
11171
+ "group": "component",
11172
+ "scopes": ["bgColor"]
11173
+ }
11174
+ }
11175
+ },
11176
+ "name": "label-blue-bgColor-rest",
11177
+ "attributes": {},
11178
+ "path": ["label", "blue", "bgColor", "rest"]
11179
+ },
11180
+ "label-blue-bgColor-hover": {
11181
+ "value": "#ade1ff",
11182
+ "$type": "color",
11183
+ "$extensions": {
11184
+ "org.primer.figma": {
11185
+ "collection": "mode",
11186
+ "mode": "light",
11187
+ "group": "component",
11188
+ "scopes": ["bgColor"]
11189
+ }
11190
+ },
11191
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11192
+ "isSource": true,
11193
+ "original": {
11194
+ "value": "{base.display.color.blue.1}",
11195
+ "$type": "color",
11196
+ "$extensions": {
11197
+ "org.primer.figma": {
11198
+ "collection": "mode",
11199
+ "mode": "light",
11200
+ "group": "component",
11201
+ "scopes": ["bgColor"]
11202
+ }
11203
+ }
11204
+ },
11205
+ "name": "label-blue-bgColor-hover",
11206
+ "attributes": {},
11207
+ "path": ["label", "blue", "bgColor", "hover"]
11208
+ },
11209
+ "label-blue-bgColor-active": {
11210
+ "value": "#75c8ff",
11211
+ "$type": "color",
11212
+ "$extensions": {
11213
+ "org.primer.figma": {
11214
+ "collection": "mode",
11215
+ "mode": "light",
11216
+ "group": "component",
11217
+ "scopes": ["bgColor"]
11218
+ }
11219
+ },
11220
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11221
+ "isSource": true,
11222
+ "original": {
11223
+ "value": "{base.display.color.blue.2}",
11224
+ "$type": "color",
11225
+ "$extensions": {
11226
+ "org.primer.figma": {
11227
+ "collection": "mode",
11228
+ "mode": "light",
11229
+ "group": "component",
11230
+ "scopes": ["bgColor"]
11231
+ }
11232
+ }
11233
+ },
11234
+ "name": "label-blue-bgColor-active",
11235
+ "attributes": {},
11236
+ "path": ["label", "blue", "bgColor", "active"]
11237
+ },
11238
+ "label-blue-fgColor-rest": {
11239
+ "value": "#005fcc",
11240
+ "$type": "color",
11241
+ "$extensions": {
11242
+ "org.primer.figma": {
11243
+ "collection": "mode",
11244
+ "mode": "light",
11245
+ "group": "component",
11246
+ "scopes": ["fgColor"]
11247
+ }
11248
+ },
11249
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11250
+ "isSource": true,
11251
+ "original": {
11252
+ "value": "{base.display.color.blue.6}",
11253
+ "$type": "color",
11254
+ "$extensions": {
11255
+ "org.primer.figma": {
11256
+ "collection": "mode",
11257
+ "mode": "light",
11258
+ "group": "component",
11259
+ "scopes": ["fgColor"]
11260
+ }
11261
+ }
11262
+ },
11263
+ "name": "label-blue-fgColor-rest",
11264
+ "attributes": {},
11265
+ "path": ["label", "blue", "fgColor", "rest"]
11266
+ },
11267
+ "label-blue-fgColor-hover": {
11268
+ "value": "#004db3",
11269
+ "$type": "color",
11270
+ "$extensions": {
11271
+ "org.primer.figma": {
11272
+ "collection": "mode",
11273
+ "mode": "light",
11274
+ "group": "component",
11275
+ "scopes": ["fgColor"]
11276
+ }
11277
+ },
11278
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11279
+ "isSource": true,
11280
+ "original": {
11281
+ "value": "{base.display.color.blue.7}",
11282
+ "$type": "color",
11283
+ "$extensions": {
11284
+ "org.primer.figma": {
11285
+ "collection": "mode",
11286
+ "mode": "light",
11287
+ "group": "component",
11288
+ "scopes": ["fgColor"]
11289
+ }
11290
+ }
11291
+ },
11292
+ "name": "label-blue-fgColor-hover",
11293
+ "attributes": {},
11294
+ "path": ["label", "blue", "fgColor", "hover"]
11295
+ },
11296
+ "label-blue-fgColor-active": {
11297
+ "value": "#003d99",
11298
+ "$type": "color",
11299
+ "$extensions": {
11300
+ "org.primer.figma": {
11301
+ "collection": "mode",
11302
+ "mode": "light",
11303
+ "group": "component",
11304
+ "scopes": ["fgColor"]
11305
+ }
11306
+ },
11307
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11308
+ "isSource": true,
11309
+ "original": {
11310
+ "value": "{base.display.color.blue.8}",
11311
+ "$type": "color",
11312
+ "$extensions": {
11313
+ "org.primer.figma": {
11314
+ "collection": "mode",
11315
+ "mode": "light",
11316
+ "group": "component",
11317
+ "scopes": ["fgColor"]
11318
+ }
11319
+ }
11320
+ },
11321
+ "name": "label-blue-fgColor-active",
11322
+ "attributes": {},
11323
+ "path": ["label", "blue", "fgColor", "active"]
11324
+ },
11325
+ "label-plum-bgColor-rest": {
11326
+ "value": "#f8e5ff",
11327
+ "$type": "color",
11328
+ "$extensions": {
11329
+ "org.primer.figma": {
11330
+ "collection": "mode",
11331
+ "mode": "light",
11332
+ "group": "component",
11333
+ "scopes": ["bgColor"]
11334
+ }
11335
+ },
11336
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11337
+ "isSource": true,
11338
+ "original": {
11339
+ "value": "{base.display.color.plum.0}",
11340
+ "$type": "color",
11341
+ "$extensions": {
11342
+ "org.primer.figma": {
11343
+ "collection": "mode",
11344
+ "mode": "light",
11345
+ "group": "component",
11346
+ "scopes": ["bgColor"]
11347
+ }
11348
+ }
11349
+ },
11350
+ "name": "label-plum-bgColor-rest",
11351
+ "attributes": {},
11352
+ "path": ["label", "plum", "bgColor", "rest"]
11353
+ },
11354
+ "label-plum-bgColor-hover": {
11355
+ "value": "#f0cdfe",
11356
+ "$type": "color",
11357
+ "$extensions": {
11358
+ "org.primer.figma": {
11359
+ "collection": "mode",
11360
+ "mode": "light",
11361
+ "group": "component",
11362
+ "scopes": ["bgColor"]
11363
+ }
11364
+ },
11365
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11366
+ "isSource": true,
11367
+ "original": {
11368
+ "value": "{base.display.color.plum.1}",
11369
+ "$type": "color",
11370
+ "$extensions": {
11371
+ "org.primer.figma": {
11372
+ "collection": "mode",
11373
+ "mode": "light",
11374
+ "group": "component",
11375
+ "scopes": ["bgColor"]
11376
+ }
11377
+ }
11378
+ },
11379
+ "name": "label-plum-bgColor-hover",
11380
+ "attributes": {},
11381
+ "path": ["label", "plum", "bgColor", "hover"]
11382
+ },
11383
+ "label-plum-bgColor-active": {
11384
+ "value": "#e2a7fb",
11385
+ "$type": "color",
11386
+ "$extensions": {
11387
+ "org.primer.figma": {
11388
+ "collection": "mode",
11389
+ "mode": "light",
11390
+ "group": "component",
11391
+ "scopes": ["bgColor"]
11392
+ }
11393
+ },
11394
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11395
+ "isSource": true,
11396
+ "original": {
11397
+ "value": "{base.display.color.plum.2}",
11398
+ "$type": "color",
11399
+ "$extensions": {
11400
+ "org.primer.figma": {
11401
+ "collection": "mode",
11402
+ "mode": "light",
11403
+ "group": "component",
11404
+ "scopes": ["bgColor"]
11405
+ }
11406
+ }
11407
+ },
11408
+ "name": "label-plum-bgColor-active",
11409
+ "attributes": {},
11410
+ "path": ["label", "plum", "bgColor", "active"]
11411
+ },
11412
+ "label-plum-fgColor-rest": {
11413
+ "value": "#961edc",
11414
+ "$type": "color",
11415
+ "$extensions": {
11416
+ "org.primer.figma": {
11417
+ "collection": "mode",
11418
+ "mode": "light",
11419
+ "group": "component",
11420
+ "scopes": ["fgColor"]
11421
+ }
11422
+ },
11423
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11424
+ "isSource": true,
11425
+ "original": {
11426
+ "value": "{base.display.color.plum.6}",
11427
+ "$type": "color",
11428
+ "$extensions": {
11429
+ "org.primer.figma": {
11430
+ "collection": "mode",
11431
+ "mode": "light",
11432
+ "group": "component",
11433
+ "scopes": ["fgColor"]
11434
+ }
11435
+ }
11436
+ },
11437
+ "name": "label-plum-fgColor-rest",
11438
+ "attributes": {},
11439
+ "path": ["label", "plum", "fgColor", "rest"]
11440
+ },
11441
+ "label-plum-fgColor-hover": {
11442
+ "value": "#7d1eb8",
11443
+ "$type": "color",
11444
+ "$extensions": {
11445
+ "org.primer.figma": {
11446
+ "collection": "mode",
11447
+ "mode": "light",
11448
+ "group": "component",
11449
+ "scopes": ["fgColor"]
11450
+ }
11451
+ },
11452
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11453
+ "isSource": true,
11454
+ "original": {
11455
+ "value": "{base.display.color.plum.7}",
11456
+ "$type": "color",
11457
+ "$extensions": {
11458
+ "org.primer.figma": {
11459
+ "collection": "mode",
11460
+ "mode": "light",
11461
+ "group": "component",
11462
+ "scopes": ["fgColor"]
11463
+ }
11464
+ }
11465
+ },
11466
+ "name": "label-plum-fgColor-hover",
11467
+ "attributes": {},
11468
+ "path": ["label", "plum", "fgColor", "hover"]
11469
+ },
11470
+ "label-plum-fgColor-active": {
11471
+ "value": "#651d96",
11472
+ "$type": "color",
11473
+ "$extensions": {
11474
+ "org.primer.figma": {
11475
+ "collection": "mode",
11476
+ "mode": "light",
11477
+ "group": "component",
11478
+ "scopes": ["fgColor"]
11479
+ }
11480
+ },
11481
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11482
+ "isSource": true,
11483
+ "original": {
11484
+ "value": "{base.display.color.plum.8}",
11485
+ "$type": "color",
11486
+ "$extensions": {
11487
+ "org.primer.figma": {
11488
+ "collection": "mode",
11489
+ "mode": "light",
11490
+ "group": "component",
11491
+ "scopes": ["fgColor"]
11492
+ }
11493
+ }
11494
+ },
11495
+ "name": "label-plum-fgColor-active",
11496
+ "attributes": {},
11497
+ "path": ["label", "plum", "fgColor", "active"]
11498
+ },
11499
+ "label-pink-bgColor-rest": {
11500
+ "value": "#ffe5f1",
11501
+ "$type": "color",
11502
+ "$extensions": {
11503
+ "org.primer.figma": {
11504
+ "collection": "mode",
11505
+ "mode": "light",
11506
+ "group": "component",
11507
+ "scopes": ["bgColor"]
11508
+ }
11509
+ },
11510
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11511
+ "isSource": true,
11512
+ "original": {
11513
+ "value": "{base.display.color.pink.0}",
11514
+ "$type": "color",
11515
+ "$extensions": {
11516
+ "org.primer.figma": {
11517
+ "collection": "mode",
11518
+ "mode": "light",
11519
+ "group": "component",
11520
+ "scopes": ["bgColor"]
11521
+ }
11522
+ }
11523
+ },
11524
+ "name": "label-pink-bgColor-rest",
11525
+ "attributes": {},
11526
+ "path": ["label", "pink", "bgColor", "rest"]
11527
+ },
11528
+ "label-pink-bgColor-hover": {
11529
+ "value": "#fdc9e2",
11530
+ "$type": "color",
11531
+ "$extensions": {
11532
+ "org.primer.figma": {
11533
+ "collection": "mode",
11534
+ "mode": "light",
11535
+ "group": "component",
11536
+ "scopes": ["bgColor"]
11537
+ }
11538
+ },
11539
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11540
+ "isSource": true,
11541
+ "original": {
11542
+ "value": "{base.display.color.pink.1}",
11543
+ "$type": "color",
11544
+ "$extensions": {
11545
+ "org.primer.figma": {
11546
+ "collection": "mode",
11547
+ "mode": "light",
11548
+ "group": "component",
11549
+ "scopes": ["bgColor"]
11550
+ }
11551
+ }
11552
+ },
11553
+ "name": "label-pink-bgColor-hover",
11554
+ "attributes": {},
11555
+ "path": ["label", "pink", "bgColor", "hover"]
11556
+ },
11557
+ "label-pink-bgColor-active": {
11558
+ "value": "#f8a5cf",
11559
+ "$type": "color",
11560
+ "$extensions": {
11561
+ "org.primer.figma": {
11562
+ "collection": "mode",
11563
+ "mode": "light",
11564
+ "group": "component",
11565
+ "scopes": ["bgColor"]
11566
+ }
11567
+ },
11568
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11569
+ "isSource": true,
11570
+ "original": {
11571
+ "value": "{base.display.color.pink.2}",
11572
+ "$type": "color",
11573
+ "$extensions": {
11574
+ "org.primer.figma": {
11575
+ "collection": "mode",
11576
+ "mode": "light",
11577
+ "group": "component",
11578
+ "scopes": ["bgColor"]
11579
+ }
11580
+ }
11581
+ },
11582
+ "name": "label-pink-bgColor-active",
11583
+ "attributes": {},
11584
+ "path": ["label", "pink", "bgColor", "active"]
11585
+ },
11586
+ "label-pink-fgColor-rest": {
11587
+ "value": "#b12f79",
11588
+ "$type": "color",
11589
+ "$extensions": {
11590
+ "org.primer.figma": {
11591
+ "collection": "mode",
11592
+ "mode": "light",
11593
+ "group": "component",
11594
+ "scopes": ["fgColor"]
11595
+ }
11596
+ },
11597
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11598
+ "isSource": true,
11599
+ "original": {
11600
+ "value": "{base.display.color.pink.6}",
11601
+ "$type": "color",
11602
+ "$extensions": {
11603
+ "org.primer.figma": {
11604
+ "collection": "mode",
11605
+ "mode": "light",
11606
+ "group": "component",
11607
+ "scopes": ["fgColor"]
11608
+ }
11609
+ }
11610
+ },
11611
+ "name": "label-pink-fgColor-rest",
11612
+ "attributes": {},
11613
+ "path": ["label", "pink", "fgColor", "rest"]
11614
+ },
11615
+ "label-pink-fgColor-hover": {
11616
+ "value": "#8e2e66",
11617
+ "$type": "color",
11618
+ "$extensions": {
11619
+ "org.primer.figma": {
11620
+ "collection": "mode",
11621
+ "mode": "light",
11622
+ "group": "component",
11623
+ "scopes": ["fgColor"]
11624
+ }
11625
+ },
11626
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11627
+ "isSource": true,
11628
+ "original": {
11629
+ "value": "{base.display.color.pink.7}",
11630
+ "$type": "color",
11631
+ "$extensions": {
11632
+ "org.primer.figma": {
11633
+ "collection": "mode",
11634
+ "mode": "light",
11635
+ "group": "component",
11636
+ "scopes": ["fgColor"]
11637
+ }
11638
+ }
11639
+ },
11640
+ "name": "label-pink-fgColor-hover",
11641
+ "attributes": {},
11642
+ "path": ["label", "pink", "fgColor", "hover"]
11643
+ },
11644
+ "label-pink-fgColor-active": {
11645
+ "value": "#6e2b53",
11646
+ "$type": "color",
11647
+ "$extensions": {
11648
+ "org.primer.figma": {
11649
+ "collection": "mode",
11650
+ "mode": "light",
11651
+ "group": "component",
11652
+ "scopes": ["fgColor"]
11653
+ }
11654
+ },
11655
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11656
+ "isSource": true,
11657
+ "original": {
11658
+ "value": "{base.display.color.pink.8}",
11659
+ "$type": "color",
11660
+ "$extensions": {
11661
+ "org.primer.figma": {
11662
+ "collection": "mode",
11663
+ "mode": "light",
11664
+ "group": "component",
11665
+ "scopes": ["fgColor"]
11666
+ }
11667
+ }
11668
+ },
11669
+ "name": "label-pink-fgColor-active",
11670
+ "attributes": {},
11671
+ "path": ["label", "pink", "fgColor", "active"]
11672
+ },
11673
+ "label-coral-bgColor-rest": {
11674
+ "value": "#ffe5db",
11675
+ "$type": "color",
11676
+ "$extensions": {
11677
+ "org.primer.figma": {
11678
+ "collection": "mode",
11679
+ "mode": "light",
11680
+ "group": "component",
11681
+ "scopes": ["bgColor"]
11682
+ }
11683
+ },
11684
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11685
+ "isSource": true,
11686
+ "original": {
11687
+ "value": "{base.display.color.coral.0}",
11688
+ "$type": "color",
11689
+ "$extensions": {
11690
+ "org.primer.figma": {
11691
+ "collection": "mode",
11692
+ "mode": "light",
11693
+ "group": "component",
11694
+ "scopes": ["bgColor"]
11695
+ }
11696
+ }
11697
+ },
11698
+ "name": "label-coral-bgColor-rest",
11699
+ "attributes": {},
11700
+ "path": ["label", "coral", "bgColor", "rest"]
11701
+ },
11702
+ "label-coral-bgColor-hover": {
11703
+ "value": "#fecebe",
11704
+ "$type": "color",
11705
+ "$extensions": {
11706
+ "org.primer.figma": {
11707
+ "collection": "mode",
11708
+ "mode": "light",
11709
+ "group": "component",
11710
+ "scopes": ["bgColor"]
11711
+ }
11712
+ },
11713
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11714
+ "isSource": true,
11715
+ "original": {
11716
+ "value": "{base.display.color.coral.1}",
11717
+ "$type": "color",
11718
+ "$extensions": {
11719
+ "org.primer.figma": {
11720
+ "collection": "mode",
11721
+ "mode": "light",
11722
+ "group": "component",
11723
+ "scopes": ["bgColor"]
11724
+ }
11725
+ }
11726
+ },
11727
+ "name": "label-coral-bgColor-hover",
11728
+ "attributes": {},
11729
+ "path": ["label", "coral", "bgColor", "hover"]
11730
+ },
11731
+ "label-coral-bgColor-active": {
11732
+ "value": "#fcab92",
11733
+ "$type": "color",
11734
+ "$extensions": {
11735
+ "org.primer.figma": {
11736
+ "collection": "mode",
11737
+ "mode": "light",
11738
+ "group": "component",
11739
+ "scopes": ["bgColor"]
11740
+ }
11741
+ },
11742
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11743
+ "isSource": true,
11744
+ "original": {
11745
+ "value": "{base.display.color.coral.2}",
11746
+ "$type": "color",
11747
+ "$extensions": {
11748
+ "org.primer.figma": {
11749
+ "collection": "mode",
11750
+ "mode": "light",
11751
+ "group": "component",
11752
+ "scopes": ["bgColor"]
11753
+ }
11754
+ }
11755
+ },
11756
+ "name": "label-coral-bgColor-active",
11757
+ "attributes": {},
11758
+ "path": ["label", "coral", "bgColor", "active"]
11759
+ },
11760
+ "label-coral-fgColor-rest": {
11761
+ "value": "#ba2e12",
11762
+ "$type": "color",
11763
+ "$extensions": {
11764
+ "org.primer.figma": {
11765
+ "collection": "mode",
11766
+ "mode": "light",
11767
+ "group": "component",
11768
+ "scopes": ["fgColor"]
11769
+ }
11770
+ },
11771
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11772
+ "isSource": true,
11773
+ "original": {
11774
+ "value": "{base.display.color.coral.6}",
11775
+ "$type": "color",
11776
+ "$extensions": {
11777
+ "org.primer.figma": {
11778
+ "collection": "mode",
11779
+ "mode": "light",
11780
+ "group": "component",
11781
+ "scopes": ["fgColor"]
11782
+ }
11783
+ }
11784
+ },
11785
+ "name": "label-coral-fgColor-rest",
11786
+ "attributes": {},
11787
+ "path": ["label", "coral", "fgColor", "rest"]
11788
+ },
11789
+ "label-coral-fgColor-hover": {
11790
+ "value": "#9b2712",
11791
+ "$type": "color",
11792
+ "$extensions": {
11793
+ "org.primer.figma": {
11794
+ "collection": "mode",
11795
+ "mode": "light",
11796
+ "group": "component",
11797
+ "scopes": ["fgColor"]
11798
+ }
11799
+ },
11800
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11801
+ "isSource": true,
11802
+ "original": {
11803
+ "value": "{base.display.color.coral.7}",
11804
+ "$type": "color",
11805
+ "$extensions": {
11806
+ "org.primer.figma": {
11807
+ "collection": "mode",
11808
+ "mode": "light",
11809
+ "group": "component",
11810
+ "scopes": ["fgColor"]
11811
+ }
11812
+ }
11813
+ },
11814
+ "name": "label-coral-fgColor-hover",
11815
+ "attributes": {},
11816
+ "path": ["label", "coral", "fgColor", "hover"]
11817
+ },
11818
+ "label-coral-fgColor-active": {
11819
+ "value": "#7e2011",
11820
+ "$type": "color",
11821
+ "$extensions": {
11822
+ "org.primer.figma": {
11823
+ "collection": "mode",
11824
+ "mode": "light",
11825
+ "group": "component",
11826
+ "scopes": ["fgColor"]
11827
+ }
11828
+ },
11829
+ "filePath": "src/tokens/functional/color/light/patterns-light.json5",
11830
+ "isSource": true,
11831
+ "original": {
11832
+ "value": "{base.display.color.coral.8}",
11833
+ "$type": "color",
11834
+ "$extensions": {
11835
+ "org.primer.figma": {
11836
+ "collection": "mode",
11837
+ "mode": "light",
11838
+ "group": "component",
11839
+ "scopes": ["fgColor"]
11840
+ }
11841
+ }
11842
+ },
11843
+ "name": "label-coral-fgColor-active",
11844
+ "attributes": {},
11845
+ "path": ["label", "coral", "fgColor", "active"]
11846
+ },
8512
11847
  "fgColor-default": {
8513
11848
  "value": "#1f2328",
8514
11849
  "$type": "color",
@@ -9061,6 +12396,41 @@
9061
12396
  "attributes": {},
9062
12397
  "path": ["fgColor", "done", "@"]
9063
12398
  },
12399
+ "fgColor-upsell": {
12400
+ "value": "#8250df",
12401
+ "$type": "color",
12402
+ "$extensions": {
12403
+ "org.primer.figma": {
12404
+ "collection": "mode",
12405
+ "mode": "light",
12406
+ "group": "semantic",
12407
+ "scopes": ["fgColor"],
12408
+ "codeSyntax": {
12409
+ "web": "var(--fgColor-upsell)"
12410
+ }
12411
+ }
12412
+ },
12413
+ "filePath": "src/tokens/functional/color/light/primitives-light.json5",
12414
+ "isSource": true,
12415
+ "original": {
12416
+ "value": "{base.color.purple.5}",
12417
+ "$type": "color",
12418
+ "$extensions": {
12419
+ "org.primer.figma": {
12420
+ "collection": "mode",
12421
+ "mode": "light",
12422
+ "group": "semantic",
12423
+ "scopes": ["fgColor"],
12424
+ "codeSyntax": {
12425
+ "web": "var(--fgColor-upsell)"
12426
+ }
12427
+ }
12428
+ }
12429
+ },
12430
+ "name": "fgColor-upsell",
12431
+ "attributes": {},
12432
+ "path": ["fgColor", "upsell", "@"]
12433
+ },
9064
12434
  "fgColor-sponsors": {
9065
12435
  "value": "#bf3989",
9066
12436
  "$type": "color",
@@ -10021,6 +13391,76 @@
10021
13391
  "attributes": {},
10022
13392
  "path": ["bgColor", "done", "emphasis"]
10023
13393
  },
13394
+ "bgColor-upsell-muted": {
13395
+ "value": "#fbefff",
13396
+ "$type": "color",
13397
+ "$extensions": {
13398
+ "org.primer.figma": {
13399
+ "collection": "mode",
13400
+ "mode": "light",
13401
+ "group": "semantic",
13402
+ "scopes": ["bgColor"],
13403
+ "codeSyntax": {
13404
+ "web": "var(--bgColor-upsell-muted)"
13405
+ }
13406
+ }
13407
+ },
13408
+ "filePath": "src/tokens/functional/color/light/primitives-light.json5",
13409
+ "isSource": true,
13410
+ "original": {
13411
+ "value": "{base.color.purple.0}",
13412
+ "$type": "color",
13413
+ "$extensions": {
13414
+ "org.primer.figma": {
13415
+ "collection": "mode",
13416
+ "mode": "light",
13417
+ "group": "semantic",
13418
+ "scopes": ["bgColor"],
13419
+ "codeSyntax": {
13420
+ "web": "var(--bgColor-upsell-muted)"
13421
+ }
13422
+ }
13423
+ }
13424
+ },
13425
+ "name": "bgColor-upsell-muted",
13426
+ "attributes": {},
13427
+ "path": ["bgColor", "upsell", "muted"]
13428
+ },
13429
+ "bgColor-upsell-emphasis": {
13430
+ "value": "#8250df",
13431
+ "$type": "color",
13432
+ "$extensions": {
13433
+ "org.primer.figma": {
13434
+ "collection": "mode",
13435
+ "mode": "light",
13436
+ "group": "semantic",
13437
+ "scopes": ["bgColor"],
13438
+ "codeSyntax": {
13439
+ "web": "var(--bgColor-upsell-emphasis)"
13440
+ }
13441
+ }
13442
+ },
13443
+ "filePath": "src/tokens/functional/color/light/primitives-light.json5",
13444
+ "isSource": true,
13445
+ "original": {
13446
+ "value": "{base.color.purple.5}",
13447
+ "$type": "color",
13448
+ "$extensions": {
13449
+ "org.primer.figma": {
13450
+ "collection": "mode",
13451
+ "mode": "light",
13452
+ "group": "semantic",
13453
+ "scopes": ["bgColor"],
13454
+ "codeSyntax": {
13455
+ "web": "var(--bgColor-upsell-emphasis)"
13456
+ }
13457
+ }
13458
+ }
13459
+ },
13460
+ "name": "bgColor-upsell-emphasis",
13461
+ "attributes": {},
13462
+ "path": ["bgColor", "upsell", "emphasis"]
13463
+ },
10024
13464
  "bgColor-sponsors-muted": {
10025
13465
  "value": "#ffeff7",
10026
13466
  "$type": "color",
@@ -10861,7 +14301,7 @@
10861
14301
  "group": "semantic",
10862
14302
  "scopes": ["borderColor"],
10863
14303
  "codeSyntax": {
10864
- "web": "var(--borderColor-done-emphasis) /* utility class: .color-border-done-emphasis */"
14304
+ "web": "var(--borderColor-done-emphasis)"
10865
14305
  }
10866
14306
  }
10867
14307
  },
@@ -10877,7 +14317,7 @@
10877
14317
  "group": "semantic",
10878
14318
  "scopes": ["borderColor"],
10879
14319
  "codeSyntax": {
10880
- "web": "var(--borderColor-done-emphasis) /* utility class: .color-border-done-emphasis */"
14320
+ "web": "var(--borderColor-done-emphasis)"
10881
14321
  }
10882
14322
  }
10883
14323
  }
@@ -10886,6 +14326,78 @@
10886
14326
  "attributes": {},
10887
14327
  "path": ["borderColor", "done", "emphasis"]
10888
14328
  },
14329
+ "borderColor-upsell-muted": {
14330
+ "value": "#c297ff66",
14331
+ "$type": "color",
14332
+ "$extensions": {
14333
+ "org.primer.figma": {
14334
+ "collection": "mode",
14335
+ "mode": "light",
14336
+ "group": "semantic",
14337
+ "scopes": ["borderColor"],
14338
+ "codeSyntax": {
14339
+ "web": "var(--borderColor-upsell-muted)"
14340
+ }
14341
+ }
14342
+ },
14343
+ "alpha": 0.4,
14344
+ "filePath": "src/tokens/functional/color/light/primitives-light.json5",
14345
+ "isSource": true,
14346
+ "original": {
14347
+ "value": "{base.color.purple.3}",
14348
+ "$type": "color",
14349
+ "$extensions": {
14350
+ "org.primer.figma": {
14351
+ "collection": "mode",
14352
+ "mode": "light",
14353
+ "group": "semantic",
14354
+ "scopes": ["borderColor"],
14355
+ "codeSyntax": {
14356
+ "web": "var(--borderColor-upsell-muted)"
14357
+ }
14358
+ }
14359
+ },
14360
+ "alpha": 0.4
14361
+ },
14362
+ "name": "borderColor-upsell-muted",
14363
+ "attributes": {},
14364
+ "path": ["borderColor", "upsell", "muted"]
14365
+ },
14366
+ "borderColor-upsell-emphasis": {
14367
+ "value": "#8250df",
14368
+ "$type": "color",
14369
+ "$extensions": {
14370
+ "org.primer.figma": {
14371
+ "collection": "mode",
14372
+ "mode": "light",
14373
+ "group": "semantic",
14374
+ "scopes": ["borderColor"],
14375
+ "codeSyntax": {
14376
+ "web": "var(--borderColor-upsell-emphasis)"
14377
+ }
14378
+ }
14379
+ },
14380
+ "filePath": "src/tokens/functional/color/light/primitives-light.json5",
14381
+ "isSource": true,
14382
+ "original": {
14383
+ "value": "{base.color.purple.5}",
14384
+ "$type": "color",
14385
+ "$extensions": {
14386
+ "org.primer.figma": {
14387
+ "collection": "mode",
14388
+ "mode": "light",
14389
+ "group": "semantic",
14390
+ "scopes": ["borderColor"],
14391
+ "codeSyntax": {
14392
+ "web": "var(--borderColor-upsell-emphasis)"
14393
+ }
14394
+ }
14395
+ }
14396
+ },
14397
+ "name": "borderColor-upsell-emphasis",
14398
+ "attributes": {},
14399
+ "path": ["borderColor", "upsell", "emphasis"]
14400
+ },
10889
14401
  "borderColor-sponsors-muted": {
10890
14402
  "value": "#ff80c866",
10891
14403
  "$type": "color",