@alfalab/core-components 43.1.3-beta.0 → 43.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (321) hide show
  1. package/bottom-sheet/component.js +2 -2
  2. package/bottom-sheet/cssm/component.js +2 -2
  3. package/bottom-sheet/cssm/index.module.css +3 -2
  4. package/bottom-sheet/cssm/types.d.ts +4 -0
  5. package/bottom-sheet/esm/component.js +2 -2
  6. package/bottom-sheet/esm/index.css +3 -2
  7. package/bottom-sheet/esm/types.d.ts +4 -0
  8. package/bottom-sheet/index.css +3 -2
  9. package/bottom-sheet/modern/component.js +2 -1
  10. package/bottom-sheet/modern/index.css +3 -2
  11. package/bottom-sheet/modern/types.d.ts +4 -0
  12. package/bottom-sheet/types.d.ts +4 -0
  13. package/confirmation/component.responsive.js +1 -1
  14. package/confirmation/components/base-confirmation/component.js +1 -1
  15. package/confirmation/components/base-confirmation/index.js +1 -1
  16. package/confirmation/components/index.js +1 -1
  17. package/confirmation/components/screens/index.js +1 -1
  18. package/confirmation/components/screens/initial/component.js +1 -1
  19. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  20. package/confirmation/components/screens/initial/index.js +1 -1
  21. package/confirmation/desktop/component.desktop.js +1 -1
  22. package/confirmation/desktop/index.js +1 -1
  23. package/confirmation/esm/component.responsive.js +1 -1
  24. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  25. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  26. package/confirmation/esm/components/index.js +1 -1
  27. package/confirmation/esm/components/screens/index.js +1 -1
  28. package/confirmation/esm/components/screens/initial/component.js +1 -1
  29. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  30. package/confirmation/esm/components/screens/initial/index.js +1 -1
  31. package/confirmation/esm/desktop/component.desktop.js +1 -1
  32. package/confirmation/esm/desktop/index.js +1 -1
  33. package/confirmation/esm/index.js +1 -1
  34. package/confirmation/esm/mobile/component.mobile.js +1 -1
  35. package/confirmation/esm/mobile/index.js +1 -1
  36. package/confirmation/esm/shared/index.js +1 -1
  37. package/confirmation/index.js +1 -1
  38. package/confirmation/mobile/component.mobile.js +1 -1
  39. package/confirmation/mobile/index.js +1 -1
  40. package/confirmation/modern/component.responsive.js +1 -1
  41. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  42. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  43. package/confirmation/modern/components/index.js +1 -1
  44. package/confirmation/modern/components/screens/index.js +1 -1
  45. package/confirmation/modern/components/screens/initial/component.js +1 -1
  46. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  47. package/confirmation/modern/components/screens/initial/index.js +1 -1
  48. package/confirmation/modern/desktop/component.desktop.js +1 -1
  49. package/confirmation/modern/desktop/index.js +1 -1
  50. package/confirmation/modern/index.js +1 -1
  51. package/confirmation/modern/mobile/component.mobile.js +1 -1
  52. package/confirmation/modern/mobile/index.js +1 -1
  53. package/confirmation/modern/shared/index.js +1 -1
  54. package/confirmation/shared/index.js +1 -1
  55. package/form-control/components/base-form-control/default.css +2 -2
  56. package/form-control/components/base-form-control/inverted.css +2 -2
  57. package/form-control/cssm/components/base-form-control/default.module.css +2 -2
  58. package/form-control/cssm/components/base-form-control/inverted.module.css +2 -2
  59. package/form-control/esm/components/base-form-control/default.css +2 -2
  60. package/form-control/esm/components/base-form-control/inverted.css +2 -2
  61. package/form-control/modern/components/base-form-control/default.css +2 -2
  62. package/form-control/modern/components/base-form-control/inverted.css +2 -2
  63. package/gallery/Component.js +2 -2
  64. package/gallery/components/header/Component.js +1 -1
  65. package/gallery/components/header/buttons.js +1 -1
  66. package/gallery/components/header/index.js +1 -1
  67. package/gallery/components/image-viewer/component.js +1 -1
  68. package/gallery/components/image-viewer/index.js +1 -1
  69. package/gallery/components/image-viewer/slide.js +1 -1
  70. package/gallery/components/index.js +2 -2
  71. package/gallery/esm/Component.js +2 -2
  72. package/gallery/esm/components/header/Component.js +1 -1
  73. package/gallery/esm/components/header/buttons.js +1 -1
  74. package/gallery/esm/components/header/index.js +1 -1
  75. package/gallery/esm/components/image-viewer/component.js +1 -1
  76. package/gallery/esm/components/image-viewer/index.js +1 -1
  77. package/gallery/esm/components/image-viewer/slide.js +1 -1
  78. package/gallery/esm/components/index.js +2 -2
  79. package/gallery/esm/index.js +2 -2
  80. package/gallery/index.js +2 -2
  81. package/gallery/modern/Component.js +2 -2
  82. package/gallery/modern/components/header/Component.js +1 -1
  83. package/gallery/modern/components/header/buttons.js +1 -1
  84. package/gallery/modern/components/header/index.js +1 -1
  85. package/gallery/modern/components/image-viewer/component.js +1 -1
  86. package/gallery/modern/components/image-viewer/index.js +1 -1
  87. package/gallery/modern/components/image-viewer/slide.js +1 -1
  88. package/gallery/modern/components/index.js +2 -2
  89. package/gallery/modern/index.js +2 -2
  90. package/international-phone-input/cssm/typings-e63ec8aa.d.ts +31 -24
  91. package/international-phone-input/esm/typings-e63ec8aa.d.ts +31 -24
  92. package/international-phone-input/modern/typings-e63ec8aa.d.ts +31 -24
  93. package/international-phone-input/typings-e63ec8aa.d.ts +31 -24
  94. package/navigation-bar/Component.js +2 -2
  95. package/navigation-bar/cssm/Component.js +2 -2
  96. package/navigation-bar/cssm/types.d.ts +5 -0
  97. package/navigation-bar/esm/Component.js +2 -2
  98. package/navigation-bar/esm/types.d.ts +5 -0
  99. package/navigation-bar/modern/Component.js +2 -2
  100. package/navigation-bar/modern/types.d.ts +5 -0
  101. package/navigation-bar/types.d.ts +5 -0
  102. package/package.json +1 -1
  103. package/picker-button/{esm/types-1c79e231.d.ts → cssm/types-667e33fd.d.ts} +5 -1
  104. package/picker-button/cssm/typings-e63ec8aa.d.ts +5 -1
  105. package/picker-button/{types-1c79e231.d.ts → esm/types-667e33fd.d.ts} +5 -1
  106. package/picker-button/esm/typings-e63ec8aa.d.ts +5 -1
  107. package/picker-button/modern/{types-1c79e231.d.ts → types-667e33fd.d.ts} +5 -1
  108. package/picker-button/modern/typings-e63ec8aa.d.ts +5 -1
  109. package/picker-button/{cssm/types-1c79e231.d.ts → types-667e33fd.d.ts} +5 -1
  110. package/picker-button/typings-e63ec8aa.d.ts +5 -1
  111. package/pure-cell/component.js +1 -1
  112. package/pure-cell/components/content/component.js +1 -1
  113. package/pure-cell/components/content/index.d.ts +1 -1
  114. package/pure-cell/components/content/index.js +1 -1
  115. package/pure-cell/components/main/component.js +1 -1
  116. package/pure-cell/components/main/index.d.ts +1 -1
  117. package/pure-cell/components/main/index.js +1 -1
  118. package/pure-cell/components/text/component.js +1 -1
  119. package/pure-cell/components/text/index.d.ts +1 -1
  120. package/pure-cell/components/text/index.js +1 -1
  121. package/pure-cell/esm/component.js +1 -1
  122. package/pure-cell/esm/components/content/component.js +1 -1
  123. package/pure-cell/esm/components/content/index.d.ts +1 -1
  124. package/pure-cell/esm/components/content/index.js +1 -1
  125. package/pure-cell/esm/components/main/component.js +1 -1
  126. package/pure-cell/esm/components/main/index.d.ts +1 -1
  127. package/pure-cell/esm/components/main/index.js +1 -1
  128. package/pure-cell/esm/components/text/component.js +1 -1
  129. package/pure-cell/esm/components/text/index.d.ts +1 -1
  130. package/pure-cell/esm/components/text/index.js +1 -1
  131. package/pure-cell/esm/index.js +1 -1
  132. package/pure-cell/index.js +1 -1
  133. package/pure-cell/modern/component.js +1 -1
  134. package/pure-cell/modern/components/content/component.js +1 -1
  135. package/pure-cell/modern/components/content/index.d.ts +1 -1
  136. package/pure-cell/modern/components/content/index.js +1 -1
  137. package/pure-cell/modern/components/main/component.js +1 -1
  138. package/pure-cell/modern/components/main/index.d.ts +1 -1
  139. package/pure-cell/modern/components/main/index.js +1 -1
  140. package/pure-cell/modern/components/text/component.js +1 -1
  141. package/pure-cell/modern/components/text/index.d.ts +1 -1
  142. package/pure-cell/modern/components/text/index.js +1 -1
  143. package/pure-cell/modern/index.js +1 -1
  144. package/select/Component.responsive.js +1 -1
  145. package/select/esm/Component.responsive.js +1 -1
  146. package/select/esm/index.js +1 -1
  147. package/select/esm/mobile/Component.mobile.js +1 -1
  148. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  149. package/select/esm/mobile/index.js +1 -1
  150. package/select/esm/presets/index.js +1 -1
  151. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  152. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  153. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  154. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  155. package/select/esm/shared/index.js +1 -1
  156. package/select/index.js +1 -1
  157. package/select/mobile/Component.mobile.js +1 -1
  158. package/select/mobile/Component.modal.mobile.js +1 -1
  159. package/select/mobile/index.js +1 -1
  160. package/select/modern/Component.responsive.js +1 -1
  161. package/select/modern/index.js +1 -1
  162. package/select/modern/mobile/Component.mobile.js +1 -1
  163. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  164. package/select/modern/mobile/index.js +1 -1
  165. package/select/modern/presets/index.js +1 -1
  166. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  167. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  168. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  169. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  170. package/select/modern/shared/index.js +1 -1
  171. package/select/presets/index.js +1 -1
  172. package/select/presets/useSelectWithApply/hook.js +1 -1
  173. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  174. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  175. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  176. package/select/shared/index.js +1 -1
  177. package/select-with-tags/component.d.ts +1 -1
  178. package/tabs/collapsible/index.js +1 -1
  179. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  180. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  181. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  182. package/tabs/components/primary-tablist/Component.responsive.js +1 -1
  183. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  184. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  185. package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
  186. package/tabs/components/tabs/Component.collapsible.js +1 -1
  187. package/tabs/components/tabs/Component.desktop.js +2 -2
  188. package/tabs/components/tabs/Component.mobile.js +2 -2
  189. package/tabs/components/tabs/Component.responsive.js +2 -2
  190. package/tabs/desktop/index.js +2 -2
  191. package/tabs/esm/collapsible/index.js +1 -1
  192. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  193. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  194. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  195. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  196. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  197. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  198. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  199. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  200. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  201. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  202. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  203. package/tabs/esm/desktop/index.js +2 -2
  204. package/tabs/esm/index.js +2 -2
  205. package/tabs/esm/mobile/index.js +2 -2
  206. package/tabs/index.js +2 -2
  207. package/tabs/mobile/index.js +2 -2
  208. package/tabs/modern/collapsible/index.js +1 -1
  209. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  210. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  211. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  212. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  213. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  214. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  215. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  216. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  217. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  218. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  219. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  220. package/tabs/modern/desktop/index.js +2 -2
  221. package/tabs/modern/index.js +2 -2
  222. package/tabs/modern/mobile/index.js +2 -2
  223. package/textarea/Component.js +1 -1
  224. package/textarea/components/PseudoTextArea.js +1 -1
  225. package/textarea/components/index.d.ts +1 -1
  226. package/textarea/components/index.js +1 -1
  227. package/textarea/esm/Component.js +1 -1
  228. package/textarea/esm/components/PseudoTextArea.js +1 -1
  229. package/textarea/esm/components/index.d.ts +1 -1
  230. package/textarea/esm/components/index.js +1 -1
  231. package/textarea/esm/index.js +1 -1
  232. package/textarea/index.js +1 -1
  233. package/textarea/modern/Component.js +1 -1
  234. package/textarea/modern/components/PseudoTextArea.js +1 -1
  235. package/textarea/modern/components/index.d.ts +1 -1
  236. package/textarea/modern/components/index.js +1 -1
  237. package/textarea/modern/index.js +1 -1
  238. package/themes/compiled/mobile-dark-bluetint.css +21 -21
  239. package/themes/dist/compiled/mobile-dark-bluetint.css +121 -121
  240. package/typography/component.js +2 -2
  241. package/typography/esm/component.js +2 -2
  242. package/typography/esm/index.js +2 -2
  243. package/typography/esm/text/component.js +1 -1
  244. package/typography/esm/text/index.js +1 -1
  245. package/typography/esm/title/component.js +1 -1
  246. package/typography/esm/title/index.js +2 -2
  247. package/typography/esm/title-mobile/component.js +2 -2
  248. package/typography/esm/title-mobile/index.js +2 -2
  249. package/typography/esm/title-responsive/component.js +2 -2
  250. package/typography/esm/title-responsive/index.js +2 -2
  251. package/typography/index.js +2 -2
  252. package/typography/modern/component.js +2 -2
  253. package/typography/modern/index.js +2 -2
  254. package/typography/modern/text/component.js +1 -1
  255. package/typography/modern/text/index.js +1 -1
  256. package/typography/modern/title/component.js +1 -1
  257. package/typography/modern/title/index.js +2 -2
  258. package/typography/modern/title-mobile/component.js +2 -2
  259. package/typography/modern/title-mobile/index.js +2 -2
  260. package/typography/modern/title-responsive/component.js +2 -2
  261. package/typography/modern/title-responsive/index.js +2 -2
  262. package/typography/text/component.js +1 -1
  263. package/typography/text/index.js +1 -1
  264. package/typography/title/component.js +1 -1
  265. package/typography/title/index.js +2 -2
  266. package/typography/title-mobile/component.js +2 -2
  267. package/typography/title-mobile/index.js +2 -2
  268. package/typography/title-responsive/component.js +2 -2
  269. package/typography/title-responsive/index.js +2 -2
  270. package/universal-date-input/cssm/index-5712fce2.d.ts +27 -24
  271. package/universal-date-input/esm/index-5712fce2.d.ts +27 -24
  272. package/universal-date-input/index-5712fce2.d.ts +27 -24
  273. package/universal-date-input/modern/index-5712fce2.d.ts +27 -24
  274. /package/confirmation/{countdown-section-840dd98a.d.ts → countdown-section-c3df4486.d.ts} +0 -0
  275. /package/confirmation/{countdown-section-840dd98a.js → countdown-section-c3df4486.js} +0 -0
  276. /package/confirmation/esm/{countdown-section-0db0e4ed.d.ts → countdown-section-7359cc39.d.ts} +0 -0
  277. /package/confirmation/esm/{countdown-section-0db0e4ed.js → countdown-section-7359cc39.js} +0 -0
  278. /package/confirmation/modern/{countdown-section-9c20403c.d.ts → countdown-section-afd7b569.d.ts} +0 -0
  279. /package/confirmation/modern/{countdown-section-9c20403c.js → countdown-section-afd7b569.js} +0 -0
  280. /package/gallery/{buttons-4f5e6d04.d.ts → buttons-916b2ace.d.ts} +0 -0
  281. /package/gallery/{buttons-4f5e6d04.js → buttons-916b2ace.js} +0 -0
  282. /package/gallery/esm/{buttons-b69133ee.d.ts → buttons-9fe1d28e.d.ts} +0 -0
  283. /package/gallery/esm/{buttons-b69133ee.js → buttons-9fe1d28e.js} +0 -0
  284. /package/gallery/esm/{slide-d3262e3b.d.ts → slide-cfd8bfe0.d.ts} +0 -0
  285. /package/gallery/esm/{slide-d3262e3b.js → slide-cfd8bfe0.js} +0 -0
  286. /package/gallery/modern/{buttons-86d05dcd.d.ts → buttons-95ecfff9.d.ts} +0 -0
  287. /package/gallery/modern/{buttons-86d05dcd.js → buttons-95ecfff9.js} +0 -0
  288. /package/gallery/modern/{slide-aa765790.d.ts → slide-026ef04b.d.ts} +0 -0
  289. /package/gallery/modern/{slide-aa765790.js → slide-026ef04b.js} +0 -0
  290. /package/gallery/{slide-c5cb565d.d.ts → slide-36063e76.d.ts} +0 -0
  291. /package/gallery/{slide-c5cb565d.js → slide-36063e76.js} +0 -0
  292. /package/pure-cell/{component-e1553bc3.d.ts → component-a5dfdddd.d.ts} +0 -0
  293. /package/pure-cell/{component-e1553bc3.js → component-a5dfdddd.js} +0 -0
  294. /package/pure-cell/esm/{component-17015bb0.d.ts → component-a5b5f2d1.d.ts} +0 -0
  295. /package/pure-cell/esm/{component-17015bb0.js → component-a5b5f2d1.js} +0 -0
  296. /package/pure-cell/modern/{component-d9b0a296.d.ts → component-591761ce.d.ts} +0 -0
  297. /package/pure-cell/modern/{component-d9b0a296.js → component-591761ce.js} +0 -0
  298. /package/select/esm/{hook-b7e947a3.d.ts → hook-a287da6c.d.ts} +0 -0
  299. /package/select/esm/{hook-b7e947a3.js → hook-a287da6c.js} +0 -0
  300. /package/select/{hook-c20445cd.d.ts → hook-d8cd1702.d.ts} +0 -0
  301. /package/select/{hook-c20445cd.js → hook-d8cd1702.js} +0 -0
  302. /package/select/modern/{hook-3b1b5c82.d.ts → hook-14cdb84d.d.ts} +0 -0
  303. /package/select/modern/{hook-3b1b5c82.js → hook-14cdb84d.js} +0 -0
  304. /package/tabs/esm/{index.module-b52b9e17.js → index.module-4151daf2.js} +0 -0
  305. /package/tabs/esm/{index.module-be3bfbff.js → index.module-525943f3.js} +0 -0
  306. /package/tabs/{index.module-711e02ae.js → index.module-0382cb1b.js} +0 -0
  307. /package/tabs/{index.module-05b34f7e.js → index.module-6325dd03.js} +0 -0
  308. /package/tabs/modern/{index.module-1bf1a955.js → index.module-86f8baa2.js} +0 -0
  309. /package/tabs/modern/{index.module-810908b2.js → index.module-efbe6ab6.js} +0 -0
  310. /package/textarea/{PseudoTextArea-e28d5626.d.ts → PseudoTextArea-6e620af2.d.ts} +0 -0
  311. /package/textarea/{PseudoTextArea-e28d5626.js → PseudoTextArea-6e620af2.js} +0 -0
  312. /package/textarea/esm/{PseudoTextArea-377a9459.d.ts → PseudoTextArea-a3994a4b.d.ts} +0 -0
  313. /package/textarea/esm/{PseudoTextArea-377a9459.js → PseudoTextArea-a3994a4b.js} +0 -0
  314. /package/textarea/modern/{PseudoTextArea-5d699ede.d.ts → PseudoTextArea-7787d54a.d.ts} +0 -0
  315. /package/textarea/modern/{PseudoTextArea-5d699ede.js → PseudoTextArea-7787d54a.js} +0 -0
  316. /package/typography/{colors.module-88798512.js → colors.module-49eb285f.js} +0 -0
  317. /package/typography/{common.module-60c4edff.js → common.module-7275f428.js} +0 -0
  318. /package/typography/esm/{colors.module-5d0e5d81.js → colors.module-0752fba9.js} +0 -0
  319. /package/typography/esm/{common.module-980459cf.js → common.module-a41f9d6b.js} +0 -0
  320. /package/typography/modern/{colors.module-76bf7d31.js → colors.module-bae7f7cd.js} +0 -0
  321. /package/typography/modern/{common.module-a42461d1.js → common.module-b8a90806.js} +0 -0
