@sage/design-tokens 14.8.0 → 14.9.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 (214) hide show
  1. package/css/frozenproduct/all.css +5 -0
  2. package/css/frozenproduct/large/components/page.css +4 -0
  3. package/css/frozenproduct/large/global.css +4 -0
  4. package/css/frozenproduct/small/components/page.css +4 -0
  5. package/css/frozenproduct/small/global.css +4 -0
  6. package/css/marketing/all.css +4 -0
  7. package/css/marketing/large/components/page.css +4 -0
  8. package/css/marketing/large/global.css +4 -0
  9. package/css/marketing/small/components/page.css +4 -0
  10. package/css/marketing/small/global.css +4 -0
  11. package/css/product/all.css +4 -0
  12. package/css/product/large/components/page.css +4 -0
  13. package/css/product/large/global.css +4 -0
  14. package/css/product/small/components/page.css +4 -0
  15. package/css/product/small/global.css +4 -0
  16. package/ios/frozenproduct/large/dark/components/page.h +4 -0
  17. package/ios/frozenproduct/large/global.h +4 -0
  18. package/ios/frozenproduct/large/light/components/page.h +4 -0
  19. package/ios/frozenproduct/small/dark/components/page.h +4 -0
  20. package/ios/frozenproduct/small/global.h +4 -0
  21. package/ios/frozenproduct/small/light/components/page.h +4 -0
  22. package/ios/marketing/large/dark/components/page.h +4 -0
  23. package/ios/marketing/large/global.h +4 -0
  24. package/ios/marketing/large/light/components/page.h +4 -0
  25. package/ios/marketing/small/dark/components/page.h +4 -0
  26. package/ios/marketing/small/global.h +4 -0
  27. package/ios/marketing/small/light/components/page.h +4 -0
  28. package/ios/product/large/dark/components/page.h +4 -0
  29. package/ios/product/large/global.h +4 -0
  30. package/ios/product/large/light/components/page.h +4 -0
  31. package/ios/product/small/dark/components/page.h +4 -0
  32. package/ios/product/small/global.h +4 -0
  33. package/ios/product/small/light/components/page.h +4 -0
  34. package/js/common/frozenproduct/large/dark/components/page.d.ts +12 -0
  35. package/js/common/frozenproduct/large/dark/components/page.js +108 -0
  36. package/js/common/frozenproduct/large/global.d.ts +12 -0
  37. package/js/common/frozenproduct/large/global.js +128 -0
  38. package/js/common/frozenproduct/large/light/components/page.d.ts +12 -0
  39. package/js/common/frozenproduct/large/light/components/page.js +108 -0
  40. package/js/common/frozenproduct/small/dark/components/page.d.ts +12 -0
  41. package/js/common/frozenproduct/small/dark/components/page.js +108 -0
  42. package/js/common/frozenproduct/small/global.d.ts +12 -0
  43. package/js/common/frozenproduct/small/global.js +128 -0
  44. package/js/common/frozenproduct/small/light/components/page.d.ts +12 -0
  45. package/js/common/frozenproduct/small/light/components/page.js +108 -0
  46. package/js/common/marketing/large/dark/components/page.d.ts +12 -0
  47. package/js/common/marketing/large/dark/components/page.js +108 -0
  48. package/js/common/marketing/large/global.d.ts +12 -0
  49. package/js/common/marketing/large/global.js +128 -0
  50. package/js/common/marketing/large/light/components/page.d.ts +12 -0
  51. package/js/common/marketing/large/light/components/page.js +108 -0
  52. package/js/common/marketing/small/dark/components/page.d.ts +12 -0
  53. package/js/common/marketing/small/dark/components/page.js +108 -0
  54. package/js/common/marketing/small/global.d.ts +12 -0
  55. package/js/common/marketing/small/global.js +128 -0
  56. package/js/common/marketing/small/light/components/page.d.ts +12 -0
  57. package/js/common/marketing/small/light/components/page.js +108 -0
  58. package/js/common/product/large/dark/components/page.d.ts +12 -0
  59. package/js/common/product/large/dark/components/page.js +108 -0
  60. package/js/common/product/large/global.d.ts +12 -0
  61. package/js/common/product/large/global.js +128 -0
  62. package/js/common/product/large/light/components/page.d.ts +12 -0
  63. package/js/common/product/large/light/components/page.js +108 -0
  64. package/js/common/product/small/dark/components/page.d.ts +12 -0
  65. package/js/common/product/small/dark/components/page.js +108 -0
  66. package/js/common/product/small/global.d.ts +12 -0
  67. package/js/common/product/small/global.js +128 -0
  68. package/js/common/product/small/light/components/page.d.ts +12 -0
  69. package/js/common/product/small/light/components/page.js +108 -0
  70. package/js/es6/frozenproduct/large/dark/components/page.d.ts +24 -0
  71. package/js/es6/frozenproduct/large/dark/components/page.js +24 -0
  72. package/js/es6/frozenproduct/large/global.d.ts +24 -0
  73. package/js/es6/frozenproduct/large/global.js +24 -0
  74. package/js/es6/frozenproduct/large/light/components/page.d.ts +24 -0
  75. package/js/es6/frozenproduct/large/light/components/page.js +24 -0
  76. package/js/es6/frozenproduct/small/dark/components/page.d.ts +24 -0
  77. package/js/es6/frozenproduct/small/dark/components/page.js +24 -0
  78. package/js/es6/frozenproduct/small/global.d.ts +24 -0
  79. package/js/es6/frozenproduct/small/global.js +24 -0
  80. package/js/es6/frozenproduct/small/light/components/page.d.ts +24 -0
  81. package/js/es6/frozenproduct/small/light/components/page.js +24 -0
  82. package/js/es6/marketing/large/dark/components/page.d.ts +24 -0
  83. package/js/es6/marketing/large/dark/components/page.js +24 -0
  84. package/js/es6/marketing/large/global.d.ts +24 -0
  85. package/js/es6/marketing/large/global.js +24 -0
  86. package/js/es6/marketing/large/light/components/page.d.ts +24 -0
  87. package/js/es6/marketing/large/light/components/page.js +24 -0
  88. package/js/es6/marketing/small/dark/components/page.d.ts +24 -0
  89. package/js/es6/marketing/small/dark/components/page.js +24 -0
  90. package/js/es6/marketing/small/global.d.ts +24 -0
  91. package/js/es6/marketing/small/global.js +24 -0
  92. package/js/es6/marketing/small/light/components/page.d.ts +24 -0
  93. package/js/es6/marketing/small/light/components/page.js +24 -0
  94. package/js/es6/product/large/dark/components/page.d.ts +24 -0
  95. package/js/es6/product/large/dark/components/page.js +24 -0
  96. package/js/es6/product/large/global.d.ts +24 -0
  97. package/js/es6/product/large/global.js +24 -0
  98. package/js/es6/product/large/light/components/page.d.ts +24 -0
  99. package/js/es6/product/large/light/components/page.js +24 -0
  100. package/js/es6/product/small/dark/components/page.d.ts +24 -0
  101. package/js/es6/product/small/dark/components/page.js +24 -0
  102. package/js/es6/product/small/global.d.ts +24 -0
  103. package/js/es6/product/small/global.js +24 -0
  104. package/js/es6/product/small/light/components/page.d.ts +24 -0
  105. package/js/es6/product/small/light/components/page.js +24 -0
  106. package/js/umd/frozenproduct/large/dark/components/page.js +108 -0
  107. package/js/umd/frozenproduct/large/global.js +128 -0
  108. package/js/umd/frozenproduct/large/light/components/page.js +108 -0
  109. package/js/umd/frozenproduct/small/dark/components/page.js +108 -0
  110. package/js/umd/frozenproduct/small/global.js +128 -0
  111. package/js/umd/frozenproduct/small/light/components/page.js +108 -0
  112. package/js/umd/marketing/large/dark/components/page.js +108 -0
  113. package/js/umd/marketing/large/global.js +128 -0
  114. package/js/umd/marketing/large/light/components/page.js +108 -0
  115. package/js/umd/marketing/small/dark/components/page.js +108 -0
  116. package/js/umd/marketing/small/global.js +128 -0
  117. package/js/umd/marketing/small/light/components/page.js +108 -0
  118. package/js/umd/product/large/dark/components/page.js +108 -0
  119. package/js/umd/product/large/global.js +128 -0
  120. package/js/umd/product/large/light/components/page.js +108 -0
  121. package/js/umd/product/small/dark/components/page.js +108 -0
  122. package/js/umd/product/small/global.js +128 -0
  123. package/js/umd/product/small/light/components/page.js +108 -0
  124. package/json/flat/frozenproduct/large/dark/components/page.json +4 -0
  125. package/json/flat/frozenproduct/large/global.json +4 -0
  126. package/json/flat/frozenproduct/large/light/components/page.json +4 -0
  127. package/json/flat/frozenproduct/small/dark/components/page.json +4 -0
  128. package/json/flat/frozenproduct/small/global.json +4 -0
  129. package/json/flat/frozenproduct/small/light/components/page.json +4 -0
  130. package/json/flat/marketing/large/dark/components/page.json +4 -0
  131. package/json/flat/marketing/large/global.json +4 -0
  132. package/json/flat/marketing/large/light/components/page.json +4 -0
  133. package/json/flat/marketing/small/dark/components/page.json +4 -0
  134. package/json/flat/marketing/small/global.json +4 -0
  135. package/json/flat/marketing/small/light/components/page.json +4 -0
  136. package/json/flat/product/large/dark/components/page.json +4 -0
  137. package/json/flat/product/large/global.json +4 -0
  138. package/json/flat/product/large/light/components/page.json +4 -0
  139. package/json/flat/product/small/dark/components/page.json +4 -0
  140. package/json/flat/product/small/global.json +4 -0
  141. package/json/flat/product/small/light/components/page.json +4 -0
  142. package/json/nested/frozenproduct/large/dark/components/page.json +32 -0
  143. package/json/nested/frozenproduct/large/global.json +32 -0
  144. package/json/nested/frozenproduct/large/light/components/page.json +32 -0
  145. package/json/nested/frozenproduct/small/dark/components/page.json +32 -0
  146. package/json/nested/frozenproduct/small/global.json +32 -0
  147. package/json/nested/frozenproduct/small/light/components/page.json +32 -0
  148. package/json/nested/marketing/large/dark/components/page.json +32 -0
  149. package/json/nested/marketing/large/global.json +32 -0
  150. package/json/nested/marketing/large/light/components/page.json +32 -0
  151. package/json/nested/marketing/small/dark/components/page.json +32 -0
  152. package/json/nested/marketing/small/global.json +32 -0
  153. package/json/nested/marketing/small/light/components/page.json +32 -0
  154. package/json/nested/product/large/dark/components/page.json +32 -0
  155. package/json/nested/product/large/global.json +32 -0
  156. package/json/nested/product/large/light/components/page.json +32 -0
  157. package/json/nested/product/small/dark/components/page.json +32 -0
  158. package/json/nested/product/small/global.json +32 -0
  159. package/json/nested/product/small/light/components/page.json +32 -0
  160. package/package.json +1 -1
  161. package/sage-design-tokens-14.9.0.tgz +0 -0
  162. package/scss/frozenproduct/large/components/button.scss +13 -13
  163. package/scss/frozenproduct/large/components/container.scss +10 -10
  164. package/scss/frozenproduct/large/components/form.scss +7 -7
  165. package/scss/frozenproduct/large/components/link.scss +2 -2
  166. package/scss/frozenproduct/large/components/nav.scss +5 -5
  167. package/scss/frozenproduct/large/components/page.scss +5 -1
  168. package/scss/frozenproduct/large/components/popover.scss +2 -2
  169. package/scss/frozenproduct/large/components/progress.scss +6 -6
  170. package/scss/frozenproduct/large/components/status.scss +3 -3
  171. package/scss/frozenproduct/large/components/tab.scss +7 -7
  172. package/scss/frozenproduct/large/components/table.scss +10 -10
  173. package/scss/frozenproduct/large/global.scss +4 -0
  174. package/scss/frozenproduct/small/components/button.scss +13 -13
  175. package/scss/frozenproduct/small/components/container.scss +10 -10
  176. package/scss/frozenproduct/small/components/form.scss +7 -7
  177. package/scss/frozenproduct/small/components/link.scss +2 -2
  178. package/scss/frozenproduct/small/components/nav.scss +5 -5
  179. package/scss/frozenproduct/small/components/page.scss +5 -1
  180. package/scss/frozenproduct/small/components/popover.scss +2 -2
  181. package/scss/frozenproduct/small/components/progress.scss +6 -6
  182. package/scss/frozenproduct/small/components/status.scss +3 -3
  183. package/scss/frozenproduct/small/components/tab.scss +7 -7
  184. package/scss/frozenproduct/small/components/table.scss +10 -10
  185. package/scss/frozenproduct/small/global.scss +4 -0
  186. package/scss/marketing/large/components/page.scss +4 -0
  187. package/scss/marketing/large/global.scss +4 -0
  188. package/scss/marketing/small/components/button.scss +13 -13
  189. package/scss/marketing/small/components/container.scss +10 -10
  190. package/scss/marketing/small/components/form.scss +7 -7
  191. package/scss/marketing/small/components/link.scss +2 -2
  192. package/scss/marketing/small/components/nav.scss +5 -5
  193. package/scss/marketing/small/components/page.scss +5 -1
  194. package/scss/marketing/small/components/popover.scss +2 -2
  195. package/scss/marketing/small/components/progress.scss +6 -6
  196. package/scss/marketing/small/components/status.scss +3 -3
  197. package/scss/marketing/small/components/tab.scss +7 -7
  198. package/scss/marketing/small/components/table.scss +10 -10
  199. package/scss/marketing/small/global.scss +4 -0
  200. package/scss/product/large/components/button.scss +13 -13
  201. package/scss/product/large/components/container.scss +10 -10
  202. package/scss/product/large/components/form.scss +7 -7
  203. package/scss/product/large/components/link.scss +2 -2
  204. package/scss/product/large/components/nav.scss +5 -5
  205. package/scss/product/large/components/page.scss +5 -1
  206. package/scss/product/large/components/popover.scss +2 -2
  207. package/scss/product/large/components/progress.scss +6 -6
  208. package/scss/product/large/components/status.scss +3 -3
  209. package/scss/product/large/components/tab.scss +7 -7
  210. package/scss/product/large/components/table.scss +10 -10
  211. package/scss/product/large/global.scss +4 -0
  212. package/scss/product/small/components/page.scss +4 -0
  213. package/scss/product/small/global.scss +4 -0
  214. package/sage-design-tokens-14.8.0.tgz +0 -0
