@sage/design-tokens 7.1.7 → 7.3.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 (348) hide show
  1. package/css/frozenproduct/all.css +15 -4
  2. package/css/frozenproduct/large/components/form.css +8 -3
  3. package/css/frozenproduct/large/components/profile.css +1 -1
  4. package/css/frozenproduct/large/dark.css +3 -0
  5. package/css/frozenproduct/large/light.css +3 -0
  6. package/css/frozenproduct/small/components/form.css +8 -3
  7. package/css/frozenproduct/small/components/profile.css +1 -1
  8. package/css/frozenproduct/small/dark.css +3 -0
  9. package/css/frozenproduct/small/light.css +3 -0
  10. package/css/marketing/all.css +15 -4
  11. package/css/marketing/large/components/form.css +8 -3
  12. package/css/marketing/large/components/profile.css +1 -1
  13. package/css/marketing/large/dark.css +3 -0
  14. package/css/marketing/large/light.css +3 -0
  15. package/css/marketing/small/components/form.css +8 -3
  16. package/css/marketing/small/components/profile.css +1 -1
  17. package/css/marketing/small/dark.css +3 -0
  18. package/css/marketing/small/light.css +3 -0
  19. package/css/product/all.css +15 -4
  20. package/css/product/large/components/form.css +8 -3
  21. package/css/product/large/components/profile.css +1 -1
  22. package/css/product/large/dark.css +3 -0
  23. package/css/product/large/light.css +3 -0
  24. package/css/product/small/components/form.css +8 -3
  25. package/css/product/small/components/profile.css +1 -1
  26. package/css/product/small/dark.css +3 -0
  27. package/css/product/small/light.css +3 -0
  28. package/ios/frozenproduct/large/dark/components/form.h +8 -3
  29. package/ios/frozenproduct/large/dark/components/profile.h +1 -1
  30. package/ios/frozenproduct/large/dark/mode.h +3 -0
  31. package/ios/frozenproduct/large/light/components/form.h +8 -3
  32. package/ios/frozenproduct/large/light/components/profile.h +1 -1
  33. package/ios/frozenproduct/large/light/mode.h +3 -0
  34. package/ios/frozenproduct/small/dark/components/form.h +8 -3
  35. package/ios/frozenproduct/small/dark/components/profile.h +1 -1
  36. package/ios/frozenproduct/small/dark/mode.h +3 -0
  37. package/ios/frozenproduct/small/light/components/form.h +8 -3
  38. package/ios/frozenproduct/small/light/components/profile.h +1 -1
  39. package/ios/frozenproduct/small/light/mode.h +3 -0
  40. package/ios/marketing/large/dark/components/form.h +8 -3
  41. package/ios/marketing/large/dark/components/profile.h +1 -1
  42. package/ios/marketing/large/dark/mode.h +3 -0
  43. package/ios/marketing/large/light/components/form.h +8 -3
  44. package/ios/marketing/large/light/components/profile.h +1 -1
  45. package/ios/marketing/large/light/mode.h +3 -0
  46. package/ios/marketing/small/dark/components/form.h +8 -3
  47. package/ios/marketing/small/dark/components/profile.h +1 -1
  48. package/ios/marketing/small/dark/mode.h +3 -0
  49. package/ios/marketing/small/light/components/form.h +8 -3
  50. package/ios/marketing/small/light/components/profile.h +1 -1
  51. package/ios/marketing/small/light/mode.h +3 -0
  52. package/ios/product/large/dark/components/form.h +8 -3
  53. package/ios/product/large/dark/components/profile.h +1 -1
  54. package/ios/product/large/dark/mode.h +3 -0
  55. package/ios/product/large/light/components/form.h +8 -3
  56. package/ios/product/large/light/components/profile.h +1 -1
  57. package/ios/product/large/light/mode.h +3 -0
  58. package/ios/product/small/dark/components/form.h +8 -3
  59. package/ios/product/small/dark/components/profile.h +1 -1
  60. package/ios/product/small/dark/mode.h +3 -0
  61. package/ios/product/small/light/components/form.h +8 -3
  62. package/ios/product/small/light/components/profile.h +1 -1
  63. package/ios/product/small/light/mode.h +3 -0
  64. package/js/common/frozenproduct/large/dark/components/form.d.ts +11 -0
  65. package/js/common/frozenproduct/large/dark/components/form.js +119 -6
  66. package/js/common/frozenproduct/large/dark/components/profile.js +2 -2
  67. package/js/common/frozenproduct/large/dark/mode.d.ts +5 -0
  68. package/js/common/frozenproduct/large/dark/mode.js +79 -0
  69. package/js/common/frozenproduct/large/light/components/form.d.ts +11 -0
  70. package/js/common/frozenproduct/large/light/components/form.js +119 -6
  71. package/js/common/frozenproduct/large/light/components/profile.js +2 -2
  72. package/js/common/frozenproduct/large/light/mode.d.ts +5 -0
  73. package/js/common/frozenproduct/large/light/mode.js +83 -0
  74. package/js/common/frozenproduct/small/dark/components/form.d.ts +11 -0
  75. package/js/common/frozenproduct/small/dark/components/form.js +119 -6
  76. package/js/common/frozenproduct/small/dark/components/profile.js +2 -2
  77. package/js/common/frozenproduct/small/dark/mode.d.ts +5 -0
  78. package/js/common/frozenproduct/small/dark/mode.js +79 -0
  79. package/js/common/frozenproduct/small/light/components/form.d.ts +11 -0
  80. package/js/common/frozenproduct/small/light/components/form.js +119 -6
  81. package/js/common/frozenproduct/small/light/components/profile.js +2 -2
  82. package/js/common/frozenproduct/small/light/mode.d.ts +5 -0
  83. package/js/common/frozenproduct/small/light/mode.js +83 -0
  84. package/js/common/marketing/large/dark/components/form.d.ts +11 -0
  85. package/js/common/marketing/large/dark/components/form.js +119 -6
  86. package/js/common/marketing/large/dark/components/profile.js +2 -2
  87. package/js/common/marketing/large/dark/mode.d.ts +5 -0
  88. package/js/common/marketing/large/dark/mode.js +79 -0
  89. package/js/common/marketing/large/light/components/form.d.ts +11 -0
  90. package/js/common/marketing/large/light/components/form.js +119 -6
  91. package/js/common/marketing/large/light/components/profile.js +2 -2
  92. package/js/common/marketing/large/light/mode.d.ts +5 -0
  93. package/js/common/marketing/large/light/mode.js +83 -0
  94. package/js/common/marketing/small/dark/components/form.d.ts +11 -0
  95. package/js/common/marketing/small/dark/components/form.js +119 -6
  96. package/js/common/marketing/small/dark/components/profile.js +2 -2
  97. package/js/common/marketing/small/dark/mode.d.ts +5 -0
  98. package/js/common/marketing/small/dark/mode.js +79 -0
  99. package/js/common/marketing/small/light/components/form.d.ts +11 -0
  100. package/js/common/marketing/small/light/components/form.js +119 -6
  101. package/js/common/marketing/small/light/components/profile.js +2 -2
  102. package/js/common/marketing/small/light/mode.d.ts +5 -0
  103. package/js/common/marketing/small/light/mode.js +83 -0
  104. package/js/common/product/large/dark/components/form.d.ts +11 -0
  105. package/js/common/product/large/dark/components/form.js +119 -6
  106. package/js/common/product/large/dark/components/profile.js +2 -2
  107. package/js/common/product/large/dark/mode.d.ts +5 -0
  108. package/js/common/product/large/dark/mode.js +79 -0
  109. package/js/common/product/large/light/components/form.d.ts +11 -0
  110. package/js/common/product/large/light/components/form.js +119 -6
  111. package/js/common/product/large/light/components/profile.js +2 -2
  112. package/js/common/product/large/light/mode.d.ts +5 -0
  113. package/js/common/product/large/light/mode.js +83 -0
  114. package/js/common/product/small/dark/components/form.d.ts +11 -0
  115. package/js/common/product/small/dark/components/form.js +119 -6
  116. package/js/common/product/small/dark/components/profile.js +2 -2
  117. package/js/common/product/small/dark/mode.d.ts +5 -0
  118. package/js/common/product/small/dark/mode.js +79 -0
  119. package/js/common/product/small/light/components/form.d.ts +11 -0
  120. package/js/common/product/small/light/components/form.js +119 -6
  121. package/js/common/product/small/light/components/profile.js +2 -2
  122. package/js/common/product/small/light/mode.d.ts +5 -0
  123. package/js/common/product/small/light/mode.js +83 -0
  124. package/js/es6/frozenproduct/large/dark/components/form.d.ts +5 -0
  125. package/js/es6/frozenproduct/large/dark/components/form.js +8 -3
  126. package/js/es6/frozenproduct/large/dark/components/profile.js +1 -1
  127. package/js/es6/frozenproduct/large/dark/mode.d.ts +3 -0
  128. package/js/es6/frozenproduct/large/dark/mode.js +3 -0
  129. package/js/es6/frozenproduct/large/light/components/form.d.ts +5 -0
  130. package/js/es6/frozenproduct/large/light/components/form.js +8 -3
  131. package/js/es6/frozenproduct/large/light/components/profile.js +1 -1
  132. package/js/es6/frozenproduct/large/light/mode.d.ts +3 -0
  133. package/js/es6/frozenproduct/large/light/mode.js +3 -0
  134. package/js/es6/frozenproduct/small/dark/components/form.d.ts +5 -0
  135. package/js/es6/frozenproduct/small/dark/components/form.js +8 -3
  136. package/js/es6/frozenproduct/small/dark/components/profile.js +1 -1
  137. package/js/es6/frozenproduct/small/dark/mode.d.ts +3 -0
  138. package/js/es6/frozenproduct/small/dark/mode.js +3 -0
  139. package/js/es6/frozenproduct/small/light/components/form.d.ts +5 -0
  140. package/js/es6/frozenproduct/small/light/components/form.js +8 -3
  141. package/js/es6/frozenproduct/small/light/components/profile.js +1 -1
  142. package/js/es6/frozenproduct/small/light/mode.d.ts +3 -0
  143. package/js/es6/frozenproduct/small/light/mode.js +3 -0
  144. package/js/es6/marketing/large/dark/components/form.d.ts +5 -0
  145. package/js/es6/marketing/large/dark/components/form.js +8 -3
  146. package/js/es6/marketing/large/dark/components/profile.js +1 -1
  147. package/js/es6/marketing/large/dark/mode.d.ts +3 -0
  148. package/js/es6/marketing/large/dark/mode.js +3 -0
  149. package/js/es6/marketing/large/light/components/form.d.ts +5 -0
  150. package/js/es6/marketing/large/light/components/form.js +8 -3
  151. package/js/es6/marketing/large/light/components/profile.js +1 -1
  152. package/js/es6/marketing/large/light/mode.d.ts +3 -0
  153. package/js/es6/marketing/large/light/mode.js +3 -0
  154. package/js/es6/marketing/small/dark/components/form.d.ts +5 -0
  155. package/js/es6/marketing/small/dark/components/form.js +8 -3
  156. package/js/es6/marketing/small/dark/components/profile.js +1 -1
  157. package/js/es6/marketing/small/dark/mode.d.ts +3 -0
  158. package/js/es6/marketing/small/dark/mode.js +3 -0
  159. package/js/es6/marketing/small/light/components/form.d.ts +5 -0
  160. package/js/es6/marketing/small/light/components/form.js +8 -3
  161. package/js/es6/marketing/small/light/components/profile.js +1 -1
  162. package/js/es6/marketing/small/light/mode.d.ts +3 -0
  163. package/js/es6/marketing/small/light/mode.js +3 -0
  164. package/js/es6/product/large/dark/components/form.d.ts +5 -0
  165. package/js/es6/product/large/dark/components/form.js +8 -3
  166. package/js/es6/product/large/dark/components/profile.js +1 -1
  167. package/js/es6/product/large/dark/mode.d.ts +3 -0
  168. package/js/es6/product/large/dark/mode.js +3 -0
  169. package/js/es6/product/large/light/components/form.d.ts +5 -0
  170. package/js/es6/product/large/light/components/form.js +8 -3
  171. package/js/es6/product/large/light/components/profile.js +1 -1
  172. package/js/es6/product/large/light/mode.d.ts +3 -0
  173. package/js/es6/product/large/light/mode.js +3 -0
  174. package/js/es6/product/small/dark/components/form.d.ts +5 -0
  175. package/js/es6/product/small/dark/components/form.js +8 -3
  176. package/js/es6/product/small/dark/components/profile.js +1 -1
  177. package/js/es6/product/small/dark/mode.d.ts +3 -0
  178. package/js/es6/product/small/dark/mode.js +3 -0
  179. package/js/es6/product/small/light/components/form.d.ts +5 -0
  180. package/js/es6/product/small/light/components/form.js +8 -3
  181. package/js/es6/product/small/light/components/profile.js +1 -1
  182. package/js/es6/product/small/light/mode.d.ts +3 -0
  183. package/js/es6/product/small/light/mode.js +3 -0
  184. package/js/umd/frozenproduct/large/dark/components/form.js +119 -6
  185. package/js/umd/frozenproduct/large/dark/components/profile.js +2 -2
  186. package/js/umd/frozenproduct/large/dark/mode.js +80 -0
  187. package/js/umd/frozenproduct/large/light/components/form.js +119 -6
  188. package/js/umd/frozenproduct/large/light/components/profile.js +2 -2
  189. package/js/umd/frozenproduct/large/light/mode.js +83 -0
  190. package/js/umd/frozenproduct/small/dark/components/form.js +119 -6
  191. package/js/umd/frozenproduct/small/dark/components/profile.js +2 -2
  192. package/js/umd/frozenproduct/small/dark/mode.js +80 -0
  193. package/js/umd/frozenproduct/small/light/components/form.js +119 -6
  194. package/js/umd/frozenproduct/small/light/components/profile.js +2 -2
  195. package/js/umd/frozenproduct/small/light/mode.js +83 -0
  196. package/js/umd/marketing/large/dark/components/form.js +119 -6
  197. package/js/umd/marketing/large/dark/components/profile.js +2 -2
  198. package/js/umd/marketing/large/dark/mode.js +80 -0
  199. package/js/umd/marketing/large/light/components/form.js +119 -6
  200. package/js/umd/marketing/large/light/components/profile.js +2 -2
  201. package/js/umd/marketing/large/light/mode.js +83 -0
  202. package/js/umd/marketing/small/dark/components/form.js +119 -6
  203. package/js/umd/marketing/small/dark/components/profile.js +2 -2
  204. package/js/umd/marketing/small/dark/mode.js +80 -0
  205. package/js/umd/marketing/small/light/components/form.js +119 -6
  206. package/js/umd/marketing/small/light/components/profile.js +2 -2
  207. package/js/umd/marketing/small/light/mode.js +83 -0
  208. package/js/umd/product/large/dark/components/form.js +119 -6
  209. package/js/umd/product/large/dark/components/profile.js +2 -2
  210. package/js/umd/product/large/dark/mode.js +80 -0
  211. package/js/umd/product/large/light/components/form.js +119 -6
  212. package/js/umd/product/large/light/components/profile.js +2 -2
  213. package/js/umd/product/large/light/mode.js +83 -0
  214. package/js/umd/product/small/dark/components/form.js +119 -6
  215. package/js/umd/product/small/dark/components/profile.js +2 -2
  216. package/js/umd/product/small/dark/mode.js +80 -0
  217. package/js/umd/product/small/light/components/form.js +119 -6
  218. package/js/umd/product/small/light/components/profile.js +2 -2
  219. package/js/umd/product/small/light/mode.js +83 -0
  220. package/json/flat/frozenproduct/large/dark/components/form.json +8 -3
  221. package/json/flat/frozenproduct/large/dark/components/profile.json +1 -1
  222. package/json/flat/frozenproduct/large/dark/mode.json +3 -0
  223. package/json/flat/frozenproduct/large/light/components/form.json +8 -3
  224. package/json/flat/frozenproduct/large/light/components/profile.json +1 -1
  225. package/json/flat/frozenproduct/large/light/mode.json +3 -0
  226. package/json/flat/frozenproduct/small/dark/components/form.json +8 -3
  227. package/json/flat/frozenproduct/small/dark/components/profile.json +1 -1
  228. package/json/flat/frozenproduct/small/dark/mode.json +3 -0
  229. package/json/flat/frozenproduct/small/light/components/form.json +8 -3
  230. package/json/flat/frozenproduct/small/light/components/profile.json +1 -1
  231. package/json/flat/frozenproduct/small/light/mode.json +3 -0
  232. package/json/flat/marketing/large/dark/components/form.json +8 -3
  233. package/json/flat/marketing/large/dark/components/profile.json +1 -1
  234. package/json/flat/marketing/large/dark/mode.json +3 -0
  235. package/json/flat/marketing/large/light/components/form.json +8 -3
  236. package/json/flat/marketing/large/light/components/profile.json +1 -1
  237. package/json/flat/marketing/large/light/mode.json +3 -0
  238. package/json/flat/marketing/small/dark/components/form.json +8 -3
  239. package/json/flat/marketing/small/dark/components/profile.json +1 -1
  240. package/json/flat/marketing/small/dark/mode.json +3 -0
  241. package/json/flat/marketing/small/light/components/form.json +8 -3
  242. package/json/flat/marketing/small/light/components/profile.json +1 -1
  243. package/json/flat/marketing/small/light/mode.json +3 -0
  244. package/json/flat/product/large/dark/components/form.json +8 -3
  245. package/json/flat/product/large/dark/components/profile.json +1 -1
  246. package/json/flat/product/large/dark/mode.json +3 -0
  247. package/json/flat/product/large/light/components/form.json +8 -3
  248. package/json/flat/product/large/light/components/profile.json +1 -1
  249. package/json/flat/product/large/light/mode.json +3 -0
  250. package/json/flat/product/small/dark/components/form.json +8 -3
  251. package/json/flat/product/small/dark/components/profile.json +1 -1
  252. package/json/flat/product/small/dark/mode.json +3 -0
  253. package/json/flat/product/small/light/components/form.json +8 -3
  254. package/json/flat/product/small/light/components/profile.json +1 -1
  255. package/json/flat/product/small/light/mode.json +3 -0
  256. package/json/nested/frozenproduct/large/dark/components/form.json +14 -3
  257. package/json/nested/frozenproduct/large/dark/components/profile.json +1 -1
  258. package/json/nested/frozenproduct/large/dark/mode.json +8 -3
  259. package/json/nested/frozenproduct/large/light/components/form.json +14 -3
  260. package/json/nested/frozenproduct/large/light/components/profile.json +1 -1
  261. package/json/nested/frozenproduct/large/light/mode.json +8 -3
  262. package/json/nested/frozenproduct/small/dark/components/form.json +14 -3
  263. package/json/nested/frozenproduct/small/dark/components/profile.json +1 -1
  264. package/json/nested/frozenproduct/small/dark/mode.json +8 -3
  265. package/json/nested/frozenproduct/small/light/components/form.json +14 -3
  266. package/json/nested/frozenproduct/small/light/components/profile.json +1 -1
  267. package/json/nested/frozenproduct/small/light/mode.json +8 -3
  268. package/json/nested/marketing/large/dark/components/form.json +14 -3
  269. package/json/nested/marketing/large/dark/components/profile.json +1 -1
  270. package/json/nested/marketing/large/dark/mode.json +8 -3
  271. package/json/nested/marketing/large/light/components/form.json +14 -3
  272. package/json/nested/marketing/large/light/components/profile.json +1 -1
  273. package/json/nested/marketing/large/light/mode.json +8 -3
  274. package/json/nested/marketing/small/dark/components/form.json +14 -3
  275. package/json/nested/marketing/small/dark/components/profile.json +1 -1
  276. package/json/nested/marketing/small/dark/mode.json +8 -3
  277. package/json/nested/marketing/small/light/components/form.json +14 -3
  278. package/json/nested/marketing/small/light/components/profile.json +1 -1
  279. package/json/nested/marketing/small/light/mode.json +8 -3
  280. package/json/nested/product/large/dark/components/form.json +14 -3
  281. package/json/nested/product/large/dark/components/profile.json +1 -1
  282. package/json/nested/product/large/dark/mode.json +8 -3
  283. package/json/nested/product/large/light/components/form.json +14 -3
  284. package/json/nested/product/large/light/components/profile.json +1 -1
  285. package/json/nested/product/large/light/mode.json +8 -3
  286. package/json/nested/product/small/dark/components/form.json +14 -3
  287. package/json/nested/product/small/dark/components/profile.json +1 -1
  288. package/json/nested/product/small/dark/mode.json +8 -3
  289. package/json/nested/product/small/light/components/form.json +14 -3
  290. package/json/nested/product/small/light/components/profile.json +1 -1
  291. package/json/nested/product/small/light/mode.json +8 -3
  292. package/package.json +1 -1
  293. package/sage-design-tokens-7.3.0.tgz +0 -0
  294. package/scss/frozenproduct/large/components/button.scss +23 -23
  295. package/scss/frozenproduct/large/components/container.scss +9 -9
  296. package/scss/frozenproduct/large/components/form.scss +15 -10
  297. package/scss/frozenproduct/large/components/link.scss +2 -2
  298. package/scss/frozenproduct/large/components/nav.scss +3 -3
  299. package/scss/frozenproduct/large/components/page.scss +1 -1
  300. package/scss/frozenproduct/large/components/popover.scss +2 -2
  301. package/scss/frozenproduct/large/components/profile.scss +1 -1
  302. package/scss/frozenproduct/large/components/progress.scss +6 -6
  303. package/scss/frozenproduct/large/components/status.scss +3 -3
  304. package/scss/frozenproduct/large/components/tab.scss +7 -7
  305. package/scss/frozenproduct/large/components/table.scss +10 -10
  306. package/scss/frozenproduct/large/dark.scss +3 -0
  307. package/scss/frozenproduct/large/light.scss +3 -0
  308. package/scss/frozenproduct/small/components/form.scss +8 -3
  309. package/scss/frozenproduct/small/components/profile.scss +1 -1
  310. package/scss/frozenproduct/small/dark.scss +3 -0
  311. package/scss/frozenproduct/small/light.scss +3 -0
  312. package/scss/marketing/large/components/form.scss +8 -3
  313. package/scss/marketing/large/components/profile.scss +1 -1
  314. package/scss/marketing/large/dark.scss +3 -0
  315. package/scss/marketing/large/light.scss +3 -0
  316. package/scss/marketing/small/components/button.scss +23 -23
  317. package/scss/marketing/small/components/container.scss +9 -9
  318. package/scss/marketing/small/components/form.scss +15 -10
  319. package/scss/marketing/small/components/link.scss +2 -2
  320. package/scss/marketing/small/components/nav.scss +3 -3
  321. package/scss/marketing/small/components/page.scss +1 -1
  322. package/scss/marketing/small/components/popover.scss +2 -2
  323. package/scss/marketing/small/components/profile.scss +1 -1
  324. package/scss/marketing/small/components/progress.scss +6 -6
  325. package/scss/marketing/small/components/status.scss +3 -3
  326. package/scss/marketing/small/components/tab.scss +7 -7
  327. package/scss/marketing/small/components/table.scss +10 -10
  328. package/scss/marketing/small/dark.scss +3 -0
  329. package/scss/marketing/small/light.scss +3 -0
  330. package/scss/product/large/components/form.scss +8 -3
  331. package/scss/product/large/components/profile.scss +1 -1
  332. package/scss/product/large/dark.scss +3 -0
  333. package/scss/product/large/light.scss +3 -0
  334. package/scss/product/small/components/button.scss +23 -23
  335. package/scss/product/small/components/container.scss +9 -9
  336. package/scss/product/small/components/form.scss +15 -10
  337. package/scss/product/small/components/link.scss +2 -2
  338. package/scss/product/small/components/nav.scss +3 -3
  339. package/scss/product/small/components/page.scss +1 -1
  340. package/scss/product/small/components/popover.scss +2 -2
  341. package/scss/product/small/components/profile.scss +1 -1
  342. package/scss/product/small/components/progress.scss +6 -6
  343. package/scss/product/small/components/status.scss +3 -3
  344. package/scss/product/small/components/tab.scss +7 -7
  345. package/scss/product/small/components/table.scss +10 -10
  346. package/scss/product/small/dark.scss +3 -0
  347. package/scss/product/small/light.scss +3 -0
  348. package/sage-design-tokens-7.1.7.tgz +0 -0
