@sage/design-tokens 14.4.0 → 14.6.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 (309) hide show
  1. package/css/frozenproduct/all.css +46 -23
  2. package/css/frozenproduct/large/components/button.css +32 -13
  3. package/css/frozenproduct/large/components/form.css +6 -3
  4. package/css/frozenproduct/large/global.css +6 -5
  5. package/css/frozenproduct/small/components/button.css +32 -13
  6. package/css/frozenproduct/small/components/form.css +6 -3
  7. package/css/frozenproduct/small/global.css +6 -5
  8. package/css/marketing/all.css +46 -23
  9. package/css/marketing/large/components/button.css +32 -13
  10. package/css/marketing/large/components/form.css +6 -3
  11. package/css/marketing/large/global.css +6 -5
  12. package/css/marketing/small/components/button.css +32 -13
  13. package/css/marketing/small/components/form.css +6 -3
  14. package/css/marketing/small/global.css +6 -5
  15. package/css/product/all.css +46 -23
  16. package/css/product/large/components/button.css +32 -13
  17. package/css/product/large/components/form.css +6 -3
  18. package/css/product/large/global.css +6 -5
  19. package/css/product/small/components/button.css +32 -13
  20. package/css/product/small/components/form.css +6 -3
  21. package/css/product/small/global.css +6 -5
  22. package/ios/frozenproduct/large/dark/components/button.h +32 -13
  23. package/ios/frozenproduct/large/dark/components/form.h +6 -3
  24. package/ios/frozenproduct/large/global.h +6 -5
  25. package/ios/frozenproduct/large/light/components/button.h +32 -13
  26. package/ios/frozenproduct/large/light/components/form.h +6 -3
  27. package/ios/frozenproduct/small/dark/components/button.h +32 -13
  28. package/ios/frozenproduct/small/dark/components/form.h +6 -3
  29. package/ios/frozenproduct/small/global.h +6 -5
  30. package/ios/frozenproduct/small/light/components/button.h +32 -13
  31. package/ios/frozenproduct/small/light/components/form.h +6 -3
  32. package/ios/marketing/large/dark/components/button.h +32 -13
  33. package/ios/marketing/large/dark/components/form.h +6 -3
  34. package/ios/marketing/large/global.h +6 -5
  35. package/ios/marketing/large/light/components/button.h +32 -13
  36. package/ios/marketing/large/light/components/form.h +6 -3
  37. package/ios/marketing/small/dark/components/button.h +32 -13
  38. package/ios/marketing/small/dark/components/form.h +6 -3
  39. package/ios/marketing/small/global.h +6 -5
  40. package/ios/marketing/small/light/components/button.h +32 -13
  41. package/ios/marketing/small/light/components/form.h +6 -3
  42. package/ios/product/large/dark/components/button.h +32 -13
  43. package/ios/product/large/dark/components/form.h +6 -3
  44. package/ios/product/large/global.h +6 -5
  45. package/ios/product/large/light/components/button.h +32 -13
  46. package/ios/product/large/light/components/form.h +6 -3
  47. package/ios/product/small/dark/components/button.h +32 -13
  48. package/ios/product/small/dark/components/form.h +6 -3
  49. package/ios/product/small/global.h +6 -5
  50. package/ios/product/small/light/components/button.h +32 -13
  51. package/ios/product/small/light/components/form.h +6 -3
  52. package/js/common/frozenproduct/large/dark/components/button.d.ts +28 -1
  53. package/js/common/frozenproduct/large/dark/components/button.js +366 -39
  54. package/js/common/frozenproduct/large/dark/components/form.d.ts +7 -0
  55. package/js/common/frozenproduct/large/dark/components/form.js +61 -6
  56. package/js/common/frozenproduct/large/global.d.ts +6 -5
  57. package/js/common/frozenproduct/large/global.js +122 -101
  58. package/js/common/frozenproduct/large/light/components/button.d.ts +28 -1
  59. package/js/common/frozenproduct/large/light/components/button.js +366 -39
  60. package/js/common/frozenproduct/large/light/components/form.d.ts +7 -0
  61. package/js/common/frozenproduct/large/light/components/form.js +61 -6
  62. package/js/common/frozenproduct/small/dark/components/button.d.ts +28 -1
  63. package/js/common/frozenproduct/small/dark/components/button.js +366 -39
  64. package/js/common/frozenproduct/small/dark/components/form.d.ts +7 -0
  65. package/js/common/frozenproduct/small/dark/components/form.js +61 -6
  66. package/js/common/frozenproduct/small/global.d.ts +6 -5
  67. package/js/common/frozenproduct/small/global.js +122 -101
  68. package/js/common/frozenproduct/small/light/components/button.d.ts +28 -1
  69. package/js/common/frozenproduct/small/light/components/button.js +366 -39
  70. package/js/common/frozenproduct/small/light/components/form.d.ts +7 -0
  71. package/js/common/frozenproduct/small/light/components/form.js +61 -6
  72. package/js/common/marketing/large/dark/components/button.d.ts +28 -1
  73. package/js/common/marketing/large/dark/components/button.js +366 -39
  74. package/js/common/marketing/large/dark/components/form.d.ts +7 -0
  75. package/js/common/marketing/large/dark/components/form.js +61 -6
  76. package/js/common/marketing/large/global.d.ts +6 -5
  77. package/js/common/marketing/large/global.js +122 -101
  78. package/js/common/marketing/large/light/components/button.d.ts +28 -1
  79. package/js/common/marketing/large/light/components/button.js +366 -39
  80. package/js/common/marketing/large/light/components/form.d.ts +7 -0
  81. package/js/common/marketing/large/light/components/form.js +61 -6
  82. package/js/common/marketing/small/dark/components/button.d.ts +28 -1
  83. package/js/common/marketing/small/dark/components/button.js +366 -39
  84. package/js/common/marketing/small/dark/components/form.d.ts +7 -0
  85. package/js/common/marketing/small/dark/components/form.js +61 -6
  86. package/js/common/marketing/small/global.d.ts +6 -5
  87. package/js/common/marketing/small/global.js +122 -101
  88. package/js/common/marketing/small/light/components/button.d.ts +28 -1
  89. package/js/common/marketing/small/light/components/button.js +366 -39
  90. package/js/common/marketing/small/light/components/form.d.ts +7 -0
  91. package/js/common/marketing/small/light/components/form.js +61 -6
  92. package/js/common/product/large/dark/components/button.d.ts +28 -1
  93. package/js/common/product/large/dark/components/button.js +366 -39
  94. package/js/common/product/large/dark/components/form.d.ts +7 -0
  95. package/js/common/product/large/dark/components/form.js +61 -6
  96. package/js/common/product/large/global.d.ts +6 -5
  97. package/js/common/product/large/global.js +122 -101
  98. package/js/common/product/large/light/components/button.d.ts +28 -1
  99. package/js/common/product/large/light/components/button.js +366 -39
  100. package/js/common/product/large/light/components/form.d.ts +7 -0
  101. package/js/common/product/large/light/components/form.js +61 -6
  102. package/js/common/product/small/dark/components/button.d.ts +28 -1
  103. package/js/common/product/small/dark/components/button.js +366 -39
  104. package/js/common/product/small/dark/components/form.d.ts +7 -0
  105. package/js/common/product/small/dark/components/form.js +61 -6
  106. package/js/common/product/small/global.d.ts +6 -5
  107. package/js/common/product/small/global.js +122 -101
  108. package/js/common/product/small/light/components/button.d.ts +28 -1
  109. package/js/common/product/small/light/components/button.js +366 -39
  110. package/js/common/product/small/light/components/form.d.ts +7 -0
  111. package/js/common/product/small/light/components/form.js +61 -6
  112. package/js/es6/frozenproduct/large/dark/components/button.d.ts +20 -1
  113. package/js/es6/frozenproduct/large/dark/components/button.js +32 -13
  114. package/js/es6/frozenproduct/large/dark/components/form.d.ts +6 -3
  115. package/js/es6/frozenproduct/large/dark/components/form.js +6 -3
  116. package/js/es6/frozenproduct/large/global.d.ts +6 -5
  117. package/js/es6/frozenproduct/large/global.js +6 -5
  118. package/js/es6/frozenproduct/large/light/components/button.d.ts +20 -1
  119. package/js/es6/frozenproduct/large/light/components/button.js +32 -13
  120. package/js/es6/frozenproduct/large/light/components/form.d.ts +6 -3
  121. package/js/es6/frozenproduct/large/light/components/form.js +6 -3
  122. package/js/es6/frozenproduct/small/dark/components/button.d.ts +20 -1
  123. package/js/es6/frozenproduct/small/dark/components/button.js +32 -13
  124. package/js/es6/frozenproduct/small/dark/components/form.d.ts +6 -3
  125. package/js/es6/frozenproduct/small/dark/components/form.js +6 -3
  126. package/js/es6/frozenproduct/small/global.d.ts +6 -5
  127. package/js/es6/frozenproduct/small/global.js +6 -5
  128. package/js/es6/frozenproduct/small/light/components/button.d.ts +20 -1
  129. package/js/es6/frozenproduct/small/light/components/button.js +32 -13
  130. package/js/es6/frozenproduct/small/light/components/form.d.ts +6 -3
  131. package/js/es6/frozenproduct/small/light/components/form.js +6 -3
  132. package/js/es6/marketing/large/dark/components/button.d.ts +20 -1
  133. package/js/es6/marketing/large/dark/components/button.js +32 -13
  134. package/js/es6/marketing/large/dark/components/form.d.ts +6 -3
  135. package/js/es6/marketing/large/dark/components/form.js +6 -3
  136. package/js/es6/marketing/large/global.d.ts +6 -5
  137. package/js/es6/marketing/large/global.js +6 -5
  138. package/js/es6/marketing/large/light/components/button.d.ts +20 -1
  139. package/js/es6/marketing/large/light/components/button.js +32 -13
  140. package/js/es6/marketing/large/light/components/form.d.ts +6 -3
  141. package/js/es6/marketing/large/light/components/form.js +6 -3
  142. package/js/es6/marketing/small/dark/components/button.d.ts +20 -1
  143. package/js/es6/marketing/small/dark/components/button.js +32 -13
  144. package/js/es6/marketing/small/dark/components/form.d.ts +6 -3
  145. package/js/es6/marketing/small/dark/components/form.js +6 -3
  146. package/js/es6/marketing/small/global.d.ts +6 -5
  147. package/js/es6/marketing/small/global.js +6 -5
  148. package/js/es6/marketing/small/light/components/button.d.ts +20 -1
  149. package/js/es6/marketing/small/light/components/button.js +32 -13
  150. package/js/es6/marketing/small/light/components/form.d.ts +6 -3
  151. package/js/es6/marketing/small/light/components/form.js +6 -3
  152. package/js/es6/product/large/dark/components/button.d.ts +20 -1
  153. package/js/es6/product/large/dark/components/button.js +32 -13
  154. package/js/es6/product/large/dark/components/form.d.ts +6 -3
  155. package/js/es6/product/large/dark/components/form.js +6 -3
  156. package/js/es6/product/large/global.d.ts +6 -5
  157. package/js/es6/product/large/global.js +6 -5
  158. package/js/es6/product/large/light/components/button.d.ts +20 -1
  159. package/js/es6/product/large/light/components/button.js +32 -13
  160. package/js/es6/product/large/light/components/form.d.ts +6 -3
  161. package/js/es6/product/large/light/components/form.js +6 -3
  162. package/js/es6/product/small/dark/components/button.d.ts +20 -1
  163. package/js/es6/product/small/dark/components/button.js +32 -13
  164. package/js/es6/product/small/dark/components/form.d.ts +6 -3
  165. package/js/es6/product/small/dark/components/form.js +6 -3
  166. package/js/es6/product/small/global.d.ts +6 -5
  167. package/js/es6/product/small/global.js +6 -5
  168. package/js/es6/product/small/light/components/button.d.ts +20 -1
  169. package/js/es6/product/small/light/components/button.js +32 -13
  170. package/js/es6/product/small/light/components/form.d.ts +6 -3
  171. package/js/es6/product/small/light/components/form.js +6 -3
  172. package/js/umd/frozenproduct/large/dark/components/button.js +366 -39
  173. package/js/umd/frozenproduct/large/dark/components/form.js +61 -6
  174. package/js/umd/frozenproduct/large/global.js +122 -102
  175. package/js/umd/frozenproduct/large/light/components/button.js +366 -39
  176. package/js/umd/frozenproduct/large/light/components/form.js +61 -6
  177. package/js/umd/frozenproduct/small/dark/components/button.js +366 -39
  178. package/js/umd/frozenproduct/small/dark/components/form.js +61 -6
  179. package/js/umd/frozenproduct/small/global.js +122 -102
  180. package/js/umd/frozenproduct/small/light/components/button.js +366 -39
  181. package/js/umd/frozenproduct/small/light/components/form.js +61 -6
  182. package/js/umd/marketing/large/dark/components/button.js +366 -39
  183. package/js/umd/marketing/large/dark/components/form.js +61 -6
  184. package/js/umd/marketing/large/global.js +122 -102
  185. package/js/umd/marketing/large/light/components/button.js +366 -39
  186. package/js/umd/marketing/large/light/components/form.js +61 -6
  187. package/js/umd/marketing/small/dark/components/button.js +366 -39
  188. package/js/umd/marketing/small/dark/components/form.js +61 -6
  189. package/js/umd/marketing/small/global.js +122 -102
  190. package/js/umd/marketing/small/light/components/button.js +366 -39
  191. package/js/umd/marketing/small/light/components/form.js +61 -6
  192. package/js/umd/product/large/dark/components/button.js +366 -39
  193. package/js/umd/product/large/dark/components/form.js +61 -6
  194. package/js/umd/product/large/global.js +122 -102
  195. package/js/umd/product/large/light/components/button.js +366 -39
  196. package/js/umd/product/large/light/components/form.js +61 -6
  197. package/js/umd/product/small/dark/components/button.js +366 -39
  198. package/js/umd/product/small/dark/components/form.js +61 -6
  199. package/js/umd/product/small/global.js +122 -102
  200. package/js/umd/product/small/light/components/button.js +366 -39
  201. package/js/umd/product/small/light/components/form.js +61 -6
  202. package/json/flat/frozenproduct/large/dark/components/button.json +32 -13
  203. package/json/flat/frozenproduct/large/dark/components/form.json +6 -3
  204. package/json/flat/frozenproduct/large/global.json +6 -5
  205. package/json/flat/frozenproduct/large/light/components/button.json +32 -13
  206. package/json/flat/frozenproduct/large/light/components/form.json +6 -3
  207. package/json/flat/frozenproduct/small/dark/components/button.json +32 -13
  208. package/json/flat/frozenproduct/small/dark/components/form.json +6 -3
  209. package/json/flat/frozenproduct/small/global.json +6 -5
  210. package/json/flat/frozenproduct/small/light/components/button.json +32 -13
  211. package/json/flat/frozenproduct/small/light/components/form.json +6 -3
  212. package/json/flat/marketing/large/dark/components/button.json +32 -13
  213. package/json/flat/marketing/large/dark/components/form.json +6 -3
  214. package/json/flat/marketing/large/global.json +6 -5
  215. package/json/flat/marketing/large/light/components/button.json +32 -13
  216. package/json/flat/marketing/large/light/components/form.json +6 -3
  217. package/json/flat/marketing/small/dark/components/button.json +32 -13
  218. package/json/flat/marketing/small/dark/components/form.json +6 -3
  219. package/json/flat/marketing/small/global.json +6 -5
  220. package/json/flat/marketing/small/light/components/button.json +32 -13
  221. package/json/flat/marketing/small/light/components/form.json +6 -3
  222. package/json/flat/product/large/dark/components/button.json +32 -13
  223. package/json/flat/product/large/dark/components/form.json +6 -3
  224. package/json/flat/product/large/global.json +6 -5
  225. package/json/flat/product/large/light/components/button.json +32 -13
  226. package/json/flat/product/large/light/components/form.json +6 -3
  227. package/json/flat/product/small/dark/components/button.json +32 -13
  228. package/json/flat/product/small/dark/components/form.json +6 -3
  229. package/json/flat/product/small/global.json +6 -5
  230. package/json/flat/product/small/light/components/button.json +32 -13
  231. package/json/flat/product/small/light/components/form.json +6 -3
  232. package/json/nested/frozenproduct/large/dark/components/button.json +41 -14
  233. package/json/nested/frozenproduct/large/dark/components/form.json +10 -3
  234. package/json/nested/frozenproduct/large/global.json +6 -5
  235. package/json/nested/frozenproduct/large/light/components/button.json +41 -14
  236. package/json/nested/frozenproduct/large/light/components/form.json +10 -3
  237. package/json/nested/frozenproduct/small/dark/components/button.json +41 -14
  238. package/json/nested/frozenproduct/small/dark/components/form.json +10 -3
  239. package/json/nested/frozenproduct/small/global.json +6 -5
  240. package/json/nested/frozenproduct/small/light/components/button.json +41 -14
  241. package/json/nested/frozenproduct/small/light/components/form.json +10 -3
  242. package/json/nested/marketing/large/dark/components/button.json +41 -14
  243. package/json/nested/marketing/large/dark/components/form.json +10 -3
  244. package/json/nested/marketing/large/global.json +6 -5
  245. package/json/nested/marketing/large/light/components/button.json +41 -14
  246. package/json/nested/marketing/large/light/components/form.json +10 -3
  247. package/json/nested/marketing/small/dark/components/button.json +41 -14
  248. package/json/nested/marketing/small/dark/components/form.json +10 -3
  249. package/json/nested/marketing/small/global.json +6 -5
  250. package/json/nested/marketing/small/light/components/button.json +41 -14
  251. package/json/nested/marketing/small/light/components/form.json +10 -3
  252. package/json/nested/product/large/dark/components/button.json +41 -14
  253. package/json/nested/product/large/dark/components/form.json +10 -3
  254. package/json/nested/product/large/global.json +6 -5
  255. package/json/nested/product/large/light/components/button.json +41 -14
  256. package/json/nested/product/large/light/components/form.json +10 -3
  257. package/json/nested/product/small/dark/components/button.json +41 -14
  258. package/json/nested/product/small/dark/components/form.json +10 -3
  259. package/json/nested/product/small/global.json +6 -5
  260. package/json/nested/product/small/light/components/button.json +41 -14
  261. package/json/nested/product/small/light/components/form.json +10 -3
  262. package/package.json +1 -1
  263. package/sage-design-tokens-14.6.0.tgz +0 -0
  264. package/scss/frozenproduct/large/components/button.scss +45 -26
  265. package/scss/frozenproduct/large/components/container.scss +10 -10
  266. package/scss/frozenproduct/large/components/form.scss +13 -10
  267. package/scss/frozenproduct/large/components/link.scss +2 -2
  268. package/scss/frozenproduct/large/components/nav.scss +5 -5
  269. package/scss/frozenproduct/large/components/page.scss +1 -1
  270. package/scss/frozenproduct/large/components/popover.scss +2 -2
  271. package/scss/frozenproduct/large/components/progress.scss +6 -6
  272. package/scss/frozenproduct/large/components/status.scss +3 -3
  273. package/scss/frozenproduct/large/components/tab.scss +7 -7
  274. package/scss/frozenproduct/large/components/table.scss +10 -10
  275. package/scss/frozenproduct/large/global.scss +6 -5
  276. package/scss/frozenproduct/small/components/button.scss +32 -13
  277. package/scss/frozenproduct/small/components/form.scss +6 -3
  278. package/scss/frozenproduct/small/global.scss +6 -5
  279. package/scss/marketing/large/components/button.scss +32 -13
  280. package/scss/marketing/large/components/form.scss +6 -3
  281. package/scss/marketing/large/global.scss +6 -5
  282. package/scss/marketing/small/components/button.scss +45 -26
  283. package/scss/marketing/small/components/container.scss +10 -10
  284. package/scss/marketing/small/components/form.scss +13 -10
  285. package/scss/marketing/small/components/link.scss +2 -2
  286. package/scss/marketing/small/components/nav.scss +5 -5
  287. package/scss/marketing/small/components/page.scss +1 -1
  288. package/scss/marketing/small/components/popover.scss +2 -2
  289. package/scss/marketing/small/components/progress.scss +6 -6
  290. package/scss/marketing/small/components/status.scss +3 -3
  291. package/scss/marketing/small/components/tab.scss +7 -7
  292. package/scss/marketing/small/components/table.scss +10 -10
  293. package/scss/marketing/small/global.scss +6 -5
  294. package/scss/product/large/components/button.scss +32 -13
  295. package/scss/product/large/components/container.scss +10 -10
  296. package/scss/product/large/components/form.scss +13 -10
  297. package/scss/product/large/components/link.scss +2 -2
  298. package/scss/product/large/components/nav.scss +5 -5
  299. package/scss/product/large/components/page.scss +1 -1
  300. package/scss/product/large/components/popover.scss +2 -2
  301. package/scss/product/large/components/progress.scss +6 -6
  302. package/scss/product/large/components/status.scss +3 -3
  303. package/scss/product/large/components/tab.scss +7 -7
  304. package/scss/product/large/components/table.scss +10 -10
  305. package/scss/product/large/global.scss +6 -5
  306. package/scss/product/small/components/button.scss +32 -13
  307. package/scss/product/small/components/form.scss +6 -3
  308. package/scss/product/small/global.scss +6 -5
  309. package/sage-design-tokens-14.4.0.tgz +0 -0
