@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
@@ -177,6 +177,7 @@
177
177
  --modes-color-generic-fg-delicate-light: #d1d1d1; /* table dividers and borders */
178
178
  --modes-color-generic-fg-soft-light: #a6a6a6;
179
179
  --modes-color-generic-fg-moderate-light: #777;
180
+ --modes-color-generic-fg-frozen-soft-light: #335B70; /* frozen progress tracker border */
180
181
  --modes-color-generic-backdrop-nought-light: #FFFFFF; /* used on full page backgrounds */
181
182
  --modes-color-generic-backdrop-faint-light: #f6f8f9; /* used on full page backgrounds as an alternative option */
182
183
  --modes-color-interactive-ai-active-light: linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%);
@@ -232,6 +233,7 @@
232
233
  --modes-color-interactive-monochrome-generic-with-default-light: #FFFFFF;
233
234
  --modes-color-interactive-monochrome-generic-with-hover-light: #000000; /* maybe should be white to align with primary group logic */
234
235
  --modes-color-interactive-monochrome-generic-frozen-active-light: #eaedf0; /* Used within frozen table */
236
+ --modes-color-interactive-monochrome-generic-frozen-active2-light: #335B70; /* Frozen progress tracker */
235
237
  --modes-color-interactive-monochrome-marketing-active-light: #000000; /* needed for specific marketing usecase on light bg */
236
238
  --modes-color-interactive-monochrome-marketing-with-active-light: #00D639; /* needed for specific marketing usecase on light bg */
237
239
  --modes-color-interactive-monochrome-subtle-default-alt-light: #00000080; /* border color for off switches */
@@ -255,6 +257,7 @@
255
257
  --modes-color-interactive-progress-bg-light: #00000014;
256
258
  --modes-color-interactive-progress-bg-alt-light: #ffffff14;
257
259
  --modes-color-interactive-progress-frozen-bg-light: #00804614;
260
+ --modes-color-interactive-progress-frozen-bg-alt-light: #cad3d9; /* progress tracker bg */
258
261
  --modes-color-status-ai-default-light: #FFFFFF;
259
262
  --modes-color-status-ai-default-alt-light: #000000; /* bg for contextual message comp */
260
263
  --modes-color-status-ai-default-horizontal-light: linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%);
@@ -350,6 +353,7 @@
350
353
  --modes-color-generic-fg-delicate-dark: #282828; /* table dividers and borders */
351
354
  --modes-color-generic-fg-soft-dark: #4b4b4b;
352
355
  --modes-color-generic-fg-moderate-dark: #777;
356
+ --modes-color-generic-fg-frozen-soft-dark: #4b4b4b;
353
357
  --modes-color-generic-backdrop-nought-dark: #000000; /* used on full page backgrounds */
354
358
  --modes-color-generic-backdrop-faint-dark: #181818; /* used on full page backgrounds as an alternative option */
355
359
  --modes-color-interactive-ai-active-dark: linear-gradient(90deg, #00D63926 0%, #00d6de26 40%, #9d60ff26 90%);
@@ -405,6 +409,7 @@
405
409
  --modes-color-interactive-monochrome-generic-with-default-dark: #000000;
406
410
  --modes-color-interactive-monochrome-generic-with-hover-dark: #FFFFFF;
407
411
  --modes-color-interactive-monochrome-generic-frozen-active-dark: #FFFFFF; /* Used within frozen table */
412
+ --modes-color-interactive-monochrome-generic-frozen-active2-dark: #FFFFFF; /* progress tracker */
408
413
  --modes-color-interactive-monochrome-marketing-with-active-dark: #000000; /* use for marketing overrides for switch handle on standard */
409
414
  --modes-color-interactive-monochrome-marketing-active-dark: #00D639; /* needed for specific marketing usecase on light bg */
410
415
  --modes-color-interactive-monochrome-subtle-default-alt-dark: #ffffff80; /* border color for off switches */
@@ -428,6 +433,7 @@
428
433
  --modes-color-interactive-progress-bg-dark: #ffffff14;
429
434
  --modes-color-interactive-progress-bg-alt-dark: #00000014;
430
435
  --modes-color-interactive-progress-frozen-bg-dark: #ffffff14;
436
+ --modes-color-interactive-progress-frozen-bg-alt-dark: #ffffff14;
431
437
  --modes-color-status-caution-default-dark: #E04500;
432
438
  --modes-color-status-caution-default-alt-dark: #251206; /* Subtle message bg */
433
439
  --modes-color-status-caution-hover-dark: #eb6732; /* used on pill hover states */
@@ -1115,15 +1121,18 @@
1115
1121
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
1116
1122
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
1117
1123
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
1118
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
1119
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
1120
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
1124
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
1125
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
1126
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
1121
1127
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1122
1128
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1123
1129
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1124
1130
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1125
1131
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1126
1132
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1133
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
1134
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
1135
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
1127
1136
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
1128
1137
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
1129
1138
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -1204,6 +1213,7 @@
1204
1213
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
1205
1214
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
1206
1215
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
1216
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
1207
1217
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
1208
1218
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
1209
1219
  --form-color-calendar-bg-disabled: light-dark(var(--modes-color-interactive-inactive-default-alt-light), var(--modes-color-interactive-inactive-default-alt-dark));
@@ -1251,6 +1261,7 @@
1251
1261
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
1252
1262
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
1253
1263
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
1264
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
1254
1265
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
1255
1266
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
1256
1267
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -1508,7 +1519,7 @@
1508
1519
  --profile-size-inside-ml: calc(var(--global-size-macro-xs) + var(--global-size-micro-xs)); /* L Portrait icons */
1509
1520
  --profile-size-inside-l: var(--global-size-macro-m); /* XL Portrait icons */
1510
1521
  --profile-size-inside-xl: var(--global-size-macro-xl); /* XL Portrait icons */
1511
- --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 13); /* XXL Portraits */
1522
+ --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 9); /* XXL Portraits */
1512
1523
  --profile-color-border-default: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark));
