@sage/design-tokens 14.5.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 (317) hide show
  1. package/css/frozenproduct/all.css +42 -20
  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 +2 -2
  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 +2 -2
  8. package/css/marketing/all.css +42 -20
  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 +2 -2
  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 +2 -2
  15. package/css/product/all.css +42 -20
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  57. package/js/common/frozenproduct/large/global.js +18 -14
  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 +2 -2
  67. package/js/common/frozenproduct/small/global.js +18 -14
  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 +2 -2
  77. package/js/common/marketing/large/global.js +18 -14
  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 +2 -2
  87. package/js/common/marketing/small/global.js +18 -14
  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 +2 -2
  97. package/js/common/product/large/global.js +18 -14
  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 +2 -2
  107. package/js/common/product/small/global.js +18 -14
  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 +2 -2
  117. package/js/es6/frozenproduct/large/global.js +2 -2
  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 +2 -2
  127. package/js/es6/frozenproduct/small/global.js +2 -2
  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 +2 -2
  137. package/js/es6/marketing/large/global.js +2 -2
  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 +2 -2
  147. package/js/es6/marketing/small/global.js +2 -2
  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 +2 -2
  157. package/js/es6/product/large/global.js +2 -2
  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 +2 -2
  167. package/js/es6/product/small/global.js +2 -2
  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 +18 -14
  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 +18 -14
  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 +18 -14
  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 +18 -14
  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 +18 -14
  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 +18 -14
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  276. package/scss/frozenproduct/small/components/button.scss +45 -26
  277. package/scss/frozenproduct/small/components/container.scss +10 -10
  278. package/scss/frozenproduct/small/components/form.scss +13 -10
  279. package/scss/frozenproduct/small/components/link.scss +2 -2
  280. package/scss/frozenproduct/small/components/nav.scss +5 -5
  281. package/scss/frozenproduct/small/components/page.scss +1 -1
  282. package/scss/frozenproduct/small/components/popover.scss +2 -2
  283. package/scss/frozenproduct/small/components/progress.scss +6 -6
  284. package/scss/frozenproduct/small/components/status.scss +3 -3
  285. package/scss/frozenproduct/small/components/tab.scss +7 -7
  286. package/scss/frozenproduct/small/components/table.scss +10 -10
  287. package/scss/frozenproduct/small/global.scss +2 -2
  288. package/scss/marketing/large/components/button.scss +45 -26
  289. package/scss/marketing/large/components/container.scss +10 -10
  290. package/scss/marketing/large/components/form.scss +13 -10
  291. package/scss/marketing/large/components/link.scss +2 -2
  292. package/scss/marketing/large/components/nav.scss +5 -5
  293. package/scss/marketing/large/components/page.scss +1 -1
  294. package/scss/marketing/large/components/progress.scss +6 -6
  295. package/scss/marketing/large/components/status.scss +3 -3
  296. package/scss/marketing/large/components/tab.scss +7 -7
  297. package/scss/marketing/large/components/table.scss +10 -10
  298. package/scss/marketing/large/global.scss +2 -2
  299. package/scss/marketing/small/components/button.scss +45 -26
  300. package/scss/marketing/small/components/container.scss +10 -10
  301. package/scss/marketing/small/components/form.scss +13 -10
  302. package/scss/marketing/small/components/link.scss +2 -2
  303. package/scss/marketing/small/components/nav.scss +5 -5
  304. package/scss/marketing/small/components/page.scss +1 -1
  305. package/scss/marketing/small/components/popover.scss +2 -2
  306. package/scss/marketing/small/components/progress.scss +6 -6
  307. package/scss/marketing/small/components/status.scss +3 -3
  308. package/scss/marketing/small/components/tab.scss +7 -7
  309. package/scss/marketing/small/components/table.scss +10 -10
  310. package/scss/marketing/small/global.scss +2 -2
  311. package/scss/product/large/components/button.scss +45 -26
  312. package/scss/product/large/components/form.scss +6 -3
  313. package/scss/product/large/global.scss +2 -2
  314. package/scss/product/small/components/button.scss +32 -13
  315. package/scss/product/small/components/form.scss +6 -3
  316. package/scss/product/small/global.scss +2 -2
  317. package/sage-design-tokens-14.5.0.tgz +0 -0
@@ -20,9 +20,9 @@
20
20
  #define formSpaceCheckradioYS 3
21
21
  #define formSpaceCheckradioYM 2
22
22
  #define formSpaceCheckradioYL 4
23
- #define formSpaceDatepickerPrS 2
24
- #define formSpaceDatepickerPrM 6
25
- #define formSpaceDatepickerPrL 10
23
+ #define formSpaceDatepickerPrS 0
24
+ #define formSpaceDatepickerPrM 0
25
+ #define formSpaceDatepickerPrL 0
26
26
  #define formSpaceDropdownButtonXS 16
27
27
  #define formSpaceDropdownButtonXM 16
28
28
  #define formSpaceDropdownButtonXL 16
@@ -62,6 +62,9 @@
62
62
  #define formSpaceDropdownPillXgS 4
