@sage/design-tokens 7.1.6 → 7.2.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 (324) hide show
  1. package/css/frozenproduct/all.css +8 -2
  2. package/css/frozenproduct/large/components/profile.css +1 -1
  3. package/css/frozenproduct/large/components/status.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/profile.css +1 -1
  7. package/css/frozenproduct/small/components/status.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 +8 -2
  11. package/css/marketing/large/components/profile.css +1 -1
  12. package/css/marketing/large/components/status.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/profile.css +1 -1
  16. package/css/marketing/small/components/status.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 +8 -2
  20. package/css/product/large/components/profile.css +1 -1
  21. package/css/product/large/components/status.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/profile.css +1 -1
  25. package/css/product/small/components/status.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/profile.h +1 -1
  29. package/ios/frozenproduct/large/dark/components/status.h +1 -1
  30. package/ios/frozenproduct/large/dark/mode.h +3 -0
  31. package/ios/frozenproduct/large/light/components/profile.h +1 -1
  32. package/ios/frozenproduct/large/light/components/status.h +1 -1
  33. package/ios/frozenproduct/large/light/mode.h +3 -0
  34. package/ios/frozenproduct/small/dark/components/profile.h +1 -1
  35. package/ios/frozenproduct/small/dark/components/status.h +1 -1
  36. package/ios/frozenproduct/small/dark/mode.h +3 -0
  37. package/ios/frozenproduct/small/light/components/profile.h +1 -1
  38. package/ios/frozenproduct/small/light/components/status.h +1 -1
  39. package/ios/frozenproduct/small/light/mode.h +3 -0
  40. package/ios/marketing/large/dark/components/profile.h +1 -1
  41. package/ios/marketing/large/dark/components/status.h +1 -1
  42. package/ios/marketing/large/dark/mode.h +3 -0
  43. package/ios/marketing/large/light/components/profile.h +1 -1
  44. package/ios/marketing/large/light/components/status.h +1 -1
  45. package/ios/marketing/large/light/mode.h +3 -0
  46. package/ios/marketing/small/dark/components/profile.h +1 -1
  47. package/ios/marketing/small/dark/components/status.h +1 -1
  48. package/ios/marketing/small/dark/mode.h +3 -0
  49. package/ios/marketing/small/light/components/profile.h +1 -1
  50. package/ios/marketing/small/light/components/status.h +1 -1
  51. package/ios/marketing/small/light/mode.h +3 -0
  52. package/ios/product/large/dark/components/profile.h +1 -1
  53. package/ios/product/large/dark/components/status.h +1 -1
  54. package/ios/product/large/dark/mode.h +3 -0
  55. package/ios/product/large/light/components/profile.h +1 -1
  56. package/ios/product/large/light/components/status.h +1 -1
  57. package/ios/product/large/light/mode.h +3 -0
  58. package/ios/product/small/dark/components/profile.h +1 -1
  59. package/ios/product/small/dark/components/status.h +1 -1
  60. package/ios/product/small/dark/mode.h +3 -0
  61. package/ios/product/small/light/components/profile.h +1 -1
  62. package/ios/product/small/light/components/status.h +1 -1
  63. package/ios/product/small/light/mode.h +3 -0
  64. package/js/common/frozenproduct/large/dark/components/profile.js +2 -2
  65. package/js/common/frozenproduct/large/dark/components/status.js +2 -2
  66. package/js/common/frozenproduct/large/dark/mode.d.ts +5 -0
  67. package/js/common/frozenproduct/large/dark/mode.js +79 -0
  68. package/js/common/frozenproduct/large/light/components/profile.js +2 -2
  69. package/js/common/frozenproduct/large/light/components/status.js +2 -2
  70. package/js/common/frozenproduct/large/light/mode.d.ts +5 -0
  71. package/js/common/frozenproduct/large/light/mode.js +83 -0
  72. package/js/common/frozenproduct/small/dark/components/profile.js +2 -2
  73. package/js/common/frozenproduct/small/dark/components/status.js +2 -2
  74. package/js/common/frozenproduct/small/dark/mode.d.ts +5 -0
  75. package/js/common/frozenproduct/small/dark/mode.js +79 -0
  76. package/js/common/frozenproduct/small/light/components/profile.js +2 -2
  77. package/js/common/frozenproduct/small/light/components/status.js +2 -2
  78. package/js/common/frozenproduct/small/light/mode.d.ts +5 -0
  79. package/js/common/frozenproduct/small/light/mode.js +83 -0
  80. package/js/common/marketing/large/dark/components/profile.js +2 -2
  81. package/js/common/marketing/large/dark/components/status.js +2 -2
  82. package/js/common/marketing/large/dark/mode.d.ts +5 -0
  83. package/js/common/marketing/large/dark/mode.js +79 -0
  84. package/js/common/marketing/large/light/components/profile.js +2 -2
  85. package/js/common/marketing/large/light/components/status.js +2 -2
  86. package/js/common/marketing/large/light/mode.d.ts +5 -0
  87. package/js/common/marketing/large/light/mode.js +83 -0
  88. package/js/common/marketing/small/dark/components/profile.js +2 -2
  89. package/js/common/marketing/small/dark/components/status.js +2 -2
  90. package/js/common/marketing/small/dark/mode.d.ts +5 -0
  91. package/js/common/marketing/small/dark/mode.js +79 -0
  92. package/js/common/marketing/small/light/components/profile.js +2 -2
  93. package/js/common/marketing/small/light/components/status.js +2 -2
  94. package/js/common/marketing/small/light/mode.d.ts +5 -0
  95. package/js/common/marketing/small/light/mode.js +83 -0
  96. package/js/common/product/large/dark/components/profile.js +2 -2
  97. package/js/common/product/large/dark/components/status.js +2 -2
  98. package/js/common/product/large/dark/mode.d.ts +5 -0
  99. package/js/common/product/large/dark/mode.js +79 -0
  100. package/js/common/product/large/light/components/profile.js +2 -2
  101. package/js/common/product/large/light/components/status.js +2 -2
  102. package/js/common/product/large/light/mode.d.ts +5 -0
  103. package/js/common/product/large/light/mode.js +83 -0
  104. package/js/common/product/small/dark/components/profile.js +2 -2
  105. package/js/common/product/small/dark/components/status.js +2 -2
  106. package/js/common/product/small/dark/mode.d.ts +5 -0
  107. package/js/common/product/small/dark/mode.js +79 -0
  108. package/js/common/product/small/light/components/profile.js +2 -2
  109. package/js/common/product/small/light/components/status.js +2 -2
  110. package/js/common/product/small/light/mode.d.ts +5 -0
  111. package/js/common/product/small/light/mode.js +83 -0
  112. package/js/es6/frozenproduct/large/dark/components/profile.js +1 -1
  113. package/js/es6/frozenproduct/large/dark/components/status.js +1 -1
  114. package/js/es6/frozenproduct/large/dark/mode.d.ts +3 -0
  115. package/js/es6/frozenproduct/large/dark/mode.js +3 -0
  116. package/js/es6/frozenproduct/large/light/components/profile.js +1 -1
  117. package/js/es6/frozenproduct/large/light/components/status.js +1 -1
  118. package/js/es6/frozenproduct/large/light/mode.d.ts +3 -0
  119. package/js/es6/frozenproduct/large/light/mode.js +3 -0
  120. package/js/es6/frozenproduct/small/dark/components/profile.js +1 -1
  121. package/js/es6/frozenproduct/small/dark/components/status.js +1 -1
  122. package/js/es6/frozenproduct/small/dark/mode.d.ts +3 -0
  123. package/js/es6/frozenproduct/small/dark/mode.js +3 -0
  124. package/js/es6/frozenproduct/small/light/components/profile.js +1 -1
  125. package/js/es6/frozenproduct/small/light/components/status.js +1 -1
  126. package/js/es6/frozenproduct/small/light/mode.d.ts +3 -0
  127. package/js/es6/frozenproduct/small/light/mode.js +3 -0
  128. package/js/es6/marketing/large/dark/components/profile.js +1 -1
  129. package/js/es6/marketing/large/dark/components/status.js +1 -1
  130. package/js/es6/marketing/large/dark/mode.d.ts +3 -0
  131. package/js/es6/marketing/large/dark/mode.js +3 -0
  132. package/js/es6/marketing/large/light/components/profile.js +1 -1
  133. package/js/es6/marketing/large/light/components/status.js +1 -1
  134. package/js/es6/marketing/large/light/mode.d.ts +3 -0
  135. package/js/es6/marketing/large/light/mode.js +3 -0
  136. package/js/es6/marketing/small/dark/components/profile.js +1 -1
  137. package/js/es6/marketing/small/dark/components/status.js +1 -1
  138. package/js/es6/marketing/small/dark/mode.d.ts +3 -0
  139. package/js/es6/marketing/small/dark/mode.js +3 -0
  140. package/js/es6/marketing/small/light/components/profile.js +1 -1
  141. package/js/es6/marketing/small/light/components/status.js +1 -1
  142. package/js/es6/marketing/small/light/mode.d.ts +3 -0
  143. package/js/es6/marketing/small/light/mode.js +3 -0
  144. package/js/es6/product/large/dark/components/profile.js +1 -1
  145. package/js/es6/product/large/dark/components/status.js +1 -1
  146. package/js/es6/product/large/dark/mode.d.ts +3 -0
  147. package/js/es6/product/large/dark/mode.js +3 -0
  148. package/js/es6/product/large/light/components/profile.js +1 -1
  149. package/js/es6/product/large/light/components/status.js +1 -1
  150. package/js/es6/product/large/light/mode.d.ts +3 -0
  151. package/js/es6/product/large/light/mode.js +3 -0
  152. package/js/es6/product/small/dark/components/profile.js +1 -1
  153. package/js/es6/product/small/dark/components/status.js +1 -1
  154. package/js/es6/product/small/dark/mode.d.ts +3 -0
  155. package/js/es6/product/small/dark/mode.js +3 -0
  156. package/js/es6/product/small/light/components/profile.js +1 -1
  157. package/js/es6/product/small/light/components/status.js +1 -1
  158. package/js/es6/product/small/light/mode.d.ts +3 -0
  159. package/js/es6/product/small/light/mode.js +3 -0
  160. package/js/umd/frozenproduct/large/dark/components/profile.js +2 -2
  161. package/js/umd/frozenproduct/large/dark/components/status.js +2 -2
  162. package/js/umd/frozenproduct/large/dark/mode.js +80 -0
  163. package/js/umd/frozenproduct/large/light/components/profile.js +2 -2
  164. package/js/umd/frozenproduct/large/light/components/status.js +2 -2
  165. package/js/umd/frozenproduct/large/light/mode.js +83 -0
  166. package/js/umd/frozenproduct/small/dark/components/profile.js +2 -2
  167. package/js/umd/frozenproduct/small/dark/components/status.js +2 -2
  168. package/js/umd/frozenproduct/small/dark/mode.js +80 -0
  169. package/js/umd/frozenproduct/small/light/components/profile.js +2 -2
  170. package/js/umd/frozenproduct/small/light/components/status.js +2 -2
  171. package/js/umd/frozenproduct/small/light/mode.js +83 -0
  172. package/js/umd/marketing/large/dark/components/profile.js +2 -2
  173. package/js/umd/marketing/large/dark/components/status.js +2 -2
  174. package/js/umd/marketing/large/dark/mode.js +80 -0
  175. package/js/umd/marketing/large/light/components/profile.js +2 -2
  176. package/js/umd/marketing/large/light/components/status.js +2 -2
  177. package/js/umd/marketing/large/light/mode.js +83 -0
  178. package/js/umd/marketing/small/dark/components/profile.js +2 -2
  179. package/js/umd/marketing/small/dark/components/status.js +2 -2
  180. package/js/umd/marketing/small/dark/mode.js +80 -0
  181. package/js/umd/marketing/small/light/components/profile.js +2 -2
  182. package/js/umd/marketing/small/light/components/status.js +2 -2
  183. package/js/umd/marketing/small/light/mode.js +83 -0
  184. package/js/umd/product/large/dark/components/profile.js +2 -2
  185. package/js/umd/product/large/dark/components/status.js +2 -2
  186. package/js/umd/product/large/dark/mode.js +80 -0
  187. package/js/umd/product/large/light/components/profile.js +2 -2
  188. package/js/umd/product/large/light/components/status.js +2 -2
  189. package/js/umd/product/large/light/mode.js +83 -0
  190. package/js/umd/product/small/dark/components/profile.js +2 -2
  191. package/js/umd/product/small/dark/components/status.js +2 -2
  192. package/js/umd/product/small/dark/mode.js +80 -0
  193. package/js/umd/product/small/light/components/profile.js +2 -2
  194. package/js/umd/product/small/light/components/status.js +2 -2
  195. package/js/umd/product/small/light/mode.js +83 -0
  196. package/json/flat/frozenproduct/large/dark/components/profile.json +1 -1
  197. package/json/flat/frozenproduct/large/dark/components/status.json +1 -1
  198. package/json/flat/frozenproduct/large/dark/mode.json +3 -0
  199. package/json/flat/frozenproduct/large/light/components/profile.json +1 -1
  200. package/json/flat/frozenproduct/large/light/components/status.json +1 -1
  201. package/json/flat/frozenproduct/large/light/mode.json +3 -0
  202. package/json/flat/frozenproduct/small/dark/components/profile.json +1 -1
  203. package/json/flat/frozenproduct/small/dark/components/status.json +1 -1
  204. package/json/flat/frozenproduct/small/dark/mode.json +3 -0
  205. package/json/flat/frozenproduct/small/light/components/profile.json +1 -1
  206. package/json/flat/frozenproduct/small/light/components/status.json +1 -1
  207. package/json/flat/frozenproduct/small/light/mode.json +3 -0
  208. package/json/flat/marketing/large/dark/components/profile.json +1 -1
  209. package/json/flat/marketing/large/dark/components/status.json +1 -1
  210. package/json/flat/marketing/large/dark/mode.json +3 -0
  211. package/json/flat/marketing/large/light/components/profile.json +1 -1
  212. package/json/flat/marketing/large/light/components/status.json +1 -1
  213. package/json/flat/marketing/large/light/mode.json +3 -0
  214. package/json/flat/marketing/small/dark/components/profile.json +1 -1
  215. package/json/flat/marketing/small/dark/components/status.json +1 -1
  216. package/json/flat/marketing/small/dark/mode.json +3 -0
  217. package/json/flat/marketing/small/light/components/profile.json +1 -1
  218. package/json/flat/marketing/small/light/components/status.json +1 -1
  219. package/json/flat/marketing/small/light/mode.json +3 -0
  220. package/json/flat/product/large/dark/components/profile.json +1 -1
  221. package/json/flat/product/large/dark/components/status.json +1 -1
  222. package/json/flat/product/large/dark/mode.json +3 -0
  223. package/json/flat/product/large/light/components/profile.json +1 -1
  224. package/json/flat/product/large/light/components/status.json +1 -1
  225. package/json/flat/product/large/light/mode.json +3 -0
  226. package/json/flat/product/small/dark/components/profile.json +1 -1
  227. package/json/flat/product/small/dark/components/status.json +1 -1
  228. package/json/flat/product/small/dark/mode.json +3 -0
  229. package/json/flat/product/small/light/components/profile.json +1 -1
  230. package/json/flat/product/small/light/components/status.json +1 -1
  231. package/json/flat/product/small/light/mode.json +3 -0
  232. package/json/nested/frozenproduct/large/dark/components/profile.json +1 -1
  233. package/json/nested/frozenproduct/large/dark/components/status.json +1 -1
  234. package/json/nested/frozenproduct/large/dark/mode.json +8 -3
  235. package/json/nested/frozenproduct/large/light/components/profile.json +1 -1
  236. package/json/nested/frozenproduct/large/light/components/status.json +1 -1
  237. package/json/nested/frozenproduct/large/light/mode.json +8 -3
  238. package/json/nested/frozenproduct/small/dark/components/profile.json +1 -1
  239. package/json/nested/frozenproduct/small/dark/components/status.json +1 -1
  240. package/json/nested/frozenproduct/small/dark/mode.json +8 -3
  241. package/json/nested/frozenproduct/small/light/components/profile.json +1 -1
  242. package/json/nested/frozenproduct/small/light/components/status.json +1 -1
  243. package/json/nested/frozenproduct/small/light/mode.json +8 -3
  244. package/json/nested/marketing/large/dark/components/profile.json +1 -1
  245. package/json/nested/marketing/large/dark/components/status.json +1 -1
  246. package/json/nested/marketing/large/dark/mode.json +8 -3
  247. package/json/nested/marketing/large/light/components/profile.json +1 -1
  248. package/json/nested/marketing/large/light/components/status.json +1 -1
  249. package/json/nested/marketing/large/light/mode.json +8 -3
  250. package/json/nested/marketing/small/dark/components/profile.json +1 -1
  251. package/json/nested/marketing/small/dark/components/status.json +1 -1
  252. package/json/nested/marketing/small/dark/mode.json +8 -3
  253. package/json/nested/marketing/small/light/components/profile.json +1 -1
  254. package/json/nested/marketing/small/light/components/status.json +1 -1
  255. package/json/nested/marketing/small/light/mode.json +8 -3
  256. package/json/nested/product/large/dark/components/profile.json +1 -1
  257. package/json/nested/product/large/dark/components/status.json +1 -1
  258. package/json/nested/product/large/dark/mode.json +8 -3
  259. package/json/nested/product/large/light/components/profile.json +1 -1
  260. package/json/nested/product/large/light/components/status.json +1 -1
  261. package/json/nested/product/large/light/mode.json +8 -3
  262. package/json/nested/product/small/dark/components/profile.json +1 -1
  263. package/json/nested/product/small/dark/components/status.json +1 -1
  264. package/json/nested/product/small/dark/mode.json +8 -3
  265. package/json/nested/product/small/light/components/profile.json +1 -1
  266. package/json/nested/product/small/light/components/status.json +1 -1
  267. package/json/nested/product/small/light/mode.json +8 -3
  268. package/package.json +1 -1
  269. package/sage-design-tokens-7.2.0.tgz +0 -0
  270. package/scss/frozenproduct/large/components/profile.scss +1 -1
  271. package/scss/frozenproduct/large/components/status.scss +1 -1
  272. package/scss/frozenproduct/large/dark.scss +3 -0
  273. package/scss/frozenproduct/large/light.scss +3 -0
  274. package/scss/frozenproduct/small/components/button.scss +23 -23
  275. package/scss/frozenproduct/small/components/container.scss +9 -9
  276. package/scss/frozenproduct/small/components/form.scss +7 -7
  277. package/scss/frozenproduct/small/components/link.scss +2 -2
  278. package/scss/frozenproduct/small/components/nav.scss +3 -3
  279. package/scss/frozenproduct/small/components/page.scss +1 -1
  280. package/scss/frozenproduct/small/components/popover.scss +2 -2
  281. package/scss/frozenproduct/small/components/profile.scss +1 -1
  282. package/scss/frozenproduct/small/components/progress.scss +6 -6
  283. package/scss/frozenproduct/small/components/status.scss +4 -4
  284. package/scss/frozenproduct/small/components/tab.scss +7 -7
  285. package/scss/frozenproduct/small/components/table.scss +10 -10
  286. package/scss/frozenproduct/small/dark.scss +3 -0
  287. package/scss/frozenproduct/small/light.scss +3 -0
  288. package/scss/marketing/large/components/profile.scss +1 -1
  289. package/scss/marketing/large/components/status.scss +1 -1
  290. package/scss/marketing/large/dark.scss +3 -0
  291. package/scss/marketing/large/light.scss +3 -0
  292. package/scss/marketing/small/components/profile.scss +1 -1
  293. package/scss/marketing/small/components/status.scss +1 -1
  294. package/scss/marketing/small/dark.scss +3 -0
  295. package/scss/marketing/small/light.scss +3 -0
  296. package/scss/product/large/components/button.scss +23 -23
  297. package/scss/product/large/components/container.scss +9 -9
  298. package/scss/product/large/components/form.scss +7 -7
  299. package/scss/product/large/components/link.scss +2 -2
  300. package/scss/product/large/components/nav.scss +3 -3
  301. package/scss/product/large/components/page.scss +1 -1
  302. package/scss/product/large/components/popover.scss +2 -2
  303. package/scss/product/large/components/profile.scss +1 -1
  304. package/scss/product/large/components/progress.scss +6 -6
  305. package/scss/product/large/components/status.scss +4 -4
  306. package/scss/product/large/components/tab.scss +7 -7
  307. package/scss/product/large/components/table.scss +10 -10
  308. package/scss/product/large/dark.scss +3 -0
  309. package/scss/product/large/light.scss +3 -0
  310. package/scss/product/small/components/button.scss +23 -23
  311. package/scss/product/small/components/container.scss +9 -9
  312. package/scss/product/small/components/form.scss +7 -7
  313. package/scss/product/small/components/link.scss +2 -2
  314. package/scss/product/small/components/nav.scss +3 -3
  315. package/scss/product/small/components/page.scss +1 -1
  316. package/scss/product/small/components/popover.scss +2 -2
  317. package/scss/product/small/components/profile.scss +1 -1
  318. package/scss/product/small/components/progress.scss +6 -6
  319. package/scss/product/small/components/status.scss +4 -4
  320. package/scss/product/small/components/tab.scss +7 -7
  321. package/scss/product/small/components/table.scss +10 -10
  322. package/scss/product/small/dark.scss +3 -0
  323. package/scss/product/small/light.scss +3 -0
  324. package/sage-design-tokens-7.1.6.tgz +0 -0
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint: string;
38
38
  export const modesColorGenericFgDelicate: string;