@@ -1495,14 +1495,14 @@
1495
1495
  x: {
1496
1496
  S: {
1497
1497
  $type: "spacing",
1498
- $value: 17.2,
1498
+ $value: 9.8,
1499
1499
  $description:
1500
1500
  "Left padding on progressively shown form inputs on radio and checkbox",
1501
1501
  filePath: "data/tokens/components/form.json",
1502
1502
  isSource: true,
1503
1503
  original: {
1504
1504
  $type: "spacing",
1505
- $value: "{global.space.macro.M} - {global.space.micro.XS}",
1505
+ $value: "{global.space.macro.XS} - 3",
1506
1506
  $description:
1507
1507
  "Left padding on progressively shown form inputs on radio and checkbox",
1508
1508
  },
@@ -1512,14 +1512,14 @@
1512
1512
  },
1513
1513
  M: {
1514
1514
  $type: "spacing",
1515
- $value: 25.6,
1515
+ $value: 16,
1516
1516
  $description:
1517
1517
  "Left padding on progressively shown form inputs on radio and checkbox",
1518
1518
  filePath: "data/tokens/components/form.json",
1519
1519
  isSource: true,
1520
1520
  original: {
1521
1521
  $type: "spacing",
1522
- $value: "{global.space.macro.L}",
1522
+ $value: "{global.space.macro.S}",
1523
1523
  $description:
1524
1524
  "Left padding on progressively shown form inputs on radio and checkbox",
1525
1525
  },
@@ -1529,14 +1529,14 @@
1529
1529
  },
1530
1530
  L: {
1531
1531
  $type: "spacing",
1532
- $value: 34,
1532
+ $value: 20.2,
1533
1533
  $description:
1534
1534
  "Left padding on progressively shown form inputs on radio and checkbox",
1535
1535
  filePath: "data/tokens/components/form.json",
1536
1536
  isSource: true,
1537
1537
  original: {
1538
1538
  $type: "spacing",
1539
- $value: "{global.space.macro.XL} + {global.space.micro.XS}",
1539
+ $value: "{global.space.macro.M} + 1",
1540
1540
  $description:
1541
1541
  "Left padding on progressively shown form inputs on radio and checkbox",
1542
1542
  },
@@ -1651,6 +1651,85 @@
1651
1651
  path: ["form", "space", "integral", "progressive", "yg", "L"],
1652
1652
  },
1653
1653
  },