63
63
  #define formSpaceDropdownPillXgM 4
64
64
  #define formSpaceDropdownPillXgL 4
65
+ #define formSpaceDropdownTriggerSubtleS 4
66
+ #define formSpaceDropdownTriggerSubtleM 4
67
+ #define formSpaceDropdownTriggerSubtleL 4
65
68
  #define formSpaceFileinputStatusXlM 22.4
66
69
  #define formSpaceFileinputStatusYM 4
67
70
  #define formSpaceFileinputThumbnailM 4
@@ -175,8 +175,8 @@
175
175
  #define globalTypographyAdaptiveComponentPlaceholdertextXl [object Object]
176
176
  #define globalTypographyAdaptiveComponentPlaceholdertextXxl [object Object]
177
177
  #define globalTypographyAdaptiveComponentNotificationM [object Object]
178
- #define globalFontSizeAdaptiveStep2 12px
179
- #define globalFontSizeAdaptiveStep1 13px
178
+ #define globalFontSizeAdaptiveStepMinus2 12px
179
+ #define globalFontSizeAdaptiveStepMinus1 13px
180
180
  #define globalFontSizeAdaptiveStep0 14px
181
181
  #define globalFontSizeAdaptiveStep1 16px
182
182
  #define globalFontSizeAdaptiveStep2 17px
@@ -18,6 +18,7 @@
18
18
  #define buttonSizeToggleS 32
19
19
  #define buttonSizeToggleM 40
20
20
  #define buttonSizeToggleL 48
21
+ #define buttonSizeIconS 16
21
22
  #define buttonSizeIconM 20
22
23
  #define buttonSizeVideoS 40
23
24
  #define buttonSizeVideoM 64
@@ -55,9 +56,12 @@
55
56
  #define buttonSpacePrimaryYS 4
56
57
  #define buttonSpacePrimaryYM 8
57
58
  #define buttonSpacePrimaryYL 9.5
58
- #define buttonSpacePrimaryIcononlyXS 4
59
- #define buttonSpacePrimaryIcononlyXM 4
60
- #define buttonSpacePrimaryIcononlyXL 4
59
+ #define buttonSpacePrimaryIcononlyXS 6
60
+ #define buttonSpacePrimaryIcononlyXM 10
61
+ #define buttonSpacePrimaryIcononlyXL 14
62
+ #define buttonSpacePrimaryIcononlyYS 6
63
+ #define buttonSpacePrimaryIcononlyYM 10
64
+ #define buttonSpacePrimaryIcononlyYL 14
61
65
  #define buttonSpaceSecondaryXXs 6.4
62
66
  #define buttonSpaceSecondaryXS 12
63
67
  #define buttonSpaceSecondaryXM 12.8
@@ -66,13 +70,18 @@
66
70
  #define buttonSpaceSecondaryYS 4
67
71
  #define buttonSpaceSecondaryYM 8
68
72
  #define buttonSpaceSecondaryYL 9.5
73
+ #define buttonSpaceSecondaryXgXs 4
69
74
  #define buttonSpaceSecondaryXgS 6.4
70
75
  #define buttonSpaceSecondaryXgM 6.4
71
76
  #define buttonSpaceSecondaryXgL 6.4
72
- #define buttonSpaceSecondaryXgXs 4
73
- #define buttonSpaceSecondaryIcononlyXS 4
74
- #define buttonSpaceSecondaryIcononlyXM 4
75
- #define buttonSpaceSecondaryIcononlyXL 4
77
+ #define buttonSpaceSecondaryIcononlyXXs 4
78
+ #define buttonSpaceSecondaryIcononlyXS 6
79
+ #define buttonSpaceSecondaryIcononlyXM 10
80
+ #define buttonSpaceSecondaryIcononlyXL 14
81
+ #define buttonSpaceSecondaryIcononlyYXs 4
82
+ #define buttonSpaceSecondaryIcononlyYS 6
83
+ #define buttonSpaceSecondaryIcononlyYM 10
84
+ #define buttonSpaceSecondaryIcononlyYL 14
76
85
  #define buttonSpaceTertiaryYXs 1.1
77
86
  #define buttonSpaceTertiaryYS 4
78
87
  #define buttonSpaceTertiaryYM 8
@@ -85,9 +94,14 @@
85
94
  #define buttonSpaceTertiaryXgS 6.4
86
95
  #define buttonSpaceTertiaryXgM 6.4
87
96
  #define buttonSpaceTertiaryXgL 6.4
88
- #define buttonSpaceTertiaryIcononlyXS 4
89
- #define buttonSpaceTertiaryIcononlyXM 4
90
- #define buttonSpaceTertiaryIcononlyXL 4
97
+ #define buttonSpaceTertiaryIcononlyXXs 4
98
+ #define buttonSpaceTertiaryIcononlyXS 6
99
+ #define buttonSpaceTertiaryIcononlyXM 10
100
+ #define buttonSpaceTertiaryIcononlyXL 14
101
+ #define buttonSpaceTertiaryIcononlyYXs 4
102
+ #define buttonSpaceTertiaryIcononlyYS 6
103
+ #define buttonSpaceTertiaryIcononlyYM 10
104
+ #define buttonSpaceTertiaryIcononlyYL 14
91
105
  #define buttonSpaceSubtleYXs 1.1