39
39
  export const modesColorGenericFgSoft: string;
40
40
  export const modesColorGenericFgModerate: string;
41
+ export const modesColorGenericFgFrozenSoft: string;
41
42
  export const modesColorGenericBackdropNought: string;
42
43
  export const modesColorGenericBackdropFaint: string;
43
44
  export const modesColorInteractiveAiActive: string;
@@ -93,6 +94,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt: string;
93
94
  export const modesColorInteractiveMonochromeGenericWithDefault: string;
94
95
  export const modesColorInteractiveMonochromeGenericWithHover: string;
95
96
  export const modesColorInteractiveMonochromeGenericFrozenActive: string;
97
+ export const modesColorInteractiveMonochromeGenericFrozenActive2: string;
96
98
  export const modesColorInteractiveMonochromeMarketingActive: string;
97
99
  export const modesColorInteractiveMonochromeMarketingWithActive: string;
98
100
  export const modesColorInteractiveMonochromeSubtleDefaultAlt: string;
@@ -116,6 +118,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
116
118
  export const modesColorInteractiveProgressBg: string;
117
119
  export const modesColorInteractiveProgressBgAlt: string;
118
120
  export const modesColorInteractiveProgressFrozenBg: string;
121
+ export const modesColorInteractiveProgressFrozenBgAlt: string;
119
122
  export const modesColorStatusAiDefault: string;