@@ -6,7 +6,7 @@ import cn from 'classnames';
6
6
  import { FormControl } from '../../form-control/esm';
7
7
  import { getDataTestId } from '../../shared/esm';
8
8
  import { useMedia, useFocus } from '@alfalab/hooks';
9
- import { s as styles, P as PseudoTextArea } from './PseudoTextArea-377a9459.js';
9
+ import { s as styles, P as PseudoTextArea } from './PseudoTextArea-a3994a4b.js';
10
10
 
11
11
  var defaultColors = {"input":"textarea__input_1o525","hasInnerLabel":"textarea__hasInnerLabel_1o525","clearIcon":"textarea__clearIcon_1o525","disableUserInput":"textarea__disableUserInput_1o525","error":"textarea__error_1o525","textarea":"textarea__textarea_1o525","hint":"textarea__hint_1o525"};
12
12
  require('./default.css');
@@ -1,3 +1,3 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- export { P as PseudoTextArea } from '../PseudoTextArea-377a9459.js';
3
+ export { P as PseudoTextArea } from '../PseudoTextArea-a3994a4b.js';
@@ -1 +1 @@
1
- export * from "../PseudoTextArea-377a9459";
1
+ export * from "../PseudoTextArea-a3994a4b";
@@ -1,3 +1,3 @@
1
- export { P as PseudoTextArea } from '../PseudoTextArea-377a9459.js';
1
+ export { P as PseudoTextArea } from '../PseudoTextArea-a3994a4b.js';
2
2
  import 'react';
