@sage/design-tokens 14.5.0 → 14.7.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 (414) hide show
  1. package/css/frozenproduct/all.css +52 -23
  2. package/css/frozenproduct/large/components/button.css +32 -13
  3. package/css/frozenproduct/large/components/container.css +10 -3
  4. package/css/frozenproduct/large/components/form.css +6 -3
  5. package/css/frozenproduct/large/global.css +2 -2
  6. package/css/frozenproduct/small/components/button.css +32 -13
  7. package/css/frozenproduct/small/components/container.css +10 -3
  8. package/css/frozenproduct/small/components/form.css +6 -3
  9. package/css/frozenproduct/small/global.css +2 -2
  10. package/css/marketing/all.css +52 -23
  11. package/css/marketing/large/components/button.css +32 -13
  12. package/css/marketing/large/components/container.css +10 -3
  13. package/css/marketing/large/components/form.css +6 -3
  14. package/css/marketing/large/global.css +2 -2
  15. package/css/marketing/small/components/button.css +32 -13
  16. package/css/marketing/small/components/container.css +10 -3
  17. package/css/marketing/small/components/form.css +6 -3
  18. package/css/marketing/small/global.css +2 -2
  19. package/css/product/all.css +62 -33
  20. package/css/product/large/components/button.css +32 -13
  21. package/css/product/large/components/container.css +10 -3
  22. package/css/product/large/components/form.css +6 -3
  23. package/css/product/large/global.css +2 -2
  24. package/css/product/small/components/button.css +32 -13
  25. package/css/product/small/components/container.css +10 -3
  26. package/css/product/small/components/form.css +6 -3
  27. package/css/product/small/components/table.css +10 -10
  28. package/css/product/small/global.css +2 -2
  29. package/ios/frozenproduct/large/dark/components/button.h +32 -13
  30. package/ios/frozenproduct/large/dark/components/container.h +11 -4
  31. package/ios/frozenproduct/large/dark/components/form.h +6 -3
  32. package/ios/frozenproduct/large/global.h +2 -2
  33. package/ios/frozenproduct/large/light/components/button.h +32 -13
  34. package/ios/frozenproduct/large/light/components/container.h +11 -4
  35. package/ios/frozenproduct/large/light/components/form.h +6 -3
  36. package/ios/frozenproduct/small/dark/components/button.h +32 -13
  37. package/ios/frozenproduct/small/dark/components/container.h +11 -4
  38. package/ios/frozenproduct/small/dark/components/form.h +6 -3
  39. package/ios/frozenproduct/small/global.h +2 -2
  40. package/ios/frozenproduct/small/light/components/button.h +32 -13
  41. package/ios/frozenproduct/small/light/components/container.h +11 -4
  42. package/ios/frozenproduct/small/light/components/form.h +6 -3
  43. package/ios/marketing/large/dark/components/button.h +32 -13
  44. package/ios/marketing/large/dark/components/container.h +11 -4
  45. package/ios/marketing/large/dark/components/form.h +6 -3
  46. package/ios/marketing/large/global.h +2 -2
  47. package/ios/marketing/large/light/components/button.h +32 -13
  48. package/ios/marketing/large/light/components/container.h +11 -4
  49. package/ios/marketing/large/light/components/form.h +6 -3
  50. package/ios/marketing/small/dark/components/button.h +32 -13
  51. package/ios/marketing/small/dark/components/container.h +11 -4
  52. package/ios/marketing/small/dark/components/form.h +6 -3
  53. package/ios/marketing/small/global.h +2 -2
  54. package/ios/marketing/small/light/components/button.h +32 -13
  55. package/ios/marketing/small/light/components/container.h +11 -4
  56. package/ios/marketing/small/light/components/form.h +6 -3
  57. package/ios/product/large/dark/components/button.h +32 -13
  58. package/ios/product/large/dark/components/container.h +11 -4
  59. package/ios/product/large/dark/components/form.h +6 -3
  60. package/ios/product/large/global.h +2 -2
  61. package/ios/product/large/light/components/button.h +32 -13
  62. package/ios/product/large/light/components/container.h +11 -4
  63. package/ios/product/large/light/components/form.h +6 -3
  64. package/ios/product/small/dark/components/button.h +32 -13
  65. package/ios/product/small/dark/components/container.h +11 -4
  66. package/ios/product/small/dark/components/form.h +6 -3
  67. package/ios/product/small/global.h +2 -2
  68. package/ios/product/small/light/components/button.h +32 -13
  69. package/ios/product/small/light/components/container.h +11 -4
  70. package/ios/product/small/light/components/form.h +6 -3
  71. package/js/common/frozenproduct/large/dark/components/button.d.ts +28 -1
  72. package/js/common/frozenproduct/large/dark/components/button.js +366 -39
  73. package/js/common/frozenproduct/large/dark/components/container.d.ts +22 -11
  74. package/js/common/frozenproduct/large/dark/components/container.js +176 -81
  75. package/js/common/frozenproduct/large/dark/components/form.d.ts +7 -0
  76. package/js/common/frozenproduct/large/dark/components/form.js +61 -6
  77. package/js/common/frozenproduct/large/global.d.ts +2 -2
  78. package/js/common/frozenproduct/large/global.js +18 -14
  79. package/js/common/frozenproduct/large/light/components/button.d.ts +28 -1
  80. package/js/common/frozenproduct/large/light/components/button.js +366 -39
  81. package/js/common/frozenproduct/large/light/components/container.d.ts +22 -11
  82. package/js/common/frozenproduct/large/light/components/container.js +176 -81
  83. package/js/common/frozenproduct/large/light/components/form.d.ts +7 -0
  84. package/js/common/frozenproduct/large/light/components/form.js +61 -6
  85. package/js/common/frozenproduct/small/dark/components/button.d.ts +28 -1
  86. package/js/common/frozenproduct/small/dark/components/button.js +366 -39
  87. package/js/common/frozenproduct/small/dark/components/container.d.ts +22 -11
  88. package/js/common/frozenproduct/small/dark/components/container.js +176 -81
  89. package/js/common/frozenproduct/small/dark/components/form.d.ts +7 -0
  90. package/js/common/frozenproduct/small/dark/components/form.js +61 -6
  91. package/js/common/frozenproduct/small/global.d.ts +2 -2
  92. package/js/common/frozenproduct/small/global.js +18 -14
  93. package/js/common/frozenproduct/small/light/components/button.d.ts +28 -1
  94. package/js/common/frozenproduct/small/light/components/button.js +366 -39
  95. package/js/common/frozenproduct/small/light/components/container.d.ts +22 -11
  96. package/js/common/frozenproduct/small/light/components/container.js +176 -81
  97. package/js/common/frozenproduct/small/light/components/form.d.ts +7 -0
  98. package/js/common/frozenproduct/small/light/components/form.js +61 -6
  99. package/js/common/marketing/large/dark/components/button.d.ts +28 -1
  100. package/js/common/marketing/large/dark/components/button.js +366 -39
  101. package/js/common/marketing/large/dark/components/container.d.ts +22 -11
  102. package/js/common/marketing/large/dark/components/container.js +176 -81
  103. package/js/common/marketing/large/dark/components/form.d.ts +7 -0
  104. package/js/common/marketing/large/dark/components/form.js +61 -6
  105. package/js/common/marketing/large/global.d.ts +2 -2
  106. package/js/common/marketing/large/global.js +18 -14
  107. package/js/common/marketing/large/light/components/button.d.ts +28 -1
  108. package/js/common/marketing/large/light/components/button.js +366 -39
  109. package/js/common/marketing/large/light/components/container.d.ts +22 -11
  110. package/js/common/marketing/large/light/components/container.js +176 -81
  111. package/js/common/marketing/large/light/components/form.d.ts +7 -0
  112. package/js/common/marketing/large/light/components/form.js +61 -6
  113. package/js/common/marketing/small/dark/components/button.d.ts +28 -1
  114. package/js/common/marketing/small/dark/components/button.js +366 -39
  115. package/js/common/marketing/small/dark/components/container.d.ts +22 -11
  116. package/js/common/marketing/small/dark/components/container.js +176 -81
  117. package/js/common/marketing/small/dark/components/form.d.ts +7 -0
  118. package/js/common/marketing/small/dark/components/form.js +61 -6
  119. package/js/common/marketing/small/global.d.ts +2 -2
  120. package/js/common/marketing/small/global.js +18 -14
  121. package/js/common/marketing/small/light/components/button.d.ts +28 -1
  122. package/js/common/marketing/small/light/components/button.js +366 -39
  123. package/js/common/marketing/small/light/components/container.d.ts +22 -11
  124. package/js/common/marketing/small/light/components/container.js +176 -81
  125. package/js/common/marketing/small/light/components/form.d.ts +7 -0
  126. package/js/common/marketing/small/light/components/form.js +61 -6
  127. package/js/common/product/large/dark/components/button.d.ts +28 -1
  128. package/js/common/product/large/dark/components/button.js +366 -39
  129. package/js/common/product/large/dark/components/container.d.ts +22 -11
  130. package/js/common/product/large/dark/components/container.js +176 -81
  131. package/js/common/product/large/dark/components/form.d.ts +7 -0
  132. package/js/common/product/large/dark/components/form.js +61 -6
  133. package/js/common/product/large/global.d.ts +2 -2
  134. package/js/common/product/large/global.js +18 -14
  135. package/js/common/product/large/light/components/button.d.ts +28 -1
  136. package/js/common/product/large/light/components/button.js +366 -39
  137. package/js/common/product/large/light/components/container.d.ts +22 -11
  138. package/js/common/product/large/light/components/container.js +176 -81
  139. package/js/common/product/large/light/components/form.d.ts +7 -0
  140. package/js/common/product/large/light/components/form.js +61 -6
  141. package/js/common/product/small/dark/components/button.d.ts +28 -1
  142. package/js/common/product/small/dark/components/button.js +366 -39
  143. package/js/common/product/small/dark/components/container.d.ts +22 -11
  144. package/js/common/product/small/dark/components/container.js +176 -81
  145. package/js/common/product/small/dark/components/form.d.ts +7 -0
  146. package/js/common/product/small/dark/components/form.js +61 -6
  147. package/js/common/product/small/global.d.ts +2 -2
  148. package/js/common/product/small/global.js +18 -14
  149. package/js/common/product/small/light/components/button.d.ts +28 -1
  150. package/js/common/product/small/light/components/button.js +366 -39
  151. package/js/common/product/small/light/components/container.d.ts +22 -11
  152. package/js/common/product/small/light/components/container.js +176 -81
  153. package/js/common/product/small/light/components/form.d.ts +7 -0
  154. package/js/common/product/small/light/components/form.js +61 -6
  155. package/js/es6/frozenproduct/large/dark/components/button.d.ts +20 -1
  156. package/js/es6/frozenproduct/large/dark/components/button.js +32 -13
  157. package/js/es6/frozenproduct/large/dark/components/container.d.ts +11 -4
  158. package/js/es6/frozenproduct/large/dark/components/container.js +11 -4
  159. package/js/es6/frozenproduct/large/dark/components/form.d.ts +6 -3
  160. package/js/es6/frozenproduct/large/dark/components/form.js +6 -3
  161. package/js/es6/frozenproduct/large/global.d.ts +2 -2
  162. package/js/es6/frozenproduct/large/global.js +2 -2
  163. package/js/es6/frozenproduct/large/light/components/button.d.ts +20 -1
  164. package/js/es6/frozenproduct/large/light/components/button.js +32 -13
  165. package/js/es6/frozenproduct/large/light/components/container.d.ts +11 -4
  166. package/js/es6/frozenproduct/large/light/components/container.js +11 -4
  167. package/js/es6/frozenproduct/large/light/components/form.d.ts +6 -3
  168. package/js/es6/frozenproduct/large/light/components/form.js +6 -3
  169. package/js/es6/frozenproduct/small/dark/components/button.d.ts +20 -1
  170. package/js/es6/frozenproduct/small/dark/components/button.js +32 -13
  171. package/js/es6/frozenproduct/small/dark/components/container.d.ts +11 -4
  172. package/js/es6/frozenproduct/small/dark/components/container.js +11 -4
  173. package/js/es6/frozenproduct/small/dark/components/form.d.ts +6 -3
  174. package/js/es6/frozenproduct/small/dark/components/form.js +6 -3
  175. package/js/es6/frozenproduct/small/global.d.ts +2 -2
  176. package/js/es6/frozenproduct/small/global.js +2 -2
  177. package/js/es6/frozenproduct/small/light/components/button.d.ts +20 -1
  178. package/js/es6/frozenproduct/small/light/components/button.js +32 -13
  179. package/js/es6/frozenproduct/small/light/components/container.d.ts +11 -4
  180. package/js/es6/frozenproduct/small/light/components/container.js +11 -4
  181. package/js/es6/frozenproduct/small/light/components/form.d.ts +6 -3
  182. package/js/es6/frozenproduct/small/light/components/form.js +6 -3
  183. package/js/es6/marketing/large/dark/components/button.d.ts +20 -1
  184. package/js/es6/marketing/large/dark/components/button.js +32 -13
  185. package/js/es6/marketing/large/dark/components/container.d.ts +11 -4
  186. package/js/es6/marketing/large/dark/components/container.js +11 -4
  187. package/js/es6/marketing/large/dark/components/form.d.ts +6 -3
  188. package/js/es6/marketing/large/dark/components/form.js +6 -3
  189. package/js/es6/marketing/large/global.d.ts +2 -2
  190. package/js/es6/marketing/large/global.js +2 -2
  191. package/js/es6/marketing/large/light/components/button.d.ts +20 -1
  192. package/js/es6/marketing/large/light/components/button.js +32 -13
  193. package/js/es6/marketing/large/light/components/container.d.ts +11 -4
  194. package/js/es6/marketing/large/light/components/container.js +11 -4
  195. package/js/es6/marketing/large/light/components/form.d.ts +6 -3
  196. package/js/es6/marketing/large/light/components/form.js +6 -3
  197. package/js/es6/marketing/small/dark/components/button.d.ts +20 -1
  198. package/js/es6/marketing/small/dark/components/button.js +32 -13
  199. package/js/es6/marketing/small/dark/components/container.d.ts +11 -4
  200. package/js/es6/marketing/small/dark/components/container.js +11 -4
  201. package/js/es6/marketing/small/dark/components/form.d.ts +6 -3
  202. package/js/es6/marketing/small/dark/components/form.js +6 -3
  203. package/js/es6/marketing/small/global.d.ts +2 -2
  204. package/js/es6/marketing/small/global.js +2 -2
  205. package/js/es6/marketing/small/light/components/button.d.ts +20 -1
  206. package/js/es6/marketing/small/light/components/button.js +32 -13
  207. package/js/es6/marketing/small/light/components/container.d.ts +11 -4
  208. package/js/es6/marketing/small/light/components/container.js +11 -4
  209. package/js/es6/marketing/small/light/components/form.d.ts +6 -3
  210. package/js/es6/marketing/small/light/components/form.js +6 -3
  211. package/js/es6/product/large/dark/components/button.d.ts +20 -1
  212. package/js/es6/product/large/dark/components/button.js +32 -13
  213. package/js/es6/product/large/dark/components/container.d.ts +11 -4
  214. package/js/es6/product/large/dark/components/container.js +11 -4
  215. package/js/es6/product/large/dark/components/form.d.ts +6 -3
  216. package/js/es6/product/large/dark/components/form.js +6 -3
  217. package/js/es6/product/large/global.d.ts +2 -2
  218. package/js/es6/product/large/global.js +2 -2
  219. package/js/es6/product/large/light/components/button.d.ts +20 -1
  220. package/js/es6/product/large/light/components/button.js +32 -13
  221. package/js/es6/product/large/light/components/container.d.ts +11 -4
  222. package/js/es6/product/large/light/components/container.js +11 -4
  223. package/js/es6/product/large/light/components/form.d.ts +6 -3
  224. package/js/es6/product/large/light/components/form.js +6 -3
  225. package/js/es6/product/small/dark/components/button.d.ts +20 -1
  226. package/js/es6/product/small/dark/components/button.js +32 -13
  227. package/js/es6/product/small/dark/components/container.d.ts +11 -4
  228. package/js/es6/product/small/dark/components/container.js +11 -4
  229. package/js/es6/product/small/dark/components/form.d.ts +6 -3
  230. package/js/es6/product/small/dark/components/form.js +6 -3
  231. package/js/es6/product/small/global.d.ts +2 -2
  232. package/js/es6/product/small/global.js +2 -2
  233. package/js/es6/product/small/light/components/button.d.ts +20 -1
  234. package/js/es6/product/small/light/components/button.js +32 -13
  235. package/js/es6/product/small/light/components/container.d.ts +11 -4
  236. package/js/es6/product/small/light/components/container.js +11 -4
  237. package/js/es6/product/small/light/components/form.d.ts +6 -3
  238. package/js/es6/product/small/light/components/form.js +6 -3
  239. package/js/umd/frozenproduct/large/dark/components/button.js +366 -39
  240. package/js/umd/frozenproduct/large/dark/components/container.js +176 -81
  241. package/js/umd/frozenproduct/large/dark/components/form.js +61 -6
  242. package/js/umd/frozenproduct/large/global.js +18 -14
  243. package/js/umd/frozenproduct/large/light/components/button.js +366 -39
  244. package/js/umd/frozenproduct/large/light/components/container.js +176 -81
  245. package/js/umd/frozenproduct/large/light/components/form.js +61 -6
  246. package/js/umd/frozenproduct/small/dark/components/button.js +366 -39
  247. package/js/umd/frozenproduct/small/dark/components/container.js +176 -81
  248. package/js/umd/frozenproduct/small/dark/components/form.js +61 -6
  249. package/js/umd/frozenproduct/small/global.js +18 -14
  250. package/js/umd/frozenproduct/small/light/components/button.js +366 -39
  251. package/js/umd/frozenproduct/small/light/components/container.js +176 -81
  252. package/js/umd/frozenproduct/small/light/components/form.js +61 -6
  253. package/js/umd/marketing/large/dark/components/button.js +366 -39
  254. package/js/umd/marketing/large/dark/components/container.js +176 -81
  255. package/js/umd/marketing/large/dark/components/form.js +61 -6
  256. package/js/umd/marketing/large/global.js +18 -14
  257. package/js/umd/marketing/large/light/components/button.js +366 -39
  258. package/js/umd/marketing/large/light/components/container.js +176 -81
  259. package/js/umd/marketing/large/light/components/form.js +61 -6
  260. package/js/umd/marketing/small/dark/components/button.js +366 -39
  261. package/js/umd/marketing/small/dark/components/container.js +176 -81
  262. package/js/umd/marketing/small/dark/components/form.js +61 -6
  263. package/js/umd/marketing/small/global.js +18 -14
  264. package/js/umd/marketing/small/light/components/button.js +366 -39
  265. package/js/umd/marketing/small/light/components/container.js +176 -81
  266. package/js/umd/marketing/small/light/components/form.js +61 -6
  267. package/js/umd/product/large/dark/components/button.js +366 -39
  268. package/js/umd/product/large/dark/components/container.js +176 -81
  269. package/js/umd/product/large/dark/components/form.js +61 -6
  270. package/js/umd/product/large/global.js +18 -14
  271. package/js/umd/product/large/light/components/button.js +366 -39
  272. package/js/umd/product/large/light/components/container.js +176 -81
  273. package/js/umd/product/large/light/components/form.js +61 -6
  274. package/js/umd/product/small/dark/components/button.js +366 -39
  275. package/js/umd/product/small/dark/components/container.js +176 -81
  276. package/js/umd/product/small/dark/components/form.js +61 -6
  277. package/js/umd/product/small/global.js +18 -14
  278. package/js/umd/product/small/light/components/button.js +366 -39
  279. package/js/umd/product/small/light/components/container.js +176 -81
  280. package/js/umd/product/small/light/components/form.js +61 -6
  281. package/json/flat/frozenproduct/large/dark/components/button.json +32 -13
  282. package/json/flat/frozenproduct/large/dark/components/container.json +11 -4
  283. package/json/flat/frozenproduct/large/dark/components/form.json +6 -3
  284. package/json/flat/frozenproduct/large/global.json +2 -2
  285. package/json/flat/frozenproduct/large/light/components/button.json +32 -13
  286. package/json/flat/frozenproduct/large/light/components/container.json +11 -4
  287. package/json/flat/frozenproduct/large/light/components/form.json +6 -3
  288. package/json/flat/frozenproduct/small/dark/components/button.json +32 -13
  289. package/json/flat/frozenproduct/small/dark/components/container.json +11 -4
  290. package/json/flat/frozenproduct/small/dark/components/form.json +6 -3
  291. package/json/flat/frozenproduct/small/global.json +2 -2
  292. package/json/flat/frozenproduct/small/light/components/button.json +32 -13
  293. package/json/flat/frozenproduct/small/light/components/container.json +11 -4
  294. package/json/flat/frozenproduct/small/light/components/form.json +6 -3
  295. package/json/flat/marketing/large/dark/components/button.json +32 -13
  296. package/json/flat/marketing/large/dark/components/container.json +11 -4
  297. package/json/flat/marketing/large/dark/components/form.json +6 -3
  298. package/json/flat/marketing/large/global.json +2 -2
  299. package/json/flat/marketing/large/light/components/button.json +32 -13
  300. package/json/flat/marketing/large/light/components/container.json +11 -4
  301. package/json/flat/marketing/large/light/components/form.json +6 -3
  302. package/json/flat/marketing/small/dark/components/button.json +32 -13
  303. package/json/flat/marketing/small/dark/components/container.json +11 -4
  304. package/json/flat/marketing/small/dark/components/form.json +6 -3
  305. package/json/flat/marketing/small/global.json +2 -2
  306. package/json/flat/marketing/small/light/components/button.json +32 -13
  307. package/json/flat/marketing/small/light/components/container.json +11 -4
  308. package/json/flat/marketing/small/light/components/form.json +6 -3
  309. package/json/flat/product/large/dark/components/button.json +32 -13
  310. package/json/flat/product/large/dark/components/container.json +11 -4
  311. package/json/flat/product/large/dark/components/form.json +6 -3
  312. package/json/flat/product/large/global.json +2 -2
  313. package/json/flat/product/large/light/components/button.json +32 -13
  314. package/json/flat/product/large/light/components/container.json +11 -4
  315. package/json/flat/product/large/light/components/form.json +6 -3
  316. package/json/flat/product/small/dark/components/button.json +32 -13
  317. package/json/flat/product/small/dark/components/container.json +11 -4
  318. package/json/flat/product/small/dark/components/form.json +6 -3
  319. package/json/flat/product/small/global.json +2 -2
  320. package/json/flat/product/small/light/components/button.json +32 -13
  321. package/json/flat/product/small/light/components/container.json +11 -4
  322. package/json/flat/product/small/light/components/form.json +6 -3
  323. package/json/nested/frozenproduct/large/dark/components/button.json +41 -14
  324. package/json/nested/frozenproduct/large/dark/components/container.json +22 -11
  325. package/json/nested/frozenproduct/large/dark/components/form.json +10 -3
  326. package/json/nested/frozenproduct/large/global.json +2 -2
  327. package/json/nested/frozenproduct/large/light/components/button.json +41 -14
  328. package/json/nested/frozenproduct/large/light/components/container.json +22 -11
  329. package/json/nested/frozenproduct/large/light/components/form.json +10 -3
  330. package/json/nested/frozenproduct/small/dark/components/button.json +41 -14
  331. package/json/nested/frozenproduct/small/dark/components/container.json +22 -11
  332. package/json/nested/frozenproduct/small/dark/components/form.json +10 -3
  333. package/json/nested/frozenproduct/small/global.json +2 -2
  334. package/json/nested/frozenproduct/small/light/components/button.json +41 -14
  335. package/json/nested/frozenproduct/small/light/components/container.json +22 -11
  336. package/json/nested/frozenproduct/small/light/components/form.json +10 -3
  337. package/json/nested/marketing/large/dark/components/button.json +41 -14
  338. package/json/nested/marketing/large/dark/components/container.json +22 -11
  339. package/json/nested/marketing/large/dark/components/form.json +10 -3
  340. package/json/nested/marketing/large/global.json +2 -2
  341. package/json/nested/marketing/large/light/components/button.json +41 -14
  342. package/json/nested/marketing/large/light/components/container.json +22 -11
  343. package/json/nested/marketing/large/light/components/form.json +10 -3
  344. package/json/nested/marketing/small/dark/components/button.json +41 -14
  345. package/json/nested/marketing/small/dark/components/container.json +22 -11
  346. package/json/nested/marketing/small/dark/components/form.json +10 -3
  347. package/json/nested/marketing/small/global.json +2 -2
  348. package/json/nested/marketing/small/light/components/button.json +41 -14
  349. package/json/nested/marketing/small/light/components/container.json +22 -11
  350. package/json/nested/marketing/small/light/components/form.json +10 -3
  351. package/json/nested/product/large/dark/components/button.json +41 -14
  352. package/json/nested/product/large/dark/components/container.json +22 -11
  353. package/json/nested/product/large/dark/components/form.json +10 -3
  354. package/json/nested/product/large/global.json +2 -2
  355. package/json/nested/product/large/light/components/button.json +41 -14
  356. package/json/nested/product/large/light/components/container.json +22 -11
  357. package/json/nested/product/large/light/components/form.json +10 -3
  358. package/json/nested/product/small/dark/components/button.json +41 -14
  359. package/json/nested/product/small/dark/components/container.json +22 -11
  360. package/json/nested/product/small/dark/components/form.json +10 -3
  361. package/json/nested/product/small/global.json +2 -2
  362. package/json/nested/product/small/light/components/button.json +41 -14
  363. package/json/nested/product/small/light/components/container.json +22 -11
  364. package/json/nested/product/small/light/components/form.json +10 -3
  365. package/package.json +1 -1
  366. package/sage-design-tokens-14.7.0.tgz +0 -0
  367. package/scss/frozenproduct/large/components/button.scss +32 -13
  368. package/scss/frozenproduct/large/components/container.scss +10 -3
  369. package/scss/frozenproduct/large/components/form.scss +6 -3
  370. package/scss/frozenproduct/large/global.scss +2 -2
  371. package/scss/frozenproduct/small/components/button.scss +32 -13
  372. package/scss/frozenproduct/small/components/container.scss +10 -3
  373. package/scss/frozenproduct/small/components/form.scss +6 -3
  374. package/scss/frozenproduct/small/global.scss +2 -2
  375. package/scss/marketing/large/components/button.scss +45 -26
  376. package/scss/marketing/large/components/container.scss +20 -13
  377. package/scss/marketing/large/components/form.scss +13 -10
  378. package/scss/marketing/large/components/link.scss +2 -2
  379. package/scss/marketing/large/components/nav.scss +5 -5
  380. package/scss/marketing/large/components/page.scss +1 -1
  381. package/scss/marketing/large/components/progress.scss +6 -6
  382. package/scss/marketing/large/components/status.scss +3 -3
  383. package/scss/marketing/large/components/tab.scss +7 -7
  384. package/scss/marketing/large/components/table.scss +10 -10
  385. package/scss/marketing/large/global.scss +2 -2
  386. package/scss/marketing/small/components/button.scss +45 -26
  387. package/scss/marketing/small/components/container.scss +20 -13
  388. package/scss/marketing/small/components/form.scss +13 -10
  389. package/scss/marketing/small/components/link.scss +2 -2
  390. package/scss/marketing/small/components/nav.scss +5 -5
  391. package/scss/marketing/small/components/page.scss +1 -1
  392. package/scss/marketing/small/components/popover.scss +2 -2
  393. package/scss/marketing/small/components/progress.scss +6 -6
  394. package/scss/marketing/small/components/status.scss +3 -3
  395. package/scss/marketing/small/components/tab.scss +7 -7
  396. package/scss/marketing/small/components/table.scss +10 -10
  397. package/scss/marketing/small/global.scss +2 -2
  398. package/scss/product/large/components/button.scss +45 -26
  399. package/scss/product/large/components/container.scss +20 -13
  400. package/scss/product/large/components/form.scss +13 -10
  401. package/scss/product/large/components/link.scss +2 -2
  402. package/scss/product/large/components/nav.scss +5 -5
  403. package/scss/product/large/components/page.scss +1 -1
  404. package/scss/product/large/components/popover.scss +2 -2
  405. package/scss/product/large/components/progress.scss +6 -6
  406. package/scss/product/large/components/status.scss +3 -3
  407. package/scss/product/large/components/tab.scss +7 -7
  408. package/scss/product/large/components/table.scss +10 -10
  409. package/scss/product/large/global.scss +2 -2
  410. package/scss/product/small/components/button.scss +32 -13
  411. package/scss/product/small/components/container.scss +10 -3
  412. package/scss/product/small/components/form.scss +6 -3
  413. package/scss/product/small/global.scss +2 -2
  414. package/sage-design-tokens-14.5.0.tgz +0 -0