120
123
  export const modesColorStatusAiDefaultAlt: string;
121
124
  export const modesColorStatusAiDefaultHorizontal: string;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint = "#e8e8e8";
38
38
  export const modesColorGenericFgDelicate = "#d1d1d1";
39
39
  export const modesColorGenericFgSoft = "#a6a6a6";
40
40
  export const modesColorGenericFgModerate = "#777";
41
+ export const modesColorGenericFgFrozenSoft = "#335B70";
41
42
  export const modesColorGenericBackdropNought = "#FFFFFF";
42
43
  export const modesColorGenericBackdropFaint = "#f6f8f9";
43
44
  export const modesColorInteractiveAiActive =
@@ -96,6 +97,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt = "#000000e6";
96
97
  export const modesColorInteractiveMonochromeGenericWithDefault = "#FFFFFF";
97
98
  export const modesColorInteractiveMonochromeGenericWithHover = "#000000";
98
99
  export const modesColorInteractiveMonochromeGenericFrozenActive = "#eaedf0";
100
+ export const modesColorInteractiveMonochromeGenericFrozenActive2 = "#335B70";
99
101
  export const modesColorInteractiveMonochromeMarketingActive = "#000000";
100
102
  export const modesColorInteractiveMonochromeMarketingWithActive = "#00D639";