1513
1524
  --profile-space-none: var(--global-space-none);
1514
1525
  --profile-space-x-s: var(--global-space-macro-xs); /* gap between avatar and name */
@@ -118,15 +118,18 @@
118
118
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
119
119
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
120
120
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
121
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
122
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
123
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
121
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
122
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
123
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
124
124
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
125
125
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
126
126
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
127
127
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
128
128
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
129
129
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
130
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
131
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
132
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
130
133
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
131
134
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
132
135
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -207,6 +210,7 @@
207
210
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
208
211
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
209
212
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
213
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
210
214
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
211
215
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
212
216
  --form-color-calendar-bg-disabled: var(--modes-color-interactive-inactive-default-alt);
@@ -254,6 +258,7 @@
254
258
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
255
259
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
256
260
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
261
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
257
262
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
258
263
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
259
264
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -59,7 +59,7 @@
59
59
  --profile-size-inside-ml: calc(var(--global-size-macro-xs) + var(--global-size-micro-xs)); /* L Portrait icons */
60
60
  --profile-size-inside-l: var(--global-size-macro-m); /* XL Portrait icons */
61
61
  --profile-size-inside-xl: var(--global-size-macro-xl); /* XL Portrait icons */
62
- --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 13); /* XXL Portraits */
62
+ --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 9); /* XXL Portraits */
63
63
  --profile-color-border-default: var(--modes-color-generic-fg-delicate);
64
64
  --profile-space-none: var(--global-space-none);
65
65
  --profile-space-x-s: var(--global-space-macro-xs); /* gap between avatar and name */
@@ -35,6 +35,7 @@
35
35
  --modes-color-generic-fg-delicate: #282828; /* table dividers and borders */
36
36
  --modes-color-generic-fg-soft: #4b4b4b;
37
37
  --modes-color-generic-fg-moderate: #777;
38
+ --modes-color-generic-fg-frozen-soft: #4b4b4b;
38
39
  --modes-color-generic-backdrop-nought: #000000; /* used on full page backgrounds */
39
40
  --modes-color-generic-backdrop-faint: #181818; /* used on full page backgrounds as an alternative option */
40
41
  --modes-color-interactive-ai-active: linear-gradient(90deg, #00D63926 0%, #00d6de26 40%, #9d60ff26 90%);
@@ -90,6 +91,7 @@
90
91
  --modes-color-interactive-monochrome-generic-with-default: #000000;
91
92
  --modes-color-interactive-monochrome-generic-with-hover: #FFFFFF;
92
93
  --modes-color-interactive-monochrome-generic-frozen-active: #FFFFFF; /* Used within frozen table */
94
+ --modes-color-interactive-monochrome-generic-frozen-active2: #FFFFFF; /* progress tracker */
93
95
  --modes-color-interactive-monochrome-marketing-with-active: #000000; /* use for marketing overrides for switch handle on standard */
94
96
  --modes-color-interactive-monochrome-marketing-active: #00D639; /* needed for specific marketing usecase on light bg */
95
97
  --modes-color-interactive-monochrome-subtle-default-alt: #ffffff80; /* border color for off switches */
@@ -113,6 +115,7 @@
113
115
  --modes-color-interactive-progress-bg: #ffffff14;
114
116
  --modes-color-interactive-progress-bg-alt: #00000014;
115
117
  --modes-color-interactive-progress-frozen-bg: #ffffff14;
118
+ --modes-color-interactive-progress-frozen-bg-alt: #ffffff14;
116
119
  --modes-color-status-caution-default: #E04500;
117
120
  --modes-color-status-caution-default-alt: #251206; /* Subtle message bg */
118
121
  --modes-color-status-caution-hover: #eb6732; /* used on pill hover states */
@@ -35,6 +35,7 @@
35
35
  --modes-color-generic-fg-delicate: #d1d1d1; /* table dividers and borders */
36
36
  --modes-color-generic-fg-soft: #a6a6a6;
37
37
  --modes-color-generic-fg-moderate: #777;
38
+ --modes-color-generic-fg-frozen-soft: #335B70; /* frozen progress tracker border */
38
39
  --modes-color-generic-backdrop-nought: #FFFFFF; /* used on full page backgrounds */
39
40
  --modes-color-generic-backdrop-faint: #f6f8f9; /* used on full page backgrounds as an alternative option */
40
41
  --modes-color-interactive-ai-active: linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%);
