@sage/design-tokens 7.1.7 → 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 (243) hide show
  1. package/css/frozenproduct/all.css +7 -1
  2. package/css/frozenproduct/large/components/profile.css +1 -1
  3. package/css/frozenproduct/large/dark.css +3 -0
  4. package/css/frozenproduct/large/light.css +3 -0
  5. package/css/frozenproduct/small/components/profile.css +1 -1
  6. package/css/frozenproduct/small/dark.css +3 -0
  7. package/css/frozenproduct/small/light.css +3 -0
  8. package/css/marketing/all.css +7 -1
  9. package/css/marketing/large/components/profile.css +1 -1
  10. package/css/marketing/large/dark.css +3 -0
  11. package/css/marketing/large/light.css +3 -0
  12. package/css/marketing/small/components/profile.css +1 -1
  13. package/css/marketing/small/dark.css +3 -0
  14. package/css/marketing/small/light.css +3 -0
  15. package/css/product/all.css +7 -1
  16. package/css/product/large/components/profile.css +1 -1
  17. package/css/product/large/dark.css +3 -0
  18. package/css/product/large/light.css +3 -0
  19. package/css/product/small/components/profile.css +1 -1
  20. package/css/product/small/dark.css +3 -0
  21. package/css/product/small/light.css +3 -0
  22. package/ios/frozenproduct/large/dark/components/profile.h +1 -1
  23. package/ios/frozenproduct/large/dark/mode.h +3 -0
  24. package/ios/frozenproduct/large/light/components/profile.h +1 -1
  25. package/ios/frozenproduct/large/light/mode.h +3 -0
  26. package/ios/frozenproduct/small/dark/components/profile.h +1 -1
  27. package/ios/frozenproduct/small/dark/mode.h +3 -0
  28. package/ios/frozenproduct/small/light/components/profile.h +1 -1
  29. package/ios/frozenproduct/small/light/mode.h +3 -0
  30. package/ios/marketing/large/dark/components/profile.h +1 -1
  31. package/ios/marketing/large/dark/mode.h +3 -0
  32. package/ios/marketing/large/light/components/profile.h +1 -1
  33. package/ios/marketing/large/light/mode.h +3 -0
  34. package/ios/marketing/small/dark/components/profile.h +1 -1
  35. package/ios/marketing/small/dark/mode.h +3 -0
  36. package/ios/marketing/small/light/components/profile.h +1 -1
  37. package/ios/marketing/small/light/mode.h +3 -0
  38. package/ios/product/large/dark/components/profile.h +1 -1
  39. package/ios/product/large/dark/mode.h +3 -0
  40. package/ios/product/large/light/components/profile.h +1 -1
  41. package/ios/product/large/light/mode.h +3 -0
  42. package/ios/product/small/dark/components/profile.h +1 -1
  43. package/ios/product/small/dark/mode.h +3 -0
  44. package/ios/product/small/light/components/profile.h +1 -1
  45. package/ios/product/small/light/mode.h +3 -0
  46. package/js/common/frozenproduct/large/dark/components/profile.js +2 -2
  47. package/js/common/frozenproduct/large/dark/mode.d.ts +5 -0
  48. package/js/common/frozenproduct/large/dark/mode.js +79 -0
  49. package/js/common/frozenproduct/large/light/components/profile.js +2 -2
  50. package/js/common/frozenproduct/large/light/mode.d.ts +5 -0
  51. package/js/common/frozenproduct/large/light/mode.js +83 -0
  52. package/js/common/frozenproduct/small/dark/components/profile.js +2 -2
  53. package/js/common/frozenproduct/small/dark/mode.d.ts +5 -0
  54. package/js/common/frozenproduct/small/dark/mode.js +79 -0
  55. package/js/common/frozenproduct/small/light/components/profile.js +2 -2
  56. package/js/common/frozenproduct/small/light/mode.d.ts +5 -0
  57. package/js/common/frozenproduct/small/light/mode.js +83 -0
  58. package/js/common/marketing/large/dark/components/profile.js +2 -2
  59. package/js/common/marketing/large/dark/mode.d.ts +5 -0
  60. package/js/common/marketing/large/dark/mode.js +79 -0
  61. package/js/common/marketing/large/light/components/profile.js +2 -2
  62. package/js/common/marketing/large/light/mode.d.ts +5 -0
  63. package/js/common/marketing/large/light/mode.js +83 -0
  64. package/js/common/marketing/small/dark/components/profile.js +2 -2
  65. package/js/common/marketing/small/dark/mode.d.ts +5 -0
  66. package/js/common/marketing/small/dark/mode.js +79 -0
  67. package/js/common/marketing/small/light/components/profile.js +2 -2
  68. package/js/common/marketing/small/light/mode.d.ts +5 -0
  69. package/js/common/marketing/small/light/mode.js +83 -0
  70. package/js/common/product/large/dark/components/profile.js +2 -2
  71. package/js/common/product/large/dark/mode.d.ts +5 -0
  72. package/js/common/product/large/dark/mode.js +79 -0
  73. package/js/common/product/large/light/components/profile.js +2 -2
  74. package/js/common/product/large/light/mode.d.ts +5 -0
  75. package/js/common/product/large/light/mode.js +83 -0
  76. package/js/common/product/small/dark/components/profile.js +2 -2
  77. package/js/common/product/small/dark/mode.d.ts +5 -0
  78. package/js/common/product/small/dark/mode.js +79 -0
  79. package/js/common/product/small/light/components/profile.js +2 -2
  80. package/js/common/product/small/light/mode.d.ts +5 -0
  81. package/js/common/product/small/light/mode.js +83 -0
  82. package/js/es6/frozenproduct/large/dark/components/profile.js +1 -1
  83. package/js/es6/frozenproduct/large/dark/mode.d.ts +3 -0
  84. package/js/es6/frozenproduct/large/dark/mode.js +3 -0
  85. package/js/es6/frozenproduct/large/light/components/profile.js +1 -1
  86. package/js/es6/frozenproduct/large/light/mode.d.ts +3 -0
  87. package/js/es6/frozenproduct/large/light/mode.js +3 -0
  88. package/js/es6/frozenproduct/small/dark/components/profile.js +1 -1
  89. package/js/es6/frozenproduct/small/dark/mode.d.ts +3 -0
  90. package/js/es6/frozenproduct/small/dark/mode.js +3 -0
  91. package/js/es6/frozenproduct/small/light/components/profile.js +1 -1
  92. package/js/es6/frozenproduct/small/light/mode.d.ts +3 -0
  93. package/js/es6/frozenproduct/small/light/mode.js +3 -0
  94. package/js/es6/marketing/large/dark/components/profile.js +1 -1
  95. package/js/es6/marketing/large/dark/mode.d.ts +3 -0
  96. package/js/es6/marketing/large/dark/mode.js +3 -0
  97. package/js/es6/marketing/large/light/components/profile.js +1 -1
  98. package/js/es6/marketing/large/light/mode.d.ts +3 -0
  99. package/js/es6/marketing/large/light/mode.js +3 -0
  100. package/js/es6/marketing/small/dark/components/profile.js +1 -1
  101. package/js/es6/marketing/small/dark/mode.d.ts +3 -0
  102. package/js/es6/marketing/small/dark/mode.js +3 -0
  103. package/js/es6/marketing/small/light/components/profile.js +1 -1
  104. package/js/es6/marketing/small/light/mode.d.ts +3 -0
  105. package/js/es6/marketing/small/light/mode.js +3 -0
  106. package/js/es6/product/large/dark/components/profile.js +1 -1
  107. package/js/es6/product/large/dark/mode.d.ts +3 -0
  108. package/js/es6/product/large/dark/mode.js +3 -0
  109. package/js/es6/product/large/light/components/profile.js +1 -1
  110. package/js/es6/product/large/light/mode.d.ts +3 -0
  111. package/js/es6/product/large/light/mode.js +3 -0
  112. package/js/es6/product/small/dark/components/profile.js +1 -1
  113. package/js/es6/product/small/dark/mode.d.ts +3 -0
  114. package/js/es6/product/small/dark/mode.js +3 -0
  115. package/js/es6/product/small/light/components/profile.js +1 -1
  116. package/js/es6/product/small/light/mode.d.ts +3 -0
  117. package/js/es6/product/small/light/mode.js +3 -0
  118. package/js/umd/frozenproduct/large/dark/components/profile.js +2 -2
  119. package/js/umd/frozenproduct/large/dark/mode.js +80 -0
  120. package/js/umd/frozenproduct/large/light/components/profile.js +2 -2
  121. package/js/umd/frozenproduct/large/light/mode.js +83 -0
  122. package/js/umd/frozenproduct/small/dark/components/profile.js +2 -2
  123. package/js/umd/frozenproduct/small/dark/mode.js +80 -0
  124. package/js/umd/frozenproduct/small/light/components/profile.js +2 -2
  125. package/js/umd/frozenproduct/small/light/mode.js +83 -0
  126. package/js/umd/marketing/large/dark/components/profile.js +2 -2
  127. package/js/umd/marketing/large/dark/mode.js +80 -0
  128. package/js/umd/marketing/large/light/components/profile.js +2 -2
  129. package/js/umd/marketing/large/light/mode.js +83 -0
  130. package/js/umd/marketing/small/dark/components/profile.js +2 -2
  131. package/js/umd/marketing/small/dark/mode.js +80 -0
  132. package/js/umd/marketing/small/light/components/profile.js +2 -2
  133. package/js/umd/marketing/small/light/mode.js +83 -0
  134. package/js/umd/product/large/dark/components/profile.js +2 -2
  135. package/js/umd/product/large/dark/mode.js +80 -0
  136. package/js/umd/product/large/light/components/profile.js +2 -2
  137. package/js/umd/product/large/light/mode.js +83 -0
  138. package/js/umd/product/small/dark/components/profile.js +2 -2
  139. package/js/umd/product/small/dark/mode.js +80 -0
  140. package/js/umd/product/small/light/components/profile.js +2 -2
  141. package/js/umd/product/small/light/mode.js +83 -0
  142. package/json/flat/frozenproduct/large/dark/components/profile.json +1 -1
  143. package/json/flat/frozenproduct/large/dark/mode.json +3 -0
  144. package/json/flat/frozenproduct/large/light/components/profile.json +1 -1
  145. package/json/flat/frozenproduct/large/light/mode.json +3 -0
  146. package/json/flat/frozenproduct/small/dark/components/profile.json +1 -1
  147. package/json/flat/frozenproduct/small/dark/mode.json +3 -0
  148. package/json/flat/frozenproduct/small/light/components/profile.json +1 -1
  149. package/json/flat/frozenproduct/small/light/mode.json +3 -0
  150. package/json/flat/marketing/large/dark/components/profile.json +1 -1
  151. package/json/flat/marketing/large/dark/mode.json +3 -0
  152. package/json/flat/marketing/large/light/components/profile.json +1 -1
  153. package/json/flat/marketing/large/light/mode.json +3 -0
  154. package/json/flat/marketing/small/dark/components/profile.json +1 -1
  155. package/json/flat/marketing/small/dark/mode.json +3 -0
  156. package/json/flat/marketing/small/light/components/profile.json +1 -1
  157. package/json/flat/marketing/small/light/mode.json +3 -0
  158. package/json/flat/product/large/dark/components/profile.json +1 -1
  159. package/json/flat/product/large/dark/mode.json +3 -0
  160. package/json/flat/product/large/light/components/profile.json +1 -1
  161. package/json/flat/product/large/light/mode.json +3 -0
  162. package/json/flat/product/small/dark/components/profile.json +1 -1
  163. package/json/flat/product/small/dark/mode.json +3 -0
  164. package/json/flat/product/small/light/components/profile.json +1 -1
  165. package/json/flat/product/small/light/mode.json +3 -0
  166. package/json/nested/frozenproduct/large/dark/components/profile.json +1 -1
  167. package/json/nested/frozenproduct/large/dark/mode.json +8 -3
  168. package/json/nested/frozenproduct/large/light/components/profile.json +1 -1
  169. package/json/nested/frozenproduct/large/light/mode.json +8 -3
  170. package/json/nested/frozenproduct/small/dark/components/profile.json +1 -1
  171. package/json/nested/frozenproduct/small/dark/mode.json +8 -3
  172. package/json/nested/frozenproduct/small/light/components/profile.json +1 -1
  173. package/json/nested/frozenproduct/small/light/mode.json +8 -3
  174. package/json/nested/marketing/large/dark/components/profile.json +1 -1
  175. package/json/nested/marketing/large/dark/mode.json +8 -3
  176. package/json/nested/marketing/large/light/components/profile.json +1 -1
  177. package/json/nested/marketing/large/light/mode.json +8 -3
  178. package/json/nested/marketing/small/dark/components/profile.json +1 -1
  179. package/json/nested/marketing/small/dark/mode.json +8 -3
  180. package/json/nested/marketing/small/light/components/profile.json +1 -1
  181. package/json/nested/marketing/small/light/mode.json +8 -3
  182. package/json/nested/product/large/dark/components/profile.json +1 -1
  183. package/json/nested/product/large/dark/mode.json +8 -3
  184. package/json/nested/product/large/light/components/profile.json +1 -1
  185. package/json/nested/product/large/light/mode.json +8 -3
  186. package/json/nested/product/small/dark/components/profile.json +1 -1
  187. package/json/nested/product/small/dark/mode.json +8 -3
  188. package/json/nested/product/small/light/components/profile.json +1 -1
  189. package/json/nested/product/small/light/mode.json +8 -3
  190. package/package.json +1 -1
  191. package/sage-design-tokens-7.2.0.tgz +0 -0
  192. package/scss/frozenproduct/large/components/button.scss +23 -23
  193. package/scss/frozenproduct/large/components/container.scss +9 -9
  194. package/scss/frozenproduct/large/components/form.scss +7 -7
  195. package/scss/frozenproduct/large/components/link.scss +2 -2
  196. package/scss/frozenproduct/large/components/nav.scss +3 -3
  197. package/scss/frozenproduct/large/components/page.scss +1 -1
  198. package/scss/frozenproduct/large/components/popover.scss +2 -2
  199. package/scss/frozenproduct/large/components/profile.scss +1 -1
  200. package/scss/frozenproduct/large/components/progress.scss +6 -6
  201. package/scss/frozenproduct/large/components/status.scss +3 -3
  202. package/scss/frozenproduct/large/components/tab.scss +7 -7
  203. package/scss/frozenproduct/large/components/table.scss +10 -10
  204. package/scss/frozenproduct/large/dark.scss +3 -0
  205. package/scss/frozenproduct/large/light.scss +3 -0
  206. package/scss/frozenproduct/small/components/button.scss +23 -23
  207. package/scss/frozenproduct/small/components/container.scss +9 -9
  208. package/scss/frozenproduct/small/components/form.scss +7 -7
  209. package/scss/frozenproduct/small/components/link.scss +2 -2
  210. package/scss/frozenproduct/small/components/nav.scss +3 -3
  211. package/scss/frozenproduct/small/components/page.scss +1 -1
  212. package/scss/frozenproduct/small/components/popover.scss +2 -2
  213. package/scss/frozenproduct/small/components/profile.scss +1 -1
  214. package/scss/frozenproduct/small/components/progress.scss +6 -6
  215. package/scss/frozenproduct/small/components/status.scss +3 -3
  216. package/scss/frozenproduct/small/components/tab.scss +7 -7
  217. package/scss/frozenproduct/small/components/table.scss +10 -10
  218. package/scss/frozenproduct/small/dark.scss +3 -0
  219. package/scss/frozenproduct/small/light.scss +3 -0
  220. package/scss/marketing/large/components/profile.scss +1 -1
  221. package/scss/marketing/large/dark.scss +3 -0
  222. package/scss/marketing/large/light.scss +3 -0
  223. package/scss/marketing/small/components/button.scss +23 -23
  224. package/scss/marketing/small/components/container.scss +9 -9
  225. package/scss/marketing/small/components/form.scss +7 -7
  226. package/scss/marketing/small/components/link.scss +2 -2
  227. package/scss/marketing/small/components/nav.scss +3 -3
  228. package/scss/marketing/small/components/page.scss +1 -1
  229. package/scss/marketing/small/components/popover.scss +2 -2
  230. package/scss/marketing/small/components/profile.scss +1 -1
  231. package/scss/marketing/small/components/progress.scss +6 -6
  232. package/scss/marketing/small/components/status.scss +3 -3
  233. package/scss/marketing/small/components/tab.scss +7 -7
  234. package/scss/marketing/small/components/table.scss +10 -10
  235. package/scss/marketing/small/dark.scss +3 -0
  236. package/scss/marketing/small/light.scss +3 -0
  237. package/scss/product/large/components/profile.scss +1 -1
  238. package/scss/product/large/dark.scss +3 -0
  239. package/scss/product/large/light.scss +3 -0
  240. package/scss/product/small/components/profile.scss +1 -1
  241. package/scss/product/small/dark.scss +3 -0
  242. package/scss/product/small/light.scss +3 -0
  243. package/sage-design-tokens-7.1.7.tgz +0 -0
