@alfalab/core-components 48.29.0-snapshot-b4d1ee6 → 48.29.1

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 (789) hide show
  1. package/bottom-sheet/component.js +17 -27
  2. package/bottom-sheet/components/footer/Component.d.ts +0 -5
  3. package/bottom-sheet/components/footer/Component.js +5 -13
  4. package/bottom-sheet/components/footer/index.css +78 -9
  5. package/bottom-sheet/components/header/Component.d.ts +0 -3
  6. package/bottom-sheet/components/header/Component.js +7 -17
  7. package/bottom-sheet/components/header/index.css +9 -23
  8. package/bottom-sheet/cssm/component.js +17 -25
  9. package/bottom-sheet/cssm/components/footer/Component.d.ts +0 -5
  10. package/bottom-sheet/cssm/components/footer/Component.js +4 -10
  11. package/bottom-sheet/cssm/components/footer/index.module.css +78 -9
  12. package/bottom-sheet/cssm/components/header/Component.d.ts +0 -3
  13. package/bottom-sheet/cssm/components/header/Component.js +6 -14
  14. package/bottom-sheet/cssm/components/header/index.module.css +9 -25
  15. package/bottom-sheet/cssm/index.module.css +22 -21
  16. package/bottom-sheet/cssm/types.d.ts +2 -9
  17. package/bottom-sheet/cssm/utils.d.ts +1 -3
  18. package/bottom-sheet/cssm/utils.js +0 -5
  19. package/bottom-sheet/cssm/vars.css +2 -7
  20. package/bottom-sheet/esm/component.js +18 -28
  21. package/bottom-sheet/esm/components/footer/Component.d.ts +0 -5
  22. package/bottom-sheet/esm/components/footer/Component.js +5 -14
  23. package/bottom-sheet/esm/components/footer/index.css +78 -9
  24. package/bottom-sheet/esm/components/header/Component.d.ts +0 -3
  25. package/bottom-sheet/esm/components/header/Component.js +7 -18
  26. package/bottom-sheet/esm/components/header/index.css +9 -23
  27. package/bottom-sheet/esm/index.css +22 -21
  28. package/bottom-sheet/esm/types.d.ts +2 -9
  29. package/bottom-sheet/esm/utils.d.ts +1 -3
  30. package/bottom-sheet/esm/utils.js +1 -5
  31. package/bottom-sheet/index.css +22 -21
  32. package/bottom-sheet/modern/component.js +13 -24
  33. package/bottom-sheet/modern/components/footer/Component.d.ts +0 -5
  34. package/bottom-sheet/modern/components/footer/Component.js +4 -13
  35. package/bottom-sheet/modern/components/footer/index.css +78 -9
  36. package/bottom-sheet/modern/components/header/Component.d.ts +0 -3
  37. package/bottom-sheet/modern/components/header/Component.js +6 -17
  38. package/bottom-sheet/modern/components/header/index.css +9 -23
  39. package/bottom-sheet/modern/index.css +22 -21
  40. package/bottom-sheet/modern/types.d.ts +2 -9
  41. package/bottom-sheet/modern/utils.d.ts +1 -3
  42. package/bottom-sheet/modern/utils.js +1 -2
  43. package/bottom-sheet/moderncssm/component.js +13 -24
  44. package/bottom-sheet/moderncssm/components/footer/Component.d.ts +0 -5
  45. package/bottom-sheet/moderncssm/components/footer/Component.js +3 -8
  46. package/bottom-sheet/moderncssm/components/footer/index.module.css +26 -7
  47. package/bottom-sheet/moderncssm/components/header/Component.d.ts +0 -3
  48. package/bottom-sheet/moderncssm/components/header/Component.js +5 -12
  49. package/bottom-sheet/moderncssm/components/header/index.module.css +8 -27
  50. package/bottom-sheet/moderncssm/index.js +0 -6
  51. package/bottom-sheet/moderncssm/index.module.css +6 -8
  52. package/bottom-sheet/moderncssm/types.d.ts +2 -9
  53. package/bottom-sheet/moderncssm/utils.d.ts +1 -3
  54. package/bottom-sheet/moderncssm/utils.js +1 -2
  55. package/bottom-sheet/moderncssm/vars.css +2 -7
  56. package/bottom-sheet/types.d.ts +2 -9
  57. package/bottom-sheet/utils.d.ts +1 -3
  58. package/bottom-sheet/utils.js +0 -5
  59. package/calendar/components/calendar-mobile/Component.js +1 -1
  60. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  61. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  62. package/calendar/components/calendar-mobile/index.js +1 -1
  63. package/calendar/esm/Component.responsive.js +1 -1
  64. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  65. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  66. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  67. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  68. package/calendar/esm/index.js +1 -1
  69. package/calendar/esm/mobile/index.js +1 -1
  70. package/calendar/mobile/index.js +1 -1
  71. package/calendar/modern/Component.responsive.js +1 -1
  72. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  73. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  74. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  75. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  76. package/calendar/modern/index.js +1 -1
  77. package/calendar/modern/mobile/index.js +1 -1
  78. package/cdn-icon/cssm/hooks/use-icon.js +1 -1
  79. package/cdn-icon/esm/hooks/use-icon.js +1 -1
  80. package/cdn-icon/hooks/use-icon.js +1 -1
  81. package/cdn-icon/modern/hooks/use-icon.js +1 -1
  82. package/cdn-icon/moderncssm/hooks/use-icon.js +1 -1
  83. package/collapse/Component.d.ts +0 -5
  84. package/collapse/Component.js +3 -3
  85. package/collapse/cssm/Component.d.ts +0 -5
  86. package/collapse/cssm/Component.js +3 -3
  87. package/collapse/esm/Component.d.ts +0 -5
  88. package/collapse/esm/Component.js +3 -3
  89. package/collapse/modern/Component.d.ts +0 -5
  90. package/collapse/modern/Component.js +2 -2
  91. package/collapse/moderncssm/Component.d.ts +0 -5
  92. package/collapse/moderncssm/Component.js +2 -2
  93. package/confirmation/components/screens/initial/component.js +1 -1
  94. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  95. package/confirmation/esm/component.responsive.js +1 -1
  96. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  97. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  98. package/confirmation/esm/components/index.js +1 -1
  99. package/confirmation/esm/components/screens/index.js +1 -1
  100. package/confirmation/esm/components/screens/initial/component.js +1 -1
  101. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  102. package/confirmation/esm/components/screens/initial/index.js +1 -1
  103. package/confirmation/esm/desktop/component.desktop.js +1 -1
  104. package/confirmation/esm/desktop/index.js +1 -1
  105. package/confirmation/esm/index.js +1 -1
  106. package/confirmation/esm/mobile/component.mobile.js +1 -1
  107. package/confirmation/esm/mobile/index.js +1 -1
  108. package/confirmation/esm/shared/index.js +1 -1
  109. package/confirmation/modern/component.responsive.js +1 -1
  110. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  111. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  112. package/confirmation/modern/components/index.js +1 -1
  113. package/confirmation/modern/components/screens/index.js +1 -1
  114. package/confirmation/modern/components/screens/initial/component.js +1 -1
  115. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  116. package/confirmation/modern/components/screens/initial/index.js +1 -1
  117. package/confirmation/modern/desktop/component.desktop.js +1 -1
  118. package/confirmation/modern/desktop/index.js +1 -1
  119. package/confirmation/modern/index.js +1 -1
  120. package/confirmation/modern/mobile/component.mobile.js +1 -1
  121. package/confirmation/modern/mobile/index.js +1 -1
  122. package/confirmation/modern/shared/index.js +1 -1
  123. package/file-upload-item/components/actions-control/actions.js +1 -1
  124. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  125. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  126. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  127. package/file-upload-item/esm/Component.js +1 -1
  128. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  129. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  130. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  131. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  132. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  133. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  134. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  135. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  136. package/file-upload-item/esm/index.js +1 -1
  137. package/file-upload-item/modern/Component.js +1 -1
  138. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  139. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  140. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  141. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  142. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  143. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  144. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  145. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  146. package/file-upload-item/modern/index.js +1 -1
  147. package/gallery/components/image-viewer/component.js +1 -1
  148. package/gallery/components/image-viewer/hooks.js +1 -1
  149. package/gallery/components/image-viewer/single.js +1 -1
  150. package/gallery/components/image-viewer/slide.js +1 -1
  151. package/gallery/esm/Component.js +1 -1
  152. package/gallery/esm/components/image-viewer/component.js +1 -1
  153. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  154. package/gallery/esm/components/image-viewer/index.js +1 -1
  155. package/gallery/esm/components/image-viewer/single.js +1 -1
  156. package/gallery/esm/components/image-viewer/slide.js +1 -1
  157. package/gallery/esm/components/index.js +1 -1
  158. package/gallery/esm/index.js +1 -1
  159. package/gallery/modern/Component.js +1 -1
  160. package/gallery/modern/components/image-viewer/component.js +1 -1
  161. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  162. package/gallery/modern/components/image-viewer/index.js +1 -1
  163. package/gallery/modern/components/image-viewer/single.js +1 -1
  164. package/gallery/modern/components/image-viewer/slide.js +1 -1
  165. package/gallery/modern/components/index.js +1 -1
  166. package/gallery/modern/index.js +1 -1
  167. package/input-autocomplete/cssm/mobile/Component.mobile.js +1 -3
  168. package/input-autocomplete/esm/mobile/Component.mobile.js +1 -3
  169. package/input-autocomplete/mobile/Component.mobile.js +1 -3
  170. package/input-autocomplete/modern/mobile/Component.mobile.js +1 -7
  171. package/input-autocomplete/moderncssm/mobile/Component.mobile.js +1 -7
  172. package/international-phone-input/components/country-select/Component.js +0 -1
  173. package/international-phone-input/cssm/components/country-select/Component.js +0 -1
  174. package/international-phone-input/cssm/typings-d515b24c.d.ts +564 -17
  175. package/international-phone-input/esm/components/country-select/Component.js +0 -1
  176. package/international-phone-input/esm/typings-d515b24c.d.ts +1 -31
  177. package/international-phone-input/modern/components/country-select/Component.js +0 -1
  178. package/international-phone-input/modern/typings-d515b24c.d.ts +1 -31
  179. package/international-phone-input/moderncssm/components/country-select/Component.js +0 -1
  180. package/international-phone-input/moderncssm/typings-d515b24c.d.ts +1 -31
  181. package/international-phone-input/typings-d515b24c.d.ts +1 -31
  182. package/modal/components/controls/Component.js +1 -1
  183. package/modal/components/footer/Component.js +1 -1
  184. package/modal/esm/Component.responsive.js +1 -1
  185. package/modal/esm/components/controls/Component.js +1 -1
  186. package/modal/esm/components/controls/index.js +1 -1
  187. package/modal/esm/components/footer/Component.js +1 -1
  188. package/modal/esm/desktop/Component.desktop.js +1 -1
  189. package/modal/esm/desktop/index.js +1 -1
  190. package/modal/esm/index.js +1 -1
  191. package/modal/esm/mobile/Component.mobile.js +1 -1
  192. package/modal/esm/mobile/index.js +1 -1
  193. package/modal/modern/Component.responsive.js +1 -1
  194. package/modal/modern/components/controls/Component.js +1 -1
  195. package/modal/modern/components/controls/index.js +1 -1
  196. package/modal/modern/components/footer/Component.js +1 -1
  197. package/modal/modern/desktop/Component.desktop.js +1 -1
  198. package/modal/modern/desktop/index.js +1 -1
  199. package/modal/modern/index.js +1 -1
  200. package/modal/modern/mobile/Component.mobile.js +1 -1
  201. package/modal/modern/mobile/index.js +1 -1
  202. package/navigation-bar-private/Component.js +6 -6
  203. package/navigation-bar-private/components/back-arrow-addon/Component.d.ts +0 -5
  204. package/navigation-bar-private/components/back-arrow-addon/Component.js +3 -14
  205. package/navigation-bar-private/components/back-arrow-addon/index.css +18 -4
  206. package/navigation-bar-private/components/closer/default.css +0 -2
  207. package/navigation-bar-private/components/closer/inverted.css +0 -2
  208. package/navigation-bar-private/cssm/Component.js +6 -6
  209. package/navigation-bar-private/cssm/components/back-arrow-addon/Component.d.ts +0 -5
  210. package/navigation-bar-private/cssm/components/back-arrow-addon/Component.js +3 -12
  211. package/navigation-bar-private/cssm/components/back-arrow-addon/index.module.css +18 -4
  212. package/navigation-bar-private/cssm/components/closer/default.module.css +0 -2
  213. package/navigation-bar-private/cssm/components/closer/inverted.module.css +0 -2
  214. package/navigation-bar-private/cssm/types.d.ts +1 -10
  215. package/navigation-bar-private/cssm/vars.css +0 -2
  216. package/navigation-bar-private/esm/Component.js +6 -6
  217. package/navigation-bar-private/esm/components/back-arrow-addon/Component.d.ts +0 -5
  218. package/navigation-bar-private/esm/components/back-arrow-addon/Component.js +3 -14
  219. package/navigation-bar-private/esm/components/back-arrow-addon/index.css +18 -4
  220. package/navigation-bar-private/esm/components/closer/default.css +0 -2
  221. package/navigation-bar-private/esm/components/closer/inverted.css +0 -2
  222. package/navigation-bar-private/esm/types.d.ts +1 -10
  223. package/navigation-bar-private/modern/Component.js +4 -4
  224. package/navigation-bar-private/modern/components/back-arrow-addon/Component.d.ts +0 -5
  225. package/navigation-bar-private/modern/components/back-arrow-addon/Component.js +3 -14
  226. package/navigation-bar-private/modern/components/back-arrow-addon/index.css +18 -4
  227. package/navigation-bar-private/modern/components/closer/default.css +0 -2
  228. package/navigation-bar-private/modern/components/closer/inverted.css +0 -2
  229. package/navigation-bar-private/modern/types.d.ts +1 -10
  230. package/navigation-bar-private/moderncssm/Component.js +4 -6
  231. package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.d.ts +0 -5
  232. package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.js +3 -10
  233. package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.js +0 -2
  234. package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.module.css +16 -2
  235. package/navigation-bar-private/moderncssm/components/closer/default.module.css +0 -2
  236. package/navigation-bar-private/moderncssm/components/closer/inverted.module.css +0 -2
  237. package/navigation-bar-private/moderncssm/index.js +0 -2
  238. package/navigation-bar-private/moderncssm/shared/index.js +0 -2
  239. package/navigation-bar-private/moderncssm/types.d.ts +1 -10
  240. package/navigation-bar-private/moderncssm/vars.css +0 -2
  241. package/navigation-bar-private/types.d.ts +1 -10
  242. package/package.json +1 -1
  243. package/picker-button/cssm/Component-c44170fe.d.ts +2 -2
  244. package/picker-button/cssm/mobile/Component.mobile.js +1 -1
  245. package/picker-button/cssm/transformSize-ebda875c.d.ts +1 -1
  246. package/picker-button/cssm/typings-d515b24c.d.ts +1 -31
  247. package/picker-button/esm/mobile/Component.mobile.js +1 -1
  248. package/picker-button/esm/typings-d515b24c.d.ts +1 -31
  249. package/picker-button/mobile/Component.mobile.js +1 -1
  250. package/picker-button/modern/mobile/Component.mobile.js +0 -1
  251. package/picker-button/modern/typings-d515b24c.d.ts +1 -31
  252. package/picker-button/moderncssm/mobile/Component.mobile.js +0 -1
  253. package/picker-button/moderncssm/typings-d515b24c.d.ts +1 -31
  254. package/picker-button/typings-d515b24c.d.ts +1 -31
  255. package/plate/components/base-plate/Component.js +1 -1
  256. package/plate/cssm/index-785a2fbf.d.ts +1 -1
  257. package/plate/esm/Component.responsive.js +1 -1
  258. package/plate/esm/components/base-plate/Component.js +1 -1
  259. package/plate/esm/components/base-plate/index.js +1 -1
  260. package/plate/esm/desktop/Component.desktop.js +1 -1
  261. package/plate/esm/desktop/index.js +1 -1
  262. package/plate/esm/index-785a2fbf.d.ts +3 -3
  263. package/plate/esm/index.js +1 -1
  264. package/plate/esm/mobile/Component.mobile.js +1 -1
  265. package/plate/esm/mobile/index.js +1 -1
  266. package/plate/esm/shared/index.js +1 -1
  267. package/plate/esm/utils.js +1 -1
  268. package/plate/index-785a2fbf.d.ts +3 -3
  269. package/plate/modern/Component.responsive.js +1 -1
  270. package/plate/modern/components/base-plate/Component.js +1 -1
  271. package/plate/modern/components/base-plate/index.js +1 -1
  272. package/plate/modern/desktop/Component.desktop.js +1 -1
  273. package/plate/modern/desktop/index.js +1 -1
  274. package/plate/modern/index-785a2fbf.d.ts +3 -3
  275. package/plate/modern/index.js +1 -1
  276. package/plate/modern/mobile/Component.mobile.js +1 -1
  277. package/plate/modern/mobile/index.js +1 -1
  278. package/plate/modern/shared/index.js +1 -1
  279. package/plate/modern/utils.js +1 -1
  280. package/plate/moderncssm/index-785a2fbf.d.ts +1 -1
  281. package/plate/utils.js +1 -1
  282. package/pure-cell/component.js +1 -1
  283. package/pure-cell/components/addon/component.js +1 -1
  284. package/pure-cell/components/addon/index.d.ts +1 -1
  285. package/pure-cell/components/addon/index.js +1 -1
  286. package/pure-cell/components/amount/component.js +1 -1
  287. package/pure-cell/components/amount/index.d.ts +1 -1
  288. package/pure-cell/components/amount/index.js +1 -1
  289. package/pure-cell/components/amount-title/component.js +1 -1
  290. package/pure-cell/components/amount-title/index.d.ts +1 -1
  291. package/pure-cell/components/amount-title/index.js +1 -1
  292. package/pure-cell/components/category/component.js +1 -1
  293. package/pure-cell/components/category/index.d.ts +1 -1
  294. package/pure-cell/components/category/index.js +1 -1
  295. package/pure-cell/components/content/component.js +1 -1
  296. package/pure-cell/components/content/index.d.ts +1 -1
  297. package/pure-cell/components/content/index.js +1 -1
  298. package/pure-cell/components/footer/component.js +1 -1
  299. package/pure-cell/components/footer/index.d.ts +1 -1
  300. package/pure-cell/components/footer/index.js +1 -1
  301. package/pure-cell/components/footer-button/component.js +1 -1
  302. package/pure-cell/components/footer-button/index.d.ts +1 -1
  303. package/pure-cell/components/footer-button/index.js +1 -1
  304. package/pure-cell/components/footer-text/component.js +1 -1
  305. package/pure-cell/components/footer-text/index.d.ts +1 -1
  306. package/pure-cell/components/footer-text/index.js +1 -1
  307. package/pure-cell/components/graphics/component.js +1 -1
  308. package/pure-cell/components/graphics/index.d.ts +1 -1
  309. package/pure-cell/components/graphics/index.js +1 -1
  310. package/pure-cell/components/main/component.js +1 -1
  311. package/pure-cell/components/main/index.d.ts +1 -1
  312. package/pure-cell/components/main/index.js +1 -1
  313. package/pure-cell/components/text/component.js +1 -1
  314. package/pure-cell/components/text/index.d.ts +1 -1
  315. package/pure-cell/components/text/index.js +1 -1
  316. package/pure-cell/esm/component-3b563e70.d.ts +5 -5
  317. package/pure-cell/esm/component.js +1 -1
  318. package/pure-cell/esm/components/addon/component.js +1 -1
  319. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  320. package/pure-cell/esm/components/addon/index.js +1 -1
  321. package/pure-cell/esm/components/amount/component.js +1 -1
  322. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  323. package/pure-cell/esm/components/amount/index.js +1 -1
  324. package/pure-cell/esm/components/amount-title/component.js +1 -1
  325. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  326. package/pure-cell/esm/components/amount-title/index.js +1 -1
  327. package/pure-cell/esm/components/category/component.js +1 -1
  328. package/pure-cell/esm/components/category/index.d.ts +1 -1
  329. package/pure-cell/esm/components/category/index.js +1 -1
  330. package/pure-cell/esm/components/content/component.js +1 -1
  331. package/pure-cell/esm/components/content/index.d.ts +1 -1
  332. package/pure-cell/esm/components/content/index.js +1 -1
  333. package/pure-cell/esm/components/footer/component.js +1 -1
  334. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  335. package/pure-cell/esm/components/footer/index.js +1 -1
  336. package/pure-cell/esm/components/footer-button/component.js +1 -1
  337. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  338. package/pure-cell/esm/components/footer-button/index.js +1 -1
  339. package/pure-cell/esm/components/footer-text/component.js +1 -1
  340. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  341. package/pure-cell/esm/components/footer-text/index.js +1 -1
  342. package/pure-cell/esm/components/graphics/component.js +1 -1
  343. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  344. package/pure-cell/esm/components/graphics/index.js +1 -1
  345. package/pure-cell/esm/components/main/component.js +1 -1
  346. package/pure-cell/esm/components/main/index.d.ts +1 -1
  347. package/pure-cell/esm/components/main/index.js +1 -1
  348. package/pure-cell/esm/components/text/component.js +1 -1
  349. package/pure-cell/esm/components/text/index.d.ts +1 -1
  350. package/pure-cell/esm/components/text/index.js +1 -1
  351. package/pure-cell/esm/index.js +1 -1
  352. package/pure-cell/index.js +1 -1
  353. package/pure-cell/modern/component.js +1 -1
  354. package/pure-cell/modern/components/addon/component.js +1 -1
  355. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  356. package/pure-cell/modern/components/addon/index.js +1 -1
  357. package/pure-cell/modern/components/amount/component.js +1 -1
  358. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  359. package/pure-cell/modern/components/amount/index.js +1 -1
  360. package/pure-cell/modern/components/amount-title/component.js +1 -1
  361. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  362. package/pure-cell/modern/components/amount-title/index.js +1 -1
  363. package/pure-cell/modern/components/category/component.js +1 -1
  364. package/pure-cell/modern/components/category/index.d.ts +1 -1
  365. package/pure-cell/modern/components/category/index.js +1 -1
  366. package/pure-cell/modern/components/content/component.js +1 -1
  367. package/pure-cell/modern/components/content/index.d.ts +1 -1
  368. package/pure-cell/modern/components/content/index.js +1 -1
  369. package/pure-cell/modern/components/footer/component.js +1 -1
  370. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  371. package/pure-cell/modern/components/footer/index.js +1 -1
  372. package/pure-cell/modern/components/footer-button/component.js +1 -1
  373. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  374. package/pure-cell/modern/components/footer-button/index.js +1 -1
  375. package/pure-cell/modern/components/footer-text/component.js +1 -1
  376. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  377. package/pure-cell/modern/components/footer-text/index.js +1 -1
  378. package/pure-cell/modern/components/graphics/component.js +1 -1
  379. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  380. package/pure-cell/modern/components/graphics/index.js +1 -1
  381. package/pure-cell/modern/components/main/component.js +1 -1
  382. package/pure-cell/modern/components/main/index.d.ts +1 -1
  383. package/pure-cell/modern/components/main/index.js +1 -1
  384. package/pure-cell/modern/components/text/component.js +1 -1
  385. package/pure-cell/modern/components/text/index.d.ts +1 -1
  386. package/pure-cell/modern/components/text/index.js +1 -1
  387. package/pure-cell/modern/index.js +1 -1
  388. package/select/components/base-select/Component.js +2 -2
  389. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  390. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  391. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  392. package/select/cssm/mobile/Component.mobile.js +1 -1
  393. package/select/esm/Component.responsive.js +3 -3
  394. package/select/esm/components/base-select/Component.js +2 -2
  395. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  396. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  397. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  398. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  399. package/select/esm/components/base-select/index.js +2 -2
  400. package/select/esm/components/index.js +2 -2
  401. package/select/esm/desktop/Component.desktop.js +2 -2
  402. package/select/esm/desktop/index.js +2 -2
  403. package/select/esm/index.js +3 -3
  404. package/select/esm/mobile/Component.mobile.js +4 -4
  405. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  406. package/select/esm/mobile/index.js +3 -3
  407. package/select/esm/presets/index.js +1 -1
  408. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  409. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  410. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  411. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  412. package/select/esm/shared/index.js +3 -3
  413. package/select/mobile/Component.mobile.js +2 -2
  414. package/select/modern/Component.responsive.js +3 -3
  415. package/select/modern/components/base-select/Component.js +2 -2
  416. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  417. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  418. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  419. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  420. package/select/modern/components/base-select/index.js +2 -2
  421. package/select/modern/components/index.js +2 -2
  422. package/select/modern/desktop/Component.desktop.js +2 -2
  423. package/select/modern/desktop/index.js +2 -2
  424. package/select/modern/index.js +3 -3
  425. package/select/modern/mobile/Component.mobile.js +3 -4
  426. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  427. package/select/modern/mobile/index.js +3 -3
  428. package/select/modern/presets/index.js +1 -1
  429. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  430. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  431. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  432. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  433. package/select/modern/shared/index.js +3 -3
  434. package/select/moderncssm/mobile/Component.mobile.js +0 -1
  435. package/select/presets/index.js +1 -1
  436. package/select/presets/useSelectWithApply/hook.js +1 -1
  437. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  438. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  439. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  440. package/select/shared/index.js +1 -1
  441. package/select-with-tags/components/base-select-with-tags/Component.js +0 -1
  442. package/select-with-tags/cssm/components/base-select-with-tags/Component.js +0 -1
  443. package/select-with-tags/esm/components/base-select-with-tags/Component.js +0 -1
  444. package/select-with-tags/modern/components/base-select-with-tags/Component.js +0 -1
  445. package/select-with-tags/moderncssm/components/base-select-with-tags/Component.js +0 -1
  446. package/shared/cssm/get-color-var/color-mapper.js +6 -0
  447. package/shared/cssm/get-color-var/types.d.ts +1 -1
  448. package/shared/esm/get-color-var/color-mapper.js +6 -0
  449. package/shared/esm/get-color-var/types.d.ts +1 -1
  450. package/shared/get-color-var/color-mapper.js +6 -0
  451. package/shared/get-color-var/types.d.ts +1 -1
  452. package/shared/modern/get-color-var/color-mapper.js +6 -0
  453. package/shared/modern/get-color-var/types.d.ts +1 -1
  454. package/shared/moderncssm/get-color-var/color-mapper.js +6 -0
  455. package/shared/moderncssm/get-color-var/types.d.ts +1 -1
  456. package/side-panel/components/controls/Component.js +1 -1
  457. package/side-panel/components/footer/Component.js +1 -1
  458. package/side-panel/esm/Component.responsive.js +1 -1
  459. package/side-panel/esm/components/controls/Component.js +1 -1
  460. package/side-panel/esm/components/controls/index.js +1 -1
  461. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  462. package/side-panel/esm/components/footer/Component.js +1 -1
  463. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  464. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  465. package/side-panel/esm/desktop/index.js +1 -1
  466. package/side-panel/esm/index.js +1 -1
  467. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  468. package/side-panel/esm/mobile/index.js +1 -1
  469. package/side-panel/modern/Component.responsive.js +1 -1
  470. package/side-panel/modern/components/controls/Component.js +1 -1
  471. package/side-panel/modern/components/controls/index.js +1 -1
  472. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  473. package/side-panel/modern/components/footer/Component.js +1 -1
  474. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  475. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  476. package/side-panel/modern/desktop/index.js +1 -1
  477. package/side-panel/modern/index.js +1 -1
  478. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  479. package/side-panel/modern/mobile/index.js +1 -1
  480. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  481. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  482. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  483. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  484. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  485. package/tabs/esm/collapsible/index.js +1 -1
  486. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  487. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  488. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  489. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  490. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  491. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  492. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  493. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  494. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  495. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  496. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  497. package/tabs/esm/desktop/index.js +2 -2
  498. package/tabs/esm/index.js +2 -2
  499. package/tabs/esm/mobile/index.js +2 -2
  500. package/tabs/modern/collapsible/index.js +1 -1
  501. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  502. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  503. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  504. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  505. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  506. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  507. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  508. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  509. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  510. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  511. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  512. package/tabs/modern/desktop/index.js +2 -2
  513. package/tabs/modern/index.js +2 -2
  514. package/tabs/modern/mobile/index.js +2 -2
  515. package/textarea/Component.js +1 -1
  516. package/textarea/components/PseudoTextArea.js +1 -1
  517. package/textarea/components/index.d.ts +1 -1
  518. package/textarea/components/index.js +1 -1
  519. package/textarea/esm/Component.js +1 -1
  520. package/textarea/esm/components/PseudoTextArea.js +1 -1
  521. package/textarea/esm/components/index.d.ts +1 -1
  522. package/textarea/esm/components/index.js +1 -1
  523. package/textarea/esm/index.js +1 -1
  524. package/textarea/modern/Component.js +1 -1
  525. package/textarea/modern/components/PseudoTextArea.js +1 -1
  526. package/textarea/modern/components/index.d.ts +1 -1
  527. package/textarea/modern/components/index.js +1 -1
  528. package/textarea/modern/index.js +1 -1
  529. package/textarea/moderncssm/Component.d.ts +1 -1
  530. package/themes/bottom-sheet/click.css +3 -0
  531. package/themes/bottom-sheet/intranet.css +3 -0
  532. package/themes/bottom-sheet/mobile.css +4 -0
  533. package/themes/bottom-sheet/site.css +3 -0
  534. package/themes/click.css +3 -0
  535. package/themes/click.d.ts +1 -1
  536. package/themes/click.js +1 -1
  537. package/themes/compiled/mobile-dark-bluetint.css +436 -455
  538. package/themes/compiled/mobile-dark-bluetint.d.ts +1 -1
  539. package/themes/compiled/mobile-dark-bluetint.js +1 -1
  540. package/themes/esm/click.d.ts +1 -1
  541. package/themes/esm/click.js +1 -1
  542. package/themes/esm/compiled/mobile-dark-bluetint.d.ts +1 -1
  543. package/themes/esm/compiled/mobile-dark-bluetint.js +1 -1
  544. package/themes/esm/intranet.d.ts +1 -1
  545. package/themes/esm/intranet.js +1 -1
  546. package/themes/esm/mobile.d.ts +1 -1
  547. package/themes/esm/mobile.js +1 -1
  548. package/themes/esm/site.d.ts +1 -1
  549. package/themes/esm/site.js +1 -1
  550. package/themes/intranet.css +1 -0
  551. package/themes/intranet.d.ts +1 -1
  552. package/themes/intranet.js +1 -1
  553. package/themes/mixins/bottom-sheet/click.css +3 -0
  554. package/themes/mixins/bottom-sheet/intranet.css +3 -0
  555. package/themes/mixins/bottom-sheet/mobile.css +4 -0
  556. package/themes/mixins/bottom-sheet/site.css +3 -0
  557. package/themes/mixins/intranet.css +2 -0
  558. package/themes/mixins/mobile.css +2 -0
  559. package/themes/mixins/site.css +2 -0
  560. package/themes/mobile.css +2 -0
  561. package/themes/mobile.d.ts +1 -1
  562. package/themes/mobile.js +1 -1
  563. package/themes/modern/click.d.ts +1 -1
  564. package/themes/modern/click.js +3 -0
  565. package/themes/modern/compiled/mobile-dark-bluetint.d.ts +1 -1
  566. package/themes/modern/compiled/mobile-dark-bluetint.js +436 -455
  567. package/themes/modern/intranet.d.ts +1 -1
  568. package/themes/modern/intranet.js +1 -0
  569. package/themes/modern/mobile.d.ts +1 -1
  570. package/themes/modern/mobile.js +2 -0
  571. package/themes/modern/site.d.ts +1 -1
  572. package/themes/modern/site.js +1 -0
  573. package/themes/site.css +1 -0
  574. package/themes/site.d.ts +1 -1
  575. package/themes/site.js +1 -1
  576. package/tooltip/cssm/mobile/Component.mobile.js +1 -1
  577. package/tooltip/esm/mobile/Component.mobile.js +1 -1
  578. package/tooltip/mobile/Component.mobile.js +1 -1
  579. package/tooltip/modern/mobile/Component.mobile.js +1 -1
  580. package/tooltip/moderncssm/mobile/Component.mobile.js +1 -1
  581. package/typography/cssm/text/alfasans-index.module.css +16 -0
  582. package/typography/esm/component.js +2 -2
  583. package/typography/esm/index.js +2 -2
  584. package/typography/esm/text/component.js +1 -1
  585. package/typography/esm/text/index.js +1 -1
  586. package/typography/esm/title/component.js +1 -1
  587. package/typography/esm/title/index.js +2 -2
  588. package/typography/esm/title-mobile/component.js +2 -2
  589. package/typography/esm/title-mobile/index.js +2 -2
  590. package/typography/esm/title-responsive/component.js +2 -2
  591. package/typography/esm/title-responsive/index.js +2 -2
  592. package/typography/modern/component.js +2 -2
  593. package/typography/modern/index.js +2 -2
  594. package/typography/modern/text/component.js +1 -1
  595. package/typography/modern/text/index.js +1 -1
  596. package/typography/modern/title/component.js +1 -1
  597. package/typography/modern/title/index.js +2 -2
  598. package/typography/modern/title-mobile/component.js +2 -2
  599. package/typography/modern/title-mobile/index.js +2 -2
  600. package/typography/modern/title-responsive/component.js +2 -2
  601. package/typography/modern/title-responsive/index.js +2 -2
  602. package/typography/moderncssm/title/alfasans-index.module.css +0 -10
  603. package/typography/text/component.js +1 -1
  604. package/typography/title/component.d.ts +1 -1
  605. package/typography/title/component.js +1 -1
  606. package/typography/title/index.d.ts +1 -1
  607. package/typography/title/index.js +1 -1
  608. package/typography/title-mobile/component.d.ts +1 -1
  609. package/typography/title-mobile/component.js +1 -1
  610. package/typography/title-responsive/component.d.ts +1 -1
  611. package/underlay/Component.js +1 -1
  612. package/underlay/cssm/index.module.css +13 -13
  613. package/underlay/esm/Component.js +1 -1
  614. package/underlay/esm/index.css +13 -13
  615. package/underlay/esm/index.js +1 -1
  616. package/underlay/esm/utils/getBorderCorners.js +1 -1
  617. package/underlay/esm/utils/getClasses.js +1 -1
  618. package/underlay/index.css +13 -13
  619. package/underlay/modern/Component.js +1 -1
  620. package/underlay/modern/index.css +13 -13
  621. package/underlay/modern/index.js +1 -1
  622. package/underlay/modern/utils/getBorderCorners.js +1 -1
  623. package/underlay/modern/utils/getClasses.js +1 -1
  624. package/underlay/moderncssm/index.module.css +1 -1
  625. package/underlay/utils/getBorderCorners.js +1 -1
  626. package/underlay/utils/getClasses.js +1 -1
  627. package/universal-date-input/cssm/index-5712fce2.d.ts +0 -14
  628. package/universal-date-input/esm/index-5712fce2.d.ts +0 -14
  629. package/universal-date-input/index-5712fce2.d.ts +0 -14
  630. package/universal-date-input/modern/index-5712fce2.d.ts +0 -14
  631. package/universal-date-input/moderncssm/index-5712fce2.d.ts +0 -14
  632. package/universal-modal/Component.responsive.d.ts +4 -4
  633. package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
  634. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  635. package/universal-modal/desktop/Component.desktop.d.ts +2 -2
  636. package/universal-modal/desktop/components/center-modal/center-modal.d.ts +1 -1
  637. package/universal-modal/desktop/components/side-modal/side-modal.d.ts +1 -1
  638. package/universal-modal/esm/Component.responsive.d.ts +4 -4
  639. package/universal-modal/esm/Component.responsive.js +1 -1
  640. package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
  641. package/universal-modal/esm/components/header/index.js +1 -1
  642. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  643. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  644. package/universal-modal/esm/desktop/Component.desktop.d.ts +2 -2
  645. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  646. package/universal-modal/esm/desktop/components/center-modal/center-modal.d.ts +1 -1
  647. package/universal-modal/esm/desktop/components/side-modal/side-modal.d.ts +1 -1
  648. package/universal-modal/esm/desktop/index.js +1 -1
  649. package/universal-modal/esm/index.js +1 -1
  650. package/universal-modal/esm/mobile/Component.mobile.d.ts +2 -2
  651. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  652. package/universal-modal/esm/mobile/index.js +1 -1
  653. package/universal-modal/mobile/Component.mobile.d.ts +2 -2
  654. package/universal-modal/modern/Component.responsive.d.ts +4 -4
  655. package/universal-modal/modern/Component.responsive.js +1 -1
  656. package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
  657. package/universal-modal/modern/components/header/index.js +1 -1
  658. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  659. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  660. package/universal-modal/modern/desktop/Component.desktop.d.ts +2 -2
  661. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  662. package/universal-modal/modern/desktop/components/center-modal/center-modal.d.ts +1 -1
  663. package/universal-modal/modern/desktop/components/side-modal/side-modal.d.ts +1 -1
  664. package/universal-modal/modern/desktop/index.js +1 -1
  665. package/universal-modal/modern/index.js +1 -1
  666. package/universal-modal/modern/mobile/Component.mobile.d.ts +2 -2
  667. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  668. package/universal-modal/modern/mobile/index.js +1 -1
  669. package/vars/mixins.css +1 -1
  670. package/bottom-sheet/components/footer/default.css +0 -45
  671. package/bottom-sheet/components/footer/inverted.css +0 -45
  672. package/bottom-sheet/components/header/default.css +0 -46
  673. package/bottom-sheet/components/header/inverted.css +0 -46
  674. package/bottom-sheet/cssm/components/footer/default.module.css +0 -44
  675. package/bottom-sheet/cssm/components/footer/inverted.module.css +0 -44
  676. package/bottom-sheet/cssm/components/header/default.module.css +0 -45
  677. package/bottom-sheet/cssm/components/header/inverted.module.css +0 -45
  678. package/bottom-sheet/cssm/default.module.css +0 -47
  679. package/bottom-sheet/cssm/inverted.module.css +0 -47
  680. package/bottom-sheet/default.css +0 -48
  681. package/bottom-sheet/esm/components/footer/default.css +0 -45
  682. package/bottom-sheet/esm/components/footer/inverted.css +0 -45
  683. package/bottom-sheet/esm/components/header/default.css +0 -46
  684. package/bottom-sheet/esm/components/header/inverted.css +0 -46
  685. package/bottom-sheet/esm/default.css +0 -48
  686. package/bottom-sheet/esm/inverted.css +0 -48
  687. package/bottom-sheet/inverted.css +0 -48
  688. package/bottom-sheet/modern/components/footer/default.css +0 -45
  689. package/bottom-sheet/modern/components/footer/inverted.css +0 -45
  690. package/bottom-sheet/modern/components/header/default.css +0 -46
  691. package/bottom-sheet/modern/components/header/inverted.css +0 -46
  692. package/bottom-sheet/modern/default.css +0 -48
  693. package/bottom-sheet/modern/inverted.css +0 -48
  694. package/bottom-sheet/moderncssm/components/footer/default.module.css +0 -22
  695. package/bottom-sheet/moderncssm/components/footer/inverted.module.css +0 -22
  696. package/bottom-sheet/moderncssm/components/header/default.module.css +0 -26
  697. package/bottom-sheet/moderncssm/components/header/inverted.module.css +0 -26
  698. package/bottom-sheet/moderncssm/default.module.css +0 -27
  699. package/bottom-sheet/moderncssm/inverted.module.css +0 -27
  700. package/international-phone-input/cssm/index-235f6347.d.ts +0 -291
  701. package/international-phone-input/cssm/types-464d40a4.d.ts +0 -300
  702. package/navigation-bar-private/components/back-arrow-addon/default.css +0 -75
  703. package/navigation-bar-private/components/back-arrow-addon/inverted.css +0 -77
  704. package/navigation-bar-private/cssm/components/back-arrow-addon/default.module.css +0 -74
  705. package/navigation-bar-private/cssm/components/back-arrow-addon/inverted.module.css +0 -76
  706. package/navigation-bar-private/esm/components/back-arrow-addon/default.css +0 -75
  707. package/navigation-bar-private/esm/components/back-arrow-addon/inverted.css +0 -77
  708. package/navigation-bar-private/modern/components/back-arrow-addon/default.css +0 -75
  709. package/navigation-bar-private/modern/components/back-arrow-addon/inverted.css +0 -77
  710. package/navigation-bar-private/moderncssm/components/back-arrow-addon/default.module.css +0 -35
  711. package/navigation-bar-private/moderncssm/components/back-arrow-addon/inverted.module.css +0 -37
  712. /package/calendar/{calendarMonthOnlyView-16b5dcd3.d.ts → calendarMonthOnlyView-8f65fc83.d.ts} +0 -0
  713. /package/calendar/{calendarMonthOnlyView-16b5dcd3.js → calendarMonthOnlyView-8f65fc83.js} +0 -0
  714. /package/calendar/esm/{calendarMonthOnlyView-b0a0229f.d.ts → calendarMonthOnlyView-61641683.d.ts} +0 -0
  715. /package/calendar/esm/{calendarMonthOnlyView-b0a0229f.js → calendarMonthOnlyView-61641683.js} +0 -0
  716. /package/calendar/modern/{calendarMonthOnlyView-5a7b8b21.d.ts → calendarMonthOnlyView-b59127e7.d.ts} +0 -0
  717. /package/calendar/modern/{calendarMonthOnlyView-5a7b8b21.js → calendarMonthOnlyView-b59127e7.js} +0 -0
  718. /package/confirmation/{countdown-section-9a9515cd.d.ts → countdown-section-3af93f30.d.ts} +0 -0
  719. /package/confirmation/{countdown-section-9a9515cd.js → countdown-section-3af93f30.js} +0 -0
  720. /package/confirmation/esm/{countdown-section-ae9348ec.d.ts → countdown-section-7ea7648f.d.ts} +0 -0
  721. /package/confirmation/esm/{countdown-section-ae9348ec.js → countdown-section-7ea7648f.js} +0 -0
  722. /package/confirmation/modern/{countdown-section-77fe4bb7.d.ts → countdown-section-152e8899.d.ts} +0 -0
  723. /package/confirmation/modern/{countdown-section-77fe4bb7.js → countdown-section-152e8899.js} +0 -0
  724. /package/file-upload-item/{actions-control.module-d0ef1eb5.js → actions-control.module-e49d99f9.js} +0 -0
  725. /package/file-upload-item/esm/{actions-control.module-208119bf.js → actions-control.module-59f3efe0.js} +0 -0
  726. /package/file-upload-item/modern/{actions-control.module-9765d740.js → actions-control.module-31ae7e6a.js} +0 -0
  727. /package/gallery/esm/{hooks-0750407c.d.ts → hooks-3ba70bfe.d.ts} +0 -0
  728. /package/gallery/esm/{hooks-0750407c.js → hooks-3ba70bfe.js} +0 -0
  729. /package/gallery/{hooks-a2794cd9.d.ts → hooks-f548e8aa.d.ts} +0 -0
  730. /package/gallery/{hooks-a2794cd9.js → hooks-f548e8aa.js} +0 -0
  731. /package/gallery/modern/{hooks-86736163.d.ts → hooks-35166014.d.ts} +0 -0
  732. /package/gallery/modern/{hooks-86736163.js → hooks-35166014.js} +0 -0
  733. /package/modal/esm/{layout.module-6d36fed2.js → layout.module-38b6619a.js} +0 -0
  734. /package/modal/{layout.module-51ca7239.js → layout.module-6779a703.js} +0 -0
  735. /package/modal/modern/{layout.module-25ef6209.js → layout.module-56d5d2b1.js} +0 -0
  736. /package/plate/esm/{warning-f18d6331.d.ts → warning-88ac8fba.d.ts} +0 -0
  737. /package/plate/esm/{warning-f18d6331.js → warning-88ac8fba.js} +0 -0
  738. /package/plate/modern/{warning-747dae8c.d.ts → warning-95a104f3.d.ts} +0 -0
  739. /package/plate/modern/{warning-747dae8c.js → warning-95a104f3.js} +0 -0
  740. /package/plate/{warning-f0dda7b9.d.ts → warning-1d0b6fb3.d.ts} +0 -0
  741. /package/plate/{warning-f0dda7b9.js → warning-1d0b6fb3.js} +0 -0
  742. /package/pure-cell/{component-175ec844.d.ts → component-57ff0578.d.ts} +0 -0
  743. /package/pure-cell/{component-175ec844.js → component-57ff0578.js} +0 -0
  744. /package/pure-cell/esm/{component-cb79e2d3.d.ts → component-46c094e5.d.ts} +0 -0
  745. /package/pure-cell/esm/{component-cb79e2d3.js → component-46c094e5.js} +0 -0
  746. /package/pure-cell/modern/{component-83d506c4.d.ts → component-fdd15f6a.d.ts} +0 -0
  747. /package/pure-cell/modern/{component-83d506c4.js → component-fdd15f6a.js} +0 -0
  748. /package/select/esm/{hook-268f991d.d.ts → hook-63ca9082.d.ts} +0 -0
  749. /package/select/esm/{hook-268f991d.js → hook-63ca9082.js} +0 -0
  750. /package/select/esm/{list-popover-desktop-48e84237.d.ts → list-popover-desktop-a02fb4f6.d.ts} +0 -0
  751. /package/select/esm/{list-popover-desktop-48e84237.js → list-popover-desktop-a02fb4f6.js} +0 -0
  752. /package/select/esm/{mobile.module-0c210cb6.js → mobile.module-7dfaf1d3.js} +0 -0
  753. /package/select/{hook-10786da9.d.ts → hook-1c0009d1.d.ts} +0 -0
  754. /package/select/{hook-10786da9.js → hook-1c0009d1.js} +0 -0
  755. /package/select/{list-popover-desktop-13b35fdd.d.ts → list-popover-desktop-87c613fe.d.ts} +0 -0
  756. /package/select/{list-popover-desktop-13b35fdd.js → list-popover-desktop-87c613fe.js} +0 -0
  757. /package/select/{mobile.module-e4bd11ea.js → mobile.module-0f9323cd.js} +0 -0
  758. /package/select/modern/{hook-3472f893.d.ts → hook-9a056fcb.d.ts} +0 -0
  759. /package/select/modern/{hook-3472f893.js → hook-9a056fcb.js} +0 -0
  760. /package/select/modern/{list-popover-desktop-d5ee8b7a.d.ts → list-popover-desktop-c86232bb.d.ts} +0 -0
  761. /package/select/modern/{list-popover-desktop-d5ee8b7a.js → list-popover-desktop-c86232bb.js} +0 -0
  762. /package/select/modern/{mobile.module-aad1be1b.js → mobile.module-852f10c5.js} +0 -0
  763. /package/side-panel/esm/{layout.module-39c27a97.js → layout.module-92d8fe8b.js} +0 -0
  764. /package/side-panel/{layout.module-7161ee12.js → layout.module-b5c8a916.js} +0 -0
  765. /package/side-panel/modern/{layout.module-0566e711.js → layout.module-93bb2b7d.js} +0 -0
  766. /package/tabs/esm/{index.module-71c7b809.js → index.module-1badd6fb.js} +0 -0
  767. /package/tabs/esm/{index.module-c7b1270c.js → index.module-d4d76e8c.js} +0 -0
  768. /package/tabs/{index.module-01c05e46.js → index.module-42efbe51.js} +0 -0
  769. /package/tabs/{index.module-59aefec7.js → index.module-d587cdf0.js} +0 -0
  770. /package/tabs/modern/{index.module-2e43b405.js → index.module-4b1c5ce2.js} +0 -0
  771. /package/tabs/modern/{index.module-770b3536.js → index.module-edda29c6.js} +0 -0
  772. /package/textarea/{PseudoTextArea-dd409104.d.ts → PseudoTextArea-1238b412.d.ts} +0 -0
  773. /package/textarea/{PseudoTextArea-dd409104.js → PseudoTextArea-1238b412.js} +0 -0
  774. /package/textarea/esm/{PseudoTextArea-e29c54ee.d.ts → PseudoTextArea-cc16f9b9.d.ts} +0 -0
  775. /package/textarea/esm/{PseudoTextArea-e29c54ee.js → PseudoTextArea-cc16f9b9.js} +0 -0
  776. /package/textarea/modern/{PseudoTextArea-397dd01e.d.ts → PseudoTextArea-5871ec18.d.ts} +0 -0
  777. /package/textarea/modern/{PseudoTextArea-397dd01e.js → PseudoTextArea-5871ec18.js} +0 -0
  778. /package/typography/{colors.module-dc8371a3.js → colors.module-2045f1bb.js} +0 -0
  779. /package/typography/{common.module-bea9ba51.js → common.module-168ead67.js} +0 -0
  780. /package/typography/esm/{colors.module-e811f915.js → colors.module-ef457733.js} +0 -0
  781. /package/typography/esm/{common.module-d5b2820c.js → common.module-0347a864.js} +0 -0
  782. /package/typography/modern/{colors.module-8efe43eb.js → colors.module-d328b0bd.js} +0 -0
  783. /package/typography/modern/{common.module-c5b13a6a.js → common.module-619479fc.js} +0 -0
  784. /package/underlay/esm/{index.module-0952e8df.js → index.module-cca3b871.js} +0 -0
  785. /package/underlay/{index.module-749d95bc.js → index.module-85882065.js} +0 -0
  786. /package/underlay/modern/{index.module-5f1b2ac1.js → index.module-39af6e8f.js} +0 -0
  787. /package/universal-modal/esm/{index.module-99cff4af.js → index.module-c2910958.js} +0 -0
  788. /package/universal-modal/{index.module-0216533a.js → index.module-5a21f3b2.js} +0 -0
  789. /package/universal-modal/modern/{index.module-f6691090.js → index.module-72a2cc50.js} +0 -0