@@ -90,6 +91,7 @@
90
91
  --modes-color-interactive-monochrome-generic-with-default: #FFFFFF;
91
92
  --modes-color-interactive-monochrome-generic-with-hover: #000000; /* maybe should be white to align with primary group logic */
92
93
  --modes-color-interactive-monochrome-generic-frozen-active: #eaedf0; /* Used within frozen table */
94
+ --modes-color-interactive-monochrome-generic-frozen-active2: #335B70; /* Frozen progress tracker */
93
95
  --modes-color-interactive-monochrome-marketing-active: #000000; /* needed for specific marketing usecase on light bg */
94
96
  --modes-color-interactive-monochrome-marketing-with-active: #00D639; /* needed for specific marketing usecase on light bg */
95
97
  --modes-color-interactive-monochrome-subtle-default-alt: #00000080; /* border color for off switches */
@@ -113,6 +115,7 @@
113
115
  --modes-color-interactive-progress-bg: #00000014;
114
116
  --modes-color-interactive-progress-bg-alt: #ffffff14;
115
117
  --modes-color-interactive-progress-frozen-bg: #00804614;
118
+ --modes-color-interactive-progress-frozen-bg-alt: #cad3d9; /* progress tracker bg */
116
119
  --modes-color-status-ai-default: #FFFFFF;
117
120
  --modes-color-status-ai-default-alt: #000000; /* bg for contextual message comp */
118
121
  --modes-color-status-ai-default-horizontal: linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%);
@@ -118,15 +118,18 @@
118
118
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
119
119
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
120
120
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
121
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
122
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
123
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
121
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
122
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
123
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
124
124
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
125
125
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
126
126
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
127
127
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
128
128
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
129
129
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
130
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
131
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
132
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
130
133
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
131
134
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
132
135
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -207,6 +210,7 @@
207
210
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
208
211
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
209
212
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
213
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
210
214
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
211
215
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
212
216
  --form-color-calendar-bg-disabled: var(--modes-color-interactive-inactive-default-alt);
@@ -254,6 +258,7 @@
254
258
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
255
259
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
256
260
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
261
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
257
262
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
258
263
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
259
264
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -59,7 +59,7 @@
59
59
  --profile-size-inside-ml: calc(var(--global-size-macro-xs) + var(--global-size-micro-xs)); /* L Portrait icons */
60
60
  --profile-size-inside-l: var(--global-size-macro-m); /* XL Portrait icons */
61
61
  --profile-size-inside-xl: var(--global-size-macro-xl); /* XL Portrait icons */
62
- --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 13); /* XXL Portraits */
62
+ --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 9); /* XXL Portraits */
63
63
  --profile-color-border-default: var(--modes-color-generic-fg-delicate);
64
64
  --profile-space-none: var(--global-space-none);
65
65
  --profile-space-x-s: var(--global-space-macro-xs); /* gap between avatar and name */
@@ -35,6 +35,7 @@
35
35
  --modes-color-generic-fg-delicate: #282828; /* table dividers and borders */
36
36
  --modes-color-generic-fg-soft: #4b4b4b;
37
37
  --modes-color-generic-fg-moderate: #777;
38
+ --modes-color-generic-fg-frozen-soft: #4b4b4b;
38
39
  --modes-color-generic-backdrop-nought: #000000; /* used on full page backgrounds */
39
40
  --modes-color-generic-backdrop-faint: #181818; /* used on full page backgrounds as an alternative option */
