@alfalab/core-components 48.11.0-beta.2 → 48.11.0-beta.3

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 (407) hide show
  1. package/bottom-sheet/cssm/index.module.css +3 -1
  2. package/bottom-sheet/esm/index.css +3 -1
  3. package/bottom-sheet/index.css +3 -1
  4. package/bottom-sheet/modern/index.css +3 -1
  5. package/bottom-sheet/moderncssm/index.module.css +4 -1
  6. package/calendar/components/calendar-mobile/Component.js +1 -1
  7. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  8. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  9. package/calendar/components/calendar-mobile/index.js +1 -1
  10. package/calendar/esm/Component.responsive.js +1 -1
  11. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  12. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  13. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  14. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  15. package/calendar/esm/index.js +1 -1
  16. package/calendar/esm/mobile/index.js +1 -1
  17. package/calendar/mobile/index.js +1 -1
  18. package/calendar/modern/Component.responsive.js +1 -1
  19. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  20. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  21. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  22. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  23. package/calendar/modern/index.js +1 -1
  24. package/calendar/modern/mobile/index.js +1 -1
  25. package/confirmation/components/screens/initial/component.js +1 -1
  26. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  27. package/confirmation/esm/component.responsive.js +1 -1
  28. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  29. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  30. package/confirmation/esm/components/index.js +1 -1
  31. package/confirmation/esm/components/screens/index.js +1 -1
  32. package/confirmation/esm/components/screens/initial/component.js +1 -1
  33. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  34. package/confirmation/esm/components/screens/initial/index.js +1 -1
  35. package/confirmation/esm/desktop/component.desktop.js +1 -1
  36. package/confirmation/esm/desktop/index.js +1 -1
  37. package/confirmation/esm/index.js +1 -1
  38. package/confirmation/esm/mobile/component.mobile.js +1 -1
  39. package/confirmation/esm/mobile/index.js +1 -1
  40. package/confirmation/esm/shared/index.js +1 -1
  41. package/confirmation/modern/component.responsive.js +1 -1
  42. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  43. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  44. package/confirmation/modern/components/index.js +1 -1
  45. package/confirmation/modern/components/screens/index.js +1 -1
  46. package/confirmation/modern/components/screens/initial/component.js +1 -1
  47. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  48. package/confirmation/modern/components/screens/initial/index.js +1 -1
  49. package/confirmation/modern/desktop/component.desktop.js +1 -1
  50. package/confirmation/modern/desktop/index.js +1 -1
  51. package/confirmation/modern/index.js +1 -1
  52. package/confirmation/modern/mobile/component.mobile.js +1 -1
  53. package/confirmation/modern/mobile/index.js +1 -1
  54. package/confirmation/modern/shared/index.js +1 -1
  55. package/file-upload-item/components/actions-control/actions.js +1 -1
  56. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  57. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  58. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  59. package/file-upload-item/esm/Component.js +1 -1
  60. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  61. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  62. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  63. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  64. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  65. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  66. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  67. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  68. package/file-upload-item/esm/index.js +1 -1
  69. package/file-upload-item/modern/Component.js +1 -1
  70. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  71. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  72. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  73. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  74. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  75. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  76. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  77. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  78. package/file-upload-item/modern/index.js +1 -1
  79. package/gallery/components/image-viewer/component.js +1 -1
  80. package/gallery/components/image-viewer/hooks.js +1 -1
  81. package/gallery/components/image-viewer/single.js +1 -1
  82. package/gallery/components/image-viewer/slide.js +1 -1
  83. package/gallery/esm/Component.js +1 -1
  84. package/gallery/esm/components/image-viewer/component.js +1 -1
  85. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  86. package/gallery/esm/components/image-viewer/index.js +1 -1
  87. package/gallery/esm/components/image-viewer/single.js +1 -1
  88. package/gallery/esm/components/image-viewer/slide.js +1 -1
  89. package/gallery/esm/components/index.js +1 -1
  90. package/gallery/esm/index.js +1 -1
  91. package/gallery/modern/Component.js +1 -1
  92. package/gallery/modern/components/image-viewer/component.js +1 -1
  93. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  94. package/gallery/modern/components/image-viewer/index.js +1 -1
  95. package/gallery/modern/components/image-viewer/single.js +1 -1
  96. package/gallery/modern/components/image-viewer/slide.js +1 -1
  97. package/gallery/modern/components/index.js +1 -1
  98. package/gallery/modern/index.js +1 -1
  99. package/modal/components/controls/Component.js +1 -1
  100. package/modal/components/footer/Component.js +1 -1
  101. package/modal/components/header/mobile.css +31 -14
  102. package/modal/cssm/components/header/mobile.module.css +31 -14
  103. package/modal/cssm/mobile/mobile.module.css +27 -13
  104. package/modal/esm/Component.responsive.js +1 -1
  105. package/modal/esm/components/controls/Component.js +1 -1
  106. package/modal/esm/components/controls/index.js +1 -1
  107. package/modal/esm/components/footer/Component.js +1 -1
  108. package/modal/esm/components/header/mobile.css +31 -14
  109. package/modal/esm/desktop/Component.desktop.js +1 -1
  110. package/modal/esm/desktop/index.js +1 -1
  111. package/modal/esm/index.js +1 -1
  112. package/modal/esm/mobile/Component.mobile.js +1 -1
  113. package/modal/esm/mobile/index.js +1 -1
  114. package/modal/esm/mobile/mobile.css +27 -13
  115. package/modal/mobile/mobile.css +27 -13
  116. package/modal/modern/Component.responsive.js +1 -1
  117. package/modal/modern/components/controls/Component.js +1 -1
  118. package/modal/modern/components/controls/index.js +1 -1
  119. package/modal/modern/components/footer/Component.js +1 -1
  120. package/modal/modern/components/header/mobile.css +31 -14
  121. package/modal/modern/desktop/Component.desktop.js +1 -1
  122. package/modal/modern/desktop/index.js +1 -1
  123. package/modal/modern/index.js +1 -1
  124. package/modal/modern/mobile/Component.mobile.js +1 -1
  125. package/modal/modern/mobile/index.js +1 -1
  126. package/modal/modern/mobile/mobile.css +27 -13
  127. package/modal/moderncssm/components/header/mobile.module.css +4 -7
  128. package/modal/moderncssm/mobile/mobile.module.css +6 -6
  129. package/package.json +1 -1
  130. package/phone-input/utils/index.js +3 -1
  131. package/picker-button/Component-c44170fe.d.ts +1 -1
  132. package/pure-cell/component.js +1 -1
  133. package/pure-cell/components/addon/component.js +1 -1
  134. package/pure-cell/components/addon/index.d.ts +1 -1
  135. package/pure-cell/components/addon/index.js +1 -1
  136. package/pure-cell/components/amount/component.js +1 -1
  137. package/pure-cell/components/amount/index.d.ts +1 -1
  138. package/pure-cell/components/amount/index.js +1 -1
  139. package/pure-cell/components/amount-title/component.js +1 -1
  140. package/pure-cell/components/amount-title/index.d.ts +1 -1
  141. package/pure-cell/components/amount-title/index.js +1 -1
  142. package/pure-cell/components/category/component.js +1 -1
  143. package/pure-cell/components/category/index.d.ts +1 -1
  144. package/pure-cell/components/category/index.js +1 -1
  145. package/pure-cell/components/content/component.js +1 -1
  146. package/pure-cell/components/content/index.d.ts +1 -1
  147. package/pure-cell/components/content/index.js +1 -1
  148. package/pure-cell/components/footer/component.js +1 -1
  149. package/pure-cell/components/footer/index.d.ts +1 -1
  150. package/pure-cell/components/footer/index.js +1 -1
  151. package/pure-cell/components/footer-button/component.js +1 -1
  152. package/pure-cell/components/footer-button/index.d.ts +1 -1
  153. package/pure-cell/components/footer-button/index.js +1 -1
  154. package/pure-cell/components/footer-text/component.js +1 -1
  155. package/pure-cell/components/footer-text/index.d.ts +1 -1
  156. package/pure-cell/components/footer-text/index.js +1 -1
  157. package/pure-cell/components/graphics/component.js +1 -1
  158. package/pure-cell/components/graphics/index.d.ts +1 -1
  159. package/pure-cell/components/graphics/index.js +1 -1
  160. package/pure-cell/components/main/component.js +1 -1
  161. package/pure-cell/components/main/index.d.ts +1 -1
  162. package/pure-cell/components/main/index.js +1 -1
  163. package/pure-cell/components/text/component.js +1 -1
  164. package/pure-cell/components/text/index.d.ts +1 -1
  165. package/pure-cell/components/text/index.js +1 -1
  166. package/pure-cell/esm/component.js +1 -1
  167. package/pure-cell/esm/components/addon/component.js +1 -1
  168. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  169. package/pure-cell/esm/components/addon/index.js +1 -1
  170. package/pure-cell/esm/components/amount/component.js +1 -1
  171. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  172. package/pure-cell/esm/components/amount/index.js +1 -1
  173. package/pure-cell/esm/components/amount-title/component.js +1 -1
  174. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  175. package/pure-cell/esm/components/amount-title/index.js +1 -1
  176. package/pure-cell/esm/components/category/component.js +1 -1
  177. package/pure-cell/esm/components/category/index.d.ts +1 -1
  178. package/pure-cell/esm/components/category/index.js +1 -1
  179. package/pure-cell/esm/components/content/component.js +1 -1
  180. package/pure-cell/esm/components/content/index.d.ts +1 -1
  181. package/pure-cell/esm/components/content/index.js +1 -1
  182. package/pure-cell/esm/components/footer/component.js +1 -1
  183. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  184. package/pure-cell/esm/components/footer/index.js +1 -1
  185. package/pure-cell/esm/components/footer-button/component.js +1 -1
  186. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  187. package/pure-cell/esm/components/footer-button/index.js +1 -1
  188. package/pure-cell/esm/components/footer-text/component.js +1 -1
  189. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  190. package/pure-cell/esm/components/footer-text/index.js +1 -1
  191. package/pure-cell/esm/components/graphics/component.js +1 -1
  192. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  193. package/pure-cell/esm/components/graphics/index.js +1 -1
  194. package/pure-cell/esm/components/main/component.js +1 -1
  195. package/pure-cell/esm/components/main/index.d.ts +1 -1
  196. package/pure-cell/esm/components/main/index.js +1 -1
  197. package/pure-cell/esm/components/text/component.js +1 -1
  198. package/pure-cell/esm/components/text/index.d.ts +1 -1
  199. package/pure-cell/esm/components/text/index.js +1 -1
  200. package/pure-cell/esm/index.js +1 -1
  201. package/pure-cell/index.js +1 -1
  202. package/pure-cell/modern/component.js +1 -1
  203. package/pure-cell/modern/components/addon/component.js +1 -1
  204. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  205. package/pure-cell/modern/components/addon/index.js +1 -1
  206. package/pure-cell/modern/components/amount/component.js +1 -1
  207. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  208. package/pure-cell/modern/components/amount/index.js +1 -1
  209. package/pure-cell/modern/components/amount-title/component.js +1 -1
  210. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  211. package/pure-cell/modern/components/amount-title/index.js +1 -1
  212. package/pure-cell/modern/components/category/component.js +1 -1
  213. package/pure-cell/modern/components/category/index.d.ts +1 -1
  214. package/pure-cell/modern/components/category/index.js +1 -1
  215. package/pure-cell/modern/components/content/component.js +1 -1
  216. package/pure-cell/modern/components/content/index.d.ts +1 -1
  217. package/pure-cell/modern/components/content/index.js +1 -1
  218. package/pure-cell/modern/components/footer/component.js +1 -1
  219. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  220. package/pure-cell/modern/components/footer/index.js +1 -1
  221. package/pure-cell/modern/components/footer-button/component.js +1 -1
  222. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  223. package/pure-cell/modern/components/footer-button/index.js +1 -1
  224. package/pure-cell/modern/components/footer-text/component.js +1 -1
  225. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  226. package/pure-cell/modern/components/footer-text/index.js +1 -1
  227. package/pure-cell/modern/components/graphics/component.js +1 -1
  228. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  229. package/pure-cell/modern/components/graphics/index.js +1 -1
  230. package/pure-cell/modern/components/main/component.js +1 -1
  231. package/pure-cell/modern/components/main/index.d.ts +1 -1
  232. package/pure-cell/modern/components/main/index.js +1 -1
  233. package/pure-cell/modern/components/text/component.js +1 -1
  234. package/pure-cell/modern/components/text/index.d.ts +1 -1
  235. package/pure-cell/modern/components/text/index.js +1 -1
  236. package/pure-cell/modern/index.js +1 -1
  237. package/select/components/base-select/Component.js +2 -2
  238. package/select/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  239. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  240. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  241. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  242. package/select/esm/Component.responsive.js +3 -3
  243. package/select/esm/components/base-select/Component.js +2 -2
  244. package/select/esm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  245. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  246. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  247. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  248. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  249. package/select/esm/components/base-select/index.js +2 -2
  250. package/select/esm/components/index.js +2 -2
  251. package/select/esm/desktop/Component.desktop.js +2 -2
  252. package/select/esm/desktop/index.js +2 -2
  253. package/select/esm/index.js +3 -3
  254. package/select/esm/mobile/Component.mobile.js +3 -3
  255. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  256. package/select/esm/mobile/index.js +3 -3
  257. package/select/esm/presets/index.js +1 -1
  258. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  259. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  260. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  261. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  262. package/select/esm/shared/index.js +3 -3
  263. package/select/mobile/Component.mobile.js +1 -1
  264. package/select/modern/Component.responsive.js +3 -3
  265. package/select/modern/components/base-select/Component.js +2 -2
  266. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  267. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  268. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  269. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  270. package/select/modern/components/base-select/index.js +2 -2
  271. package/select/modern/components/index.js +2 -2
  272. package/select/modern/desktop/Component.desktop.js +2 -2
  273. package/select/modern/desktop/index.js +2 -2
  274. package/select/modern/index.js +3 -3
  275. package/select/modern/mobile/Component.mobile.js +3 -3
  276. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  277. package/select/modern/mobile/index.js +3 -3
  278. package/select/modern/presets/index.js +1 -1
  279. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  280. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  281. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  282. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  283. package/select/modern/shared/index.js +3 -3
  284. package/select/moderncssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  285. package/select/presets/index.js +1 -1
  286. package/select/presets/useSelectWithApply/hook.js +1 -1
  287. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  288. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  289. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  290. package/select/shared/index.js +1 -1
  291. package/select-with-tags/Component.responsive.d.ts +1 -1
  292. package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
  293. package/side-panel/components/controls/Component.js +1 -1
  294. package/side-panel/components/footer/Component.js +1 -1
  295. package/side-panel/components/header/mobile.css +31 -14
  296. package/side-panel/cssm/components/header/mobile.module.css +31 -14
  297. package/side-panel/cssm/mobile/mobile.module.css +31 -15
  298. package/side-panel/esm/Component.responsive.js +1 -1
  299. package/side-panel/esm/components/controls/Component.js +1 -1
  300. package/side-panel/esm/components/controls/index.js +1 -1
  301. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  302. package/side-panel/esm/components/footer/Component.js +1 -1
  303. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  304. package/side-panel/esm/components/header/mobile.css +31 -14
  305. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  306. package/side-panel/esm/desktop/index.js +1 -1
  307. package/side-panel/esm/index.js +1 -1
  308. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  309. package/side-panel/esm/mobile/index.js +1 -1
  310. package/side-panel/esm/mobile/mobile.css +31 -15
  311. package/side-panel/mobile/mobile.css +31 -15
  312. package/side-panel/modern/Component.responsive.js +1 -1
  313. package/side-panel/modern/components/controls/Component.js +1 -1
  314. package/side-panel/modern/components/controls/index.js +1 -1
  315. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  316. package/side-panel/modern/components/footer/Component.js +1 -1
  317. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  318. package/side-panel/modern/components/header/mobile.css +31 -14
  319. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  320. package/side-panel/modern/desktop/index.js +1 -1
  321. package/side-panel/modern/index.js +1 -1
  322. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  323. package/side-panel/modern/mobile/index.js +1 -1
  324. package/side-panel/modern/mobile/mobile.css +31 -15
  325. package/side-panel/moderncssm/components/header/mobile.module.css +4 -7
  326. package/side-panel/moderncssm/mobile/mobile.module.css +6 -8
  327. package/textarea/Component.js +1 -1
  328. package/textarea/components/PseudoTextArea.js +1 -1
  329. package/textarea/components/index.d.ts +1 -1
  330. package/textarea/components/index.js +1 -1
  331. package/textarea/esm/Component.js +1 -1
  332. package/textarea/esm/components/PseudoTextArea.js +1 -1
  333. package/textarea/esm/components/index.d.ts +1 -1
  334. package/textarea/esm/components/index.js +1 -1
  335. package/textarea/esm/index.js +1 -1
  336. package/textarea/modern/Component.js +1 -1
  337. package/textarea/modern/components/PseudoTextArea.js +1 -1
  338. package/textarea/modern/components/index.d.ts +1 -1
  339. package/textarea/modern/components/index.js +1 -1
  340. package/textarea/modern/index.js +1 -1
  341. package/themes/click.css +6 -0
  342. package/themes/compiled/mobile-dark-bluetint.css +24 -24
  343. package/themes/corp.css +6 -0
  344. package/themes/intranet.css +6 -0
  345. package/themes/mobile.css +6 -0
  346. package/themes/site.css +6 -0
  347. package/toast/Component.responsive.d.ts +1 -1
  348. package/toast/components/base-toast/component.d.ts +1 -1
  349. package/toast/moderncssm/Component.responsive.d.ts +1 -1
  350. package/toast/moderncssm/components/base-toast/component.d.ts +1 -1
  351. package/vars/cssm/safe-area.css +6 -0
  352. package/vars/moderncssm/safe-area.css +6 -0
  353. package/vars/safe-area.css +6 -0
  354. /package/calendar/{calendarMonthOnlyView-7786d60e.d.ts → calendarMonthOnlyView-e1a62d6e.d.ts} +0 -0
  355. /package/calendar/{calendarMonthOnlyView-7786d60e.js → calendarMonthOnlyView-e1a62d6e.js} +0 -0
  356. /package/calendar/esm/{calendarMonthOnlyView-ca6d4fa5.d.ts → calendarMonthOnlyView-636b8523.d.ts} +0 -0
  357. /package/calendar/esm/{calendarMonthOnlyView-ca6d4fa5.js → calendarMonthOnlyView-636b8523.js} +0 -0
  358. /package/calendar/modern/{calendarMonthOnlyView-f1e8c097.d.ts → calendarMonthOnlyView-aaebf577.d.ts} +0 -0
  359. /package/calendar/modern/{calendarMonthOnlyView-f1e8c097.js → calendarMonthOnlyView-aaebf577.js} +0 -0
  360. /package/confirmation/{countdown-section-89337ecf.d.ts → countdown-section-a17c08d8.d.ts} +0 -0
  361. /package/confirmation/{countdown-section-89337ecf.js → countdown-section-a17c08d8.js} +0 -0
  362. /package/confirmation/esm/{countdown-section-b16b431a.d.ts → countdown-section-f95e3c3d.d.ts} +0 -0
  363. /package/confirmation/esm/{countdown-section-b16b431a.js → countdown-section-f95e3c3d.js} +0 -0
  364. /package/confirmation/modern/{countdown-section-b733476f.d.ts → countdown-section-cc3dc71f.d.ts} +0 -0
  365. /package/confirmation/modern/{countdown-section-b733476f.js → countdown-section-cc3dc71f.js} +0 -0
  366. /package/file-upload-item/{actions-control.module-7a4a0135.js → actions-control.module-e08d77c8.js} +0 -0
  367. /package/file-upload-item/esm/{actions-control.module-ad743de7.js → actions-control.module-d6da555c.js} +0 -0
  368. /package/file-upload-item/modern/{actions-control.module-f9d8fce3.js → actions-control.module-790eaea9.js} +0 -0
  369. /package/gallery/esm/{hooks-dac06679.d.ts → hooks-dbaa4202.d.ts} +0 -0
  370. /package/gallery/esm/{hooks-dac06679.js → hooks-dbaa4202.js} +0 -0
  371. /package/gallery/{hooks-8df6bf90.d.ts → hooks-2d53ec47.d.ts} +0 -0
  372. /package/gallery/{hooks-8df6bf90.js → hooks-2d53ec47.js} +0 -0
  373. /package/gallery/modern/{hooks-eec471b6.d.ts → hooks-7135f197.d.ts} +0 -0
  374. /package/gallery/modern/{hooks-eec471b6.js → hooks-7135f197.js} +0 -0
  375. /package/modal/esm/{layout.module-bb768b3e.js → layout.module-30a0da92.js} +0 -0
  376. /package/modal/{layout.module-ed2ffe81.js → layout.module-00362fdb.js} +0 -0
  377. /package/modal/modern/{layout.module-5ab9983f.js → layout.module-45d5a59a.js} +0 -0
  378. /package/pure-cell/{component-35c45d3f.d.ts → component-bb4e3db5.d.ts} +0 -0
  379. /package/pure-cell/{component-35c45d3f.js → component-bb4e3db5.js} +0 -0
  380. /package/pure-cell/esm/{component-c08b1507.d.ts → component-ad4c20e2.d.ts} +0 -0
  381. /package/pure-cell/esm/{component-c08b1507.js → component-ad4c20e2.js} +0 -0
  382. /package/pure-cell/modern/{component-429aa221.d.ts → component-02f9f339.d.ts} +0 -0
  383. /package/pure-cell/modern/{component-429aa221.js → component-02f9f339.js} +0 -0
  384. /package/select/esm/{hook-7b7e9e7f.d.ts → hook-6d706046.d.ts} +0 -0
  385. /package/select/esm/{hook-7b7e9e7f.js → hook-6d706046.js} +0 -0
  386. /package/select/esm/{list-popover-desktop-c3848d01.d.ts → list-popover-desktop-9d336646.d.ts} +0 -0
  387. /package/select/esm/{list-popover-desktop-c3848d01.js → list-popover-desktop-9d336646.js} +0 -0
  388. /package/select/esm/{mobile.module-2204ee24.js → mobile.module-a21f09e5.js} +0 -0
  389. /package/select/{hook-95a77b71.d.ts → hook-b19eab17.d.ts} +0 -0
  390. /package/select/{hook-95a77b71.js → hook-b19eab17.js} +0 -0
  391. /package/select/{list-popover-desktop-0132c54d.d.ts → list-popover-desktop-5cc02a96.d.ts} +0 -0
  392. /package/select/{list-popover-desktop-0132c54d.js → list-popover-desktop-5cc02a96.js} +0 -0
  393. /package/select/{mobile.module-f46adf70.js → mobile.module-0bb9470e.js} +0 -0
  394. /package/select/modern/{hook-d43769b7.d.ts → hook-04b4740e.d.ts} +0 -0
  395. /package/select/modern/{hook-d43769b7.js → hook-04b4740e.js} +0 -0
  396. /package/select/modern/{list-popover-desktop-eaa6ca6d.d.ts → list-popover-desktop-61e74e85.d.ts} +0 -0
  397. /package/select/modern/{list-popover-desktop-eaa6ca6d.js → list-popover-desktop-61e74e85.js} +0 -0
  398. /package/select/modern/{mobile.module-a17b6129.js → mobile.module-008314e6.js} +0 -0
  399. /package/side-panel/esm/{layout.module-30758b2c.js → layout.module-284e776d.js} +0 -0
  400. /package/side-panel/{layout.module-35b9b7e7.js → layout.module-f59fd96d.js} +0 -0
  401. /package/side-panel/modern/{layout.module-77fa3a98.js → layout.module-5a7345c6.js} +0 -0
  402. /package/textarea/{PseudoTextArea-2e27d9be.d.ts → PseudoTextArea-8e9c4dce.d.ts} +0 -0
  403. /package/textarea/{PseudoTextArea-2e27d9be.js → PseudoTextArea-8e9c4dce.js} +0 -0
  404. /package/textarea/esm/{PseudoTextArea-1c275b4b.d.ts → PseudoTextArea-7bb7e11d.d.ts} +0 -0
  405. /package/textarea/esm/{PseudoTextArea-1c275b4b.js → PseudoTextArea-7bb7e11d.js} +0 -0
  406. /package/textarea/modern/{PseudoTextArea-123e9cd7.d.ts → PseudoTextArea-e880aecc.d.ts} +0 -0
  407. /package/textarea/modern/{PseudoTextArea-123e9cd7.js → PseudoTextArea-e880aecc.js} +0 -0