@@ -879,6 +879,23 @@ module.exports = {
879
879
  attributes: {},
880
880
  path: ["modes", "color", "generic", "fg", "moderate"],
881
881
  },
882
+ frozen: {
883
+ soft: {
884
+ $type: "color",
885
+ $value: "#335B70",
886
+ $description: "frozen progress tracker border",
887
+ filePath: "data/tokens/modes/light.json",
888
+ isSource: true,
889
+ original: {
890
+ $type: "color",
891
+ $value: "{modes.color.status.neutral.frozen.default}",
892
+ $description: "frozen progress tracker border",
893
+ },
894
+ name: "modesColorGenericFgFrozenSoft",
895
+ attributes: {},
896
+ path: ["modes", "color", "generic", "fg", "frozen", "soft"],
897
+ },
898
+ },
882
899
  },
883
900
  backdrop: {
884
901
  nought: {
@@ -2258,6 +2275,29 @@ module.exports = {
2258
2275
  "active",
2259
2276
  ],
2260
2277
  },
2278
+ active2: {
2279
+ $type: "color",
2280
+ $value: "#335B70",
2281
+ $description: "Frozen progress tracker",
2282
+ filePath: "data/tokens/modes/light.json",
2283
+ isSource: true,
2284
+ original: {
2285
+ $type: "color",
2286
+ $value: "{modes.color.generic.fg.frozen.soft}",
2287
+ $description: "Frozen progress tracker",
2288
+ },
2289
+ name: "modesColorInteractiveMonochromeGenericFrozenActive2",
2290
+ attributes: {},
2291
+ path: [
2292
+ "modes",
2293
+ "color",
2294
+ "interactive",
2295
+ "monochrome",
2296
+ "generic",
2297
+ "frozen",
2298
+ "active2",
2299
+ ],
2300
+ },
2261
2301
  },