3
3
  import 'classnames';
@@ -7,4 +7,4 @@ import 'classnames';
7
7
  import '../../form-control/esm';
8
8
  import '../../shared/esm';
9
9
  import '@alfalab/hooks';
10
- import './PseudoTextArea-377a9459.js';
10
+ import './PseudoTextArea-a3994a4b.js';
package/textarea/index.js CHANGED
@@ -9,7 +9,7 @@ require('classnames');
9
9
  require('../form-control');
10
10
  require('../shared');
11
11
  require('@alfalab/hooks');
12
- require('./PseudoTextArea-e28d5626.js');
12
+ require('./PseudoTextArea-6e620af2.js');
13
13
 
14
14
 
15
15
 
@@ -5,7 +5,7 @@ import cn from 'classnames';
5
5
  import { FormControl } from '../../form-control/modern';
6
6
  import { getDataTestId } from '../../shared/modern';
7
7
  import { useMedia, useFocus } from '@alfalab/hooks';
8
- import { s as styles, P as PseudoTextArea } from './PseudoTextArea-5d699ede.js';
8
+ import { s as styles, P as PseudoTextArea } from './PseudoTextArea-7787d54a.js';
9
9
 
10
10
  const defaultColors = {"input":"textarea__input_1o525","hasInnerLabel":"textarea__hasInnerLabel_1o525","clearIcon":"textarea__clearIcon_1o525","disableUserInput":"textarea__disableUserInput_1o525","error":"textarea__error_1o525","textarea":"textarea__textarea_1o525","hint":"textarea__hint_1o525"};