@@ -55,6 +55,8 @@
55
55
  } :root {
56
56
  } :root {
57
57
  } /* сбрасывает синюю подсветку при нажатии */ :root {
58
+ --sab: env(safe-area-inset-bottom, var(--gap-0));
59
+ } :root {
58
60
  --bottom-sheet-in-transition: transform 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
59
61
  --bottom-sheet-out-transition: transform 0.3s ease;
60
62
  --bottom-sheet-top-radius: var(--border-radius-16);
@@ -148,7 +150,7 @@
148
150
  transition: var(--bottom-sheet-out-transition);
149
151
  transform: translateY(100%);
150
152
  } .safeAreaBottom {
151
- padding-bottom: env(safe-area-inset-bottom);
153
+ padding-bottom: var(--sab);
152
154
  } .background-accent {
153
155
  background-color: var(--color-light-bg-accent);
154
156
  } .background-info {
@@ -56,6 +56,8 @@
56
56
  } :root {
57
57
  } :root {
58
58
  } /* сбрасывает синюю подсветку при нажатии */ :root {
59
+ --sab: env(safe-area-inset-bottom, var(--gap-0));
60
+ } :root {
59
61
  --bottom-sheet-in-transition: transform 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
60
62
  --bottom-sheet-out-transition: transform 0.3s ease;
61
63
  --bottom-sheet-top-radius: var(--border-radius-16);
@@ -149,7 +151,7 @@
149
151
  transition: var(--bottom-sheet-out-transition);
150
152
  transform: translateY(100%);
151
153
  } .bottom-sheet__safeAreaBottom_199xv {
152
- padding-bottom: env(safe-area-inset-bottom);
154
+ padding-bottom: var(--sab);
153
155
  } .bottom-sheet__background-accent_199xv {
154
156
  background-color: var(--color-light-bg-accent);
155
157
  } .bottom-sheet__background-info_199xv {
@@ -56,6 +56,8 @@
56
56
  } :root {
57
57
  } :root {
58
58
  } /* сбрасывает синюю подсветку при нажатии */ :root {
59
+ --sab: env(safe-area-inset-bottom, var(--gap-0));
60
+ } :root {
59
61
  --bottom-sheet-in-transition: transform 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
60
62
  --bottom-sheet-out-transition: transform 0.3s ease;
61
63
  --bottom-sheet-top-radius: var(--border-radius-16);
@@ -149,7 +151,7 @@
149
151
  transition: var(--bottom-sheet-out-transition);
150
152
  transform: translateY(100%);
151
153
  } .bottom-sheet__safeAreaBottom_199xv {
152
- padding-bottom: env(safe-area-inset-bottom);
154
+ padding-bottom: var(--sab);
153
155
  } .bottom-sheet__background-accent_199xv {
154
156
  background-color: var(--color-light-bg-accent);
155
157
  } .bottom-sheet__background-info_199xv {
@@ -56,6 +56,8 @@
56
56
  } :root {
57
57
  } :root {
58
58
  } /* сбрасывает синюю подсветку при нажатии */ :root {
59
+ --sab: env(safe-area-inset-bottom, var(--gap-0));
60
+ } :root {
59
61
  --bottom-sheet-in-transition: transform 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
60
62
  --bottom-sheet-out-transition: transform 0.3s ease;
61
63
  --bottom-sheet-top-radius: var(--border-radius-16);
@@ -149,7 +151,7 @@
149
151
  transition: var(--bottom-sheet-out-transition);
150
152
  transform: translateY(100%);
151
153
  } .bottom-sheet__safeAreaBottom_199xv {
152
- padding-bottom: env(safe-area-inset-bottom);
154
+ padding-bottom: var(--sab);
153
155
  } .bottom-sheet__background-accent_199xv {
154
156
  background-color: var(--color-light-bg-accent);
155
157
  } .bottom-sheet__background-info_199xv {
@@ -1,4 +1,7 @@
1
1
  /* */
2
+ :root {
3
+ --sab: env(safe-area-inset-bottom, var(--gap-0));
4
+ }
2
5
  :root {
3
6
  --bottom-sheet-in-transition: transform 0.5s cubic-bezier(0.09, 0.91, 0.18, 0.99);
4
7
  --bottom-sheet-out-transition: transform 0.3s ease;
@@ -115,7 +118,7 @@
115
118
  transform: translateY(100%);
116
119
  }
117
120
  .safeAreaBottom {
118
- padding-bottom: env(safe-area-inset-bottom);
121
+ padding-bottom: var(--sab);
119
122
  }
120
123
  .background-accent {
121
124
  background-color: var(--color-light-bg-accent);
@@ -10,7 +10,7 @@ var mobile = require('../../../modal/mobile');
10
10
  var coreComponentsShared = require('../../../shared');
11
11
  var desktop_Component_desktop = require('../../desktop/Component.desktop.js');
12
12
  var utils = require('../../utils.js');
13
- var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-7786d60e.js');
13
+ var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-e1a62d6e.js');
14
14
 
15
15
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
16
16
 
@@ -14,7 +14,7 @@ require('../../useCalendar.js');
14
14
  require('../../useRange.js');
15
15
  require('../../utils.js');
16
16
  require('../days-table/Component.js');
17
- var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-7786d60e.js');
17
+ var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-e1a62d6e.js');
18
18
 
19
19
 
20
20
 
@@ -1,3 +1,3 @@
1
1
  export * from "./Component";
2
2
  export * from "./typings";
3
- export * from "../../calendarMonthOnlyView-7786d60e";
3
+ export * from "../../calendarMonthOnlyView-e1a62d6e";
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var components_calendarMobile_Component = require('./Component.js');
4
- var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-7786d60e.js');
4
+ var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-e1a62d6e.js');
5
5
 
6
6
 
7
7
 
@@ -48,7 +48,7 @@ import '@juggle/resize-observer';
48
48
  import '../../button/esm/mobile';
49
49
  import '../../modal/esm/mobile';
50
50
  import './utils.js';
51
- import './calendarMonthOnlyView-ca6d4fa5.js';
51
+ import './calendarMonthOnlyView-636b8523.js';
52
52
  import './useCalendar.js';
53
53
  import './useRange.js';
54
54
  import './usePeriod.js';
@@ -8,7 +8,7 @@ import { ModalMobile } from '../../../../modal/esm/mobile';
8
8
  import { getDataTestId } from '../../../../shared/esm';
9
9
  import { CalendarDesktop } from '../../desktop/Component.desktop.js';
10
10
  import { WEEKDAYS, isRangeValue } from '../../utils.js';
11
- import { s as styles, C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-ca6d4fa5.js';
11
+ import { s as styles, C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-636b8523.js';
12
12
  import 'date-fns/endOfDay';
13
13
  import 'date-fns/startOfDay';
14
14
  import 'date-fns/startOfMonth';
@@ -36,7 +36,7 @@ import '../../../../shared/esm';
36
36
  import 'date-fns/differenceInDays';
37
37
  import '@alfalab/hooks';
38
38
  import '../days-table/Component.js';
39
- export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-ca6d4fa5.js';
39
+ export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-636b8523.js';
40
40
  import 'react-transition-group';
41
41
  import 'date-fns/isEqual';
42
42
  import 'date-fns/isLastDayOfMonth';
@@ -1,3 +1,3 @@
1
1
  export * from "./Component";
2
2
  export * from "./typings";
3
- export * from "../../calendarMonthOnlyView-ca6d4fa5";
3
+ export * from "../../calendarMonthOnlyView-636b8523";
@@ -1,5 +1,5 @@
1
1
  export { CalendarMobile, CalendarMonthOnlyViewHeader } from './Component.js';
2
- export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-ca6d4fa5.js';
2
+ export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-636b8523.js';
3
3
  import 'tslib';
4
4
  import 'react';
5
5
  import 'react-merge-refs';
@@ -70,6 +70,6 @@ import 'date-fns/setYear';
70
70
  import 'date-fns/subYears';
71
71
  import './useRange.js';
72
72
  import './usePeriod.js';
73
- import './calendarMonthOnlyView-ca6d4fa5.js';
73
+ import './calendarMonthOnlyView-636b8523.js';
74
74
  import 'react-virtuoso';
75
75
  import '../../typography/esm';
@@ -1,5 +1,5 @@
1
1
  export { CalendarMobile, CalendarMonthOnlyViewHeader } from '../components/calendar-mobile/Component.js';
2
- export { C as CalendarMonthOnlyView } from '../calendarMonthOnlyView-ca6d4fa5.js';
2
+ export { C as CalendarMonthOnlyView } from '../calendarMonthOnlyView-636b8523.js';
3
3
  import 'tslib';
4
4
  import 'react';
5
5
  import 'react-merge-refs';
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var components_calendarMobile_Component = require('../components/calendar-mobile/Component.js');
4
- var components_calendarMobile_calendarMonthOnlyView = require('../calendarMonthOnlyView-7786d60e.js');
4
+ var components_calendarMobile_calendarMonthOnlyView = require('../calendarMonthOnlyView-e1a62d6e.js');
5
5
 
6
6
 
7
7
 
@@ -47,7 +47,7 @@ import '@juggle/resize-observer';
47
47
  import '../../button/modern/mobile';
48
48
  import '../../modal/modern/mobile';
49
49
  import './utils.js';
50
- import './calendarMonthOnlyView-f1e8c097.js';
50
+ import './calendarMonthOnlyView-aaebf577.js';
51
51
  import './useCalendar.js';
52
52
  import './useRange.js';
53
53
  import './usePeriod.js';
@@ -7,7 +7,7 @@ import { ModalMobile } from '../../../../modal/modern/mobile';
7
7
  import { getDataTestId } from '../../../../shared/modern';
8
8
  import { CalendarDesktop } from '../../desktop/Component.desktop.js';
9
9
  import { WEEKDAYS, isRangeValue } from '../../utils.js';
10
- import { s as styles, C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-f1e8c097.js';
10
+ import { s as styles, C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-aaebf577.js';
11
11
  import 'date-fns/endOfDay';
12
12
  import 'date-fns/startOfDay';
13
13
  import 'date-fns/startOfMonth';
@@ -35,7 +35,7 @@ import '../../../../shared/modern';
35
35
  import 'date-fns/differenceInDays';
36
36
  import '@alfalab/hooks';
37
37
  import '../days-table/Component.js';
38
- export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-f1e8c097.js';
38
+ export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-aaebf577.js';
39
39
  import 'react-transition-group';
40
40
  import 'date-fns/isEqual';
41
41
  import 'date-fns/isLastDayOfMonth';
@@ -1,3 +1,3 @@
1
1
  export * from "./Component";
2
2
  export * from "./typings";
3
- export * from "../../calendarMonthOnlyView-f1e8c097";
3
+ export * from "../../calendarMonthOnlyView-aaebf577";
@@ -1,5 +1,5 @@
1
1
  export { CalendarMobile, CalendarMonthOnlyViewHeader } from './Component.js';
2
- export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-f1e8c097.js';
2
+ export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-aaebf577.js';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
5
5
  import '@juggle/resize-observer';
@@ -69,6 +69,6 @@ import 'date-fns/setYear';
69
69
  import 'date-fns/subYears';
70
70
  import './useRange.js';
71
71
  import './usePeriod.js';
72
- import './calendarMonthOnlyView-f1e8c097.js';
72
+ import './calendarMonthOnlyView-aaebf577.js';
73
73
  import 'react-virtuoso';
74
74
  import '../../typography/modern';
@@ -1,5 +1,5 @@
1
1
  export { CalendarMobile, CalendarMonthOnlyViewHeader } from '../components/calendar-mobile/Component.js';
2
- export { C as CalendarMonthOnlyView } from '../calendarMonthOnlyView-f1e8c097.js';
2
+ export { C as CalendarMonthOnlyView } from '../calendarMonthOnlyView-aaebf577.js';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
5
5
  import '@juggle/resize-observer';
@@ -10,7 +10,7 @@ var coreComponentsTypography = require('../../../../typography');
10
10
  var hooks = require('@alfalab/hooks');
11
11
  var context = require('../../../context.js');
12
12
  var components_header_component = require('../../header/component.js');
13
- var components_screens_initial_countdownSection = require('../../../countdown-section-89337ecf.js');
13
+ var components_screens_initial_countdownSection = require('../../../countdown-section-a17c08d8.js');
14
14
 
15
15
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
16
16
 
@@ -7,7 +7,7 @@ require('../../../../spinner');
7
7
  require('../../../../typography');
8
8
  require('../../../context.js');
9
9
  require('../../../utils.js');
10
- var components_screens_initial_countdownSection = require('../../../countdown-section-89337ecf.js');
10
+ var components_screens_initial_countdownSection = require('../../../countdown-section-a17c08d8.js');
11
11
 
12
12
 
13
13
 
@@ -16,7 +16,7 @@ import '../../code-input/esm/mobile';
16
16
  import '../../link/esm';
17
17
  import '../../typography/esm';
18
18
  import './components/header/component.js';
19
- import './countdown-section-b16b431a.js';
19
+ import './countdown-section-f95e3c3d.js';
20
20
  import '../../button/esm';
21
21
  import '../../spinner/esm';
22
22
  import './components/screens/hint/component.js';
@@ -15,7 +15,7 @@ import '../../../../code-input/esm/mobile';
15
15
  import '../../../../link/esm';
16
16
  import '../../../../typography/esm';
17
17
  import '../header/component.js';
18
- import '../../countdown-section-b16b431a.js';
18
+ import '../../countdown-section-f95e3c3d.js';
19
19
  import '../../../../button/esm';
20
20
  import '../../../../spinner/esm';
21
21
  import '../countdown-loader/component.js';
@@ -13,7 +13,7 @@ import '../../../../code-input/esm/mobile';
13
13
  import '../../../../link/esm';
14
14
  import '../../../../typography/esm';
15
15
  import '../header/component.js';
16
- import '../../countdown-section-b16b431a.js';
16
+ import '../../countdown-section-f95e3c3d.js';
17
17
  import '../../../../button/esm';
18
18
  import '../../../../spinner/esm';
19
19
  import '../screens/hint/component.js';
@@ -14,6 +14,6 @@ import '@alfalab/hooks';
14
14
  import '../context.js';
15
15
  import '../utils.js';
16
16
  import './header/component.js';
17
- import '../countdown-section-b16b431a.js';
17
+ import '../countdown-section-f95e3c3d.js';
18
18
  import '../../../button/esm';
19
19
  import '../../../spinner/esm';
@@ -13,7 +13,7 @@ import '@alfalab/hooks';
13
13
  import '../../context.js';
14
14
  import '../../utils.js';
15
15
  import '../header/component.js';
16
- import '../../countdown-section-b16b431a.js';
16
+ import '../../countdown-section-f95e3c3d.js';
17
17
  import '../../../../button/esm';
18
18
  import '../../../../spinner/esm';
19
19
  import '../countdown-loader/component.js';
@@ -8,7 +8,7 @@ import { Text } from '../../../../../typography/esm';
8
8
  import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
9
9
  import { ConfirmationContext } from '../../../context.js';
10
10
  import { Header } from '../../header/component.js';
11
- import { s as styles, C as CountdownSection } from '../../../countdown-section-b16b431a.js';
11
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-f95e3c3d.js';
12
12
  import '../../../utils.js';
13
13
  import '../../../../../button/esm';
14
14
  import '../../../../../spinner/esm';
@@ -4,5 +4,5 @@ import '../../../../../button/esm';
4
4
  import '../../../../../spinner/esm';
5
5
  import '../../../../../typography/esm';
6
6
  import '../../../context.js';
7
- export { C as CountdownSection } from '../../../countdown-section-b16b431a.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-f95e3c3d.js';
8
8
  import '../../../utils.js';
@@ -10,6 +10,6 @@ import '@alfalab/hooks';
10
10
  import '../../../context.js';
11
11
  import '../../../utils.js';
12
12
  import '../../header/component.js';
13
- import '../../../countdown-section-b16b431a.js';
13
+ import '../../../countdown-section-f95e3c3d.js';
14
14
  import '../../../../../button/esm';
15
15
  import '../../../../../spinner/esm';
@@ -13,7 +13,7 @@ import '../../../code-input/esm/mobile';
13
13
  import '../../../link/esm';
14
14
  import '../../../typography/esm';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-b16b431a.js';
16
+ import '../countdown-section-f95e3c3d.js';
17
17
  import '../../../button/esm';
18
18
  import '../../../spinner/esm';
19
19
  import '../components/screens/hint/component.js';
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
14
14
  import '../../../link/esm';
15
15
  import '../../../typography/esm';
16
16
  import '../components/header/component.js';
17
- import '../countdown-section-b16b431a.js';
17
+ import '../countdown-section-f95e3c3d.js';
18
18
  import '../../../button/esm';
19
19
  import '../../../spinner/esm';
20
20
  import '../components/screens/hint/component.js';
@@ -16,7 +16,7 @@ import '../../code-input/esm/mobile';
16
16
  import '../../link/esm';
17
17
  import '../../typography/esm';
18
18
  import './components/header/component.js';
19
- import './countdown-section-b16b431a.js';
19
+ import './countdown-section-f95e3c3d.js';
20
20
  import '../../button/esm';
21
21
  import '../../spinner/esm';
22
22
  import './components/screens/hint/component.js';
@@ -13,7 +13,7 @@ import '../../../code-input/esm/mobile';
13
13
  import '../../../link/esm';
14
14
  import '../../../typography/esm';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-b16b431a.js';
16
+ import '../countdown-section-f95e3c3d.js';
17
17
  import '../../../button/esm';
18
18
  import '../../../spinner/esm';
19
19
  import '../components/screens/hint/component.js';
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
14
14
  import '../../../link/esm';
15
15
  import '../../../typography/esm';
16
16
  import '../components/header/component.js';
17
- import '../countdown-section-b16b431a.js';
17
+ import '../countdown-section-f95e3c3d.js';
18
18
  import '../../../button/esm';
19
19
  import '../../../spinner/esm';
20
20
  import '../components/screens/hint/component.js';
@@ -15,6 +15,6 @@ import '../../../link/esm';
15
15
  import '../../../typography/esm';
16
16
  import '@alfalab/hooks';
17
17
  import '../components/header/component.js';
18
- import '../countdown-section-b16b431a.js';
18
+ import '../countdown-section-f95e3c3d.js';
19
19
  import '../../../button/esm';
20
20
  import '../../../spinner/esm';
@@ -15,7 +15,7 @@ import '../../code-input/modern/mobile';
15
15
  import '../../link/modern';
16
16
  import '../../typography/modern';
17
17
  import './components/header/component.js';
18
- import './countdown-section-b733476f.js';
18
+ import './countdown-section-cc3dc71f.js';
19
19
  import '../../button/modern';
20
20
  import '../../spinner/modern';
21
21
  import './components/screens/hint/component.js';
@@ -14,7 +14,7 @@ import '../../../../code-input/modern/mobile';
14
14
  import '../../../../link/modern';
15
15
  import '../../../../typography/modern';
16
16
  import '../header/component.js';
17
- import '../../countdown-section-b733476f.js';
17
+ import '../../countdown-section-cc3dc71f.js';
18
18
  import '../../../../button/modern';
19
19
  import '../../../../spinner/modern';
20
20
  import '../countdown-loader/component.js';
@@ -12,7 +12,7 @@ import '../../../../code-input/modern/mobile';
12
12
  import '../../../../link/modern';
13
13
  import '../../../../typography/modern';
14
14
  import '../header/component.js';
15
- import '../../countdown-section-b733476f.js';
15
+ import '../../countdown-section-cc3dc71f.js';
16
16
  import '../../../../button/modern';
17
17
  import '../../../../spinner/modern';
18
18
  import '../screens/hint/component.js';
@@ -14,6 +14,6 @@ import '@alfalab/hooks';
14
14
  import '../context.js';
15
15
  import '../utils.js';
16
16
  import './header/component.js';
17
- import '../countdown-section-b733476f.js';
17
+ import '../countdown-section-cc3dc71f.js';
18
18
  import '../../../button/modern';
19
19
  import '../../../spinner/modern';
@@ -13,7 +13,7 @@ import '@alfalab/hooks';
13
13
  import '../../context.js';
14
14
  import '../../utils.js';
15
15
  import '../header/component.js';
16
- import '../../countdown-section-b733476f.js';
16
+ import '../../countdown-section-cc3dc71f.js';
17
17
  import '../../../../button/modern';
18
18
  import '../../../../spinner/modern';
19
19
  import '../countdown-loader/component.js';
@@ -8,7 +8,7 @@ import { Text } from '../../../../../typography/modern';
8
8
  import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
9
9
  import { ConfirmationContext } from '../../../context.js';
10
10
  import { Header } from '../../header/component.js';
11
- import { s as styles, C as CountdownSection } from '../../../countdown-section-b733476f.js';
11
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-cc3dc71f.js';
12
12
  import '../../../utils.js';
13
13
  import '../../../../../button/modern';
14
14
  import '../../../../../spinner/modern';
@@ -4,5 +4,5 @@ import '../../../../../button/modern';
4
4
  import '../../../../../spinner/modern';
5
5
  import '../../../../../typography/modern';
6
6
  import '../../../context.js';
7
- export { C as CountdownSection } from '../../../countdown-section-b733476f.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-cc3dc71f.js';
8
8
  import '../../../utils.js';
@@ -10,6 +10,6 @@ import '@alfalab/hooks';
10
10
  import '../../../context.js';
11
11
  import '../../../utils.js';
12
12
  import '../../header/component.js';
13
- import '../../../countdown-section-b733476f.js';
13
+ import '../../../countdown-section-cc3dc71f.js';
14
14
  import '../../../../../button/modern';
15
15
  import '../../../../../spinner/modern';
@@ -12,7 +12,7 @@ import '../../../code-input/modern/mobile';
12
12
  import '../../../link/modern';
13
13
  import '../../../typography/modern';
14
14
  import '../components/header/component.js';
15
- import '../countdown-section-b733476f.js';
15
+ import '../countdown-section-cc3dc71f.js';
16
16
  import '../../../button/modern';
17
17
  import '../../../spinner/modern';
18
18
  import '../components/screens/hint/component.js';
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
13
13
  import '../../../link/modern';
14
14
  import '../../../typography/modern';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-b733476f.js';
16
+ import '../countdown-section-cc3dc71f.js';
17
17
  import '../../../button/modern';
18
18
  import '../../../spinner/modern';
19
19
  import '../components/screens/hint/component.js';
@@ -15,7 +15,7 @@ import '../../code-input/modern/mobile';
15
15
  import '../../link/modern';
16
16
  import '../../typography/modern';
17
17
  import './components/header/component.js';
18
- import './countdown-section-b733476f.js';
18
+ import './countdown-section-cc3dc71f.js';
19
19
  import '../../button/modern';
20
20
  import '../../spinner/modern';
21
21
  import './components/screens/hint/component.js';
@@ -12,7 +12,7 @@ import '../../../code-input/modern/mobile';
12
12
  import '../../../link/modern';
13
13
  import '../../../typography/modern';
14
14
  import '../components/header/component.js';
15
- import '../countdown-section-b733476f.js';
15
+ import '../countdown-section-cc3dc71f.js';
16
16
  import '../../../button/modern';
17
17
  import '../../../spinner/modern';
18
18
  import '../components/screens/hint/component.js';
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
13
13
  import '../../../link/modern';
14
14
  import '../../../typography/modern';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-b733476f.js';
16
+ import '../countdown-section-cc3dc71f.js';
17
17
  import '../../../button/modern';
18
18
  import '../../../spinner/modern';
19
19
  import '../components/screens/hint/component.js';
@@ -15,6 +15,6 @@ import '../../../link/modern';
15
15
  import '../../../typography/modern';
16
16
  import '@alfalab/hooks';
17
17
  import '../components/header/component.js';
18
- import '../countdown-section-b733476f.js';
18
+ import '../countdown-section-cc3dc71f.js';
19
19
  import '../../../button/modern';
20
20
  import '../../../spinner/modern';
@@ -5,7 +5,7 @@ var context_fileUploadItemContext = require('../../context/file-upload-item-cont
5
5
  var components_actionsControl_components_deleteButton_deleteButton = require('./components/delete-button/delete-button.js');
6
6
  var components_actionsControl_components_downloadButton_downloadButton = require('./components/download-button/download-button.js');
7
7
  var components_actionsControl_components_restoreButton_restoreButton = require('./components/restore-button/restore-button.js');
8
- var actionsControl_module = require('../../actions-control.module-7a4a0135.js');
8
+ var actionsControl_module = require('../../actions-control.module-e08d77c8.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
@@ -4,7 +4,7 @@ var React = require('react');
4
4
  var coreComponentsIconButton = require('../../../../../icon-button');
5
5
  var CrossMIcon = require('@alfalab/icons-glyph/CrossMIcon');
6
6
  var context_fileUploadItemContext = require('../../../../context/file-upload-item-context.js');
7
- var actionsControl_module = require('../../../../actions-control.module-7a4a0135.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-e08d77c8.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -4,7 +4,7 @@ var React = require('react');
4
4
  var coreComponentsIconButton = require('../../../../../icon-button');
5
5
  var ArrowDownLineDownCompactMIcon = require('@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon');
6
6
  var context_fileUploadItemContext = require('../../../../context/file-upload-item-context.js');
7
- var actionsControl_module = require('../../../../actions-control.module-7a4a0135.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-e08d77c8.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10