1654
+ keyline: {
1655
+ x: {
1656
+ S: {
1657
+ $type: "spacing",
1658
+ $value: 5.4,
1659
+ $description:
1660
+ "Left padding on keyline for small progressively shown inputs",
1661
+ filePath: "data/tokens/components/form.json",
1662
+ isSource: true,
1663
+ original: {
1664
+ $type: "spacing",
1665
+ $value: "{global.space.macro.XXXS} - 1",
1666
+ $description:
1667
+ "Left padding on keyline for small progressively shown inputs",
1668
+ },
1669
+ name: "formSpaceIntegralProgressiveKeylineXS",
1670
+ attributes: {},
1671
+ path: [
1672
+ "form",
1673
+ "space",
1674
+ "integral",
1675
+ "progressive",
1676
+ "keyline",
1677
+ "x",
1678
+ "S",
1679
+ ],
1680
+ },
1681
+ M: {
1682
+ $type: "spacing",
1683
+ $value: 8.6,
1684
+ $description:
1685
+ "Left padding on keyline for medium progressively shown inputs",
1686
+ filePath: "data/tokens/components/form.json",
1687
+ isSource: true,
1688
+ original: {
1689
+ $type: "spacing",
1690
+ $value: "{global.space.macro.XXS} - 1",
1691
+ $description:
1692
+ "Left padding on keyline for medium progressively shown inputs",
1693
+ },
1694
+ name: "formSpaceIntegralProgressiveKeylineXM",
1695
+ attributes: {},
1696
+ path: [
1697
+ "form",
1698
+ "space",
1699
+ "integral",
1700
+ "progressive",
1701
+ "keyline",
1702
+ "x",
1703
+ "M",
1704
+ ],
1705
+ },
1706
+ L: {
1707
+ $type: "spacing",
1708
+ $value: 11.8,
1709
+ $description:
1710
+ "Left padding on keyline for large progressively shown inputs",
1711
+ filePath: "data/tokens/components/form.json",
1712
+ isSource: true,
1713
+ original: {
1714
+ $type: "spacing",
1715
+ $value: "{global.space.macro.XS} - 1",
1716
+ $description:
1717
+ "Left padding on keyline for large progressively shown inputs",
1718
+ },
1719
+ name: "formSpaceIntegralProgressiveKeylineXL",
1720
+ attributes: {},
1721
+ path: [
1722
+ "form",
1723
+ "space",
1724
+ "integral",
1725
+ "progressive",
1726
+ "keyline",
1727
+ "x",
1728
+ "L",
1729
+ ],
1730
+ },
1731
+ },
1732
+ },
1654
1733
  },