101
103
  export const modesColorInteractiveMonochromeSubtleDefaultAlt = "#00000080";
@@ -119,6 +121,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#9badb8";
119
121
  export const modesColorInteractiveProgressBg = "#00000014";
120
122
  export const modesColorInteractiveProgressBgAlt = "#ffffff14";
121
123
  export const modesColorInteractiveProgressFrozenBg = "#00804614";
124
+ export const modesColorInteractiveProgressFrozenBgAlt = "#cad3d9";
122
125
  export const modesColorStatusAiDefault = "#FFFFFF";
123
126
  export const modesColorStatusAiDefaultAlt = "#000000";
124
127
  export const modesColorStatusAiDefaultHorizontal =
@@ -20,7 +20,7 @@ export const profileSizeInsideM = 20;
20
20
  export const profileSizeInsideMl = 28;
21
21
  export const profileSizeInsideL = 40;
22
22
  export const profileSizeInsideXl = 56;
23
- export const profileSizeInsideXxl = 104;
23
+ export const profileSizeInsideXxl = 72;
24
24
  export const profileColorBgAlt = "#fffffff2";
25
25
  export const profileColorBgDefault = "#0e0e0e";
26
26
  export const profileColorBorderDefault = "#282828";
@@ -109,7 +109,7 @@ export const statusSpaceMessageContextualYgM = 2;
109
109
  export const statusSpaceMessageContextualYgL = 4;
110
110
  export const statusSpaceMessageContextualSubtleIconwrapperYM = 2;
111
111
  export const statusSpaceMessageContextualSubtleIconwrapperYL = 4;
112
- export const statusSpaceMessageGlobalXM = 25.6;
112
+ export const statusSpaceMessageGlobalXM = 32;
113
113
  export const statusSpaceMessageGlobalYM = 8;
114
114
  export const statusSpaceMessageGlobalXgM = 12.8;
115
115
  export const statusSpaceMessageGlobalYgM = 4;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint: string;
38
38
  export const modesColorGenericFgDelicate: string;
39
39
  export const modesColorGenericFgSoft: string;
40
40
  export const modesColorGenericFgModerate: string;
41
+ export const modesColorGenericFgFrozenSoft: string;
41
42
  export const modesColorGenericBackdropNought: string;
42
43
  export const modesColorGenericBackdropFaint: string;
43
44
  export const modesColorInteractiveAiActive: string;
@@ -93,6 +94,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt: string;
93
94
  export const modesColorInteractiveMonochromeGenericWithDefault: string;
94
95
  export const modesColorInteractiveMonochromeGenericWithHover: string;
95
96
  export const modesColorInteractiveMonochromeGenericFrozenActive: string;
97
+ export const modesColorInteractiveMonochromeGenericFrozenActive2: string;
96
98
  export const modesColorInteractiveMonochromeMarketingWithActive: string;
97
99
  export const modesColorInteractiveMonochromeMarketingActive: string;
98
100
  export const modesColorInteractiveMonochromeSubtleDefaultAlt: string;
@@ -116,6 +118,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
116
118
  export const modesColorInteractiveProgressBg: string;
117
119
  export const modesColorInteractiveProgressBgAlt: string;
118
120
  export const modesColorInteractiveProgressFrozenBg: string;
121
+ export const modesColorInteractiveProgressFrozenBgAlt: string;
119
122
  export const modesColorStatusCautionDefault: string;
120
123
  export const modesColorStatusCautionDefaultAlt: string;
121
124
  export const modesColorStatusCautionHover: string;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint = "#181818";
38
38
  export const modesColorGenericFgDelicate = "#282828";
39
39
  export const modesColorGenericFgSoft = "#4b4b4b";
40
40
  export const modesColorGenericFgModerate = "#777";
41
+ export const modesColorGenericFgFrozenSoft = "#4b4b4b";
41
42
  export const modesColorGenericBackdropNought = "#000000";
42
43
  export const modesColorGenericBackdropFaint = "#181818";
43
44
  export const modesColorInteractiveAiActive =
@@ -96,6 +97,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt = "#ffffffe6";
96
97
  export const modesColorInteractiveMonochromeGenericWithDefault = "#000000";
97
98
  export const modesColorInteractiveMonochromeGenericWithHover = "#FFFFFF";
98
99
  export const modesColorInteractiveMonochromeGenericFrozenActive = "#FFFFFF";
100
+ export const modesColorInteractiveMonochromeGenericFrozenActive2 = "#FFFFFF";
99
101
  export const modesColorInteractiveMonochromeMarketingWithActive = "#000000";
100
102
  export const modesColorInteractiveMonochromeMarketingActive = "#00D639";
101
103
  export const modesColorInteractiveMonochromeSubtleDefaultAlt = "#ffffff80";
@@ -119,6 +121,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#18232a";
119
121
  export const modesColorInteractiveProgressBg = "#ffffff14";
120
122
  export const modesColorInteractiveProgressBgAlt = "#00000014";
121
123
  export const modesColorInteractiveProgressFrozenBg = "#ffffff14";
124
+ export const modesColorInteractiveProgressFrozenBgAlt = "#ffffff14";
122
125
  export const modesColorStatusCautionDefault = "#E04500";
123
126
  export const modesColorStatusCautionDefaultAlt = "#251206";
124
127
  export const modesColorStatusCautionHover = "#eb6732";
@@ -20,7 +20,7 @@ export const profileSizeInsideM = 20;
20
20
  export const profileSizeInsideMl = 28;
21
21
  export const profileSizeInsideL = 40;
22
22
  export const profileSizeInsideXl = 56;
23
- export const profileSizeInsideXxl = 104;
23
+ export const profileSizeInsideXxl = 72;
24
24
  export const profileColorBgAlt = "#000000f2";
25
25
  export const profileColorBgDefault = "#f3f3f3";
26
26
  export const profileColorBorderDefault = "#d1d1d1";
@@ -109,7 +109,7 @@ export const statusSpaceMessageContextualYgM = 2;
109
109
  export const statusSpaceMessageContextualYgL = 4;
110
110
  export const statusSpaceMessageContextualSubtleIconwrapperYM = 2;
111
111
  export const statusSpaceMessageContextualSubtleIconwrapperYL = 4;
112
- export const statusSpaceMessageGlobalXM = 25.6;
112
+ export const statusSpaceMessageGlobalXM = 32;
113
113
  export const statusSpaceMessageGlobalYM = 8;
114
114
  export const statusSpaceMessageGlobalXgM = 12.8;
115
115
  export const statusSpaceMessageGlobalYgM = 4;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint: string;
38
38
  export const modesColorGenericFgDelicate: string;
39
39
  export const modesColorGenericFgSoft: string;
40
40
  export const modesColorGenericFgModerate: string;
41
+ export const modesColorGenericFgFrozenSoft: string;
41
42
  export const modesColorGenericBackdropNought: string;
42
43
  export const modesColorGenericBackdropFaint: string;
43
44
  export const modesColorInteractiveAiActive: string;
@@ -93,6 +94,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt: string;
93
94
  export const modesColorInteractiveMonochromeGenericWithDefault: string;
94
95
  export const modesColorInteractiveMonochromeGenericWithHover: string;