@@ -1,20 +1,5 @@
1
- .backdrop__backdrop_10lfj {
2
- -webkit-tap-highlight-color: transparent;
3
- } .backdrop__appear_10lfj,
4
- .backdrop__enter_10lfj {
5
- background-color: transparent;
6
- } .backdrop__appearActive_10lfj,
7
- .backdrop__enterActive_10lfj,
8
- .backdrop__appearDone_10lfj,
9
- .backdrop__enterDone_10lfj {
10
- background-color: rgba(0, 0, 0, 0.7);
11
- } .backdrop__exit_10lfj {
12
- background-color: rgba(0, 0, 0, 0.7);
13
- } .backdrop__exitActive_10lfj,
14
- .backdrop__exitDone_10lfj {
15
- background-color: transparent;
16
- } .backdrop__transparent_10lfj.backdrop__transparent_10lfj {
17
- background-color: transparent;
1
+ .divider__component_ip3af {
2
+ border-bottom: 1px solid #353539;
18
3
  }.card-image__cardImage_ll3kr {
19
4
  background: #e7e8ea;
20
5
  } .card-image__loaded_ll3kr {
@@ -79,8 +64,23 @@
79
64
  background-color: rgba(255, 255, 255, 0.94);
80
65
  } .badge__dot_120dx.badge__outlineCount_120dx {
81
66
  border: 1px solid rgba(3, 3, 6, 0.88);
82
- }.divider__component_ip3af {
83
- border-bottom: 1px solid #353539;
67
+ }.backdrop__backdrop_10lfj {
68
+ -webkit-tap-highlight-color: transparent;
69
+ } .backdrop__appear_10lfj,
70
+ .backdrop__enter_10lfj {
71
+ background-color: transparent;
72
+ } .backdrop__appearActive_10lfj,
73
+ .backdrop__enterActive_10lfj,
74
+ .backdrop__appearDone_10lfj,
75
+ .backdrop__enterDone_10lfj {
76
+ background-color: rgba(0, 0, 0, 0.7);
77
+ } .backdrop__exit_10lfj {
78
+ background-color: rgba(0, 0, 0, 0.7);
79
+ } .backdrop__exitActive_10lfj,
80
+ .backdrop__exitDone_10lfj {
81
+ background-color: transparent;
82
+ } .backdrop__transparent_10lfj.backdrop__transparent_10lfj {
83
+ background-color: transparent;
84
84
  }.dropzone__component_1ta7y {
85
85
  border: 1px dashed rgba(255, 255, 255, 0.94);
86
86
  } .dropzone__component_1ta7y:not(.dropzone__disabled_1ta7y):hover {
@@ -294,7 +294,32 @@
294
294
  background-color: rgba(9, 12, 37, 0.28);
295
295
  } .scrollbar__component_o7sjm.dragging .track .scrollbar.visible:before {
296
296
  background-color: rgba(4, 4, 21, 0.47);
297
- }.segmented-control__wrapper_v4ab2 {
297
+ }.skeleton__component_178a3 {
298
+ background: rgba(214, 214, 229, 0.07);
299
+ } @keyframes skeleton__background_178a3 {
300
+ 0% {
301
+ background: rgba(214, 214, 229, 0.07);
302
+ }
303
+ 100% {
304
+ background: rgba(222, 222, 238, 0.13);
305
+ }
306
+ }
307
+ .skeleton__component_1skbv {
308
+ color: transparent
309
+ } .skeleton__component_1skbv:before {
310
+ background: transparent;
311
+ }
312
+ .skeleton__component_qenue {
313
+ background: rgba(38, 55, 88, 0.06);
314
+ } @keyframes skeleton__background-inverted_qenue {
315
+ 0% {
316
+ background: rgba(38, 55, 88, 0.06);
317
+ }
318
+ 100% {
319
+ background: rgba(15, 25, 55, 0.1);
320
+ }
321
+ }
322
+ .segmented-control__wrapper_v4ab2 {
298
323
  background-color: rgba(225, 225, 248, 0.09);
299
324
  } .segmented-control__segment_v4ab2.segmented-control__selected_v4ab2 {
300
325
  color: rgba(255, 255, 255, 0.94);
@@ -328,32 +353,7 @@
328
353
  color: rgba(3, 3, 6, 0.88)
329
354
  } .segmented-control__segment_1qjhk:not(:first-child):before {
330
355
  background-color: rgba(15, 25, 55, 0.1);
331
- }.skeleton__component_178a3 {
332
- background: rgba(214, 214, 229, 0.07);
333
- } @keyframes skeleton__background_178a3 {
334
- 0% {
335
- background: rgba(214, 214, 229, 0.07);
336
- }
337
- 100% {
338
- background: rgba(222, 222, 238, 0.13);
339
- }
340
- }
341
- .skeleton__component_1skbv {
342
- color: transparent
343
- } .skeleton__component_1skbv:before {
344
- background: transparent;
345
- }
346
- .skeleton__component_qenue {
347
- background: rgba(38, 55, 88, 0.06);
348
- } @keyframes skeleton__background-inverted_qenue {
349
- 0% {
350
- background: rgba(38, 55, 88, 0.06);
351
- }
352
- 100% {
353
- background: rgba(15, 25, 55, 0.1);
354
- }
355
- }
356
- .slider__component_1cp1w .noUi-base:hover .noUi-connects {
356
+ }.slider__component_1cp1w .noUi-base:hover .noUi-connects {
357
357
  background: rgba(222, 222, 238, 0.13);
358
358
  } .slider__component_1cp1w .noUi-base:hover .noUi-connect {
359
359
  background: #f83a2a;
@@ -457,31 +457,31 @@
457
457
  .status-badge__neutral-operation_1f3lp,
458
458
  .status-badge__neutral-cross_1f3lp {
459
459
  background-color: #898991;
460
- }.underlay__background-accent_mckhd[class] {
460
+ }.underlay__background-accent_mckhd {
461
461
  background-color: #ef3124;
462
- } .underlay__background-info_mckhd[class] {
462
+ } .underlay__background-info_mckhd {
463
463
  background-color: #001c3c;
464
- } .underlay__background-attention-muted_mckhd[class] {
464
+ } .underlay__background-attention-muted_mckhd {
465
465
  background-color: #36291f;
466
- } .underlay__background-positive-muted_mckhd[class] {
466
+ } .underlay__background-positive-muted_mckhd {
467
467
  background-color: #232d25;
468
- } .underlay__background-negative-muted_mckhd[class] {
468
+ } .underlay__background-negative-muted_mckhd {
469
469
  background-color: #392523;
470
- } .underlay__background-primary_mckhd[class] {
470
+ } .underlay__background-primary_mckhd {
471
471
  background-color: #121213;
472
- } .underlay__background-primary-inverted_mckhd[class] {
472
+ } .underlay__background-primary-inverted_mckhd {
473
473
  background-color: #fff;
474
- } .underlay__background-secondary_mckhd[class] {
474
+ } .underlay__background-secondary_mckhd {
475
475
  background-color: #1c1c1e;
476
- } .underlay__background-secondary-inverted_mckhd[class] {
476
+ } .underlay__background-secondary-inverted_mckhd {
477
477
  background-color: #f2f3f5;
478
- } .underlay__background-tertiary_mckhd[class] {
478
+ } .underlay__background-tertiary_mckhd {
479
479
  background-color: #27272a;
480
- } .underlay__background-tertiary-inverted_mckhd[class] {
480
+ } .underlay__background-tertiary-inverted_mckhd {
481
481
  background-color: #e7e8ea;
482
- } .underlay__background-quaternary_mckhd[class] {
482
+ } .underlay__background-quaternary_mckhd {
483
483
  background-color: #36363a;
484
- } .underlay__background-quaternary-inverted_mckhd[class] {
484
+ } .underlay__background-quaternary-inverted_mckhd {
485
485
  background-color: #dcdee2;
486
486
  } .underlay__background-specialbg-component_mckhd {
487
487
  background-color: rgba(255, 255, 255, 0.1);
@@ -746,30 +746,7 @@
746
746
  color: rgba(233, 233, 250, 0.37);
747
747
  } .code-input__input_p0d8p:-webkit-autofill {
748
748
  -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
749
- }.filter-tag__valueButton_1n873.filter-tag__filled_1n873 {
750
- background-color: rgba(214, 214, 229, 0.07)
751
- } .filter-tag__valueButton_1n873.filter-tag__filled_1n873:disabled {
752
- background-color: rgba(214, 214, 229, 0.07);
753
- } @media (hover: hover) {
754
- .filter-tag__valueButton_1n873.filter-tag__filled_1n873:not(:disabled):hover {
755
- background-color: rgba(214, 214, 229, 0.07);
756
- }
757
- } .filter-tag__valueButton_1n873.filter-tag__filled_1n873:not(:disabled):active {
758
- background-color: rgba(222, 222, 238, 0.13);
759
- }
760
- .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1 {
761
- background-color: rgba(38, 55, 88, 0.06)
762
- } .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:disabled {
763
- background-color: rgba(38, 55, 88, 0.06);
764
- } @media (hover: hover) {
765
- .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:not(:disabled):hover {
766
- background-color: rgba(38, 55, 88, 0.06);
767
- }
768
- } .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:not(:disabled):active {
769
- background-color: rgba(5, 12, 41, 0.14);
770
- }
771
-
772
- .filter-tag__valueButton_6tmxc.filter-tag__filled_6tmxc {
749
+ }.filter-tag__valueButton_6tmxc.filter-tag__filled_6tmxc {
773
750
  background-color: rgba(222, 222, 238, 0.13)
774
751
  } .filter-tag__valueButton_6tmxc.filter-tag__filled_6tmxc:disabled {
775
752
  background-color: rgba(214, 214, 229, 0.07);
@@ -792,6 +769,29 @@
792
769
  } .filter-tag__valueButton_lht8x.filter-tag__filled_lht8x:not(:disabled):active {
793
770
  background-color: rgba(5, 11, 44, 0.18);
794
771
  }
772
+ .filter-tag__valueButton_1n873.filter-tag__filled_1n873 {
773
+ background-color: rgba(214, 214, 229, 0.07)
774
+ } .filter-tag__valueButton_1n873.filter-tag__filled_1n873:disabled {
775
+ background-color: rgba(214, 214, 229, 0.07);
776
+ } @media (hover: hover) {
777
+ .filter-tag__valueButton_1n873.filter-tag__filled_1n873:not(:disabled):hover {
778
+ background-color: rgba(214, 214, 229, 0.07);
779
+ }
780
+ } .filter-tag__valueButton_1n873.filter-tag__filled_1n873:not(:disabled):active {
781
+ background-color: rgba(222, 222, 238, 0.13);
782
+ }
783
+ .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1 {
784
+ background-color: rgba(38, 55, 88, 0.06)
785
+ } .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:disabled {
786
+ background-color: rgba(38, 55, 88, 0.06);
787
+ } @media (hover: hover) {
788
+ .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:not(:disabled):hover {
789
+ background-color: rgba(38, 55, 88, 0.06);
790
+ }
791
+ } .filter-tag__valueButton_1l3b1.filter-tag__filled_1l3b1:not(:disabled):active {
792
+ background-color: rgba(5, 12, 41, 0.14);
793
+ }
794
+
795
795
  .filter-tag__component_t6vcp.filter-tag__disabled_t6vcp {
796
796
  background-color: transparent;
797
797
  } .filter-tag__component_t6vcp.filter-tag__checked_t6vcp:not(.filter-tag__disabled_t6vcp) {
@@ -1049,7 +1049,21 @@
1049
1049
  #ff4837;
1050
1050
  } .form-control__hasError_1fhlp .form-control__label_1fhlp {
1051
1051
  color: rgba(4, 4, 19, 0.55);
1052
- }.radio__container_gp98a:not(.radio__checked_gp98a):not(.radio__disabled_gp98a) .radio__circle_gp98a {
1052
+ }.radio-group__label_1gg5s {
1053
+ color: rgba(255, 255, 255, 0.94);
1054
+ }
1055
+ .radio-group__label_wi0hl {
1056
+ color: rgba(238, 238, 251, 0.55);
1057
+ }
1058
+ .radio-group__error_1adqh {
1059
+ border-left: 1px solid #ff4837
1060
+ } .radio-group__errorMessage_1adqh {
1061
+ color: #ff4837;
1062
+ } .radio-group__hint_1adqh {
1063
+ color: rgba(238, 238, 251, 0.55);
1064
+ } .radio-group__hiddenInput_1adqh:focus ~ button {
1065
+ outline: 2px solid #3193fc;
1066
+ }.radio__container_gp98a:not(.radio__checked_gp98a):not(.radio__disabled_gp98a) .radio__circle_gp98a {
1053
1067
  background-color: #262629;
1054
1068
  border: 1.5px solid rgba(238, 238, 251, 0.55);
1055
1069
  } .radio__container_gp98a:not(.radio__checked_gp98a):not(.radio__disabled_gp98a):hover:not(:active) .radio__circle_gp98a {
@@ -1125,29 +1139,7 @@
1125
1139
  color: rgba(3, 3, 6, 0.88);
1126
1140
  } .radio__hint_16qog {
1127
1141
  color: rgba(4, 4, 19, 0.55);
1128
- }.radio-group__label_1gg5s {
1129
- color: rgba(255, 255, 255, 0.94);
1130
- }
1131
- .radio-group__label_wi0hl {
1132
- color: rgba(238, 238, 251, 0.55);
1133
- }
1134
- .radio-group__error_1adqh {
1135
- border-left: 1px solid #ff4837
1136
- } .radio-group__errorMessage_1adqh {
1137
- color: #ff4837;
1138
- } .radio-group__hint_1adqh {
1139
- color: rgba(238, 238, 251, 0.55);
1140
- } .radio-group__hiddenInput_1adqh:focus ~ button {
1141
- outline: 2px solid #3193fc;
1142
- }.spinner__component_98he5 {
1143
- color: rgba(255, 255, 255, 0.94);
1144
- }
1145
- @keyframes spinner__spin_animation_maei4 {
1146
- }
1147
- .spinner__component_2oeq8 {
1148
- color: rgba(3, 3, 6, 0.88);
1149
1142
  }
1150
-
1151
1143
  .steps__option_1y13z {
1152
1144
  color: rgba(255, 255, 255, 0.94);
1153
1145
  background: rgba(222, 222, 238, 0.13)
@@ -1184,6 +1176,14 @@
1184
1176
  color: rgba(255, 255, 255, 0.94);
1185
1177
  background-color: rgba(255, 255, 255, 0.94);
1186
1178
  }
1179
+ .spinner__component_98he5 {
1180
+ color: rgba(255, 255, 255, 0.94);
1181
+ }
1182
+ @keyframes spinner__spin_animation_maei4 {
1183
+ }
1184
+ .spinner__component_2oeq8 {
1185
+ color: rgba(3, 3, 6, 0.88);
1186
+ }
1187
1187
  .page-indicator__element_117t1 {
1188
1188
  background: rgba(222, 222, 238, 0.13)
1189
1189
  } .page-indicator__element_117t1.page-indicator__active_117t1 {
@@ -1359,54 +1359,7 @@
1359
1359
  } .popover__arrow_ebmxs:after {
1360
1360
  background-color: #1c1c1e;
1361
1361
  border: 1px solid transparent;
1362
- }.typography__tertiary_131py {
1363
- color: rgba(233, 233, 250, 0.37);
1364
- } .typography__disabled_131py {
1365
- color: rgba(231, 231, 248, 0.18);
1366
- } .typography__accent_131py {
1367
- color: #f83a2a;
1368
- } .typography__primary_131py {
1369
- color: rgba(255, 255, 255, 0.94);
1370
- } .typography__attention_131py {
1371
- color: #fa9313;
1372
- } .typography__positive_131py {
1373
- color: #0cc44d;
1374
- } .typography__secondary_131py {
1375
- color: rgba(238, 238, 251, 0.55);
1376
- } .typography__tertiary-inverted_131py {
1377
- color: rgba(5, 8, 29, 0.38);
1378
- } .typography__primary-inverted_131py {
1379
- color: rgba(3, 3, 6, 0.88);
1380
- } .typography__secondary-inverted_131py {
1381
- color: rgba(4, 4, 19, 0.55);
1382
- } .typography__link_131py {
1383
- color: #4a9dfc;
1384
- } .typography__negative_131py {
1385
- color: #ff4837;
1386
- } .typography__static-primary-light_131py {
1387
- color: #fff;
1388
- } .typography__static-secondary-light_131py {
1389
- color: rgba(238, 238, 251, 0.55);
1390
- } .typography__static-tertiary-light_131py {
1391
- color: rgba(233, 233, 250, 0.37);
1392
- } .typography__static-primary-dark_131py {
1393
- color: #0e0e0e;
1394
- } .typography__static-secondary-dark_131py {
1395
- color: rgba(4, 4, 19, 0.55);
1396
- } .typography__static-tertiary-dark_131py {
1397
- color: rgba(5, 8, 29, 0.38);
1398
- } .typography__static-accent_131py {
1399
- color: #ef3124;
1400
- } .typography__static-positive_131py {
1401
- color: #0d9336;
1402
- }
1403
-
1404
-
1405
-
1406
-
1407
-
1408
-
1409
- .tag__filled_173rf {
1362
+ }.tag__filled_173rf {
1410
1363
  background-color: rgba(222, 222, 238, 0.13)
1411
1364
  } .tag__filled_173rf:disabled {
1412
1365
  background-color: rgba(214, 214, 229, 0.07);
@@ -1557,45 +1510,92 @@
1557
1510
  } .tag__component_14mj5.tag__checked_14mj5:active:not(:disabled) {
1558
1511
  background-color: #353539;
1559
1512
  border-color: #353539;
1560
- }.sortable-list__primary_owtx5 {
1561
- background: #262629;
1562
- } .sortable-list__secondary_owtx5 {
1563
- background: #1c1c1e;
1564
- }
1565
- .sortable-list__component_q3vn2:hover .sortable-list__icon_q3vn2 {
1566
- color: rgba(255, 255, 255, 0.94);
1567
- } .sortable-list__icon_q3vn2 {
1568
- color: rgba(238, 238, 251, 0.55);
1569
- } .sortable-list__dragOverlay_q3vn2 {
1570
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1571
- 0 0 1px rgba(0, 0, 0, 0.04)
1572
- } .sortable-list__dragOverlay_q3vn2 .sortable-list__icon_q3vn2 {
1573
- color: rgba(255, 255, 255, 0.94);
1574
- } @keyframes sortable-list__pop_q3vn2 {
1575
- to {
1576
- box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1577
- 0 0 1px rgba(0, 0, 0, 0.04);
1578
- }
1579
- }.textarea__input_1n9em {
1580
- color: rgba(255, 255, 255, 0.94);
1581
- caret-color: rgba(255, 255, 255, 0.94);
1582
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1583
- } .textarea__input_1n9em:-webkit-autofill {
1584
- -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
1585
- } .textarea__input_1n9em::placeholder {
1586
- color: rgba(238, 238, 251, 0.55);
1587
- } .textarea__hasInnerLabel_1n9em::placeholder {
1588
- color: rgba(233, 233, 250, 0.37);
1589
- } .textarea__input_1n9em:read-only:not(.textarea__disableUserInput_1n9em) {
1590
- color: rgba(233, 233, 250, 0.37)
1591
- } .textarea__input_1n9em:read-only:not(.textarea__disableUserInput_1n9em):focus::placeholder {
1592
- color: rgba(238, 238, 251, 0.55);
1593
- } .textarea__input_1n9em:disabled {
1594
- color: rgba(233, 233, 250, 0.37);
1595
- -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1596
- } .textarea__input_1n9em:focus::placeholder {
1513
+ }.typography__tertiary_131py {
1597
1514
  color: rgba(233, 233, 250, 0.37);
1598
- } .textarea__error_1n9em {
1515
+ } .typography__disabled_131py {
1516
+ color: rgba(231, 231, 248, 0.18);
1517
+ } .typography__accent_131py {
1518
+ color: #f83a2a;
1519
+ } .typography__primary_131py {
1520
+ color: rgba(255, 255, 255, 0.94);
1521
+ } .typography__attention_131py {
1522
+ color: #fa9313;
1523
+ } .typography__positive_131py {
1524
+ color: #0cc44d;
1525
+ } .typography__secondary_131py {
1526
+ color: rgba(238, 238, 251, 0.55);
1527
+ } .typography__tertiary-inverted_131py {
1528
+ color: rgba(5, 8, 29, 0.38);
1529
+ } .typography__primary-inverted_131py {
1530
+ color: rgba(3, 3, 6, 0.88);
1531
+ } .typography__secondary-inverted_131py {
1532
+ color: rgba(4, 4, 19, 0.55);
1533
+ } .typography__link_131py {
1534
+ color: #4a9dfc;
1535
+ } .typography__negative_131py {
1536
+ color: #ff4837;
1537
+ } .typography__static-primary-light_131py {
1538
+ color: #fff;
1539
+ } .typography__static-secondary-light_131py {
1540
+ color: rgba(238, 238, 251, 0.55);
1541
+ } .typography__static-tertiary-light_131py {
1542
+ color: rgba(233, 233, 250, 0.37);
1543
+ } .typography__static-primary-dark_131py {
1544
+ color: #0e0e0e;
1545
+ } .typography__static-secondary-dark_131py {
1546
+ color: rgba(4, 4, 19, 0.55);
1547
+ } .typography__static-tertiary-dark_131py {
1548
+ color: rgba(5, 8, 29, 0.38);
1549
+ } .typography__static-accent_131py {
1550
+ color: #ef3124;
1551
+ } .typography__static-positive_131py {
1552
+ color: #0d9336;
1553
+ }
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+ .sortable-list__primary_owtx5 {
1561
+ background: #262629;
1562
+ } .sortable-list__secondary_owtx5 {
1563
+ background: #1c1c1e;
1564
+ }
1565
+ .sortable-list__component_q3vn2:hover .sortable-list__icon_q3vn2 {
1566
+ color: rgba(255, 255, 255, 0.94);
1567
+ } .sortable-list__icon_q3vn2 {
1568
+ color: rgba(238, 238, 251, 0.55);
1569
+ } .sortable-list__dragOverlay_q3vn2 {
1570
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1571
+ 0 0 1px rgba(0, 0, 0, 0.04)
1572
+ } .sortable-list__dragOverlay_q3vn2 .sortable-list__icon_q3vn2 {
1573
+ color: rgba(255, 255, 255, 0.94);
1574
+ } @keyframes sortable-list__pop_q3vn2 {
1575
+ to {
1576
+ box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
1577
+ 0 0 1px rgba(0, 0, 0, 0.04);
1578
+ }
1579
+ }.textarea__input_1n9em {
1580
+ color: rgba(255, 255, 255, 0.94);
1581
+ caret-color: rgba(255, 255, 255, 0.94);
1582
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1583
+ } .textarea__input_1n9em:-webkit-autofill {
1584
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.94);
1585
+ } .textarea__input_1n9em::placeholder {
1586
+ color: rgba(238, 238, 251, 0.55);
1587
+ } .textarea__hasInnerLabel_1n9em::placeholder {
1588
+ color: rgba(233, 233, 250, 0.37);
1589
+ } .textarea__input_1n9em:read-only:not(.textarea__disableUserInput_1n9em) {
1590
+ color: rgba(233, 233, 250, 0.37)
1591
+ } .textarea__input_1n9em:read-only:not(.textarea__disableUserInput_1n9em):focus::placeholder {
1592
+ color: rgba(238, 238, 251, 0.55);
1593
+ } .textarea__input_1n9em:disabled {
1594
+ color: rgba(233, 233, 250, 0.37);
1595
+ -webkit-text-fill-color: rgba(233, 233, 250, 0.37);
1596
+ } .textarea__input_1n9em:focus::placeholder {
1597
+ color: rgba(233, 233, 250, 0.37);
1598
+ } .textarea__error_1n9em {
1599
1599
  color: rgba(255, 255, 255, 0.94);
1600
1600
  caret-color: rgba(255, 255, 255, 0.94);
1601
1601
  } .textarea__textarea_1n9em {
@@ -2371,30 +2371,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
2371
2371
  }
2372
2372
  .list__slot_7f9lb.list__defaultColor_7f9lb {
2373
2373
  color: rgba(255, 255, 255, 0.94);
2374
- }.tab-bar__component_wkct2.tab-bar__modal-bg-primary_wkct2 {
2375
- background-color: #121213;
2376
- } .tab-bar__component_wkct2.tab-bar__modal-bg-alt-primary_wkct2 {
2377
- background-color: #121213;
2378
- } .tab-bar__border_wkct2 {
2379
- box-shadow: 0 -1px 0 0 rgba(222, 222, 238, 0.13);
2380
- }
2381
- .tab-bar__component_1e6se {
2382
- -webkit-tap-highlight-color: transparent;
2383
- background-color: transparent;
2384
- color: rgba(238, 238, 251, 0.55);
2385
- } .tab-bar__primary_1e6se {
2386
- color: #f83a2a;
2387
- } .tab-bar__secondary_1e6se {
2388
- color: #f2f3f5;
2389
- } .tab-bar__label_1e6se {
2390
- color: rgba(238, 238, 251, 0.55);
2391
- }.attach__component_z339h {
2392
- } .attach__file_z339h,
2393
- .attach__noFile_z339h {
2394
- color: rgba(238, 238, 251, 0.55);
2395
- } .attach__focused_z339h {
2396
- outline: 2px solid #3193fc;
2397
- }.stepped-progress-bar__bar_f913g {
2374
+ }.stepped-progress-bar__bar_f913g {
2398
2375
  background: rgba(222, 222, 238, 0.13);
2399
2376
  } .stepped-progress-bar__description_f913g {
2400
2377
  color: rgba(238, 238, 251, 0.55);
@@ -2421,7 +2398,30 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
2421
2398
  background: rgba(255, 255, 255, 0.94);
2422
2399
  } .stepped-progress-bar__bar_1pjw6.stepped-progress-bar__accent_1pjw6 {
2423
2400
  background: #f83a2a;
2424
- }.confirmation-v1__errorHeader_1fy7i {
2401
+ }.tab-bar__component_wkct2.tab-bar__modal-bg-primary_wkct2 {
2402
+ background-color: #121213;
2403
+ } .tab-bar__component_wkct2.tab-bar__modal-bg-alt-primary_wkct2 {
2404
+ background-color: #121213;
2405
+ } .tab-bar__border_wkct2 {
2406
+ box-shadow: 0 -1px 0 0 rgba(222, 222, 238, 0.13);
2407
+ }
2408
+ .tab-bar__component_1e6se {
2409
+ -webkit-tap-highlight-color: transparent;
2410
+ background-color: transparent;
2411
+ color: rgba(238, 238, 251, 0.55);
2412
+ } .tab-bar__primary_1e6se {
2413
+ color: #f83a2a;
2414
+ } .tab-bar__secondary_1e6se {
2415
+ color: #f2f3f5;
2416
+ } .tab-bar__label_1e6se {
2417
+ color: rgba(238, 238, 251, 0.55);
2418
+ }.attach__component_z339h {
2419
+ } .attach__file_z339h,
2420
+ .attach__noFile_z339h {
2421
+ color: rgba(238, 238, 251, 0.55);
2422
+ } .attach__focused_z339h {
2423
+ outline: 2px solid #3193fc;
2424
+ }.confirmation-v1__errorHeader_1fy7i {
2425
2425
  color: rgba(255, 255, 255, 0.94);
2426
2426
  color: rgba(255, 255, 255, 0.94);
2427
2427
  } .confirmation-v1__errorText_1fy7i {
@@ -2513,48 +2513,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
2513
2513
  background-color: rgba(214, 214, 229, 0.07)
2514
2514
  } .custom-button__customButton_1bied:disabled.custom-button__disableType-static-inverted_1bied span {
2515
2515
  color: rgba(233, 233, 250, 0.37);
2516
- }
2517
- .confirmation__component_g697q {
2518
- color: rgba(238, 238, 251, 0.55)
2519
- }
2520
- .confirmation__circle_13zu0 {
2521
- fill: transparent;
2522
- stroke: #4a4a51;
2523
- }
2524
-
2525
- .confirmation__typographyTheme_136rh.confirmation__typographyTheme_136rh {
2526
- color: rgba(238, 238, 251, 0.55);
2527
- } .confirmation__typographyThemeMobile_136rh.confirmation__typographyThemeMobile_136rh {
2528
- color: rgba(238, 238, 251, 0.55);
2529
- }
2530
- .confirmation__typographyTheme_18yv3.confirmation__typographyTheme_18yv3 {
2531
- color: rgba(238, 238, 251, 0.55);
2532
- } .confirmation__typographyThemeMobile_18yv3.confirmation__typographyThemeMobile_18yv3 {
2533
- color: rgba(238, 238, 251, 0.55);
2534
- }
2535
- .confirmation__phone_yq97g.confirmation__phone_yq97g {
2536
- color: rgba(255, 255, 255, 0.94);
2537
- } .confirmation__typographyTheme_yq97g.confirmation__typographyTheme_yq97g {
2538
- color: rgba(238, 238, 251, 0.55);
2539
- } .confirmation__typographyThemeMobile_yq97g.confirmation__typographyThemeMobile_yq97g {
2540
- color: rgba(238, 238, 251, 0.55);
2541
- } .confirmation__countdownContainer_yq97g.confirmation__countdownContainer_yq97g {
2542
- color: rgba(238, 238, 251, 0.55);
2543
- } .confirmation__timeCounter_yq97g {
2544
- color: rgba(238, 238, 251, 0.55);
2545
- }
2546
- .confirmation__typographyTheme_ay4tc.confirmation__typographyTheme_ay4tc {
2547
- color: rgba(238, 238, 251, 0.55);
2548
- } .confirmation__typographyThemeMobile_ay4tc.confirmation__typographyThemeMobile_ay4tc {
2549
- color: rgba(238, 238, 251, 0.55);
2550
- } .confirmation__timeCounter_ay4tc {
2551
- color: rgba(238, 238, 251, 0.55);
2552
- }
2553
- .confirmation__typographyTheme_1imyf.confirmation__typographyTheme_1imyf {
2554
- color: rgba(238, 238, 251, 0.55);
2555
- } .confirmation__typographyThemeMobile_1imyf.confirmation__typographyThemeMobile_1imyf {
2556
- color: rgba(238, 238, 251, 0.55);
2557
- }.cc-icon-button.icon-button__primary_ih8nv {
2516
+ }.cc-icon-button.icon-button__primary_ih8nv {
2558
2517
  color: rgba(255, 255, 255, 0.94)
2559
2518
  } .cc-icon-button.icon-button__primary_ih8nv:hover {
2560
2519
  color: rgba(255, 255, 255, 0.7);
@@ -2700,7 +2659,48 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
2700
2659
  color: rgba(9, 12, 37, 0.28);
2701
2660
  } .cc-icon-button.icon-button__component_1529w:disabled.icon-button__transparentBg_1529w {
2702
2661
  background: transparent;
2703
- }.input__input_1tjba {
2662
+ }
2663
+ .confirmation__component_g697q {
2664
+ color: rgba(238, 238, 251, 0.55)
2665
+ }
2666
+ .confirmation__circle_13zu0 {
2667
+ fill: transparent;
2668
+ stroke: #4a4a51;
2669
+ }
2670
+
2671
+ .confirmation__typographyTheme_136rh.confirmation__typographyTheme_136rh {
2672
+ color: rgba(238, 238, 251, 0.55);
2673
+ } .confirmation__typographyThemeMobile_136rh.confirmation__typographyThemeMobile_136rh {
2674
+ color: rgba(238, 238, 251, 0.55);
2675
+ }
2676
+ .confirmation__typographyTheme_18yv3.confirmation__typographyTheme_18yv3 {
2677
+ color: rgba(238, 238, 251, 0.55);
2678
+ } .confirmation__typographyThemeMobile_18yv3.confirmation__typographyThemeMobile_18yv3 {
2679
+ color: rgba(238, 238, 251, 0.55);
2680
+ }
2681
+ .confirmation__phone_yq97g.confirmation__phone_yq97g {
2682
+ color: rgba(255, 255, 255, 0.94);
2683
+ } .confirmation__typographyTheme_yq97g.confirmation__typographyTheme_yq97g {
2684
+ color: rgba(238, 238, 251, 0.55);
2685
+ } .confirmation__typographyThemeMobile_yq97g.confirmation__typographyThemeMobile_yq97g {
2686
+ color: rgba(238, 238, 251, 0.55);
2687
+ } .confirmation__countdownContainer_yq97g.confirmation__countdownContainer_yq97g {
2688
+ color: rgba(238, 238, 251, 0.55);
2689
+ } .confirmation__timeCounter_yq97g {
2690
+ color: rgba(238, 238, 251, 0.55);
2691
+ }
2692
+ .confirmation__typographyTheme_ay4tc.confirmation__typographyTheme_ay4tc {
2693
+ color: rgba(238, 238, 251, 0.55);
2694
+ } .confirmation__typographyThemeMobile_ay4tc.confirmation__typographyThemeMobile_ay4tc {
2695
+ color: rgba(238, 238, 251, 0.55);
2696
+ } .confirmation__timeCounter_ay4tc {
2697
+ color: rgba(238, 238, 251, 0.55);
2698
+ }
2699
+ .confirmation__typographyTheme_1imyf.confirmation__typographyTheme_1imyf {
2700
+ color: rgba(238, 238, 251, 0.55);
2701
+ } .confirmation__typographyThemeMobile_1imyf.confirmation__typographyThemeMobile_1imyf {
2702
+ color: rgba(238, 238, 251, 0.55);
2703
+ }.input__input_1tjba {
2704
2704
  color: rgba(255, 255, 255, 0.94);
2705
2705
  caret-color: rgba(255, 255, 255, 0.94);
2706
2706
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -2968,51 +2968,19 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
2968
2968
  } .navigation-bar-private__subtitle_1dj6d {
2969
2969
  color: rgba(238, 238, 251, 0.55);
2970
2970
  }
2971
- .navigation-bar-private__component_iai7e {
2971
+ .navigation-bar-private__component_t4qx3 {
2972
2972
  background: rgba(255, 255, 255, 0.04)
2973
- }
2974
- .navigation-bar-private__component_iai7e svg > path {
2973
+ } .navigation-bar-private__component_t4qx3 svg > path {
2975
2974
  fill: rgba(255, 255, 255, 0.94);
2976
- }
2977
- .navigation-bar-private__component_iai7e:hover svg > path {
2975
+ } .navigation-bar-private__component_t4qx3:hover svg > path {
2978
2976
  fill: rgba(255, 255, 255, 0.7);
2979
- }
2980
- .navigation-bar-private__component_iai7e:active svg > path {
2977
+ } .navigation-bar-private__component_t4qx3:active svg > path {
2981
2978
  fill: rgba(255, 255, 255, 0.6);
2982
- }
2983
- .navigation-bar-private__text_iai7e {
2984
- color: rgba(255, 255, 255, 0.94);
2985
- }
2986
- .navigation-bar-private__mobileWrapper_iai7e {
2987
- background: rgba(214, 214, 229, 0.07);
2988
- color: rgba(214, 214, 229, 0.07)
2989
- }
2990
- .navigation-bar-private__mobileWrapper_iai7e svg > path {
2979
+ } .navigation-bar-private__mobileWrapper_t4qx3 {
2980
+ background: rgba(214, 214, 229, 0.07)
2981
+ } .navigation-bar-private__mobileWrapper_t4qx3 svg > path {
2991
2982
  fill: rgba(238, 238, 251, 0.55);
2992
2983
  }
2993
-
2994
- .navigation-bar-private__component_f1uct {
2995
- background: rgba(0, 0, 0, 0.04)
2996
- }
2997
- .navigation-bar-private__component_f1uct svg > path {
2998
- fill: rgba(3, 3, 6, 0.88);
2999
- }
3000
- .navigation-bar-private__component_f1uct:hover svg > path {
3001
- fill: rgba(2, 2, 10, 0.76);
3002
- }
3003
- .navigation-bar-private__component_f1uct:active svg > path {
3004
- fill: rgba(1, 1, 12, 0.63);
3005
- }
3006
- .navigation-bar-private__text_f1uct {
3007
- color: rgba(3, 3, 6, 0.88);
3008
- }
3009
- .navigation-bar-private__mobileWrapper_f1uct {
3010
- background: rgba(38, 55, 88, 0.06);
3011
- color: rgba(4, 4, 21, 0.47)
3012
- }
3013
- .navigation-bar-private__mobileWrapper_f1uct svg > path {
3014
- fill: rgba(4, 4, 21, 0.47);
3015
- }
3016
2984
  .navigation-bar-private__button_93jsx {
3017
2985
  background: rgba(255, 255, 255, 0.04);
3018
2986
  color: rgba(255, 255, 255, 0.94)
@@ -3111,56 +3079,39 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
3111
3079
  color: rgba(233, 233, 250, 0.37)
3112
3080
  } .with-suffix__readOnly_1iuu2.with-suffix__inverted_1iuu2 {
3113
3081
  color: rgba(5, 8, 29, 0.38);
3114
- }
3115
- .popup-sheet__appear_cvu3j,
3116
- .popup-sheet__enter_cvu3j {
3117
- background-color: transparent;
3118
- } .popup-sheet__appearActive_cvu3j,
3119
- .popup-sheet__enterActive_cvu3j,
3120
- .popup-sheet__appearDone_cvu3j,
3121
- .popup-sheet__enterDone_cvu3j {
3122
- background-color: rgba(0, 0, 0, 0.7);
3123
- } .popup-sheet__exit_cvu3j {
3124
- background-color: rgba(0, 0, 0, 0.7);
3125
- } .popup-sheet__exitActive_cvu3j,
3126
- .popup-sheet__exitDone_cvu3j {
3082
+ }.bottom-sheet__modal_1002u.bottom-sheet__modal_1002u {
3127
3083
  background-color: transparent;
3128
- }.bottom-sheet__component_znr4f {
3084
+ } .bottom-sheet__component_1002u {
3129
3085
  background-color: #1c1c1e;
3130
- } .bottom-sheet__content_znr4f {
3131
- color: rgba(255, 255, 255, 0.94);
3132
- } .bottom-sheet__defaultMarker_znr4f {
3086
+ } .bottom-sheet__defaultMarker_1002u {
3133
3087
  background-color: rgba(222, 222, 238, 0.13);
3134
- } .bottom-sheet__hasContent_znr4f {
3088
+ } .bottom-sheet__content_1002u {
3135
3089
  color: rgba(255, 255, 255, 0.94);
3136
- }
3137
- .bottom-sheet__modal_1002u.bottom-sheet__modal_1002u {
3138
- background-color: transparent;
3139
- } .bottom-sheet__background-accent_1002u[class] {
3090
+ } .bottom-sheet__background-accent_1002u {
3140
3091
  background-color: #ef3124;
3141
- } .bottom-sheet__background-info_1002u[class] {
3092
+ } .bottom-sheet__background-info_1002u {
3142
3093
  background-color: #001c3c;
3143
- } .bottom-sheet__background-attention-muted_1002u[class] {
3094
+ } .bottom-sheet__background-attention-muted_1002u {
3144
3095
  background-color: #36291f;
3145
- } .bottom-sheet__background-positive-muted_1002u[class] {
3096
+ } .bottom-sheet__background-positive-muted_1002u {
3146
3097
  background-color: #232d25;
3147
- } .bottom-sheet__background-negative-muted_1002u[class] {
3098
+ } .bottom-sheet__background-negative-muted_1002u {
3148
3099
  background-color: #392523;
3149
- } .bottom-sheet__background-primary_1002u[class] {
3100
+ } .bottom-sheet__background-primary_1002u {
3150
3101
  background-color: #121213;
3151
- } .bottom-sheet__background-primary-inverted_1002u[class] {
3102
+ } .bottom-sheet__background-primary-inverted_1002u {
3152
3103
  background-color: #fff;
3153
- } .bottom-sheet__background-secondary_1002u[class] {
3104
+ } .bottom-sheet__background-secondary_1002u {
3154
3105
  background-color: #1c1c1e;
3155
- } .bottom-sheet__background-secondary-inverted_1002u[class] {
3106
+ } .bottom-sheet__background-secondary-inverted_1002u {
3156
3107
  background-color: #f2f3f5;
3157
- } .bottom-sheet__background-tertiary_1002u[class] {
3108
+ } .bottom-sheet__background-tertiary_1002u {
3158
3109
  background-color: #27272a;
3159
- } .bottom-sheet__background-tertiary-inverted_1002u[class] {
3110
+ } .bottom-sheet__background-tertiary-inverted_1002u {
3160
3111
  background-color: #e7e8ea;
3161
- } .bottom-sheet__background-quaternary_1002u[class] {
3112
+ } .bottom-sheet__background-quaternary_1002u {
3162
3113
  background-color: #36363a;
3163
- } .bottom-sheet__background-quaternary-inverted_1002u[class] {
3114
+ } .bottom-sheet__background-quaternary-inverted_1002u {
3164
3115
  background-color: #dcdee2;
3165
3116
  } .bottom-sheet__background-specialbg-component_1002u {
3166
3117
  background-color: rgba(255, 255, 255, 0.1);
@@ -3181,42 +3132,72 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
3181
3132
  } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1002u {
3182
3133
  background-color: rgba(30, 43, 68, 0.08);
3183
3134
  }
3184
- .bottom-sheet__component_1e8nz {
3185
- background-color: #fff;
3186
- } .bottom-sheet__content_1e8nz {
3187
- color: rgba(3, 3, 6, 0.88);
3188
- } .bottom-sheet__defaultMarker_1e8nz {
3189
- background-color: rgba(15, 25, 55, 0.1);
3190
- } .bottom-sheet__hasContent_1e8nz {
3191
- color: rgba(3, 3, 6, 0.88);
3192
- }
3193
- .bottom-sheet__highlighted_1r3f0 {
3135
+ .bottom-sheet__footer_b6ua7 {
3194
3136
  background-color: #1c1c1e;
3195
- border-top: 1px solid #29292c;
3196
- } .bottom-sheet__hasContent_1r3f0 {
3197
- color: rgba(255, 255, 255, 0.94);
3198
- }
3199
-
3200
- .bottom-sheet__highlighted_qtv0i {
3201
- background-color: #fff;
3202
- border-top: 1px solid #e7e8eb;
3203
- } .bottom-sheet__hasContent_qtv0i {
3204
- color: rgba(3, 3, 6, 0.88);
3205
- }
3206
- .bottom-sheet__title_tamb7 {
3207
- color: rgba(255, 255, 255, 0.94);
3208
- } .bottom-sheet__subtitle_tamb7 {
3209
- color: rgba(255, 255, 255, 0.94);
3210
- } .bottom-sheet__highlighted_tamb7 {
3211
- border-bottom: 1px solid #29292c;
3137
+ } .bottom-sheet__highlighted_b6ua7 {
3138
+ border-top: 1px solid #353539;
3139
+ background-color: #1c1c1e;
3140
+ } .bottom-sheet__background-accent_b6ua7 {
3141
+ background-color: #ef3124;
3142
+ } .bottom-sheet__background-info_b6ua7 {
3143
+ background-color: #001c3c;
3144
+ } .bottom-sheet__background-attention-muted_b6ua7 {
3145
+ background-color: #36291f;
3146
+ } .bottom-sheet__background-positive-muted_b6ua7 {
3147
+ background-color: #232d25;
3148
+ } .bottom-sheet__background-negative-muted_b6ua7 {
3149
+ background-color: #392523;
3150
+ } .bottom-sheet__background-primary_b6ua7 {
3151
+ background-color: #121213;
3152
+ } .bottom-sheet__background-primary-inverted_b6ua7 {
3153
+ background-color: #fff;
3154
+ } .bottom-sheet__background-secondary_b6ua7 {
3155
+ background-color: #1c1c1e;
3156
+ } .bottom-sheet__background-secondary-inverted_b6ua7 {
3157
+ background-color: #f2f3f5;
3158
+ } .bottom-sheet__background-tertiary_b6ua7 {
3159
+ background-color: #27272a;
3160
+ } .bottom-sheet__background-tertiary-inverted_b6ua7 {
3161
+ background-color: #e7e8ea;
3162
+ } .bottom-sheet__background-quaternary_b6ua7 {
3163
+ background-color: #36363a;
3164
+ } .bottom-sheet__background-quaternary-inverted_b6ua7 {
3165
+ background-color: #dcdee2;
3166
+ } .bottom-sheet__background-specialbg-component_b6ua7 {
3167
+ background-color: rgba(255, 255, 255, 0.1);
3168
+ } .bottom-sheet__background-specialbg-component-inverted_b6ua7 {
3169
+ background-color: rgba(11, 31, 53, 0.07);
3170
+ } .bottom-sheet__background-specialbg-primary-grouped_b6ua7 {
3171
+ background-color: #1c1c1e;
3172
+ } .bottom-sheet__background-specialbg-secondary-grouped_b6ua7 {
3173
+ background-color: #27272a;
3174
+ } .bottom-sheet__background-specialbg-tertiary-grouped_b6ua7 {
3175
+ background-color: #36363a;
3176
+ } .bottom-sheet__background-specialbg-secondary-transparent_b6ua7 {
3177
+ background-color: rgba(214, 214, 229, 0.07);
3178
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_b6ua7 {
3179
+ background-color: rgba(38, 55, 88, 0.06);
3180
+ } .bottom-sheet__background-specialbg-tertiary-transparent_b6ua7 {
3181
+ background-color: rgba(222, 222, 240, 0.12);
3182
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_b6ua7 {
3183
+ background-color: rgba(30, 43, 68, 0.08);
3184
+ }
3185
+ .bottom-sheet__highlighted_7aj6w {
3186
+ border-bottom: 1px solid #353539;
3212
3187
  }
3213
-
3214
- .bottom-sheet__title_14o7d {
3215
- color: rgba(3, 3, 6, 0.88);
3216
- } .bottom-sheet__subtitle_14o7d {
3217
- color: rgba(3, 3, 6, 0.88);
3218
- } .bottom-sheet__highlighted_14o7d {
3219
- border-bottom: 1px solid #e7e8eb;
3188
+ .popup-sheet__appear_cvu3j,
3189
+ .popup-sheet__enter_cvu3j {
3190
+ background-color: transparent;
3191
+ } .popup-sheet__appearActive_cvu3j,
3192
+ .popup-sheet__enterActive_cvu3j,
3193
+ .popup-sheet__appearDone_cvu3j,
3194
+ .popup-sheet__enterDone_cvu3j {
3195
+ background-color: rgba(0, 0, 0, 0.7);
3196
+ } .popup-sheet__exit_cvu3j {
3197
+ background-color: rgba(0, 0, 0, 0.7);
3198
+ } .popup-sheet__exitActive_cvu3j,
3199
+ .popup-sheet__exitDone_cvu3j {
3200
+ background-color: transparent;
3220
3201
  }
3221
3202
 
3222
3203
 
@@ -3295,6 +3276,9 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
3295
3276
  }
3296
3277
 
3297
3278
 
3279
+
3280
+
3281
+
3298
3282
  .universal-modal__sticky_1ddjq {
3299
3283
  background: #1c1c1e;
3300
3284
  } .universal-modal__highlighted_1ddjq {
@@ -3305,9 +3289,6 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
3305
3289
 
3306
3290
 
3307
3291
 
3308
-
3309
-
3310
-
3311
3292
  .universal-modal__highlighted_13j2o {
3312
3293
  background: #1c1c1e;
3313
3294
  box-shadow: 0 1px 0 0 #29292c;
@@ -3375,7 +3356,8 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
3375
3356
  } .amount-input__minorPartAndCurrency_y4xcf.amount-input__disabled_y4xcf,
3376
3357
  .amount-input__minorPartAndCurrency_y4xcf.amount-input__readOnly_y4xcf {
3377
3358
  color: rgba(5, 8, 29, 0.38);
3378
- }.tooltip__hint_1xf6x {
3359
+ }@media (min-width: 600px) {
3360
+ }.tooltip__hint_1xf6x {
3379
3361
  background-color: #fff;
3380
3362
  box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
3381
3363
  0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
@@ -3407,8 +3389,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
3407
3389
  background-color: #1c1c1e;
3408
3390
  }
3409
3391
 
3410
- @media (min-width: 600px) {
3411
- }.calendar__container_1jyfq.calendar__customScrollbar_1jyfq::-webkit-scrollbar-track {
3392
+ .calendar__container_1jyfq.calendar__customScrollbar_1jyfq::-webkit-scrollbar-track {
3412
3393
  background-color: transparent;
3413
3394
  } .calendar__container_1jyfq.calendar__customScrollbar_1jyfq::-webkit-scrollbar-track-piece {
3414
3395
  background-color: transparent;
@@ -3546,74 +3527,7 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
3546
3527
  color: rgba(3, 3, 6, 0.88);
3547
3528
  }
3548
3529
  @media (max-width: 374px) {
3549
- }.gallery__container_1thot {
3550
- background-color: #262629
3551
- } .gallery__modal_1thot {
3552
- background: transparent;
3553
- } .gallery__bottomButton_1thot {
3554
- background-color: rgba(228, 228, 251, 0.28);
3555
- }
3556
- .gallery__component_dtzjz {
3557
- background-color: rgba(228, 228, 251, 0.28);
3558
- } .gallery__component_dtzjz:hover {
3559
- background-color: rgba(233, 233, 250, 0.37);
3560
- } .gallery__component_dtzjz:active {
3561
- background-color: rgba(238, 238, 254, 0.46);
3562
- }
3563
- .gallery__buttons_167ax path {
3564
- color: rgba(255, 255, 255, 0.94);
3565
- } .gallery__iconButton_167ax path {
3566
- color: #f2f3f5;
3567
- } .gallery__iconButton_167ax:hover path {
3568
- color: #e7e8eb;
3569
- } .gallery__iconButton_167ax:active path {
3570
- color: #dcdde1;
3571
- }
3572
-
3573
-
3574
- .gallery__headerMobile_m7be4.gallery__video_m7be4 {
3575
- background-color: #262629;
3576
- }
3577
- .gallery__loading_jt23k {
3578
- background-color: #1c1c1e
3579
- } .gallery__loading_jt23k .gallery__active_jt23k {
3580
- background-color: #29292c;
3581
- } .gallery__brokenImageWrapper_jt23k {
3582
- background-color: #29292c
3583
- } .gallery__focused_jt23k {
3584
- outline: 2px solid #3193fc;
3585
- }
3586
- .gallery__component_1qar0 {
3587
- background-color: #262629;
3588
- } .gallery__slideLoading_1qar0 {
3589
- background-color: rgba(214, 214, 229, 0.07);
3590
- } .gallery__spinner_1qar0 {
3591
- color: rgba(255, 255, 255, 0.94);
3592
- } .gallery__arrow_1qar0 {
3593
- color: rgba(255, 255, 255, 0.94)
3594
- } .gallery__arrow_1qar0:hover {
3595
- background-color: #2f2f32;
3596
- } .gallery__arrow_1qar0:active {
3597
- background-color: #353539;
3598
- } .gallery__focused_1qar0 {
3599
- outline: 2px solid #3193fc;
3600
- } .gallery__placeholder_1qar0 {
3601
- background-color: #29292c;
3602
- } .gallery__fullScreenImage_1qar0 {
3603
- background-color: #121213;
3604
- }
3605
- .gallery__infoWrapper_7u7qp {
3606
- background-color: #262629
3607
- }
3608
- .gallery__component_s1ljr {
3609
- background-color: #262629
3610
- }
3611
-
3612
- .gallery__icon_1tud1 {
3613
- color: #fff;
3614
- } .gallery__iconShape_1tud1 {
3615
- fill: rgba(4, 4, 21, 0.47);
3616
- }.select__arrow_f5abt {
3530
+ }.select__arrow_f5abt {
3617
3531
  color: rgba(238, 238, 251, 0.55)
3618
3532
  } .select__arrow_f5abt.select__disabled_f5abt {
3619
3533
  color: rgba(228, 228, 251, 0.28);
@@ -3743,7 +3657,74 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
3743
3657
  .select__footer_15wof {
3744
3658
  background-color: #121213
3745
3659
  }
3746
- .calendar-with-skeleton__skeleton_18njb {
3660
+ .gallery__container_1thot {
3661
+ background-color: #262629
3662
+ } .gallery__modal_1thot {
3663
+ background: transparent;
3664
+ } .gallery__bottomButton_1thot {
3665
+ background-color: rgba(228, 228, 251, 0.28);
3666
+ }
3667
+ .gallery__component_dtzjz {
3668
+ background-color: rgba(228, 228, 251, 0.28);
3669
+ } .gallery__component_dtzjz:hover {
3670
+ background-color: rgba(233, 233, 250, 0.37);
3671
+ } .gallery__component_dtzjz:active {
3672
+ background-color: rgba(238, 238, 254, 0.46);
3673
+ }
3674
+ .gallery__buttons_167ax path {
3675
+ color: rgba(255, 255, 255, 0.94);
3676
+ } .gallery__iconButton_167ax path {
3677
+ color: #f2f3f5;
3678
+ } .gallery__iconButton_167ax:hover path {
3679
+ color: #e7e8eb;
3680
+ } .gallery__iconButton_167ax:active path {
3681
+ color: #dcdde1;
3682
+ }
3683
+
3684
+
3685
+ .gallery__headerMobile_m7be4.gallery__video_m7be4 {
3686
+ background-color: #262629;
3687
+ }
3688
+ .gallery__loading_jt23k {
3689
+ background-color: #1c1c1e
3690
+ } .gallery__loading_jt23k .gallery__active_jt23k {
3691
+ background-color: #29292c;
3692
+ } .gallery__brokenImageWrapper_jt23k {
3693
+ background-color: #29292c
3694
+ } .gallery__focused_jt23k {
3695
+ outline: 2px solid #3193fc;
3696
+ }
3697
+ .gallery__component_1qar0 {
3698
+ background-color: #262629;
3699
+ } .gallery__slideLoading_1qar0 {
3700
+ background-color: rgba(214, 214, 229, 0.07);
3701
+ } .gallery__spinner_1qar0 {
3702
+ color: rgba(255, 255, 255, 0.94);
3703
+ } .gallery__arrow_1qar0 {
3704
+ color: rgba(255, 255, 255, 0.94)
3705
+ } .gallery__arrow_1qar0:hover {
3706
+ background-color: #2f2f32;
3707
+ } .gallery__arrow_1qar0:active {
3708
+ background-color: #353539;
3709
+ } .gallery__focused_1qar0 {
3710
+ outline: 2px solid #3193fc;
3711
+ } .gallery__placeholder_1qar0 {
3712
+ background-color: #29292c;
3713
+ } .gallery__fullScreenImage_1qar0 {
3714
+ background-color: #121213;
3715
+ }
3716
+ .gallery__infoWrapper_7u7qp {
3717
+ background-color: #262629
3718
+ }
3719
+ .gallery__component_s1ljr {
3720
+ background-color: #262629
3721
+ }
3722
+
3723
+ .gallery__icon_1tud1 {
3724
+ color: #fff;
3725
+ } .gallery__iconShape_1tud1 {
3726
+ fill: rgba(4, 4, 21, 0.47);
3727
+ }.calendar-with-skeleton__skeleton_18njb {
3747
3728
  background-color: #1c1c1e;
3748
3729
  }.date-range-input__calendarContainer_rw1at {
3749
3730
  border: 1px solid #29292c
@@ -3800,6 +3781,19 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
3800
3781
  outline: 2px solid #3193fc;
3801
3782
  } .select-with-tags__placeholder_5icx1 {
3802
3783
  color: rgba(238, 238, 251, 0.55);
3784
+ }.intl-phone-input__emptyCountryIcon_tkyk0 {
3785
+ color: #898991;
3786
+ }
3787
+ .intl-phone-input__flagPlaceholder_1f7na {
3788
+ background-color: rgba(222, 222, 238, 0.13);
3789
+ }
3790
+ .intl-phone-input__dialCode_1jz4b {
3791
+ color: rgba(238, 238, 251, 0.55);
3792
+ }
3793
+ .intl-phone-input__emptyCountryIcon_19y90 {
3794
+ color: #898991;
3795
+ } .intl-phone-input__focusVisible_19y90 {
3796
+ outline: 2px solid #3193fc;
3803
3797
  }.table__component_zxtli {
3804
3798
  border-top: 1px solid #353539;
3805
3799
  }
@@ -3846,19 +3840,6 @@ button.pagination__tag_b1whi.pagination__tag_b1whi {
3846
3840
  .table__open_3k8hh,
3847
3841
  .table__open_3k8hh:hover {
3848
3842
  background-color: rgba(222, 222, 238, 0.13);
3849
- }.intl-phone-input__emptyCountryIcon_tkyk0 {
3850
- color: #898991;
3851
- }
3852
- .intl-phone-input__flagPlaceholder_1f7na {
3853
- background-color: rgba(222, 222, 238, 0.13);
3854
- }
3855
- .intl-phone-input__dialCode_1jz4b {
3856
- color: rgba(238, 238, 251, 0.55);
3857
- }
3858
- .intl-phone-input__emptyCountryIcon_19y90 {
3859
- color: #898991;
3860
- } .intl-phone-input__focusVisible_19y90 {
3861
- outline: 2px solid #3193fc;
3862
3843
  }
3863
3844
  .international-phone-input__dialCode_1frgs {
3864
3845
  color: rgba(238, 238, 251, 0.55);