@@ -151,6 +151,19 @@ module.exports = {
151
151
  },
152
152
  },
153
153
  icon: {
154
+ S: {
155
+ $type: "sizing",
156
+ $value: 16,
157
+ filePath: "data/tokens/components/button.json",
158
+ isSource: true,
159
+ original: {
160
+ $type: "sizing",
161
+ $value: "{global.size.icon.S}",
162
+ },
163
+ name: "buttonSizeIconS",
164
+ attributes: {},
165
+ path: ["button", "size", "icon", "S"],
166
+ },
154
167
  M: {
155
168
  $type: "sizing",
156
169
  $value: 20,
@@ -782,14 +795,14 @@ module.exports = {
782
795
  x: {
783
796
  S: {
784
797
  $type: "spacing",
785
- $value: 4,
798
+ $value: 6,
786
799
  $description:
787
800
  "Left and right padding on icon-only S size primary buttons",
788
801
  filePath: "data/tokens/components/button.json",
789
802
  isSource: true,
790
803
  original: {
791
804
  $type: "spacing",
792
- $value: "{global.space.micro.S}",
805
+ $value: "{global.space.micro.M}",
793
806
  $description:
794
807
  "Left and right padding on icon-only S size primary buttons",
795
808
  },
@@ -799,14 +812,14 @@ module.exports = {
799
812
  },
800
813
  M: {
801
814
  $type: "spacing",
802
- $value: 4,
815
+ $value: 10,
803
816
  $description:
804
817
  "Left and right padding on icon-only M size primary buttons",
805
818
  filePath: "data/tokens/components/button.json",
806
819
  isSource: true,
807
820
  original: {
808
821
  $type: "spacing",
809
- $value: "{global.space.micro.S}",
822
+ $value: "{global.space.micro.XL}",
810
823
  $description:
811
824
  "Left and right padding on icon-only M size primary buttons",
812
825
  },
@@ -816,14 +829,14 @@ module.exports = {
816
829
  },
817
830
  L: {
818
831
  $type: "spacing",
819
- $value: 4,
832
+ $value: 14,
820
833
  $description:
821
834
  "Left and right padding on icon-only L size primary buttons",
822
835
  filePath: "data/tokens/components/button.json",
823
836
  isSource: true,
824
837
  original: {
825
838
  $type: "spacing",
826
- $value: "{global.space.micro.S}",
839
+ $value: "{global.space.micro.XXL} + {global.space.micro.XS}",
827
840
  $description:
828
841
  "Left and right padding on icon-only L size primary buttons",
829
842
  },
@@ -832,6 +845,59 @@ module.exports = {
832
845
  path: ["button", "space", "primary", "icononly", "x", "L"],
833
846
  },
834
847
  },
848
+ y: {
849
+ S: {
850
+ $type: "spacing",
851
+ $value: 6,
852
+ $description:
853
+ "Top and bottom padding on icon-only S size primary buttons",
854
+ filePath: "data/tokens/components/button.json",
855
+ isSource: true,
856
+ original: {
857
+ $type: "spacing",
858
+ $value: "{global.space.micro.M}",
859
+ $description:
860
+ "Top and bottom padding on icon-only S size primary buttons",
861
+ },
862
+ name: "buttonSpacePrimaryIcononlyYS",
863
+ attributes: {},
864
+ path: ["button", "space", "primary", "icononly", "y", "S"],
865
+ },
866
+ M: {
867
+ $type: "spacing",
868
+ $value: 10,
869
+ $description:
870
+ "Top and bottom padding on icon-only M size primary buttons",
871
+ filePath: "data/tokens/components/button.json",
872
+ isSource: true,
873
+ original: {
874
+ $type: "spacing",
875
+ $value: "{global.space.micro.XL}",
876
+ $description:
877
+ "Top and bottom padding on icon-only M size primary buttons",
878
+ },
879
+ name: "buttonSpacePrimaryIcononlyYM",
880
+ attributes: {},
881
+ path: ["button", "space", "primary", "icononly", "y", "M"],
882
+ },
883
+ L: {
884
+ $type: "spacing",
885
+ $value: 14,
886
+ $description:
887
+ "Top and bottom padding on icon-only L size primary buttons",
888
+ filePath: "data/tokens/components/button.json",
889
+ isSource: true,
890
+ original: {
891
+ $type: "spacing",
892
+ $value: "{global.space.micro.XXL} + {global.space.micro.XS}",
893
+ $description:
894
+ "Top and bottom padding on icon-only L size primary buttons",
895
+ },
896
+ name: "buttonSpacePrimaryIcononlyYL",
897
+ attributes: {},
898
+ path: ["button", "space", "primary", "icononly", "y", "L"],
899
+ },
900
+ },
835
901
  },
836
902
  },
837
903
  secondary: {
@@ -960,6 +1026,21 @@ module.exports = {
960
1026
  },
961
1027
  },
962
1028
  xg: {
1029
+ XS: {
1030
+ $type: "spacing",
1031
+ $value: 4,
1032
+ $description: "Item spacing inside XS buttons",
1033
+ filePath: "data/tokens/components/button.json",
1034
+ isSource: true,
1035
+ original: {
1036
+ $type: "spacing",
1037
+ $value: "{global.space.micro.S}",
1038
+ $description: "Item spacing inside XS buttons",
1039
+ },
1040
+ name: "buttonSpaceSecondaryXgXs",
1041
+ attributes: {},
1042
+ path: ["button", "space", "secondary", "xg", "XS"],
1043
+ },
963
1044
  S: {
964
1045
  $type: "spacing",
965
1046
  $value: 8,
@@ -1005,34 +1086,36 @@ module.exports = {
1005
1086
  attributes: {},
1006
1087
  path: ["button", "space", "secondary", "xg", "L"],
1007
1088
  },
1008
- XS: {
1009
- $type: "spacing",
1010
- $value: 4,
1011
- $description: "Item spacing inside XS buttons",
1012
- filePath: "data/tokens/components/button.json",
1013
- isSource: true,
1014
- original: {
1015
- $type: "spacing",
1016
- $value: "{global.space.micro.S}",
1017
- $description: "Item spacing inside XS buttons",
1018
- },
1019
- name: "buttonSpaceSecondaryXgXs",
1020
- attributes: {},
1021
- path: ["button", "space", "secondary", "xg", "XS"],
1022
- },
1023
1089
  },
1024
1090
  icononly: {
1025
1091
  x: {
1026
- S: {
1092
+ XS: {
1027
1093
  $type: "spacing",
1028
1094
  $value: 4,
1029
1095
  $description:
1030
- "Left and right padding on icon-only S size secondary buttons",
1096
+ "Left and right padding on icon-only XS size secondary buttons",
1031
1097
  filePath: "data/tokens/components/button.json",
1032
1098
  isSource: true,
1033
1099
  original: {
1034
1100
  $type: "spacing",
1035
1101
  $value: "{global.space.micro.S}",
1102
+ $description:
1103
+ "Left and right padding on icon-only XS size secondary buttons",
1104
+ },
1105
+ name: "buttonSpaceSecondaryIcononlyXXs",
1106
+ attributes: {},
1107
+ path: ["button", "space", "secondary", "icononly", "x", "XS"],
1108
+ },
1109
+ S: {
1110
+ $type: "spacing",
1111
+ $value: 6,
1112
+ $description:
1113
+ "Left and right padding on icon-only S size secondary buttons",
1114
+ filePath: "data/tokens/components/button.json",
1115
+ isSource: true,
1116
+ original: {
1117
+ $type: "spacing",
1118
+ $value: "{global.space.micro.M}",
1036
1119
  $description:
1037
1120
  "Left and right padding on icon-only S size secondary buttons",
1038
1121
  },
@@ -1042,14 +1125,14 @@ module.exports = {
1042
1125
  },
1043
1126
  M: {
1044
1127
  $type: "spacing",
1045
- $value: 4,
1128
+ $value: 10,
1046
1129
  $description:
1047
1130
  "Left and right padding on icon-only M size secondary buttons",
1048
1131
  filePath: "data/tokens/components/button.json",
1049
1132
  isSource: true,
1050
1133
  original: {
1051
1134
  $type: "spacing",
1052
- $value: "{global.space.micro.S}",
1135
+ $value: "{global.space.micro.XL}",
1053
1136
  $description:
1054
1137
  "Left and right padding on icon-only M size secondary buttons",
1055
1138
  },
@@ -1059,14 +1142,14 @@ module.exports = {
1059
1142
  },
1060
1143
  L: {
1061
1144
  $type: "spacing",
1062
- $value: 4,
1145
+ $value: 14,
1063
1146
  $description:
1064
1147
  "Left and right padding on icon-only L size secondary buttons",
1065
1148
  filePath: "data/tokens/components/button.json",
1066
1149
  isSource: true,
1067
1150
  original: {
1068
1151
  $type: "spacing",
1069
- $value: "{global.space.micro.S}",
1152
+ $value: "{global.space.micro.XXL} + {global.space.micro.XS}",
1070
1153
  $description:
1071
1154
  "Left and right padding on icon-only L size secondary buttons",
1072
1155
  },
@@ -1075,6 +1158,76 @@ module.exports = {
1075
1158
  path: ["button", "space", "secondary", "icononly", "x", "L"],
1076
1159
  },
1077
1160
  },
1161
+ y: {
1162
+ XS: {
1163
+ $type: "spacing",
1164
+ $value: 4,
1165
+ $description:
1166
+ "Top and bottom padding on icon-only XS size secondary buttons",
1167
+ filePath: "data/tokens/components/button.json",
1168
+ isSource: true,
1169
+ original: {
1170
+ $type: "spacing",
1171
+ $value: "{global.space.micro.S}",
1172
+ $description:
1173
+ "Top and bottom padding on icon-only XS size secondary buttons",
1174
+ },
1175
+ name: "buttonSpaceSecondaryIcononlyYXs",
1176
+ attributes: {},
1177
+ path: ["button", "space", "secondary", "icononly", "y", "XS"],
1178
+ },
1179
+ S: {
1180
+ $type: "spacing",
1181
+ $value: 6,
1182
+ $description:
1183
+ "Top and bottom padding on icon-only S size secondary buttons",
1184
+ filePath: "data/tokens/components/button.json",
1185
+ isSource: true,
1186
+ original: {
1187
+ $type: "spacing",
1188
+ $value: "{global.space.micro.M}",
1189
+ $description:
1190
+ "Top and bottom padding on icon-only S size secondary buttons",
1191
+ },
1192
+ name: "buttonSpaceSecondaryIcononlyYS",
1193
+ attributes: {},
1194
+ path: ["button", "space", "secondary", "icononly", "y", "S"],
1195
+ },
1196
+ M: {
1197
+ $type: "spacing",
1198
+ $value: 10,
1199
+ $description:
1200
+ "Top and bottom padding on icon-only M size secondary buttons",
1201
+ filePath: "data/tokens/components/button.json",
1202
+ isSource: true,
1203
+ original: {
1204
+ $type: "spacing",
1205
+ $value: "{global.space.micro.XL}",
1206
+ $description:
1207
+ "Top and bottom padding on icon-only M size secondary buttons",
1208
+ },
1209
+ name: "buttonSpaceSecondaryIcononlyYM",
1210
+ attributes: {},
1211
+ path: ["button", "space", "secondary", "icononly", "y", "M"],
1212
+ },
1213
+ L: {
1214
+ $type: "spacing",
1215
+ $value: 14,
1216
+ $description:
1217
+ "Top and bottom padding on icon-only L size secondary buttons",
1218
+ filePath: "data/tokens/components/button.json",
1219
+ isSource: true,
1220
+ original: {
1221
+ $type: "spacing",
1222
+ $value: "{global.space.micro.XXL} + {global.space.micro.XS}",
1223
+ $description:
1224
+ "Top and bottom padding on icon-only L size secondary buttons",
1225
+ },
1226
+ name: "buttonSpaceSecondaryIcononlyYL",
1227
+ attributes: {},
1228
+ path: ["button", "space", "secondary", "icononly", "y", "L"],
1229
+ },
1230
+ },
1078
1231
  },
1079
1232
  },
1080
1233
  tertiary: {
@@ -1266,16 +1419,33 @@ module.exports = {
1266
1419
  },
1267
1420
  icononly: {
1268
1421
  x: {
1269
- S: {
1422
+ XS: {
1270
1423
  $type: "spacing",
1271
1424
  $value: 4,
1272
1425
  $description:
1273
- "Left and right padding on icon-only S size tertiary buttons",
1426
+ "Left and right padding on icon-only XS size tertiary buttons",
1274
1427
  filePath: "data/tokens/components/button.json",
1275
1428
  isSource: true,
1276
1429
  original: {
1277
1430
  $type: "spacing",
1278
1431
  $value: "{global.space.micro.S}",
1432
+ $description:
1433
+ "Left and right padding on icon-only XS size tertiary buttons",
1434
+ },
1435
+ name: "buttonSpaceTertiaryIcononlyXXs",
1436
+ attributes: {},
1437
+ path: ["button", "space", "tertiary", "icononly", "x", "XS"],
1438
+ },
1439
+ S: {
1440
+ $type: "spacing",
1441
+ $value: 6,
1442
+ $description:
1443
+ "Left and right padding on icon-only S size tertiary buttons",
1444
+ filePath: "data/tokens/components/button.json",
1445
+ isSource: true,
1446
+ original: {
1447
+ $type: "spacing",
1448
+ $value: "{global.space.micro.M}",
1279
1449
  $description:
1280
1450
  "Left and right padding on icon-only S size tertiary buttons",
1281
1451
  },
@@ -1285,14 +1455,14 @@ module.exports = {
1285
1455
  },
1286
1456
  M: {
1287
1457
  $type: "spacing",
1288
- $value: 4,
1458
+ $value: 10,
1289
1459
  $description:
1290
1460
  "Left and right padding on icon-only M size tertiary buttons",
1291
1461
  filePath: "data/tokens/components/button.json",
1292
1462
  isSource: true,
1293
1463
  original: {
1294
1464
  $type: "spacing",
1295
- $value: "{global.space.micro.S}",
1465
+ $value: "{global.space.micro.XL}",
1296
1466
  $description:
1297
1467
  "Left and right padding on icon-only M size tertiary buttons",
1298
1468
  },
@@ -1302,14 +1472,14 @@ module.exports = {
1302
1472
  },
1303
1473
  L: {
1304
1474
  $type: "spacing",
1305
- $value: 4,
1475
+ $value: 14,
1306
1476
  $description:
1307
1477
  "Left and right padding on icon-only L size tertiary buttons",
1308
1478
  filePath: "data/tokens/components/button.json",
1309
1479
  isSource: true,
1310
1480
  original: {
1311
1481
  $type: "spacing",
1312
- $value: "{global.space.micro.S}",
1482
+ $value: "{global.space.micro.XXL} + {global.space.micro.XS}",
1313
1483
  $description:
1314
1484
  "Left and right padding on icon-only L size tertiary buttons",
1315
1485
  },
@@ -1318,6 +1488,76 @@ module.exports = {
1318
1488
  path: ["button", "space", "tertiary", "icononly", "x", "L"],
1319
1489
  },
1320
1490
  },
1491
+ y: {
1492
+ XS: {
1493
+ $type: "spacing",
1494
+ $value: 4,
1495
+ $description:
1496
+ "Top and bottom padding on icon-only XS size tertiary buttons",
1497
+ filePath: "data/tokens/components/button.json",
1498
+ isSource: true,
1499
+ original: {
1500
+ $type: "spacing",
1501
+ $value: "{global.space.micro.S}",
1502
+ $description:
1503
+ "Top and bottom padding on icon-only XS size tertiary buttons",
1504
+ },
1505
+ name: "buttonSpaceTertiaryIcononlyYXs",
1506
+ attributes: {},
1507
+ path: ["button", "space", "tertiary", "icononly", "y", "XS"],
1508
+ },
1509
+ S: {
1510
+ $type: "spacing",
1511
+ $value: 6,
1512
+ $description:
1513
+ "Top and bottom padding on icon-only S size tertiary buttons",
1514
+ filePath: "data/tokens/components/button.json",
1515
+ isSource: true,
1516
+ original: {
1517
+ $type: "spacing",
1518
+ $value: "{global.space.micro.M}",
1519
+ $description:
1520
+ "Top and bottom padding on icon-only S size tertiary buttons",
1521
+ },
1522
+ name: "buttonSpaceTertiaryIcononlyYS",
1523
+ attributes: {},
1524
+ path: ["button", "space", "tertiary", "icononly", "y", "S"],
1525
+ },
1526
+ M: {
1527
+ $type: "spacing",
1528
+ $value: 10,
1529
+ $description:
1530
+ "Top and bottom padding on icon-only M size tertiary buttons",
1531
+ filePath: "data/tokens/components/button.json",
1532
+ isSource: true,
1533
+ original: {
1534
+ $type: "spacing",
1535
+ $value: "{global.space.micro.XL}",
1536
+ $description:
1537
+ "Top and bottom padding on icon-only M size tertiary buttons",
1538
+ },
1539
+ name: "buttonSpaceTertiaryIcononlyYM",
1540
+ attributes: {},
1541
+ path: ["button", "space", "tertiary", "icononly", "y", "M"],
1542
+ },
1543
+ L: {
1544
+ $type: "spacing",
1545
+ $value: 14,
1546
+ $description:
1547
+ "Top and bottom padding on icon-only L size tertiary buttons",
1548
+ filePath: "data/tokens/components/button.json",
1549
+ isSource: true,
1550
+ original: {
1551
+ $type: "spacing",
1552
+ $value: "{global.space.micro.XXL} + {global.space.micro.XS}",
1553
+ $description:
1554
+ "Top and bottom padding on icon-only L size tertiary buttons",
1555
+ },
1556
+ name: "buttonSpaceTertiaryIcononlyYL",
1557
+ attributes: {},
1558
+ path: ["button", "space", "tertiary", "icononly", "y", "L"],
1559
+ },
1560
+ },
1321
1561
  },
1322
1562
  },
1323
1563
  subtle: {
@@ -1509,16 +1749,33 @@ module.exports = {
1509
1749
  },
1510
1750
  icononly: {
1511
1751
  x: {
1512
- S: {
1752
+ XS: {
1513
1753
  $type: "spacing",
1514
1754
  $value: 4,
1515
1755
  $description:
1516
- "Left and right padding on icon-only S size subtle buttons",
1756
+ "Left and right padding on icon-only XS size subtle buttons",
1517
1757
  filePath: "data/tokens/components/button.json",
1518
1758
  isSource: true,
1519
1759
  original: {
1520
1760
  $type: "spacing",
1521
1761
  $value: "{global.space.micro.S}",
1762
+ $description:
1763
+ "Left and right padding on icon-only XS size subtle buttons",
1764
+ },
1765
+ name: "buttonSpaceSubtleIcononlyXXs",
1766
+ attributes: {},
1767
+ path: ["button", "space", "subtle", "icononly", "x", "XS"],
1768
+ },
1769
+ S: {
1770
+ $type: "spacing",
1771
+ $value: 6,
1772
+ $description:
1773
+ "Left and right padding on icon-only S size subtle buttons",
1774
+ filePath: "data/tokens/components/button.json",
1775
+ isSource: true,
1776
+ original: {
1777
+ $type: "spacing",
1778
+ $value: "{global.space.micro.M}",
1522
1779
  $description:
1523
1780
  "Left and right padding on icon-only S size subtle buttons",
1524
1781
  },
@@ -1528,14 +1785,14 @@ module.exports = {
1528
1785
  },
1529
1786
  M: {
1530
1787
  $type: "spacing",
1531
- $value: 4,
1788
+ $value: 10,
1532
1789
  $description:
1533
1790
  "Left and right padding on icon-only M size subtle buttons",
1534
1791
  filePath: "data/tokens/components/button.json",
1535
1792
  isSource: true,
1536
1793
  original: {
1537
1794
  $type: "spacing",
1538
- $value: "{global.space.micro.S}",
1795
+ $value: "{global.space.micro.XL}",
1539
1796
  $description:
1540
1797
  "Left and right padding on icon-only M size subtle buttons",
1541
1798
  },
@@ -1545,14 +1802,14 @@ module.exports = {
1545
1802
  },
1546
1803
  L: {
1547
1804
  $type: "spacing",
1548
- $value: 4,
1805
+ $value: 14,
1549
1806
  $description:
1550
1807
  "Left and right padding on icon-only L size subtle buttons",
1551
1808
  filePath: "data/tokens/components/button.json",
1552
1809
  isSource: true,
1553
1810
  original: {
1554
1811
  $type: "spacing",
1555
- $value: "{global.space.micro.S}",
1812
+ $value: "{global.space.micro.XXL} + {global.space.micro.XS}",
1556
1813
  $description:
1557
1814
  "Left and right padding on icon-only L size subtle buttons",
1558
1815
  },
@@ -1561,6 +1818,76 @@ module.exports = {
1561
1818
  path: ["button", "space", "subtle", "icononly", "x", "L"],
1562
1819
  },
1563
1820
  },
1821
+ y: {
1822
+ XS: {
1823
+ $type: "spacing",
1824
+ $value: 4,
1825
+ $description:
1826
+ "Top and bottom padding on icon-only XS size subtle buttons",
1827
+ filePath: "data/tokens/components/button.json",
1828
+ isSource: true,
1829
+ original: {
1830
+ $type: "spacing",
1831
+ $value: "{global.space.micro.S}",
1832
+ $description:
1833
+ "Top and bottom padding on icon-only XS size subtle buttons",
1834
+ },
1835
+ name: "buttonSpaceSubtleIcononlyYXs",
1836
+ attributes: {},
1837
+ path: ["button", "space", "subtle", "icononly", "y", "XS"],
1838
+ },
1839
+ S: {
1840
+ $type: "spacing",
1841
+ $value: 6,
1842
+ $description:
1843
+ "Top and bottom padding on icon-only S size subtle buttons",
1844
+ filePath: "data/tokens/components/button.json",
1845
+ isSource: true,
1846
+ original: {
1847
+ $type: "spacing",
1848
+ $value: "{global.space.micro.M}",
1849
+ $description:
1850
+ "Top and bottom padding on icon-only S size subtle buttons",
1851
+ },
1852
+ name: "buttonSpaceSubtleIcononlyYS",
1853
+ attributes: {},
1854
+ path: ["button", "space", "subtle", "icononly", "y", "S"],
1855
+ },
1856
+ M: {
1857
+ $type: "spacing",
1858
+ $value: 10,
1859
+ $description:
1860
+ "Top and bottom padding on icon-only M size subtle buttons",
1861
+ filePath: "data/tokens/components/button.json",
1862
+ isSource: true,
1863
+ original: {
1864
+ $type: "spacing",
1865
+ $value: "{global.space.micro.XL}",
1866
+ $description:
1867
+ "Top and bottom padding on icon-only M size subtle buttons",
1868
+ },
1869
+ name: "buttonSpaceSubtleIcononlyYM",
1870
+ attributes: {},
1871
+ path: ["button", "space", "subtle", "icononly", "y", "M"],
1872
+ },
1873
+ L: {
1874
+ $type: "spacing",
1875
+ $value: 14,
1876
+ $description:
1877
+ "Top and bottom padding on icon-only L size subtle buttons",
1878
+ filePath: "data/tokens/components/button.json",
1879
+ isSource: true,
1880
+ original: {
1881
+ $type: "spacing",
1882
+ $value: "{global.space.micro.XXL} + {global.space.micro.XS}",
1883
+ $description:
1884
+ "Top and bottom padding on icon-only L size subtle buttons",
1885
+ },
1886
+ name: "buttonSpaceSubtleIcononlyYL",
1887
+ attributes: {},
1888
+ path: ["button", "space", "subtle", "icononly", "y", "L"],
1889
+ },
1890
+ },
1564
1891
  },
1565
1892
  },
1566
1893
  toggle: {
@@ -120,9 +120,31 @@ declare const tokens: {
120
120
  maxheight: DesignToken;
121
121
  };
122
122
  };
123
+ dialog: {
124
+ maxWidth: {
125
+ XXS: DesignToken;
126
+ XS: DesignToken;
127
+ S: DesignToken;
128
+ M: DesignToken;
129
+ L: DesignToken;
130
+ XL: DesignToken;
131
+ XXL: DesignToken;
132
+ };
133
+ };
123
134
  drag: {
124
135
  droptarget: DesignToken;
125
136
  };
137
+ drawer: {
138
+ minwidth: DesignToken;
139
+ maxwidth: DesignToken;
140
+ closed: {
141
+ M: DesignToken;
142
+ };
143
+ };
144
+ footer: {
145
+ M: DesignToken;
146
+ L: DesignToken;
147
+ };
126
148
  generic: {
127
149
  emptystate: {
128
150
  illustration: {
@@ -135,17 +157,6 @@ declare const tokens: {
135
157
  };
136
158
  };
137
159
  };
138
- drawer: {
139
- minwidth: DesignToken;
140
- maxwidth: DesignToken;
141
- closed: {
142
- M: DesignToken;
143
- };
144
- };
145
- footer: {
146
- M: DesignToken;
147
- L: DesignToken;
148
- };
149
160
  icon: {
150
161
  S: DesignToken;
151
162
  M: DesignToken;