95
96
  export const modesColorInteractiveMonochromeGenericFrozenActive: string;
97
+ export const modesColorInteractiveMonochromeGenericFrozenActive2: string;
96
98
  export const modesColorInteractiveMonochromeMarketingActive: string;
97
99
  export const modesColorInteractiveMonochromeMarketingWithActive: string;
98
100
  export const modesColorInteractiveMonochromeSubtleDefaultAlt: string;
@@ -116,6 +118,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
116
118
  export const modesColorInteractiveProgressBg: string;
117
119
  export const modesColorInteractiveProgressBgAlt: string;
118
120
  export const modesColorInteractiveProgressFrozenBg: string;
121
+ export const modesColorInteractiveProgressFrozenBgAlt: string;
119
122
  export const modesColorStatusAiDefault: string;
120
123
  export const modesColorStatusAiDefaultAlt: string;
121
124
  export const modesColorStatusAiDefaultHorizontal: string;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint = "#e8e8e8";
38
38
  export const modesColorGenericFgDelicate = "#d1d1d1";
39
39
  export const modesColorGenericFgSoft = "#a6a6a6";
40
40
  export const modesColorGenericFgModerate = "#777";
41
+ export const modesColorGenericFgFrozenSoft = "#335B70";
41
42
  export const modesColorGenericBackdropNought = "#FFFFFF";
42
43
  export const modesColorGenericBackdropFaint = "#f6f8f9";
43
44
  export const modesColorInteractiveAiActive =
@@ -96,6 +97,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt = "#000000e6";
96
97
  export const modesColorInteractiveMonochromeGenericWithDefault = "#FFFFFF";
97
98
  export const modesColorInteractiveMonochromeGenericWithHover = "#000000";
98
99
  export const modesColorInteractiveMonochromeGenericFrozenActive = "#eaedf0";
100
+ export const modesColorInteractiveMonochromeGenericFrozenActive2 = "#335B70";
99
101
  export const modesColorInteractiveMonochromeMarketingActive = "#000000";
100
102
  export const modesColorInteractiveMonochromeMarketingWithActive = "#00D639";
101
103
  export const modesColorInteractiveMonochromeSubtleDefaultAlt = "#00000080";
@@ -119,6 +121,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#9badb8";
119
121
  export const modesColorInteractiveProgressBg = "#00000014";
120
122
  export const modesColorInteractiveProgressBgAlt = "#ffffff14";
121
123
  export const modesColorInteractiveProgressFrozenBg = "#00804614";
124
+ export const modesColorInteractiveProgressFrozenBgAlt = "#cad3d9";
122
125
  export const modesColorStatusAiDefault = "#FFFFFF";
123
126
  export const modesColorStatusAiDefaultAlt = "#000000";
124
127
  export const modesColorStatusAiDefaultHorizontal =
@@ -20,7 +20,7 @@ export const profileSizeInsideM = 20;
20
20
  export const profileSizeInsideMl = 28;
21
21
  export const profileSizeInsideL = 40;
22
22
  export const profileSizeInsideXl = 56;
23
- export const profileSizeInsideXxl = 104;
23
+ export const profileSizeInsideXxl = 72;
24
24
  export const profileColorBgAlt = "#fffffff2";
25
25
  export const profileColorBgDefault = "#0e0e0e";
26
26
  export const profileColorBorderDefault = "#282828";
@@ -109,7 +109,7 @@ export const statusSpaceMessageContextualYgM = 2;
109
109
  export const statusSpaceMessageContextualYgL = 4;
110
110
  export const statusSpaceMessageContextualSubtleIconwrapperYM = 2;
111
111
  export const statusSpaceMessageContextualSubtleIconwrapperYL = 4;
112
- export const statusSpaceMessageGlobalXM = 32;
112
+ export const statusSpaceMessageGlobalXM = 40;
113
113
  export const statusSpaceMessageGlobalYM = 8;
114
114
  export const statusSpaceMessageGlobalXgM = 16;
115
115
  export const statusSpaceMessageGlobalYgM = 4;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint: string;
38
38
  export const modesColorGenericFgDelicate: string;
39
39
  export const modesColorGenericFgSoft: string;
40
40
  export const modesColorGenericFgModerate: string;
41
+ export const modesColorGenericFgFrozenSoft: string;
41
42
  export const modesColorGenericBackdropNought: string;
42
43
  export const modesColorGenericBackdropFaint: string;
43
44
  export const modesColorInteractiveAiActive: string;
@@ -93,6 +94,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt: string;
93
94
  export const modesColorInteractiveMonochromeGenericWithDefault: string;
94
95
  export const modesColorInteractiveMonochromeGenericWithHover: string;
95
96
  export const modesColorInteractiveMonochromeGenericFrozenActive: string;
97
+ export const modesColorInteractiveMonochromeGenericFrozenActive2: string;
96
98
  export const modesColorInteractiveMonochromeMarketingWithActive: string;
97
99
  export const modesColorInteractiveMonochromeMarketingActive: string;
98
100
  export const modesColorInteractiveMonochromeSubtleDefaultAlt: string;
@@ -116,6 +118,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
116
118
  export const modesColorInteractiveProgressBg: string;
117
119
  export const modesColorInteractiveProgressBgAlt: string;
118
120
  export const modesColorInteractiveProgressFrozenBg: string;
121
+ export const modesColorInteractiveProgressFrozenBgAlt: string;
119
122
  export const modesColorStatusCautionDefault: string;
120
123
  export const modesColorStatusCautionDefaultAlt: string;
121
124
  export const modesColorStatusCautionHover: string;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint = "#181818";
38
38
  export const modesColorGenericFgDelicate = "#282828";
39
39
  export const modesColorGenericFgSoft = "#4b4b4b";
40
40
  export const modesColorGenericFgModerate = "#777";
41
+ export const modesColorGenericFgFrozenSoft = "#4b4b4b";
41
42
  export const modesColorGenericBackdropNought = "#000000";
42
43
  export const modesColorGenericBackdropFaint = "#181818";
43
44
  export const modesColorInteractiveAiActive =
@@ -96,6 +97,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt = "#ffffffe6";
96
97
  export const modesColorInteractiveMonochromeGenericWithDefault = "#000000";
97
98
  export const modesColorInteractiveMonochromeGenericWithHover = "#FFFFFF";
98
99
  export const modesColorInteractiveMonochromeGenericFrozenActive = "#FFFFFF";
100
+ export const modesColorInteractiveMonochromeGenericFrozenActive2 = "#FFFFFF";
99
101
  export const modesColorInteractiveMonochromeMarketingWithActive = "#000000";
100
102
  export const modesColorInteractiveMonochromeMarketingActive = "#00D639";
101
103
  export const modesColorInteractiveMonochromeSubtleDefaultAlt = "#ffffff80";
@@ -119,6 +121,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#18232a";
119
121
  export const modesColorInteractiveProgressBg = "#ffffff14";
120
122
  export const modesColorInteractiveProgressBgAlt = "#00000014";
121
123
  export const modesColorInteractiveProgressFrozenBg = "#ffffff14";
124
+ export const modesColorInteractiveProgressFrozenBgAlt = "#ffffff14";
122
125
  export const modesColorStatusCautionDefault = "#E04500";
123
126
  export const modesColorStatusCautionDefaultAlt = "#251206";
124
127
  export const modesColorStatusCautionHover = "#eb6732";
@@ -20,7 +20,7 @@ export const profileSizeInsideM = 20;
20
20
  export const profileSizeInsideMl = 28;
21
21
  export const profileSizeInsideL = 40;
22
22
  export const profileSizeInsideXl = 56;
23
- export const profileSizeInsideXxl = 104;
23
+ export const profileSizeInsideXxl = 72;
24
24
  export const profileColorBgAlt = "#000000f2";
25
25
  export const profileColorBgDefault = "#f3f3f3";
26
26
  export const profileColorBorderDefault = "#d1d1d1";
@@ -109,7 +109,7 @@ export const statusSpaceMessageContextualYgM = 2;
109
109
  export const statusSpaceMessageContextualYgL = 4;