40
41
  --modes-color-interactive-ai-active: linear-gradient(90deg, #00D63926 0%, #00d6de26 40%, #9d60ff26 90%);
@@ -90,6 +91,7 @@
90
91
  --modes-color-interactive-monochrome-generic-with-default: #000000;
91
92
  --modes-color-interactive-monochrome-generic-with-hover: #FFFFFF;
92
93
  --modes-color-interactive-monochrome-generic-frozen-active: #FFFFFF; /* Used within frozen table */
94
+ --modes-color-interactive-monochrome-generic-frozen-active2: #FFFFFF; /* progress tracker */
93
95
  --modes-color-interactive-monochrome-marketing-with-active: #000000; /* use for marketing overrides for switch handle on standard */
94
96
  --modes-color-interactive-monochrome-marketing-active: #00D639; /* needed for specific marketing usecase on light bg */
95
97
  --modes-color-interactive-monochrome-subtle-default-alt: #ffffff80; /* border color for off switches */
@@ -113,6 +115,7 @@
113
115
  --modes-color-interactive-progress-bg: #ffffff14;
114
116
  --modes-color-interactive-progress-bg-alt: #00000014;
115
117
  --modes-color-interactive-progress-frozen-bg: #ffffff14;
118
+ --modes-color-interactive-progress-frozen-bg-alt: #ffffff14;
116
119
  --modes-color-status-caution-default: #E04500;
117
120
  --modes-color-status-caution-default-alt: #251206; /* Subtle message bg */
118
121
  --modes-color-status-caution-hover: #eb6732; /* used on pill hover states */
@@ -35,6 +35,7 @@
35
35
  --modes-color-generic-fg-delicate: #d1d1d1; /* table dividers and borders */
36
36
  --modes-color-generic-fg-soft: #a6a6a6;
37
37
  --modes-color-generic-fg-moderate: #777;
38
+ --modes-color-generic-fg-frozen-soft: #335B70; /* frozen progress tracker border */
38
39
  --modes-color-generic-backdrop-nought: #FFFFFF; /* used on full page backgrounds */
39
40
  --modes-color-generic-backdrop-faint: #f6f8f9; /* used on full page backgrounds as an alternative option */
40
41
  --modes-color-interactive-ai-active: linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%);
@@ -90,6 +91,7 @@
90
91
  --modes-color-interactive-monochrome-generic-with-default: #FFFFFF;
91
92
  --modes-color-interactive-monochrome-generic-with-hover: #000000; /* maybe should be white to align with primary group logic */
92
93
  --modes-color-interactive-monochrome-generic-frozen-active: #eaedf0; /* Used within frozen table */
94
+ --modes-color-interactive-monochrome-generic-frozen-active2: #335B70; /* Frozen progress tracker */
93
95
  --modes-color-interactive-monochrome-marketing-active: #000000; /* needed for specific marketing usecase on light bg */
94
96
  --modes-color-interactive-monochrome-marketing-with-active: #00D639; /* needed for specific marketing usecase on light bg */
95
97
  --modes-color-interactive-monochrome-subtle-default-alt: #00000080; /* border color for off switches */
@@ -113,6 +115,7 @@
113
115
  --modes-color-interactive-progress-bg: #00000014;
114
116
  --modes-color-interactive-progress-bg-alt: #ffffff14;
115
117
  --modes-color-interactive-progress-frozen-bg: #00804614;
118
+ --modes-color-interactive-progress-frozen-bg-alt: #cad3d9; /* progress tracker bg */
116
119
  --modes-color-status-ai-default: #FFFFFF;
117
120
  --modes-color-status-ai-default-alt: #000000; /* bg for contextual message comp */
118
121
  --modes-color-status-ai-default-horizontal: linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%);
@@ -177,6 +177,7 @@
177
177
  --modes-color-generic-fg-delicate-light: #d1d1d1; /* table dividers and borders */
178
178
  --modes-color-generic-fg-soft-light: #a6a6a6;
179
179
  --modes-color-generic-fg-moderate-light: #777;
180
+ --modes-color-generic-fg-frozen-soft-light: #335B70; /* frozen progress tracker border */
180
181
  --modes-color-generic-backdrop-nought-light: #FFFFFF; /* used on full page backgrounds */
181
182
  --modes-color-generic-backdrop-faint-light: #f6f8f9; /* used on full page backgrounds as an alternative option */
182
183
  --modes-color-interactive-ai-active-light: linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%);
@@ -232,6 +233,7 @@
232
233
  --modes-color-interactive-monochrome-generic-with-default-light: #FFFFFF;
233
234
  --modes-color-interactive-monochrome-generic-with-hover-light: #000000; /* maybe should be white to align with primary group logic */
234
235
  --modes-color-interactive-monochrome-generic-frozen-active-light: #eaedf0; /* Used within frozen table */
236
+ --modes-color-interactive-monochrome-generic-frozen-active2-light: #335B70; /* Frozen progress tracker */
235
237
  --modes-color-interactive-monochrome-marketing-active-light: #000000; /* needed for specific marketing usecase on light bg */
236
238
  --modes-color-interactive-monochrome-marketing-with-active-light: #00D639; /* needed for specific marketing usecase on light bg */
237
239
  --modes-color-interactive-monochrome-subtle-default-alt-light: #00000080; /* border color for off switches */
@@ -255,6 +257,7 @@
255
257
  --modes-color-interactive-progress-bg-light: #00000014;
256
258
  --modes-color-interactive-progress-bg-alt-light: #ffffff14;
257
259
  --modes-color-interactive-progress-frozen-bg-light: #00804614;
260
+ --modes-color-interactive-progress-frozen-bg-alt-light: #cad3d9; /* progress tracker bg */
258
261
  --modes-color-status-ai-default-light: #FFFFFF;