11
11
  require('./default.css');
@@ -1,3 +1,3 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- export { P as PseudoTextArea } from '../PseudoTextArea-5d699ede.js';
3
+ export { P as PseudoTextArea } from '../PseudoTextArea-7787d54a.js';
@@ -1 +1 @@
1
- export * from "../PseudoTextArea-5d699ede";
1
+ export * from "../PseudoTextArea-7787d54a";
@@ -1,3 +1,3 @@
1
- export { P as PseudoTextArea } from '../PseudoTextArea-5d699ede.js';
1
+ export { P as PseudoTextArea } from '../PseudoTextArea-7787d54a.js';
2
2
  import 'react';
3
3
  import 'classnames';
@@ -6,4 +6,4 @@ import 'classnames';
6
6
  import '../../form-control/modern';
7
7
  import '../../shared/modern';
8
8
  import '@alfalab/hooks';
9
- import './PseudoTextArea-5d699ede.js';
9
+ import './PseudoTextArea-7787d54a.js';
@@ -189,14 +189,6 @@
189
189
  }
190
190
  .hatching-progress-bar__accent_nybc8 {
191
191
  background: #ef3124;
192
- }.icon-view__component_kd45g {
193
- color: #898991
194
- } .icon-view__bg_kd45g {
195
- fill: #1c1c1e;
196
- } .icon-view__border_kd45g {
197
- stroke: rgba(255, 255, 255, 0.1);
198
- fill: transparent;
199
- } .icon-view__children_kd45g {
200
192
  }.indicator__component_10u2c {
201
193
  color: #fff;
202
194
  background-color: #ef3124;
@@ -215,7 +207,15 @@
215
207
  color: #fff
216
208
  } .indicator__grey_10u2c.indicator__border_10u2c {
217
209
  outline: 2px solid #000;
218
- }@media (max-width: 599px) {
210
+ }.icon-view__component_kd45g {
211
+ color: #898991
212
+ } .icon-view__bg_kd45g {
213
+ fill: #1c1c1e;
214
+ } .icon-view__border_kd45g {
215
+ stroke: rgba(255, 255, 255, 0.1);
216
+ fill: transparent;
217
+ } .icon-view__children_kd45g {
218
+ }@media (max-width: 599px) {
219
219
  }
220
220
  @media (min-width: 320px) {
221
221
  }
@@ -387,7 +387,17 @@
387
387
  color: #fff;
388
388
  } .radio__hint_q1sph {
389
389
  color: rgba(238, 238, 251, 0.55);
390
- }.segmented-control__wrapper_8nt71 {
390
+ }.scrollbar__component_jkqmn .scrollbar:before {
391
+ background-color: rgba(255, 255, 255, 0.3);
392
+ } .scrollbar__component_jkqmn.dragging .track .scrollbar.visible:before {
393
+ background-color: rgba(255, 255, 255, 0.6);
394
+ }
395
+
396
+ .scrollbar__component_2m0r0 .scrollbar:before {
397
+ background-color: rgba(14, 14, 14, 0.3);
398
+ } .scrollbar__component_2m0r0.dragging .track .scrollbar.visible:before {
399
+ background-color: rgba(14, 14, 14, 0.6);
400
+ }.segmented-control__wrapper_8nt71 {
391
401
  background-color: rgba(214, 214, 229, 0.07);
392
402
  } .segmented-control__segment_8nt71.segmented-control__selected_8nt71 {
393
403
  color: #0e0e0e;
@@ -404,17 +414,7 @@
404
414
  background-color: #36363a;
405
415
  } .segmented-control__focused_16br5 {
406
416
  outline: 2px solid #3193fc;
407
- }.scrollbar__component_jkqmn .scrollbar:before {
408
- background-color: rgba(255, 255, 255, 0.3);
409
- } .scrollbar__component_jkqmn.dragging .track .scrollbar.visible:before {
410
- background-color: rgba(255, 255, 255, 0.6);
411
- }
412
-
413
- .scrollbar__component_2m0r0 .scrollbar:before {
414
- background-color: rgba(14, 14, 14, 0.3);
415
- } .scrollbar__component_2m0r0.dragging .track .scrollbar.visible:before {
416
- background-color: rgba(14, 14, 14, 0.6);
417
- }.skeleton__component_mo1n4 {
417
+ }.skeleton__component_mo1n4 {
418
418
  color: transparent;
419
419
  background: rgba(255, 255, 255, 0.1);
420
420
  } .skeleton__component_mo1n4:before {
@@ -189,14 +189,6 @@
189
189
  }