@@ -2628,6 +2628,70 @@ module.exports = {
2628
2628
  path: ["global", "typography", "responsive", "subheading", "L"],
2629
2629
  },
2630
2630
  },
2631
+ section: {
2632
+ heading: {
2633
+ S: {
2634
+ $type: "typography",
2635
+ $value: {
2636
+ fontFamily: "Sage UI",
2637
+ fontWeight: "700",
2638
+ lineHeight: 1.25,
2639
+ fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
2640
+ },
2641
+ filePath: "data/tokens/global/typography.json",
2642
+ isSource: true,
2643
+ original: {
2644
+ $type: "typography",
2645
+ $value: {
2646
+ fontFamily: "{global.fontFamilies.subheading}",
2647
+ fontWeight: "{primitives.fontWeights.bold}",
2648
+ lineHeight: "{primitives.lineHeights.400}",
2649
+ fontSize: "{primitives.fontSize.responsive.product.step1}",
2650
+ },
2651
+ },
2652
+ name: "globalTypographyResponsiveSectionHeadingS",
2653
+ attributes: {},
2654
+ path: [
2655
+ "global",
2656
+ "typography",
2657
+ "responsive",
2658
+ "section",
2659
+ "heading",
2660
+ "S",
2661
+ ],
2662
+ },
2663
+ M: {
2664
+ $type: "typography",
2665
+ $value: {
2666
+ fontFamily: "Sage UI",
2667
+ fontWeight: "700",
2668
+ lineHeight: 1.25,
2669
+ fontSize: "clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)",
2670
+ },
2671
+ filePath: "data/tokens/global/typography.json",
2672
+ isSource: true,
2673
+ original: {
2674
+ $type: "typography",
2675
+ $value: {
2676
+ fontFamily: "{global.fontFamilies.subheading}",
2677
+ fontWeight: "{primitives.fontWeights.bold}",
2678
+ lineHeight: "{primitives.lineHeights.400}",
2679
+ fontSize: "{primitives.fontSize.responsive.product.step3}",
2680
+ },
2681
+ },
2682
+ name: "globalTypographyResponsiveSectionHeadingM",
2683
+ attributes: {},
2684
+ path: [
2685
+ "global",
2686
+ "typography",
2687
+ "responsive",
2688
+ "section",
2689
+ "heading",
2690
+ "M",
2691
+ ],
2692
+ },
2693
+ },
2694
+ },
2631
2695
  body: {
2632
2696
  regular: {
2633
2697
  S: {
@@ -3813,6 +3877,70 @@ module.exports = {
3813
3877
  path: ["global", "typography", "adaptive", "subheading", "L"],
3814
3878
  },
3815
3879
  },
3880
+ section: {
3881
+ heading: {
3882
+ S: {
3883
+ $type: "typography",
3884
+ $value: {
3885
+ fontFamily: "Sage UI",
3886
+ fontWeight: "700",
3887
+ lineHeight: 1.25,
3888
+ fontSize: "16px",
3889
+ },
3890
+ filePath: "data/tokens/global/typography.json",
3891
+ isSource: true,
3892
+ original: {
3893
+ $type: "typography",
3894
+ $value: {
3895
+ fontFamily: "{global.fontFamilies.subheading}",
3896
+ fontWeight: "{primitives.fontWeights.bold}",
3897
+ lineHeight: "{primitives.lineHeights.400}",
3898
+ fontSize: "{global.fontSize.adaptive.step1}",
3899
+ },
3900
+ },
3901
+ name: "globalTypographyAdaptiveSectionHeadingS",
3902
+ attributes: {},
3903
+ path: [
3904
+ "global",
3905
+ "typography",
3906
+ "adaptive",
3907
+ "section",
3908
+ "heading",
3909
+ "S",
3910
+ ],
3911
+ },
3912
+ M: {
3913
+ $type: "typography",
3914
+ $value: {
3915
+ fontFamily: "Sage UI",
3916
+ fontWeight: "700",
3917
+ lineHeight: 1.25,
3918
+ fontSize: "19px",
3919
+ },
3920
+ filePath: "data/tokens/global/typography.json",
3921
+ isSource: true,
3922
+ original: {
3923
+ $type: "typography",
3924
+ $value: {
3925
+ fontFamily: "{global.fontFamilies.subheading}",
3926
+ fontWeight: "{primitives.fontWeights.bold}",
3927
+ lineHeight: "{primitives.lineHeights.400}",
3928
+ fontSize: "{global.fontSize.adaptive.step3}",
3929
+ },
3930
+ },
3931
+ name: "globalTypographyAdaptiveSectionHeadingM",
3932
+ attributes: {},
3933
+ path: [
3934
+ "global",
3935
+ "typography",
3936
+ "adaptive",
3937
+ "section",
3938
+ "heading",
3939
+ "M",
3940
+ ],
3941
+ },
3942
+ },
3943
+ },
3816
3944
  body: {
3817
3945
  regular: {
3818
3946
  S: {
@@ -72,6 +72,12 @@ declare const tokens: {
72
72
  H3: DesignToken;
73
73
  H4: DesignToken;
74
74
  H5: DesignToken;
75
+ section: {
76
+ heading: {
77
+ S: DesignToken;
78
+ M: DesignToken;
79
+ };
80
+ };
75
81
  p: {
76
82
  regular: {
77
83
  typical: DesignToken;
@@ -89,6 +95,12 @@ declare const tokens: {
89
95
  H3: DesignToken;
90
96
  H4: DesignToken;
91
97
  H5: DesignToken;
98
+ section: {
99
+ heading: {
100
+ S: DesignToken;
101
+ M: DesignToken;
102
+ };
103
+ };
92
104
  p: {
93
105
  regular: {
94
106
  typical: DesignToken;
@@ -545,6 +545,60 @@ module.exports = {
545
545
  attributes: {},
546
546
  path: ["page", "typography", "responsive", "H5"],
547
547
  },
548
+ section: {
549
+ heading: {
550
+ S: {
551
+ $type: "typography",
552
+ $value: {
553
+ fontFamily: "Sage UI",
554
+ fontWeight: "700",
555
+ lineHeight: 1.25,
556
+ fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
557
+ },
558
+ filePath: "data/tokens/components/page.json",
559
+ isSource: true,
560
+ original: {
561
+ $type: "typography",
562
+ $value: "{global.typography.responsive.section.heading.S}",
563
+ },
564
+ name: "pageTypographyResponsiveSectionHeadingS",
565
+ attributes: {},
566
+ path: [
567
+ "page",
568
+ "typography",
569
+ "responsive",
570
+ "section",
571
+ "heading",
572
+ "S",
573
+ ],
574
+ },
575
+ M: {
576
+ $type: "typography",
577
+ $value: {
578
+ fontFamily: "Sage UI",
579
+ fontWeight: "700",
580
+ lineHeight: 1.25,
581
+ fontSize: "clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)",
582
+ },
583
+ filePath: "data/tokens/components/page.json",
584
+ isSource: true,
585
+ original: {
586
+ $type: "typography",
587
+ $value: "{global.typography.responsive.section.heading.M}",
588
+ },
589
+ name: "pageTypographyResponsiveSectionHeadingM",
590
+ attributes: {},
591
+ path: [
592
+ "page",
593
+ "typography",
594
+ "responsive",
595
+ "section",
596
+ "heading",
597
+ "M",
598
+ ],
599
+ },
600
+ },
601
+ },
548
602
  p: {
549
603
  regular: {
550
604
  typical: {
@@ -747,6 +801,60 @@ module.exports = {
747
801
  attributes: {},
748
802
  path: ["page", "typography", "adaptive", "H5"],
749
803
  },
804
+ section: {
805
+ heading: {
806
+ S: {
807
+ $type: "typography",
808
+ $value: {
809
+ fontFamily: "Sage UI",
810
+ fontWeight: "700",
811
+ lineHeight: 1.25,
812
+ fontSize: "16px",
813
+ },
814
+ filePath: "data/tokens/components/page.json",
815
+ isSource: true,
816
+ original: {
817
+ $type: "typography",
818
+ $value: "{global.typography.adaptive.section.heading.S}",
819
+ },
820
+ name: "pageTypographyAdaptiveSectionHeadingS",
821
+ attributes: {},
822
+ path: [
823
+ "page",
824
+ "typography",
825
+ "adaptive",
826
+ "section",
827
+ "heading",
828
+ "S",
829
+ ],
830
+ },
831
+ M: {
832
+ $type: "typography",
833
+ $value: {
834
+ fontFamily: "Sage UI",
835
+ fontWeight: "700",
836
+ lineHeight: 1.25,
837
+ fontSize: "19px",
838
+ },
839
+ filePath: "data/tokens/components/page.json",
840
+ isSource: true,
841
+ original: {
842
+ $type: "typography",
843
+ $value: "{global.typography.adaptive.section.heading.M}",
844
+ },
845
+ name: "pageTypographyAdaptiveSectionHeadingM",
846
+ attributes: {},
847
+ path: [
848
+ "page",
849
+ "typography",
850
+ "adaptive",
851
+ "section",
852
+ "heading",
853
+ "M",
854
+ ],
855
+ },
856
+ },
857
+ },
750
858
  p: {
751
859
  regular: {
752
860
  typical: {
@@ -69,6 +69,18 @@ export const pageTypographyResponsiveH5: {
69
69
  lineHeight: number;
70
70
  fontSize: string;
71
71
  };
72
+ export const pageTypographyResponsiveSectionHeadingS: {
73
+ fontFamily: string;
74
+ fontWeight: string;
75
+ lineHeight: number;
76
+ fontSize: string;
77
+ };
78
+ export const pageTypographyResponsiveSectionHeadingM: {
79
+ fontFamily: string;
80
+ fontWeight: string;
81
+ lineHeight: number;
82
+ fontSize: string;
83
+ };
72
84
  export const pageTypographyResponsivePRegularTypical: {
73
85
  fontFamily: string;
74
86
  fontWeight: string;
@@ -127,6 +139,18 @@ export const pageTypographyAdaptiveH5: {
127
139
  lineHeight: number;
128
140
  fontSize: string;
129
141
  };
142
+ export const pageTypographyAdaptiveSectionHeadingS: {
143
+ fontFamily: string;
144
+ fontWeight: string;
145
+ lineHeight: number;
146
+ fontSize: string;
147
+ };
148
+ export const pageTypographyAdaptiveSectionHeadingM: {
149
+ fontFamily: string;
150
+ fontWeight: string;
151
+ lineHeight: number;
152
+ fontSize: string;
153
+ };
130
154
  export const pageTypographyAdaptivePRegularTypical: {
131
155
  fontFamily: string;
132
156
  fontWeight: string;
@@ -69,6 +69,18 @@ export const pageTypographyResponsiveH5 = {
69
69
  lineHeight: 1.25,
70
70
  fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
71
71
  };
72
+ export const pageTypographyResponsiveSectionHeadingS = {
73
+ fontFamily: "Sage UI",
74
+ fontWeight: "700",
75
+ lineHeight: 1.25,
76
+ fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
77
+ };
78
+ export const pageTypographyResponsiveSectionHeadingM = {
79
+ fontFamily: "Sage UI",
80
+ fontWeight: "700",
81
+ lineHeight: 1.25,
82
+ fontSize: "clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)",
83
+ };
72
84
  export const pageTypographyResponsivePRegularTypical = {
73
85
  fontFamily: "Sage UI",
74
86
  fontWeight: "400",
@@ -127,6 +139,18 @@ export const pageTypographyAdaptiveH5 = {
127
139
  lineHeight: 1.25,
128
140
  fontSize: "16px",
129
141
  };
142
+ export const pageTypographyAdaptiveSectionHeadingS = {
143
+ fontFamily: "Sage UI",
144
+ fontWeight: "700",
145
+ lineHeight: 1.25,
146
+ fontSize: "16px",
147
+ };
148
+ export const pageTypographyAdaptiveSectionHeadingM = {
149
+ fontFamily: "Sage UI",
150
+ fontWeight: "700",
151
+ lineHeight: 1.25,
152
+ fontSize: "21px",
153
+ };
130
154
  export const pageTypographyAdaptivePRegularTypical = {
131
155
  fontFamily: "Sage UI",
132
156
  fontWeight: "400",
@@ -221,6 +221,18 @@ export const globalTypographyResponsiveSubheadingL: {
221
221
  lineHeight: number;
222
222
  fontSize: string;
223
223
  };
224
+ export const globalTypographyResponsiveSectionHeadingS: {
225
+ fontFamily: string;
226
+ fontWeight: string;
227
+ lineHeight: number;
228
+ fontSize: string;
229
+ };
230
+ export const globalTypographyResponsiveSectionHeadingM: {
231
+ fontFamily: string;
232
+ fontWeight: string;
233
+ lineHeight: number;
234
+ fontSize: string;
235
+ };
224
236
  export const globalTypographyResponsiveBodyRegularS: {
225
237
  fontFamily: string;
226
238
  fontWeight: string;
@@ -468,6 +480,18 @@ export const globalTypographyAdaptiveSubheadingL: {
468
480
  lineHeight: number;
469
481
  fontSize: string;
470
482
  };
483
+ export const globalTypographyAdaptiveSectionHeadingS: {
484
+ fontFamily: string;
485
+ fontWeight: string;
486
+ lineHeight: number;
487
+ fontSize: string;
488
+ };
489
+ export const globalTypographyAdaptiveSectionHeadingM: {
490
+ fontFamily: string;
491
+ fontWeight: string;
492
+ lineHeight: number;
493
+ fontSize: string;
494
+ };
471
495
  export const globalTypographyAdaptiveBodyRegularS: {
472
496
  fontFamily: string;
473
497
  fontWeight: string;
@@ -327,6 +327,18 @@ export const globalTypographyResponsiveSubheadingL = {
327
327
  lineHeight: 1.25,
328
328
  fontSize: "clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)",
329
329
  };
330
+ export const globalTypographyResponsiveSectionHeadingS = {
331
+ fontFamily: "Sage UI",
332
+ fontWeight: "700",
333
+ lineHeight: 1.25,
334
+ fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
335
+ };
336
+ export const globalTypographyResponsiveSectionHeadingM = {
337
+ fontFamily: "Sage UI",
338
+ fontWeight: "700",
339
+ lineHeight: 1.25,
340
+ fontSize: "clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)",
341
+ };
330
342
  export const globalTypographyResponsiveBodyRegularS = {
331
343
  fontFamily: "Sage UI",
332
344
  fontWeight: "400",
@@ -574,6 +586,18 @@ export const globalTypographyAdaptiveSubheadingL = {
574
586
  lineHeight: 1.25,
575
587
  fontSize: "18px",
576
588
  };
589
+ export const globalTypographyAdaptiveSectionHeadingS = {
590
+ fontFamily: "Sage UI",
591
+ fontWeight: "700",
592
+ lineHeight: 1.25,
593
+ fontSize: "16px",
594
+ };
595
+ export const globalTypographyAdaptiveSectionHeadingM = {
596
+ fontFamily: "Sage UI",
597
+ fontWeight: "700",
598
+ lineHeight: 1.25,
599
+ fontSize: "21px",
600
+ };
577
601
  export const globalTypographyAdaptiveBodyRegularS = {
578
602
  fontFamily: "Sage UI",
579
603
  fontWeight: "400",
@@ -69,6 +69,18 @@ export const pageTypographyResponsiveH5: {
69
69
  lineHeight: number;
70
70
  fontSize: string;
71
71
  };
72
+ export const pageTypographyResponsiveSectionHeadingS: {
73
+ fontFamily: string;
74
+ fontWeight: string;
75
+ lineHeight: number;
76
+ fontSize: string;
77
+ };
78
+ export const pageTypographyResponsiveSectionHeadingM: {
79
+ fontFamily: string;
80
+ fontWeight: string;
81
+ lineHeight: number;
82
+ fontSize: string;
83
+ };
72
84
  export const pageTypographyResponsivePRegularTypical: {
73
85
  fontFamily: string;
74
86
  fontWeight: string;
@@ -127,6 +139,18 @@ export const pageTypographyAdaptiveH5: {
127
139
  lineHeight: number;
128
140
  fontSize: string;
129
141
  };
142
+ export const pageTypographyAdaptiveSectionHeadingS: {
143
+ fontFamily: string;
144
+ fontWeight: string;
145
+ lineHeight: number;
146
+ fontSize: string;
147
+ };
148
+ export const pageTypographyAdaptiveSectionHeadingM: {
149
+ fontFamily: string;
150
+ fontWeight: string;
151
+ lineHeight: number;
152
+ fontSize: string;
153
+ };
130
154
  export const pageTypographyAdaptivePRegularTypical: {
131
155
  fontFamily: string;
132
156
  fontWeight: string;
@@ -69,6 +69,18 @@ export const pageTypographyResponsiveH5 = {
69
69
  lineHeight: 1.25,
70
70
  fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
71
71
  };
72
+ export const pageTypographyResponsiveSectionHeadingS = {
73
+ fontFamily: "Sage UI",
74
+ fontWeight: "700",
75
+ lineHeight: 1.25,
76
+ fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
77
+ };
78
+ export const pageTypographyResponsiveSectionHeadingM = {
79
+ fontFamily: "Sage UI",
80
+ fontWeight: "700",
81
+ lineHeight: 1.25,
82
+ fontSize: "clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)",
83
+ };
72
84
  export const pageTypographyResponsivePRegularTypical = {
73
85
  fontFamily: "Sage UI",
74
86
  fontWeight: "400",
@@ -127,6 +139,18 @@ export const pageTypographyAdaptiveH5 = {
127
139
  lineHeight: 1.25,
128
140
  fontSize: "16px",
129
141
  };
142
+ export const pageTypographyAdaptiveSectionHeadingS = {
143
+ fontFamily: "Sage UI",
144
+ fontWeight: "700",
145
+ lineHeight: 1.25,
146
+ fontSize: "16px",
147
+ };
148
+ export const pageTypographyAdaptiveSectionHeadingM = {
149
+ fontFamily: "Sage UI",
150
+ fontWeight: "700",
151
+ lineHeight: 1.25,
152
+ fontSize: "21px",
153
+ };
130
154
  export const pageTypographyAdaptivePRegularTypical = {
131
155
  fontFamily: "Sage UI",
132
156
  fontWeight: "400",
@@ -69,6 +69,18 @@ export const pageTypographyResponsiveH5: {
69
69
  lineHeight: number;
70
70
  fontSize: string;
71
71
  };
72
+ export const pageTypographyResponsiveSectionHeadingS: {
73
+ fontFamily: string;
74
+ fontWeight: string;
75
+ lineHeight: number;
76
+ fontSize: string;
77
+ };
78
+ export const pageTypographyResponsiveSectionHeadingM: {
79
+ fontFamily: string;
80
+ fontWeight: string;
81
+ lineHeight: number;
82
+ fontSize: string;
83
+ };
72
84
  export const pageTypographyResponsivePRegularTypical: {
73
85
  fontFamily: string;
74
86
  fontWeight: string;
@@ -127,6 +139,18 @@ export const pageTypographyAdaptiveH5: {
127
139
  lineHeight: number;
128
140
  fontSize: string;
129
141
  };
142
+ export const pageTypographyAdaptiveSectionHeadingS: {
143
+ fontFamily: string;
144
+ fontWeight: string;
145
+ lineHeight: number;
146
+ fontSize: string;
147
+ };
148
+ export const pageTypographyAdaptiveSectionHeadingM: {
149
+ fontFamily: string;
150
+ fontWeight: string;
151
+ lineHeight: number;
152
+ fontSize: string;
153
+ };
130
154
  export const pageTypographyAdaptivePRegularTypical: {
131
155
  fontFamily: string;
132
156
  fontWeight: string;
@@ -69,6 +69,18 @@ export const pageTypographyResponsiveH5 = {
69
69
  lineHeight: 1.25,
70
70
  fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
71
71
  };
72
+ export const pageTypographyResponsiveSectionHeadingS = {
73
+ fontFamily: "Sage UI",
74
+ fontWeight: "700",
75
+ lineHeight: 1.25,
76
+ fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
77
+ };
78
+ export const pageTypographyResponsiveSectionHeadingM = {
79
+ fontFamily: "Sage UI",
80
+ fontWeight: "700",
81
+ lineHeight: 1.25,
82
+ fontSize: "clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)",
83
+ };
72
84
  export const pageTypographyResponsivePRegularTypical = {
73
85
  fontFamily: "Sage UI",
74
86
  fontWeight: "400",
@@ -127,6 +139,18 @@ export const pageTypographyAdaptiveH5 = {
127
139
  lineHeight: 1.25,
128
140
  fontSize: "16px",
129
141
  };
142
+ export const pageTypographyAdaptiveSectionHeadingS = {
143
+ fontFamily: "Sage UI",
144
+ fontWeight: "700",
145
+ lineHeight: 1.25,
146
+ fontSize: "16px",
147
+ };
148
+ export const pageTypographyAdaptiveSectionHeadingM = {
149
+ fontFamily: "Sage UI",
150
+ fontWeight: "700",
151
+ lineHeight: 1.25,
152
+ fontSize: "19px",
153
+ };
130
154
  export const pageTypographyAdaptivePRegularTypical = {
131
155
  fontFamily: "Sage UI",
132
156
  fontWeight: "400",
@@ -221,6 +221,18 @@ export const globalTypographyResponsiveSubheadingL: {
221
221
  lineHeight: number;
222
222
  fontSize: string;
223
223
  };
224
+ export const globalTypographyResponsiveSectionHeadingS: {
225
+ fontFamily: string;
226
+ fontWeight: string;
227
+ lineHeight: number;
228
+ fontSize: string;
229
+ };
230
+ export const globalTypographyResponsiveSectionHeadingM: {
231
+ fontFamily: string;
232
+ fontWeight: string;
233
+ lineHeight: number;
234
+ fontSize: string;
235
+ };
224
236
  export const globalTypographyResponsiveBodyRegularS: {
225
237
  fontFamily: string;
226
238
  fontWeight: string;
@@ -468,6 +480,18 @@ export const globalTypographyAdaptiveSubheadingL: {
468
480
  lineHeight: number;
469
481
  fontSize: string;
470
482
  };
483
+ export const globalTypographyAdaptiveSectionHeadingS: {
484
+ fontFamily: string;
485
+ fontWeight: string;
486
+ lineHeight: number;
487
+ fontSize: string;
488
+ };
489
+ export const globalTypographyAdaptiveSectionHeadingM: {
490
+ fontFamily: string;
491
+ fontWeight: string;
492
+ lineHeight: number;
493
+ fontSize: string;
494
+ };
471
495
  export const globalTypographyAdaptiveBodyRegularS: {
472
496
  fontFamily: string;
473
497
  fontWeight: string;
@@ -327,6 +327,18 @@ export const globalTypographyResponsiveSubheadingL = {
327
327
  lineHeight: 1.25,
328
328
  fontSize: "clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)",
329
329
  };
330
+ export const globalTypographyResponsiveSectionHeadingS = {
331
+ fontFamily: "Sage UI",
332
+ fontWeight: "700",
333
+ lineHeight: 1.25,
334
+ fontSize: "clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)",
335
+ };
336
+ export const globalTypographyResponsiveSectionHeadingM = {
337
+ fontFamily: "Sage UI",
338
+ fontWeight: "700",
339
+ lineHeight: 1.25,
340
+ fontSize: "clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)",
341
+ };
330
342
  export const globalTypographyResponsiveBodyRegularS = {
331
343
  fontFamily: "Sage UI",
332
344
  fontWeight: "400",
@@ -574,6 +586,18 @@ export const globalTypographyAdaptiveSubheadingL = {
574
586
  lineHeight: 1.25,
575
587
  fontSize: "17px",
576
588
  };
589
+ export const globalTypographyAdaptiveSectionHeadingS = {
590
+ fontFamily: "Sage UI",
591
+ fontWeight: "700",
592
+ lineHeight: 1.25,
593
+ fontSize: "16px",
594
+ };
595
+ export const globalTypographyAdaptiveSectionHeadingM = {
596
+ fontFamily: "Sage UI",
597
+ fontWeight: "700",
598
+ lineHeight: 1.25,
599
+ fontSize: "19px",
600
+ };
577
601
  export const globalTypographyAdaptiveBodyRegularS = {
578
602
  fontFamily: "Sage UI",
579
603
  fontWeight: "400",