92
106
  #define buttonSpaceSubtleYS 4
93
107
  #define buttonSpaceSubtleYM 8
@@ -100,9 +114,14 @@
100
114
  #define buttonSpaceSubtleXgS 4
101
115
  #define buttonSpaceSubtleXgM 4
102
116
  #define buttonSpaceSubtleXgL 4
103
- #define buttonSpaceSubtleIcononlyXS 4
104
- #define buttonSpaceSubtleIcononlyXM 4
105
- #define buttonSpaceSubtleIcononlyXL 4
117
+ #define buttonSpaceSubtleIcononlyXXs 4
118
+ #define buttonSpaceSubtleIcononlyXS 6
119
+ #define buttonSpaceSubtleIcononlyXM 10
120
+ #define buttonSpaceSubtleIcononlyXL 14
121
+ #define buttonSpaceSubtleIcononlyYXs 4
122
+ #define buttonSpaceSubtleIcononlyYS 6
123
+ #define buttonSpaceSubtleIcononlyYM 10
124
+ #define buttonSpaceSubtleIcononlyYL 14
106
125
  #define buttonSpaceToggleButtonXXs 6.4
107
126
  #define buttonSpaceToggleButtonXS 9.6
108
127
  #define buttonSpaceToggleButtonXM 12.8
@@ -20,9 +20,9 @@
20
20
  #define formSpaceCheckradioYS 3
21
21
  #define formSpaceCheckradioYM 2
22
22
  #define formSpaceCheckradioYL 4
23
- #define formSpaceDatepickerPrS 2
24
- #define formSpaceDatepickerPrM 6
25
- #define formSpaceDatepickerPrL 10
23
+ #define formSpaceDatepickerPrS 0
24
+ #define formSpaceDatepickerPrM 0
25
+ #define formSpaceDatepickerPrL 0
26
26
  #define formSpaceDropdownButtonXS 16
27
27
  #define formSpaceDropdownButtonXM 16
28
28
  #define formSpaceDropdownButtonXL 16
@@ -62,6 +62,9 @@
62
62
  #define formSpaceDropdownPillXgS 4
63
63
  #define formSpaceDropdownPillXgM 4
64
64
  #define formSpaceDropdownPillXgL 4
65
+ #define formSpaceDropdownTriggerSubtleS 4
66
+ #define formSpaceDropdownTriggerSubtleM 4
67
+ #define formSpaceDropdownTriggerSubtleL 4
65
68
  #define formSpaceFileinputStatusXlM 22.4
66
69
  #define formSpaceFileinputStatusYM 4
67
70
  #define formSpaceFileinputThumbnailM 4
@@ -33,6 +33,7 @@ declare const tokens: {
33
33
  L: DesignToken;
34
34
  };
35
35
  icon: {
36
+ S: DesignToken;
36
37
  M: DesignToken;
37
38
  };
38
39
  video: {
@@ -122,6 +123,11 @@ declare const tokens: {
122
123
  M: DesignToken;
123
124
  L: DesignToken;
124
125
  };
126
+ y: {
127
+ S: DesignToken;
128
+ M: DesignToken;
129
+ L: DesignToken;
130
+ };
125
131
  };
126
132
  };
127
133
  secondary: {
@@ -138,13 +144,20 @@ declare const tokens: {
138
144
  L: DesignToken;
139
145
  };
140
146
  xg: {
147
+ XS: DesignToken;
141
148
  S: DesignToken;
142
149
  M: DesignToken;
143
150
  L: DesignToken;
144
- XS: DesignToken;
145
151
  };
146
152
  icononly: {
147
153
  x: {
154
+ XS: DesignToken;
155
+ S: DesignToken;
156
+ M: DesignToken;
157
+ L: DesignToken;
158
+ };
159
+ y: {
160
+ XS: DesignToken;
148
161
  S: DesignToken;
149
162
  M: DesignToken;
150
163
  L: DesignToken;
@@ -172,6 +185,13 @@ declare const tokens: {
172
185
  };
173
186
  icononly: {
174
187
  x: {
188
+ XS: DesignToken;
189
+ S: DesignToken;
190
+ M: DesignToken;
191
+ L: DesignToken;
192
+ };
193
+ y: {
194
+ XS: DesignToken;
175
195
  S: DesignToken;
176
196
  M: DesignToken;
177
197
  L: DesignToken;
@@ -199,6 +219,13 @@ declare const tokens: {
199
219
  };
200
220
  icononly: {
201
221
  x: {
222
+ XS: DesignToken;
223
+ S: DesignToken;
224
+ M: DesignToken;
225
+ L: DesignToken;
226
+ };
227
+ y: {
228
+ XS: DesignToken;
202
229
  S: DesignToken;
203
230
  M: DesignToken;
204
231
  L: DesignToken;