1655
1734
  },
1656
1735
  rating: {
@@ -3020,6 +3099,25 @@
3020
3099
  path: ["form", "size", "validation", "bar"],
3021
3100
  },
3022
3101
  },
3102
+ progressive: {
3103
+ bar: {
3104
+ $type: "sizing",
3105
+ $value: 2,
3106
+ $description:
3107
+ "2px progressive disclosure keyline bar used in checkbox and radio groups",
3108
+ filePath: "data/tokens/components/form.json",
3109
+ isSource: true,
3110
+ original: {
3111
+ $type: "sizing",
3112
+ $value: "{global.size.micro.XXS}",
3113
+ $description:
3114
+ "2px progressive disclosure keyline bar used in checkbox and radio groups",
3115
+ },
3116
+ name: "formSizeProgressiveBar",
3117
+ attributes: {},
3118
+ path: ["form", "size", "progressive", "bar"],
3119
+ },
3120
+ },
3023
3121
  rating: {
3024
3122
  M: {
3025
3123
  $type: "sizing",
@@ -4190,6 +4288,21 @@
4190
4288
  attributes: {},
4191
4289
  path: ["form", "radius", "validationbar"],
4192
4290
  },
4291
+ progressivebar: {
4292
+ $type: "borderRadius",
4293
+ $value: 2,
4294
+ $description: "Validation bar",
4295
+ filePath: "data/tokens/components/form.json",
4296
+ isSource: true,
4297
+ original: {
4298
+ $type: "borderRadius",
4299
+ $value: "{global.radius.interactive.XS}",
4300
+ $description: "Validation bar",
4301
+ },
4302
+ name: "formRadiusProgressivebar",
4303
+ attributes: {},
4304
+ path: ["form", "radius", "progressivebar"],
4305
+ },
4193
4306
  calendar: {
4194
4307
  none: {
4195
4308
  $type: "borderRadius",
@@ -237,13 +237,13 @@
237
237
  },
238
238
  XXL: {
239
239
  $type: "sizing",
240
- $value: 104,
240
+ $value: 72,
241
241
  $description: "XXL Portraits",
242
242
  filePath: "data/tokens/components/profile.json",
243
243
  isSource: true,
244
244
  original: {
245
245
  $type: "sizing",
246
- $value: "{global.size.micro.M} * 13",
246
+ $value: "{global.size.micro.M} * 9",
247
247
  $description: "XXL Portraits",
248
248
  },
249
249
  name: "profileSizeInsideXxl",
@@ -888,6 +888,42 @@
888
888
  attributes: {},
889
889
  path: ["modes", "color", "generic", "fg", "moderate"],
890
890
  },
891
+ frozen: {
892
+ soft: {
893
+ $extensions: {
894
+ "studio.tokens": {
895
+ modify: {
896
+ type: "mix",
897
+ value: "0.32",
898
+ space: "lch",
899
+ color: "#FFFFFF ",
900
+ format: "hex",
901
+ },
902
+ },
903
+ },
904
+ $type: "color",
905
+ $value: "#4b4b4b",
906
+ filePath: "data/tokens/modes/dark.json",
907
+ isSource: true,
908
+ original: {
909
+ $extensions: {
910
+ "studio.tokens": {
911
+ modify: {
912
+ type: "mix",
913
+ value: "0.32",
914
+ space: "lch",
915
+ color: "{modes.color.modifier.contrastMore} ",
916
+ },
917
+ },
918
+ },
919
+ $type: "color",
920
+ $value: "{modes.color.generic.fg.nought}",
921
+ },
922
+ name: "modesColorGenericFgFrozenSoft",
923
+ attributes: {},
924
+ path: ["modes", "color", "generic", "fg", "frozen", "soft"],
925
+ },
926
+ },
891
927
  },
892
928
  backdrop: {
893
929
  nought: {
@@ -2224,6 +2260,30 @@
2224
2260
  "active",
2225
2261
  ],
2226
2262
  },
2263
+ active2: {
2264
+ $type: "color",
2265
+ $value: "#FFFFFF",
2266
+ $description: "progress tracker",
2267
+ filePath: "data/tokens/modes/dark.json",
2268
+ isSource: true,
2269
+ original: {
2270
+ $type: "color",
2271
+ $value:
2272
+ "{modes.color.interactive.monochrome.generic.active}",
2273
+ $description: "progress tracker",
2274
+ },
2275
+ name: "modesColorInteractiveMonochromeGenericFrozenActive2",
2276
+ attributes: {},
2277
+ path: [
2278
+ "modes",
2279
+ "color",
2280
+ "interactive",
2281
+ "monochrome",
2282
+ "generic",
2283
+ "frozen",
2284
+ "active2",
2285
+ ],
2286
+ },
2227
2287
  },