190
190
  .hatching-progress-bar__accent_nybc8 {
191
191
  background: #ef3124;
192
- }.icon-view__component_kd45g {
193
- color: #898991
194
- } .icon-view__bg_kd45g {
195
- fill: #1c1c1e;
196
- } .icon-view__border_kd45g {
197
- stroke: rgba(255, 255, 255, 0.1);
198
- fill: transparent;
199
- } .icon-view__children_kd45g {
200
192
  }.indicator__component_10u2c {
201
193
  color: #fff;
202
194
  background-color: #ef3124;
@@ -215,7 +207,15 @@
215
207
  color: #fff
216
208
  } .indicator__grey_10u2c.indicator__border_10u2c {
217
209
  outline: 2px solid #000;
218
- }@media (max-width: 599px) {
210
+ }.icon-view__component_kd45g {
211
+ color: #898991
212
+ } .icon-view__bg_kd45g {
213
+ fill: #1c1c1e;
214
+ } .icon-view__border_kd45g {
215
+ stroke: rgba(255, 255, 255, 0.1);
216
+ fill: transparent;
217
+ } .icon-view__children_kd45g {
218
+ }@media (max-width: 599px) {
219
219
  }
220
220
  @media (min-width: 320px) {
221
221
  }
@@ -387,7 +387,17 @@
387
387
  color: #fff;
388
388
  } .radio__hint_q1sph {
389
389
  color: rgba(238, 238, 251, 0.55);
390
- }.segmented-control__wrapper_8nt71 {
390
+ }.scrollbar__component_jkqmn .scrollbar:before {
391
+ background-color: rgba(255, 255, 255, 0.3);
392
+ } .scrollbar__component_jkqmn.dragging .track .scrollbar.visible:before {
393
+ background-color: rgba(255, 255, 255, 0.6);
394
+ }
395
+
396
+ .scrollbar__component_2m0r0 .scrollbar:before {
397
+ background-color: rgba(14, 14, 14, 0.3);
398
+ } .scrollbar__component_2m0r0.dragging .track .scrollbar.visible:before {
399
+ background-color: rgba(14, 14, 14, 0.6);
400
+ }.segmented-control__wrapper_8nt71 {
391
401
  background-color: rgba(214, 214, 229, 0.07);
392
402
  } .segmented-control__segment_8nt71.segmented-control__selected_8nt71 {
393
403
  color: #0e0e0e;
@@ -404,17 +414,7 @@
404
414
  background-color: #36363a;
405
415
  } .segmented-control__focused_16br5 {
406
416
  outline: 2px solid #3193fc;
407
- }.scrollbar__component_jkqmn .scrollbar:before {
408
- background-color: rgba(255, 255, 255, 0.3);
409
- } .scrollbar__component_jkqmn.dragging .track .scrollbar.visible:before {
410
- background-color: rgba(255, 255, 255, 0.6);
411
- }
412
-
413
- .scrollbar__component_2m0r0 .scrollbar:before {
414
- background-color: rgba(14, 14, 14, 0.3);
415
- } .scrollbar__component_2m0r0.dragging .track .scrollbar.visible:before {
416
- background-color: rgba(14, 14, 14, 0.6);
417
- }.skeleton__component_mo1n4 {
417
+ }.skeleton__component_mo1n4 {
418
418
  color: transparent;
419
419
  background: rgba(255, 255, 255, 0.1);
420
420
  } .skeleton__component_mo1n4:before {
@@ -1037,7 +1037,7 @@
1037
1037
  background-color: rgba(214, 214, 229, 0.07);
1038
1038
  } .form-control__focused_19y8y.form-control__inner_19y8y,
1039
1039
  .form-control__focused_19y8y.form-control__inner_19y8y:hover {
1040
- background-color: #29292c;
1040
+ background-color: rgba(214, 214, 229, 0.07);
1041
1041
  box-shadow: inset 0 0 0 2px rgba(238, 238, 251, 0.55)
1042
1042
  } .form-control__focused_19y8y.form-control__inner_19y8y.form-control__hasError_19y8y, .form-control__focused_19y8y.form-control__inner_19y8y:hover.form-control__hasError_19y8y {
1043
1043
  box-shadow: inset 0 0 0 2px #ff5431;
@@ -1233,26 +1233,7 @@
1233
1233
  } .action-button__disabled_1cds7 .action-button__iconWrapper_1cds7 {
1234
1234
  color: #babbc2;
1235
1235
  background-color: #f2f3f5;
1236
- }.drawer__customScrollbar_t1j4y::-webkit-scrollbar-track {
1237
- background-color: transparent;
1238
- } .drawer__customScrollbar_t1j4y::-webkit-scrollbar-track-piece {
1239
- background-color: transparent;
1240
- } .drawer__customScrollbar_t1j4y::-webkit-scrollbar-thumb {
1241
- background-color: rgba(255, 255, 255, 0.3);
1242
- border-color: transparent;
1243
- } .drawer__customScrollbar_t1j4y::-webkit-scrollbar-thumb:active {
1244
- background-color: rgba(255, 255, 255, 0.6);
1245
- } .drawer__backdropEnter_t1j4y {
1246
- background-color: transparent;
1247
- } .drawer__backdropEnterActive_t1j4y,
1248
- .drawer__backdropEnterDone_t1j4y {
1249
- background-color: rgba(0, 0, 0, 0.8);
1250
- } .drawer__backdropExit_t1j4y {
1251
- background-color: rgba(0, 0, 0, 0.8);
1252
- } .drawer__backdropExitActive_t1j4y,
1253
- .drawer__backdropExitDone_t1j4y {
1254
- background-color: transparent;
1255
- }.textarea__input_1o525 {
1236
+ }.textarea__input_1o525 {
1256
1237
  color: #fff;
1257
1238
  caret-color: #fff;
1258
1239
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -1406,7 +1387,26 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
1406
1387
  color: #0e0e0e;
1407
1388
  } button.pagination__tag_4odhh.pagination__tag_4odhh.pagination__checked_4odhh:active:not(:disabled) {
1408
1389
  color: #fff;
1409
- }.button__secondary_1kibk {
1390
+ }.drawer__customScrollbar_t1j4y::-webkit-scrollbar-track {
1391
+ background-color: transparent;
1392
+ } .drawer__customScrollbar_t1j4y::-webkit-scrollbar-track-piece {
1393
+ background-color: transparent;
1394
+ } .drawer__customScrollbar_t1j4y::-webkit-scrollbar-thumb {
1395
+ background-color: rgba(255, 255, 255, 0.3);
1396
+ border-color: transparent;
1397
+ } .drawer__customScrollbar_t1j4y::-webkit-scrollbar-thumb:active {
1398
+ background-color: rgba(255, 255, 255, 0.6);
1399
+ } .drawer__backdropEnter_t1j4y {
1400
+ background-color: transparent;
1401
+ } .drawer__backdropEnterActive_t1j4y,
1402
+ .drawer__backdropEnterDone_t1j4y {
1403
+ background-color: rgba(0, 0, 0, 0.8);
1404
+ } .drawer__backdropExit_t1j4y {
1405
+ background-color: rgba(0, 0, 0, 0.8);
1406
+ } .drawer__backdropExitActive_t1j4y,
1407
+ .drawer__backdropExitDone_t1j4y {
1408
+ background-color: transparent;
1409
+ }.button__secondary_1kibk {
1410
1410
  background-color: rgba(222, 222, 238, 0.13)
1411
1411
  } .button__secondary_1kibk:hover {
1412
1412
  background-color: rgba(234, 234, 248, 0.15);
@@ -1763,10 +1763,10 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
1763
1763
  color: #0e0e0e;
1764
1764
  } .button__component_109vw[disabled].button__ghost_109vw.button__loading_109vw {
1765
1765
  color: #0e0e0e;
1766
- }.comment__component_1c02a {
1767
- background-color: #1c1c1e;
1768
- }.list-header__filled_8qr72 {
1766
+ }.list-header__filled_8qr72 {
1769
1767
  background-color: rgba(255, 255, 255, 0.1);
1768
+ }.comment__component_1c02a {
1769
+ background-color: #1c1c1e;
1770
1770
  }.circular-progress-bar__component_8gxbh.circular-progress-bar__bg-positive_8gxbh {
1771
1771
  background: #17d055;
1772
1772
  } .circular-progress-bar__component_8gxbh.circular-progress-bar__bg-negative_8gxbh {
@@ -1794,18 +1794,7 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
1794
1794
  color: #fff;
1795
1795
  } .circular-progress-bar__iconWrapper_8gxbh.circular-progress-bar__icon-secondary_8gxbh {
1796
1796
  color: #898991;
1797
- }.list__list_irtxd {
1798
- color: #fff;
1799
- }
1800
- .list__slot_r4mi3.list__defaultColor_r4mi3 {
1801
- color: #fff;
1802
- }.attach__component_1r9a8 {
1803
- } .attach__file_1r9a8,
1804
- .attach__noFile_1r9a8 {
1805
- color: rgba(238, 238, 251, 0.55);
1806
- } .attach__focused_1r9a8 {
1807
- outline: 2px solid #3193fc;
1808
- }.chart__coreChart_1oj7u .recharts-text tspan {
1797
+ }.chart__coreChart_1oj7u .recharts-text tspan {
1809
1798
  fill: #fff;
1810
1799
  }
