@sage/design-tokens 14.3.0 → 14.5.0

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 (194) hide show
  1. package/css/frozenproduct/all.css +7 -3
  2. package/css/frozenproduct/large/components/form.css +3 -0
  3. package/css/frozenproduct/large/global.css +4 -3
  4. package/css/frozenproduct/small/components/form.css +3 -0
  5. package/css/frozenproduct/small/global.css +4 -3
  6. package/css/marketing/all.css +7 -3
  7. package/css/marketing/large/components/container.css +10 -10
  8. package/css/marketing/large/components/form.css +3 -0
  9. package/css/marketing/large/global.css +4 -3
  10. package/css/marketing/small/components/form.css +3 -0
  11. package/css/marketing/small/global.css +4 -3
  12. package/css/product/all.css +7 -3
  13. package/css/product/large/components/form.css +3 -0
  14. package/css/product/large/global.css +4 -3
  15. package/css/product/small/components/form.css +3 -0
  16. package/css/product/small/global.css +4 -3
  17. package/ios/frozenproduct/large/dark/components/form.h +3 -0
  18. package/ios/frozenproduct/large/global.h +4 -3
  19. package/ios/frozenproduct/large/light/components/form.h +3 -0
  20. package/ios/frozenproduct/small/dark/components/form.h +3 -0
  21. package/ios/frozenproduct/small/global.h +4 -3
  22. package/ios/frozenproduct/small/light/components/form.h +3 -0
  23. package/ios/marketing/large/dark/components/form.h +3 -0
  24. package/ios/marketing/large/global.h +4 -3
  25. package/ios/marketing/large/light/components/form.h +3 -0
  26. package/ios/marketing/small/dark/components/form.h +3 -0
  27. package/ios/marketing/small/global.h +4 -3
  28. package/ios/marketing/small/light/components/form.h +3 -0
  29. package/ios/product/large/dark/components/form.h +3 -0
  30. package/ios/product/large/global.h +4 -3
  31. package/ios/product/large/light/components/form.h +3 -0
  32. package/ios/product/small/dark/components/form.h +3 -0
  33. package/ios/product/small/global.h +4 -3
  34. package/ios/product/small/light/components/form.h +3 -0
  35. package/js/common/frozenproduct/large/dark/components/form.d.ts +7 -0
  36. package/js/common/frozenproduct/large/dark/components/form.js +49 -0
  37. package/js/common/frozenproduct/large/global.d.ts +4 -3
  38. package/js/common/frozenproduct/large/global.js +104 -87
  39. package/js/common/frozenproduct/large/light/components/form.d.ts +7 -0
  40. package/js/common/frozenproduct/large/light/components/form.js +49 -0
  41. package/js/common/frozenproduct/small/dark/components/form.d.ts +7 -0
  42. package/js/common/frozenproduct/small/dark/components/form.js +49 -0
  43. package/js/common/frozenproduct/small/global.d.ts +4 -3
  44. package/js/common/frozenproduct/small/global.js +104 -87
  45. package/js/common/frozenproduct/small/light/components/form.d.ts +7 -0
  46. package/js/common/frozenproduct/small/light/components/form.js +49 -0
  47. package/js/common/marketing/large/dark/components/form.d.ts +7 -0
  48. package/js/common/marketing/large/dark/components/form.js +49 -0
  49. package/js/common/marketing/large/global.d.ts +4 -3
  50. package/js/common/marketing/large/global.js +104 -87
  51. package/js/common/marketing/large/light/components/form.d.ts +7 -0
  52. package/js/common/marketing/large/light/components/form.js +49 -0
  53. package/js/common/marketing/small/dark/components/form.d.ts +7 -0
  54. package/js/common/marketing/small/dark/components/form.js +49 -0
  55. package/js/common/marketing/small/global.d.ts +4 -3
  56. package/js/common/marketing/small/global.js +104 -87
  57. package/js/common/marketing/small/light/components/form.d.ts +7 -0
  58. package/js/common/marketing/small/light/components/form.js +49 -0
  59. package/js/common/product/large/dark/components/form.d.ts +7 -0
  60. package/js/common/product/large/dark/components/form.js +49 -0
  61. package/js/common/product/large/global.d.ts +4 -3
  62. package/js/common/product/large/global.js +104 -87
  63. package/js/common/product/large/light/components/form.d.ts +7 -0
  64. package/js/common/product/large/light/components/form.js +49 -0
  65. package/js/common/product/small/dark/components/form.d.ts +7 -0
  66. package/js/common/product/small/dark/components/form.js +49 -0
  67. package/js/common/product/small/global.d.ts +4 -3
  68. package/js/common/product/small/global.js +104 -87
  69. package/js/common/product/small/light/components/form.d.ts +7 -0
  70. package/js/common/product/small/light/components/form.js +49 -0
  71. package/js/es6/frozenproduct/large/dark/components/form.d.ts +3 -0
  72. package/js/es6/frozenproduct/large/dark/components/form.js +3 -0
  73. package/js/es6/frozenproduct/large/global.d.ts +4 -3
  74. package/js/es6/frozenproduct/large/global.js +4 -3
  75. package/js/es6/frozenproduct/large/light/components/form.d.ts +3 -0
  76. package/js/es6/frozenproduct/large/light/components/form.js +3 -0
  77. package/js/es6/frozenproduct/small/dark/components/form.d.ts +3 -0
  78. package/js/es6/frozenproduct/small/dark/components/form.js +3 -0
  79. package/js/es6/frozenproduct/small/global.d.ts +4 -3
  80. package/js/es6/frozenproduct/small/global.js +4 -3
  81. package/js/es6/frozenproduct/small/light/components/form.d.ts +3 -0
  82. package/js/es6/frozenproduct/small/light/components/form.js +3 -0
  83. package/js/es6/marketing/large/dark/components/form.d.ts +3 -0
  84. package/js/es6/marketing/large/dark/components/form.js +3 -0
  85. package/js/es6/marketing/large/global.d.ts +4 -3
  86. package/js/es6/marketing/large/global.js +4 -3
  87. package/js/es6/marketing/large/light/components/form.d.ts +3 -0
  88. package/js/es6/marketing/large/light/components/form.js +3 -0
  89. package/js/es6/marketing/small/dark/components/form.d.ts +3 -0
  90. package/js/es6/marketing/small/dark/components/form.js +3 -0
  91. package/js/es6/marketing/small/global.d.ts +4 -3
  92. package/js/es6/marketing/small/global.js +4 -3
  93. package/js/es6/marketing/small/light/components/form.d.ts +3 -0
  94. package/js/es6/marketing/small/light/components/form.js +3 -0
  95. package/js/es6/product/large/dark/components/form.d.ts +3 -0
  96. package/js/es6/product/large/dark/components/form.js +3 -0
  97. package/js/es6/product/large/global.d.ts +4 -3
  98. package/js/es6/product/large/global.js +4 -3
  99. package/js/es6/product/large/light/components/form.d.ts +3 -0
  100. package/js/es6/product/large/light/components/form.js +3 -0
  101. package/js/es6/product/small/dark/components/form.d.ts +3 -0
  102. package/js/es6/product/small/dark/components/form.js +3 -0
  103. package/js/es6/product/small/global.d.ts +4 -3
  104. package/js/es6/product/small/global.js +4 -3
  105. package/js/es6/product/small/light/components/form.d.ts +3 -0
  106. package/js/es6/product/small/light/components/form.js +3 -0
  107. package/js/umd/frozenproduct/large/dark/components/form.js +49 -0
  108. package/js/umd/frozenproduct/large/global.js +104 -88
  109. package/js/umd/frozenproduct/large/light/components/form.js +49 -0
  110. package/js/umd/frozenproduct/small/dark/components/form.js +49 -0
  111. package/js/umd/frozenproduct/small/global.js +104 -88
  112. package/js/umd/frozenproduct/small/light/components/form.js +49 -0
  113. package/js/umd/marketing/large/dark/components/form.js +49 -0
  114. package/js/umd/marketing/large/global.js +104 -88
  115. package/js/umd/marketing/large/light/components/form.js +49 -0
  116. package/js/umd/marketing/small/dark/components/form.js +49 -0
  117. package/js/umd/marketing/small/global.js +104 -88
  118. package/js/umd/marketing/small/light/components/form.js +49 -0
  119. package/js/umd/product/large/dark/components/form.js +49 -0
  120. package/js/umd/product/large/global.js +104 -88
  121. package/js/umd/product/large/light/components/form.js +49 -0
  122. package/js/umd/product/small/dark/components/form.js +49 -0
  123. package/js/umd/product/small/global.js +104 -88
  124. package/js/umd/product/small/light/components/form.js +49 -0
  125. package/json/flat/frozenproduct/large/dark/components/form.json +3 -0
  126. package/json/flat/frozenproduct/large/global.json +4 -3
  127. package/json/flat/frozenproduct/large/light/components/form.json +3 -0
  128. package/json/flat/frozenproduct/small/dark/components/form.json +3 -0
  129. package/json/flat/frozenproduct/small/global.json +4 -3
  130. package/json/flat/frozenproduct/small/light/components/form.json +3 -0
  131. package/json/flat/marketing/large/dark/components/form.json +3 -0
  132. package/json/flat/marketing/large/global.json +4 -3
  133. package/json/flat/marketing/large/light/components/form.json +3 -0
  134. package/json/flat/marketing/small/dark/components/form.json +3 -0
  135. package/json/flat/marketing/small/global.json +4 -3
  136. package/json/flat/marketing/small/light/components/form.json +3 -0
  137. package/json/flat/product/large/dark/components/form.json +3 -0
  138. package/json/flat/product/large/global.json +4 -3
  139. package/json/flat/product/large/light/components/form.json +3 -0
  140. package/json/flat/product/small/dark/components/form.json +3 -0
  141. package/json/flat/product/small/global.json +4 -3
  142. package/json/flat/product/small/light/components/form.json +3 -0
  143. package/json/nested/frozenproduct/large/dark/components/form.json +7 -0
  144. package/json/nested/frozenproduct/large/global.json +4 -3
  145. package/json/nested/frozenproduct/large/light/components/form.json +7 -0
  146. package/json/nested/frozenproduct/small/dark/components/form.json +7 -0
  147. package/json/nested/frozenproduct/small/global.json +4 -3
  148. package/json/nested/frozenproduct/small/light/components/form.json +7 -0
  149. package/json/nested/marketing/large/dark/components/form.json +7 -0
  150. package/json/nested/marketing/large/global.json +4 -3
  151. package/json/nested/marketing/large/light/components/form.json +7 -0
  152. package/json/nested/marketing/small/dark/components/form.json +7 -0
  153. package/json/nested/marketing/small/global.json +4 -3
  154. package/json/nested/marketing/small/light/components/form.json +7 -0
  155. package/json/nested/product/large/dark/components/form.json +7 -0
  156. package/json/nested/product/large/global.json +4 -3
  157. package/json/nested/product/large/light/components/form.json +7 -0
  158. package/json/nested/product/small/dark/components/form.json +7 -0
  159. package/json/nested/product/small/global.json +4 -3
  160. package/json/nested/product/small/light/components/form.json +7 -0
  161. package/package.json +1 -1
  162. package/sage-design-tokens-14.5.0.tgz +0 -0
  163. package/scss/frozenproduct/large/components/form.scss +3 -0
  164. package/scss/frozenproduct/large/global.scss +4 -3
  165. package/scss/frozenproduct/small/components/button.scss +13 -13
  166. package/scss/frozenproduct/small/components/container.scss +10 -10
  167. package/scss/frozenproduct/small/components/form.scss +10 -7
  168. package/scss/frozenproduct/small/components/link.scss +2 -2
  169. package/scss/frozenproduct/small/components/nav.scss +5 -5
  170. package/scss/frozenproduct/small/components/page.scss +1 -1
  171. package/scss/frozenproduct/small/components/popover.scss +2 -2
  172. package/scss/frozenproduct/small/components/progress.scss +6 -6
  173. package/scss/frozenproduct/small/components/status.scss +3 -3
  174. package/scss/frozenproduct/small/components/tab.scss +7 -7
  175. package/scss/frozenproduct/small/components/table.scss +10 -10
  176. package/scss/frozenproduct/small/global.scss +4 -3
  177. package/scss/marketing/large/components/button.scss +13 -13
  178. package/scss/marketing/large/components/container.scss +10 -10
  179. package/scss/marketing/large/components/form.scss +10 -7
  180. package/scss/marketing/large/components/link.scss +2 -2
  181. package/scss/marketing/large/components/nav.scss +5 -5
  182. package/scss/marketing/large/components/page.scss +1 -1
  183. package/scss/marketing/large/components/progress.scss +6 -6
  184. package/scss/marketing/large/components/status.scss +3 -3
  185. package/scss/marketing/large/components/tab.scss +7 -7
  186. package/scss/marketing/large/components/table.scss +10 -10
  187. package/scss/marketing/large/global.scss +4 -3
  188. package/scss/marketing/small/components/form.scss +3 -0
  189. package/scss/marketing/small/global.scss +4 -3
  190. package/scss/product/large/components/form.scss +3 -0
  191. package/scss/product/large/global.scss +4 -3
  192. package/scss/product/small/components/form.scss +3 -0
  193. package/scss/product/small/global.scss +4 -3
  194. package/sage-design-tokens-14.3.0.tgz +0 -0