2228
2288
  },
2229
2289
  marketing: {
@@ -2918,6 +2978,26 @@
2918
2978
  "bg",
2919
2979
  ],
2920
2980
  },
2981
+ "bg-alt": {
2982
+ $type: "color",
2983
+ $value: "#ffffff14",
2984
+ filePath: "data/tokens/modes/dark.json",
2985
+ isSource: true,
2986
+ original: {
2987
+ $type: "color",
2988
+ $value: "{modes.color.interactive.progress.bg}",
2989
+ },
2990
+ name: "modesColorInteractiveProgressFrozenBgAlt",
2991
+ attributes: {},
2992
+ path: [
2993
+ "modes",
2994
+ "color",
2995
+ "interactive",
2996
+ "progress",
2997
+ "frozen",
2998
+ "bg-alt",
2999
+ ],
3000
+ },
2921
3001
  },
2922
3002
  },
2923
3003
  },
@@ -1495,14 +1495,14 @@
1495
1495
  x: {
1496
1496
  S: {
1497
1497
  $type: "spacing",
1498
- $value: 17.2,
1498
+ $value: 9.8,
1499
1499
  $description:
1500
1500
  "Left padding on progressively shown form inputs on radio and checkbox",
1501
1501
  filePath: "data/tokens/components/form.json",
1502
1502
  isSource: true,
1503
1503
  original: {
1504
1504
  $type: "spacing",
1505
- $value: "{global.space.macro.M} - {global.space.micro.XS}",
1505
+ $value: "{global.space.macro.XS} - 3",
1506
1506
  $description:
1507
1507
  "Left padding on progressively shown form inputs on radio and checkbox",
1508
1508
  },
@@ -1512,14 +1512,14 @@
1512
1512
  },
1513
1513
  M: {
1514
1514
  $type: "spacing",
1515
- $value: 25.6,
1515
+ $value: 16,
1516
1516
  $description:
1517
1517
  "Left padding on progressively shown form inputs on radio and checkbox",
1518
1518
  filePath: "data/tokens/components/form.json",
1519
1519
  isSource: true,
1520
1520
  original: {
1521
1521
  $type: "spacing",
1522
- $value: "{global.space.macro.L}",
1522
+ $value: "{global.space.macro.S}",
1523
1523
  $description:
1524
1524
  "Left padding on progressively shown form inputs on radio and checkbox",
1525
1525
  },
@@ -1529,14 +1529,14 @@
1529
1529
  },
1530
1530
  L: {
1531
1531
  $type: "spacing",
1532
- $value: 34,
1532
+ $value: 20.2,
1533
1533
  $description:
1534
1534
  "Left padding on progressively shown form inputs on radio and checkbox",
1535
1535
  filePath: "data/tokens/components/form.json",
1536
1536
  isSource: true,
1537
1537
  original: {
1538
1538
  $type: "spacing",
1539
- $value: "{global.space.macro.XL} + {global.space.micro.XS}",
1539
+ $value: "{global.space.macro.M} + 1",
1540
1540
  $description:
1541
1541
  "Left padding on progressively shown form inputs on radio and checkbox",
1542
1542
  },
@@ -1651,6 +1651,85 @@
1651
1651
  path: ["form", "space", "integral", "progressive", "yg", "L"],
1652
1652
  },
1653
1653
  },
