@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
@@ -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,10 +2855,11 @@
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
- fontSize: "{primitives.fontSize.responsive.product.step-1}",
2861
+ fontSize:
2862
+ "{primitives.fontSize.responsive.product.stepMinus1}",
2862
2863
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
2863
2864
  },
2864
2865
  $description:
@@ -2891,7 +2892,7 @@
2891
2892
  original: {
2892
2893
  $type: "typography",
2893
2894
  $value: {
2894
- fontFamily: "{global.fontFamilies.sage-ui}",
2895
+ fontFamily: "{global.fontFamilies.component}",
2895
2896
  fontWeight: "{primitives.fontWeights.medium}",
2896
2897
  lineHeight: "{primitives.lineHeights.500}",
2897
2898
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -2927,7 +2928,7 @@
2927
2928
  original: {
2928
2929
  $type: "typography",
2929
2930
  $value: {
2930
- fontFamily: "{global.fontFamilies.sage-ui}",
2931
+ fontFamily: "{global.fontFamilies.component}",
2931
2932
  fontWeight: "{primitives.fontWeights.medium}",
2932
2933
  lineHeight: "{primitives.lineHeights.500}",
2933
2934
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -2963,7 +2964,7 @@
2963
2964
  original: {
2964
2965
  $type: "typography",
2965
2966
  $value: {
2966
- fontFamily: "{global.fontFamilies.sage-ui}",
2967
+ fontFamily: "{global.fontFamilies.component}",
2967
2968
  fontWeight: "{primitives.fontWeights.medium}",
2968
2969
  lineHeight: "{primitives.lineHeights.500}",
2969
2970
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -3001,10 +3002,11 @@
3001
3002
  original: {
3002
3003
  $type: "typography",
3003
3004
  $value: {
3004
- fontFamily: "{global.fontFamilies.sage-ui}",
3005
+ fontFamily: "{global.fontFamilies.component}",
3005
3006
  fontWeight: "{primitives.fontWeights.regular}",
3006
3007
  lineHeight: "{primitives.lineHeights.500}",
3007
- fontSize: "{primitives.fontSize.responsive.product.step-1}",
3008
+ fontSize:
3009
+ "{primitives.fontSize.responsive.product.stepMinus1}",
3008
3010
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
3009
3011
  },
3010
3012
  $description:
@@ -3037,7 +3039,7 @@
3037
3039
  original: {
3038
3040
  $type: "typography",
3039
3041
  $value: {
3040
- fontFamily: "{global.fontFamilies.sage-ui}",
3042
+ fontFamily: "{global.fontFamilies.component}",
3041
3043
  fontWeight: "{primitives.fontWeights.regular}",
3042
3044
  lineHeight: "{primitives.lineHeights.500}",
3043
3045
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3073,7 +3075,7 @@
3073
3075
  original: {
3074
3076
  $type: "typography",
3075
3077
  $value: {
3076
- fontFamily: "{global.fontFamilies.sage-ui}",
3078
+ fontFamily: "{global.fontFamilies.component}",
3077
3079
  fontWeight: "{primitives.fontWeights.regular}",
3078
3080
  lineHeight: "{primitives.lineHeights.500}",
3079
3081
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3109,7 +3111,7 @@
3109
3111
  original: {
3110
3112
  $type: "typography",
3111
3113
  $value: {
3112
- fontFamily: "{global.fontFamilies.sage-ui}",
3114
+ fontFamily: "{global.fontFamilies.component}",
3113
3115
  fontWeight: "{primitives.fontWeights.regular}",
3114
3116
  lineHeight: "{primitives.lineHeights.500}",
3115
3117
  fontSize: "{primitives.fontSize.responsive.product.step1}",
@@ -3239,7 +3241,7 @@
3239
3241
  original: {
3240
3242
  $type: "typography",
3241
3243
  $value: {
3242
- fontFamily: "{global.fontFamilies.sage-ui}",
3244
+ fontFamily: "{global.fontFamilies.component}",
3243
3245
  fontWeight: "{primitives.fontWeights.regular}",
3244
3246
  lineHeight: "{primitives.lineHeights.500}",
3245
3247
  fontSize:
@@ -3275,7 +3277,7 @@
3275
3277
  original: {
3276
3278
  $type: "typography",
3277
3279
  $value: {
3278
- fontFamily: "{global.fontFamilies.sage-ui}",
3280
+ fontFamily: "{global.fontFamilies.component}",
3279
3281
  fontWeight: "{primitives.fontWeights.regular}",
3280
3282
  lineHeight: "{primitives.lineHeights.500}",
3281
3283
  fontSize:
@@ -3312,7 +3314,7 @@
3312
3314
  original: {
3313
3315
  $type: "typography",
3314
3316
  $value: {
3315
- fontFamily: "{global.fontFamilies.sage-ui}",
3317
+ fontFamily: "{global.fontFamilies.component}",
3316
3318
  fontWeight: "{primitives.fontWeights.regular}",
3317
3319
  lineHeight: "{primitives.lineHeights.500}",
3318
3320
  fontSize:
@@ -3350,7 +3352,7 @@
3350
3352
  original: {
3351
3353
  $type: "typography",
3352
3354
  $value: {
3353
- fontFamily: "{global.fontFamilies.sage-ui}",
3355
+ fontFamily: "{global.fontFamilies.component}",
3354
3356
  fontWeight: "{primitives.fontWeights.medium}",
3355
3357
  lineHeight: "{primitives.lineHeights.500}",
3356
3358
  fontSize:
@@ -3386,7 +3388,7 @@
3386
3388
  original: {
3387
3389
  $type: "typography",
3388
3390
  $value: {
3389
- fontFamily: "{global.fontFamilies.sage-ui}",
3391
+ fontFamily: "{global.fontFamilies.component}",
3390
3392
  fontWeight: "{primitives.fontWeights.medium}",
3391
3393
  lineHeight: "{primitives.lineHeights.500}",
3392
3394
  fontSize:
@@ -3423,7 +3425,7 @@
3423
3425
  original: {
3424
3426
  $type: "typography",
3425
3427
  $value: {
3426
- fontFamily: "{global.fontFamilies.sage-ui}",
3428
+ fontFamily: "{global.fontFamilies.component}",
3427
3429
  fontWeight: "{primitives.fontWeights.medium}",
3428
3430
  lineHeight: "{primitives.lineHeights.500}",
3429
3431
  fontSize:
@@ -3462,10 +3464,11 @@
3462
3464
  original: {
3463
3465
  $type: "typography",
3464
3466
  $value: {
3465
- fontFamily: "{global.fontFamilies.sage-ui}",
3467
+ fontFamily: "{global.fontFamilies.component}",
3466
3468
  fontWeight: "{primitives.fontWeights.medium}",
3467
3469
  lineHeight: "{primitives.lineHeights.500}",
3468
- fontSize: "{primitives.fontSize.responsive.product.step-2}",
3470
+ fontSize:
3471
+ "{primitives.fontSize.responsive.product.stepMinus2}",
3469
3472
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
3470
3473
  },
3471
3474
  },
@@ -3494,7 +3497,7 @@
3494
3497
  original: {
3495
3498
  $type: "typography",
3496
3499
  $value: {
3497
- fontFamily: "{global.fontFamilies.sage-ui}",
3500
+ fontFamily: "{global.fontFamilies.component}",
3498
3501
  fontWeight: "{primitives.fontWeights.medium}",
3499
3502
  lineHeight: "{primitives.lineHeights.500}",
3500
3503
  fontSize: "{primitives.fontSize.responsive.product.step0}",
@@ -3526,7 +3529,7 @@
3526
3529
  original: {
3527
3530
  $type: "typography",
3528
3531
  $value: {
3529
- fontFamily: "{global.fontFamilies.sage-ui}",
3532
+ fontFamily: "{global.fontFamilies.component}",
3530
3533
  fontWeight: "{primitives.fontWeights.medium}",
3531
3534
  lineHeight: "{primitives.lineHeights.500}",
3532
3535
  fontSize: "{primitives.fontSize.responsive.product.step2}",
@@ -3558,7 +3561,7 @@
3558
3561
  original: {
3559
3562
  $type: "typography",
3560
3563
  $value: {
3561
- fontFamily: "{global.fontFamilies.sage-ui}",
3564
+ fontFamily: "{global.fontFamilies.component}",
3562
3565
  fontWeight: "{primitives.fontWeights.medium}",
3563
3566
  lineHeight: "{primitives.lineHeights.500}",
3564
3567
  fontSize: "{primitives.fontSize.responsive.product.step4}",
@@ -3590,7 +3593,7 @@
3590
3593
  original: {
3591
3594
  $type: "typography",
3592
3595
  $value: {
3593
- fontFamily: "{global.fontFamilies.sage-ui}",
3596
+ fontFamily: "{global.fontFamilies.component}",
3594
3597
  fontWeight: "{primitives.fontWeights.medium}",
3595
3598
  lineHeight: "{primitives.lineHeights.500}",
3596
3599
  fontSize: "{primitives.fontSize.responsive.product.step6}",
@@ -3622,7 +3625,7 @@
3622
3625
  original: {
3623
3626
  $type: "typography",
3624
3627
  $value: {
3625
- fontFamily: "{global.fontFamilies.sage-ui}",
3628
+ fontFamily: "{global.fontFamilies.component}",
3626
3629
  fontWeight: "{primitives.fontWeights.medium}",
3627
3630
  lineHeight: "{primitives.lineHeights.500}",
3628
3631
  fontSize: "{primitives.fontSize.responsive.product.step8}",
@@ -3654,7 +3657,7 @@
3654
3657
  original: {
3655
3658
  $type: "typography",
3656
3659
  $value: {
3657
- fontFamily: "{global.fontFamilies.sage-ui}",
3660
+ fontFamily: "{global.fontFamilies.component}",
3658
3661
  fontWeight: "{primitives.fontWeights.medium}",
3659
3662
  lineHeight: "{primitives.lineHeights.500}",
3660
3663
  fontSize: "{primitives.fontSize.responsive.product.step10}",
@@ -3691,10 +3694,11 @@
3691
3694
  original: {
3692
3695
  $type: "typography",
3693
3696
  $value: {
3694
- fontFamily: "{global.fontFamilies.sage-ui}",
3697
+ fontFamily: "{global.fontFamilies.component}",
3695
3698
  fontWeight: "{primitives.fontWeights.medium}",
3696
3699
  lineHeight: "{primitives.lineHeights.300}",
3697
- fontSize: "{primitives.fontSize.responsive.product.step-1}",
3700
+ fontSize:
3701
+ "{primitives.fontSize.responsive.product.stepMinus1}",
3698
3702
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
3699
3703
  },
3700
3704
  $description:
@@ -3729,7 +3733,7 @@
3729
3733
  original: {
3730
3734
  $type: "typography",
3731
3735
  $value: {
3732
- fontFamily: "{global.fontFamilies.sage-ui}",
3736
+ fontFamily: "{global.fontFamilies.heading}",
3733
3737
  fontWeight: "{primitives.fontWeights.medium}",
3734
3738
  lineHeight: "{primitives.lineHeights.400}",
3735
3739
  fontSize: "{global.fontSize.adaptive.step3}",
@@ -3752,7 +3756,7 @@
3752
3756
  original: {
3753
3757
  $type: "typography",
3754
3758
  $value: {
3755
- fontFamily: "{global.fontFamilies.sage-ui}",
3759
+ fontFamily: "{global.fontFamilies.heading}",
3756
3760
  fontWeight: "{primitives.fontWeights.bold}",
3757
3761
  lineHeight: "{primitives.lineHeights.400}",
3758
3762
  fontSize: "{global.fontSize.adaptive.step4}",
@@ -3775,7 +3779,7 @@
3775
3779
  original: {
3776
3780
  $type: "typography",
3777
3781
  $value: {
3778
- fontFamily: "{global.fontFamilies.sage-ui}",
3782
+ fontFamily: "{global.fontFamilies.heading}",
3779
3783
  fontWeight: "{primitives.fontWeights.bold}",
3780
3784
  lineHeight: "{primitives.lineHeights.400}",
3781
3785
  fontSize: "{global.fontSize.adaptive.step6}",
@@ -3800,7 +3804,7 @@
3800
3804
  original: {
3801
3805
  $type: "typography",
3802
3806
  $value: {
3803
- fontFamily: "{global.fontFamilies.sage-ui}",
3807
+ fontFamily: "{global.fontFamilies.subheading}",
3804
3808
  fontWeight: "{primitives.fontWeights.medium}",
3805
3809
  lineHeight: "{primitives.lineHeights.400}",
3806
3810
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -3823,7 +3827,7 @@
3823
3827
  original: {
3824
3828
  $type: "typography",
3825
3829
  $value: {
3826
- fontFamily: "{global.fontFamilies.sage-ui}",
3830
+ fontFamily: "{global.fontFamilies.subheading}",
3827
3831
  fontWeight: "{primitives.fontWeights.medium}",
3828
3832
  lineHeight: "{primitives.lineHeights.400}",
3829
3833
  fontSize: "{global.fontSize.adaptive.step2}",
@@ -3850,7 +3854,7 @@
3850
3854
  original: {
3851
3855
  $type: "typography",
3852
3856
  $value: {
3853
- fontFamily: "{global.fontFamilies.sage-ui}",
3857
+ fontFamily: "{global.fontFamilies.body}",
3854
3858
  fontWeight: "{primitives.fontWeights.regular}",
3855
3859
  lineHeight: "{primitives.lineHeights.500}",
3856
3860
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -3882,7 +3886,7 @@
3882
3886
  original: {
3883
3887
  $type: "typography",
3884
3888
  $value: {
3885
- fontFamily: "{global.fontFamilies.sage-ui}",
3889
+ fontFamily: "{global.fontFamilies.body}",
3886
3890
  fontWeight: "{primitives.fontWeights.regular}",
3887
3891
  lineHeight: "{primitives.lineHeights.500}",
3888
3892
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -3914,7 +3918,7 @@
3914
3918
  original: {
3915
3919
  $type: "typography",
3916
3920
  $value: {
3917
- fontFamily: "{global.fontFamilies.sage-ui}",
3921
+ fontFamily: "{global.fontFamilies.body}",
3918
3922
  fontWeight: "{primitives.fontWeights.regular}",
3919
3923
  lineHeight: "{primitives.lineHeights.500}",
3920
3924
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -3948,7 +3952,7 @@
3948
3952
  original: {
3949
3953
  $type: "typography",
3950
3954
  $value: {
3951
- fontFamily: "{global.fontFamilies.sage-ui}",
3955
+ fontFamily: "{global.fontFamilies.body}",
3952
3956
  fontWeight: "{primitives.fontWeights.medium}",
3953
3957
  lineHeight: "{primitives.lineHeights.500}",
3954
3958
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -3980,7 +3984,7 @@
3980
3984
  original: {
3981
3985
  $type: "typography",
3982
3986
  $value: {
3983
- fontFamily: "{global.fontFamilies.sage-ui}",
3987
+ fontFamily: "{global.fontFamilies.body}",
3984
3988
  fontWeight: "{primitives.fontWeights.medium}",
3985
3989
  lineHeight: "{primitives.lineHeights.500}",
3986
3990
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4012,7 +4016,7 @@
4012
4016
  original: {
4013
4017
  $type: "typography",
4014
4018
  $value: {
4015
- fontFamily: "{global.fontFamilies.sage-ui}",
4019
+ fontFamily: "{global.fontFamilies.body}",
4016
4020
  fontWeight: "{primitives.fontWeights.medium}",
4017
4021
  lineHeight: "{primitives.lineHeights.500}",
4018
4022
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4048,10 +4052,10 @@
4048
4052
  original: {
4049
4053
  $type: "typography",
4050
4054
  $value: {
4051
- fontFamily: "{global.fontFamilies.sage-ui}",
4055
+ fontFamily: "{global.fontFamilies.component}",
4052
4056
  fontWeight: "{primitives.fontWeights.medium}",
4053
4057
  lineHeight: "{primitives.lineHeights.500}",
4054
- fontSize: "{global.fontSize.adaptive.step-1}",
4058
+ fontSize: "{global.fontSize.adaptive.stepMinus1}",
4055
4059
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
4056
4060
  },
4057
4061
  },
@@ -4080,7 +4084,7 @@
4080
4084
  original: {
4081
4085
  $type: "typography",
4082
4086
  $value: {
4083
- fontFamily: "{global.fontFamilies.sage-ui}",
4087
+ fontFamily: "{global.fontFamilies.component}",
4084
4088
  fontWeight: "{primitives.fontWeights.medium}",
4085
4089
  lineHeight: "{primitives.lineHeights.500}",
4086
4090
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4112,7 +4116,7 @@
4112
4116
  original: {
4113
4117
  $type: "typography",
4114
4118
  $value: {
4115
- fontFamily: "{global.fontFamilies.sage-ui}",
4119
+ fontFamily: "{global.fontFamilies.component}",
4116
4120
  fontWeight: "{primitives.fontWeights.medium}",
4117
4121
  lineHeight: "{primitives.lineHeights.500}",
4118
4122
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4144,7 +4148,7 @@
4144
4148
  original: {
4145
4149
  $type: "typography",
4146
4150
  $value: {
4147
- fontFamily: "{global.fontFamilies.sage-ui}",
4151
+ fontFamily: "{global.fontFamilies.component}",
4148
4152
  fontWeight: "{primitives.fontWeights.medium}",
4149
4153
  lineHeight: "{primitives.lineHeights.500}",
4150
4154
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4178,10 +4182,10 @@
4178
4182
  original: {
4179
4183
  $type: "typography",
4180
4184
  $value: {
4181
- fontFamily: "{global.fontFamilies.sage-ui}",
4185
+ fontFamily: "{global.fontFamilies.component}",
4182
4186
  fontWeight: "{primitives.fontWeights.regular}",
4183
4187
  lineHeight: "{primitives.lineHeights.500}",
4184
- fontSize: "{global.fontSize.adaptive.step-1}",
4188
+ fontSize: "{global.fontSize.adaptive.stepMinus1}",
4185
4189
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
4186
4190
  },
4187
4191
  },
@@ -4210,7 +4214,7 @@
4210
4214
  original: {
4211
4215
  $type: "typography",
4212
4216
  $value: {
4213
- fontFamily: "{global.fontFamilies.sage-ui}",
4217
+ fontFamily: "{global.fontFamilies.component}",
4214
4218
  fontWeight: "{primitives.fontWeights.regular}",
4215
4219
  lineHeight: "{primitives.lineHeights.500}",
4216
4220
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4242,7 +4246,7 @@
4242
4246
  original: {
4243
4247
  $type: "typography",
4244
4248
  $value: {
4245
- fontFamily: "{global.fontFamilies.sage-ui}",
4249
+ fontFamily: "{global.fontFamilies.component}",
4246
4250
  fontWeight: "{primitives.fontWeights.regular}",
4247
4251
  lineHeight: "{primitives.lineHeights.500}",
4248
4252
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4274,7 +4278,7 @@
4274
4278
  original: {
4275
4279
  $type: "typography",
4276
4280
  $value: {
4277
- fontFamily: "{global.fontFamilies.sage-ui}",
4281
+ fontFamily: "{global.fontFamilies.component}",
4278
4282
  fontWeight: "{primitives.fontWeights.regular}",
4279
4283
  lineHeight: "{primitives.lineHeights.500}",
4280
4284
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4396,7 +4400,7 @@
4396
4400
  original: {
4397
4401
  $type: "typography",
4398
4402
  $value: {
4399
- fontFamily: "{global.fontFamilies.sage-ui}",
4403
+ fontFamily: "{global.fontFamilies.component}",
4400
4404
  fontWeight: "{primitives.fontWeights.regular}",
4401
4405
  lineHeight: "{primitives.lineHeights.500}",
4402
4406
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4431,7 +4435,7 @@
4431
4435
  original: {
4432
4436
  $type: "typography",
4433
4437
  $value: {
4434
- fontFamily: "{global.fontFamilies.sage-ui}",
4438
+ fontFamily: "{global.fontFamilies.component}",
4435
4439
  fontWeight: "{primitives.fontWeights.regular}",
4436
4440
  lineHeight: "{primitives.lineHeights.500}",
4437
4441
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4466,7 +4470,7 @@
4466
4470
  original: {
4467
4471
  $type: "typography",
4468
4472
  $value: {
4469
- fontFamily: "{global.fontFamilies.sage-ui}",
4473
+ fontFamily: "{global.fontFamilies.component}",
4470
4474
  fontWeight: "{primitives.fontWeights.regular}",
4471
4475
  lineHeight: "{primitives.lineHeights.500}",
4472
4476
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4503,7 +4507,7 @@
4503
4507
  original: {
4504
4508
  $type: "typography",
4505
4509
  $value: {
4506
- fontFamily: "{global.fontFamilies.sage-ui}",
4510
+ fontFamily: "{global.fontFamilies.component}",
4507
4511
  fontWeight: "{primitives.fontWeights.medium}",
4508
4512
  lineHeight: "{primitives.lineHeights.500}",
4509
4513
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4538,7 +4542,7 @@
4538
4542
  original: {
4539
4543
  $type: "typography",
4540
4544
  $value: {
4541
- fontFamily: "{global.fontFamilies.sage-ui}",
4545
+ fontFamily: "{global.fontFamilies.component}",
4542
4546
  fontWeight: "{primitives.fontWeights.medium}",
4543
4547
  lineHeight: "{primitives.lineHeights.500}",
4544
4548
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4573,7 +4577,7 @@
4573
4577
  original: {
4574
4578
  $type: "typography",
4575
4579
  $value: {
4576
- fontFamily: "{global.fontFamilies.sage-ui}",
4580
+ fontFamily: "{global.fontFamilies.component}",
4577
4581
  fontWeight: "{primitives.fontWeights.medium}",
4578
4582
  lineHeight: "{primitives.lineHeights.500}",
4579
4583
  fontSize: "{global.fontSize.adaptive.step1}",
@@ -4610,10 +4614,10 @@
4610
4614
  original: {
4611
4615
  $type: "typography",
4612
4616
  $value: {
4613
- fontFamily: "{global.fontFamilies.sage-ui}",
4617
+ fontFamily: "{global.fontFamilies.component}",
4614
4618
  fontWeight: "{primitives.fontWeights.medium}",
4615
4619
  lineHeight: "{primitives.lineHeights.500}",
4616
- fontSize: "{global.fontSize.adaptive.step-2}",
4620
+ fontSize: "{global.fontSize.adaptive.stepMinus2}",
4617
4621
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
4618
4622
  },
4619
4623
  },
@@ -4642,7 +4646,7 @@
4642
4646
  original: {
4643
4647
  $type: "typography",
4644
4648
  $value: {
4645
- fontFamily: "{global.fontFamilies.sage-ui}",
4649
+ fontFamily: "{global.fontFamilies.component}",
4646
4650
  fontWeight: "{primitives.fontWeights.medium}",
4647
4651
  lineHeight: "{primitives.lineHeights.500}",
4648
4652
  fontSize: "{global.fontSize.adaptive.step0}",
@@ -4674,7 +4678,7 @@
4674
4678
  original: {
4675
4679
  $type: "typography",
4676
4680
  $value: {
4677
- fontFamily: "{global.fontFamilies.sage-ui}",
4681
+ fontFamily: "{global.fontFamilies.component}",
4678
4682
  fontWeight: "{primitives.fontWeights.medium}",
4679
4683
  lineHeight: "{primitives.lineHeights.500}",
4680
4684
  fontSize: "{global.fontSize.adaptive.step2}",
@@ -4706,7 +4710,7 @@
4706
4710
  original: {
4707
4711
  $type: "typography",
4708
4712
  $value: {
4709
- fontFamily: "{global.fontFamilies.sage-ui}",
4713
+ fontFamily: "{global.fontFamilies.component}",
4710
4714
  fontWeight: "{primitives.fontWeights.medium}",
4711
4715
  lineHeight: "{primitives.lineHeights.500}",
4712
4716
  fontSize: "{global.fontSize.adaptive.step4}",
@@ -4738,7 +4742,7 @@
4738
4742
  original: {
4739
4743
  $type: "typography",
4740
4744
  $value: {
4741
- fontFamily: "{global.fontFamilies.sage-ui}",
4745
+ fontFamily: "{global.fontFamilies.component}",
4742
4746
  fontWeight: "{primitives.fontWeights.medium}",
4743
4747
  lineHeight: "{primitives.lineHeights.500}",
4744
4748
  fontSize: "{global.fontSize.adaptive.step6}",
@@ -4770,7 +4774,7 @@
4770
4774
  original: {
4771
4775
  $type: "typography",
4772
4776
  $value: {
4773
- fontFamily: "{global.fontFamilies.sage-ui}",
4777
+ fontFamily: "{global.fontFamilies.component}",
4774
4778
  fontWeight: "{primitives.fontWeights.medium}",
4775
4779
  lineHeight: "{primitives.lineHeights.500}",
4776
4780
  fontSize: "{global.fontSize.adaptive.step8}",
@@ -4802,7 +4806,7 @@
4802
4806
  original: {
4803
4807
  $type: "typography",
4804
4808
  $value: {
4805
- fontFamily: "{global.fontFamilies.sage-ui}",
4809
+ fontFamily: "{global.fontFamilies.component}",
4806
4810
  fontWeight: "{primitives.fontWeights.medium}",
4807
4811
  lineHeight: "{primitives.lineHeights.500}",
4808
4812
  fontSize: "{global.fontSize.adaptive.step10}",
@@ -4838,10 +4842,10 @@
4838
4842
  original: {
4839
4843
  $type: "typography",
4840
4844
  $value: {
4841
- fontFamily: "{global.fontFamilies.sage-ui}",
4845
+ fontFamily: "{global.fontFamilies.component}",
4842
4846
  fontWeight: "{primitives.fontWeights.medium}",
4843
4847
  lineHeight: "{primitives.lineHeights.300}",
4844
- fontSize: "{global.fontSize.adaptive.step-1}",
4848
+ fontSize: "{global.fontSize.adaptive.stepMinus1}",
4845
4849
  paragraphSpacing: "{primitives.paragraphSpacing.0}",
4846
4850
  },
4847
4851
  $description:
@@ -4864,7 +4868,7 @@
4864
4868
  },
4865
4869
  fontSize: {
4866
4870
  adaptive: {
4867
- "step-2": {
4871
+ stepMinus2: {
4868
4872
  $type: "fontSize",
4869
4873
  $value: "11px",
4870
4874
  filePath: "data/tokens/global/typography.json",
@@ -4883,11 +4887,11 @@
4883
4887
  },
4884
4888
  },
4885
4889
  },
4886
- name: "globalFontSizeAdaptiveStep2",
4890
+ name: "globalFontSizeAdaptiveStepMinus2",
4887
4891
  attributes: {},
4888
- path: ["global", "fontSize", "adaptive", "step-2"],
4892
+ path: ["global", "fontSize", "adaptive", "stepMinus2"],
4889
4893
  },
4890
- "step-1": {
4894
+ stepMinus1: {
4891
4895
  $type: "fontSize",
4892
4896
  $value: "12px",
4893
4897
  filePath: "data/tokens/global/typography.json",
@@ -4906,9 +4910,9 @@
4906
4910
  },
4907
4911
  },
4908
4912
  },
4909
- name: "globalFontSizeAdaptiveStep1",
4913
+ name: "globalFontSizeAdaptiveStepMinus1",
4910
4914
  attributes: {},
4911
- path: ["global", "fontSize", "adaptive", "step-1"],
4915
+ path: ["global", "fontSize", "adaptive", "stepMinus1"],
4912
4916
  },
4913
4917
  step0: {
4914
4918
  $type: "fontSize",
@@ -5189,10 +5193,9 @@
5189
5193
  attributes: {},
5190
5194
  path: ["global", "fontFamilies", "sage-icons"],
5191
5195
  },
5192
- "sage-headline": {
5196
+ heading: {
5193
5197
  $type: "fontFamily",
5194
- $value: "Sage Headline",
5195
- $description: "Used in only in marketing contexts for some headings.",
5198
+ $value: "Sage UI",
5196
5199
  filePath: "data/tokens/global/typography.json",
5197
5200
  isSource: true,
5198
5201
  $extensions: {
@@ -5202,24 +5205,20 @@
5202
5205
  },
5203
5206
  original: {
5204
5207
  $type: "fontFamily",
5205
- $value: "Sage Headline",
5206
- $description:
5207
- "Used in only in marketing contexts for some headings.",
5208
+ $value: "Sage UI",
5208
5209
  $extensions: {
5209
5210
  "studio.tokens": {
5210
5211
  originalType: "fontFamilies",
5211
5212
  },
5212
5213
  },
5213
5214
  },
5214
- name: "globalFontFamiliesSageHeadline",
5215
+ name: "globalFontFamiliesHeading",
5215
5216
  attributes: {},
5216
- path: ["global", "fontFamilies", "sage-headline"],
5217
+ path: ["global", "fontFamilies", "heading"],
5217
5218
  },
5218
- "sage-ui": {
5219
+ subheading: {
5219
5220
  $type: "fontFamily",
5220
5221
  $value: "Sage UI",
5221
- $description:
5222
- "Used in componentry such as tables, buttons, inputs etc.",
5223
5222
  filePath: "data/tokens/global/typography.json",
5224
5223
  isSource: true,
5225
5224
  $extensions: {
@@ -5230,23 +5229,44 @@
5230
5229
  original: {
5231
5230
  $type: "fontFamily",
5232
5231
  $value: "Sage UI",
5233
- $description:
5234
- "Used in componentry such as tables, buttons, inputs etc.",
5235
5232
  $extensions: {
5236
5233
  "studio.tokens": {
5237
5234
  originalType: "fontFamilies",
5238
5235
  },
5239
5236
  },
5240
5237
  },
5241
- name: "globalFontFamiliesSageUi",
5238
+ name: "globalFontFamiliesSubheading",
5242
5239
  attributes: {},
5243
- path: ["global", "fontFamilies", "sage-ui"],
5240
+ path: ["global", "fontFamilies", "subheading"],
5244
5241
  },
5245
- "sage-text": {
5242
+ body: {
5246
5243
  $type: "fontFamily",
5247
- $value: "Sage Text",
5244
+ $value: "Sage UI",
5245
+ filePath: "data/tokens/global/typography.json",
5246
+ isSource: true,
5247
+ $extensions: {
5248
+ "studio.tokens": {
5249
+ originalType: "fontFamilies",
5250
+ },
5251
+ },
5252
+ original: {
5253
+ $type: "fontFamily",
5254
+ $value: "Sage UI",
5255
+ $extensions: {
5256
+ "studio.tokens": {
5257
+ originalType: "fontFamilies",
5258
+ },
5259
+ },
5260
+ },
5261
+ name: "globalFontFamiliesBody",
5262
+ attributes: {},
5263
+ path: ["global", "fontFamilies", "body"],
5264
+ },
5265
+ component: {
5266
+ $type: "fontFamily",
5267
+ $value: "Sage UI",
5248
5268
  $description:
5249
- "Used for Headings in product and in marketing contexts. Marketing also use it for their body copy.",
5269
+ "Used in componentry such as tables, buttons, inputs etc.",
5250
5270
  filePath: "data/tokens/global/typography.json",
5251
5271
  isSource: true,
5252
5272
  $extensions: {
@@ -5256,18 +5276,18 @@
5256
5276
  },
5257
5277
  original: {
5258
5278
  $type: "fontFamily",
5259
- $value: "Sage Text",
5279
+ $value: "Sage UI",
5260
5280
  $description:
5261
- "Used for Headings in product and in marketing contexts. Marketing also use it for their body copy.",
5281
+ "Used in componentry such as tables, buttons, inputs etc.",
5262
5282
  $extensions: {
5263
5283
  "studio.tokens": {
5264
5284
  originalType: "fontFamilies",
5265
5285
  },
5266
5286
  },
5267
5287
  },
5268
- name: "globalFontFamiliesSageText",
5288
+ name: "globalFontFamiliesComponent",
5269
5289
  attributes: {},
5270
- path: ["global", "fontFamilies", "sage-text"],
5290
+ path: ["global", "fontFamilies", "component"],
5271
5291
  },
5272
5292
  other: {
5273
5293
  $type: "fontFamily",