259
262
  --modes-color-status-ai-default-alt-light: #000000; /* bg for contextual message comp */
260
263
  --modes-color-status-ai-default-horizontal-light: linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%);
@@ -350,6 +353,7 @@
350
353
  --modes-color-generic-fg-delicate-dark: #282828; /* table dividers and borders */
351
354
  --modes-color-generic-fg-soft-dark: #4b4b4b;
352
355
  --modes-color-generic-fg-moderate-dark: #777;
356
+ --modes-color-generic-fg-frozen-soft-dark: #4b4b4b;
353
357
  --modes-color-generic-backdrop-nought-dark: #000000; /* used on full page backgrounds */
354
358
  --modes-color-generic-backdrop-faint-dark: #181818; /* used on full page backgrounds as an alternative option */
355
359
  --modes-color-interactive-ai-active-dark: linear-gradient(90deg, #00D63926 0%, #00d6de26 40%, #9d60ff26 90%);
@@ -405,6 +409,7 @@
405
409
  --modes-color-interactive-monochrome-generic-with-default-dark: #000000;
406
410
  --modes-color-interactive-monochrome-generic-with-hover-dark: #FFFFFF;
407
411
  --modes-color-interactive-monochrome-generic-frozen-active-dark: #FFFFFF; /* Used within frozen table */
412
+ --modes-color-interactive-monochrome-generic-frozen-active2-dark: #FFFFFF; /* progress tracker */
408
413
  --modes-color-interactive-monochrome-marketing-with-active-dark: #000000; /* use for marketing overrides for switch handle on standard */
409
414
  --modes-color-interactive-monochrome-marketing-active-dark: #00D639; /* needed for specific marketing usecase on light bg */
410
415
  --modes-color-interactive-monochrome-subtle-default-alt-dark: #ffffff80; /* border color for off switches */
@@ -428,6 +433,7 @@
428
433
  --modes-color-interactive-progress-bg-dark: #ffffff14;
429
434
  --modes-color-interactive-progress-bg-alt-dark: #00000014;
430
435
  --modes-color-interactive-progress-frozen-bg-dark: #ffffff14;
436
+ --modes-color-interactive-progress-frozen-bg-alt-dark: #ffffff14;
431
437
  --modes-color-status-caution-default-dark: #E04500;
432
438
  --modes-color-status-caution-default-alt-dark: #251206; /* Subtle message bg */
433
439
  --modes-color-status-caution-hover-dark: #eb6732; /* used on pill hover states */
@@ -1115,15 +1121,18 @@
1115
1121
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
1116
1122
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
1117
1123
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
1118
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
1119
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
1120
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
1124
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
1125
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
1126
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
1121
1127
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1122
1128
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1123
1129
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1124
1130
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1125
1131
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1126
1132
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
1133
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
1134
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
1135
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
1127
1136
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
1128
1137
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
1129
1138
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -1204,6 +1213,7 @@
1204
1213
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
1205
1214
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
1206
1215
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
1216
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
1207
1217
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
1208
1218
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
1209
1219
  --form-color-calendar-bg-disabled: light-dark(var(--modes-color-interactive-inactive-default-alt-light), var(--modes-color-interactive-inactive-default-alt-dark));
@@ -1251,6 +1261,7 @@
1251
1261
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
1252
1262
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
1253
1263
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
1264
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
1254
1265
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
1255
1266
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
1256
1267
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -1508,7 +1519,7 @@
1508
1519
  --profile-size-inside-ml: calc(var(--global-size-macro-xs) + var(--global-size-micro-xs)); /* L Portrait icons */
1509
1520
  --profile-size-inside-l: var(--global-size-macro-m); /* XL Portrait icons */
1510
1521
  --profile-size-inside-xl: var(--global-size-macro-xl); /* XL Portrait icons */
1511
- --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 13); /* XXL Portraits */
1522
+ --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 9); /* XXL Portraits */
1512
1523
  --profile-color-border-default: light-dark(var(--modes-color-generic-fg-delicate-light), var(--modes-color-generic-fg-delicate-dark));
1513
1524
  --profile-space-none: var(--global-space-none);
1514
1525
  --profile-space-x-s: var(--global-space-macro-xs); /* gap between avatar and name */
@@ -118,15 +118,18 @@
118
118
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
119
119
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
120
120
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
121
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
122
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
123
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
121
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
122
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
123
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
124
124
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
125
125
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
126
126
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
127
127
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
128
128
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
129
129
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
130
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
131
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
132
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
130
133
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
131
134
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
132
135
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -207,6 +210,7 @@
207
210
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
208
211
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
209
212
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
213
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
210
214
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
211
215
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
212
216
  --form-color-calendar-bg-disabled: var(--modes-color-interactive-inactive-default-alt);
