@alfalab/core-components 47.20.0-beta.3 → 47.20.0-beta.5

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 (732) hide show
  1. package/calendar-input/components/calendar-input/Component.d.ts +1 -1
  2. package/confirmation/components/screens/initial/component.js +1 -1
  3. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  4. package/confirmation/esm/component.responsive.js +1 -1
  5. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  6. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  7. package/confirmation/esm/components/index.js +1 -1
  8. package/confirmation/esm/components/screens/index.js +1 -1
  9. package/confirmation/esm/components/screens/initial/component.js +1 -1
  10. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  11. package/confirmation/esm/components/screens/initial/index.js +1 -1
  12. package/confirmation/esm/desktop/component.desktop.js +1 -1
  13. package/confirmation/esm/desktop/index.js +1 -1
  14. package/confirmation/esm/index.js +1 -1
  15. package/confirmation/esm/mobile/component.mobile.js +1 -1
  16. package/confirmation/esm/mobile/index.js +1 -1
  17. package/confirmation/esm/shared/index.js +1 -1
  18. package/confirmation/modern/component.responsive.js +1 -1
  19. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  20. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  21. package/confirmation/modern/components/index.js +1 -1
  22. package/confirmation/modern/components/screens/index.js +1 -1
  23. package/confirmation/modern/components/screens/initial/component.js +1 -1
  24. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  25. package/confirmation/modern/components/screens/initial/index.js +1 -1
  26. package/confirmation/modern/desktop/component.desktop.js +1 -1
  27. package/confirmation/modern/desktop/index.js +1 -1
  28. package/confirmation/modern/index.js +1 -1
  29. package/confirmation/modern/mobile/component.mobile.js +1 -1
  30. package/confirmation/modern/mobile/index.js +1 -1
  31. package/confirmation/modern/shared/index.js +1 -1
  32. package/file-upload-item/Component.d.ts +92 -7
  33. package/file-upload-item/Component.js +65 -41
  34. package/file-upload-item/cssm/Component.d.ts +92 -7
  35. package/file-upload-item/cssm/Component.js +64 -40
  36. package/file-upload-item/cssm/index.js +0 -1
  37. package/file-upload-item/cssm/index.module.css +96 -5
  38. package/file-upload-item/cssm/utils.d.ts +3 -7
  39. package/file-upload-item/cssm/utils.js +27 -11
  40. package/file-upload-item/esm/Component.d.ts +92 -7
  41. package/file-upload-item/esm/Component.js +68 -64
  42. package/file-upload-item/esm/index.css +96 -5
  43. package/file-upload-item/esm/index.js +11 -27
  44. package/file-upload-item/esm/utils.d.ts +3 -7
  45. package/file-upload-item/esm/utils.js +27 -7
  46. package/file-upload-item/index.css +96 -5
  47. package/file-upload-item/index.js +0 -1
  48. package/file-upload-item/modern/Component.d.ts +92 -7
  49. package/file-upload-item/modern/Component.js +68 -62
  50. package/file-upload-item/modern/index.css +96 -5
  51. package/file-upload-item/modern/index.js +11 -26
  52. package/file-upload-item/modern/utils.d.ts +3 -7
  53. package/file-upload-item/modern/utils.js +27 -7
  54. package/file-upload-item/moderncssm/Component.d.ts +92 -7
  55. package/file-upload-item/moderncssm/Component.js +67 -66
  56. package/file-upload-item/moderncssm/index.js +11 -31
  57. package/file-upload-item/moderncssm/index.module.css +117 -2
  58. package/file-upload-item/moderncssm/utils.d.ts +3 -7
  59. package/file-upload-item/moderncssm/utils.js +27 -7
  60. package/file-upload-item/utils.d.ts +3 -7
  61. package/file-upload-item/utils.js +27 -11
  62. package/gallery/components/image-viewer/component.js +1 -1
  63. package/gallery/components/image-viewer/slide.js +1 -1
  64. package/gallery/esm/Component.js +1 -1
  65. package/gallery/esm/components/image-viewer/component.js +1 -1
  66. package/gallery/esm/components/image-viewer/index.js +1 -1
  67. package/gallery/esm/components/image-viewer/slide.js +1 -1
  68. package/gallery/esm/components/index.js +1 -1
  69. package/gallery/esm/index.js +1 -1
  70. package/gallery/modern/Component.js +1 -1
  71. package/gallery/modern/components/image-viewer/component.js +1 -1
  72. package/gallery/modern/components/image-viewer/index.js +1 -1
  73. package/gallery/modern/components/image-viewer/slide.js +1 -1
  74. package/gallery/modern/components/index.js +1 -1
  75. package/gallery/modern/index.js +1 -1
  76. package/modal/components/controls/Component.js +1 -1
  77. package/modal/components/footer/Component.js +1 -1
  78. package/modal/esm/Component.responsive.js +1 -1
  79. package/modal/esm/components/controls/Component.js +1 -1
  80. package/modal/esm/components/controls/index.js +1 -1
  81. package/modal/esm/components/footer/Component.js +1 -1
  82. package/modal/esm/desktop/Component.desktop.js +1 -1
  83. package/modal/esm/desktop/index.js +1 -1
  84. package/modal/esm/index.js +1 -1
  85. package/modal/esm/mobile/Component.mobile.js +1 -1
  86. package/modal/esm/mobile/index.js +1 -1
  87. package/modal/modern/Component.responsive.js +1 -1
  88. package/modal/modern/components/controls/Component.js +1 -1
  89. package/modal/modern/components/controls/index.js +1 -1
  90. package/modal/modern/components/footer/Component.js +1 -1
  91. package/modal/modern/desktop/Component.desktop.js +1 -1
  92. package/modal/modern/desktop/index.js +1 -1
  93. package/modal/modern/index.js +1 -1
  94. package/modal/modern/mobile/Component.mobile.js +1 -1
  95. package/modal/modern/mobile/index.js +1 -1
  96. package/package.json +2 -2
  97. package/plate/Component.responsive.js +1 -1
  98. package/plate/components/base-plate/Component.js +1 -1
  99. package/plate/esm/Component.responsive.js +1 -1
  100. package/plate/esm/components/base-plate/Component.js +1 -1
  101. package/plate/esm/components/base-plate/index.js +1 -1
  102. package/plate/esm/desktop/Component.desktop.js +1 -1
  103. package/plate/esm/desktop/index.js +1 -1
  104. package/plate/esm/index-ba3cd492.d.ts +2 -2
  105. package/plate/esm/index.js +1 -1
  106. package/plate/esm/mobile/Component.mobile.js +1 -1
  107. package/plate/esm/mobile/index.js +1 -1
  108. package/plate/esm/shared/index.js +1 -1
  109. package/plate/esm/utils.js +1 -1
  110. package/plate/index-ba3cd492.d.ts +2 -2
  111. package/plate/modern/Component.responsive.js +1 -1
  112. package/plate/modern/components/base-plate/Component.js +1 -1
  113. package/plate/modern/components/base-plate/index.js +1 -1
  114. package/plate/modern/desktop/Component.desktop.js +1 -1
  115. package/plate/modern/desktop/index.js +1 -1
  116. package/plate/modern/index-ba3cd492.d.ts +2 -2
  117. package/plate/modern/index.js +1 -1
  118. package/plate/modern/mobile/Component.mobile.js +1 -1
  119. package/plate/modern/mobile/index.js +1 -1
  120. package/plate/modern/shared/index.js +1 -1
  121. package/plate/modern/utils.js +1 -1
  122. package/plate/utils.js +1 -1
  123. package/pure-cell/component-8c83a9ca.d.ts +5 -5
  124. package/pure-cell/component.js +1 -1
  125. package/pure-cell/components/addon/component.js +1 -1
  126. package/pure-cell/components/addon/index.d.ts +1 -1
  127. package/pure-cell/components/addon/index.js +1 -1
  128. package/pure-cell/components/amount/component.js +1 -1
  129. package/pure-cell/components/amount/index.d.ts +1 -1
  130. package/pure-cell/components/amount/index.js +1 -1
  131. package/pure-cell/components/amount-title/component.js +1 -1
  132. package/pure-cell/components/amount-title/index.d.ts +1 -1
  133. package/pure-cell/components/amount-title/index.js +1 -1
  134. package/pure-cell/components/category/component.js +1 -1
  135. package/pure-cell/components/category/index.d.ts +1 -1
  136. package/pure-cell/components/category/index.js +1 -1
  137. package/pure-cell/components/content/component.js +1 -1
  138. package/pure-cell/components/content/index.d.ts +1 -1
  139. package/pure-cell/components/content/index.js +1 -1
  140. package/pure-cell/components/footer/component.js +1 -1
  141. package/pure-cell/components/footer/index.d.ts +1 -1
  142. package/pure-cell/components/footer/index.js +1 -1
  143. package/pure-cell/components/footer-button/component.js +1 -1
  144. package/pure-cell/components/footer-button/index.d.ts +1 -1
  145. package/pure-cell/components/footer-button/index.js +1 -1
  146. package/pure-cell/components/footer-text/component.js +1 -1
  147. package/pure-cell/components/footer-text/index.d.ts +1 -1
  148. package/pure-cell/components/footer-text/index.js +1 -1
  149. package/pure-cell/components/graphics/component.js +1 -1
  150. package/pure-cell/components/graphics/index.d.ts +1 -1
  151. package/pure-cell/components/graphics/index.js +1 -1
  152. package/pure-cell/components/main/component.js +1 -1
  153. package/pure-cell/components/main/index.d.ts +1 -1
  154. package/pure-cell/components/main/index.js +1 -1
  155. package/pure-cell/components/text/component.js +1 -1
  156. package/pure-cell/components/text/index.d.ts +1 -1
  157. package/pure-cell/components/text/index.js +1 -1
  158. package/pure-cell/esm/component.js +1 -1
  159. package/pure-cell/esm/components/addon/component.js +1 -1
  160. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  161. package/pure-cell/esm/components/addon/index.js +1 -1
  162. package/pure-cell/esm/components/amount/component.js +1 -1
  163. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  164. package/pure-cell/esm/components/amount/index.js +1 -1
  165. package/pure-cell/esm/components/amount-title/component.js +1 -1
  166. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  167. package/pure-cell/esm/components/amount-title/index.js +1 -1
  168. package/pure-cell/esm/components/category/component.js +1 -1
  169. package/pure-cell/esm/components/category/index.d.ts +1 -1
  170. package/pure-cell/esm/components/category/index.js +1 -1
  171. package/pure-cell/esm/components/content/component.js +1 -1
  172. package/pure-cell/esm/components/content/index.d.ts +1 -1
  173. package/pure-cell/esm/components/content/index.js +1 -1
  174. package/pure-cell/esm/components/footer/component.js +1 -1
  175. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  176. package/pure-cell/esm/components/footer/index.js +1 -1
  177. package/pure-cell/esm/components/footer-button/component.js +1 -1
  178. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  179. package/pure-cell/esm/components/footer-button/index.js +1 -1
  180. package/pure-cell/esm/components/footer-text/component.js +1 -1
  181. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  182. package/pure-cell/esm/components/footer-text/index.js +1 -1
  183. package/pure-cell/esm/components/graphics/component.js +1 -1
  184. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  185. package/pure-cell/esm/components/graphics/index.js +1 -1
  186. package/pure-cell/esm/components/main/component.js +1 -1
  187. package/pure-cell/esm/components/main/index.d.ts +1 -1
  188. package/pure-cell/esm/components/main/index.js +1 -1
  189. package/pure-cell/esm/components/text/component.js +1 -1
  190. package/pure-cell/esm/components/text/index.d.ts +1 -1
  191. package/pure-cell/esm/components/text/index.js +1 -1
  192. package/pure-cell/esm/index.js +1 -1
  193. package/pure-cell/index.js +1 -1
  194. package/pure-cell/modern/component.js +1 -1
  195. package/pure-cell/modern/components/addon/component.js +1 -1
  196. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  197. package/pure-cell/modern/components/addon/index.js +1 -1
  198. package/pure-cell/modern/components/amount/component.js +1 -1
  199. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  200. package/pure-cell/modern/components/amount/index.js +1 -1
  201. package/pure-cell/modern/components/amount-title/component.js +1 -1
  202. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  203. package/pure-cell/modern/components/amount-title/index.js +1 -1
  204. package/pure-cell/modern/components/category/component.js +1 -1
  205. package/pure-cell/modern/components/category/index.d.ts +1 -1
  206. package/pure-cell/modern/components/category/index.js +1 -1
  207. package/pure-cell/modern/components/content/component.js +1 -1
  208. package/pure-cell/modern/components/content/index.d.ts +1 -1
  209. package/pure-cell/modern/components/content/index.js +1 -1
  210. package/pure-cell/modern/components/footer/component.js +1 -1
  211. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  212. package/pure-cell/modern/components/footer/index.js +1 -1
  213. package/pure-cell/modern/components/footer-button/component.js +1 -1
  214. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  215. package/pure-cell/modern/components/footer-button/index.js +1 -1
  216. package/pure-cell/modern/components/footer-text/component.js +1 -1
  217. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  218. package/pure-cell/modern/components/footer-text/index.js +1 -1
  219. package/pure-cell/modern/components/graphics/component.js +1 -1
  220. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  221. package/pure-cell/modern/components/graphics/index.js +1 -1
  222. package/pure-cell/modern/components/main/component.js +1 -1
  223. package/pure-cell/modern/components/main/index.d.ts +1 -1
  224. package/pure-cell/modern/components/main/index.js +1 -1
  225. package/pure-cell/modern/components/text/component.js +1 -1
  226. package/pure-cell/modern/components/text/index.d.ts +1 -1
  227. package/pure-cell/modern/components/text/index.js +1 -1
  228. package/pure-cell/modern/index.js +1 -1
  229. package/select/components/base-select/Component.js +2 -2
  230. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  231. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  232. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  233. package/select/esm/Component.responsive.js +3 -3
  234. package/select/esm/components/base-select/Component.js +2 -2
  235. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  236. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  237. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  238. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  239. package/select/esm/components/base-select/index.js +2 -2
  240. package/select/esm/components/index.js +2 -2
  241. package/select/esm/desktop/Component.desktop.js +2 -2
  242. package/select/esm/desktop/index.js +2 -2
  243. package/select/esm/index.js +3 -3
  244. package/select/esm/mobile/Component.mobile.js +3 -3
  245. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  246. package/select/esm/mobile/index.js +3 -3
  247. package/select/esm/presets/index.js +1 -1
  248. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  249. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  250. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  251. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  252. package/select/esm/shared/index.js +3 -3
  253. package/select/mobile/Component.mobile.js +1 -1
  254. package/select/modern/Component.responsive.js +3 -3
  255. package/select/modern/components/base-select/Component.js +2 -2
  256. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  257. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  258. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  259. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  260. package/select/modern/components/base-select/index.js +2 -2
  261. package/select/modern/components/index.js +2 -2
  262. package/select/modern/desktop/Component.desktop.js +2 -2
  263. package/select/modern/desktop/index.js +2 -2
  264. package/select/modern/index.js +3 -3
  265. package/select/modern/mobile/Component.mobile.js +3 -3
  266. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  267. package/select/modern/mobile/index.js +3 -3
  268. package/select/modern/presets/index.js +1 -1
  269. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  270. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  271. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  272. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  273. package/select/modern/shared/index.js +3 -3
  274. package/select/presets/index.js +1 -1
  275. package/select/presets/useSelectWithApply/hook.js +1 -1
  276. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  277. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  278. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  279. package/select/shared/index.js +1 -1
  280. package/side-panel/components/controls/Component.js +1 -1
  281. package/side-panel/components/footer/Component.js +1 -1
  282. package/side-panel/esm/Component.responsive.js +1 -1
  283. package/side-panel/esm/components/controls/Component.js +1 -1
  284. package/side-panel/esm/components/controls/index.js +1 -1
  285. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  286. package/side-panel/esm/components/footer/Component.js +1 -1
  287. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  288. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  289. package/side-panel/esm/desktop/index.js +1 -1
  290. package/side-panel/esm/index.js +1 -1
  291. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  292. package/side-panel/esm/mobile/index.js +1 -1
  293. package/side-panel/modern/Component.responsive.js +1 -1
  294. package/side-panel/modern/components/controls/Component.js +1 -1
  295. package/side-panel/modern/components/controls/index.js +1 -1
  296. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  297. package/side-panel/modern/components/footer/Component.js +1 -1
  298. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  299. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  300. package/side-panel/modern/desktop/index.js +1 -1
  301. package/side-panel/modern/index.js +1 -1
  302. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  303. package/side-panel/modern/mobile/index.js +1 -1
  304. package/themes/click.d.ts +1 -1
  305. package/themes/click.js +1 -8
  306. package/themes/compiled/mobile-dark-bluetint.css +47 -47
  307. package/themes/corp.d.ts +1 -1
  308. package/themes/corp.js +1 -8
  309. package/themes/dark.d.ts +1 -1
  310. package/themes/dark.js +1 -8
  311. package/themes/esm/click.d.ts +1 -1
  312. package/themes/esm/click.js +1 -4
  313. package/themes/esm/corp.d.ts +1 -1
  314. package/themes/esm/corp.js +1 -4
  315. package/themes/esm/dark.d.ts +1 -1
  316. package/themes/esm/dark.js +1 -4
  317. package/themes/esm/intranet.d.ts +1 -1
  318. package/themes/esm/intranet.js +1 -4
  319. package/themes/esm/mobile.d.ts +1 -1
  320. package/themes/esm/mobile.js +1 -4
  321. package/themes/esm/site.d.ts +1 -1
  322. package/themes/esm/site.js +1 -4
  323. package/themes/intranet.d.ts +1 -1
  324. package/themes/intranet.js +1 -8
  325. package/themes/mobile.d.ts +1 -1
  326. package/themes/mobile.js +1 -8
  327. package/themes/modern/click.d.ts +1 -1
  328. package/themes/modern/click.js +1716 -3
  329. package/themes/modern/corp.d.ts +1 -1
  330. package/themes/modern/corp.js +1621 -3
  331. package/themes/modern/dark.d.ts +1 -1
  332. package/themes/modern/dark.js +681 -4
  333. package/themes/modern/intranet.d.ts +1 -1
  334. package/themes/modern/intranet.js +1602 -3
  335. package/themes/modern/mobile.d.ts +1 -1
  336. package/themes/modern/mobile.js +1598 -3
  337. package/themes/modern/site.d.ts +1 -1
  338. package/themes/modern/site.js +1720 -3
  339. package/themes/site.d.ts +1 -1
  340. package/themes/site.js +1 -8
  341. package/time-input/utils/format.js +10 -6
  342. package/typography/esm/component.js +2 -2
  343. package/typography/esm/index.js +2 -2
  344. package/typography/esm/text/component.js +1 -1
  345. package/typography/esm/text/index.js +1 -1
  346. package/typography/esm/title/component.js +1 -1
  347. package/typography/esm/title/index.js +2 -2
  348. package/typography/esm/title-mobile/component.js +2 -2
  349. package/typography/esm/title-mobile/index.js +2 -2
  350. package/typography/esm/title-responsive/component.js +2 -2
  351. package/typography/esm/title-responsive/index.js +2 -2
  352. package/typography/modern/component.js +2 -2
  353. package/typography/modern/index.js +2 -2
  354. package/typography/modern/text/component.js +1 -1
  355. package/typography/modern/text/index.js +1 -1
  356. package/typography/modern/title/component.js +1 -1
  357. package/typography/modern/title/index.js +2 -2
  358. package/typography/modern/title-mobile/component.js +2 -2
  359. package/typography/modern/title-mobile/index.js +2 -2
  360. package/typography/modern/title-responsive/component.js +2 -2
  361. package/typography/modern/title-responsive/index.js +2 -2
  362. package/typography/text/component.js +1 -1
  363. package/typography/title/component.js +1 -1
  364. package/typography/title/index.js +1 -1
  365. package/typography/title-mobile/component.js +1 -1
  366. package/accordion/@alfalab/icons-glyph/package.json +0 -14
  367. package/attach/@alfalab/icons-glyph/package.json +0 -14
  368. package/bank-card/@alfalab/icons-glyph/package.json +0 -14
  369. package/calendar/@alfalab/icons-glyph/package.json +0 -14
  370. package/calendar-input/@alfalab/icons-glyph/package.json +0 -14
  371. package/checkbox/@alfalab/icons-glyph/package.json +0 -14
  372. package/collapse/@alfalab/icons-glyph/package.json +0 -14
  373. package/confirmation-v1/@alfalab/icons-glyph/package.json +0 -14
  374. package/date-range-input/@alfalab/icons-glyph/package.json +0 -14
  375. package/date-time-input/@alfalab/icons-glyph/package.json +0 -14
  376. package/dropzone/@alfalab/icons-glyph/package.json +0 -14
  377. package/file-upload-item/components/content/components/content-error/content-error.css +0 -4
  378. package/file-upload-item/components/content/components/content-error/content-error.d.ts +0 -4
  379. package/file-upload-item/components/content/components/content-error/content-error.js +0 -25
  380. package/file-upload-item/components/content/components/content-error/index.d.ts +0 -1
  381. package/file-upload-item/components/content/components/content-error/index.js +0 -7
  382. package/file-upload-item/components/content/components/content-subtitle/content-subtitle.css +0 -31
  383. package/file-upload-item/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
  384. package/file-upload-item/components/content/components/content-subtitle/content-subtitle.js +0 -49
  385. package/file-upload-item/components/content/components/content-subtitle/hooks/useContentSubtitle.d.ts +0 -8
  386. package/file-upload-item/components/content/components/content-subtitle/hooks/useContentSubtitle.js +0 -36
  387. package/file-upload-item/components/content/content.css +0 -50
  388. package/file-upload-item/components/content/content.d.ts +0 -4
  389. package/file-upload-item/components/content/content.js +0 -33
  390. package/file-upload-item/components/content/index.d.ts +0 -1
  391. package/file-upload-item/components/content/index.js +0 -7
  392. package/file-upload-item/components/content/utils/isError.d.ts +0 -2
  393. package/file-upload-item/components/content/utils/isError.js +0 -13
  394. package/file-upload-item/components/left-addon/components/left-addon-icon/index.d.ts +0 -1
  395. package/file-upload-item/components/left-addon/components/left-addon-icon/index.js +0 -7
  396. package/file-upload-item/components/left-addon/components/left-addon-icon/left-addon-icon.d.ts +0 -4
  397. package/file-upload-item/components/left-addon/components/left-addon-icon/left-addon-icon.js +0 -64
  398. package/file-upload-item/components/left-addon/components/progress-bar/index.d.ts +0 -1
  399. package/file-upload-item/components/left-addon/components/progress-bar/index.js +0 -7
  400. package/file-upload-item/components/left-addon/components/progress-bar/progress-bar.d.ts +0 -6
  401. package/file-upload-item/components/left-addon/components/progress-bar/progress-bar.js +0 -20
  402. package/file-upload-item/components/left-addon/index.d.ts +0 -1
  403. package/file-upload-item/components/left-addon/index.js +0 -7
  404. package/file-upload-item/components/left-addon/left-addon.css +0 -46
  405. package/file-upload-item/components/left-addon/left-addon.d.ts +0 -4
  406. package/file-upload-item/components/left-addon/left-addon.js +0 -46
  407. package/file-upload-item/components/right-addon/hooks/useRightAddon.d.ts +0 -14
  408. package/file-upload-item/components/right-addon/hooks/useRightAddon.js +0 -37
  409. package/file-upload-item/components/right-addon/index.d.ts +0 -1
  410. package/file-upload-item/components/right-addon/index.js +0 -7
  411. package/file-upload-item/components/right-addon/right-addon.css +0 -9
  412. package/file-upload-item/components/right-addon/right-addon.d.ts +0 -4
  413. package/file-upload-item/components/right-addon/right-addon.js +0 -29
  414. package/file-upload-item/const/file-type-map.d.ts +0 -15
  415. package/file-upload-item/const/file-type-map.js +0 -18
  416. package/file-upload-item/const/progress-bar.d.ts +0 -2
  417. package/file-upload-item/const/progress-bar.js +0 -5
  418. package/file-upload-item/const/upload-status-map.d.ts +0 -9
  419. package/file-upload-item/const/upload-status-map.js +0 -12
  420. package/file-upload-item/context/file-upload-item-context.d.ts +0 -31
  421. package/file-upload-item/context/file-upload-item-context.js +0 -30
  422. package/file-upload-item/cssm/components/content/components/content-error/content-error.d.ts +0 -4
  423. package/file-upload-item/cssm/components/content/components/content-error/content-error.js +0 -24
  424. package/file-upload-item/cssm/components/content/components/content-error/content-error.module.css +0 -3
  425. package/file-upload-item/cssm/components/content/components/content-error/index.d.ts +0 -1
  426. package/file-upload-item/cssm/components/content/components/content-error/index.js +0 -7
  427. package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
  428. package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.js +0 -48
  429. package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.module.css +0 -30
  430. package/file-upload-item/cssm/components/content/components/content-subtitle/hooks/useContentSubtitle.d.ts +0 -8
  431. package/file-upload-item/cssm/components/content/components/content-subtitle/hooks/useContentSubtitle.js +0 -36
  432. package/file-upload-item/cssm/components/content/content.d.ts +0 -4
  433. package/file-upload-item/cssm/components/content/content.js +0 -32
  434. package/file-upload-item/cssm/components/content/content.module.css +0 -49
  435. package/file-upload-item/cssm/components/content/index.d.ts +0 -1
  436. package/file-upload-item/cssm/components/content/index.js +0 -7
  437. package/file-upload-item/cssm/components/content/utils/isError.d.ts +0 -2
  438. package/file-upload-item/cssm/components/content/utils/isError.js +0 -13
  439. package/file-upload-item/cssm/components/left-addon/components/left-addon-icon/index.d.ts +0 -1
  440. package/file-upload-item/cssm/components/left-addon/components/left-addon-icon/index.js +0 -7
  441. package/file-upload-item/cssm/components/left-addon/components/left-addon-icon/left-addon-icon.d.ts +0 -4
  442. package/file-upload-item/cssm/components/left-addon/components/left-addon-icon/left-addon-icon.js +0 -64
  443. package/file-upload-item/cssm/components/left-addon/components/progress-bar/index.d.ts +0 -1
  444. package/file-upload-item/cssm/components/left-addon/components/progress-bar/index.js +0 -7
  445. package/file-upload-item/cssm/components/left-addon/components/progress-bar/progress-bar.d.ts +0 -6
  446. package/file-upload-item/cssm/components/left-addon/components/progress-bar/progress-bar.js +0 -20
  447. package/file-upload-item/cssm/components/left-addon/index.d.ts +0 -1
  448. package/file-upload-item/cssm/components/left-addon/index.js +0 -7
  449. package/file-upload-item/cssm/components/left-addon/left-addon.d.ts +0 -4
  450. package/file-upload-item/cssm/components/left-addon/left-addon.js +0 -45
  451. package/file-upload-item/cssm/components/left-addon/left-addon.module.css +0 -45
  452. package/file-upload-item/cssm/components/right-addon/hooks/useRightAddon.d.ts +0 -14
  453. package/file-upload-item/cssm/components/right-addon/hooks/useRightAddon.js +0 -37
  454. package/file-upload-item/cssm/components/right-addon/index.d.ts +0 -1
  455. package/file-upload-item/cssm/components/right-addon/index.js +0 -7
  456. package/file-upload-item/cssm/components/right-addon/right-addon.d.ts +0 -4
  457. package/file-upload-item/cssm/components/right-addon/right-addon.js +0 -28
  458. package/file-upload-item/cssm/components/right-addon/right-addon.module.css +0 -8
  459. package/file-upload-item/cssm/const/file-type-map.d.ts +0 -15
  460. package/file-upload-item/cssm/const/file-type-map.js +0 -18
  461. package/file-upload-item/cssm/const/progress-bar.d.ts +0 -2
  462. package/file-upload-item/cssm/const/progress-bar.js +0 -5
  463. package/file-upload-item/cssm/const/upload-status-map.d.ts +0 -9
  464. package/file-upload-item/cssm/const/upload-status-map.js +0 -12
  465. package/file-upload-item/cssm/context/file-upload-item-context.d.ts +0 -31
  466. package/file-upload-item/cssm/context/file-upload-item-context.js +0 -30
  467. package/file-upload-item/cssm/types/file-upload-item-props.d.ts +0 -114
  468. package/file-upload-item/cssm/types/file-upload-item-props.js +0 -1
  469. package/file-upload-item/cssm/types/index.d.ts +0 -3
  470. package/file-upload-item/cssm/types/index.js +0 -1
  471. package/file-upload-item/esm/components/content/components/content-error/content-error.css +0 -4
  472. package/file-upload-item/esm/components/content/components/content-error/content-error.d.ts +0 -4
  473. package/file-upload-item/esm/components/content/components/content-error/content-error.js +0 -19
  474. package/file-upload-item/esm/components/content/components/content-error/index.d.ts +0 -1
  475. package/file-upload-item/esm/components/content/components/content-error/index.js +0 -4
  476. package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.css +0 -31
  477. package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
  478. package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.js +0 -45
  479. package/file-upload-item/esm/components/content/components/content-subtitle/hooks/useContentSubtitle.d.ts +0 -8
  480. package/file-upload-item/esm/components/content/components/content-subtitle/hooks/useContentSubtitle.js +0 -35
  481. package/file-upload-item/esm/components/content/content.css +0 -50
  482. package/file-upload-item/esm/components/content/content.d.ts +0 -4
  483. package/file-upload-item/esm/components/content/content.js +0 -32
  484. package/file-upload-item/esm/components/content/index.d.ts +0 -1
  485. package/file-upload-item/esm/components/content/index.js +0 -12
  486. package/file-upload-item/esm/components/content/utils/isError.d.ts +0 -2
  487. package/file-upload-item/esm/components/content/utils/isError.js +0 -11
  488. package/file-upload-item/esm/components/left-addon/components/left-addon-icon/index.d.ts +0 -1
  489. package/file-upload-item/esm/components/left-addon/components/left-addon-icon/index.js +0 -15
  490. package/file-upload-item/esm/components/left-addon/components/left-addon-icon/left-addon-icon.d.ts +0 -4
  491. package/file-upload-item/esm/components/left-addon/components/left-addon-icon/left-addon-icon.js +0 -58
  492. package/file-upload-item/esm/components/left-addon/components/progress-bar/index.d.ts +0 -1
  493. package/file-upload-item/esm/components/left-addon/components/progress-bar/index.js +0 -2
  494. package/file-upload-item/esm/components/left-addon/components/progress-bar/progress-bar.d.ts +0 -6
  495. package/file-upload-item/esm/components/left-addon/components/progress-bar/progress-bar.js +0 -14
  496. package/file-upload-item/esm/components/left-addon/index.d.ts +0 -1
  497. package/file-upload-item/esm/components/left-addon/index.js +0 -19
  498. package/file-upload-item/esm/components/left-addon/left-addon.css +0 -46
  499. package/file-upload-item/esm/components/left-addon/left-addon.d.ts +0 -4
  500. package/file-upload-item/esm/components/left-addon/left-addon.js +0 -49
  501. package/file-upload-item/esm/components/right-addon/hooks/useRightAddon.d.ts +0 -14
  502. package/file-upload-item/esm/components/right-addon/hooks/useRightAddon.js +0 -35
  503. package/file-upload-item/esm/components/right-addon/index.d.ts +0 -1
  504. package/file-upload-item/esm/components/right-addon/index.js +0 -8
  505. package/file-upload-item/esm/components/right-addon/right-addon.css +0 -9
  506. package/file-upload-item/esm/components/right-addon/right-addon.d.ts +0 -4
  507. package/file-upload-item/esm/components/right-addon/right-addon.js +0 -21
  508. package/file-upload-item/esm/const/file-type-map.d.ts +0 -15
  509. package/file-upload-item/esm/const/file-type-map.js +0 -16
  510. package/file-upload-item/esm/const/progress-bar.d.ts +0 -2
  511. package/file-upload-item/esm/const/progress-bar.js +0 -3
  512. package/file-upload-item/esm/const/upload-status-map.d.ts +0 -9
  513. package/file-upload-item/esm/const/upload-status-map.js +0 -10
  514. package/file-upload-item/esm/context/file-upload-item-context.d.ts +0 -31
  515. package/file-upload-item/esm/context/file-upload-item-context.js +0 -28
  516. package/file-upload-item/esm/types/file-upload-item-props.d.ts +0 -114
  517. package/file-upload-item/esm/types/file-upload-item-props.js +0 -1
  518. package/file-upload-item/esm/types/index.d.ts +0 -3
  519. package/file-upload-item/esm/types/index.js +0 -1
  520. package/file-upload-item/modern/components/content/components/content-error/content-error.css +0 -4
  521. package/file-upload-item/modern/components/content/components/content-error/content-error.d.ts +0 -4
  522. package/file-upload-item/modern/components/content/components/content-error/content-error.js +0 -19
  523. package/file-upload-item/modern/components/content/components/content-error/index.d.ts +0 -1
  524. package/file-upload-item/modern/components/content/components/content-error/index.js +0 -4
  525. package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.css +0 -31
  526. package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
  527. package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.js +0 -44
  528. package/file-upload-item/modern/components/content/components/content-subtitle/hooks/useContentSubtitle.d.ts +0 -8
  529. package/file-upload-item/modern/components/content/components/content-subtitle/hooks/useContentSubtitle.js +0 -35
  530. package/file-upload-item/modern/components/content/content.css +0 -50
  531. package/file-upload-item/modern/components/content/content.d.ts +0 -4
  532. package/file-upload-item/modern/components/content/content.js +0 -31
  533. package/file-upload-item/modern/components/content/index.d.ts +0 -1
  534. package/file-upload-item/modern/components/content/index.js +0 -12
  535. package/file-upload-item/modern/components/content/utils/isError.d.ts +0 -2
  536. package/file-upload-item/modern/components/content/utils/isError.js +0 -11
  537. package/file-upload-item/modern/components/left-addon/components/left-addon-icon/index.d.ts +0 -1
  538. package/file-upload-item/modern/components/left-addon/components/left-addon-icon/index.js +0 -14
  539. package/file-upload-item/modern/components/left-addon/components/left-addon-icon/left-addon-icon.d.ts +0 -4
  540. package/file-upload-item/modern/components/left-addon/components/left-addon-icon/left-addon-icon.js +0 -57
  541. package/file-upload-item/modern/components/left-addon/components/progress-bar/index.d.ts +0 -1
  542. package/file-upload-item/modern/components/left-addon/components/progress-bar/index.js +0 -2
  543. package/file-upload-item/modern/components/left-addon/components/progress-bar/progress-bar.d.ts +0 -6
  544. package/file-upload-item/modern/components/left-addon/components/progress-bar/progress-bar.js +0 -11
  545. package/file-upload-item/modern/components/left-addon/index.d.ts +0 -1
  546. package/file-upload-item/modern/components/left-addon/index.js +0 -18
  547. package/file-upload-item/modern/components/left-addon/left-addon.css +0 -46
  548. package/file-upload-item/modern/components/left-addon/left-addon.d.ts +0 -4
  549. package/file-upload-item/modern/components/left-addon/left-addon.js +0 -47
  550. package/file-upload-item/modern/components/right-addon/hooks/useRightAddon.d.ts +0 -14
  551. package/file-upload-item/modern/components/right-addon/hooks/useRightAddon.js +0 -35
  552. package/file-upload-item/modern/components/right-addon/index.d.ts +0 -1
  553. package/file-upload-item/modern/components/right-addon/index.js +0 -8
  554. package/file-upload-item/modern/components/right-addon/right-addon.css +0 -9
  555. package/file-upload-item/modern/components/right-addon/right-addon.d.ts +0 -4
  556. package/file-upload-item/modern/components/right-addon/right-addon.js +0 -21
  557. package/file-upload-item/modern/const/file-type-map.d.ts +0 -15
  558. package/file-upload-item/modern/const/file-type-map.js +0 -16
  559. package/file-upload-item/modern/const/progress-bar.d.ts +0 -2
  560. package/file-upload-item/modern/const/progress-bar.js +0 -3
  561. package/file-upload-item/modern/const/upload-status-map.d.ts +0 -9
  562. package/file-upload-item/modern/const/upload-status-map.js +0 -10
  563. package/file-upload-item/modern/context/file-upload-item-context.d.ts +0 -31
  564. package/file-upload-item/modern/context/file-upload-item-context.js +0 -28
  565. package/file-upload-item/modern/types/file-upload-item-props.d.ts +0 -114
  566. package/file-upload-item/modern/types/file-upload-item-props.js +0 -1
  567. package/file-upload-item/modern/types/index.d.ts +0 -3
  568. package/file-upload-item/modern/types/index.js +0 -1
  569. package/file-upload-item/moderncssm/components/content/components/content-error/content-error.d.ts +0 -4
  570. package/file-upload-item/moderncssm/components/content/components/content-error/content-error.js +0 -17
  571. package/file-upload-item/moderncssm/components/content/components/content-error/content-error.module.css +0 -3
  572. package/file-upload-item/moderncssm/components/content/components/content-error/index.d.ts +0 -1
  573. package/file-upload-item/moderncssm/components/content/components/content-error/index.js +0 -5
  574. package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
  575. package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.js +0 -43
  576. package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.module.css +0 -15
  577. package/file-upload-item/moderncssm/components/content/components/content-subtitle/hooks/useContentSubtitle.d.ts +0 -8
  578. package/file-upload-item/moderncssm/components/content/components/content-subtitle/hooks/useContentSubtitle.js +0 -35
  579. package/file-upload-item/moderncssm/components/content/content.d.ts +0 -4
  580. package/file-upload-item/moderncssm/components/content/content.js +0 -31
  581. package/file-upload-item/moderncssm/components/content/content.module.css +0 -37
  582. package/file-upload-item/moderncssm/components/content/index.d.ts +0 -1
  583. package/file-upload-item/moderncssm/components/content/index.js +0 -15
  584. package/file-upload-item/moderncssm/components/content/utils/isError.d.ts +0 -2
  585. package/file-upload-item/moderncssm/components/content/utils/isError.js +0 -11
  586. package/file-upload-item/moderncssm/components/left-addon/components/left-addon-icon/index.d.ts +0 -1
  587. package/file-upload-item/moderncssm/components/left-addon/components/left-addon-icon/index.js +0 -14
  588. package/file-upload-item/moderncssm/components/left-addon/components/left-addon-icon/left-addon-icon.d.ts +0 -4
  589. package/file-upload-item/moderncssm/components/left-addon/components/left-addon-icon/left-addon-icon.js +0 -57
  590. package/file-upload-item/moderncssm/components/left-addon/components/progress-bar/index.d.ts +0 -1
  591. package/file-upload-item/moderncssm/components/left-addon/components/progress-bar/index.js +0 -2
  592. package/file-upload-item/moderncssm/components/left-addon/components/progress-bar/progress-bar.d.ts +0 -6
  593. package/file-upload-item/moderncssm/components/left-addon/components/progress-bar/progress-bar.js +0 -11
  594. package/file-upload-item/moderncssm/components/left-addon/index.d.ts +0 -1
  595. package/file-upload-item/moderncssm/components/left-addon/index.js +0 -19
  596. package/file-upload-item/moderncssm/components/left-addon/left-addon.d.ts +0 -4
  597. package/file-upload-item/moderncssm/components/left-addon/left-addon.js +0 -45
  598. package/file-upload-item/moderncssm/components/left-addon/left-addon.module.css +0 -32
  599. package/file-upload-item/moderncssm/components/right-addon/hooks/useRightAddon.d.ts +0 -14
  600. package/file-upload-item/moderncssm/components/right-addon/hooks/useRightAddon.js +0 -35
  601. package/file-upload-item/moderncssm/components/right-addon/index.d.ts +0 -1
  602. package/file-upload-item/moderncssm/components/right-addon/index.js +0 -9
  603. package/file-upload-item/moderncssm/components/right-addon/right-addon.d.ts +0 -4
  604. package/file-upload-item/moderncssm/components/right-addon/right-addon.js +0 -19
  605. package/file-upload-item/moderncssm/components/right-addon/right-addon.module.css +0 -8
  606. package/file-upload-item/moderncssm/const/file-type-map.d.ts +0 -15
  607. package/file-upload-item/moderncssm/const/file-type-map.js +0 -16
  608. package/file-upload-item/moderncssm/const/progress-bar.d.ts +0 -2
  609. package/file-upload-item/moderncssm/const/progress-bar.js +0 -3
  610. package/file-upload-item/moderncssm/const/upload-status-map.d.ts +0 -9
  611. package/file-upload-item/moderncssm/const/upload-status-map.js +0 -10
  612. package/file-upload-item/moderncssm/context/file-upload-item-context.d.ts +0 -31
  613. package/file-upload-item/moderncssm/context/file-upload-item-context.js +0 -28
  614. package/file-upload-item/moderncssm/types/file-upload-item-props.d.ts +0 -114
  615. package/file-upload-item/moderncssm/types/file-upload-item-props.js +0 -1
  616. package/file-upload-item/moderncssm/types/index.d.ts +0 -3
  617. package/file-upload-item/moderncssm/types/index.js +0 -1
  618. package/file-upload-item/types/file-upload-item-props.d.ts +0 -114
  619. package/file-upload-item/types/file-upload-item-props.js +0 -1
  620. package/file-upload-item/types/index.d.ts +0 -3
  621. package/file-upload-item/types/index.js +0 -1
  622. package/file-upload-item-v1/@alfalab/icons-glyph/package.json +0 -14
  623. package/file-upload-item-v1/Component.d.ts +0 -95
  624. package/file-upload-item-v1/Component.js +0 -81
  625. package/file-upload-item-v1/cssm/Component.d.ts +0 -95
  626. package/file-upload-item-v1/cssm/Component.js +0 -80
  627. package/file-upload-item-v1/cssm/index.d.ts +0 -1
  628. package/file-upload-item-v1/cssm/index.js +0 -7
  629. package/file-upload-item-v1/cssm/index.module.css +0 -124
  630. package/file-upload-item-v1/cssm/utils.d.ts +0 -5
  631. package/file-upload-item-v1/cssm/utils.js +0 -45
  632. package/file-upload-item-v1/esm/Component.d.ts +0 -95
  633. package/file-upload-item-v1/esm/Component.js +0 -79
  634. package/file-upload-item-v1/esm/index.css +0 -125
  635. package/file-upload-item-v1/esm/index.d.ts +0 -1
  636. package/file-upload-item-v1/esm/index.js +0 -17
  637. package/file-upload-item-v1/esm/utils.d.ts +0 -5
  638. package/file-upload-item-v1/esm/utils.js +0 -41
  639. package/file-upload-item-v1/index.css +0 -125
  640. package/file-upload-item-v1/index.d.ts +0 -1
  641. package/file-upload-item-v1/index.js +0 -7
  642. package/file-upload-item-v1/modern/Component.d.ts +0 -95
  643. package/file-upload-item-v1/modern/Component.js +0 -77
  644. package/file-upload-item-v1/modern/index.css +0 -125
  645. package/file-upload-item-v1/modern/index.d.ts +0 -1
  646. package/file-upload-item-v1/modern/index.js +0 -17
  647. package/file-upload-item-v1/modern/utils.d.ts +0 -5
  648. package/file-upload-item-v1/modern/utils.js +0 -41
  649. package/file-upload-item-v1/moderncssm/Component.d.ts +0 -95
  650. package/file-upload-item-v1/moderncssm/Component.js +0 -75
  651. package/file-upload-item-v1/moderncssm/index.d.ts +0 -1
  652. package/file-upload-item-v1/moderncssm/index.js +0 -18
  653. package/file-upload-item-v1/moderncssm/index.module.css +0 -129
  654. package/file-upload-item-v1/moderncssm/utils.d.ts +0 -5
  655. package/file-upload-item-v1/moderncssm/utils.js +0 -41
  656. package/file-upload-item-v1/package.json +0 -3
  657. package/file-upload-item-v1/utils.d.ts +0 -5
  658. package/file-upload-item-v1/utils.js +0 -45
  659. package/filter-tag/@alfalab/icons-glyph/package.json +0 -14
  660. package/gallery/@alfalab/icons-glyph/package.json +0 -14
  661. package/input/@alfalab/icons-glyph/package.json +0 -14
  662. package/international-phone-input/@alfalab/icons-glyph/package.json +0 -14
  663. package/intl-phone-input/@alfalab/icons-glyph/package.json +0 -14
  664. package/navigation-bar/@alfalab/icons-glyph/package.json +0 -14
  665. package/navigation-bar-private/@alfalab/icons-glyph/package.json +0 -14
  666. package/number-input/@alfalab/icons-glyph/package.json +0 -14
  667. package/pagination/@alfalab/icons-glyph/package.json +0 -14
  668. package/pass-code/@alfalab/icons-glyph/package.json +0 -14
  669. package/pass-code-v1/@alfalab/icons-glyph/package.json +0 -14
  670. package/password-input/@alfalab/icons-glyph/package.json +0 -14
  671. package/picker-button/@alfalab/icons-glyph/package.json +0 -14
  672. package/plate/@alfalab/icons-glyph/package.json +0 -14
  673. package/product-cover/@alfalab/icons-glyph/package.json +0 -14
  674. package/select/@alfalab/icons-glyph/package.json +0 -14
  675. package/select-with-tags/@alfalab/icons-glyph/package.json +0 -14
  676. package/sortable-list/@alfalab/icons-glyph/package.json +0 -14
  677. package/status-badge/@alfalab/icons-glyph/package.json +0 -14
  678. package/steps/@alfalab/icons-glyph/package.json +0 -14
  679. package/tabs/@alfalab/icons-glyph/package.json +0 -14
  680. package/toast-plate/@alfalab/icons-glyph/package.json +0 -14
  681. package/universal-date-input/@alfalab/icons-glyph/package.json +0 -14
  682. /package/confirmation/{countdown-section-bcbe6c2c.d.ts → countdown-section-eb9ff562.d.ts} +0 -0
  683. /package/confirmation/{countdown-section-bcbe6c2c.js → countdown-section-eb9ff562.js} +0 -0
  684. /package/confirmation/esm/{countdown-section-d29b1c80.d.ts → countdown-section-75770d30.d.ts} +0 -0
  685. /package/confirmation/esm/{countdown-section-d29b1c80.js → countdown-section-75770d30.js} +0 -0
  686. /package/confirmation/modern/{countdown-section-cc3b35c1.d.ts → countdown-section-4223c90b.d.ts} +0 -0
  687. /package/confirmation/modern/{countdown-section-cc3b35c1.js → countdown-section-4223c90b.js} +0 -0
  688. /package/gallery/esm/{slide-c7cc0c1c.d.ts → slide-f6c152f4.d.ts} +0 -0
  689. /package/gallery/esm/{slide-c7cc0c1c.js → slide-f6c152f4.js} +0 -0
  690. /package/gallery/modern/{slide-999fba64.d.ts → slide-8e1fa7a1.d.ts} +0 -0
  691. /package/gallery/modern/{slide-999fba64.js → slide-8e1fa7a1.js} +0 -0
  692. /package/gallery/{slide-1f1d2acf.d.ts → slide-4e411826.d.ts} +0 -0
  693. /package/gallery/{slide-1f1d2acf.js → slide-4e411826.js} +0 -0
  694. /package/modal/esm/{layout.module-8c3f4015.js → layout.module-53113584.js} +0 -0
  695. /package/modal/{layout.module-6f0f649e.js → layout.module-8998aeed.js} +0 -0
  696. /package/modal/modern/{layout.module-c0179503.js → layout.module-df34ca08.js} +0 -0
  697. /package/plate/{PortalContext-299743c9.d.ts → PortalContext-ad950961.d.ts} +0 -0
  698. /package/plate/{PortalContext-299743c9.js → PortalContext-ad950961.js} +0 -0
  699. /package/plate/esm/{PortalContext-3575a374.d.ts → PortalContext-6241436c.d.ts} +0 -0
  700. /package/plate/esm/{PortalContext-3575a374.js → PortalContext-6241436c.js} +0 -0
  701. /package/plate/modern/{PortalContext-ed8ca67b.d.ts → PortalContext-b7b6fa69.d.ts} +0 -0
  702. /package/plate/modern/{PortalContext-ed8ca67b.js → PortalContext-b7b6fa69.js} +0 -0
  703. /package/pure-cell/{component-2061fb6d.d.ts → component-3693d34c.d.ts} +0 -0
  704. /package/pure-cell/{component-2061fb6d.js → component-3693d34c.js} +0 -0
  705. /package/pure-cell/esm/{component-e838a48b.d.ts → component-cdd708d7.d.ts} +0 -0
  706. /package/pure-cell/esm/{component-e838a48b.js → component-cdd708d7.js} +0 -0
  707. /package/pure-cell/modern/{component-a22727a6.d.ts → component-fa99c923.d.ts} +0 -0
  708. /package/pure-cell/modern/{component-a22727a6.js → component-fa99c923.js} +0 -0
  709. /package/select/esm/{hook-7650fcff.d.ts → hook-31e77a31.d.ts} +0 -0
  710. /package/select/esm/{hook-7650fcff.js → hook-31e77a31.js} +0 -0
  711. /package/select/esm/{list-popover-desktop-72ae27cf.d.ts → list-popover-desktop-4eb4a5a5.d.ts} +0 -0
  712. /package/select/esm/{list-popover-desktop-72ae27cf.js → list-popover-desktop-4eb4a5a5.js} +0 -0
  713. /package/select/esm/{mobile.module-8f586354.js → mobile.module-05b85b62.js} +0 -0
  714. /package/select/{hook-2b7aa5ff.d.ts → hook-b913e105.d.ts} +0 -0
  715. /package/select/{hook-2b7aa5ff.js → hook-b913e105.js} +0 -0
  716. /package/select/{list-popover-desktop-769ffea3.d.ts → list-popover-desktop-9f9f68a5.d.ts} +0 -0
  717. /package/select/{list-popover-desktop-769ffea3.js → list-popover-desktop-9f9f68a5.js} +0 -0
  718. /package/select/{mobile.module-d30b56ac.js → mobile.module-3e7f5011.js} +0 -0
  719. /package/select/modern/{hook-99e3535e.d.ts → hook-046e71e5.d.ts} +0 -0
  720. /package/select/modern/{hook-99e3535e.js → hook-046e71e5.js} +0 -0
  721. /package/select/modern/{list-popover-desktop-319208cf.d.ts → list-popover-desktop-809a1236.d.ts} +0 -0
  722. /package/select/modern/{list-popover-desktop-319208cf.js → list-popover-desktop-809a1236.js} +0 -0
  723. /package/select/modern/{mobile.module-b32d7337.js → mobile.module-91a54aec.js} +0 -0
  724. /package/side-panel/esm/{layout.module-155f70bb.js → layout.module-c53ce6dc.js} +0 -0
  725. /package/side-panel/{layout.module-954e4edd.js → layout.module-d58b1d24.js} +0 -0
  726. /package/side-panel/modern/{layout.module-967ac179.js → layout.module-075a477d.js} +0 -0
  727. /package/typography/{colors.module-020c0805.js → colors.module-118ea2b6.js} +0 -0
  728. /package/typography/{common.module-27eacf15.js → common.module-06b35917.js} +0 -0
  729. /package/typography/esm/{colors.module-ecac5cf6.js → colors.module-db0972cf.js} +0 -0
  730. /package/typography/esm/{common.module-247badde.js → common.module-5ac0e779.js} +0 -0
  731. /package/typography/modern/{colors.module-07a8f050.js → colors.module-b319ea97.js} +0 -0
  732. /package/typography/modern/{common.module-ef8742a0.js → common.module-2c0f95fc.js} +0 -0