@@ -2521,7 +2521,7 @@ module.exports = {
2521
2521
  original: {
2522
2522
  $type: "typography",
2523
2523
  $value: {
2524
- fontFamily: "{global.fontFamilies.sage-ui}",
2524
+ fontFamily: "{global.fontFamilies.heading}",
2525
2525
  fontWeight: "{primitives.fontWeights.medium}",
2526
2526
  lineHeight: "{primitives.lineHeights.400}",
2527
2527
  fontSize: "{primitives.fontSize.responsive.product.step3}",
@@ -2544,7 +2544,7 @@ module.exports = {
2544
2544
  original: {
2545
2545
  $type: "typography",
2546
2546
  $value: {
2547
- fontFamily: "{global.fontFamilies.sage-ui}",
2547
+ fontFamily: "{global.fontFamilies.heading}",
2548
2548
  fontWeight: "{primitives.fontWeights.bold}",
2549
2549
  lineHeight: "{primitives.lineHeights.400}",
2550
2550
  fontSize: "{primitives.fontSize.responsive.product.step4}",
@@ -2567,7 +2567,7 @@ module.exports = {
2567
2567
  original: {
2568
2568
  $type: "typography",
2569
2569
  $value: {
2570
- fontFamily: "{global.fontFamilies.sage-ui}",
2570
+ fontFamily: "{global.fontFamilies.heading}",
2571
2571
  fontWeight: "{primitives.fontWeights.bold}",
2572
2572
  lineHeight: "{primitives.lineHeights.400}",
2573
2573
  fontSize: "{primitives.fontSize.responsive.product.step6}",
@@ -2592,7 +2592,7 @@ module.exports = {
2592
2592
  original: {
2593
2593
  $type: "typography",
2594
2594
  $value: {
2595
- fontFamily: "{global.fontFamilies.sage-ui}",
2595
+ fontFamily: "{global.fontFamilies.subheading}",
2596
2596
  fontWeight: "{primitives.fontWeights.medium}",
2597
2597
  lineHeight: "{primitives.lineHeights.400}",
2598
2598
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -2615,7 +2615,7 @@ module.exports = {
2615
2615
  original: {
2616
2616
  $type: "typography",
2617
2617
  $value: {
2618
- fontFamily: "{global.fontFamilies.sage-ui}",
2618
+ fontFamily: "{global.fontFamilies.subheading}",
2619
2619
  fontWeight: "{primitives.fontWeights.medium}",
2620
2620
  lineHeight: "{primitives.lineHeights.400}",
2621
2621
  fontSize: "{primitives.fontSize.responsive.product.step2}",
@@ -2642,7 +2642,7 @@ module.exports = {
2642
2642
  original: {
2643
2643
  $type: "typography",
2644
2644
  $value: {
2645
- fontFamily: "{global.fontFamilies.sage-ui}",
2645
+ fontFamily: "{global.fontFamilies.body}",
2646
2646
  fontWeight: "{primitives.fontWeights.regular}",
2647
2647
  lineHeight: "{primitives.lineHeights.500}",
2648
2648
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -2674,7 +2674,7 @@ module.exports = {
2674
2674
  original: {
2675
2675
  $type: "typography",
2676
2676
  $value: {
2677
- fontFamily: "{global.fontFamilies.sage-ui}",
2677
+ fontFamily: "{global.fontFamilies.body}",
2678
2678
  fontWeight: "{primitives.fontWeights.regular}",
2679
2679
  lineHeight: "{primitives.lineHeights.500}",
2680
2680
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -2706,7 +2706,7 @@ module.exports = {
2706
2706
  original: {
2707
2707
  $type: "typography",
2708
2708
  $value: {
2709
- fontFamily: "{global.fontFamilies.sage-ui}",
2709
+ fontFamily: "{global.fontFamilies.body}",
2710
2710
  fontWeight: "{primitives.fontWeights.regular}",
2711
2711
  lineHeight: "{primitives.lineHeights.500}",
2712
2712
  fontSize: "{primitives.fontSize.responsive.product.step2}",
@@ -2740,7 +2740,7 @@ module.exports = {
2740
2740
  original: {
2741
2741
  $type: "typography",
2742
2742
  $value: {
2743
- fontFamily: "{global.fontFamilies.sage-ui}",
2743
+ fontFamily: "{global.fontFamilies.body}",
2744
2744
  fontWeight: "{primitives.fontWeights.medium}",
2745
2745
  lineHeight: "{primitives.lineHeights.500}",
2746
2746
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -2772,7 +2772,7 @@ module.exports = {
2772
2772
  original: {
2773
2773
  $type: "typography",
2774
2774
  $value: {
2775
- fontFamily: "{global.fontFamilies.sage-ui}",
2775
+ fontFamily: "{global.fontFamilies.body}",
2776
2776
  fontWeight: "{primitives.fontWeights.medium}",
2777
2777
  lineHeight: "{primitives.lineHeights.500}",
2778
2778
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -2804,7 +2804,7 @@ module.exports = {
2804
2804
  original: {
2805
2805
  $type: "typography",
2806
2806
  $value: {
2807
- fontFamily: "{global.fontFamilies.sage-ui}",
2807
+ fontFamily: "{global.fontFamilies.body}",
2808
2808
  fontWeight: "{primitives.fontWeights.medium}",
2809
2809
  lineHeight: "{primitives.lineHeights.500}",
2810
2810
  fontSize: "{primitives.fontSize.responsive.product.step2}",
@@ -2841,10 +2841,11 @@ module.exports = {
2841
2841
  original: {
2842
2842
  $type: "typography",
2843
2843
  $value: {
2844
- fontFamily: "{global.fontFamilies.sage-ui}",
2844
+ fontFamily: "{global.fontFamilies.component}",
2845
2845
  fontWeight: "{primitives.fontWeights.medium}",
2846
2846
  lineHeight: "{primitives.lineHeights.500}",
2847
- fontSize: "{primitives.fontSize.responsive.product.step-1}",
2847
+ fontSize:
2848
+ "{primitives.fontSize.responsive.product.stepMinus1}",
2848
2849
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
2849
2850
  },
2850
2851
  $description: "Small Viewports: 13.72, Large Viewports: 11.89",
@@ -2876,7 +2877,7 @@ module.exports = {
2876
2877
  original: {
2877
2878
  $type: "typography",
2878
2879
  $value: {
2879
- fontFamily: "{global.fontFamilies.sage-ui}",
2880
+ fontFamily: "{global.fontFamilies.component}",
2880
2881
  fontWeight: "{primitives.fontWeights.medium}",
2881
2882
  lineHeight: "{primitives.lineHeights.500}",
2882
2883
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -2912,7 +2913,7 @@ module.exports = {
2912
2913
  original: {
2913
2914
  $type: "typography",
2914
2915
  $value: {
2915
- fontFamily: "{global.fontFamilies.sage-ui}",
2916
+ fontFamily: "{global.fontFamilies.component}",
2916
2917
  fontWeight: "{primitives.fontWeights.medium}",
2917
2918
  lineHeight: "{primitives.lineHeights.500}",
2918
2919
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -2948,7 +2949,7 @@ module.exports = {
2948
2949
  original: {
2949
2950
  $type: "typography",
2950
2951
  $value: {
2951
- fontFamily: "{global.fontFamilies.sage-ui}",
2952
+ fontFamily: "{global.fontFamilies.component}",
2952
2953
  fontWeight: "{primitives.fontWeights.medium}",
2953
2954
  lineHeight: "{primitives.lineHeights.500}",
2954
2955
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -2985,10 +2986,11 @@ module.exports = {
2985
2986
  original: {
2986
2987
  $type: "typography",
2987
2988
  $value: {
2988
- fontFamily: "{global.fontFamilies.sage-ui}",
2989
+ fontFamily: "{global.fontFamilies.component}",
2989
2990
  fontWeight: "{primitives.fontWeights.regular}",
2990
2991
  lineHeight: "{primitives.lineHeights.500}",
2991
- fontSize: "{primitives.fontSize.responsive.product.step-1}",
2992
+ fontSize:
2993
+ "{primitives.fontSize.responsive.product.stepMinus1}",
2992
2994
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
2993
2995
  },
2994
2996
  $description: "Small Viewports: 13.72, Large Viewports: 11.89",
@@ -3020,7 +3022,7 @@ module.exports = {
3020
3022
  original: {
3021
3023
  $type: "typography",
3022
3024
  $value: {
3023
- fontFamily: "{global.fontFamilies.sage-ui}",
3025
+ fontFamily: "{global.fontFamilies.component}",
3024
3026
  fontWeight: "{primitives.fontWeights.regular}",
3025
3027
  lineHeight: "{primitives.lineHeights.500}",
3026
3028
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3056,7 +3058,7 @@ module.exports = {
3056
3058
  original: {
3057
3059
  $type: "typography",
3058
3060
  $value: {
3059
- fontFamily: "{global.fontFamilies.sage-ui}",
3061
+ fontFamily: "{global.fontFamilies.component}",
3060
3062
  fontWeight: "{primitives.fontWeights.regular}",
3061
3063
  lineHeight: "{primitives.lineHeights.500}",
3062
3064
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3092,7 +3094,7 @@ module.exports = {
3092
3094
  original: {
3093
3095
  $type: "typography",
3094
3096
  $value: {
3095
- fontFamily: "{global.fontFamilies.sage-ui}",
3097
+ fontFamily: "{global.fontFamilies.component}",
3096
3098
  fontWeight: "{primitives.fontWeights.regular}",
3097
3099
  lineHeight: "{primitives.lineHeights.500}",
3098
3100
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -3222,7 +3224,7 @@ module.exports = {
3222
3224
  original: {
3223
3225
  $type: "typography",
3224
3226
  $value: {
3225
- fontFamily: "{global.fontFamilies.sage-ui}",
3227
+ fontFamily: "{global.fontFamilies.component}",
3226
3228
  fontWeight: "{primitives.fontWeights.regular}",
3227
3229
  lineHeight: "{primitives.lineHeights.500}",
3228
3230
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3257,7 +3259,7 @@ module.exports = {
3257
3259
  original: {
3258
3260
  $type: "typography",
3259
3261
  $value: {
3260
- fontFamily: "{global.fontFamilies.sage-ui}",
3262
+ fontFamily: "{global.fontFamilies.component}",
3261
3263
  fontWeight: "{primitives.fontWeights.regular}",
3262
3264
  lineHeight: "{primitives.lineHeights.500}",
3263
3265
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3292,7 +3294,7 @@ module.exports = {
3292
3294
  original: {
3293
3295
  $type: "typography",
3294
3296
  $value: {
3295
- fontFamily: "{global.fontFamilies.sage-ui}",
3297
+ fontFamily: "{global.fontFamilies.component}",
3296
3298
  fontWeight: "{primitives.fontWeights.regular}",
3297
3299
  lineHeight: "{primitives.lineHeights.500}",
3298
3300
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -3329,7 +3331,7 @@ module.exports = {
3329
3331
  original: {
3330
3332
  $type: "typography",
3331
3333
  $value: {
3332
- fontFamily: "{global.fontFamilies.sage-ui}",
3334
+ fontFamily: "{global.fontFamilies.component}",
3333
3335
  fontWeight: "{primitives.fontWeights.medium}",
3334
3336
  lineHeight: "{primitives.lineHeights.500}",
3335
3337
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3364,7 +3366,7 @@ module.exports = {
3364
3366
  original: {
3365
3367
  $type: "typography",
3366
3368
  $value: {
3367
- fontFamily: "{global.fontFamilies.sage-ui}",
3369
+ fontFamily: "{global.fontFamilies.component}",
3368
3370
  fontWeight: "{primitives.fontWeights.medium}",
3369
3371
  lineHeight: "{primitives.lineHeights.500}",
3370
3372
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3399,7 +3401,7 @@ module.exports = {
3399
3401
  original: {
3400
3402
  $type: "typography",
3401
3403
  $value: {
3402
- fontFamily: "{global.fontFamilies.sage-ui}",
3404
+ fontFamily: "{global.fontFamilies.component}",
3403
3405
  fontWeight: "{primitives.fontWeights.medium}",
3404
3406
  lineHeight: "{primitives.lineHeights.500}",
3405
3407
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -3436,10 +3438,11 @@ module.exports = {
3436
3438
  original: {
3437
3439
  $type: "typography",
3438
3440
  $value: {
3439
- fontFamily: "{global.fontFamilies.sage-ui}",
3441
+ fontFamily: "{global.fontFamilies.component}",
3440
3442
  fontWeight: "{primitives.fontWeights.medium}",
3441
3443
  lineHeight: "{primitives.lineHeights.500}",
3442
- fontSize: "{primitives.fontSize.responsive.product.step-2}",
3444
+ fontSize:
3445
+ "{primitives.fontSize.responsive.product.stepMinus2}",
3443
3446
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
3444
3447
  },
3445
3448
  },
@@ -3468,7 +3471,7 @@ module.exports = {
3468
3471
  original: {
3469
3472
  $type: "typography",
3470
3473
  $value: {
3471
- fontFamily: "{global.fontFamilies.sage-ui}",
3474
+ fontFamily: "{global.fontFamilies.component}",
3472
3475
  fontWeight: "{primitives.fontWeights.medium}",
3473
3476
  lineHeight: "{primitives.lineHeights.500}",
3474
3477
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3500,7 +3503,7 @@ module.exports = {
3500
3503
  original: {
3501
3504
  $type: "typography",
3502
3505
  $value: {
3503
- fontFamily: "{global.fontFamilies.sage-ui}",
3506
+ fontFamily: "{global.fontFamilies.component}",
3504
3507
  fontWeight: "{primitives.fontWeights.medium}",
3505
3508
  lineHeight: "{primitives.lineHeights.500}",
3506
3509
  fontSize: "{primitives.fontSize.responsive.product.step2}",
@@ -3532,7 +3535,7 @@ module.exports = {
3532
3535
  original: {
3533
3536
  $type: "typography",
3534
3537
  $value: {
3535
- fontFamily: "{global.fontFamilies.sage-ui}",
3538
+ fontFamily: "{global.fontFamilies.component}",
3536
3539
  fontWeight: "{primitives.fontWeights.medium}",
3537
3540
  lineHeight: "{primitives.lineHeights.500}",
3538
3541
  fontSize: "{primitives.fontSize.responsive.product.step4}",
@@ -3564,7 +3567,7 @@ module.exports = {
3564
3567
  original: {
3565
3568
  $type: "typography",
3566
3569
  $value: {
3567
- fontFamily: "{global.fontFamilies.sage-ui}",
3570
+ fontFamily: "{global.fontFamilies.component}",
3568
3571
  fontWeight: "{primitives.fontWeights.medium}",
3569
3572
  lineHeight: "{primitives.lineHeights.500}",
3570
3573
  fontSize: "{primitives.fontSize.responsive.product.step6}",
@@ -3596,7 +3599,7 @@ module.exports = {
3596
3599
  original: {
3597
3600
  $type: "typography",
3598
3601
  $value: {
3599
- fontFamily: "{global.fontFamilies.sage-ui}",
3602
+ fontFamily: "{global.fontFamilies.component}",
3600
3603
  fontWeight: "{primitives.fontWeights.medium}",
3601
3604
  lineHeight: "{primitives.lineHeights.500}",
3602
3605
  fontSize: "{primitives.fontSize.responsive.product.step8}",
@@ -3628,7 +3631,7 @@ module.exports = {
3628
3631
  original: {
3629
3632
  $type: "typography",
3630
3633
  $value: {
3631
- fontFamily: "{global.fontFamilies.sage-ui}",
3634
+ fontFamily: "{global.fontFamilies.component}",
3632
3635
  fontWeight: "{primitives.fontWeights.medium}",
3633
3636
  lineHeight: "{primitives.lineHeights.500}",
3634
3637
  fontSize: "{primitives.fontSize.responsive.product.step10}",
@@ -3664,10 +3667,11 @@ module.exports = {
3664
3667
  original: {
3665
3668
  $type: "typography",
3666
3669
  $value: {
3667
- fontFamily: "{global.fontFamilies.sage-ui}",
3670
+ fontFamily: "{global.fontFamilies.component}",
3668
3671
  fontWeight: "{primitives.fontWeights.medium}",
3669
3672
  lineHeight: "{primitives.lineHeights.300}",
3670
- fontSize: "{primitives.fontSize.responsive.product.step-1}",
3673
+ fontSize:
3674
+ "{primitives.fontSize.responsive.product.stepMinus1}",
3671
3675
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
3672
3676
  },
3673
3677
  $description:
@@ -3702,7 +3706,7 @@ module.exports = {
3702
3706
  original: {
3703
3707
  $type: "typography",
3704
3708
  $value: {
3705
- fontFamily: "{global.fontFamilies.sage-ui}",
3709
+ fontFamily: "{global.fontFamilies.heading}",
3706
3710
  fontWeight: "{primitives.fontWeights.medium}",
3707
3711
  lineHeight: "{primitives.lineHeights.400}",
3708
3712
  fontSize: "{global.fontSize.adaptive.step3}",
@@ -3725,7 +3729,7 @@ module.exports = {
3725
3729
  original: {
3726
3730
  $type: "typography",
3727
3731
  $value: {
3728
- fontFamily: "{global.fontFamilies.sage-ui}",
3732
+ fontFamily: "{global.fontFamilies.heading}",
3729
3733
  fontWeight: "{primitives.fontWeights.bold}",
3730
3734
  lineHeight: "{primitives.lineHeights.400}",
3731
3735
  fontSize: "{global.fontSize.adaptive.step4}",
@@ -3748,7 +3752,7 @@ module.exports = {
3748
3752
  original: {
3749
3753
  $type: "typography",
3750
3754
  $value: {
3751
- fontFamily: "{global.fontFamilies.sage-ui}",
3755
+ fontFamily: "{global.fontFamilies.heading}",
3752
3756
  fontWeight: "{primitives.fontWeights.bold}",
3753
3757
  lineHeight: "{primitives.lineHeights.400}",
3754
3758
  fontSize: "{global.fontSize.adaptive.step6}",
@@ -3773,7 +3777,7 @@ module.exports = {
3773
3777
  original: {
3774
3778
  $type: "typography",
3775
3779
  $value: {
3776
- fontFamily: "{global.fontFamilies.sage-ui}",
3780
+ fontFamily: "{global.fontFamilies.subheading}",
3777
3781
  fontWeight: "{primitives.fontWeights.medium}",
3778
3782
  lineHeight: "{primitives.lineHeights.400}",
3779
3783
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -3796,7 +3800,7 @@ module.exports = {
3796
3800
  original: {
3797
3801
  $type: "typography",
3798
3802
  $value: {
3799
- fontFamily: "{global.fontFamilies.sage-ui}",
3803
+ fontFamily: "{global.fontFamilies.subheading}",
3800
3804
  fontWeight: "{primitives.fontWeights.medium}",
3801
3805
  lineHeight: "{primitives.lineHeights.400}",
3802
3806
  fontSize: "{global.fontSize.adaptive.step2}",
@@ -3823,7 +3827,7 @@ module.exports = {
3823
3827
  original: {
3824
3828
  $type: "typography",
3825
3829
  $value: {
3826
- fontFamily: "{global.fontFamilies.sage-ui}",
3830
+ fontFamily: "{global.fontFamilies.body}",
3827
3831
  fontWeight: "{primitives.fontWeights.regular}",
3828
3832
  lineHeight: "{primitives.lineHeights.500}",
3829
3833
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -3855,7 +3859,7 @@ module.exports = {
3855
3859
  original: {
3856
3860
  $type: "typography",
3857
3861
  $value: {
3858
- fontFamily: "{global.fontFamilies.sage-ui}",
3862
+ fontFamily: "{global.fontFamilies.body}",
3859
3863
  fontWeight: "{primitives.fontWeights.regular}",
3860
3864
  lineHeight: "{primitives.lineHeights.500}",
3861
3865
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -3887,7 +3891,7 @@ module.exports = {
3887
3891
  original: {
3888
3892
  $type: "typography",
3889
3893
  $value: {
3890
- fontFamily: "{global.fontFamilies.sage-ui}",
3894
+ fontFamily: "{global.fontFamilies.body}",
3891
3895
  fontWeight: "{primitives.fontWeights.regular}",
3892
3896
  lineHeight: "{primitives.lineHeights.500}",
3893
3897
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -3921,7 +3925,7 @@ module.exports = {
3921
3925
  original: {
3922
3926
  $type: "typography",
3923
3927
  $value: {
3924
- fontFamily: "{global.fontFamilies.sage-ui}",
3928
+ fontFamily: "{global.fontFamilies.body}",
3925
3929
  fontWeight: "{primitives.fontWeights.medium}",
3926
3930
  lineHeight: "{primitives.lineHeights.500}",
3927
3931
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -3946,7 +3950,7 @@ module.exports = {
3946
3950
  original: {
3947
3951
  $type: "typography",
3948
3952
  $value: {
3949
- fontFamily: "{global.fontFamilies.sage-ui}",
3953
+ fontFamily: "{global.fontFamilies.body}",
3950
3954
  fontWeight: "{primitives.fontWeights.medium}",
3951
3955
  lineHeight: "{primitives.lineHeights.500}",
3952
3956
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -3971,7 +3975,7 @@ module.exports = {
3971
3975
  original: {
3972
3976
  $type: "typography",
3973
3977
  $value: {
3974
- fontFamily: "{global.fontFamilies.sage-ui}",
3978
+ fontFamily: "{global.fontFamilies.body}",
3975
3979
  fontWeight: "{primitives.fontWeights.medium}",
3976
3980
  lineHeight: "{primitives.lineHeights.500}",
3977
3981
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4000,10 +4004,10 @@ module.exports = {
4000
4004
  original: {
4001
4005
  $type: "typography",
4002
4006
  $value: {
4003
- fontFamily: "{global.fontFamilies.sage-ui}",
4007
+ fontFamily: "{global.fontFamilies.component}",
4004
4008
  fontWeight: "{primitives.fontWeights.medium}",
4005
4009
  lineHeight: "{primitives.lineHeights.500}",
4006
- fontSize: "{global.fontSize.adaptive.step-1}",
4010
+ fontSize: "{global.fontSize.adaptive.stepMinus1}",
4007
4011
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
4008
4012
  },
4009
4013
  },
@@ -4032,7 +4036,7 @@ module.exports = {
4032
4036
  original: {
4033
4037
  $type: "typography",
4034
4038
  $value: {
4035
- fontFamily: "{global.fontFamilies.sage-ui}",
4039
+ fontFamily: "{global.fontFamilies.component}",
4036
4040
  fontWeight: "{primitives.fontWeights.medium}",
4037
4041
  lineHeight: "{primitives.lineHeights.500}",
4038
4042
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4064,7 +4068,7 @@ module.exports = {
4064
4068
  original: {
4065
4069
  $type: "typography",
4066
4070
  $value: {
4067
- fontFamily: "{global.fontFamilies.sage-ui}",
4071
+ fontFamily: "{global.fontFamilies.component}",
4068
4072
  fontWeight: "{primitives.fontWeights.medium}",
4069
4073
  lineHeight: "{primitives.lineHeights.500}",
4070
4074
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4096,7 +4100,7 @@ module.exports = {
4096
4100
  original: {
4097
4101
  $type: "typography",
4098
4102
  $value: {
4099
- fontFamily: "{global.fontFamilies.sage-ui}",
4103
+ fontFamily: "{global.fontFamilies.component}",
4100
4104
  fontWeight: "{primitives.fontWeights.medium}",
4101
4105
  lineHeight: "{primitives.lineHeights.500}",
4102
4106
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4130,10 +4134,10 @@ module.exports = {
4130
4134
  original: {
4131
4135
  $type: "typography",
4132
4136
  $value: {
4133
- fontFamily: "{global.fontFamilies.sage-ui}",
4137
+ fontFamily: "{global.fontFamilies.component}",
4134
4138
  fontWeight: "{primitives.fontWeights.regular}",
4135
4139
  lineHeight: "{primitives.lineHeights.500}",
4136
- fontSize: "{global.fontSize.adaptive.step-1}",
4140
+ fontSize: "{global.fontSize.adaptive.stepMinus1}",
4137
4141
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
4138
4142
  },
4139
4143
  },
@@ -4162,7 +4166,7 @@ module.exports = {
4162
4166
  original: {
4163
4167
  $type: "typography",
4164
4168
  $value: {
4165
- fontFamily: "{global.fontFamilies.sage-ui}",
4169
+ fontFamily: "{global.fontFamilies.component}",
4166
4170
  fontWeight: "{primitives.fontWeights.regular}",
4167
4171
  lineHeight: "{primitives.lineHeights.500}",
4168
4172
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4194,7 +4198,7 @@ module.exports = {
4194
4198
  original: {
4195
4199
  $type: "typography",
4196
4200
  $value: {
4197
- fontFamily: "{global.fontFamilies.sage-ui}",
4201
+ fontFamily: "{global.fontFamilies.component}",
4198
4202
  fontWeight: "{primitives.fontWeights.regular}",
4199
4203
  lineHeight: "{primitives.lineHeights.500}",
4200
4204
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4226,7 +4230,7 @@ module.exports = {
4226
4230
  original: {
4227
4231
  $type: "typography",
4228
4232
  $value: {
4229
- fontFamily: "{global.fontFamilies.sage-ui}",
4233
+ fontFamily: "{global.fontFamilies.component}",
4230
4234
  fontWeight: "{primitives.fontWeights.regular}",
4231
4235
  lineHeight: "{primitives.lineHeights.500}",
4232
4236
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4348,7 +4352,7 @@ module.exports = {
4348
4352
  original: {
4349
4353
  $type: "typography",
4350
4354
  $value: {
4351
- fontFamily: "{global.fontFamilies.sage-ui}",
4355
+ fontFamily: "{global.fontFamilies.component}",
4352
4356
  fontWeight: "{primitives.fontWeights.regular}",
4353
4357
  lineHeight: "{primitives.lineHeights.500}",
4354
4358
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4383,7 +4387,7 @@ module.exports = {
4383
4387
  original: {
4384
4388
  $type: "typography",
4385
4389
  $value: {
4386
- fontFamily: "{global.fontFamilies.sage-ui}",
4390
+ fontFamily: "{global.fontFamilies.component}",
4387
4391
  fontWeight: "{primitives.fontWeights.regular}",
4388
4392
  lineHeight: "{primitives.lineHeights.500}",
4389
4393
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4418,7 +4422,7 @@ module.exports = {
4418
4422
  original: {
4419
4423
  $type: "typography",
4420
4424
  $value: {
4421
- fontFamily: "{global.fontFamilies.sage-ui}",
4425
+ fontFamily: "{global.fontFamilies.component}",
4422
4426
  fontWeight: "{primitives.fontWeights.regular}",
4423
4427
  lineHeight: "{primitives.lineHeights.500}",
4424
4428
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4455,7 +4459,7 @@ module.exports = {
4455
4459
  original: {
4456
4460
  $type: "typography",
4457
4461
  $value: {
4458
- fontFamily: "{global.fontFamilies.sage-ui}",
4462
+ fontFamily: "{global.fontFamilies.component}",
4459
4463
  fontWeight: "{primitives.fontWeights.medium}",
4460
4464
  lineHeight: "{primitives.lineHeights.500}",
4461
4465
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4490,7 +4494,7 @@ module.exports = {
4490
4494
  original: {
4491
4495
  $type: "typography",
4492
4496
  $value: {
4493
- fontFamily: "{global.fontFamilies.sage-ui}",
4497
+ fontFamily: "{global.fontFamilies.component}",
4494
4498
  fontWeight: "{primitives.fontWeights.medium}",
4495
4499
  lineHeight: "{primitives.lineHeights.500}",
4496
4500
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4525,7 +4529,7 @@ module.exports = {
4525
4529
  original: {
4526
4530
  $type: "typography",
4527
4531
  $value: {
4528
- fontFamily: "{global.fontFamilies.sage-ui}",
4532
+ fontFamily: "{global.fontFamilies.component}",
4529
4533
  fontWeight: "{primitives.fontWeights.medium}",
4530
4534
  lineHeight: "{primitives.lineHeights.500}",
4531
4535
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4562,10 +4566,10 @@ module.exports = {
4562
4566
  original: {
4563
4567
  $type: "typography",
4564
4568
  $value: {
4565
- fontFamily: "{global.fontFamilies.sage-ui}",
4569
+ fontFamily: "{global.fontFamilies.component}",
4566
4570
  fontWeight: "{primitives.fontWeights.medium}",
4567
4571
  lineHeight: "{primitives.lineHeights.500}",
4568
- fontSize: "{global.fontSize.adaptive.step-2}",
4572
+ fontSize: "{global.fontSize.adaptive.stepMinus2}",
4569
4573
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
4570
4574
  },
4571
4575
  },
@@ -4594,7 +4598,7 @@ module.exports = {
4594
4598
  original: {
4595
4599
  $type: "typography",
4596
4600
  $value: {
4597
- fontFamily: "{global.fontFamilies.sage-ui}",
4601
+ fontFamily: "{global.fontFamilies.component}",
4598
4602
  fontWeight: "{primitives.fontWeights.medium}",
4599
4603
  lineHeight: "{primitives.lineHeights.500}",
4600
4604
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4626,7 +4630,7 @@ module.exports = {
4626
4630
  original: {
4627
4631
  $type: "typography",
4628
4632
  $value: {
4629
- fontFamily: "{global.fontFamilies.sage-ui}",
4633
+ fontFamily: "{global.fontFamilies.component}",
4630
4634
  fontWeight: "{primitives.fontWeights.medium}",
4631
4635
  lineHeight: "{primitives.lineHeights.500}",
4632
4636
  fontSize: "{global.fontSize.adaptive.step2}",
@@ -4658,7 +4662,7 @@ module.exports = {
4658
4662
  original: {
4659
4663
  $type: "typography",
4660
4664
  $value: {
4661
- fontFamily: "{global.fontFamilies.sage-ui}",
4665
+ fontFamily: "{global.fontFamilies.component}",
4662
4666
  fontWeight: "{primitives.fontWeights.medium}",
4663
4667
  lineHeight: "{primitives.lineHeights.500}",
4664
4668
  fontSize: "{global.fontSize.adaptive.step4}",
@@ -4690,7 +4694,7 @@ module.exports = {
4690
4694
  original: {
4691
4695
  $type: "typography",
4692
4696
  $value: {
4693
- fontFamily: "{global.fontFamilies.sage-ui}",
4697
+ fontFamily: "{global.fontFamilies.component}",
4694
4698
  fontWeight: "{primitives.fontWeights.medium}",
4695
4699
  lineHeight: "{primitives.lineHeights.500}",
4696
4700
  fontSize: "{global.fontSize.adaptive.step6}",
@@ -4722,7 +4726,7 @@ module.exports = {
4722
4726
  original: {
4723
4727
  $type: "typography",
4724
4728
  $value: {
4725
- fontFamily: "{global.fontFamilies.sage-ui}",
4729
+ fontFamily: "{global.fontFamilies.component}",
4726
4730
  fontWeight: "{primitives.fontWeights.medium}",
4727
4731
  lineHeight: "{primitives.lineHeights.500}",
4728
4732
  fontSize: "{global.fontSize.adaptive.step8}",
@@ -4754,7 +4758,7 @@ module.exports = {
4754
4758
  original: {
4755
4759
  $type: "typography",
4756
4760
  $value: {
4757
- fontFamily: "{global.fontFamilies.sage-ui}",
4761
+ fontFamily: "{global.fontFamilies.component}",
4758
4762
  fontWeight: "{primitives.fontWeights.medium}",
4759
4763
  lineHeight: "{primitives.lineHeights.500}",
4760
4764
  fontSize: "{global.fontSize.adaptive.step10}",
@@ -4790,10 +4794,10 @@ module.exports = {
4790
4794
  original: {
4791
4795
  $type: "typography",
4792
4796
  $value: {
4793
- fontFamily: "{global.fontFamilies.sage-ui}",
4797
+ fontFamily: "{global.fontFamilies.component}",
4794
4798
  fontWeight: "{primitives.fontWeights.medium}",
4795
4799
  lineHeight: "{primitives.lineHeights.300}",
4796
- fontSize: "{global.fontSize.adaptive.step-1}",
4800
+ fontSize: "{global.fontSize.adaptive.stepMinus1}",
4797
4801
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
4798
4802
  },
4799
4803
  $description:
@@ -4816,7 +4820,7 @@ module.exports = {
4816
4820
  },
4817
4821
  fontSize: {
4818
4822
  adaptive: {
4819
- "step-2": {
4823
+ stepMinus2: {
4820
4824
  $type: "fontSize",
4821
4825
  $value: "11px",
4822
4826
  filePath: "data/tokens/global/typography.json",
@@ -4835,11 +4839,11 @@ module.exports = {
4835
4839
  },
4836
4840
  },
4837
4841
  },
4838
- name: "globalFontSizeAdaptiveStep2",
4842
+ name: "globalFontSizeAdaptiveStepMinus2",
4839
4843
  attributes: {},
4840
- path: ["global", "fontSize", "adaptive", "step-2"],
4844
+ path: ["global", "fontSize", "adaptive", "stepMinus2"],
4841
4845
  },
4842
- "step-1": {
4846
+ stepMinus1: {
4843
4847
  $type: "fontSize",
4844
4848
  $value: "12px",
4845
4849
  filePath: "data/tokens/global/typography.json",
@@ -4858,9 +4862,9 @@ module.exports = {
4858
4862
  },
4859
4863
  },
4860
4864
  },
4861
- name: "globalFontSizeAdaptiveStep1",
4865
+ name: "globalFontSizeAdaptiveStepMinus1",
4862
4866
  attributes: {},
4863
- path: ["global", "fontSize", "adaptive", "step-1"],
4867
+ path: ["global", "fontSize", "adaptive", "stepMinus1"],
4864
4868
  },
4865
4869
  step0: {
4866
4870
  $type: "fontSize",
@@ -5141,10 +5145,9 @@ module.exports = {
5141
5145
  attributes: {},
5142
5146
  path: ["global", "fontFamilies", "sage-icons"],
5143
5147
  },
5144
- "sage-headline": {
5148
+ heading: {
5145
5149
  $type: "fontFamily",
5146
- $value: "Sage Headline",
5147
- $description: "Used in only in marketing contexts for some headings.",
5150
+ $value: "Sage UI",
5148
5151
  filePath: "data/tokens/global/typography.json",
5149
5152
  isSource: true,
5150
5153
  $extensions: {
@@ -5154,23 +5157,43 @@ module.exports = {
5154
5157
  },
5155
5158
  original: {
5156
5159
  $type: "fontFamily",
5157
- $value: "Sage Headline",
5158
- $description: "Used in only in marketing contexts for some headings.",
5160
+ $value: "Sage UI",
5159
5161
  $extensions: {
5160
5162
  "studio.tokens": {
5161
5163
  originalType: "fontFamilies",
5162
5164
  },
5163
5165
  },
5164
5166
  },
5165
- name: "globalFontFamiliesSageHeadline",
5167
+ name: "globalFontFamiliesHeading",
5166
5168
  attributes: {},
5167
- path: ["global", "fontFamilies", "sage-headline"],
5169
+ path: ["global", "fontFamilies", "heading"],
5168
5170
  },
5169
- "sage-ui": {
5171
+ subheading: {
5172
+ $type: "fontFamily",
5173
+ $value: "Sage UI",
5174
+ filePath: "data/tokens/global/typography.json",
5175
+ isSource: true,
5176
+ $extensions: {
5177
+ "studio.tokens": {
5178
+ originalType: "fontFamilies",
5179
+ },
5180
+ },
5181
+ original: {
5182
+ $type: "fontFamily",
5183
+ $value: "Sage UI",
5184
+ $extensions: {
5185
+ "studio.tokens": {
5186
+ originalType: "fontFamilies",
5187
+ },
5188
+ },
5189
+ },
5190
+ name: "globalFontFamiliesSubheading",
5191
+ attributes: {},
5192
+ path: ["global", "fontFamilies", "subheading"],
5193
+ },
5194
+ body: {
5170
5195
  $type: "fontFamily",
5171
5196
  $value: "Sage UI",
5172
- $description:
5173
- "Used in componentry such as tables, buttons, inputs etc.",
5174
5197
  filePath: "data/tokens/global/typography.json",
5175
5198
  isSource: true,
5176
5199
  $extensions: {
@@ -5181,23 +5204,21 @@ module.exports = {
5181
5204
  original: {
5182
5205
  $type: "fontFamily",
5183
5206
  $value: "Sage UI",
5184
- $description:
5185
- "Used in componentry such as tables, buttons, inputs etc.",
5186
5207
  $extensions: {
5187
5208
  "studio.tokens": {
5188
5209
  originalType: "fontFamilies",
5189
5210
  },
5190
5211
  },
5191
5212
  },
5192
- name: "globalFontFamiliesSageUi",
5213
+ name: "globalFontFamiliesBody",
5193
5214
  attributes: {},
5194
- path: ["global", "fontFamilies", "sage-ui"],
5215
+ path: ["global", "fontFamilies", "body"],
5195
5216
  },
5196
- "sage-text": {
5217
+ component: {
5197
5218
  $type: "fontFamily",
5198
- $value: "Sage Text",
5219
+ $value: "Sage UI",
5199
5220
  $description:
5200
- "Used for Headings in product and in marketing contexts. Marketing also use it for their body copy.",
5221
+ "Used in componentry such as tables, buttons, inputs etc.",
5201
5222
  filePath: "data/tokens/global/typography.json",
5202
5223
  isSource: true,
5203
5224
  $extensions: {
@@ -5207,18 +5228,18 @@ module.exports = {
5207
5228
  },
5208
5229
  original: {
5209
5230
  $type: "fontFamily",
5210
- $value: "Sage Text",
5231
+ $value: "Sage UI",
5211
5232
  $description:
5212
- "Used for Headings in product and in marketing contexts. Marketing also use it for their body copy.",
5233
+ "Used in componentry such as tables, buttons, inputs etc.",
5213
5234
  $extensions: {
5214
5235
  "studio.tokens": {
5215
5236
  originalType: "fontFamilies",
5216
5237
  },
5217
5238
  },
5218
5239
  },
5219
- name: "globalFontFamiliesSageText",
5240
+ name: "globalFontFamiliesComponent",
5220
5241
  attributes: {},
5221
- path: ["global", "fontFamilies", "sage-text"],
5242
+ path: ["global", "fontFamilies", "component"],
5222
5243
  },
5223
5244
  other: {
5224
5245
  $type: "fontFamily",