1811
1800
  @keyframes chart__showDot_a3qew {
@@ -1828,6 +1817,17 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
1828
1817
  background-color: #0e0e0e;
1829
1818
  } .chart__tooltipArrow_1w3zv:before {
1830
1819
  border-color: transparent #0e0e0e transparent transparent;
1820
+ }.list__list_irtxd {
1821
+ color: #fff;
1822
+ }
1823
+ .list__slot_r4mi3.list__defaultColor_r4mi3 {
1824
+ color: #fff;
1825
+ }.attach__component_1r9a8 {
1826
+ } .attach__file_1r9a8,
1827
+ .attach__noFile_1r9a8 {
1828
+ color: rgba(238, 238, 251, 0.55);
1829
+ } .attach__focused_1r9a8 {
1830
+ outline: 2px solid #3193fc;
1831
1831
  }.stepped-progress-bar__bar_wsxkd {
1832
1832
  background: rgba(222, 222, 240, 0.12);
1833
1833
  } .stepped-progress-bar__description_wsxkd {
@@ -1855,6 +1855,36 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
1855
1855
  background: #fff;
1856
1856
  } .stepped-progress-bar__bar_1vfov.stepped-progress-bar__accent_1vfov {
1857
1857
  background: #ef3124;
1858
+ }.custom-button__customButton_7mv51.custom-button__white_7mv51 * {
1859
+ color: #0e0e0e;
1860
+ } .custom-button__customButton_7mv51.custom-button__black_7mv51 * {
1861
+ color: #fff;
1862
+ } .custom-button__customButton_7mv51.custom-button__static-white_7mv51 * {
1863
+ color: #fff;
1864
+ } .custom-button__customButton_7mv51.custom-button__static-black_7mv51 * {
1865
+ color: #0e0e0e;
1866
+ } .custom-button__customButton_7mv51:before {
1867
+ background-color: rgba(0, 0, 0, 0);
1868
+ } .custom-button__customButton_7mv51.custom-button__darkening_7mv51:hover:before {
1869
+ background-color: rgba(255, 255, 255, 0.07);
1870
+ } .custom-button__customButton_7mv51.custom-button__darkening_7mv51:active:before {
1871
+ background-color: rgba(255, 255, 255, 0.15);
1872
+ } .custom-button__customButton_7mv51.custom-button__lightening_7mv51:hover:before {
1873
+ background-color: rgba(0, 0, 0, 0.07);
1874
+ } .custom-button__customButton_7mv51.custom-button__lightening_7mv51:active:before {
1875
+ background-color: rgba(0, 0, 0, 0.15);
1876
+ } .custom-button__customButton_7mv51.custom-button__static-darkening_7mv51:hover:before {
1877
+ background-color: rgba(0, 0, 0, 0.07);
1878
+ } .custom-button__customButton_7mv51.custom-button__static-darkening_7mv51:active:before {
1879
+ background-color: rgba(0, 0, 0, 0.15);
1880
+ } .custom-button__customButton_7mv51.custom-button__static-lightening_7mv51:hover:before {
1881
+ background-color: rgba(255, 255, 255, 0.07);
1882
+ } .custom-button__customButton_7mv51.custom-button__static-lightening_7mv51:active:before {
1883
+ background-color: rgba(255, 255, 255, 0.15);
1884
+ } .custom-button__customButton_7mv51:disabled.custom-button__white_7mv51 * {
1885
+ color: #fff;
1886
+ } .custom-button__customButton_7mv51:disabled.custom-button__black_7mv51 * {
1887
+ color: #0e0e0e;
1858
1888
  }.confirmation-v1__errorHeader_t9am0 {
1859
1889
  color: #fff;
1860
1890
  color: #fff;
@@ -1903,37 +1933,31 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
1903
1933
  } .confirmation-v1__loaderText_153rq {
1904
1934
  color: rgba(238, 238, 251, 0.55);
1905
1935
  color: rgba(238, 238, 251, 0.55);
1906
- }.custom-button__customButton_7mv51.custom-button__white_7mv51 * {
1907
- color: #0e0e0e;
1908
- } .custom-button__customButton_7mv51.custom-button__black_7mv51 * {
1909
- color: #fff;
1910
- } .custom-button__customButton_7mv51.custom-button__static-white_7mv51 * {
1911
- color: #fff;
1912
- } .custom-button__customButton_7mv51.custom-button__static-black_7mv51 * {
1913
- color: #0e0e0e;
1914
- } .custom-button__customButton_7mv51:before {
1915
- background-color: rgba(0, 0, 0, 0);
1916
- } .custom-button__customButton_7mv51.custom-button__darkening_7mv51:hover:before {
1917
- background-color: rgba(255, 255, 255, 0.07);
1918
- } .custom-button__customButton_7mv51.custom-button__darkening_7mv51:active:before {
1919
- background-color: rgba(255, 255, 255, 0.15);
1920
- } .custom-button__customButton_7mv51.custom-button__lightening_7mv51:hover:before {
1921
- background-color: rgba(0, 0, 0, 0.07);
1922
- } .custom-button__customButton_7mv51.custom-button__lightening_7mv51:active:before {
1923
- background-color: rgba(0, 0, 0, 0.15);
1924
- } .custom-button__customButton_7mv51.custom-button__static-darkening_7mv51:hover:before {
1925
- background-color: rgba(0, 0, 0, 0.07);
1926
- } .custom-button__customButton_7mv51.custom-button__static-darkening_7mv51:active:before {
1927
- background-color: rgba(0, 0, 0, 0.15);
1928
- } .custom-button__customButton_7mv51.custom-button__static-lightening_7mv51:hover:before {
1929
- background-color: rgba(255, 255, 255, 0.07);
1930
- } .custom-button__customButton_7mv51.custom-button__static-lightening_7mv51:active:before {
1931
- background-color: rgba(255, 255, 255, 0.15);
1932
- } .custom-button__customButton_7mv51:disabled.custom-button__white_7mv51 * {
1933
- color: #fff;
1934
- } .custom-button__customButton_7mv51:disabled.custom-button__black_7mv51 * {
1935
- color: #0e0e0e;
1936
- }.cc-icon-button.icon-button__primary_ktta8 {
1936
+ }
1937
+ .confirmation__component_7tb3k {
1938
+ color: rgba(238, 238, 251, 0.55);
1939
+ }
1940
+ .confirmation__circle_1ir9z {
1941
+ fill: transparent;
1942
+ stroke: #49494f;
1943
+ }
1944
+
1945
+ .confirmation__typographyTheme_10nk4.confirmation__typographyTheme_10nk4 {
1946
+ color: rgba(238, 238, 251, 0.55);
1947
+ }
1948
+ .confirmation__typographyTheme_1yz9z.confirmation__typographyTheme_1yz9z {
1949
+ color: rgba(238, 238, 251, 0.55);
1950
+ }
1951
+ .confirmation__typographyTheme_y4if3.confirmation__typographyTheme_y4if3 {
1952
+ color: rgba(238, 238, 251, 0.55);
1953
+ } .confirmation__phone_y4if3.confirmation__phone_y4if3 {
1954
+ color: #fff;
1955
+ } .confirmation__countdownContainer_y4if3.confirmation__countdownContainer_y4if3 {
1956
+ color: rgba(238, 238, 251, 0.55);
1957
+ }
1958
+ .confirmation__typographyTheme_11zt0.confirmation__typographyTheme_11zt0 {
1959
+ color: rgba(238, 238, 251, 0.55);
1960
+ }.cc-icon-button.icon-button__primary_ktta8 {
1937
1961
  color: #fff
1938
1962
  } .cc-icon-button.icon-button__primary_ktta8:hover {
1939
1963
  color: #babbc2;
@@ -2027,31 +2051,7 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
2027
2051
  color: rgba(15, 25, 55, 0.1)
2028
2052
  } .cc-icon-button.icon-button__component_wkukk:disabled.icon-button__tertiary_wkukk.icon-button__loader_wkukk {
2029
2053
  color: rgba(9, 12, 37, 0.28);
2030
- }
2031
- .confirmation__component_7tb3k {
2032
- color: rgba(238, 238, 251, 0.55);
2033
- }
2034
- .confirmation__circle_1ir9z {
2035
- fill: transparent;
2036
- stroke: #49494f;
2037
- }
2038
-
2039
- .confirmation__typographyTheme_10nk4.confirmation__typographyTheme_10nk4 {
2040
- color: rgba(238, 238, 251, 0.55);
2041
- }
2042
- .confirmation__typographyTheme_1yz9z.confirmation__typographyTheme_1yz9z {
2043
- color: rgba(238, 238, 251, 0.55);
2044
- }
2045
- .confirmation__typographyTheme_y4if3.confirmation__typographyTheme_y4if3 {
2046
- color: rgba(238, 238, 251, 0.55);
2047
- } .confirmation__phone_y4if3.confirmation__phone_y4if3 {
2048
- color: #fff;
2049
- } .confirmation__countdownContainer_y4if3.confirmation__countdownContainer_y4if3 {
2050
- color: rgba(238, 238, 251, 0.55);
2051
- }
2052
- .confirmation__typographyTheme_11zt0.confirmation__typographyTheme_11zt0 {
2053
- color: rgba(238, 238, 251, 0.55);
2054
- }.input__input_fhdyu {
2054
+ }.input__input_fhdyu {
2055
2055
  color: #fff;
2056
2056
  caret-color: #fff;
2057
2057
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -2295,7 +2295,7 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
2295
2295
  color: rgba(233, 233, 250, 0.37);
2296
2296
  } .with-suffix__readOnly_kik3r {
2297
2297
  color: rgba(233, 233, 250, 0.37);
2298
- }.bottom-sheet__modal_1hk66 {
2298
+ }.bottom-sheet__modal_1hk66.bottom-sheet__modal_1hk66 {
2299
2299
  background-color: transparent;
2300
2300
  } .bottom-sheet__component_1hk66 {
2301
2301
  background-color: #0e0e0e;
@@ -2496,7 +2496,6 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
2496
2496
  }