110
110
  export const statusSpaceMessageContextualSubtleIconwrapperYM = 2;
111
111
  export const statusSpaceMessageContextualSubtleIconwrapperYL = 4;
112
- export const statusSpaceMessageGlobalXM = 32;
112
+ export const statusSpaceMessageGlobalXM = 40;
113
113
  export const statusSpaceMessageGlobalYM = 8;
114
114
  export const statusSpaceMessageGlobalXgM = 16;
115
115
  export const statusSpaceMessageGlobalYgM = 4;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint: string;
38
38
  export const modesColorGenericFgDelicate: string;
39
39
  export const modesColorGenericFgSoft: string;
40
40
  export const modesColorGenericFgModerate: string;
41
+ export const modesColorGenericFgFrozenSoft: string;
41
42
  export const modesColorGenericBackdropNought: string;
42
43
  export const modesColorGenericBackdropFaint: string;
43
44
  export const modesColorInteractiveAiActive: string;
@@ -93,6 +94,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt: string;
93
94
  export const modesColorInteractiveMonochromeGenericWithDefault: string;
94
95
  export const modesColorInteractiveMonochromeGenericWithHover: string;
95
96
  export const modesColorInteractiveMonochromeGenericFrozenActive: string;
97
+ export const modesColorInteractiveMonochromeGenericFrozenActive2: string;
96
98
  export const modesColorInteractiveMonochromeMarketingActive: string;
97
99
  export const modesColorInteractiveMonochromeMarketingWithActive: string;
98
100
  export const modesColorInteractiveMonochromeSubtleDefaultAlt: string;
@@ -116,6 +118,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
116
118
  export const modesColorInteractiveProgressBg: string;
117
119
  export const modesColorInteractiveProgressBgAlt: string;
118
120
  export const modesColorInteractiveProgressFrozenBg: string;
121
+ export const modesColorInteractiveProgressFrozenBgAlt: string;
119
122
  export const modesColorStatusAiDefault: string;
120
123
  export const modesColorStatusAiDefaultAlt: string;
121
124
  export const modesColorStatusAiDefaultHorizontal: string;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint = "#e8e8e8";
38
38
  export const modesColorGenericFgDelicate = "#d1d1d1";
39
39
  export const modesColorGenericFgSoft = "#a6a6a6";
40
40
  export const modesColorGenericFgModerate = "#777";
41
+ export const modesColorGenericFgFrozenSoft = "#335B70";
41
42
  export const modesColorGenericBackdropNought = "#FFFFFF";
42
43
  export const modesColorGenericBackdropFaint = "#f6f8f9";
43
44
  export const modesColorInteractiveAiActive =
@@ -96,6 +97,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt = "#000000e6";
96
97
  export const modesColorInteractiveMonochromeGenericWithDefault = "#FFFFFF";
97
98
  export const modesColorInteractiveMonochromeGenericWithHover = "#000000";
98
99
  export const modesColorInteractiveMonochromeGenericFrozenActive = "#eaedf0";
100
+ export const modesColorInteractiveMonochromeGenericFrozenActive2 = "#335B70";
99
101
  export const modesColorInteractiveMonochromeMarketingActive = "#000000";
100
102
  export const modesColorInteractiveMonochromeMarketingWithActive = "#00D639";
101
103
  export const modesColorInteractiveMonochromeSubtleDefaultAlt = "#00000080";
@@ -119,6 +121,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#9badb8";
119
121
  export const modesColorInteractiveProgressBg = "#00000014";
120
122
  export const modesColorInteractiveProgressBgAlt = "#ffffff14";
121
123
  export const modesColorInteractiveProgressFrozenBg = "#00804614";
124
+ export const modesColorInteractiveProgressFrozenBgAlt = "#cad3d9";
122
125
  export const modesColorStatusAiDefault = "#FFFFFF";
123
126
  export const modesColorStatusAiDefaultAlt = "#000000";
124
127
  export const modesColorStatusAiDefaultHorizontal =
@@ -20,7 +20,7 @@ export const profileSizeInsideM = 20;
20
20
  export const profileSizeInsideMl = 28;
21
21
  export const profileSizeInsideL = 40;
22
22
  export const profileSizeInsideXl = 56;
23
- export const profileSizeInsideXxl = 104;
23
+ export const profileSizeInsideXxl = 72;
24
24
  export const profileColorBgAlt = "#fffffff2";
25
25
  export const profileColorBgDefault = "#0e0e0e";
26
26
  export const profileColorBorderDefault = "#282828";
@@ -109,7 +109,7 @@ export const statusSpaceMessageContextualYgM = 2;
109
109
  export const statusSpaceMessageContextualYgL = 4;
110
110
  export const statusSpaceMessageContextualSubtleIconwrapperYM = 2;
111
111
  export const statusSpaceMessageContextualSubtleIconwrapperYL = 4;
112
- export const statusSpaceMessageGlobalXM = 25.6;
112
+ export const statusSpaceMessageGlobalXM = 32;
113
113
  export const statusSpaceMessageGlobalYM = 8;
114
114
  export const statusSpaceMessageGlobalXgM = 12.8;
115
115
  export const statusSpaceMessageGlobalYgM = 4;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint: string;
38
38
  export const modesColorGenericFgDelicate: string;
39
39
  export const modesColorGenericFgSoft: string;
40
40
  export const modesColorGenericFgModerate: string;
41
+ export const modesColorGenericFgFrozenSoft: string;
41
42
  export const modesColorGenericBackdropNought: string;
42
43
  export const modesColorGenericBackdropFaint: string;
43
44
  export const modesColorInteractiveAiActive: string;
@@ -93,6 +94,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt: string;
93
94
  export const modesColorInteractiveMonochromeGenericWithDefault: string;
94
95
  export const modesColorInteractiveMonochromeGenericWithHover: string;
95
96
  export const modesColorInteractiveMonochromeGenericFrozenActive: string;
97
+ export const modesColorInteractiveMonochromeGenericFrozenActive2: string;
96
98
  export const modesColorInteractiveMonochromeMarketingWithActive: string;
97
99
  export const modesColorInteractiveMonochromeMarketingActive: string;
98
100
  export const modesColorInteractiveMonochromeSubtleDefaultAlt: string;
@@ -116,6 +118,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
116
118
  export const modesColorInteractiveProgressBg: string;
117
119
  export const modesColorInteractiveProgressBgAlt: string;
118
120
  export const modesColorInteractiveProgressFrozenBg: string;
121
+ export const modesColorInteractiveProgressFrozenBgAlt: string;
119
122
  export const modesColorStatusCautionDefault: string;
120
123
  export const modesColorStatusCautionDefaultAlt: string;
121
124
  export const modesColorStatusCautionHover: string;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint = "#181818";
38
38
  export const modesColorGenericFgDelicate = "#282828";
39
39
  export const modesColorGenericFgSoft = "#4b4b4b";
40
40
  export const modesColorGenericFgModerate = "#777";
41
+ export const modesColorGenericFgFrozenSoft = "#4b4b4b";
41
42
  export const modesColorGenericBackdropNought = "#000000";
42
43
  export const modesColorGenericBackdropFaint = "#181818";
43
44
  export const modesColorInteractiveAiActive =
@@ -96,6 +97,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt = "#ffffffe6";
96
97
  export const modesColorInteractiveMonochromeGenericWithDefault = "#000000";
97
98
  export const modesColorInteractiveMonochromeGenericWithHover = "#FFFFFF";
98
99
  export const modesColorInteractiveMonochromeGenericFrozenActive = "#FFFFFF";
100
+ export const modesColorInteractiveMonochromeGenericFrozenActive2 = "#FFFFFF";
99
101
  export const modesColorInteractiveMonochromeMarketingWithActive = "#000000";
100
102
  export const modesColorInteractiveMonochromeMarketingActive = "#00D639";
101
103
  export const modesColorInteractiveMonochromeSubtleDefaultAlt = "#ffffff80";