1654
+ keyline: {
1655
+ x: {
1656
+ S: {
1657
+ $type: "spacing",
1658
+ $value: 5.4,
1659
+ $description:
1660
+ "Left padding on keyline for small progressively shown inputs",
1661
+ filePath: "data/tokens/components/form.json",
1662
+ isSource: true,
1663
+ original: {
1664
+ $type: "spacing",
1665
+ $value: "{global.space.macro.XXXS} - 1",
1666
+ $description:
1667
+ "Left padding on keyline for small progressively shown inputs",
1668
+ },
1669
+ name: "formSpaceIntegralProgressiveKeylineXS",
1670
+ attributes: {},
1671
+ path: [
1672
+ "form",
1673
+ "space",
1674
+ "integral",
1675
+ "progressive",
1676
+ "keyline",
1677
+ "x",
1678
+ "S",
1679
+ ],
1680
+ },
1681
+ M: {
1682
+ $type: "spacing",
1683
+ $value: 8.6,
1684
+ $description:
1685
+ "Left padding on keyline for medium progressively shown inputs",
1686
+ filePath: "data/tokens/components/form.json",
1687
+ isSource: true,
1688
+ original: {
1689
+ $type: "spacing",
1690
+ $value: "{global.space.macro.XXS} - 1",
1691
+ $description:
1692
+ "Left padding on keyline for medium progressively shown inputs",
1693
+ },
1694
+ name: "formSpaceIntegralProgressiveKeylineXM",
1695
+ attributes: {},
1696
+ path: [
1697
+ "form",
1698
+ "space",
1699
+ "integral",
1700
+ "progressive",
1701
+ "keyline",
1702
+ "x",
1703
+ "M",
1704
+ ],
1705
+ },
1706
+ L: {
1707
+ $type: "spacing",
1708
+ $value: 11.8,
1709
+ $description:
1710
+ "Left padding on keyline for large progressively shown inputs",
1711
+ filePath: "data/tokens/components/form.json",
1712
+ isSource: true,
1713
+ original: {
1714
+ $type: "spacing",
1715
+ $value: "{global.space.macro.XS} - 1",
1716
+ $description:
1717
+ "Left padding on keyline for large progressively shown inputs",
1718
+ },
1719
+ name: "formSpaceIntegralProgressiveKeylineXL",
1720
+ attributes: {},
1721
+ path: [
1722
+ "form",
1723
+ "space",
1724
+ "integral",
1725
+ "progressive",
1726
+ "keyline",
1727
+ "x",
1728
+ "L",
1729
+ ],
1730
+ },
1731
+ },
1732
+ },
1654
1733
  },