2497
2497
  .amount-input__minorPartAndCurrency_29kw6 {
2498
2498
  color: rgba(4, 4, 19, 0.55);
2499
- }@media (min-width: 600px) {
2500
2499
  }.tooltip__hint_s3tk4 {
2501
2500
  background-color: #fff;
2502
2501
  box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
@@ -2526,7 +2525,8 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
2526
2525
  } .tooltip__hint_8gswx .tooltip__arrow_8gswx:after {
2527
2526
  background-color: #0e0e0e;
2528
2527
  }
2529
- .calendar__container_b7gyj.calendar__customScrollbar_b7gyj::-webkit-scrollbar-track {
2528
+ @media (min-width: 600px) {
2529
+ }.calendar__container_b7gyj.calendar__customScrollbar_b7gyj::-webkit-scrollbar-track {
2530
2530
  background-color: transparent;
2531
2531
  } .calendar__container_b7gyj.calendar__customScrollbar_b7gyj::-webkit-scrollbar-track-piece {
2532
2532
  background-color: transparent;
@@ -2705,9 +2705,7 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
2705
2705
  } .gallery__fullScreenImage_4py45 {
2706
2706
  background-color: #0e0e0e;
2707
2707
  }
2708
- .calendar-with-skeleton__skeleton_8gylq {
2709
- background-color: #0e0e0e;
2710
- }.select__arrow_rfo9c {
2708
+ .select__arrow_rfo9c {
2711
2709
  color: rgba(238, 238, 251, 0.55);
2712
2710
  }
2713
2711
 
@@ -2805,7 +2803,9 @@ button.pagination__tag_4odhh.pagination__tag_4odhh {
2805
2803
  .select__footer_oq3je {
2806
2804
  background-color: #0e0e0e
2807
2805
  }
2808
- .date-range-input__calendarContainer_nszf4 {
2806
+ .calendar-with-skeleton__skeleton_8gylq {
2807
+ background-color: #0e0e0e;
2808
+ }.date-range-input__calendarContainer_nszf4 {
2809
2809
  border: 1px solid #27272a
2810
2810
  }.calendar-input__calendarContainer_15kfa {
2811
2811
  border: 1px solid #27272a
@@ -11,9 +11,9 @@ require('classnames');
11
11
  require('./hooks/useSkeleton.js');
12
12
  require('../skeleton');
13
13
  require('@alfalab/hooks');
14
- require('./colors.module-88798512.js');
14
+ require('./colors.module-49eb285f.js');
15
15
  require('./title/component.js');
16
- require('./common.module-60c4edff.js');
16
+ require('./common.module-7275f428.js');
17
17
 
18
18
  var Typography = {
19
19
  Title: title_index.Title,
@@ -9,9 +9,9 @@ import 'classnames';
9
9
  import './hooks/useSkeleton.js';
10
10
  import '../../skeleton/esm';
11
11
  import '@alfalab/hooks';
12
- import './colors.module-5d0e5d81.js';
12
+ import './colors.module-0752fba9.js';
13
13
  import './title/component.js';
14
- import './common.module-980459cf.js';
14
+ import './common.module-a41f9d6b.js';
15
15
 
16
16
  var Typography = {
17
17
  Title: Title,
@@ -8,9 +8,9 @@ import 'classnames';
8
8
  import './hooks/useSkeleton.js';
9
9
  import '../../skeleton/esm';
10
10
  import '@alfalab/hooks';
11
- import './colors.module-5d0e5d81.js';
11
+ import './colors.module-0752fba9.js';
12
12
  import './title/index.js';
13
13
  import './title/component.js';
14
- import './common.module-980459cf.js';
14
+ import './common.module-a41f9d6b.js';
15
15
  import './title-mobile/component.js';
16
16
  import './title-responsive/component.js';
@@ -3,7 +3,7 @@ import React, { forwardRef } from 'react';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { useSkeleton } from '../hooks/useSkeleton.js';
6
- import { c as colors } from '../colors.module-5d0e5d81.js';
6
+ import { c as colors } from '../colors.module-0752fba9.js';
7
7
  import '../../../skeleton/esm';
8
8
  import '@alfalab/hooks';
9
9
 
@@ -6,4 +6,4 @@ import 'classnames';
6
6
  import '../hooks/useSkeleton.js';
7
7
  import '../../../skeleton/esm';
8
8
  import '@alfalab/hooks';
9
- import '../colors.module-5d0e5d81.js';
9
+ import '../colors.module-0752fba9.js';
@@ -3,7 +3,7 @@ import React, { forwardRef } from 'react';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { useSkeleton } from '../hooks/useSkeleton.js';
6
- import { c as colors } from '../colors.module-5d0e5d81.js';
6
+ import { c as colors } from '../colors.module-0752fba9.js';
7
7
  import '../../../skeleton/esm';
8
8
  import '@alfalab/hooks';
9
9
 
@@ -1,13 +1,13 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { Title as Title$1 } from './component.js';
4
- import { c as commonStyles } from '../common.module-980459cf.js';
4
+ import { c as commonStyles } from '../common.module-a41f9d6b.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../hooks/useSkeleton.js';
8
8
  import '../../../skeleton/esm';
9
9
  import '@alfalab/hooks';
10
- import '../colors.module-5d0e5d81.js';
10
+ import '../colors.module-0752fba9.js';
11
11
 
12
12
  var styles = {"styrene-xlarge":"typography__styrene-xlarge_13czt","styrene-large":"typography__styrene-large_13czt","styrene-medium":"typography__styrene-medium_13czt","styrene-small":"typography__styrene-small_13czt","styrene-xsmall":"typography__styrene-xsmall_13czt","system-xlarge":"typography__system-xlarge_13czt","system-large":"typography__system-large_13czt","system-medium":"typography__system-medium_13czt","system-small":"typography__system-small_13czt","system-xsmall":"typography__system-xsmall_13czt","margins-xlarge":"typography__margins-xlarge_13czt","margins-large":"typography__margins-large_13czt","margins-medium":"typography__margins-medium_13czt","margins-small":"typography__margins-small_13czt","margins-xsmall":"typography__margins-xsmall_13czt","rowLimit1":"typography__rowLimit1_13czt","rowLimit2":"typography__rowLimit2_13czt","rowLimit3":"typography__rowLimit3_13czt"};
13
13
  require('./index.css');
@@ -1,13 +1,13 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { Title } from '../title/component.js';
4
- import { c as commonStyles } from '../common.module-980459cf.js';
4
+ import { c as commonStyles } from '../common.module-a41f9d6b.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../hooks/useSkeleton.js';
8
8
  import '../../../skeleton/esm';
9
9
  import '@alfalab/hooks';
10
- import '../colors.module-5d0e5d81.js';
10
+ import '../colors.module-0752fba9.js';
11
11
 
12
12
  var styles = {"styrene-xlarge":"typography__styrene-xlarge_1njut","styrene-large":"typography__styrene-large_1njut","styrene-medium":"typography__styrene-medium_1njut","styrene-small":"typography__styrene-small_1njut","styrene-xsmall":"typography__styrene-xsmall_1njut","system-xlarge":"typography__system-xlarge_1njut","system-large":"typography__system-large_1njut","system-medium":"typography__system-medium_1njut","system-small":"typography__system-small_1njut","system-xsmall":"typography__system-xsmall_1njut"};
13
13
  require('./index.css');
@@ -7,5 +7,5 @@ import 'classnames';
7
7
  import '../hooks/useSkeleton.js';
8
8
  import '../../../skeleton/esm';
9
9
  import '@alfalab/hooks';
10
- import '../colors.module-5d0e5d81.js';
11
- import '../common.module-980459cf.js';
10
+ import '../colors.module-0752fba9.js';
11
+ import '../common.module-a41f9d6b.js';
@@ -1,13 +1,13 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { Title } from '../title/component.js';
4
- import { c as commonStyles } from '../common.module-980459cf.js';
4
+ import { c as commonStyles } from '../common.module-a41f9d6b.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../hooks/useSkeleton.js';
8
8
  import '../../../skeleton/esm';
9
9
  import '@alfalab/hooks';
10
- import '../colors.module-5d0e5d81.js';
10
+ import '../colors.module-0752fba9.js';
11
11
 
12
12
  var styles = {"styrene-xlarge":"typography__styrene-xlarge_ku2nq","styrene-large":"typography__styrene-large_ku2nq","styrene-medium":"typography__styrene-medium_ku2nq","styrene-small":"typography__styrene-small_ku2nq","styrene-xsmall":"typography__styrene-xsmall_ku2nq","system-xlarge":"typography__system-xlarge_ku2nq","system-large":"typography__system-large_ku2nq","system-medium":"typography__system-medium_ku2nq","system-small":"typography__system-small_ku2nq","system-xsmall":"typography__system-xsmall_ku2nq","margins-xlarge":"typography__margins-xlarge_ku2nq","margins-large":"typography__margins-large_ku2nq","margins-medium":"typography__margins-medium_ku2nq","margins-small":"typography__margins-small_ku2nq","margins-xsmall":"typography__margins-xsmall_ku2nq"};
13
13
  require('./index.css');
@@ -7,5 +7,5 @@ import 'classnames';
7
7
  import '../hooks/useSkeleton.js';
8
8
  import '../../../skeleton/esm';
9
9
  import '@alfalab/hooks';
10
- import '../colors.module-5d0e5d81.js';
11
- import '../common.module-980459cf.js';
10
+ import '../colors.module-0752fba9.js';
11
+ import '../common.module-a41f9d6b.js';