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