1655
1734
  },
1656
1735
  rating: {
@@ -3020,6 +3099,25 @@
3020
3099
  path: ["form", "size", "validation", "bar"],
3021
3100
  },
3022
3101
  },
3102
+ progressive: {
3103
+ bar: {
3104
+ $type: "sizing",
3105
+ $value: 2,
3106
+ $description:
3107
+ "2px progressive disclosure keyline bar used in checkbox and radio groups",
3108
+ filePath: "data/tokens/components/form.json",
3109
+ isSource: true,
3110
+ original: {
3111
+ $type: "sizing",
3112
+ $value: "{global.size.micro.XXS}",
3113
+ $description:
3114
+ "2px progressive disclosure keyline bar used in checkbox and radio groups",
3115
+ },
3116
+ name: "formSizeProgressiveBar",
3117
+ attributes: {},
3118
+ path: ["form", "size", "progressive", "bar"],
3119
+ },
3120
+ },
3023
3121
  rating: {
3024
3122
  M: {
3025
3123
  $type: "sizing",
@@ -4190,6 +4288,21 @@
4190
4288
  attributes: {},
4191
4289
  path: ["form", "radius", "validationbar"],
4192
4290
  },
4291
+ progressivebar: {
4292
+ $type: "borderRadius",
4293
+ $value: 2,
4294
+ $description: "Validation bar",
4295
+ filePath: "data/tokens/components/form.json",
4296
+ isSource: true,
4297
+ original: {
4298
+ $type: "borderRadius",
4299
+ $value: "{global.radius.interactive.XS}",
4300
+ $description: "Validation bar",
4301
+ },
4302
+ name: "formRadiusProgressivebar",
4303
+ attributes: {},
4304
+ path: ["form", "radius", "progressivebar"],
4305
+ },
4193
4306
  calendar: {
4194
4307
  none: {
4195
4308
  $type: "borderRadius",
@@ -237,13 +237,13 @@
237
237
  },
238
238
  XXL: {
239
239
  $type: "sizing",
240
- $value: 104,
240
+ $value: 72,
241
241
  $description: "XXL Portraits",
242
242
  filePath: "data/tokens/components/profile.json",
243
243
  isSource: true,
244
244
  original: {
245
245
  $type: "sizing",
246
- $value: "{global.size.micro.M} * 13",
246
+ $value: "{global.size.micro.M} * 9",
247
247
  $description: "XXL Portraits",
248
248
  },
249
249
  name: "profileSizeInsideXxl",
@@ -890,6 +890,23 @@
890
890
  attributes: {},
891
891
  path: ["modes", "color", "generic", "fg", "moderate"],
892
892
  },
893
+ frozen: {
894
+ soft: {
895
+ $type: "color",
896
+ $value: "#335B70",
897
+ $description: "frozen progress tracker border",
898
+ filePath: "data/tokens/modes/light.json",
899
+ isSource: true,
900
+ original: {
901
+ $type: "color",
902
+ $value: "{modes.color.status.neutral.frozen.default}",
903
+ $description: "frozen progress tracker border",
904
+ },
905
+ name: "modesColorGenericFgFrozenSoft",
906
+ attributes: {},
907
+ path: ["modes", "color", "generic", "fg", "frozen", "soft"],
908
+ },
909
+ },
893
910
  },
894
911
  backdrop: {
895
912
  nought: {
@@ -2304,6 +2321,29 @@
2304
2321
  "active",
2305
2322
  ],
2306
2323
  },
2324
+ active2: {
2325
+ $type: "color",
2326
+ $value: "#335B70",
2327
+ $description: "Frozen progress tracker",
2328
+ filePath: "data/tokens/modes/light.json",
2329
+ isSource: true,
2330
+ original: {
2331
+ $type: "color",
2332
+ $value: "{modes.color.generic.fg.frozen.soft}",
2333
+ $description: "Frozen progress tracker",
2334
+ },
2335
+ name: "modesColorInteractiveMonochromeGenericFrozenActive2",
2336
+ attributes: {},
2337
+ path: [
2338
+ "modes",
2339
+ "color",
2340
+ "interactive",
2341
+ "monochrome",
2342
+ "generic",
2343
+ "frozen",
2344
+ "active2",
2345
+ ],
2346
+ },
2307
2347
  },