@@ -2534,7 +2534,7 @@
2534
2534
  original: {
2535
2535
  $type: "typography",
2536
2536
  $value: {
2537
- fontFamily: "{global.fontFamilies.sage-ui}",
2537
+ fontFamily: "{global.fontFamilies.heading}",
2538
2538
  fontWeight: "{primitives.fontWeights.medium}",
2539
2539
  lineHeight: "{primitives.lineHeights.400}",
2540
2540
  fontSize: "{primitives.fontSize.responsive.product.step3}",
@@ -2557,7 +2557,7 @@
2557
2557
  original: {
2558
2558
  $type: "typography",
2559
2559
  $value: {
2560
- fontFamily: "{global.fontFamilies.sage-ui}",
2560
+ fontFamily: "{global.fontFamilies.heading}",
2561
2561
  fontWeight: "{primitives.fontWeights.bold}",
2562
2562
  lineHeight: "{primitives.lineHeights.400}",
2563
2563
  fontSize: "{primitives.fontSize.responsive.product.step4}",
@@ -2580,7 +2580,7 @@
2580
2580
  original: {
2581
2581
  $type: "typography",
2582
2582
  $value: {
2583
- fontFamily: "{global.fontFamilies.sage-ui}",
2583
+ fontFamily: "{global.fontFamilies.heading}",
2584
2584
  fontWeight: "{primitives.fontWeights.bold}",
2585
2585
  lineHeight: "{primitives.lineHeights.400}",
2586
2586
  fontSize: "{primitives.fontSize.responsive.product.step6}",
@@ -2605,7 +2605,7 @@
2605
2605
  original: {
2606
2606
  $type: "typography",
2607
2607
  $value: {
2608
- fontFamily: "{global.fontFamilies.sage-ui}",
2608
+ fontFamily: "{global.fontFamilies.subheading}",
2609
2609
  fontWeight: "{primitives.fontWeights.medium}",
2610
2610
  lineHeight: "{primitives.lineHeights.400}",
2611
2611
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -2628,7 +2628,7 @@
2628
2628
  original: {
2629
2629
  $type: "typography",
2630
2630
  $value: {
2631
- fontFamily: "{global.fontFamilies.sage-ui}",
2631
+ fontFamily: "{global.fontFamilies.subheading}",
2632
2632
  fontWeight: "{primitives.fontWeights.medium}",
2633
2633
  lineHeight: "{primitives.lineHeights.400}",
2634
2634
  fontSize: "{primitives.fontSize.responsive.product.step2}",
@@ -2655,7 +2655,7 @@
2655
2655
  original: {
2656
2656
  $type: "typography",
2657
2657
  $value: {
2658
- fontFamily: "{global.fontFamilies.sage-ui}",
2658
+ fontFamily: "{global.fontFamilies.body}",
2659
2659
  fontWeight: "{primitives.fontWeights.regular}",
2660
2660
  lineHeight: "{primitives.lineHeights.500}",
2661
2661
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -2687,7 +2687,7 @@
2687
2687
  original: {
2688
2688
  $type: "typography",
2689
2689
  $value: {
2690
- fontFamily: "{global.fontFamilies.sage-ui}",
2690
+ fontFamily: "{global.fontFamilies.body}",
2691
2691
  fontWeight: "{primitives.fontWeights.regular}",
2692
2692
  lineHeight: "{primitives.lineHeights.500}",
2693
2693
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -2719,7 +2719,7 @@
2719
2719
  original: {
2720
2720
  $type: "typography",
2721
2721
  $value: {
2722
- fontFamily: "{global.fontFamilies.sage-ui}",
2722
+ fontFamily: "{global.fontFamilies.body}",
2723
2723
  fontWeight: "{primitives.fontWeights.regular}",
2724
2724
  lineHeight: "{primitives.lineHeights.500}",
2725
2725
  fontSize: "{primitives.fontSize.responsive.product.step2}",
@@ -2753,7 +2753,7 @@
2753
2753
  original: {
2754
2754
  $type: "typography",
2755
2755
  $value: {
2756
- fontFamily: "{global.fontFamilies.sage-ui}",
2756
+ fontFamily: "{global.fontFamilies.body}",
2757
2757
  fontWeight: "{primitives.fontWeights.medium}",
2758
2758
  lineHeight: "{primitives.lineHeights.500}",
2759
2759
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -2785,7 +2785,7 @@
2785
2785
  original: {
2786
2786
  $type: "typography",
2787
2787
  $value: {
2788
- fontFamily: "{global.fontFamilies.sage-ui}",
2788
+ fontFamily: "{global.fontFamilies.body}",
2789
2789
  fontWeight: "{primitives.fontWeights.medium}",
2790
2790
  lineHeight: "{primitives.lineHeights.500}",
2791
2791
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -2817,7 +2817,7 @@
2817
2817
  original: {
2818
2818
  $type: "typography",
2819
2819
  $value: {
2820
- fontFamily: "{global.fontFamilies.sage-ui}",
2820
+ fontFamily: "{global.fontFamilies.body}",
2821
2821
  fontWeight: "{primitives.fontWeights.medium}",
2822
2822
  lineHeight: "{primitives.lineHeights.500}",
2823
2823
  fontSize: "{primitives.fontSize.responsive.product.step2}",
@@ -2855,7 +2855,7 @@
2855
2855
  original: {
2856
2856
  $type: "typography",
2857
2857
  $value: {
2858
- fontFamily: "{global.fontFamilies.sage-ui}",
2858
+ fontFamily: "{global.fontFamilies.component}",
2859
2859
  fontWeight: "{primitives.fontWeights.medium}",
2860
2860
  lineHeight: "{primitives.lineHeights.500}",
2861
2861
  fontSize: "{primitives.fontSize.responsive.product.step-1}",
@@ -2891,7 +2891,7 @@
2891
2891
  original: {
2892
2892
  $type: "typography",
2893
2893
  $value: {
2894
- fontFamily: "{global.fontFamilies.sage-ui}",
2894
+ fontFamily: "{global.fontFamilies.component}",
2895
2895
  fontWeight: "{primitives.fontWeights.medium}",
2896
2896
  lineHeight: "{primitives.lineHeights.500}",
2897
2897
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -2927,7 +2927,7 @@
2927
2927
  original: {
2928
2928
  $type: "typography",
2929
2929
  $value: {
2930
- fontFamily: "{global.fontFamilies.sage-ui}",
2930
+ fontFamily: "{global.fontFamilies.component}",
2931
2931
  fontWeight: "{primitives.fontWeights.medium}",
2932
2932
  lineHeight: "{primitives.lineHeights.500}",
2933
2933
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -2963,7 +2963,7 @@
2963
2963
  original: {
2964
2964
  $type: "typography",
2965
2965
  $value: {
2966
- fontFamily: "{global.fontFamilies.sage-ui}",
2966
+ fontFamily: "{global.fontFamilies.component}",
2967
2967
  fontWeight: "{primitives.fontWeights.medium}",
2968
2968
  lineHeight: "{primitives.lineHeights.500}",
2969
2969
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -3001,7 +3001,7 @@
3001
3001
  original: {
3002
3002
  $type: "typography",
3003
3003
  $value: {
3004
- fontFamily: "{global.fontFamilies.sage-ui}",
3004
+ fontFamily: "{global.fontFamilies.component}",
3005
3005
  fontWeight: "{primitives.fontWeights.regular}",
3006
3006
  lineHeight: "{primitives.lineHeights.500}",
3007
3007
  fontSize: "{primitives.fontSize.responsive.product.step-1}",
@@ -3037,7 +3037,7 @@
3037
3037
  original: {
3038
3038
  $type: "typography",
3039
3039
  $value: {
3040
- fontFamily: "{global.fontFamilies.sage-ui}",
3040
+ fontFamily: "{global.fontFamilies.component}",
3041
3041
  fontWeight: "{primitives.fontWeights.regular}",
3042
3042
  lineHeight: "{primitives.lineHeights.500}",
3043
3043
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3073,7 +3073,7 @@
3073
3073
  original: {
3074
3074
  $type: "typography",
3075
3075
  $value: {
3076
- fontFamily: "{global.fontFamilies.sage-ui}",
3076
+ fontFamily: "{global.fontFamilies.component}",
3077
3077
  fontWeight: "{primitives.fontWeights.regular}",
3078
3078
  lineHeight: "{primitives.lineHeights.500}",
3079
3079
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3109,7 +3109,7 @@
3109
3109
  original: {
3110
3110
  $type: "typography",
3111
3111
  $value: {
3112
- fontFamily: "{global.fontFamilies.sage-ui}",
3112
+ fontFamily: "{global.fontFamilies.component}",
3113
3113
  fontWeight: "{primitives.fontWeights.regular}",
3114
3114
  lineHeight: "{primitives.lineHeights.500}",
3115
3115
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -3239,7 +3239,7 @@
3239
3239
  original: {
3240
3240
  $type: "typography",
3241
3241
  $value: {
3242
- fontFamily: "{global.fontFamilies.sage-ui}",
3242
+ fontFamily: "{global.fontFamilies.component}",
3243
3243
  fontWeight: "{primitives.fontWeights.regular}",
3244
3244
  lineHeight: "{primitives.lineHeights.500}",
3245
3245
  fontSize:
@@ -3275,7 +3275,7 @@
3275
3275
  original: {
3276
3276
  $type: "typography",
3277
3277
  $value: {
3278
- fontFamily: "{global.fontFamilies.sage-ui}",
3278
+ fontFamily: "{global.fontFamilies.component}",
3279
3279
  fontWeight: "{primitives.fontWeights.regular}",
3280
3280
  lineHeight: "{primitives.lineHeights.500}",
3281
3281
  fontSize:
@@ -3312,7 +3312,7 @@
3312
3312
  original: {
3313
3313
  $type: "typography",
3314
3314
  $value: {
3315
- fontFamily: "{global.fontFamilies.sage-ui}",
3315
+ fontFamily: "{global.fontFamilies.component}",
3316
3316
  fontWeight: "{primitives.fontWeights.regular}",
3317
3317
  lineHeight: "{primitives.lineHeights.500}",
3318
3318
  fontSize:
@@ -3350,7 +3350,7 @@
3350
3350
  original: {
3351
3351
  $type: "typography",
3352
3352
  $value: {
3353
- fontFamily: "{global.fontFamilies.sage-ui}",
3353
+ fontFamily: "{global.fontFamilies.component}",
3354
3354
  fontWeight: "{primitives.fontWeights.medium}",
3355
3355
  lineHeight: "{primitives.lineHeights.500}",
3356
3356
  fontSize:
@@ -3386,7 +3386,7 @@
3386
3386
  original: {
3387
3387
  $type: "typography",
3388
3388
  $value: {
3389
- fontFamily: "{global.fontFamilies.sage-ui}",
3389
+ fontFamily: "{global.fontFamilies.component}",
3390
3390
  fontWeight: "{primitives.fontWeights.medium}",
3391
3391
  lineHeight: "{primitives.lineHeights.500}",
3392
3392
  fontSize:
@@ -3423,7 +3423,7 @@
3423
3423
  original: {
3424
3424
  $type: "typography",
3425
3425
  $value: {
3426
- fontFamily: "{global.fontFamilies.sage-ui}",
3426
+ fontFamily: "{global.fontFamilies.component}",
3427
3427
  fontWeight: "{primitives.fontWeights.medium}",
3428
3428
  lineHeight: "{primitives.lineHeights.500}",
3429
3429
  fontSize:
@@ -3462,7 +3462,7 @@
3462
3462
  original: {
3463
3463
  $type: "typography",
3464
3464
  $value: {
3465
- fontFamily: "{global.fontFamilies.sage-ui}",
3465
+ fontFamily: "{global.fontFamilies.component}",
3466
3466
  fontWeight: "{primitives.fontWeights.medium}",
3467
3467
  lineHeight: "{primitives.lineHeights.500}",
3468
3468
  fontSize: "{primitives.fontSize.responsive.product.step-2}",
@@ -3494,7 +3494,7 @@
3494
3494
  original: {
3495
3495
  $type: "typography",
3496
3496
  $value: {
3497
- fontFamily: "{global.fontFamilies.sage-ui}",
3497
+ fontFamily: "{global.fontFamilies.component}",
3498
3498
  fontWeight: "{primitives.fontWeights.medium}",
3499
3499
  lineHeight: "{primitives.lineHeights.500}",
3500
3500
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3526,7 +3526,7 @@
3526
3526
  original: {
3527
3527
  $type: "typography",
3528
3528
  $value: {
3529
- fontFamily: "{global.fontFamilies.sage-ui}",
3529
+ fontFamily: "{global.fontFamilies.component}",
3530
3530
  fontWeight: "{primitives.fontWeights.medium}",
3531
3531
  lineHeight: "{primitives.lineHeights.500}",
3532
3532
  fontSize: "{primitives.fontSize.responsive.product.step2}",
@@ -3558,7 +3558,7 @@
3558
3558
  original: {
3559
3559
  $type: "typography",
3560
3560
  $value: {
3561
- fontFamily: "{global.fontFamilies.sage-ui}",
3561
+ fontFamily: "{global.fontFamilies.component}",
3562
3562
  fontWeight: "{primitives.fontWeights.medium}",
3563
3563
  lineHeight: "{primitives.lineHeights.500}",
3564
3564
  fontSize: "{primitives.fontSize.responsive.product.step4}",
@@ -3590,7 +3590,7 @@
3590
3590
  original: {
3591
3591
  $type: "typography",
3592
3592
  $value: {
3593
- fontFamily: "{global.fontFamilies.sage-ui}",
3593
+ fontFamily: "{global.fontFamilies.component}",
3594
3594
  fontWeight: "{primitives.fontWeights.medium}",
3595
3595
  lineHeight: "{primitives.lineHeights.500}",
3596
3596
  fontSize: "{primitives.fontSize.responsive.product.step6}",
@@ -3622,7 +3622,7 @@
3622
3622
  original: {
3623
3623
  $type: "typography",
3624
3624
  $value: {
3625
- fontFamily: "{global.fontFamilies.sage-ui}",
3625
+ fontFamily: "{global.fontFamilies.component}",
3626
3626
  fontWeight: "{primitives.fontWeights.medium}",
3627
3627
  lineHeight: "{primitives.lineHeights.500}",
3628
3628
  fontSize: "{primitives.fontSize.responsive.product.step8}",
@@ -3654,7 +3654,7 @@
3654
3654
  original: {
3655
3655
  $type: "typography",
3656
3656
  $value: {
3657
- fontFamily: "{global.fontFamilies.sage-ui}",
3657
+ fontFamily: "{global.fontFamilies.component}",
3658
3658
  fontWeight: "{primitives.fontWeights.medium}",
3659
3659
  lineHeight: "{primitives.lineHeights.500}",
3660
3660
  fontSize: "{primitives.fontSize.responsive.product.step10}",
@@ -3691,7 +3691,7 @@
3691
3691
  original: {
3692
3692
  $type: "typography",
3693
3693
  $value: {
3694
- fontFamily: "{global.fontFamilies.sage-ui}",
3694
+ fontFamily: "{global.fontFamilies.component}",
3695
3695
  fontWeight: "{primitives.fontWeights.medium}",
3696
3696
  lineHeight: "{primitives.lineHeights.300}",
3697
3697
  fontSize: "{primitives.fontSize.responsive.product.step-1}",
@@ -3729,7 +3729,7 @@
3729
3729
  original: {
3730
3730
  $type: "typography",
3731
3731
  $value: {
3732
- fontFamily: "{global.fontFamilies.sage-ui}",
3732
+ fontFamily: "{global.fontFamilies.heading}",
3733
3733
  fontWeight: "{primitives.fontWeights.medium}",
3734
3734
  lineHeight: "{primitives.lineHeights.400}",
3735
3735
  fontSize: "{global.fontSize.adaptive.step3}",
@@ -3752,7 +3752,7 @@
3752
3752
  original: {
3753
3753
  $type: "typography",
3754
3754
  $value: {
3755
- fontFamily: "{global.fontFamilies.sage-ui}",
3755
+ fontFamily: "{global.fontFamilies.heading}",
3756
3756
  fontWeight: "{primitives.fontWeights.bold}",
3757
3757
  lineHeight: "{primitives.lineHeights.400}",
3758
3758
  fontSize: "{global.fontSize.adaptive.step4}",
@@ -3775,7 +3775,7 @@
3775
3775
  original: {
3776
3776
  $type: "typography",
3777
3777
  $value: {
3778
- fontFamily: "{global.fontFamilies.sage-ui}",
3778
+ fontFamily: "{global.fontFamilies.heading}",
3779
3779
  fontWeight: "{primitives.fontWeights.bold}",
3780
3780
  lineHeight: "{primitives.lineHeights.400}",
3781
3781
  fontSize: "{global.fontSize.adaptive.step6}",
@@ -3800,7 +3800,7 @@
3800
3800
  original: {
3801
3801
  $type: "typography",
3802
3802
  $value: {
3803
- fontFamily: "{global.fontFamilies.sage-ui}",
3803
+ fontFamily: "{global.fontFamilies.subheading}",
3804
3804
  fontWeight: "{primitives.fontWeights.medium}",
3805
3805
  lineHeight: "{primitives.lineHeights.400}",
3806
3806
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -3823,7 +3823,7 @@
3823
3823
  original: {
3824
3824
  $type: "typography",
3825
3825
  $value: {
3826
- fontFamily: "{global.fontFamilies.sage-ui}",
3826
+ fontFamily: "{global.fontFamilies.subheading}",
3827
3827
  fontWeight: "{primitives.fontWeights.medium}",
3828
3828
  lineHeight: "{primitives.lineHeights.400}",
3829
3829
  fontSize: "{global.fontSize.adaptive.step2}",
@@ -3850,7 +3850,7 @@
3850
3850
  original: {
3851
3851
  $type: "typography",
3852
3852
  $value: {
3853
- fontFamily: "{global.fontFamilies.sage-ui}",
3853
+ fontFamily: "{global.fontFamilies.body}",
3854
3854
  fontWeight: "{primitives.fontWeights.regular}",
3855
3855
  lineHeight: "{primitives.lineHeights.500}",
3856
3856
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -3882,7 +3882,7 @@
3882
3882
  original: {
3883
3883
  $type: "typography",
3884
3884
  $value: {
3885
- fontFamily: "{global.fontFamilies.sage-ui}",
3885
+ fontFamily: "{global.fontFamilies.body}",
3886
3886
  fontWeight: "{primitives.fontWeights.regular}",
3887
3887
  lineHeight: "{primitives.lineHeights.500}",
3888
3888
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -3914,7 +3914,7 @@
3914
3914
  original: {
3915
3915
  $type: "typography",
3916
3916
  $value: {
3917
- fontFamily: "{global.fontFamilies.sage-ui}",
3917
+ fontFamily: "{global.fontFamilies.body}",
3918
3918
  fontWeight: "{primitives.fontWeights.regular}",
3919
3919
  lineHeight: "{primitives.lineHeights.500}",
3920
3920
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -3948,7 +3948,7 @@
3948
3948
  original: {
3949
3949
  $type: "typography",
3950
3950
  $value: {
3951
- fontFamily: "{global.fontFamilies.sage-ui}",
3951
+ fontFamily: "{global.fontFamilies.body}",
3952
3952
  fontWeight: "{primitives.fontWeights.medium}",
3953
3953
  lineHeight: "{primitives.lineHeights.500}",
3954
3954
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -3980,7 +3980,7 @@
3980
3980
  original: {
3981
3981
  $type: "typography",
3982
3982
  $value: {
3983
- fontFamily: "{global.fontFamilies.sage-ui}",
3983
+ fontFamily: "{global.fontFamilies.body}",
3984
3984
  fontWeight: "{primitives.fontWeights.medium}",
3985
3985
  lineHeight: "{primitives.lineHeights.500}",
3986
3986
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4012,7 +4012,7 @@
4012
4012
  original: {
4013
4013
  $type: "typography",
4014
4014
  $value: {
4015
- fontFamily: "{global.fontFamilies.sage-ui}",
4015
+ fontFamily: "{global.fontFamilies.body}",
4016
4016
  fontWeight: "{primitives.fontWeights.medium}",
4017
4017
  lineHeight: "{primitives.lineHeights.500}",
4018
4018
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4048,7 +4048,7 @@
4048
4048
  original: {
4049
4049
  $type: "typography",
4050
4050
  $value: {
4051
- fontFamily: "{global.fontFamilies.sage-ui}",
4051
+ fontFamily: "{global.fontFamilies.component}",
4052
4052
  fontWeight: "{primitives.fontWeights.medium}",
4053
4053
  lineHeight: "{primitives.lineHeights.500}",
4054
4054
  fontSize: "{global.fontSize.adaptive.step-1}",
@@ -4080,7 +4080,7 @@
4080
4080
  original: {
4081
4081
  $type: "typography",
4082
4082
  $value: {
4083
- fontFamily: "{global.fontFamilies.sage-ui}",
4083
+ fontFamily: "{global.fontFamilies.component}",
4084
4084
  fontWeight: "{primitives.fontWeights.medium}",
4085
4085
  lineHeight: "{primitives.lineHeights.500}",
4086
4086
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4112,7 +4112,7 @@
4112
4112
  original: {
4113
4113
  $type: "typography",
4114
4114
  $value: {
4115
- fontFamily: "{global.fontFamilies.sage-ui}",
4115
+ fontFamily: "{global.fontFamilies.component}",
4116
4116
  fontWeight: "{primitives.fontWeights.medium}",
4117
4117
  lineHeight: "{primitives.lineHeights.500}",
4118
4118
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4144,7 +4144,7 @@
4144
4144
  original: {
4145
4145
  $type: "typography",
4146
4146
  $value: {
4147
- fontFamily: "{global.fontFamilies.sage-ui}",
4147
+ fontFamily: "{global.fontFamilies.component}",
4148
4148
  fontWeight: "{primitives.fontWeights.medium}",
4149
4149
  lineHeight: "{primitives.lineHeights.500}",
4150
4150
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4178,7 +4178,7 @@
4178
4178
  original: {
4179
4179
  $type: "typography",
4180
4180
  $value: {
4181
- fontFamily: "{global.fontFamilies.sage-ui}",
4181
+ fontFamily: "{global.fontFamilies.component}",
4182
4182
  fontWeight: "{primitives.fontWeights.regular}",
4183
4183
  lineHeight: "{primitives.lineHeights.500}",
4184
4184
  fontSize: "{global.fontSize.adaptive.step-1}",
@@ -4210,7 +4210,7 @@
4210
4210
  original: {
4211
4211
  $type: "typography",
4212
4212
  $value: {
4213
- fontFamily: "{global.fontFamilies.sage-ui}",
4213
+ fontFamily: "{global.fontFamilies.component}",
4214
4214
  fontWeight: "{primitives.fontWeights.regular}",
4215
4215
  lineHeight: "{primitives.lineHeights.500}",
4216
4216
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4242,7 +4242,7 @@
4242
4242
  original: {
4243
4243
  $type: "typography",
4244
4244
  $value: {
4245
- fontFamily: "{global.fontFamilies.sage-ui}",
4245
+ fontFamily: "{global.fontFamilies.component}",
4246
4246
  fontWeight: "{primitives.fontWeights.regular}",
4247
4247
  lineHeight: "{primitives.lineHeights.500}",
4248
4248
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4274,7 +4274,7 @@
4274
4274
  original: {
4275
4275
  $type: "typography",
4276
4276
  $value: {
4277
- fontFamily: "{global.fontFamilies.sage-ui}",
4277
+ fontFamily: "{global.fontFamilies.component}",
4278
4278
  fontWeight: "{primitives.fontWeights.regular}",
4279
4279
  lineHeight: "{primitives.lineHeights.500}",
4280
4280
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4396,7 +4396,7 @@
4396
4396
  original: {
4397
4397
  $type: "typography",
4398
4398
  $value: {
4399
- fontFamily: "{global.fontFamilies.sage-ui}",
4399
+ fontFamily: "{global.fontFamilies.component}",
4400
4400
  fontWeight: "{primitives.fontWeights.regular}",
4401
4401
  lineHeight: "{primitives.lineHeights.500}",
4402
4402
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4431,7 +4431,7 @@
4431
4431
  original: {
4432
4432
  $type: "typography",
4433
4433
  $value: {
4434
- fontFamily: "{global.fontFamilies.sage-ui}",
4434
+ fontFamily: "{global.fontFamilies.component}",
4435
4435
  fontWeight: "{primitives.fontWeights.regular}",
4436
4436
  lineHeight: "{primitives.lineHeights.500}",
4437
4437
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4466,7 +4466,7 @@
4466
4466
  original: {
4467
4467
  $type: "typography",
4468
4468
  $value: {
4469
- fontFamily: "{global.fontFamilies.sage-ui}",
4469
+ fontFamily: "{global.fontFamilies.component}",
4470
4470
  fontWeight: "{primitives.fontWeights.regular}",
4471
4471
  lineHeight: "{primitives.lineHeights.500}",
4472
4472
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4503,7 +4503,7 @@
4503
4503
  original: {
4504
4504
  $type: "typography",
4505
4505
  $value: {
4506
- fontFamily: "{global.fontFamilies.sage-ui}",
4506
+ fontFamily: "{global.fontFamilies.component}",
4507
4507
  fontWeight: "{primitives.fontWeights.medium}",
4508
4508
  lineHeight: "{primitives.lineHeights.500}",
4509
4509
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4538,7 +4538,7 @@
4538
4538
  original: {
4539
4539
  $type: "typography",
4540
4540
  $value: {
4541
- fontFamily: "{global.fontFamilies.sage-ui}",
4541
+ fontFamily: "{global.fontFamilies.component}",
4542
4542
  fontWeight: "{primitives.fontWeights.medium}",
4543
4543
  lineHeight: "{primitives.lineHeights.500}",
4544
4544
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4573,7 +4573,7 @@
4573
4573
  original: {
4574
4574
  $type: "typography",
4575
4575
  $value: {
4576
- fontFamily: "{global.fontFamilies.sage-ui}",
4576
+ fontFamily: "{global.fontFamilies.component}",
4577
4577
  fontWeight: "{primitives.fontWeights.medium}",
4578
4578
  lineHeight: "{primitives.lineHeights.500}",
4579
4579
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4610,7 +4610,7 @@
4610
4610
  original: {
4611
4611
  $type: "typography",
4612
4612
  $value: {
4613
- fontFamily: "{global.fontFamilies.sage-ui}",
4613
+ fontFamily: "{global.fontFamilies.component}",
4614
4614
  fontWeight: "{primitives.fontWeights.medium}",
4615
4615
  lineHeight: "{primitives.lineHeights.500}",
4616
4616
  fontSize: "{global.fontSize.adaptive.step-2}",
@@ -4642,7 +4642,7 @@
4642
4642
  original: {
4643
4643
  $type: "typography",
4644
4644
  $value: {
4645
- fontFamily: "{global.fontFamilies.sage-ui}",
4645
+ fontFamily: "{global.fontFamilies.component}",
4646
4646
  fontWeight: "{primitives.fontWeights.medium}",
4647
4647
  lineHeight: "{primitives.lineHeights.500}",
4648
4648
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4674,7 +4674,7 @@
4674
4674
  original: {
4675
4675
  $type: "typography",
4676
4676
  $value: {
4677
- fontFamily: "{global.fontFamilies.sage-ui}",
4677
+ fontFamily: "{global.fontFamilies.component}",
4678
4678
  fontWeight: "{primitives.fontWeights.medium}",
4679
4679
  lineHeight: "{primitives.lineHeights.500}",
4680
4680
  fontSize: "{global.fontSize.adaptive.step2}",
@@ -4706,7 +4706,7 @@
4706
4706
  original: {
4707
4707
  $type: "typography",
4708
4708
  $value: {
4709
- fontFamily: "{global.fontFamilies.sage-ui}",
4709
+ fontFamily: "{global.fontFamilies.component}",
4710
4710
  fontWeight: "{primitives.fontWeights.medium}",
4711
4711
  lineHeight: "{primitives.lineHeights.500}",
4712
4712
  fontSize: "{global.fontSize.adaptive.step4}",
@@ -4738,7 +4738,7 @@
4738
4738
  original: {
4739
4739
  $type: "typography",
4740
4740
  $value: {
4741
- fontFamily: "{global.fontFamilies.sage-ui}",
4741
+ fontFamily: "{global.fontFamilies.component}",
4742
4742
  fontWeight: "{primitives.fontWeights.medium}",
4743
4743
  lineHeight: "{primitives.lineHeights.500}",
4744
4744
  fontSize: "{global.fontSize.adaptive.step6}",
@@ -4770,7 +4770,7 @@
4770
4770
  original: {
4771
4771
  $type: "typography",
4772
4772
  $value: {
4773
- fontFamily: "{global.fontFamilies.sage-ui}",
4773
+ fontFamily: "{global.fontFamilies.component}",
4774
4774
  fontWeight: "{primitives.fontWeights.medium}",
4775
4775
  lineHeight: "{primitives.lineHeights.500}",
4776
4776
  fontSize: "{global.fontSize.adaptive.step8}",
@@ -4802,7 +4802,7 @@
4802
4802
  original: {
4803
4803
  $type: "typography",
4804
4804
  $value: {
4805
- fontFamily: "{global.fontFamilies.sage-ui}",
4805
+ fontFamily: "{global.fontFamilies.component}",
4806
4806
  fontWeight: "{primitives.fontWeights.medium}",
4807
4807
  lineHeight: "{primitives.lineHeights.500}",
4808
4808
  fontSize: "{global.fontSize.adaptive.step10}",
@@ -4838,7 +4838,7 @@
4838
4838
  original: {
4839
4839
  $type: "typography",
4840
4840
  $value: {
4841
- fontFamily: "{global.fontFamilies.sage-ui}",
4841
+ fontFamily: "{global.fontFamilies.component}",
4842
4842
  fontWeight: "{primitives.fontWeights.medium}",
4843
4843
  lineHeight: "{primitives.lineHeights.300}",
4844
4844
  fontSize: "{global.fontSize.adaptive.step-1}",
@@ -5189,10 +5189,9 @@
5189
5189
  attributes: {},
5190
5190
  path: ["global", "fontFamilies", "sage-icons"],
5191
5191
  },
5192
- "sage-headline": {
5192
+ heading: {
5193
5193
  $type: "fontFamily",
5194
- $value: "Sage Headline",
5195
- $description: "Used in only in marketing contexts for some headings.",
5194
+ $value: "Sage UI",
5196
5195
  filePath: "data/tokens/global/typography.json",
5197
5196
  isSource: true,
5198
5197
  $extensions: {
@@ -5202,24 +5201,20 @@
5202
5201
  },
5203
5202
  original: {
5204
5203
  $type: "fontFamily",
5205
- $value: "Sage Headline",
5206
- $description:
5207
- "Used in only in marketing contexts for some headings.",
5204
+ $value: "Sage UI",
5208
5205
  $extensions: {
5209
5206
  "studio.tokens": {
5210
5207
  originalType: "fontFamilies",
5211
5208
  },
5212
5209
  },
5213
5210
  },
5214
- name: "globalFontFamiliesSageHeadline",
5211
+ name: "globalFontFamiliesHeading",
5215
5212
  attributes: {},
5216
- path: ["global", "fontFamilies", "sage-headline"],
5213
+ path: ["global", "fontFamilies", "heading"],
5217
5214
  },
5218
- "sage-ui": {
5215
+ subheading: {
5219
5216
  $type: "fontFamily",
5220
5217
  $value: "Sage UI",
5221
- $description:
5222
- "Used in componentry such as tables, buttons, inputs etc.",
5223
5218
  filePath: "data/tokens/global/typography.json",
5224
5219
  isSource: true,
5225
5220
  $extensions: {
@@ -5230,23 +5225,44 @@
5230
5225
  original: {
5231
5226
  $type: "fontFamily",
5232
5227
  $value: "Sage UI",
5233
- $description:
5234
- "Used in componentry such as tables, buttons, inputs etc.",
5235
5228
  $extensions: {
5236
5229
  "studio.tokens": {
5237
5230
  originalType: "fontFamilies",
5238
5231
  },
5239
5232
  },
5240
5233
  },
5241
- name: "globalFontFamiliesSageUi",
5234
+ name: "globalFontFamiliesSubheading",
5242
5235
  attributes: {},
5243
- path: ["global", "fontFamilies", "sage-ui"],
5236
+ path: ["global", "fontFamilies", "subheading"],
5244
5237
  },
5245
- "sage-text": {
5238
+ body: {
5246
5239
  $type: "fontFamily",
5247
- $value: "Sage Text",
5240
+ $value: "Sage UI",
5241
+ filePath: "data/tokens/global/typography.json",
5242
+ isSource: true,
5243
+ $extensions: {
5244
+ "studio.tokens": {
5245
+ originalType: "fontFamilies",
5246
+ },
5247
+ },
5248
+ original: {
5249
+ $type: "fontFamily",
5250
+ $value: "Sage UI",
5251
+ $extensions: {
5252
+ "studio.tokens": {
5253
+ originalType: "fontFamilies",
5254
+ },
5255
+ },
5256
+ },
5257
+ name: "globalFontFamiliesBody",
5258
+ attributes: {},
5259
+ path: ["global", "fontFamilies", "body"],
5260
+ },
5261
+ component: {
5262
+ $type: "fontFamily",
5263
+ $value: "Sage UI",
5248
5264
  $description:
5249
- "Used for Headings in product and in marketing contexts. Marketing also use it for their body copy.",
5265
+ "Used in componentry such as tables, buttons, inputs etc.",
5250
5266
  filePath: "data/tokens/global/typography.json",
5251
5267
  isSource: true,
5252
5268
  $extensions: {
@@ -5256,18 +5272,18 @@
5256
5272
  },
5257
5273
  original: {
5258
5274
  $type: "fontFamily",
5259
- $value: "Sage Text",
5275
+ $value: "Sage UI",
5260
5276
  $description:
5261
- "Used for Headings in product and in marketing contexts. Marketing also use it for their body copy.",
5277
+ "Used in componentry such as tables, buttons, inputs etc.",
5262
5278
  $extensions: {
5263
5279
  "studio.tokens": {
5264
5280
  originalType: "fontFamilies",
5265
5281
  },
5266
5282
  },
5267
5283
  },
5268
- name: "globalFontFamiliesSageText",
5284
+ name: "globalFontFamiliesComponent",
5269
5285
  attributes: {},
5270
- path: ["global", "fontFamilies", "sage-text"],
5286
+ path: ["global", "fontFamilies", "component"],
5271
5287
  },
5272
5288
  other: {
5273
5289
  $type: "fontFamily",