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