@@ -254,6 +258,7 @@
254
258
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
255
259
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
256
260
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
261
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
257
262
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
258
263
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
259
264
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -59,7 +59,7 @@
59
59
  --profile-size-inside-ml: calc(var(--global-size-macro-xs) + var(--global-size-micro-xs)); /* L Portrait icons */
60
60
  --profile-size-inside-l: var(--global-size-macro-m); /* XL Portrait icons */
61
61
  --profile-size-inside-xl: var(--global-size-macro-xl); /* XL Portrait icons */
62
- --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 13); /* XXL Portraits */
62
+ --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 9); /* XXL Portraits */
63
63
  --profile-color-border-default: var(--modes-color-generic-fg-delicate);
64
64
  --profile-space-none: var(--global-space-none);
65
65
  --profile-space-x-s: var(--global-space-macro-xs); /* gap between avatar and name */
@@ -35,6 +35,7 @@
35
35
  --modes-color-generic-fg-delicate: #282828; /* table dividers and borders */
36
36
  --modes-color-generic-fg-soft: #4b4b4b;
37
37
  --modes-color-generic-fg-moderate: #777;
38
+ --modes-color-generic-fg-frozen-soft: #4b4b4b;
38
39
  --modes-color-generic-backdrop-nought: #000000; /* used on full page backgrounds */
39
40
  --modes-color-generic-backdrop-faint: #181818; /* used on full page backgrounds as an alternative option */
40
41
  --modes-color-interactive-ai-active: linear-gradient(90deg, #00D63926 0%, #00d6de26 40%, #9d60ff26 90%);
@@ -90,6 +91,7 @@
90
91
  --modes-color-interactive-monochrome-generic-with-default: #000000;
91
92
  --modes-color-interactive-monochrome-generic-with-hover: #FFFFFF;
92
93
  --modes-color-interactive-monochrome-generic-frozen-active: #FFFFFF; /* Used within frozen table */
94
+ --modes-color-interactive-monochrome-generic-frozen-active2: #FFFFFF; /* progress tracker */
93
95
  --modes-color-interactive-monochrome-marketing-with-active: #000000; /* use for marketing overrides for switch handle on standard */
94
96
  --modes-color-interactive-monochrome-marketing-active: #00D639; /* needed for specific marketing usecase on light bg */
95
97
  --modes-color-interactive-monochrome-subtle-default-alt: #ffffff80; /* border color for off switches */
@@ -113,6 +115,7 @@
113
115
  --modes-color-interactive-progress-bg: #ffffff14;
114
116
  --modes-color-interactive-progress-bg-alt: #00000014;
115
117
  --modes-color-interactive-progress-frozen-bg: #ffffff14;
118
+ --modes-color-interactive-progress-frozen-bg-alt: #ffffff14;
116
119
  --modes-color-status-caution-default: #E04500;
117
120
  --modes-color-status-caution-default-alt: #251206; /* Subtle message bg */
118
121
  --modes-color-status-caution-hover: #eb6732; /* used on pill hover states */
@@ -35,6 +35,7 @@
35
35
  --modes-color-generic-fg-delicate: #d1d1d1; /* table dividers and borders */
36
36
  --modes-color-generic-fg-soft: #a6a6a6;
37
37
  --modes-color-generic-fg-moderate: #777;
38
+ --modes-color-generic-fg-frozen-soft: #335B70; /* frozen progress tracker border */
38
39
  --modes-color-generic-backdrop-nought: #FFFFFF; /* used on full page backgrounds */
39
40
  --modes-color-generic-backdrop-faint: #f6f8f9; /* used on full page backgrounds as an alternative option */
40
41
  --modes-color-interactive-ai-active: linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%);
@@ -90,6 +91,7 @@
90
91
  --modes-color-interactive-monochrome-generic-with-default: #FFFFFF;
91
92
  --modes-color-interactive-monochrome-generic-with-hover: #000000; /* maybe should be white to align with primary group logic */
92
93
  --modes-color-interactive-monochrome-generic-frozen-active: #eaedf0; /* Used within frozen table */
94
+ --modes-color-interactive-monochrome-generic-frozen-active2: #335B70; /* Frozen progress tracker */
93
95
  --modes-color-interactive-monochrome-marketing-active: #000000; /* needed for specific marketing usecase on light bg */
94
96
  --modes-color-interactive-monochrome-marketing-with-active: #00D639; /* needed for specific marketing usecase on light bg */
95
97
  --modes-color-interactive-monochrome-subtle-default-alt: #00000080; /* border color for off switches */
@@ -113,6 +115,7 @@
113
115
  --modes-color-interactive-progress-bg: #00000014;
114
116
  --modes-color-interactive-progress-bg-alt: #ffffff14;
115
117
  --modes-color-interactive-progress-frozen-bg: #00804614;
118
+ --modes-color-interactive-progress-frozen-bg-alt: #cad3d9; /* progress tracker bg */
116
119
  --modes-color-status-ai-default: #FFFFFF;