2262
2302
  },
2263
2303
  marketing: {
@@ -2971,6 +3011,49 @@ module.exports = {
2971
3011
  "bg",
2972
3012
  ],
2973
3013
  },
3014
+ "bg-alt": {
3015
+ $extensions: {
3016
+ "studio.tokens": {
3017
+ modify: {
3018
+ type: "mix",
3019
+ value: "0.75",
3020
+ space: "lch",
3021
+ color: "#FFFFFF",
3022
+ format: "hex",
3023
+ },
3024
+ },
3025
+ },
3026
+ $type: "color",
3027
+ $value: "#cad3d9",
3028
+ $description: "progress tracker bg",
3029
+ filePath: "data/tokens/modes/light.json",
3030
+ isSource: true,
3031
+ original: {
3032
+ $extensions: {
3033
+ "studio.tokens": {
3034
+ modify: {
3035
+ type: "mix",
3036
+ value: "0.75",
3037
+ space: "lch",
3038
+ color: "{modes.color.modifier.contrastLess}",
3039
+ },
3040
+ },
3041
+ },
3042
+ $type: "color",
3043
+ $value: "{primitives.colors.navy}",
3044
+ $description: "progress tracker bg",
3045
+ },
3046
+ name: "modesColorInteractiveProgressFrozenBgAlt",
3047
+ attributes: {},
3048
+ path: [
3049
+ "modes",
3050
+ "color",
3051
+ "interactive",
3052
+ "progress",
3053
+ "frozen",
3054
+ "bg-alt",
3055
+ ],
3056
+ },
2974
3057
  },
2975
3058
  },
2976
3059
  },
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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";