@@ -119,6 +121,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#18232a";
119
121
  export const modesColorInteractiveProgressBg = "#ffffff14";
120
122
  export const modesColorInteractiveProgressBgAlt = "#00000014";
121
123
  export const modesColorInteractiveProgressFrozenBg = "#ffffff14";
124
+ export const modesColorInteractiveProgressFrozenBgAlt = "#ffffff14";
122
125
  export const modesColorStatusCautionDefault = "#E04500";
123
126
  export const modesColorStatusCautionDefaultAlt = "#251206";
124
127
  export const modesColorStatusCautionHover = "#eb6732";
@@ -20,7 +20,7 @@ export const profileSizeInsideM = 20;
20
20
  export const profileSizeInsideMl = 28;
21
21
  export const profileSizeInsideL = 40;
22
22
  export const profileSizeInsideXl = 56;
23
- export const profileSizeInsideXxl = 104;
23
+ export const profileSizeInsideXxl = 72;
24
24
  export const profileColorBgAlt = "#000000f2";
25
25
  export const profileColorBgDefault = "#f3f3f3";
26
26
  export const profileColorBorderDefault = "#d1d1d1";
@@ -109,7 +109,7 @@ export const statusSpaceMessageContextualYgM = 2;
109
109
  export const statusSpaceMessageContextualYgL = 4;
110
110
  export const statusSpaceMessageContextualSubtleIconwrapperYM = 2;
111
111
  export const statusSpaceMessageContextualSubtleIconwrapperYL = 4;
112
- export const statusSpaceMessageGlobalXM = 25.6;
112
+ export const statusSpaceMessageGlobalXM = 32;
113
113
  export const statusSpaceMessageGlobalYM = 8;
114
114
  export const statusSpaceMessageGlobalXgM = 12.8;
115
115
  export const statusSpaceMessageGlobalYgM = 4;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint: string;
38
38
  export const modesColorGenericFgDelicate: string;
39
39
  export const modesColorGenericFgSoft: string;
40
40
  export const modesColorGenericFgModerate: string;
41
+ export const modesColorGenericFgFrozenSoft: string;
41
42
  export const modesColorGenericBackdropNought: string;
42
43
  export const modesColorGenericBackdropFaint: string;
43
44
  export const modesColorInteractiveAiActive: string;
@@ -93,6 +94,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt: string;
93
94
  export const modesColorInteractiveMonochromeGenericWithDefault: string;
94
95
  export const modesColorInteractiveMonochromeGenericWithHover: string;
95
96
  export const modesColorInteractiveMonochromeGenericFrozenActive: string;
97
+ export const modesColorInteractiveMonochromeGenericFrozenActive2: string;
96
98
  export const modesColorInteractiveMonochromeMarketingActive: string;
97
99
  export const modesColorInteractiveMonochromeMarketingWithActive: string;
98
100
  export const modesColorInteractiveMonochromeSubtleDefaultAlt: string;
@@ -116,6 +118,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
116
118
  export const modesColorInteractiveProgressBg: string;
117
119
  export const modesColorInteractiveProgressBgAlt: string;
118
120
  export const modesColorInteractiveProgressFrozenBg: string;
121
+ export const modesColorInteractiveProgressFrozenBgAlt: string;
119
122
  export const modesColorStatusAiDefault: string;
120
123
  export const modesColorStatusAiDefaultAlt: string;
121
124
  export const modesColorStatusAiDefaultHorizontal: string;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint = "#e8e8e8";
38
38
  export const modesColorGenericFgDelicate = "#d1d1d1";
39
39
  export const modesColorGenericFgSoft = "#a6a6a6";
40
40
  export const modesColorGenericFgModerate = "#777";
41
+ export const modesColorGenericFgFrozenSoft = "#335B70";
41
42
  export const modesColorGenericBackdropNought = "#FFFFFF";
42
43
  export const modesColorGenericBackdropFaint = "#f6f8f9";
43
44
  export const modesColorInteractiveAiActive =
@@ -96,6 +97,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt = "#000000e6";
96
97
  export const modesColorInteractiveMonochromeGenericWithDefault = "#FFFFFF";
97
98
  export const modesColorInteractiveMonochromeGenericWithHover = "#000000";
98
99
  export const modesColorInteractiveMonochromeGenericFrozenActive = "#eaedf0";
100
+ export const modesColorInteractiveMonochromeGenericFrozenActive2 = "#335B70";
99
101
  export const modesColorInteractiveMonochromeMarketingActive = "#000000";
100
102
  export const modesColorInteractiveMonochromeMarketingWithActive = "#00D639";
101
103
  export const modesColorInteractiveMonochromeSubtleDefaultAlt = "#00000080";
@@ -119,6 +121,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#9badb8";
119
121
  export const modesColorInteractiveProgressBg = "#00000014";
120
122
  export const modesColorInteractiveProgressBgAlt = "#ffffff14";
121
123
  export const modesColorInteractiveProgressFrozenBg = "#00804614";
124
+ export const modesColorInteractiveProgressFrozenBgAlt = "#cad3d9";
122
125
  export const modesColorStatusAiDefault = "#FFFFFF";
123
126
  export const modesColorStatusAiDefaultAlt = "#000000";
124
127
  export const modesColorStatusAiDefaultHorizontal =
@@ -20,7 +20,7 @@ export const profileSizeInsideM = 20;
20
20
  export const profileSizeInsideMl = 28;
21
21
  export const profileSizeInsideL = 40;
22
22
  export const profileSizeInsideXl = 56;
23
- export const profileSizeInsideXxl = 104;
23
+ export const profileSizeInsideXxl = 72;
24
24
  export const profileColorBgAlt = "#fffffff2";
25
25
  export const profileColorBgDefault = "#0e0e0e";
26
26
  export const profileColorBorderDefault = "#282828";
@@ -109,7 +109,7 @@ export const statusSpaceMessageContextualYgM = 2;
109
109
  export const statusSpaceMessageContextualYgL = 4;
110
110
  export const statusSpaceMessageContextualSubtleIconwrapperYM = 2;
111
111
  export const statusSpaceMessageContextualSubtleIconwrapperYL = 4;
112
- export const statusSpaceMessageGlobalXM = 32;
112
+ export const statusSpaceMessageGlobalXM = 40;
113
113
  export const statusSpaceMessageGlobalYM = 8;
114
114
  export const statusSpaceMessageGlobalXgM = 16;
115
115
  export const statusSpaceMessageGlobalYgM = 4;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint: string;
38
38
  export const modesColorGenericFgDelicate: string;
39
39
  export const modesColorGenericFgSoft: string;
40
40
  export const modesColorGenericFgModerate: string;
41
+ export const modesColorGenericFgFrozenSoft: string;
41
42
  export const modesColorGenericBackdropNought: string;
42
43
  export const modesColorGenericBackdropFaint: string;
43
44
  export const modesColorInteractiveAiActive: string;
@@ -93,6 +94,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt: string;
93
94
  export const modesColorInteractiveMonochromeGenericWithDefault: string;
94
95
  export const modesColorInteractiveMonochromeGenericWithHover: string;
95
96
  export const modesColorInteractiveMonochromeGenericFrozenActive: string;
97
+ export const modesColorInteractiveMonochromeGenericFrozenActive2: string;
96
98
  export const modesColorInteractiveMonochromeMarketingWithActive: string;
97
99
  export const modesColorInteractiveMonochromeMarketingActive: string;
98
100
  export const modesColorInteractiveMonochromeSubtleDefaultAlt: string;
@@ -116,6 +118,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
116
118
  export const modesColorInteractiveProgressBg: string;
117
119
  export const modesColorInteractiveProgressBgAlt: string;
118
120
  export const modesColorInteractiveProgressFrozenBg: string;
121
+ export const modesColorInteractiveProgressFrozenBgAlt: string;
119
122
  export const modesColorStatusCautionDefault: string;
120
123
  export const modesColorStatusCautionDefaultAlt: string;