117
120
  --modes-color-status-ai-default-alt: #000000; /* bg for contextual message comp */
118
121
  --modes-color-status-ai-default-horizontal: linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%);
@@ -118,15 +118,18 @@
118
118
  --form-space-integral-yg-s: var(--global-space-micro-m); /* Space below labelset or error validation in form components */
119
119
  --form-space-integral-yg-m: var(--global-space-micro-l); /* Space below labelset or error validation in form components */
120
120
  --form-space-integral-yg-l: var(--global-space-micro-xl); /* Space below labelset or error validation in form components */
121
- --form-space-integral-progressive-x-s: calc(var(--global-space-macro-m) - var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
122
- --form-space-integral-progressive-x-m: var(--global-space-macro-l); /* Left padding on progressively shown form inputs on radio and checkbox */
123
- --form-space-integral-progressive-x-l: calc(var(--global-space-macro-xl) + var(--global-space-micro-xs)); /* Left padding on progressively shown form inputs on radio and checkbox */
121
+ --form-space-integral-progressive-x-s: calc(var(--global-space-macro-xs) - 3); /* Left padding on progressively shown form inputs on radio and checkbox */
122
+ --form-space-integral-progressive-x-m: var(--global-space-macro-s); /* Left padding on progressively shown form inputs on radio and checkbox */
123
+ --form-space-integral-progressive-x-l: calc(var(--global-space-macro-m) + 1); /* Left padding on progressively shown form inputs on radio and checkbox */
124
124
  --form-space-integral-progressive-y-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
125
125
  --form-space-integral-progressive-y-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
126
126
  --form-space-integral-progressive-y-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
127
127
  --form-space-integral-progressive-yg-s: var(--global-space-micro-l); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
128
128
  --form-space-integral-progressive-yg-m: var(--global-space-micro-xxl); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
129
129
  --form-space-integral-progressive-yg-l: calc(var(--global-space-micro-l) * 2); /* Top and bottom padding on progressively shown form inputs on radio and checkbox */
130
+ --form-space-integral-progressive-keyline-x-s: calc(var(--global-space-macro-xxxs) - 1); /* Left padding on keyline for small progressively shown inputs */
131
+ --form-space-integral-progressive-keyline-x-m: calc(var(--global-space-macro-xxs) - 1); /* Left padding on keyline for medium progressively shown inputs */
132
+ --form-space-integral-progressive-keyline-x-l: calc(var(--global-space-macro-xs) - 1); /* Left padding on keyline for large progressively shown inputs */
130
133
  --form-space-rating-xg-m: var(--global-space-micro-l); /* small gap between rating stars */
131
134
  --form-space-rating-xg-l: var(--global-space-micro-xxl); /* medium gap between rating stars */
132
135
  --form-space-layout-stack-s: var(--global-space-macro-xs); /* Spacing between horizontal and vertical S form components */
@@ -207,6 +210,7 @@
207
210
  --form-size-switch-handle-icon-l: var(--global-size-icon-m); /* L switch icon inside knob */
208
211
  --form-size-textarea-m: calc(var(--global-size-macro-m) * 2); /* Min height for all text area sizes. */
209
212
  --form-size-validation-bar: var(--global-size-micro-xxs); /* 2px validation bar used on errors and warnings */
213
+ --form-size-progressive-bar: var(--global-size-micro-xxs); /* 2px progressive disclosure keyline bar used in checkbox and radio groups */
210
214
  --form-size-rating-m: var(--global-size-icon-m); /* medium rating stars */
211
215
  --form-size-rating-l: var(--global-size-icon-xl); /* large rating stars */
212
216
  --form-color-calendar-bg-disabled: var(--modes-color-interactive-inactive-default-alt);
@@ -254,6 +258,7 @@
254
258
  --form-radius-fileselector: var(--global-radius-container-m); /* File preview (file selector asset) */
255
259
  --form-radius-input: var(--global-radius-interactive-m); /* Date picker input, Date range input, Dropdown select (trigger), Search, File input (draggable area), Text area, Text input */
256
260
  --form-radius-validationbar: var(--global-radius-interactive-xs); /* Validation bar */
261
+ --form-radius-progressivebar: var(--global-radius-interactive-xs); /* Validation bar */
257
262
  --form-radius-calendar-today: var(--global-radius-container-xs); /* Calendar (today indicator) */
258
263
  --form-borderwidth-colorpicker: var(--global-borderwidth-xs); /* swatch border */
259
264
  --form-borderwidth-caution: var(--global-borderwidth-xs); /* Caution border */
@@ -59,7 +59,7 @@
59
59
  --profile-size-inside-ml: calc(var(--global-size-macro-xs) + var(--global-size-micro-xs)); /* L Portrait icons */
60
60
  --profile-size-inside-l: var(--global-size-macro-m); /* XL Portrait icons */
61
61
  --profile-size-inside-xl: var(--global-size-macro-xl); /* XL Portrait icons */
62
- --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 13); /* XXL Portraits */
62
+ --profile-size-inside-xxl: calc(var(--global-size-micro-m) * 9); /* XXL Portraits */
63
63
  --profile-color-border-default: var(--modes-color-generic-fg-delicate);