2308
2348
  },
2309
2349
  marketing: {
@@ -3020,6 +3060,49 @@
3020
3060
  "bg",
3021
3061
  ],
3022
3062
  },
3063
+ "bg-alt": {
3064
+ $extensions: {
3065
+ "studio.tokens": {
3066
+ modify: {
3067
+ type: "mix",
3068
+ value: "0.75",
3069
+ space: "lch",
3070
+ color: "#FFFFFF",
3071
+ format: "hex",
3072
+ },
3073
+ },
3074
+ },
3075
+ $type: "color",
3076
+ $value: "#cad3d9",
3077
+ $description: "progress tracker bg",
3078
+ filePath: "data/tokens/modes/light.json",
3079
+ isSource: true,
3080
+ original: {
3081
+ $extensions: {
3082
+ "studio.tokens": {
3083
+ modify: {
3084
+ type: "mix",
3085
+ value: "0.75",
3086
+ space: "lch",
3087
+ color: "{modes.color.modifier.contrastLess}",
3088
+ },
3089
+ },
3090
+ },
3091
+ $type: "color",
3092
+ $value: "{primitives.colors.navy}",
3093
+ $description: "progress tracker bg",
3094
+ },
3095
+ name: "modesColorInteractiveProgressFrozenBgAlt",
3096
+ attributes: {},
3097
+ path: [
3098
+ "modes",
3099
+ "color",
3100
+ "interactive",
3101
+ "progress",
3102
+ "frozen",
3103
+ "bg-alt",
3104
+ ],
3105
+ },
3023
3106
  },
3024
3107
  },
3025
3108
  },