@@ -1,6 +1,1605 @@
1
- import styles from '!!css-loader!@alfalab/core-components/themes/intranet.css';
1
+ const intranet = `:root {
2
+ --border-radius-xs: 2px; /* deprecated */
3
+ --border-radius-s: 4px; /* deprecated */
4
+ --border-radius-m: 8px; /* deprecated */
5
+ --border-radius-l: 12px; /* deprecated */
6
+ --border-radius-xl: 16px; /* deprecated */
7
+ --border-radius-xxl: 20px; /* deprecated */
8
+ --border-radius-3xl: 24px; /* deprecated */
9
+ --border-radius-circle: 50%;
10
+ --border-radius-pill: 99px;
2
11
 
3
- // eslint-disable-next-line import/no-webpack-loader-syntax
4
- const intranet = styles.toString();
12
+ /* новые значения, используйте их */
13
+ --border-radius-0: 0;
14
+ --border-radius-2: var(--border-radius-xs);
15
+ --border-radius-4: var(--border-radius-s);
16
+ --border-radius-6: 6px;
17
+ --border-radius-8: var(--border-radius-m);
18
+ --border-radius-10: 10px;
19
+ --border-radius-12: var(--border-radius-l);
20
+ --border-radius-16: var(--border-radius-xl);
21
+ --border-radius-20: var(--border-radius-xxl);
22
+ --border-radius-24: var(--border-radius-3xl);
23
+ --border-radius-32: 32px;
24
+ --border-radius-36: 36px;
25
+ --border-radius-64: 64px;
26
+ }
27
+ :root {
28
+ --color-static-corpbg-neutral: #bdc0c2; /* deprecated */
29
+ --color-static-corpbg-primary: #212a33; /* deprecated */
30
+ --color-static-corpbg-secondary: #384048; /* deprecated */
31
+ --color-static-corpbg-tertiary: #7a7f85; /* deprecated */
32
+ --color-static-graphic-amethyst: #a489aa; /* deprecated */
33
+ --color-static-graphic-blackberry: #bfafc6; /* deprecated */
34
+ --color-static-graphic-blue-chill: #0f9c8c; /* deprecated */
35
+ --color-static-graphic-blue-maya: #7eb3ff; /* deprecated */
36
+ --color-static-graphic-blue-moody: #7879cf; /* deprecated */
37
+ --color-static-graphic-blue-steel: #4f84ba; /* deprecated */
38
+ --color-static-graphic-botticelli: #cee5e5; /* deprecated */
39
+ --color-static-graphic-boulder: #7a7a7a; /* deprecated */
40
+ --color-static-graphic-brink-pink: #fc617c; /* deprecated */
41
+ --color-static-graphic-burnt-sienna: #eb7a58; /* deprecated */
42
+ --color-static-graphic-carrot: #e8bba3; /* deprecated */
43
+ --color-static-graphic-chatelle: #bfafc6; /* deprecated */
44
+ --color-static-graphic-chathams-blue: #155966; /* deprecated */
45
+ --color-static-graphic-chick: #f2db9e; /* deprecated */
46
+ --color-static-graphic-crete: #847128; /* deprecated */
47
+ --color-static-graphic-curious-blue: #2381db; /* deprecated */
48
+ --color-static-graphic-curious-blue-light: #3b99d9; /* deprecated */
49
+ --color-static-graphic-eastern-blue: #269cb3; /* deprecated */
50
+ --color-static-graphic-french-lilac: #d3baed; /* deprecated */
51
+ --color-static-graphic-fuel-yellow: #f29d32; /* deprecated */
52
+ --color-static-graphic-fun-blue: #1d6ab5; /* deprecated */
53
+ --color-static-graphic-gallery: #eee; /* deprecated */
54
+ --color-static-graphic-green-jungle: #2fc26e; /* deprecated */
55
+ --color-static-graphic-hippie-blue: #5aa4b0; /* deprecated */
56
+ --color-static-graphic-jaffa: #f07134; /* deprecated */
57
+ --color-static-graphic-jaffa-light: #f18836; /* deprecated */
58
+ --color-static-graphic-java: #15c0e0; /* deprecated */
59
+ --color-static-graphic-jungle-green: #2ab79a; /* deprecated */
60
+ --color-static-graphic-lavender: #8888ad; /* deprecated */
61
+ --color-static-graphic-mantis: #63cd4f; /* deprecated */
62
+ --color-static-graphic-matisse: #16548f; /* deprecated */
63
+ --color-static-graphic-milano-red: #cd1501; /* deprecated */
64
+ --color-static-graphic-mirage: #1d2434; /* deprecated */
65
+ --color-static-graphic-moon-raker: #e9dbf7; /* deprecated */
66
+ --color-static-graphic-moss-green: #a6d29c; /* deprecated */
67
+ --color-static-graphic-nevada: #626b75; /* deprecated */
68
+ --color-static-graphic-olive: #bfd3c9; /* deprecated */
69
+ --color-static-graphic-olivine: #87b965; /* deprecated */
70
+ --color-static-graphic-peach: #fcc99b; /* deprecated */
71
+ --color-static-graphic-persimmon: #ff5c5c; /* deprecated */
72
+ --color-static-graphic-pewter: #96a5a5; /* deprecated */
73
+ --color-static-graphic-pickled-bluewood: #2d3f50; /* deprecated */
74
+ --color-static-graphic-porsche: #e7b965; /* deprecated */
75
+ --color-static-graphic-raspberry: #dfb2bb; /* deprecated */
76
+ --color-static-graphic-red-damask: #da713c; /* deprecated */
77
+ --color-static-graphic-saffron: #f0c330; /* deprecated */
78
+ --color-static-graphic-salomie: #fee984; /* deprecated */
79
+ --color-static-graphic-sand: #f6bf65; /* deprecated */
80
+ --color-static-graphic-sandy-brown: #f38f6f; /* deprecated */
81
+ --color-static-graphic-seawater: #aecfd9; /* deprecated */
82
+ --color-static-graphic-serenade: #fff0e3; /* deprecated */
83
+ --color-static-graphic-sky: #a6c0db; /* deprecated */
84
+ --color-static-graphic-soft-peach: #f3eaeb; /* deprecated */
85
+ --color-static-graphic-solitude: #e8f2fe; /* deprecated */
86
+ --color-static-graphic-strawberry: #f8b6a9; /* deprecated */
87
+ --color-static-graphic-sundust: #d9d6ce; /* deprecated */
88
+ --color-static-graphic-turkish-rose: #b56a6b; /* deprecated */
89
+ --color-static-graphic-turquoise-blue: #6bd3e6; /* deprecated */
90
+ --color-static-graphic-valencia: #d8463b; /* deprecated */
91
+ --color-static-graphic-waikawa-gray: #5b6d9c; /* deprecated */
92
+ --color-static-graphic-whisper: #f2eff6; /* deprecated */
93
+ --color-static-graphic-zanah: #e1f0de; /* deprecated */
94
+ --color-static-local-light-blue: #f5f7f9; /* deprecated */
95
+ --color-static-overlay-black-high: rgba(0, 0, 0, 0.32); /* deprecated */
96
+ --color-static-overlay-black-low: rgba(0, 0, 0, 0.16); /* deprecated */
97
+ --color-static-overlay-black-normal: rgba(0, 0, 0, 0.24); /* deprecated */
98
+ --color-static-overlay-black-xhigh: rgba(0, 0, 0, 0.4); /* deprecated */
99
+ --color-static-overlay-black-xlow: rgba(0, 0, 0, 0.08); /* deprecated */
100
+ --color-static-overlay-indigo-high: rgba(11, 31, 53, 0.32); /* deprecated */
101
+ --color-static-overlay-indigo-low: rgba(11, 31, 53, 0.16); /* deprecated */
102
+ --color-static-overlay-indigo-normal: rgba(11, 31, 53, 0.24); /* deprecated */
103
+ --color-static-overlay-indigo-xhigh: rgba(11, 31, 53, 0.4); /* deprecated */
104
+ --color-static-overlay-indigo-xlow: rgba(11, 31, 53, 0.08); /* deprecated */
105
+ --color-static-overlay-white-high: rgba(255, 255, 255, 0.32); /* deprecated */
106
+ --color-static-overlay-white-low: rgba(255, 255, 255, 0.16); /* deprecated */
107
+ --color-static-overlay-white-normal: rgba(255, 255, 255, 0.24); /* deprecated */
108
+ --color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4); /* deprecated */
109
+ --color-static-overlay-white-xlow: rgba(255, 255, 255, 0.08); /* deprecated */
110
+ --color-static-status-blue: #007aff; /* deprecated */
111
+ --color-static-status-green: #13a463; /* deprecated */
112
+ --color-static-status-grey: #6d7986; /* deprecated */
113
+ --color-static-status-orange: #de6a00; /* deprecated */
114
+ --color-static-status-purple: #673ab7; /* deprecated */
115
+ --color-static-status-red: #d91d0b; /* deprecated */
116
+ --color-static-status-teal: #219187; /* deprecated */
117
+ --color-static-graphic-blue-chill-old: #0f9c8c; /* deprecated */
118
+ --color-static-graphic-boulder-old: #7a7a7a; /* deprecated */
119
+ --color-static-graphic-brink-pink-old: #fc617c; /* deprecated */
120
+ --color-static-graphic-burnt-sienna-old: #eb7a58; /* deprecated */
121
+ --color-static-graphic-chatelle-old: #bfafc6; /* deprecated */
122
+ --color-static-graphic-chathams-blue-old: #155966; /* deprecated */
123
+ --color-static-graphic-curious-blue-light-old: #3b99d9; /* deprecated */
124
+ --color-static-graphic-fun-blue-old: #1d6ab5; /* deprecated */
125
+ --color-static-graphic-hippie-blue-old: #5aa4b0; /* deprecated */
126
+ --color-static-graphic-jaffa-light-old: #f18836; /* deprecated */
127
+ --color-static-graphic-java-old: #15c0e0; /* deprecated */
128
+ --color-static-graphic-mantis-old: #63cd4f; /* deprecated */
129
+ --color-static-graphic-matisse-old: #16548f; /* deprecated */
130
+ --color-static-graphic-maya: #7eb3ff; /* deprecated */
131
+ --color-static-graphic-milano-red-old: #cd1501; /* deprecated */
132
+ --color-static-graphic-mirage-old: #1d2434; /* deprecated */
133
+ --color-static-graphic-nevada-old: #626b75; /* deprecated */
134
+ --color-static-graphic-olivine-old: #87b965; /* deprecated */
135
+ --color-static-graphic-permission: #ff5c5c; /* deprecated */
136
+ --color-static-graphic-pewter-old: #96a5a5; /* deprecated */
137
+ --color-static-graphic-pickled-bluewood-old: #2d3f50; /* deprecated */
138
+ --color-static-graphic-porsche-old: #e7b965; /* deprecated */
139
+ --color-static-graphic-red-damask-old: #da713c; /* deprecated */
140
+ --color-static-graphic-saffron-old: #f0c330; /* deprecated */
141
+ --color-static-graphic-sandybrown-old: #f38f6f; /* deprecated */
142
+ --color-static-graphic-turkish-rose-old: #b56a6b; /* deprecated */
143
+ --color-static-graphic-turquoise-blue-old: #6bd3e6; /* deprecated */
144
+ --color-static-graphic-valencia-old: #d8463b; /* deprecated */
145
+ --color-static-graphic-waikawa-gray-old: #5b6d9c; /* deprecated */
146
+ --color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1); /* deprecated */
147
+ --color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1); /* deprecated */
148
+ --color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1); /* deprecated */
149
+ --color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1); /* deprecated */
150
+ --color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1); /* deprecated */
151
+ --color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1); /* deprecated */
152
+ --color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1); /* deprecated */
153
+ }
154
+ :root {
155
+ --color-dark-accent-primary: #f83a2a;
156
+ --color-dark-accent-primary-hover: #ff503e;
157
+ --color-dark-accent-primary-inverted: #ef3124;
158
+ --color-dark-accent-primary-inverted-hover: #e32a17;
159
+ --color-dark-accent-primary-inverted-press: #d72505;
160
+ --color-dark-accent-primary-press: #fd624e;
161
+ --color-dark-accent-secondary: #f2f3f5;
162
+ --color-dark-accent-secondary-hover: #dcdde1;
163
+ --color-dark-accent-secondary-inverted: #212124;
164
+ --color-dark-accent-secondary-inverted-hover: #2f2f32;
165
+ --color-dark-accent-secondary-inverted-press: #353539;
166
+ --color-dark-accent-secondary-press: #d2d3d9;
167
+ --color-dark-base-bg-alt-primary: #121213;
168
+ --color-dark-base-bg-alt-primary-inverted: #f2f3f5;
169
+ --color-dark-base-bg-alt-secondary: #1c1c1e;
170
+ --color-dark-base-bg-alt-secondary-inverted: #fff;
171
+ --color-dark-base-bg-alt-tertiary: #29292c;
172
+ --color-dark-base-bg-alt-tertiary-inverted: #f2f3f5;
173
+ --color-dark-base-bg-primary: #121213;
174
+ --color-dark-base-bg-primary-inverted: #fff;
175
+ --color-dark-base-bg-secondary: #1c1c1e;
176
+ --color-dark-base-bg-secondary-inverted: #f2f3f5;
177
+ --color-dark-base-bg-tertiary: #29292c;
178
+ --color-dark-base-bg-tertiary-inverted: #fff;
179
+ --color-dark-modal-bg-alt-primary: #1c1c1e;
180
+ --color-dark-modal-bg-alt-primary-inverted: #f2f3f5;
181
+ --color-dark-modal-bg-alt-secondary: #29292c;
182
+ --color-dark-modal-bg-alt-secondary-inverted: #fff;
183
+ --color-dark-modal-bg-alt-tertiary: #353539;
184
+ --color-dark-modal-bg-alt-tertiary-inverted: #f2f3f5;
185
+ --color-dark-modal-bg-primary: #1c1c1e;
186
+ --color-dark-modal-bg-primary-inverted: #fff;
187
+ --color-dark-modal-bg-secondary: #29292c;
188
+ --color-dark-modal-bg-secondary-inverted: #f2f3f5;
189
+ --color-dark-modal-bg-tertiary: #353539;
190
+ --color-dark-modal-bg-tertiary-inverted: #fff;
191
+ --color-dark-neutral-0: #262629;
192
+ --color-dark-neutral-0-hover: #2f2f32;
193
+ --color-dark-neutral-0-inverted: #fff;
194
+ --color-dark-neutral-0-inverted-hover: #e7e8eb;
195
+ --color-dark-neutral-0-inverted-press: #dcdde1;
196
+ --color-dark-neutral-0-press: #353539;
197
+ --color-dark-neutral-100: #1c1c1e;
198
+ --color-dark-neutral-100-hover: #212124;
199
+ --color-dark-neutral-100-inverted: #f2f3f5;
200
+ --color-dark-neutral-100-inverted-hover: #e7e8eb;
201
+ --color-dark-neutral-100-inverted-press: #dcdde1;
202
+ --color-dark-neutral-100-press: #29292c;
203
+ --color-dark-neutral-1500: #fff;
204
+ --color-dark-neutral-1500-hover: #babbc2;
205
+ --color-dark-neutral-1500-inverted: #121213;
206
+ --color-dark-neutral-1500-inverted-hover: #3f3f45;
207
+ --color-dark-neutral-1500-inverted-press: #5f5f66;
208
+ --color-dark-neutral-1500-press: #a0a1a9;
209
+ --color-dark-neutral-200: #212124;
210
+ --color-dark-neutral-200-hover: #29292c;
211
+ --color-dark-neutral-200-inverted: #edeef0;
212
+ --color-dark-neutral-200-inverted-hover: #e7e8eb;
213
+ --color-dark-neutral-200-inverted-press: #dcdde1;
214
+ --color-dark-neutral-200-press: #2f2f32;
215
+ --color-dark-neutral-300: #29292c;
216
+ --color-dark-neutral-300-hover: #2f2f32;
217
+ --color-dark-neutral-300-inverted: #e7e8eb;
218
+ --color-dark-neutral-300-inverted-hover: #dcdde1;
219
+ --color-dark-neutral-300-inverted-press: #d2d3d9;
220
+ --color-dark-neutral-300-press: #353539;
221
+ --color-dark-neutral-400: #353539;
222
+ --color-dark-neutral-400-hover: #3f3f45;
223
+ --color-dark-neutral-400-inverted: #d2d3d9;
224
+ --color-dark-neutral-400-inverted-hover: #babbc2;
225
+ --color-dark-neutral-400-inverted-press: #a0a1a9;
226
+ --color-dark-neutral-400-press: #4a4a51;
227
+ --color-dark-neutral-500: #4a4a51;
228
+ --color-dark-neutral-500-hover: #5f5f66;
229
+ --color-dark-neutral-500-inverted: #babbc2;
230
+ --color-dark-neutral-500-inverted-hover: #a0a1a9;
231
+ --color-dark-neutral-500-inverted-press: #898991;
232
+ --color-dark-neutral-500-press: #75757d;
233
+ --color-dark-neutral-700: #898991;
234
+ --color-dark-neutral-700-hover: #a0a1a9;
235
+ --color-dark-neutral-700-inverted: #898991;
236
+ --color-dark-neutral-700-inverted-hover: #75757d;
237
+ --color-dark-neutral-700-inverted-press: #5f5f66;
238
+ --color-dark-neutral-700-press: #babbc2;
239
+ --color-dark-neutral-translucent-0: rgba(214, 214, 229, 0.07);
240
+ --color-dark-neutral-translucent-0-hover: rgba(225, 225, 248, 0.09);
241
+ --color-dark-neutral-translucent-0-inverted: #fff;
242
+ --color-dark-neutral-translucent-0-inverted-hover: rgba(38, 55, 88, 0.06);
243
+ --color-dark-neutral-translucent-0-inverted-press: rgba(30, 43, 68, 0.08);
244
+ --color-dark-neutral-translucent-0-press: rgba(222, 222, 238, 0.13);
245
+ --color-dark-neutral-translucent-100: rgba(214, 214, 229, 0.07);
246
+ --color-dark-neutral-translucent-100-hover: rgba(225, 225, 248, 0.09);
247
+ --color-dark-neutral-translucent-100-inverted: rgba(38, 55, 88, 0.06);
248
+ --color-dark-neutral-translucent-100-inverted-hover: rgba(15, 25, 55, 0.1);
249
+ --color-dark-neutral-translucent-100-inverted-press: rgba(5, 12, 41, 0.14);
250
+ --color-dark-neutral-translucent-100-press: rgba(222, 222, 238, 0.13);
251
+ --color-dark-neutral-translucent-1300: rgba(255, 255, 255, 0.94);
252
+ --color-dark-neutral-translucent-1300-hover: rgba(255, 255, 255, 0.7);
253
+ --color-dark-neutral-translucent-1300-inverted: rgba(3, 3, 6, 0.88);
254
+ --color-dark-neutral-translucent-1300-inverted-hover: rgba(3, 3, 8, 0.8);
255
+ --color-dark-neutral-translucent-1300-inverted-press: rgba(0, 0, 10, 0.71);
256
+ --color-dark-neutral-translucent-1300-press: rgba(255, 255, 255, 0.6);
257
+ --color-dark-neutral-translucent-1500-hover: rgba(243, 245, 254, 0.75);
258
+ --color-dark-neutral-translucent-1500-inverted-hover: rgba(2, 2, 10, 0.76);
259
+ --color-dark-neutral-translucent-1500-inverted-press: rgba(1, 1, 12, 0.63);
260
+ --color-dark-neutral-translucent-1500-press: rgba(239, 240, 252, 0.65);
261
+ --color-dark-neutral-translucent-200: rgba(225, 225, 248, 0.09);
262
+ --color-dark-neutral-translucent-200-hover: rgba(222, 222, 238, 0.13);
263
+ --color-dark-neutral-translucent-200-inverted: rgba(30, 43, 68, 0.08);
264
+ --color-dark-neutral-translucent-200-inverted-hover: rgba(15, 25, 55, 0.1);
265
+ --color-dark-neutral-translucent-200-inverted-press: rgba(5, 12, 41, 0.14);
266
+ --color-dark-neutral-translucent-200-press: rgba(234, 234, 248, 0.15);
267
+ --color-dark-neutral-translucent-300: rgba(222, 222, 238, 0.13);
268
+ --color-dark-neutral-translucent-300-hover: rgba(234, 234, 248, 0.15);
269
+ --color-dark-neutral-translucent-300-inverted: rgba(15, 25, 55, 0.1);
270
+ --color-dark-neutral-translucent-300-inverted-hover: rgba(5, 12, 41, 0.14);
271
+ --color-dark-neutral-translucent-300-inverted-press: rgba(5, 11, 44, 0.18);
272
+ --color-dark-neutral-translucent-300-press: rgba(231, 231, 248, 0.18);
273
+ --color-dark-neutral-translucent-400: rgba(231, 231, 248, 0.18);
274
+ --color-dark-neutral-translucent-400-hover: rgba(227, 227, 250, 0.23);
275
+ --color-dark-neutral-translucent-400-inverted: rgba(5, 11, 44, 0.18);
276
+ --color-dark-neutral-translucent-400-inverted-hover: rgba(9, 12, 37, 0.28);
277
+ --color-dark-neutral-translucent-400-inverted-press: rgba(5, 8, 29, 0.38);
278
+ --color-dark-neutral-translucent-400-press: rgba(228, 228, 251, 0.28);
279
+ --color-dark-neutral-translucent-500: rgba(228, 228, 251, 0.28);
280
+ --color-dark-neutral-translucent-500-hover: rgba(233, 233, 250, 0.37);
281
+ --color-dark-neutral-translucent-500-inverted: rgba(9, 12, 37, 0.28);
282
+ --color-dark-neutral-translucent-500-inverted-hover: rgba(5, 8, 29, 0.38);
283
+ --color-dark-neutral-translucent-500-inverted-press: rgba(4, 4, 21, 0.47);
284
+ --color-dark-neutral-translucent-500-press: rgba(238, 238, 254, 0.46);
285
+ --color-dark-neutral-translucent-700: rgba(238, 238, 251, 0.55);
286
+ --color-dark-neutral-translucent-700-hover: rgba(239, 240, 252, 0.65);
287
+ --color-dark-neutral-translucent-700-inverted: rgba(4, 4, 21, 0.47);
288
+ --color-dark-neutral-translucent-700-inverted-hover: rgba(4, 4, 19, 0.55);
289
+ --color-dark-neutral-translucent-700-inverted-press: rgba(1, 1, 12, 0.63);
290
+ --color-dark-neutral-translucent-700-press: rgba(243, 245, 254, 0.75);
291
+ --color-dark-overlay-default: rgba(0, 0, 0, 0.7);
292
+ --color-dark-status-attention: #fda136;
293
+ --color-dark-status-attention-hover: #fdb24d;
294
+ --color-dark-status-attention-inverted: #fa9313;
295
+ --color-dark-status-attention-inverted-hover: #f18d0b;
296
+ --color-dark-status-attention-inverted-press: #ea8313;
297
+ --color-dark-status-attention-press: #ffbf70;
298
+ --color-dark-status-info: #3193fc;
299
+ --color-dark-status-info-hover: #4a9dfc;
300
+ --color-dark-status-info-inverted: #2288fa;
301
+ --color-dark-status-info-inverted-hover: #2a77ef;
302
+ --color-dark-status-info-inverted-press: #2c64d4;
303
+ --color-dark-status-info-press: #63aafd;
304
+ --color-dark-status-muted-alt-attention: #412f22;
305
+ --color-dark-status-muted-alt-attention-hover: #543a27;
306
+ --color-dark-status-muted-alt-attention-inverted: #fde6c8;
307
+ --color-dark-status-muted-alt-attention-inverted-hover: #f6d7af;
308
+ --color-dark-status-muted-alt-attention-inverted-press: #f0c492;
309
+ --color-dark-status-muted-alt-attention-press: #6a462c;
310
+ --color-dark-status-muted-alt-info: #293044;
311
+ --color-dark-status-muted-alt-info-hover: #2f3a55;
312
+ --color-dark-status-muted-alt-info-inverted: #e4f0ff;
313
+ --color-dark-status-muted-alt-info-inverted-hover: #c1dbf7;
314
+ --color-dark-status-muted-alt-info-inverted-press: #a7cbf2;
315
+ --color-dark-status-muted-alt-info-press: #38476c;
316
+ --color-dark-status-muted-alt-negative: #442926;
317
+ --color-dark-status-muted-alt-negative-hover: #55312e;
318
+ --color-dark-status-muted-alt-negative-inverted: #ffdfdf;
319
+ --color-dark-status-muted-alt-negative-inverted-hover: #f9ccca;
320
+ --color-dark-status-muted-alt-negative-inverted-press: #f3b6af;
321
+ --color-dark-status-muted-alt-negative-press: #6b3b34;
322
+ --color-dark-status-muted-alt-positive: #253528;
323
+ --color-dark-status-muted-alt-positive-hover: #273f2d;
324
+ --color-dark-status-muted-alt-positive-inverted: #d1f1d7;
325
+ --color-dark-status-muted-alt-positive-inverted-hover: #bbe8c3;
326
+ --color-dark-status-muted-alt-positive-inverted-press: #a1dba8;
327
+ --color-dark-status-muted-alt-positive-press: #2d4e33;
328
+ --color-dark-status-muted-attention: #36291f;
329
+ --color-dark-status-muted-attention-hover: #412f22;
330
+ --color-dark-status-muted-attention-inverted: #ffefd9;
331
+ --color-dark-status-muted-attention-inverted-hover: #fde6c8;
332
+ --color-dark-status-muted-attention-inverted-press: #f6d7af;
333
+ --color-dark-status-muted-attention-press: #543a27;
334
+ --color-dark-status-muted-info: #222a3e;
335
+ --color-dark-status-muted-info-hover: #293044;
336
+ --color-dark-status-muted-info-inverted: #e4f0ff;
337
+ --color-dark-status-muted-info-inverted-hover: #d8eaff;
338
+ --color-dark-status-muted-info-inverted-press: #c1dbf7;
339
+ --color-dark-status-muted-info-press: #2f3a55;
340
+ --color-dark-status-muted-negative: #392523;
341
+ --color-dark-status-muted-negative-hover: #442926;
342
+ --color-dark-status-muted-negative-inverted: #ffebeb;
343
+ --color-dark-status-muted-negative-inverted-hover: #ffdfdf;
344
+ --color-dark-status-muted-negative-inverted-press: #f9ccca;
345
+ --color-dark-status-muted-negative-press: #55312e;
346
+ --color-dark-status-muted-positive: #232d25;
347
+ --color-dark-status-muted-positive-hover: #253528;
348
+ --color-dark-status-muted-positive-inverted: #dff8e5;
349
+ --color-dark-status-muted-positive-inverted-hover: #d1f1d7;
350
+ --color-dark-status-muted-positive-inverted-press: #bbe8c3;
351
+ --color-dark-status-muted-positive-press: #273f2d;
352
+ --color-dark-status-negative: #ff4837;
353
+ --color-dark-status-negative-hover: #ff755e;
354
+ --color-dark-status-negative-inverted: #ff4837;
355
+ --color-dark-status-negative-inverted-hover: #ec2d20;
356
+ --color-dark-status-negative-inverted-press: #c7241f;
357
+ --color-dark-status-negative-press: #ff8d79;
358
+ --color-dark-status-positive: #17d055;
359
+ --color-dark-status-positive-hover: #22e068;
360
+ --color-dark-status-positive-inverted: #0cc44d;
361
+ --color-dark-status-positive-inverted-hover: #04b545;
362
+ --color-dark-status-positive-inverted-press: #01a53d;
363
+ --color-dark-status-positive-press: #4ae777;
364
+ --color-dark-text-attention: #fa9313;
365
+ --color-dark-text-attention-hover: #fdb24d;
366
+ --color-dark-text-attention-inverted: #ea8313;
367
+ --color-dark-text-attention-inverted-hover: #d57111;
368
+ --color-dark-text-attention-inverted-press: #b45a06;
369
+ --color-dark-text-attention-press: #ffbf70;
370
+ --color-dark-text-info: #4a9dfc;
371
+ --color-dark-text-info-hover: #63aafd;
372
+ --color-dark-text-info-inverted: #2a77ef;
373
+ --color-dark-text-info-inverted-hover: #2c64d4;
374
+ --color-dark-text-info-inverted-press: #2453b4;
375
+ --color-dark-text-info-press: #7fb6ff;
376
+ --color-dark-text-negative: #ff4837;
377
+ --color-dark-text-negative-hover: #ff755e;
378
+ --color-dark-text-negative-inverted: #ec2d20;
379
+ --color-dark-text-negative-inverted-hover: #c7241f;
380
+ --color-dark-text-negative-inverted-press: #a6201e;
381
+ --color-dark-text-negative-press: #ff8d79;
382
+ --color-dark-text-positive: #0cc44d;
383
+ --color-dark-text-positive-hover: #22e068;
384
+ --color-dark-text-positive-inverted: #0d9336;
385
+ --color-dark-text-positive-inverted-hover: #0a7d2c;
386
+ --color-dark-text-positive-inverted-press: #036625;
387
+ --color-dark-text-positive-press: #4ae777;
388
+ --color-dark-text-primary: rgba(255, 255, 255, 0.94);
389
+ --color-dark-text-primary-hover: rgba(255, 255, 255, 0.7);
390
+ --color-dark-text-primary-inverted: rgba(3, 3, 6, 0.88);
391
+ --color-dark-text-primary-inverted-hover: rgba(1, 1, 12, 0.63);
392
+ --color-dark-text-primary-inverted-press: rgba(4, 4, 19, 0.55);
393
+ --color-dark-text-primary-press: rgba(255, 255, 255, 0.6);
394
+ --color-dark-text-quaternary: rgba(231, 231, 248, 0.18);
395
+ --color-dark-text-quaternary-inverted: rgba(5, 11, 44, 0.18);
396
+ --color-dark-text-secondary: rgba(238, 238, 251, 0.55);
397
+ --color-dark-text-secondary-hover: rgba(239, 240, 252, 0.65);
398
+ --color-dark-text-secondary-inverted: rgba(4, 4, 19, 0.55);
399
+ --color-dark-text-secondary-inverted-hover: rgba(1, 1, 12, 0.63);
400
+ --color-dark-text-secondary-inverted-press: rgba(0, 0, 10, 0.71);
401
+ --color-dark-text-secondary-press: rgba(243, 245, 254, 0.75);
402
+ --color-dark-text-tertiary: rgba(233, 233, 250, 0.37);
403
+ --color-dark-text-tertiary-hover: rgba(238, 238, 254, 0.46);
404
+ --color-dark-text-tertiary-inverted: rgba(5, 8, 29, 0.38);
405
+ --color-dark-text-tertiary-inverted-hover: rgba(4, 4, 21, 0.47);
406
+ --color-dark-text-tertiary-inverted-press: rgba(4, 4, 19, 0.55);
407
+ --color-dark-text-tertiary-press: rgba(238, 238, 251, 0.55);
408
+ --color-dark-transparent-default: rgba(255, 255, 255, 0);
409
+ --color-dark-transparent-default-hover: rgba(214, 214, 229, 0.07);
410
+ --color-dark-transparent-default-inverted-hover: rgba(38, 55, 88, 0.06);
411
+ --color-dark-transparent-default-inverted-press: rgba(30, 43, 68, 0.08);
412
+ --color-dark-transparent-default-press: rgba(225, 225, 248, 0.09);
413
+ --color-light-accent-primary: #ef3124;
414
+ --color-light-accent-primary-hover: #e32a17;
415
+ --color-light-accent-primary-inverted: #f83a2a;
416
+ --color-light-accent-primary-inverted-hover: #ff503e;
417
+ --color-light-accent-primary-inverted-press: #fd624e;
418
+ --color-light-accent-primary-press: #d72505;
419
+ --color-light-accent-secondary: #212124;
420
+ --color-light-accent-secondary-hover: #2f2f32;
421
+ --color-light-accent-secondary-inverted: #f2f3f5;
422
+ --color-light-accent-secondary-inverted-hover: #dcdde1;
423
+ --color-light-accent-secondary-inverted-press: #d2d3d9;
424
+ --color-light-accent-secondary-press: #353539;
425
+ --color-light-base-bg-alt-primary: #f2f3f5;
426
+ --color-light-base-bg-alt-primary-inverted: #121213;
427
+ --color-light-base-bg-alt-secondary: #fff;
428
+ --color-light-base-bg-alt-secondary-inverted: #1c1c1e;
429
+ --color-light-base-bg-alt-tertiary: #f2f3f5;
430
+ --color-light-base-bg-alt-tertiary-inverted: #29292c;
431
+ --color-light-base-bg-primary: #fff;
432
+ --color-light-base-bg-primary-inverted: #121213;
433
+ --color-light-base-bg-secondary: #f2f3f5;
434
+ --color-light-base-bg-secondary-inverted: #1c1c1e;
435
+ --color-light-base-bg-tertiary: #fff;
436
+ --color-light-base-bg-tertiary-inverted: #29292c;
437
+ --color-light-modal-bg-alt-primary: #f2f3f5;
438
+ --color-light-modal-bg-alt-primary-inverted: #1c1c1e;
439
+ --color-light-modal-bg-alt-secondary: #fff;
440
+ --color-light-modal-bg-alt-secondary-inverted: #29292c;
441
+ --color-light-modal-bg-alt-tertiary: #f2f3f5;
442
+ --color-light-modal-bg-alt-tertiary-inverted: #353539;
443
+ --color-light-modal-bg-primary: #fff;
444
+ --color-light-modal-bg-primary-inverted: #1c1c1e;
445
+ --color-light-modal-bg-secondary: #f2f3f5;
446
+ --color-light-modal-bg-secondary-inverted: #29292c;
447
+ --color-light-modal-bg-tertiary: #fff;
448
+ --color-light-modal-bg-tertiary-inverted: #353539;
449
+ --color-light-neutral-0: #fff;
450
+ --color-light-neutral-0-hover: #e7e8eb;
451
+ --color-light-neutral-0-inverted: #262629;
452
+ --color-light-neutral-0-inverted-hover: #2f2f32;
453
+ --color-light-neutral-0-inverted-press: #353539;
454
+ --color-light-neutral-0-press: #dcdde1;
455
+ --color-light-neutral-100: #f2f3f5;
456
+ --color-light-neutral-100-hover: #e7e8eb;
457
+ --color-light-neutral-100-inverted: #1c1c1e;
458
+ --color-light-neutral-100-inverted-hover: #212124;
459
+ --color-light-neutral-100-inverted-press: #29292c;
460
+ --color-light-neutral-100-press: #dcdde1;
461
+ --color-light-neutral-1500: #121213;
462
+ --color-light-neutral-1500-hover: #3f3f45;
463
+ --color-light-neutral-1500-inverted: #fff;
464
+ --color-light-neutral-1500-inverted-hover: #babbc2;
465
+ --color-light-neutral-1500-inverted-press: #a0a1a9;
466
+ --color-light-neutral-1500-press: #5f5f66;
467
+ --color-light-neutral-200: #edeef0;
468
+ --color-light-neutral-200-hover: #e7e8eb;
469
+ --color-light-neutral-200-inverted: #212124;
470
+ --color-light-neutral-200-inverted-hover: #29292c;
471
+ --color-light-neutral-200-inverted-press: #2f2f32;
472
+ --color-light-neutral-200-press: #dcdde1;
473
+ --color-light-neutral-300: #e7e8eb;
474
+ --color-light-neutral-300-hover: #dcdde1;
475
+ --color-light-neutral-300-inverted: #29292c;
476
+ --color-light-neutral-300-inverted-hover: #2f2f32;
477
+ --color-light-neutral-300-inverted-press: #353539;
478
+ --color-light-neutral-300-press: #d2d3d9;
479
+ --color-light-neutral-400: #d2d3d9;
480
+ --color-light-neutral-400-hover: #babbc2;
481
+ --color-light-neutral-400-inverted: #353539;
482
+ --color-light-neutral-400-inverted-hover: #3f3f45;
483
+ --color-light-neutral-400-inverted-press: #4a4a51;
484
+ --color-light-neutral-400-press: #a0a1a9;
485
+ --color-light-neutral-500: #babbc2;
486
+ --color-light-neutral-500-hover: #a0a1a9;
487
+ --color-light-neutral-500-inverted: #4a4a51;
488
+ --color-light-neutral-500-inverted-hover: #5f5f66;
489
+ --color-light-neutral-500-inverted-press: #75757d;
490
+ --color-light-neutral-500-press: #898991;
491
+ --color-light-neutral-700: #898991;
492
+ --color-light-neutral-700-hover: #75757d;
493
+ --color-light-neutral-700-inverted: #898991;
494
+ --color-light-neutral-700-inverted-hover: #a0a1a9;
495
+ --color-light-neutral-700-inverted-press: #babbc2;
496
+ --color-light-neutral-700-press: #5f5f66;
497
+ --color-light-neutral-translucent-0: #fff;
498
+ --color-light-neutral-translucent-0-hover: rgba(38, 55, 88, 0.06);
499
+ --color-light-neutral-translucent-0-inverted: rgba(214, 214, 229, 0.07);
500
+ --color-light-neutral-translucent-0-inverted-hover: rgba(225, 225, 248, 0.09);
501
+ --color-light-neutral-translucent-0-inverted-press: rgba(222, 222, 238, 0.13);
502
+ --color-light-neutral-translucent-0-press: rgba(30, 43, 68, 0.08);
503
+ --color-light-neutral-translucent-100: rgba(38, 55, 88, 0.06);
504
+ --color-light-neutral-translucent-100-hover: rgba(15, 25, 55, 0.1);
505
+ --color-light-neutral-translucent-100-inverted: rgba(214, 214, 229, 0.07);
506
+ --color-light-neutral-translucent-100-inverted-hover: rgba(222, 222, 238, 0.13);
507
+ --color-light-neutral-translucent-100-inverted-press: rgba(234, 234, 248, 0.15);
508
+ --color-light-neutral-translucent-100-press: rgba(5, 12, 41, 0.14);
509
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
510
+ --color-light-neutral-translucent-1300-hover: rgba(3, 3, 8, 0.8);
511
+ --color-light-neutral-translucent-1300-inverted: rgba(255, 255, 255, 0.94);
512
+ --color-light-neutral-translucent-1300-inverted-hover: rgba(255, 255, 255, 0.7);
513
+ --color-light-neutral-translucent-1300-inverted-press: rgba(255, 255, 255, 0.6);
514
+ --color-light-neutral-translucent-1300-press: rgba(0, 0, 10, 0.71);
515
+ --color-light-neutral-translucent-1500-hover: rgba(2, 2, 10, 0.76);
516
+ --color-light-neutral-translucent-1500-inverted-hover: rgba(243, 245, 254, 0.75);
517
+ --color-light-neutral-translucent-1500-inverted-press: rgba(239, 240, 252, 0.65);
518
+ --color-light-neutral-translucent-1500-press: rgba(1, 1, 12, 0.63);
519
+ --color-light-neutral-translucent-200: rgba(30, 43, 68, 0.08);
520
+ --color-light-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
521
+ --color-light-neutral-translucent-200-inverted: rgba(225, 225, 248, 0.09);
522
+ --color-light-neutral-translucent-200-inverted-hover: rgba(222, 222, 238, 0.13);
523
+ --color-light-neutral-translucent-200-inverted-press: rgba(234, 234, 248, 0.15);
524
+ --color-light-neutral-translucent-200-press: rgba(5, 12, 41, 0.14);
525
+ --color-light-neutral-translucent-300: rgba(15, 25, 55, 0.1);
526
+ --color-light-neutral-translucent-300-hover: rgba(5, 12, 41, 0.14);
527
+ --color-light-neutral-translucent-300-inverted: rgba(222, 222, 238, 0.13);
528
+ --color-light-neutral-translucent-300-inverted-hover: rgba(234, 234, 248, 0.15);
529
+ --color-light-neutral-translucent-300-inverted-press: rgba(231, 231, 248, 0.18);
530
+ --color-light-neutral-translucent-300-press: rgba(5, 11, 44, 0.18);
531
+ --color-light-neutral-translucent-400: rgba(5, 11, 44, 0.18);
532
+ --color-light-neutral-translucent-400-hover: rgba(9, 12, 37, 0.28);
533
+ --color-light-neutral-translucent-400-inverted: rgba(231, 231, 248, 0.18);
534
+ --color-light-neutral-translucent-400-inverted-hover: rgba(227, 227, 250, 0.23);
535
+ --color-light-neutral-translucent-400-inverted-press: rgba(228, 228, 251, 0.28);
536
+ --color-light-neutral-translucent-400-press: rgba(5, 8, 29, 0.38);
537
+ --color-light-neutral-translucent-500: rgba(9, 12, 37, 0.28);
538
+ --color-light-neutral-translucent-500-hover: rgba(5, 8, 29, 0.38);
539
+ --color-light-neutral-translucent-500-inverted: rgba(228, 228, 251, 0.28);
540
+ --color-light-neutral-translucent-500-inverted-hover: rgba(233, 233, 250, 0.37);
541
+ --color-light-neutral-translucent-500-inverted-press: rgba(238, 238, 254, 0.46);
542
+ --color-light-neutral-translucent-500-press: rgba(4, 4, 21, 0.47);
543
+ --color-light-neutral-translucent-700: rgba(4, 4, 21, 0.47);
544
+ --color-light-neutral-translucent-700-hover: rgba(4, 4, 19, 0.55);
545
+ --color-light-neutral-translucent-700-inverted: rgba(238, 238, 251, 0.55);
546
+ --color-light-neutral-translucent-700-inverted-hover: rgba(239, 240, 252, 0.65);
547
+ --color-light-neutral-translucent-700-inverted-press: rgba(243, 245, 254, 0.75);
548
+ --color-light-neutral-translucent-700-press: rgba(1, 1, 12, 0.63);
549
+ --color-light-overlay-default: rgba(0, 0, 0, 0.6);
550
+ --color-light-status-attention: #fa9313;
551
+ --color-light-status-attention-hover: #f18d0b;
552
+ --color-light-status-attention-inverted: #fda136;
553
+ --color-light-status-attention-inverted-hover: #fdb24d;
554
+ --color-light-status-attention-inverted-press: #ffbf70;
555
+ --color-light-status-attention-press: #ea8313;
556
+ --color-light-status-info: #2288fa;
557
+ --color-light-status-info-hover: #2a77ef;
558
+ --color-light-status-info-inverted: #3193fc;
559
+ --color-light-status-info-inverted-hover: #4a9dfc;
560
+ --color-light-status-info-inverted-press: #63aafd;
561
+ --color-light-status-info-press: #2c64d4;
562
+ --color-light-status-muted-alt-attention: #fde6c8;
563
+ --color-light-status-muted-alt-attention-hover: #f6d7af;
564
+ --color-light-status-muted-alt-attention-inverted: #412f22;
565
+ --color-light-status-muted-alt-attention-inverted-hover: #543a27;
566
+ --color-light-status-muted-alt-attention-inverted-press: #6a462c;
567
+ --color-light-status-muted-alt-attention-press: #f0c492;
568
+ --color-light-status-muted-alt-info: #d8eaff;
569
+ --color-light-status-muted-alt-info-hover: #c1dbf7;
570
+ --color-light-status-muted-alt-info-inverted: #293044;
571
+ --color-light-status-muted-alt-info-inverted-hover: #2f3a55;
572
+ --color-light-status-muted-alt-info-inverted-press: #38476c;
573
+ --color-light-status-muted-alt-info-press: #a7cbf2;
574
+ --color-light-status-muted-alt-negative: #ffdfdf;
575
+ --color-light-status-muted-alt-negative-hover: #f9ccca;
576
+ --color-light-status-muted-alt-negative-inverted: #442926;
577
+ --color-light-status-muted-alt-negative-inverted-hover: #55312e;
578
+ --color-light-status-muted-alt-negative-inverted-press: #6b3b34;
579
+ --color-light-status-muted-alt-negative-press: #f3b6af;
580
+ --color-light-status-muted-alt-positive: #d1f1d7;
581
+ --color-light-status-muted-alt-positive-hover: #bbe8c3;
582
+ --color-light-status-muted-alt-positive-inverted: #253528;
583
+ --color-light-status-muted-alt-positive-inverted-hover: #273f2d;
584
+ --color-light-status-muted-alt-positive-inverted-press: #2d4e33;
585
+ --color-light-status-muted-alt-positive-press: #a1dba8;
586
+ --color-light-status-muted-attention: #ffefd9;
587
+ --color-light-status-muted-attention-hover: #fde6c8;
588
+ --color-light-status-muted-attention-inverted: #36291f;
589
+ --color-light-status-muted-attention-inverted-hover: #412f22;
590
+ --color-light-status-muted-attention-inverted-press: #543a27;
591
+ --color-light-status-muted-attention-press: #f6d7af;
592
+ --color-light-status-muted-info: #e4f0ff;
593
+ --color-light-status-muted-info-hover: #d8eaff;
594
+ --color-light-status-muted-info-inverted: #222a3e;
595
+ --color-light-status-muted-info-inverted-hover: #293044;
596
+ --color-light-status-muted-info-inverted-press: #2f3a55;
597
+ --color-light-status-muted-info-press: #c1dbf7;
598
+ --color-light-status-muted-negative: #ffebeb;
599
+ --color-light-status-muted-negative-hover: #ffdfdf;
600
+ --color-light-status-muted-negative-inverted: #392523;
601
+ --color-light-status-muted-negative-inverted-hover: #442926;
602
+ --color-light-status-muted-negative-inverted-press: #55312e;
603
+ --color-light-status-muted-negative-press: #f9ccca;
604
+ --color-light-status-muted-positive: #dff8e5;
605
+ --color-light-status-muted-positive-hover: #d1f1d7;
606
+ --color-light-status-muted-positive-inverted: #232d25;
607
+ --color-light-status-muted-positive-inverted-hover: #253528;
608
+ --color-light-status-muted-positive-inverted-press: #273f2d;
609
+ --color-light-status-muted-positive-press: #bbe8c3;
610
+ --color-light-status-negative: #ff4837;
611
+ --color-light-status-negative-hover: #ec2d20;
612
+ --color-light-status-negative-inverted: #ff4837;
613
+ --color-light-status-negative-inverted-hover: #ff755e;
614
+ --color-light-status-negative-inverted-press: #ff8d79;
615
+ --color-light-status-negative-press: #c7241f;
616
+ --color-light-status-positive: #0cc44d;
617
+ --color-light-status-positive-hover: #04b545;
618
+ --color-light-status-positive-inverted: #17d055;
619
+ --color-light-status-positive-inverted-hover: #22e068;
620
+ --color-light-status-positive-inverted-press: #4ae777;
621
+ --color-light-status-positive-press: #01a53d;
622
+ --color-light-text-attention: #ea8313;
623
+ --color-light-text-attention-hover: #d57111;
624
+ --color-light-text-attention-inverted: #fa9313;
625
+ --color-light-text-attention-inverted-hover: #fdb24d;
626
+ --color-light-text-attention-inverted-press: #ffbf70;
627
+ --color-light-text-attention-press: #b45a06;
628
+ --color-light-text-info: #2a77ef;
629
+ --color-light-text-info-hover: #2c64d4;
630
+ --color-light-text-info-inverted: #4a9dfc;
631
+ --color-light-text-info-inverted-hover: #63aafd;
632
+ --color-light-text-info-inverted-press: #7fb6ff;
633
+ --color-light-text-info-press: #2453b4;
634
+ --color-light-text-negative: #ec2d20;
635
+ --color-light-text-negative-hover: #c7241f;
636
+ --color-light-text-negative-inverted: #ff4837;
637
+ --color-light-text-negative-inverted-hover: #ff755e;
638
+ --color-light-text-negative-inverted-press: #ff8d79;
639
+ --color-light-text-negative-press: #a6201e;
640
+ --color-light-text-positive: #0d9336;
641
+ --color-light-text-positive-hover: #0a7d2c;
642
+ --color-light-text-positive-inverted: #0cc44d;
643
+ --color-light-text-positive-inverted-hover: #22e068;
644
+ --color-light-text-positive-inverted-press: #4ae777;
645
+ --color-light-text-positive-press: #036625;
646
+ --color-light-text-primary: rgba(3, 3, 6, 0.88);
647
+ --color-light-text-primary-hover: rgba(1, 1, 12, 0.63);
648
+ --color-light-text-primary-inverted: rgba(255, 255, 255, 0.94);
649
+ --color-light-text-primary-inverted-hover: rgba(255, 255, 255, 0.7);
650
+ --color-light-text-primary-inverted-press: rgba(255, 255, 255, 0.6);
651
+ --color-light-text-primary-press: rgba(4, 4, 19, 0.55);
652
+ --color-light-text-quaternary: rgba(5, 11, 44, 0.18);
653
+ --color-light-text-quaternary-inverted: rgba(231, 231, 248, 0.18);
654
+ --color-light-text-secondary: rgba(4, 4, 19, 0.55);
655
+ --color-light-text-secondary-hover: rgba(1, 1, 12, 0.63);
656
+ --color-light-text-secondary-inverted: rgba(238, 238, 251, 0.55);
657
+ --color-light-text-secondary-inverted-hover: rgba(239, 240, 252, 0.65);
658
+ --color-light-text-secondary-inverted-press: rgba(243, 245, 254, 0.75);
659
+ --color-light-text-secondary-press: rgba(0, 0, 10, 0.71);
660
+ --color-light-text-tertiary: rgba(5, 8, 29, 0.38);
661
+ --color-light-text-tertiary-hover: rgba(4, 4, 21, 0.47);
662
+ --color-light-text-tertiary-inverted: rgba(233, 233, 250, 0.37);
663
+ --color-light-text-tertiary-inverted-hover: rgba(238, 238, 254, 0.46);
664
+ --color-light-text-tertiary-inverted-press: rgba(238, 238, 251, 0.55);
665
+ --color-light-text-tertiary-press: rgba(4, 4, 19, 0.55);
666
+ --color-light-transparent-default: rgba(255, 255, 255, 0);
667
+ --color-light-transparent-default-hover: rgba(38, 55, 88, 0.06);
668
+ --color-light-transparent-default-inverted-hover: rgba(214, 214, 229, 0.07);
669
+ --color-light-transparent-default-inverted-press: rgba(225, 225, 248, 0.09);
670
+ --color-light-transparent-default-press: rgba(30, 43, 68, 0.08);
671
+ --color-static-accent-primary: #ef3124;
672
+ --color-static-accent-primary-hover: #e32a17;
673
+ --color-static-accent-primary-inverted: #f83a2a;
674
+ --color-static-accent-primary-inverted-hover: #ff503e;
675
+ --color-static-accent-primary-inverted-press: #fd624e;
676
+ --color-static-accent-primary-press: #d72505;
677
+ --color-static-accent-secondary: #212124;
678
+ --color-static-accent-secondary-hover: #2f2f32;
679
+ --color-static-accent-secondary-inverted: #f2f3f5;
680
+ --color-static-accent-secondary-inverted-hover: #dcdde1;
681
+ --color-static-accent-secondary-inverted-press: #d2d3d9;
682
+ --color-static-accent-secondary-press: #353539;
683
+ --color-static-bg-primary-dark: #0e0e0e;
684
+ --color-static-neutral-0: #fff;
685
+ --color-static-neutral-0-hover: #e7e8eb;
686
+ --color-static-neutral-0-inverted: #262629;
687
+ --color-static-neutral-0-inverted-hover: #2f2f32;
688
+ --color-static-neutral-0-inverted-press: #353539;
689
+ --color-static-neutral-0-press: #dcdde1;
690
+ --color-static-neutral-100: #f2f3f5;
691
+ --color-static-neutral-100-hover: #e7e8eb;
692
+ --color-static-neutral-100-inverted: #1c1c1e;
693
+ --color-static-neutral-100-inverted-hover: #212124;
694
+ --color-static-neutral-100-inverted-press: #29292c;
695
+ --color-static-neutral-100-press: #dcdde1;
696
+ --color-static-neutral-1500: #121213;
697
+ --color-static-neutral-1500-hover: #3f3f45;
698
+ --color-static-neutral-1500-inverted: #fff;
699
+ --color-static-neutral-1500-inverted-hover: #babbc2;
700
+ --color-static-neutral-1500-inverted-press: #a0a1a9;
701
+ --color-static-neutral-1500-press: #5f5f66;
702
+ --color-static-neutral-200: #edeef0;
703
+ --color-static-neutral-200-hover: #e7e8eb;
704
+ --color-static-neutral-200-inverted: #212124;
705
+ --color-static-neutral-200-inverted-hover: #29292c;
706
+ --color-static-neutral-200-inverted-press: #2f2f32;
707
+ --color-static-neutral-200-press: #dcdde1;
708
+ --color-static-neutral-300: #e7e8eb;
709
+ --color-static-neutral-300-hover: #dcdde1;
710
+ --color-static-neutral-300-inverted: #29292c;
711
+ --color-static-neutral-300-inverted-hover: #2f2f32;
712
+ --color-static-neutral-300-inverted-press: #353539;
713
+ --color-static-neutral-300-press: #d2d3d9;
714
+ --color-static-neutral-400: #d2d3d9;
715
+ --color-static-neutral-400-hover: #babbc2;
716
+ --color-static-neutral-400-inverted: #353539;
717
+ --color-static-neutral-400-inverted-hover: #3f3f45;
718
+ --color-static-neutral-400-inverted-press: #4a4a51;
719
+ --color-static-neutral-400-press: #a0a1a9;
720
+ --color-static-neutral-500: #babbc2;
721
+ --color-static-neutral-500-hover: #a0a1a9;
722
+ --color-static-neutral-500-inverted: #4a4a51;
723
+ --color-static-neutral-500-inverted-hover: #5f5f66;
724
+ --color-static-neutral-500-inverted-press: #75757d;
725
+ --color-static-neutral-500-press: #898991;
726
+ --color-static-neutral-700: #898991;
727
+ --color-static-neutral-700-hover: #75757d;
728
+ --color-static-neutral-700-inverted: #898991;
729
+ --color-static-neutral-700-inverted-hover: #a0a1a9;
730
+ --color-static-neutral-700-inverted-press: #babbc2;
731
+ --color-static-neutral-700-press: #5f5f66;
732
+ --color-static-neutral-translucent-0: #fff;
733
+ --color-static-neutral-translucent-0-hover: rgba(38, 55, 88, 0.06);
734
+ --color-static-neutral-translucent-0-inverted: rgba(214, 214, 229, 0.07);
735
+ --color-static-neutral-translucent-0-inverted-hover: rgba(225, 225, 248, 0.09);
736
+ --color-static-neutral-translucent-0-inverted-press: rgba(222, 222, 238, 0.13);
737
+ --color-static-neutral-translucent-0-press: rgba(30, 43, 68, 0.08);
738
+ --color-static-neutral-translucent-100: rgba(38, 55, 88, 0.06);
739
+ --color-static-neutral-translucent-100-hover: rgba(15, 25, 55, 0.1);
740
+ --color-static-neutral-translucent-100-inverted: rgba(214, 214, 229, 0.07);
741
+ --color-static-neutral-translucent-100-inverted-hover: rgba(222, 222, 238, 0.13);
742
+ --color-static-neutral-translucent-100-inverted-press: rgba(234, 234, 248, 0.15);
743
+ --color-static-neutral-translucent-100-press: rgba(5, 12, 41, 0.14);
744
+ --color-static-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
745
+ --color-static-neutral-translucent-1300-hover: rgba(3, 3, 8, 0.8);
746
+ --color-static-neutral-translucent-1300-inverted: rgba(255, 255, 255, 0.94);
747
+ --color-static-neutral-translucent-1300-inverted-hover: rgba(255, 255, 255, 0.7);
748
+ --color-static-neutral-translucent-1300-inverted-press: rgba(255, 255, 255, 0.6);
749
+ --color-static-neutral-translucent-1300-press: rgba(0, 0, 10, 0.71);
750
+ --color-static-neutral-translucent-1500-hover: rgba(2, 2, 10, 0.76);
751
+ --color-static-neutral-translucent-1500-inverted-hover: rgba(243, 245, 254, 0.75);
752
+ --color-static-neutral-translucent-1500-inverted-press: rgba(239, 240, 252, 0.65);
753
+ --color-static-neutral-translucent-1500-press: rgba(1, 1, 12, 0.63);
754
+ --color-static-neutral-translucent-200: rgba(30, 43, 68, 0.08);
755
+ --color-static-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
756
+ --color-static-neutral-translucent-200-inverted: rgba(225, 225, 248, 0.09);
757
+ --color-static-neutral-translucent-200-inverted-hover: rgba(222, 222, 238, 0.13);
758
+ --color-static-neutral-translucent-200-inverted-press: rgba(234, 234, 248, 0.15);
759
+ --color-static-neutral-translucent-200-press: rgba(5, 12, 41, 0.14);
760
+ --color-static-neutral-translucent-300: rgba(15, 25, 55, 0.1);
761
+ --color-static-neutral-translucent-300-hover: rgba(5, 12, 41, 0.14);
762
+ --color-static-neutral-translucent-300-inverted: rgba(222, 222, 238, 0.13);
763
+ --color-static-neutral-translucent-300-inverted-hover: rgba(234, 234, 248, 0.15);
764
+ --color-static-neutral-translucent-300-inverted-press: rgba(231, 231, 248, 0.18);
765
+ --color-static-neutral-translucent-300-press: rgba(5, 11, 44, 0.18);
766
+ --color-static-neutral-translucent-400: rgba(5, 11, 44, 0.18);
767
+ --color-static-neutral-translucent-400-hover: rgba(9, 12, 37, 0.28);
768
+ --color-static-neutral-translucent-400-inverted: rgba(231, 231, 248, 0.18);
769
+ --color-static-neutral-translucent-400-inverted-hover: rgba(227, 227, 250, 0.23);
770
+ --color-static-neutral-translucent-400-inverted-press: rgba(228, 228, 251, 0.28);
771
+ --color-static-neutral-translucent-400-press: rgba(5, 8, 29, 0.38);
772
+ --color-static-neutral-translucent-500: rgba(9, 12, 37, 0.28);
773
+ --color-static-neutral-translucent-500-hover: rgba(5, 8, 29, 0.38);
774
+ --color-static-neutral-translucent-500-inverted: rgba(228, 228, 251, 0.28);
775
+ --color-static-neutral-translucent-500-inverted-hover: rgba(233, 233, 250, 0.37);
776
+ --color-static-neutral-translucent-500-inverted-press: rgba(238, 238, 254, 0.46);
777
+ --color-static-neutral-translucent-500-press: rgba(4, 4, 21, 0.47);
778
+ --color-static-neutral-translucent-700: rgba(4, 4, 21, 0.47);
779
+ --color-static-neutral-translucent-700-hover: rgba(4, 4, 19, 0.55);
780
+ --color-static-neutral-translucent-700-inverted: rgba(238, 238, 251, 0.55);
781
+ --color-static-neutral-translucent-700-inverted-hover: rgba(239, 240, 252, 0.65);
782
+ --color-static-neutral-translucent-700-inverted-press: rgba(243, 245, 254, 0.75);
783
+ --color-static-neutral-translucent-700-press: rgba(1, 1, 12, 0.63);
784
+ --color-static-status-attention: #fa9313;
785
+ --color-static-status-attention-inverted: #fda136;
786
+ --color-static-status-info: #2288fa;
787
+ --color-static-status-info-inverted: #3193fc;
788
+ --color-static-status-muted-alt-attention: #fde6c8;
789
+ --color-static-status-muted-alt-attention-inverted: #412f22;
790
+ --color-static-status-muted-alt-info: #d8eaff;
791
+ --color-static-status-muted-alt-info-inverted: #293044;
792
+ --color-static-status-muted-alt-negative: #ffdfdf;
793
+ --color-static-status-muted-alt-negative-inverted: #442926;
794
+ --color-static-status-muted-alt-positive: #d1f1d7;
795
+ --color-static-status-muted-alt-positive-inverted: #253528;
796
+ --color-static-status-muted-attention: #ffefd9;
797
+ --color-static-status-muted-attention-inverted: #36291f;
798
+ --color-static-status-muted-info: #e4f0ff;
799
+ --color-static-status-muted-info-inverted: #222a3e;
800
+ --color-static-status-muted-negative: #ffebeb;
801
+ --color-static-status-muted-negative-inverted: #392523;
802
+ --color-static-status-muted-positive: #dff8e5;
803
+ --color-static-status-muted-positive-inverted: #232d25;
804
+ --color-static-status-negative: #ff4837;
805
+ --color-static-status-negative-inverted: #ff4837;
806
+ --color-static-status-positive: #0cc44d;
807
+ --color-static-status-positive-inverted: #17d055;
808
+ --color-static-text-attention: #ea8313;
809
+ --color-static-text-attention-hover: #d57111;
810
+ --color-static-text-attention-inverted: #fa9313;
811
+ --color-static-text-attention-inverted-hover: #fdb24d;
812
+ --color-static-text-attention-inverted-press: #ffbf70;
813
+ --color-static-text-attention-press: #b45a06;
814
+ --color-static-text-info: #2a77ef;
815
+ --color-static-text-info-hover: #2c64d4;
816
+ --color-static-text-info-inverted: #4a9dfc;
817
+ --color-static-text-info-inverted-hover: #63aafd;
818
+ --color-static-text-info-inverted-press: #7fb6ff;
819
+ --color-static-text-info-press: #2453b4;
820
+ --color-static-text-negative: #ec2d20;
821
+ --color-static-text-negative-hover: #c7241f;
822
+ --color-static-text-negative-inverted: #ff4837;
823
+ --color-static-text-negative-inverted-hover: #ff755e;
824
+ --color-static-text-negative-inverted-press: #ff8d79;
825
+ --color-static-text-negative-press: #a6201e;
826
+ --color-static-text-positive: #0d9336;
827
+ --color-static-text-positive-hover: #0a7d2c;
828
+ --color-static-text-positive-inverted: #0cc44d;
829
+ --color-static-text-positive-inverted-hover: #22e068;
830
+ --color-static-text-positive-inverted-press: #4ae777;
831
+ --color-static-text-positive-press: #036625;
832
+ --color-static-text-primary: rgba(3, 3, 6, 0.88);
833
+ --color-static-text-primary-dark: #0e0e0e;
834
+ --color-static-text-primary-hover: rgba(1, 1, 12, 0.63);
835
+ --color-static-text-primary-inverted: rgba(255, 255, 255, 0.94);
836
+ --color-static-text-primary-inverted-hover: rgba(255, 255, 255, 0.7);
837
+ --color-static-text-primary-inverted-press: rgba(255, 255, 255, 0.6);
838
+ --color-static-text-primary-light: #fff;
839
+ --color-static-text-primary-press: rgba(4, 4, 19, 0.55);
840
+ --color-static-text-quaternary: rgba(5, 11, 44, 0.18);
841
+ --color-static-text-quaternary-inverted: rgba(231, 231, 248, 0.18);
842
+ --color-static-text-secondary: rgba(4, 4, 19, 0.55);
843
+ --color-static-text-secondary-dark: rgba(4, 4, 19, 0.55);
844
+ --color-static-text-secondary-hover: rgba(1, 1, 12, 0.63);
845
+ --color-static-text-secondary-inverted: rgba(238, 238, 251, 0.55);
846
+ --color-static-text-secondary-inverted-hover: rgba(239, 240, 252, 0.65);
847
+ --color-static-text-secondary-inverted-press: rgba(243, 245, 254, 0.75);
848
+ --color-static-text-secondary-light: rgba(238, 238, 251, 0.55);
849
+ --color-static-text-secondary-press: rgba(0, 0, 10, 0.71);
850
+ --color-static-text-tertiary: rgba(5, 8, 29, 0.38);
851
+ --color-static-text-tertiary-dark: rgba(5, 8, 29, 0.38);
852
+ --color-static-text-tertiary-hover: rgba(4, 4, 21, 0.47);
853
+ --color-static-text-tertiary-inverted: rgba(233, 233, 250, 0.37);
854
+ --color-static-text-tertiary-inverted-hover: rgba(238, 238, 254, 0.46);
855
+ --color-static-text-tertiary-inverted-press: rgba(238, 238, 251, 0.55);
856
+ --color-static-text-tertiary-light: rgba(233, 233, 250, 0.37);
857
+ --color-static-text-tertiary-press: rgba(4, 4, 19, 0.55);
858
+ --color-dark-bg-accent: #ef3124; /* deprecated */
859
+ --color-dark-bg-attention-muted: #36291f; /* deprecated */
860
+ --color-dark-bg-component: rgba(255, 255, 255, 0.1); /* deprecated */
861
+ --color-dark-bg-component-inverted: rgba(0, 0, 0, 0.08); /* deprecated */
862
+ --color-dark-bg-info: #001c3c; /* deprecated */
863
+ --color-dark-bg-info-muted: #242a39; /* deprecated */
864
+ --color-dark-bg-link-muted: #001c3c; /* deprecated */
865
+ --color-dark-bg-negative-muted: #392523; /* deprecated */
866
+ --color-dark-bg-neutral: #3a3a3c; /* deprecated */
867
+ --color-dark-bg-nulled: rgba(0, 0, 0, 0); /* deprecated */
868
+ --color-dark-bg-opaque: rgba(255, 255, 255, 0.8); /* deprecated */
869
+ --color-dark-bg-overlay: rgba(0, 0, 0, 0.8); /* deprecated */
870
+ --color-dark-bg-positive-muted: #232d25; /* deprecated */
871
+ --color-dark-bg-primary: #0e0e0e; /* deprecated */
872
+ --color-dark-bg-primary-grouped: #1a1a1d; /* deprecated */
873
+ --color-dark-bg-primary-inverted: #fff; /* deprecated */
874
+ --color-dark-bg-quaternary: #36363a; /* deprecated */
875
+ --color-dark-bg-quaternary-inverted: #dcdee2; /* deprecated */
876
+ --color-dark-bg-secondary: #1c1c1e; /* deprecated */
877
+ --color-dark-bg-secondary-grouped: #2a2a2e; /* deprecated */
878
+ --color-dark-bg-secondary-inverted: #f2f3f5; /* deprecated */
879
+ --color-dark-bg-tertiary: #27272a; /* deprecated */
880
+ --color-dark-bg-tertiary-grouped: #404045; /* deprecated */
881
+ --color-dark-bg-tertiary-inverted: #e7e8ea; /* deprecated */
882
+ --color-dark-border-accent: #ef3124; /* deprecated */
883
+ --color-dark-border-key: #fff; /* deprecated */
884
+ --color-dark-border-key-inverted: #000; /* deprecated */
885
+ --color-dark-border-link: #3193fc; /* deprecated */
886
+ --color-dark-border-primary: #36363a; /* deprecated */
887
+ --color-dark-border-primary-inverted: #d5d6dc; /* deprecated */
888
+ --color-dark-border-secondary: #27272a; /* deprecated */
889
+ --color-dark-border-secondary-inverted: #e7e8ec; /* deprecated */
890
+ --color-dark-border-tertiary: #1c1c1e; /* deprecated */
891
+ --color-dark-border-tertiary-inverted: #f2f3f5; /* deprecated */
892
+ --color-dark-border-underline: #49494f; /* deprecated */
893
+ --color-dark-border-underline-inverted: #b8b9c0; /* deprecated */
894
+ --color-dark-graphic-accent: #ef3124; /* deprecated */
895
+ --color-dark-graphic-attention: #fda136; /* deprecated */
896
+ --color-dark-graphic-link: #3193fc; /* deprecated */
897
+ --color-dark-graphic-negative: #ff5431; /* deprecated */
898
+ --color-dark-graphic-neutral: #2a2a2c; /* deprecated */
899
+ --color-dark-graphic-positive: #17d055; /* deprecated */
900
+ --color-dark-graphic-primary: #fff; /* deprecated */
901
+ --color-dark-graphic-primary-inverted: #0e0e0e; /* deprecated */
902
+ --color-dark-graphic-quaternary: #27272a; /* deprecated */
903
+ --color-dark-graphic-quaternary-inverted: #e7e8ec; /* deprecated */
904
+ --color-dark-graphic-secondary: #898991; /* deprecated */
905
+ --color-dark-graphic-secondary-inverted: #898991; /* deprecated */
906
+ --color-dark-graphic-tertiary: #49494f; /* deprecated */
907
+ --color-dark-graphic-tertiary-inverted: #b8b9c0; /* deprecated */
908
+ --color-dark-specialbg-component: rgba(255, 255, 255, 0.1); /* deprecated */
909
+ --color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07); /* deprecated */
910
+ --color-dark-specialbg-nulled: rgba(255, 255, 255, 0); /* deprecated */
911
+ --color-dark-specialbg-overlay: rgba(0, 0, 0, 0.8); /* deprecated */
912
+ --color-dark-specialbg-overlay-fallback: #0e0e0f; /* deprecated */
913
+ --color-dark-specialbg-primary-grouped: #1c1c1e; /* deprecated */
914
+ --color-dark-specialbg-secondary-grouped: #27272a; /* deprecated */
915
+ --color-dark-specialbg-secondary-transparent: rgba(214, 214, 229, 0.07); /* deprecated */
916
+ --color-dark-specialbg-secondary-transparent-inverted: rgba(38, 55, 88, 0.06); /* deprecated */
917
+ --color-dark-specialbg-tertiary-grouped: #36363a; /* deprecated */
918
+ --color-dark-specialbg-tertiary-transparent: rgba(222, 222, 240, 0.12); /* deprecated */
919
+ --color-dark-specialbg-tertiary-transparent-inverted: rgba(30, 43, 68, 0.08); /* deprecated */
920
+ --color-dark-text-accent: #ef3124; /* deprecated */
921
+ --color-dark-text-disabled: rgba(236, 236, 254, 0.18); /* deprecated */
922
+ --color-dark-text-disabled-inverted: rgba(5, 11, 44, 0.18); /* deprecated */
923
+ --color-dark-text-disabled-transparent: rgba(220, 220, 243, 0.14); /* deprecated */
924
+ --color-dark-text-link: #4a9dfc; /* deprecated */
925
+ --color-dark-text-secondary-inverted-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
926
+ --color-dark-text-secondary-transparent: rgba(239, 239, 254, 0.53); /* deprecated */
927
+ --color-dark-text-tertiary-inverted-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
928
+ --color-dark-text-tertiary-transparent: rgba(233, 233, 251, 0.35); /* deprecated */
929
+ --color-light-bg-accent: #ef3124; /* deprecated */
930
+ --color-light-bg-attention-muted: #ffefd9; /* deprecated */
931
+ --color-light-bg-component: rgba(19, 19, 73, 0.11); /* deprecated */
932
+ --color-light-bg-component-inverted: rgba(223, 223, 246, 0.13); /* deprecated */
933
+ --color-light-bg-info: #d6e8fc; /* deprecated */
934
+ --color-light-bg-info-muted: #e4f0ff; /* deprecated */
935
+ --color-light-bg-link-muted: #d6e8fc; /* deprecated */
936
+ --color-light-bg-negative-muted: #ffebeb; /* deprecated */
937
+ --color-light-bg-neutral: #dcdcdd; /* deprecated */
938
+ --color-light-bg-nulled: rgba(0, 0, 0, 0); /* deprecated */
939
+ --color-light-bg-opaque: rgba(255, 255, 255, 0.8); /* deprecated */
940
+ --color-light-bg-overlay: rgba(0, 0, 0, 0.65); /* deprecated */
941
+ --color-light-bg-positive-muted: #dff8e5; /* deprecated */
942
+ --color-light-bg-primary: #fff; /* deprecated */
943
+ --color-light-bg-primary-grouped: #f2f2f6; /* deprecated */
944
+ --color-light-bg-primary-inverted: #0e0e0e; /* deprecated */
945
+ --color-light-bg-quaternary: #dcdee2; /* deprecated */
946
+ --color-light-bg-quaternary-inverted: #36363a; /* deprecated */
947
+ --color-light-bg-secondary: #f2f3f5; /* deprecated */
948
+ --color-light-bg-secondary-grouped: #fff; /* deprecated */
949
+ --color-light-bg-secondary-inverted: #1c1c1e; /* deprecated */
950
+ --color-light-bg-tertiary: #e7e8ea; /* deprecated */
951
+ --color-light-bg-tertiary-grouped: #f2f2f6; /* deprecated */
952
+ --color-light-bg-tertiary-inverted: #27272a; /* deprecated */
953
+ --color-light-border-accent: #ef3124; /* deprecated */
954
+ --color-light-border-key: #000; /* deprecated */
955
+ --color-light-border-key-inverted: #fff; /* deprecated */
956
+ --color-light-border-link: #2288fa; /* deprecated */
957
+ --color-light-border-primary: #d5d6dc; /* deprecated */
958
+ --color-light-border-primary-inverted: #36363a; /* deprecated */
959
+ --color-light-border-secondary: #e7e8ec; /* deprecated */
960
+ --color-light-border-secondary-inverted: #27272a; /* deprecated */
961
+ --color-light-border-tertiary: #f2f3f5; /* deprecated */
962
+ --color-light-border-tertiary-inverted: #1c1c1e; /* deprecated */
963
+ --color-light-border-underline: #b8b9c0; /* deprecated */
964
+ --color-light-border-underline-inverted: #49494f; /* deprecated */
965
+ --color-light-graphic-accent: #ef3124; /* deprecated */
966
+ --color-light-graphic-attention: #fa9313; /* deprecated */
967
+ --color-light-graphic-link: #2288fa; /* deprecated */
968
+ --color-light-graphic-negative: #ff5431; /* deprecated */
969
+ --color-light-graphic-neutral: #dcdcdd; /* deprecated */
970
+ --color-light-graphic-positive: #0cc44d; /* deprecated */
971
+ --color-light-graphic-primary: #0e0e0e; /* deprecated */
972
+ --color-light-graphic-primary-inverted: #fff; /* deprecated */
973
+ --color-light-graphic-quaternary: #e7e8ec; /* deprecated */
974
+ --color-light-graphic-quaternary-inverted: #27272a; /* deprecated */
975
+ --color-light-graphic-secondary: #898991; /* deprecated */
976
+ --color-light-graphic-secondary-inverted: #898991; /* deprecated */
977
+ --color-light-graphic-tertiary: #b8b9c0; /* deprecated */
978
+ --color-light-graphic-tertiary-inverted: #49494f; /* deprecated */
979
+ --color-light-specialbg-component: rgba(11, 31, 53, 0.07); /* deprecated */
980
+ --color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.1); /* deprecated */
981
+ --color-light-specialbg-nulled: rgba(255, 255, 255, 0); /* deprecated */
982
+ --color-light-specialbg-overlay: rgba(0, 0, 0, 0.6); /* deprecated */
983
+ --color-light-specialbg-overlay-fallback: #49494f; /* deprecated */
984
+ --color-light-specialbg-primary-grouped: #f2f3f5; /* deprecated */
985
+ --color-light-specialbg-secondary-grouped: #fff; /* deprecated */
986
+ --color-light-specialbg-secondary-transparent: rgba(38, 55, 88, 0.06); /* deprecated */
987
+ --color-light-specialbg-secondary-transparent-inverted: rgba(214, 214, 229, 0.07); /* deprecated */
988
+ --color-light-specialbg-tertiary-grouped: #f2f3f5; /* deprecated */
989
+ --color-light-specialbg-tertiary-transparent: rgba(30, 43, 68, 0.08); /* deprecated */
990
+ --color-light-specialbg-tertiary-transparent-inverted: rgba(222, 222, 240, 0.12); /* deprecated */
991
+ --color-light-text-accent: #ef3124; /* deprecated */
992
+ --color-light-text-disabled: rgba(5, 11, 44, 0.18); /* deprecated */
993
+ --color-light-text-disabled-inverted: rgba(231, 231, 248, 0.18); /* deprecated */
994
+ --color-light-text-disabled-transparent: rgba(1, 1, 24, 0.26); /* deprecated */
995
+ --color-light-text-link: #2a77ef; /* deprecated */
996
+ --color-light-text-secondary-inverted-transparent: rgba(239, 239, 254, 0.53); /* deprecated */
997
+ --color-light-text-secondary-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
998
+ --color-light-text-tertiary-inverted-transparent: rgba(233, 233, 251, 0.35); /* deprecated */
999
+ --color-light-text-tertiary-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
1000
+ --color-static-bg-accent: #ef3124; /* deprecated */
1001
+ --color-static-bg-dark: #000; /* deprecated */
1002
+ --color-static-bg-light: #fff; /* deprecated */
1003
+ --color-static-bg-neutral-dark: #3a3a3c; /* deprecated */
1004
+ --color-static-bg-neutral-light: #dcdcdd; /* deprecated */
1005
+ --color-static-bg-primary-light: #fff; /* deprecated */
1006
+ --color-static-bg-quaternary-dark: #36363a; /* deprecated */
1007
+ --color-static-bg-quaternary-light: #e7e8ec; /* deprecated */
1008
+ --color-static-bg-secondary-dark: #1c1c1e; /* deprecated */
1009
+ --color-static-bg-secondary-light: #f2f3f5; /* deprecated */
1010
+ --color-static-bg-tertiary-dark: #27272a; /* deprecated */
1011
+ --color-static-bg-tertiary-light: #edeef0; /* deprecated */
1012
+ --color-static-border-accent: #ef3124; /* deprecated */
1013
+ --color-static-graphic-accent: #ef3124; /* deprecated */
1014
+ --color-static-graphic-dark: #0e0e0e; /* deprecated */
1015
+ --color-static-graphic-light: #fff; /* deprecated */
1016
+ --color-static-text-accent: #ef3124; /* deprecated */
1017
+ --color-static-text-secondary-dark-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
1018
+ --color-static-text-secondary-light-transparent: rgba(235, 235, 245, 0.6); /* deprecated */
1019
+ --color-static-text-tertiary-dark-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
1020
+ --color-static-text-tertiary-light-transparent: rgba(235, 235, 245, 0.3); /* deprecated */
1021
+ --color-dark-neutral-700-alpha-15: rgba(137, 137, 145, 0.15); /* deprecated */
1022
+ --color-dark-status-info-alpha-15: rgba(49, 147, 252, 0.15); /* deprecated */
1023
+ --color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
1024
+ --color-dark-text-primary-shade-24: rgba(194, 194, 194, 0.9544); /* deprecated */
1025
+ --color-dark-text-primary-shade-30: rgba(179, 179, 179, 0.958); /* deprecated */
1026
+ --color-dark-text-primary-shade-40: rgba(153, 153, 153, 0.964); /* deprecated */
1027
+ --color-dark-text-primary-shade-50: rgba(128, 128, 128, 0.97); /* deprecated */
1028
+ --color-dark-text-primary-tint-20: rgba(255, 255, 255, 0.952); /* deprecated */
1029
+ --color-dark-text-primary-tint-40: rgba(255, 255, 255, 0.964); /* deprecated */
1030
+ --color-dark-text-primary-inverted-alpha-30: rgba(3, 3, 6, 0.3); /* deprecated */
1031
+ --color-dark-text-primary-inverted-alpha-40: rgba(3, 3, 6, 0.4); /* deprecated */
1032
+ --color-dark-text-primary-inverted-shade-20: rgba(2, 2, 5, 0.904); /* deprecated */
1033
+ --color-dark-text-primary-inverted-shade-30: rgba(2, 2, 4, 0.916); /* deprecated */
1034
+ --color-dark-text-primary-inverted-tint-7: rgba(21, 21, 23, 0.8884); /* deprecated */
1035
+ --color-dark-text-primary-inverted-tint-15: rgba(41, 41, 43, 0.898); /* deprecated */
1036
+ --color-dark-text-primary-inverted-tint-24: rgba(63, 63, 66, 0.9088); /* deprecated */
1037
+ --color-dark-text-primary-inverted-tint-30: rgba(79, 79, 81, 0.916); /* deprecated */
1038
+ --color-dark-text-primary-inverted-tint-40: rgba(104, 104, 106, 0.928); /* deprecated */
1039
+ --color-dark-text-primary-inverted-tint-50: rgba(129, 129, 131, 0.94); /* deprecated */
1040
+ --color-dark-text-secondary-shade-20: rgba(190, 190, 201, 0.64); /* deprecated */
1041
+ --color-dark-text-secondary-shade-30: rgba(167, 167, 176, 0.685); /* deprecated */
1042
+ --color-dark-text-secondary-tint-20: rgba(241, 241, 252, 0.64); /* deprecated */
1043
+ --color-dark-text-secondary-tint-40: rgba(245, 245, 253, 0.73); /* deprecated */
1044
+ --color-dark-text-secondary-inverted-shade-20: rgba(3, 3, 15, 0.64); /* deprecated */
1045
+ --color-dark-text-secondary-inverted-shade-30: rgba(3, 3, 13, 0.685); /* deprecated */
1046
+ --color-light-neutral-700-alpha-15: rgba(137, 137, 145, 0.15); /* deprecated */
1047
+ --color-light-status-info-alpha-15: rgba(34, 136, 250, 0.15); /* deprecated */
1048
+ --color-light-text-primary-alpha-30: rgba(3, 3, 6, 0.3); /* deprecated */
1049
+ --color-light-text-primary-tint-24: rgba(63, 63, 66, 0.9088); /* deprecated */
1050
+ --color-light-text-primary-tint-30: rgba(79, 79, 81, 0.916); /* deprecated */
1051
+ --color-light-text-primary-tint-40: rgba(104, 104, 106, 0.928); /* deprecated */
1052
+ --color-light-text-primary-tint-50: rgba(129, 129, 131, 0.94); /* deprecated */
1053
+ --color-light-text-primary-shade-20: rgba(2, 2, 5, 0.904); /* deprecated */
1054
+ --color-light-text-primary-shade-40: rgba(2, 2, 4, 0.928); /* deprecated */
1055
+ --color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
1056
+ --color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
1057
+ --color-light-text-primary-inverted-tint-20: rgba(255, 255, 255, 0.952); /* deprecated */
1058
+ --color-light-text-primary-inverted-tint-30: rgba(255, 255, 255, 0.958); /* deprecated */
1059
+ --color-light-text-primary-inverted-shade-7: rgba(237, 237, 237, 0.9442); /* deprecated */
1060
+ --color-light-text-primary-inverted-shade-15: rgba(217, 217, 217, 0.949); /* deprecated */
1061
+ --color-light-text-primary-inverted-shade-24: rgba(194, 194, 194, 0.9544); /* deprecated */
1062
+ --color-light-text-primary-inverted-shade-30: rgba(179, 179, 179, 0.958); /* deprecated */
1063
+ --color-light-text-primary-inverted-shade-40: rgba(153, 153, 153, 0.964); /* deprecated */
1064
+ --color-light-text-primary-inverted-shade-50: rgba(128, 128, 128, 0.97); /* deprecated */
1065
+ --color-light-text-secondary-tint-20: rgba(54, 54, 66, 0.64); /* deprecated */
1066
+ --color-light-text-secondary-tint-30: rgba(79, 79, 90, 0.685); /* deprecated */
1067
+ --color-light-text-secondary-shade-20: rgba(3, 3, 15, 0.64); /* deprecated */
1068
+ --color-light-text-secondary-shade-40: rgba(2, 2, 11, 0.73); /* deprecated */
1069
+ --color-light-text-secondary-inverted-tint-20: rgba(241, 241, 252, 0.64); /* deprecated */
1070
+ --color-light-text-secondary-inverted-tint-30: rgba(243, 243, 252, 0.685); /* deprecated */
1071
+ --color-static-bg-primary-dark-alpha-10: rgba(14, 14, 14, 0.1); /* deprecated */
1072
+ --color-static-bg-primary-dark-alpha-20: rgba(14, 14, 14, 0.2); /* deprecated */
1073
+ --color-static-bg-primary-dark-tint-15: rgb(50, 50, 50); /* deprecated */
1074
+ --color-static-bg-primary-dark-tint-20: rgb(62, 62, 62); /* deprecated */
1075
+ --color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
1076
+ --color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
1077
+ --color-dark-bg-accent-shade-15: rgb(203, 42, 31); /* deprecated */
1078
+ --color-dark-bg-accent-shade-20: rgb(191, 39, 29); /* deprecated */
1079
+ --color-dark-bg-accent-tint-7: rgb(240, 63, 51); /* deprecated */
1080
+ --color-dark-bg-accent-tint-10: rgb(241, 70, 58); /* deprecated */
1081
+ --color-dark-bg-accent-tint-15: rgb(241, 80, 69); /* deprecated */
1082
+ --color-dark-bg-accent-tint-30: rgb(244, 111, 102); /* deprecated */
1083
+ --color-dark-bg-primary-alpha-4: rgba(14, 14, 14, 0.04); /* deprecated */
1084
+ --color-dark-bg-primary-alpha-8: rgba(14, 14, 14, 0.08); /* deprecated */
1085
+ --color-dark-bg-primary-alpha-12: rgba(14, 14, 14, 0.12); /* deprecated */
1086
+ --color-dark-bg-primary-alpha-15: rgba(14, 14, 14, 0.15); /* deprecated */
1087
+ --color-dark-bg-primary-alpha-16: rgba(14, 14, 14, 0.16); /* deprecated */
1088
+ --color-dark-bg-primary-alpha-20: rgba(14, 14, 14, 0.2); /* deprecated */
1089
+ --color-dark-bg-primary-alpha-30: rgba(14, 14, 14, 0.3); /* deprecated */
1090
+ --color-dark-bg-primary-alpha-32: rgba(14, 14, 14, 0.32); /* deprecated */
1091
+ --color-dark-bg-primary-alpha-37: rgba(14, 14, 14, 0.37); /* deprecated */
1092
+ --color-dark-bg-primary-alpha-40: rgba(14, 14, 14, 0.4); /* deprecated */
1093
+ --color-dark-bg-primary-tint-7: rgb(31, 31, 31); /* deprecated */
1094
+ --color-dark-bg-primary-tint-15: rgb(50, 50, 50); /* deprecated */
1095
+ --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03); /* deprecated */
1096
+ --color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04); /* deprecated */
1097
+ --color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05); /* deprecated */
1098
+ --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07); /* deprecated */
1099
+ --color-dark-bg-primary-inverted-alpha-8: rgba(255, 255, 255, 0.08); /* deprecated */
1100
+ --color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1); /* deprecated */
1101
+ --color-dark-bg-primary-inverted-alpha-12: rgba(255, 255, 255, 0.12); /* deprecated */
1102
+ --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
1103
+ --color-dark-bg-primary-inverted-alpha-16: rgba(255, 255, 255, 0.16); /* deprecated */
1104
+ --color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2); /* deprecated */
1105
+ --color-dark-bg-primary-inverted-alpha-24: rgba(255, 255, 255, 0.24); /* deprecated */
1106
+ --color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
1107
+ --color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32); /* deprecated */
1108
+ --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
1109
+ --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5); /* deprecated */
1110
+ --color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237); /* deprecated */
1111
+ --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217); /* deprecated */
1112
+ --color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204); /* deprecated */
1113
+ --color-dark-bg-quaternary-alpha-30: rgba(54, 54, 58, 0.3); /* deprecated */
1114
+ --color-dark-bg-quaternary-tint-7: rgb(68, 68, 72); /* deprecated */
1115
+ --color-dark-bg-quaternary-tint-10: rgb(74, 74, 78); /* deprecated */
1116
+ --color-dark-bg-quaternary-tint-15: rgb(84, 84, 88); /* deprecated */
1117
+ --color-dark-bg-quaternary-tint-30: rgb(114, 114, 117); /* deprecated */
1118
+ --color-dark-bg-quaternary-inverted-alpha-30: rgba(220, 222, 226, 0.3); /* deprecated */
1119
+ --color-dark-bg-quaternary-inverted-shade-15: rgb(187, 189, 192); /* deprecated */
1120
+ --color-dark-bg-quaternary-inverted-shade-20: rgb(176, 178, 181); /* deprecated */
1121
+ --color-dark-bg-secondary-alpha-30: rgba(28, 28, 30, 0.3); /* deprecated */
1122
+ --color-dark-bg-secondary-shade-15: rgb(24, 24, 25); /* deprecated */
1123
+ --color-dark-bg-secondary-shade-20: rgb(22, 22, 24); /* deprecated */
1124
+ --color-dark-bg-secondary-tint-7: rgb(44, 44, 46); /* deprecated */
1125
+ --color-dark-bg-secondary-tint-15: rgb(62, 62, 64); /* deprecated */
1126
+ --color-dark-bg-secondary-inverted-alpha-30: rgba(242, 243, 245, 0.3); /* deprecated */
1127
+ --color-dark-bg-secondary-inverted-shade-15: rgb(206, 207, 208); /* deprecated */
1128
+ --color-dark-bg-secondary-inverted-shade-20: rgb(194, 194, 196); /* deprecated */
1129
+ --color-dark-bg-secondary-inverted-tint-7: rgb(243, 244, 246); /* deprecated */
1130
+ --color-dark-bg-secondary-inverted-tint-15: rgb(244, 245, 246); /* deprecated */
1131
+ --color-dark-bg-tertiary-tint-7: rgb(54, 54, 57); /* deprecated */
1132
+ --color-dark-border-key-alpha-7: rgba(255, 255, 255, 0.07); /* deprecated */
1133
+ --color-dark-border-key-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
1134
+ --color-dark-border-key-inverted-alpha-7: rgba(0, 0, 0, 0.07); /* deprecated */
1135
+ --color-dark-border-key-inverted-alpha-15: rgba(0, 0, 0, 0.15); /* deprecated */
1136
+ --color-dark-border-underline-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
1137
+ --color-dark-border-underline-inverted-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
1138
+ --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
1139
+ --color-dark-graphic-accent-shade-15: rgb(203, 42, 31); /* deprecated */
1140
+ --color-dark-graphic-accent-tint-7: rgb(240, 63, 51); /* deprecated */
1141
+ --color-dark-graphic-accent-tint-10: rgb(241, 70, 58); /* deprecated */
1142
+ --color-dark-graphic-accent-tint-15: rgb(241, 80, 69); /* deprecated */
1143
+ --color-dark-graphic-accent-tint-30: rgb(244, 111, 102); /* deprecated */
1144
+ --color-dark-graphic-link-alpha-15: rgba(49, 147, 252, 0.15); /* deprecated */
1145
+ --color-dark-graphic-negative-alpha-10: rgba(255, 84, 49, 0.1); /* deprecated */
1146
+ --color-dark-graphic-negative-alpha-30: rgba(255, 84, 49, 0.3); /* deprecated */
1147
+ --color-dark-graphic-negative-alpha-40: rgba(255, 84, 49, 0.4); /* deprecated */
1148
+ --color-dark-graphic-negative-shade-20: rgb(204, 67, 39); /* deprecated */
1149
+ --color-dark-graphic-negative-shade-30: rgb(179, 59, 34); /* deprecated */
1150
+ --color-dark-graphic-negative-tint-7: rgb(255, 96, 63); /* deprecated */
1151
+ --color-dark-graphic-negative-tint-15: rgb(255, 110, 80); /* deprecated */
1152
+ --color-dark-graphic-negative-tint-30: rgb(255, 135, 111); /* deprecated */
1153
+ --color-dark-graphic-positive-alpha-10: rgba(23, 208, 85, 0.1); /* deprecated */
1154
+ --color-dark-graphic-positive-tint-10: rgb(46, 213, 102); /* deprecated */
1155
+ --color-dark-graphic-positive-tint-30: rgb(93, 222, 136); /* deprecated */
1156
+ --color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
1157
+ --color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
1158
+ --color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5); /* deprecated */
1159
+ --color-dark-graphic-primary-alpha-60: rgba(255, 255, 255, 0.6); /* deprecated */
1160
+ --color-dark-graphic-primary-shade-15: rgb(217, 217, 217); /* deprecated */
1161
+ --color-dark-graphic-primary-shade-20: rgb(204, 204, 204); /* deprecated */
1162
+ --color-dark-graphic-primary-shade-30: rgb(179, 179, 179); /* deprecated */
1163
+ --color-dark-graphic-primary-tint-10: rgb(255, 255, 255); /* deprecated */
1164
+ --color-dark-graphic-primary-tint-30: rgb(255, 255, 255); /* deprecated */
1165
+ --color-dark-graphic-primary-inverted-alpha-30: rgba(14, 14, 14, 0.3); /* deprecated */
1166
+ --color-dark-graphic-primary-inverted-alpha-40: rgba(14, 14, 14, 0.4); /* deprecated */
1167
+ --color-dark-graphic-primary-inverted-alpha-50: rgba(14, 14, 14, 0.5); /* deprecated */
1168
+ --color-dark-graphic-primary-inverted-alpha-60: rgba(14, 14, 14, 0.6); /* deprecated */
1169
+ --color-dark-graphic-primary-inverted-tint-7: rgb(31, 31, 31); /* deprecated */
1170
+ --color-dark-graphic-primary-inverted-tint-10: rgb(38, 38, 38); /* deprecated */
1171
+ --color-dark-graphic-primary-inverted-tint-15: rgb(50, 50, 50); /* deprecated */
1172
+ --color-dark-graphic-primary-inverted-tint-30: rgb(86, 86, 86); /* deprecated */
1173
+ --color-dark-graphic-quaternary-tint-10: rgb(61, 61, 63); /* deprecated */
1174
+ --color-dark-graphic-secondary-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
1175
+ --color-dark-graphic-secondary-tint-30: rgb(172, 172, 178); /* deprecated */
1176
+ --color-dark-graphic-secondary-tint-50: rgb(196, 196, 200); /* deprecated */
1177
+ --color-dark-graphic-secondary-inverted-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
1178
+ --color-dark-graphic-secondary-inverted-shade-15: rgb(116, 116, 123); /* deprecated */
1179
+ --color-dark-graphic-secondary-inverted-shade-20: rgb(110, 110, 116); /* deprecated */
1180
+ --color-dark-graphic-secondary-inverted-tint-10: rgb(149, 149, 156); /* deprecated */
1181
+ --color-dark-graphic-secondary-inverted-tint-30: rgb(172, 172, 178); /* deprecated */
1182
+ --color-dark-graphic-tertiary-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
1183
+ --color-dark-graphic-tertiary-shade-15: rgb(62, 62, 67); /* deprecated */
1184
+ --color-dark-graphic-tertiary-shade-20: rgb(58, 58, 63); /* deprecated */
1185
+ --color-dark-graphic-tertiary-tint-7: rgb(86, 86, 91); /* deprecated */
1186
+ --color-dark-graphic-tertiary-tint-15: rgb(100, 100, 105); /* deprecated */
1187
+ --color-dark-graphic-tertiary-inverted-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
1188
+ --color-dark-graphic-tertiary-inverted-shade-15: rgb(156, 157, 163); /* deprecated */
1189
+ --color-dark-graphic-tertiary-inverted-shade-20: rgb(147, 148, 154); /* deprecated */
1190
+ --color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.163); /* deprecated */
1191
+ --color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.19); /* deprecated */
1192
+ --color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.235); /* deprecated */
1193
+ --color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.37); /* deprecated */
1194
+ --color-dark-specialbg-component-alpha-2: rgba(255, 255, 255, 0.02); /* deprecated */
1195
+ --color-dark-specialbg-component-alpha-14: rgba(255, 255, 255, 0.14); /* deprecated */
1196
+ --color-dark-specialbg-component-alpha-23: rgba(255, 255, 255, 0.23); /* deprecated */
1197
+ --color-dark-specialbg-component-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
1198
+ --color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3); /* deprecated */
1199
+ --color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095); /* deprecated */
1200
+ --color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256); /* deprecated */
1201
+ --color-dark-specialbg-secondary-transparent-tint-7: rgba(217, 217, 231, 0.1351); /* deprecated */
1202
+ --color-dark-specialbg-secondary-transparent-tint-15: rgba(220, 220, 233, 0.2095); /* deprecated */
1203
+ --color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(32, 47, 75, 0.201); /* deprecated */
1204
+ --color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(30, 44, 70, 0.248); /* deprecated */
1205
+ --color-dark-specialbg-tertiary-transparent-tint-7: rgba(224, 224, 241, 0.1816); /* deprecated */
1206
+ --color-dark-specialbg-tertiary-transparent-tint-15: rgba(227, 227, 242, 0.252); /* deprecated */
1207
+ --color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(26, 37, 58, 0.218); /* deprecated */
1208
+ --color-dark-specialbg-tertiary-transparent-inverted-shade-20: rgba(24, 34, 54, 0.264); /* deprecated */
1209
+ --color-dark-text-link-shade-30: rgb(52, 110, 176); /* deprecated */
1210
+ --color-dark-text-link-shade-50: rgb(37, 79, 126); /* deprecated */
1211
+ --color-dark-text-link-tint-20: rgb(110, 177, 253); /* deprecated */
1212
+ --color-dark-text-link-tint-40: rgb(146, 196, 253); /* deprecated */
1213
+ --color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
1214
+ --color-light-bg-accent-tint-15: rgb(241, 80, 69); /* deprecated */
1215
+ --color-light-bg-accent-tint-20: rgb(242, 90, 80); /* deprecated */
1216
+ --color-light-bg-accent-shade-7: rgb(222, 46, 33); /* deprecated */
1217
+ --color-light-bg-accent-shade-10: rgb(215, 44, 32); /* deprecated */
1218
+ --color-light-bg-accent-shade-15: rgb(203, 42, 31); /* deprecated */
1219
+ --color-light-bg-accent-shade-30: rgb(167, 34, 25); /* deprecated */
1220
+ --color-light-bg-primary-alpha-4: rgba(255, 255, 255, 0.04); /* deprecated */
1221
+ --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08); /* deprecated */
1222
+ --color-light-bg-primary-alpha-12: rgba(255, 255, 255, 0.12); /* deprecated */
1223
+ --color-light-bg-primary-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
1224
+ --color-light-bg-primary-alpha-16: rgba(255, 255, 255, 0.16); /* deprecated */
1225
+ --color-light-bg-primary-alpha-20: rgba(255, 255, 255, 0.2); /* deprecated */
1226
+ --color-light-bg-primary-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
1227
+ --color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32); /* deprecated */
1228
+ --color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37); /* deprecated */
1229
+ --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
1230
+ --color-light-bg-primary-shade-7: rgb(237, 237, 237); /* deprecated */
1231
+ --color-light-bg-primary-shade-15: rgb(217, 217, 217); /* deprecated */
1232
+ --color-light-bg-primary-inverted-alpha-3: rgba(14, 14, 14, 0.03); /* deprecated */
1233
+ --color-light-bg-primary-inverted-alpha-4: rgba(14, 14, 14, 0.04); /* deprecated */
1234
+ --color-light-bg-primary-inverted-alpha-5: rgba(14, 14, 14, 0.05); /* deprecated */
1235
+ --color-light-bg-primary-inverted-alpha-7: rgba(14, 14, 14, 0.07); /* deprecated */
1236
+ --color-light-bg-primary-inverted-alpha-8: rgba(14, 14, 14, 0.08); /* deprecated */
1237
+ --color-light-bg-primary-inverted-alpha-10: rgba(14, 14, 14, 0.1); /* deprecated */
1238
+ --color-light-bg-primary-inverted-alpha-12: rgba(14, 14, 14, 0.12); /* deprecated */
1239
+ --color-light-bg-primary-inverted-alpha-15: rgba(14, 14, 14, 0.15); /* deprecated */
1240
+ --color-light-bg-primary-inverted-alpha-16: rgba(14, 14, 14, 0.16); /* deprecated */
1241
+ --color-light-bg-primary-inverted-alpha-20: rgba(14, 14, 14, 0.2); /* deprecated */
1242
+ --color-light-bg-primary-inverted-alpha-24: rgba(14, 14, 14, 0.24); /* deprecated */
1243
+ --color-light-bg-primary-inverted-alpha-30: rgba(14, 14, 14, 0.3); /* deprecated */
1244
+ --color-light-bg-primary-inverted-alpha-32: rgba(14, 14, 14, 0.32); /* deprecated */
1245
+ --color-light-bg-primary-inverted-alpha-40: rgba(14, 14, 14, 0.4); /* deprecated */
1246
+ --color-light-bg-primary-inverted-alpha-50: rgba(14, 14, 14, 0.5); /* deprecated */
1247
+ --color-light-bg-primary-inverted-tint-7: rgb(31, 31, 31); /* deprecated */
1248
+ --color-light-bg-primary-inverted-tint-15: rgb(50, 50, 50); /* deprecated */
1249
+ --color-light-bg-primary-inverted-tint-20: rgb(62, 62, 62); /* deprecated */
1250
+ --color-light-bg-quaternary-alpha-30: rgba(220, 222, 226, 0.3); /* deprecated */
1251
+ --color-light-bg-quaternary-shade-7: rgb(205, 206, 210); /* deprecated */
1252
+ --color-light-bg-quaternary-shade-10: rgb(198, 200, 203); /* deprecated */
1253
+ --color-light-bg-quaternary-shade-15: rgb(187, 189, 192); /* deprecated */
1254
+ --color-light-bg-quaternary-shade-30: rgb(154, 155, 158); /* deprecated */
1255
+ --color-light-bg-quaternary-inverted-alpha-30: rgba(54, 54, 58, 0.3); /* deprecated */
1256
+ --color-light-bg-quaternary-inverted-tint-15: rgb(84, 84, 88); /* deprecated */
1257
+ --color-light-bg-quaternary-inverted-tint-20: rgb(94, 94, 97); /* deprecated */
1258
+ --color-light-bg-secondary-alpha-30: rgba(242, 243, 245, 0.3); /* deprecated */
1259
+ --color-light-bg-secondary-tint-15: rgb(244, 245, 246); /* deprecated */
1260
+ --color-light-bg-secondary-tint-20: rgb(245, 245, 247); /* deprecated */
1261
+ --color-light-bg-secondary-shade-7: rgb(225, 226, 228); /* deprecated */
1262
+ --color-light-bg-secondary-shade-15: rgb(206, 207, 208); /* deprecated */
1263
+ --color-light-bg-secondary-inverted-alpha-30: rgba(28, 28, 30, 0.3); /* deprecated */
1264
+ --color-light-bg-secondary-inverted-tint-15: rgb(62, 62, 64); /* deprecated */
1265
+ --color-light-bg-secondary-inverted-tint-20: rgb(73, 73, 75); /* deprecated */
1266
+ --color-light-bg-secondary-inverted-shade-7: rgb(26, 26, 28); /* deprecated */
1267
+ --color-light-bg-secondary-inverted-shade-15: rgb(24, 24, 25); /* deprecated */
1268
+ --color-light-bg-tertiary-shade-7: rgb(215, 216, 218); /* deprecated */
1269
+ --color-light-border-key-alpha-7: rgba(0, 0, 0, 0.07); /* deprecated */
1270
+ --color-light-border-key-alpha-15: rgba(0, 0, 0, 0.15); /* deprecated */
1271
+ --color-light-border-key-inverted-alpha-7: rgba(255, 255, 255, 0.07); /* deprecated */
1272
+ --color-light-border-key-inverted-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
1273
+ --color-light-border-underline-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
1274
+ --color-light-border-underline-inverted-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
1275
+ --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
1276
+ --color-light-graphic-accent-tint-15: rgb(241, 80, 69); /* deprecated */
1277
+ --color-light-graphic-accent-shade-7: rgb(222, 46, 33); /* deprecated */
1278
+ --color-light-graphic-accent-shade-10: rgb(215, 44, 32); /* deprecated */
1279
+ --color-light-graphic-accent-shade-15: rgb(203, 42, 31); /* deprecated */
1280
+ --color-light-graphic-accent-shade-30: rgb(167, 34, 25); /* deprecated */
1281
+ --color-light-graphic-link-alpha-15: rgba(34, 136, 250, 0.15); /* deprecated */
1282
+ --color-light-graphic-negative-alpha-10: rgba(255, 84, 49, 0.1); /* deprecated */
1283
+ --color-light-graphic-negative-alpha-30: rgba(255, 84, 49, 0.3); /* deprecated */
1284
+ --color-light-graphic-negative-alpha-40: rgba(255, 84, 49, 0.4); /* deprecated */
1285
+ --color-light-graphic-negative-tint-20: rgb(255, 118, 90); /* deprecated */
1286
+ --color-light-graphic-negative-tint-30: rgb(255, 135, 111); /* deprecated */
1287
+ --color-light-graphic-negative-shade-7: rgb(237, 78, 46); /* deprecated */
1288
+ --color-light-graphic-negative-shade-15: rgb(217, 71, 42); /* deprecated */
1289
+ --color-light-graphic-negative-shade-30: rgb(179, 59, 34); /* deprecated */
1290
+ --color-light-graphic-positive-alpha-10: rgba(12, 196, 77, 0.1); /* deprecated */
1291
+ --color-light-graphic-positive-shade-10: rgb(11, 176, 69); /* deprecated */
1292
+ --color-light-graphic-positive-shade-30: rgb(8, 137, 54); /* deprecated */
1293
+ --color-light-graphic-primary-alpha-30: rgba(14, 14, 14, 0.3); /* deprecated */
1294
+ --color-light-graphic-primary-alpha-40: rgba(14, 14, 14, 0.4); /* deprecated */
1295
+ --color-light-graphic-primary-alpha-50: rgba(14, 14, 14, 0.5); /* deprecated */
1296
+ --color-light-graphic-primary-alpha-60: rgba(14, 14, 14, 0.6); /* deprecated */
1297
+ --color-light-graphic-primary-tint-15: rgb(50, 50, 50); /* deprecated */
1298
+ --color-light-graphic-primary-tint-20: rgb(62, 62, 62); /* deprecated */
1299
+ --color-light-graphic-primary-tint-30: rgb(86, 86, 86); /* deprecated */
1300
+ --color-light-graphic-primary-shade-10: rgb(13, 13, 13); /* deprecated */
1301
+ --color-light-graphic-primary-shade-30: rgb(10, 10, 10); /* deprecated */
1302
+ --color-light-graphic-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
1303
+ --color-light-graphic-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
1304
+ --color-light-graphic-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5); /* deprecated */
1305
+ --color-light-graphic-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6); /* deprecated */
1306
+ --color-light-graphic-primary-inverted-shade-7: rgb(237, 237, 237); /* deprecated */
1307
+ --color-light-graphic-primary-inverted-shade-10: rgb(230, 230, 230); /* deprecated */
1308
+ --color-light-graphic-primary-inverted-shade-15: rgb(217, 217, 217); /* deprecated */
1309
+ --color-light-graphic-primary-inverted-shade-30: rgb(179, 179, 179); /* deprecated */
1310
+ --color-light-graphic-quaternary-shade-10: rgb(208, 209, 212); /* deprecated */
1311
+ --color-light-graphic-secondary-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
1312
+ --color-light-graphic-secondary-shade-30: rgb(96, 96, 102); /* deprecated */
1313
+ --color-light-graphic-secondary-shade-50: rgb(69, 69, 73); /* deprecated */
1314
+ --color-light-graphic-secondary-inverted-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
1315
+ --color-light-graphic-secondary-inverted-tint-15: rgb(155, 155, 162); /* deprecated */
1316
+ --color-light-graphic-secondary-inverted-tint-20: rgb(161, 161, 167); /* deprecated */
1317
+ --color-light-graphic-secondary-inverted-shade-10: rgb(123, 123, 131); /* deprecated */
1318
+ --color-light-graphic-secondary-inverted-shade-30: rgb(96, 96, 102); /* deprecated */
1319
+ --color-light-graphic-tertiary-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
1320
+ --color-light-graphic-tertiary-tint-15: rgb(195, 195, 201); /* deprecated */
1321
+ --color-light-graphic-tertiary-tint-20: rgb(198, 199, 205); /* deprecated */
1322
+ --color-light-graphic-tertiary-shade-7: rgb(171, 172, 179); /* deprecated */
1323
+ --color-light-graphic-tertiary-shade-15: rgb(156, 157, 163); /* deprecated */
1324
+ --color-light-graphic-tertiary-inverted-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
1325
+ --color-light-graphic-tertiary-inverted-tint-15: rgb(100, 100, 105); /* deprecated */
1326
+ --color-light-graphic-tertiary-inverted-tint-20: rgb(109, 109, 114); /* deprecated */
1327
+ --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351); /* deprecated */
1328
+ --color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163); /* deprecated */
1329
+ --color-light-specialbg-component-shade-15: rgba(9, 26, 45, 0.2095); /* deprecated */
1330
+ --color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349); /* deprecated */
1331
+ --color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02); /* deprecated */
1332
+ --color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14); /* deprecated */
1333
+ --color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23); /* deprecated */
1334
+ --color-light-specialbg-component-alpha-30: rgba(11, 31, 53, 0.3); /* deprecated */
1335
+ --color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
1336
+ --color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.235); /* deprecated */
1337
+ --color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.28); /* deprecated */
1338
+ --color-light-specialbg-secondary-transparent-shade-7: rgba(35, 51, 82, 0.1258); /* deprecated */
1339
+ --color-light-specialbg-secondary-transparent-shade-15: rgba(32, 47, 75, 0.201); /* deprecated */
1340
+ --color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(220, 220, 233, 0.2095); /* deprecated */
1341
+ --color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(222, 222, 234, 0.256); /* deprecated */
1342
+ --color-light-specialbg-tertiary-transparent-shade-7: rgba(28, 40, 63, 0.1444); /* deprecated */
1343
+ --color-light-specialbg-tertiary-transparent-shade-15: rgba(26, 37, 58, 0.218); /* deprecated */
1344
+ --color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(227, 227, 242, 0.252); /* deprecated */
1345
+ --color-light-specialbg-tertiary-transparent-inverted-tint-20: rgba(229, 229, 243, 0.296); /* deprecated */
1346
+ --color-light-text-link-tint-30: rgb(106, 160, 244); /* deprecated */
1347
+ --color-light-text-link-tint-50: rgb(149, 187, 247); /* deprecated */
1348
+ --color-light-text-link-shade-20: rgb(34, 95, 191); /* deprecated */
1349
+ --color-light-text-link-shade-40: rgb(25, 71, 143); /* deprecated */
1350
+ --color-static-graphic-light-shade-7: rgb(237, 237, 237); /* deprecated */
1351
+ --color-static-graphic-light-shade-15: rgb(217, 217, 217); /* deprecated */
1352
+ }
1353
+ :root {
1354
+ --color-dynamic-nulled: rgba(0, 0, 0, 0); /* deprecated */
1355
+ --color-dynamic-primary-dark: rgba(0, 0, 0, 0.8); /* deprecated */
1356
+ --color-dynamic-primary-light: rgba(255, 255, 255, 0.8); /* deprecated */
1357
+ --color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32); /* deprecated */
1358
+ --color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32); /* deprecated */
1359
+ --color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16); /* deprecated */
1360
+ --color-dynamic-quinary-light: rgba(255, 255, 255, 0.16); /* deprecated */
1361
+ --color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64); /* deprecated */
1362
+ --color-dynamic-secondary-light: rgba(255, 255, 255, 0.64); /* deprecated */
1363
+ --color-dynamic-senary-dark: rgba(0, 0, 0, 0.12); /* deprecated */
1364
+ --color-dynamic-senary-light: rgba(255, 255, 255, 0.12); /* deprecated */
1365
+ --color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48); /* deprecated */
1366
+ --color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48); /* deprecated */
1367
+ --color-static-nulled: rgba(0, 0, 0, 0); /* deprecated */
1368
+ --color-static-primary-dark: rgba(0, 0, 0, 0.8); /* deprecated */
1369
+ --color-static-primary-light: rgba(255, 255, 255, 0.8); /* deprecated */
1370
+ --color-static-quaternary-dark: rgba(0, 0, 0, 0.32); /* deprecated */
1371
+ --color-static-quaternary-light: rgba(255, 255, 255, 0.32); /* deprecated */
1372
+ --color-static-quinary-dark: rgba(0, 0, 0, 0.16); /* deprecated */
1373
+ --color-static-quinary-light: rgba(255, 255, 255, 0.16); /* deprecated */
1374
+ --color-static-secondary-dark: rgba(0, 0, 0, 0.64); /* deprecated */
1375
+ --color-static-secondary-light: rgba(255, 255, 255, 0.64); /* deprecated */
1376
+ --color-static-senary-dark: rgba(0, 0, 0, 0.12); /* deprecated */
1377
+ --color-static-senary-light: rgba(255, 255, 255, 0.12); /* deprecated */
1378
+ --color-static-tertiary-dark: rgba(0, 0, 0, 0.48); /* deprecated */
1379
+ --color-static-tertiary-light: rgba(255, 255, 255, 0.48); /* deprecated */
1380
+ }
1381
+ :root {
1382
+ --color-dark-indigo: #0b1f35; /* deprecated */
1383
+ --color-dark-indigo-60: rgba(11, 31, 53, 0.6); /* deprecated */
1384
+ --color-dark-indigo-30: rgba(11, 31, 53, 0.3); /* deprecated */
1385
+ --color-dark-indigo-15: rgba(11, 31, 53, 0.15); /* deprecated */
1386
+ --color-dark-indigo-10: rgba(11, 31, 53, 0.1); /* deprecated */
1387
+ --color-dark-indigo-07: rgba(11, 31, 53, 0.07); /* deprecated */
1388
+ --color-dark-indigo-05: rgba(11, 31, 53, 0.05); /* deprecated */
1389
+ --color-dark-indigo-60-flat: #6d7986; /* deprecated */
1390
+ --color-dark-indigo-30-flat: #b6bcc3; /* deprecated */
1391
+ --color-dark-indigo-15-flat: #dbdee1; /* deprecated */
1392
+ --color-dark-indigo-10-flat: #e7e9eb; /* deprecated */
1393
+ --color-dark-indigo-07-flat: #eeeff1; /* deprecated */
1394
+ --color-dark-indigo-05-flat: #f3f4f5; /* deprecated */
1395
+ --color-red-brand: #ef3124; /* deprecated */
1396
+ --color-red-brand-85: rgba(239, 49, 36, 0.85); /* deprecated */
1397
+ --color-red-brand-70: rgba(239, 49, 36, 0.7); /* deprecated */
1398
+ --color-red-brand-50: rgba(239, 49, 36, 0.5); /* deprecated */
1399
+ --color-red-brand-30: rgba(239, 49, 36, 0.3); /* deprecated */
1400
+ --color-red-brand-20: rgba(239, 49, 36, 0.2); /* deprecated */
1401
+ --color-red-brand-10: rgba(239, 49, 36, 0.1); /* deprecated */
1402
+ --color-red-brand-85-flat: #f15045; /* deprecated */
1403
+ --color-red-brand-70-flat: #f46f66; /* deprecated */
1404
+ --color-red-brand-50-flat: #f69791; /* deprecated */
1405
+ --color-red-brand-30-flat: #fbc2bd; /* deprecated */
1406
+ --color-red-brand-20-flat: #fcd6d3; /* deprecated */
1407
+ --color-red-brand-10-flat: #feebea; /* deprecated */
1408
+ --color-red-brand-05-flat: #fef5f4; /* deprecated */
1409
+ --color-red-dark: #d91d0b; /* deprecated */
1410
+ --color-red-error: #ff5c5c; /* deprecated */
1411
+ --color-green-text: #13a463; /* deprecated */
1412
+ --color-green-text-60: rgba(19, 164, 99, 0.6); /* deprecated */
1413
+ --color-green-text-60-flat: #71c8a1; /* deprecated */
1414
+ --color-green-done: #2fc26e; /* deprecated */
1415
+ --color-green-done-20: rgba(47, 194, 110, 0.2); /* deprecated */
1416
+ --color-green-done-10: rgba(47, 194, 110, 0.1); /* deprecated */
1417
+ --color-green-done-05: rgba(47, 194, 110, 0.05); /* deprecated */
1418
+ --color-green-done-20-flat: #d5f3e2; /* deprecated */
1419
+ --color-green-done-10-flat: #ebf9f1; /* deprecated */
1420
+ --color-green-done-05-flat: #f4fcf7; /* deprecated */
1421
+ --color-blue-action: #0e60b9; /* deprecated */
1422
+ --color-blue-swipe-a: #2670c6; /* deprecated */
1423
+ --color-blue-swipe-b: #3781d8; /* deprecated */
1424
+ --color-blue-swipe-c: #4a90e2; /* deprecated */
1425
+ --color-blue-link-mobile: #007aff; /* deprecated */
1426
+ --color-blue-link-mobile-10: rgba(0, 122, 255, 0.1); /* deprecated */
1427
+ --color-blue-link-mobile-10-flat: #e6f2ff; /* deprecated */
1428
+ --color-blue-link-web: #0f62fe; /* deprecated */
1429
+ --color-sand: #f6bf65; /* deprecated */
1430
+ --color-lavender: #8888ad; /* deprecated */
1431
+ --color-amethyst: #a489aa; /* deprecated */
1432
+ --color-black: #000; /* deprecated */
1433
+ --color-black-60: rgba(0, 0, 0, 0.6); /* deprecated */
1434
+ --color-black-30: rgba(0, 0, 0, 0.3); /* deprecated */
1435
+ --color-black-10: rgba(0, 0, 0, 0.1); /* deprecated */
1436
+ --color-black-60-flat: #666; /* deprecated */
1437
+ --color-black-30-flat: #b3b3b3; /* deprecated */
1438
+ --color-black-10-flat: #e6e6e6; /* deprecated */
1439
+ --color-white: #fff; /* deprecated */
1440
+ --color-white-60: rgba(255, 255, 255, 0.6); /* deprecated */
1441
+ --color-white-30: rgba(255, 255, 255, 0.3); /* deprecated */
1442
+ --color-white-10: rgba(255, 255, 255, 0.1); /* deprecated */
1443
+ --color-bg-corporate: #212a33; /* deprecated */
1444
+ --color-bg-corporate-90: rgba(33, 42, 51, 0.9); /* deprecated */
1445
+ --color-bg-corporate-60: rgba(33, 42, 51, 0.6); /* deprecated */
1446
+ --color-bg-corporate-30: rgba(33, 42, 51, 0.3); /* deprecated */
1447
+ --color-bg-corporate-90-flat: #384048; /* deprecated */
1448
+ --color-bg-corporate-60-flat: #7a7f85; /* deprecated */
1449
+ --color-bg-corporate-30-flat: #bdc0c2; /* deprecated */
1450
+ --color-light-blue: #f5f7f9; /* deprecated */
1451
+ }
1452
+ :root {
1453
+ --focus-color: var(--color-light-status-info);
1454
+ --font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
1455
+ sans-serif;
1456
+ --disabled-cursor: not-allowed;
1457
+ --arrow-transform: rotate(180deg);
1458
+ --size-xxs-height: 32px;
1459
+ --size-xs-height: 40px;
1460
+ --size-s-height: 48px;
1461
+ --size-m-height: 56px;
1462
+ --size-l-height: 64px;
1463
+ --size-xl-height: 72px;
1464
+ }
1465
+ :root {
1466
+ --gap-3xs: 2px; /* deprecated */
1467
+ --gap-2xs: 4px; /* deprecated */
1468
+ --gap-xs: 8px; /* deprecated */
1469
+ --gap-s: 12px; /* deprecated */
1470
+ --gap-2s: 14px; /* deprecated */
1471
+ --gap-m: 16px; /* deprecated */
1472
+ --gap-l: 20px; /* deprecated */
1473
+ --gap-xl: 24px; /* deprecated */
1474
+ --gap-2xl: 32px; /* deprecated */
1475
+ --gap-3xl: 40px; /* deprecated */
1476
+ --gap-4xl: 48px; /* deprecated */
1477
+ --gap-5xl: 64px; /* deprecated */
1478
+ --gap-6xl: 72px; /* deprecated */
1479
+ --gap-7xl: 96px; /* deprecated */
1480
+ --gap-8xl: 128px; /* deprecated */
1481
+ --gap-3xs-neg: -2px; /* deprecated */
1482
+ --gap-2xs-neg: -4px; /* deprecated */
1483
+ --gap-xs-neg: -8px; /* deprecated */
1484
+ --gap-s-neg: -12px; /* deprecated */
1485
+ --gap-m-neg: -16px; /* deprecated */
1486
+ --gap-l-neg: -20px; /* deprecated */
1487
+ --gap-xl-neg: -24px; /* deprecated */
1488
+ --gap-2xl-neg: -32px; /* deprecated */
1489
+ --gap-3xl-neg: -40px; /* deprecated */
1490
+ --gap-4xl-neg: -48px; /* deprecated */
1491
+ --gap-5xl-neg: -64px; /* deprecated */
1492
+ --gap-6xl-neg: -72px; /* deprecated */
1493
+ --gap-7xl-neg: -96px; /* deprecated */
1494
+ --gap-8xl-neg: -128px; /* deprecated */
1495
+
1496
+ /* новые значения, используйте их */
1497
+ --gap-0: 0;
1498
+ --gap-2: var(--gap-3xs);
1499
+ --gap-4: var(--gap-2xs);
1500
+ --gap-8: var(--gap-xs);
1501
+ --gap-12: var(--gap-s);
1502
+ --gap-16: var(--gap-m);
1503
+ --gap-20: var(--gap-l);
1504
+ --gap-24: var(--gap-xl);
1505
+ --gap-32: var(--gap-2xl);
1506
+ --gap-40: var(--gap-3xl);
1507
+ --gap-48: var(--gap-4xl);
1508
+ --gap-56: 56px;
1509
+ --gap-64: var(--gap-5xl);
1510
+ --gap-72: var(--gap-6xl);
1511
+ --gap-80: 80px;
1512
+ --gap-96: var(--gap-7xl);
1513
+ --gap-128: var(--gap-8xl);
1514
+ --gap-2-neg: var(--gap-3xs-neg);
1515
+ --gap-4-neg: var(--gap-2xs-neg);
1516
+ --gap-8-neg: var(--gap-xs-neg);
1517
+ --gap-12-neg: var(--gap-s-neg);
1518
+ --gap-16-neg: var(--gap-m-neg);
1519
+ --gap-20-neg: var(--gap-l-neg);
1520
+ --gap-24-neg: var(--gap-xl-neg);
1521
+ --gap-32-neg: var(--gap-2xl-neg);
1522
+ --gap-40-neg: var(--gap-3xl-neg);
1523
+ --gap-48-neg: var(--gap-4xl-neg);
1524
+ --gap-56-neg: -56px;
1525
+ --gap-64-neg: var(--gap-5xl-neg);
1526
+ --gap-72-neg: var(--gap-6xl-neg);
1527
+ --gap-80-neg: -80px;
1528
+ --gap-96-neg: var(--gap-7xl-neg);
1529
+ --gap-128-neg: var(--gap-8xl-neg);
1530
+ }
1531
+ /* сбрасывает синюю подсветку при нажатии */
1532
+ :root {
1533
+ --shadow-xs: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
1534
+ --shadow-s: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1535
+ 0 0 1px rgba(0, 0, 0, 0.04);
1536
+ --shadow-m: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
1537
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
1538
+ --shadow-l: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
1539
+ 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
1540
+ --shadow-xl: 0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),
1541
+ 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
1542
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
1543
+
1544
+ /* Hard */
1545
+ --shadow-xs-hard: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
1546
+ --shadow-s-hard: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),
1547
+ 0 0 1px rgba(0, 0, 0, 0.16);
1548
+ --shadow-m-hard: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
1549
+ 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
1550
+ --shadow-l-hard: 0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),
1551
+ 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
1552
+ --shadow-xl-hard: 0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),
1553
+ 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
1554
+ 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
1555
+
1556
+ /* Up */
1557
+ --shadow-xs-up: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04);
1558
+ --shadow-s-up: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08);
1559
+ --shadow-m-up: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16);
1560
+ --shadow-l-up: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24);
1561
+ --shadow-xl-up: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32);
1562
+
1563
+ /* Hard up */
1564
+ --shadow-xs-hard-up: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),
1565
+ 0 -2px 4px rgba(0, 0, 0, 0.16);
1566
+ --shadow-s-hard-up: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),
1567
+ 0 -4px 8px rgba(0, 0, 0, 0.16);
1568
+ --shadow-m-hard-up: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),
1569
+ 0 -8px 16px rgba(0, 0, 0, 0.16);
1570
+ --shadow-l-hard-up: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),
1571
+ 0 -12px 24px rgba(0, 0, 0, 0.16);
1572
+ --shadow-xl-hard-up: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),
1573
+ 0 -16px 32px rgba(0, 0, 0, 0.16);
1574
+ }
1575
+ :root {
1576
+ --font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
1577
+ sans-serif;
1578
+ --font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
1579
+ 'Helvetica Neue', Helvetica, sans-serif;
1580
+ }
1581
+ :root {
1582
+ --slider-origin-width: calc(100% - 16px);
1583
+ --slider-origin-right: var(--gap-8);
1584
+ /* theme */
1585
+ --calendar-today-color: var(--color-light-accent-primary);
1586
+ --calendar-range-background: var(--color-light-neutral-translucent-200);
1587
+ --calendar-range-complete-background: var(--color-light-status-muted-negative);
1588
+ --calendar-selected-background: var(--color-light-accent-primary);
1589
+ --calendar-selected-hover-background: var(--color-light-accent-primary-hover);
1590
+ --calendar-select-button-selected-background: var(--color-light-accent-primary);
1591
+ --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-400);
1592
+ /* theme */
1593
+ --confirmation-header-desktop-font-size: 18px;
1594
+ --confirmation-header-desktop-line-height: 22px;
1595
+ --confirmation-text-font-size: 14px;
1596
+ --confirmation-text-line-height: 20px;
1597
+ --confirmation-text-color: var(--color-light-text-secondary);
1598
+ --checkbox-group-sub-padding-left: var(--gap-4);
1599
+ --checkbox-group-list-padding-left: var(--gap-2);
1600
+ --radio-group-sub-padding-left: var(--gap-4);
1601
+ --radio-group-list-padding-left: var(--gap-2);
1602
+ }
1603
+ `;
5
1604
 
6
1605
  export { intranet as default };