64
64
  --profile-space-none: var(--global-space-none);
65
65
  --profile-space-x-s: var(--global-space-macro-xs); /* gap between avatar and name */
@@ -35,6 +35,7 @@
35
35
  --modes-color-generic-fg-delicate: #282828; /* table dividers and borders */
36
36
  --modes-color-generic-fg-soft: #4b4b4b;
37
37
  --modes-color-generic-fg-moderate: #777;
38
+ --modes-color-generic-fg-frozen-soft: #4b4b4b;
38
39
  --modes-color-generic-backdrop-nought: #000000; /* used on full page backgrounds */
39
40
  --modes-color-generic-backdrop-faint: #181818; /* used on full page backgrounds as an alternative option */
40
41
  --modes-color-interactive-ai-active: linear-gradient(90deg, #00D63926 0%, #00d6de26 40%, #9d60ff26 90%);
@@ -90,6 +91,7 @@
90
91
  --modes-color-interactive-monochrome-generic-with-default: #000000;
91
92
  --modes-color-interactive-monochrome-generic-with-hover: #FFFFFF;
92
93
  --modes-color-interactive-monochrome-generic-frozen-active: #FFFFFF; /* Used within frozen table */
94
+ --modes-color-interactive-monochrome-generic-frozen-active2: #FFFFFF; /* progress tracker */
93
95
  --modes-color-interactive-monochrome-marketing-with-active: #000000; /* use for marketing overrides for switch handle on standard */
94
96
  --modes-color-interactive-monochrome-marketing-active: #00D639; /* needed for specific marketing usecase on light bg */
95
97
  --modes-color-interactive-monochrome-subtle-default-alt: #ffffff80; /* border color for off switches */
@@ -113,6 +115,7 @@
113
115
  --modes-color-interactive-progress-bg: #ffffff14;
114
116
  --modes-color-interactive-progress-bg-alt: #00000014;
115
117
  --modes-color-interactive-progress-frozen-bg: #ffffff14;
118
+ --modes-color-interactive-progress-frozen-bg-alt: #ffffff14;
116
119
  --modes-color-status-caution-default: #E04500;
117
120
  --modes-color-status-caution-default-alt: #251206; /* Subtle message bg */
118
121
  --modes-color-status-caution-hover: #eb6732; /* used on pill hover states */
@@ -35,6 +35,7 @@
35
35
  --modes-color-generic-fg-delicate: #d1d1d1; /* table dividers and borders */
36
36
  --modes-color-generic-fg-soft: #a6a6a6;
37
37
  --modes-color-generic-fg-moderate: #777;
38
+ --modes-color-generic-fg-frozen-soft: #335B70; /* frozen progress tracker border */
38
39
  --modes-color-generic-backdrop-nought: #FFFFFF; /* used on full page backgrounds */
39
40
  --modes-color-generic-backdrop-faint: #f6f8f9; /* used on full page backgrounds as an alternative option */
40
41
  --modes-color-interactive-ai-active: linear-gradient(90deg, #13A03826 0%, #14919726 40%, #a87cfb26 90%);
@@ -90,6 +91,7 @@
90
91
  --modes-color-interactive-monochrome-generic-with-default: #FFFFFF;
91
92
  --modes-color-interactive-monochrome-generic-with-hover: #000000; /* maybe should be white to align with primary group logic */
92
93
  --modes-color-interactive-monochrome-generic-frozen-active: #eaedf0; /* Used within frozen table */
94
+ --modes-color-interactive-monochrome-generic-frozen-active2: #335B70; /* Frozen progress tracker */
93
95
  --modes-color-interactive-monochrome-marketing-active: #000000; /* needed for specific marketing usecase on light bg */
94
96
  --modes-color-interactive-monochrome-marketing-with-active: #00D639; /* needed for specific marketing usecase on light bg */
95
97
  --modes-color-interactive-monochrome-subtle-default-alt: #00000080; /* border color for off switches */
@@ -113,6 +115,7 @@
113
115
  --modes-color-interactive-progress-bg: #00000014;
114
116
  --modes-color-interactive-progress-bg-alt: #ffffff14;
115
117
  --modes-color-interactive-progress-frozen-bg: #00804614;
118
+ --modes-color-interactive-progress-frozen-bg-alt: #cad3d9; /* progress tracker bg */
116
119
  --modes-color-status-ai-default: #FFFFFF;
117
120
  --modes-color-status-ai-default-alt: #000000; /* bg for contextual message comp */
118
121
  --modes-color-status-ai-default-horizontal: linear-gradient(90deg, #13A038 0%, #149197 40%, #A87CFB 90%);