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