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