121
124
  export const modesColorStatusCautionHover: string;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint = "#181818";
38
38
  export const modesColorGenericFgDelicate = "#282828";
39
39
  export const modesColorGenericFgSoft = "#4b4b4b";
40
40
  export const modesColorGenericFgModerate = "#777";
41
+ export const modesColorGenericFgFrozenSoft = "#4b4b4b";
41
42
  export const modesColorGenericBackdropNought = "#000000";
42
43
  export const modesColorGenericBackdropFaint = "#181818";
43
44
  export const modesColorInteractiveAiActive =
@@ -96,6 +97,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt = "#ffffffe6";
96
97
  export const modesColorInteractiveMonochromeGenericWithDefault = "#000000";
97
98
  export const modesColorInteractiveMonochromeGenericWithHover = "#FFFFFF";
98
99
  export const modesColorInteractiveMonochromeGenericFrozenActive = "#FFFFFF";
100
+ export const modesColorInteractiveMonochromeGenericFrozenActive2 = "#FFFFFF";
99
101
  export const modesColorInteractiveMonochromeMarketingWithActive = "#000000";
100
102
  export const modesColorInteractiveMonochromeMarketingActive = "#00D639";
101
103
  export const modesColorInteractiveMonochromeSubtleDefaultAlt = "#ffffff80";
@@ -119,6 +121,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#18232a";
119
121
  export const modesColorInteractiveProgressBg = "#ffffff14";
120
122
  export const modesColorInteractiveProgressBgAlt = "#00000014";
121
123
  export const modesColorInteractiveProgressFrozenBg = "#ffffff14";
124
+ export const modesColorInteractiveProgressFrozenBgAlt = "#ffffff14";
122
125
  export const modesColorStatusCautionDefault = "#E04500";
123
126
  export const modesColorStatusCautionDefaultAlt = "#251206";
124
127
  export const modesColorStatusCautionHover = "#eb6732";
@@ -20,7 +20,7 @@ export const profileSizeInsideM = 20;
20
20
  export const profileSizeInsideMl = 28;
21
21
  export const profileSizeInsideL = 40;
22
22
  export const profileSizeInsideXl = 56;
23
- export const profileSizeInsideXxl = 104;
23
+ export const profileSizeInsideXxl = 72;
24
24
  export const profileColorBgAlt = "#000000f2";
25
25
  export const profileColorBgDefault = "#f3f3f3";
26
26
  export const profileColorBorderDefault = "#d1d1d1";
@@ -109,7 +109,7 @@ export const statusSpaceMessageContextualYgM = 2;
109
109
  export const statusSpaceMessageContextualYgL = 4;
110
110
  export const statusSpaceMessageContextualSubtleIconwrapperYM = 2;
111
111
  export const statusSpaceMessageContextualSubtleIconwrapperYL = 4;
112
- export const statusSpaceMessageGlobalXM = 32;
112
+ export const statusSpaceMessageGlobalXM = 40;
113
113
  export const statusSpaceMessageGlobalYM = 8;
114
114
  export const statusSpaceMessageGlobalXgM = 16;
115
115
  export const statusSpaceMessageGlobalYgM = 4;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint: string;
38
38
  export const modesColorGenericFgDelicate: string;
39
39
  export const modesColorGenericFgSoft: string;
40
40
  export const modesColorGenericFgModerate: string;
41
+ export const modesColorGenericFgFrozenSoft: string;
41
42
  export const modesColorGenericBackdropNought: string;
42
43
  export const modesColorGenericBackdropFaint: string;
43
44
  export const modesColorInteractiveAiActive: string;
@@ -93,6 +94,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt: string;
93
94
  export const modesColorInteractiveMonochromeGenericWithDefault: string;
94
95
  export const modesColorInteractiveMonochromeGenericWithHover: string;
95
96
  export const modesColorInteractiveMonochromeGenericFrozenActive: string;
97
+ export const modesColorInteractiveMonochromeGenericFrozenActive2: string;
96
98
  export const modesColorInteractiveMonochromeMarketingActive: string;
97
99
  export const modesColorInteractiveMonochromeMarketingWithActive: string;
98
100
  export const modesColorInteractiveMonochromeSubtleDefaultAlt: string;
@@ -116,6 +118,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault: string;
116
118
  export const modesColorInteractiveProgressBg: string;
117
119
  export const modesColorInteractiveProgressBgAlt: string;
118
120
  export const modesColorInteractiveProgressFrozenBg: string;
121
+ export const modesColorInteractiveProgressFrozenBgAlt: string;
119
122
  export const modesColorStatusAiDefault: string;
120
123
  export const modesColorStatusAiDefaultAlt: string;
121
124
  export const modesColorStatusAiDefaultHorizontal: string;
@@ -38,6 +38,7 @@ export const modesColorGenericFgFaint = "#e8e8e8";
38
38
  export const modesColorGenericFgDelicate = "#d1d1d1";
39
39
  export const modesColorGenericFgSoft = "#a6a6a6";
40
40
  export const modesColorGenericFgModerate = "#777";
41
+ export const modesColorGenericFgFrozenSoft = "#335B70";
41
42
  export const modesColorGenericBackdropNought = "#FFFFFF";
42
43
  export const modesColorGenericBackdropFaint = "#f6f8f9";
43
44
  export const modesColorInteractiveAiActive =
@@ -96,6 +97,7 @@ export const modesColorInteractiveMonochromeGenericWithActiveAlt = "#000000e6";
96
97
  export const modesColorInteractiveMonochromeGenericWithDefault = "#FFFFFF";
97
98
  export const modesColorInteractiveMonochromeGenericWithHover = "#000000";
98
99
  export const modesColorInteractiveMonochromeGenericFrozenActive = "#eaedf0";
100
+ export const modesColorInteractiveMonochromeGenericFrozenActive2 = "#335B70";
99
101
  export const modesColorInteractiveMonochromeMarketingActive = "#000000";
100
102
  export const modesColorInteractiveMonochromeMarketingWithActive = "#00D639";
101
103
  export const modesColorInteractiveMonochromeSubtleDefaultAlt = "#00000080";
@@ -119,6 +121,7 @@ export const modesColorInteractivePrimaryFrozenTableDefault = "#9badb8";
119
121
  export const modesColorInteractiveProgressBg = "#00000014";
120
122
  export const modesColorInteractiveProgressBgAlt = "#ffffff14";
121
123
  export const modesColorInteractiveProgressFrozenBg = "#00804614";
124
+ export const modesColorInteractiveProgressFrozenBgAlt = "#cad3d9";
122
125
  export const modesColorStatusAiDefault = "#FFFFFF";
123
126
  export const modesColorStatusAiDefaultAlt = "#000000";
124
127
  export const modesColorStatusAiDefaultHorizontal =
@@ -20,7 +20,7 @@ export const profileSizeInsideM = 20;
20
20
  export const profileSizeInsideMl = 28;
21
21
  export const profileSizeInsideL = 40;
22
22
  export const profileSizeInsideXl = 56;
23
- export const profileSizeInsideXxl = 104;
23
+ export const profileSizeInsideXxl = 72;
24
24
  export const profileColorBgAlt = "#fffffff2";
25
25
  export const profileColorBgDefault = "#0e0e0e";
26
26
  export const profileColorBorderDefault = "#282828";
@@ -109,7 +109,7 @@ export const statusSpaceMessageContextualYgM = 2;
109
109
  export const statusSpaceMessageContextualYgL = 4;
110
110
  export const statusSpaceMessageContextualSubtleIconwrapperYM = 2;
111
111
  export const statusSpaceMessageContextualSubtleIconwrapperYL = 4;
112
- export const statusSpaceMessageGlobalXM = 25.6;
112
+ export const statusSpaceMessageGlobalXM = 32;
113
113
  export const statusSpaceMessageGlobalYM = 8;
114
114
  export const statusSpaceMessageGlobalXgM = 12.8;
115
115
  export const statusSpaceMessageGlobalYgM = 4;