@alfalab/core-components 48.25.1 → 48.26.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (517) hide show
  1. package/bank-card/Component.js +3 -3
  2. package/bank-card/cssm/Component.js +3 -3
  3. package/bank-card/cssm/index.module.css +5 -5
  4. package/bank-card/esm/Component.js +4 -4
  5. package/bank-card/esm/index.css +5 -5
  6. package/bank-card/esm/index.js +1 -1
  7. package/bank-card/index.css +5 -5
  8. package/bank-card/modern/Component.js +3 -3
  9. package/bank-card/modern/index.css +5 -5
  10. package/bank-card/modern/index.js +1 -1
  11. package/bank-card/moderncssm/Component.js +3 -3
  12. package/bank-card/moderncssm/index.js +1 -1
  13. package/bank-card/moderncssm/index.module.css +4 -2
  14. package/calendar/components/calendar-mobile/Component.js +1 -1
  15. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  16. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  17. package/calendar/components/calendar-mobile/index.js +1 -1
  18. package/calendar/esm/Component.responsive.js +1 -1
  19. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  20. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  21. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  22. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  23. package/calendar/esm/index.js +1 -1
  24. package/calendar/esm/mobile/index.js +1 -1
  25. package/calendar/mobile/index.js +1 -1
  26. package/calendar/modern/Component.responsive.js +1 -1
  27. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  28. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  29. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  30. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  31. package/calendar/modern/index.js +1 -1
  32. package/calendar/modern/mobile/index.js +1 -1
  33. package/calendar-input/components/calendar-input/Component.d.ts +1 -1
  34. package/calendar-input/cssm/components/calendar-input/Component.d.ts +1 -1
  35. package/confirmation/components/screens/initial/component.js +1 -1
  36. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  37. package/confirmation/esm/component.responsive.js +1 -1
  38. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  39. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  40. package/confirmation/esm/components/index.js +1 -1
  41. package/confirmation/esm/components/screens/index.js +1 -1
  42. package/confirmation/esm/components/screens/initial/component.js +1 -1
  43. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  44. package/confirmation/esm/components/screens/initial/index.js +1 -1
  45. package/confirmation/esm/desktop/component.desktop.js +1 -1
  46. package/confirmation/esm/desktop/index.js +1 -1
  47. package/confirmation/esm/index.js +1 -1
  48. package/confirmation/esm/mobile/component.mobile.js +1 -1
  49. package/confirmation/esm/mobile/index.js +1 -1
  50. package/confirmation/esm/shared/index.js +1 -1
  51. package/confirmation/modern/component.responsive.js +1 -1
  52. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  53. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  54. package/confirmation/modern/components/index.js +1 -1
  55. package/confirmation/modern/components/screens/index.js +1 -1
  56. package/confirmation/modern/components/screens/initial/component.js +1 -1
  57. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  58. package/confirmation/modern/components/screens/initial/index.js +1 -1
  59. package/confirmation/modern/desktop/component.desktop.js +1 -1
  60. package/confirmation/modern/desktop/index.js +1 -1
  61. package/confirmation/modern/index.js +1 -1
  62. package/confirmation/modern/mobile/component.mobile.js +1 -1
  63. package/confirmation/modern/mobile/index.js +1 -1
  64. package/confirmation/modern/shared/index.js +1 -1
  65. package/file-upload-item/components/actions-control/actions.js +1 -1
  66. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  67. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  68. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  69. package/file-upload-item/esm/Component.js +1 -1
  70. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  71. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  72. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  73. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  74. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  75. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  76. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  77. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  78. package/file-upload-item/esm/index.js +1 -1
  79. package/file-upload-item/modern/Component.js +1 -1
  80. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  81. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  82. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  83. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  84. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  85. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  86. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  87. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  88. package/file-upload-item/modern/index.js +1 -1
  89. package/gallery/components/image-viewer/component.js +1 -1
  90. package/gallery/components/image-viewer/hooks.js +1 -1
  91. package/gallery/components/image-viewer/single.js +1 -1
  92. package/gallery/components/image-viewer/slide.js +1 -1
  93. package/gallery/esm/Component.js +1 -1
  94. package/gallery/esm/components/image-viewer/component.js +1 -1
  95. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  96. package/gallery/esm/components/image-viewer/index.js +1 -1
  97. package/gallery/esm/components/image-viewer/single.js +1 -1
  98. package/gallery/esm/components/image-viewer/slide.js +1 -1
  99. package/gallery/esm/components/index.js +1 -1
  100. package/gallery/esm/index.js +1 -1
  101. package/gallery/modern/Component.js +1 -1
  102. package/gallery/modern/components/image-viewer/component.js +1 -1
  103. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  104. package/gallery/modern/components/image-viewer/index.js +1 -1
  105. package/gallery/modern/components/image-viewer/single.js +1 -1
  106. package/gallery/modern/components/image-viewer/slide.js +1 -1
  107. package/gallery/modern/components/index.js +1 -1
  108. package/gallery/modern/index.js +1 -1
  109. package/modal/components/controls/Component.js +1 -1
  110. package/modal/components/footer/Component.js +1 -1
  111. package/modal/esm/Component.responsive.js +1 -1
  112. package/modal/esm/components/controls/Component.js +1 -1
  113. package/modal/esm/components/controls/index.js +1 -1
  114. package/modal/esm/components/footer/Component.js +1 -1
  115. package/modal/esm/desktop/Component.desktop.js +1 -1
  116. package/modal/esm/desktop/index.js +1 -1
  117. package/modal/esm/index.js +1 -1
  118. package/modal/esm/mobile/Component.mobile.js +1 -1
  119. package/modal/esm/mobile/index.js +1 -1
  120. package/modal/modern/Component.responsive.js +1 -1
  121. package/modal/modern/components/controls/Component.js +1 -1
  122. package/modal/modern/components/controls/index.js +1 -1
  123. package/modal/modern/components/footer/Component.js +1 -1
  124. package/modal/modern/desktop/Component.desktop.js +1 -1
  125. package/modal/modern/desktop/index.js +1 -1
  126. package/modal/modern/index.js +1 -1
  127. package/modal/modern/mobile/Component.mobile.js +1 -1
  128. package/modal/modern/mobile/index.js +1 -1
  129. package/package.json +2 -3
  130. package/picker-button/Component-c44170fe.d.ts +2 -2
  131. package/picker-button/transformSize-ebda875c.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/list-popover-desktop.js +1 -1
  239. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  240. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  241. package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +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/list-popover-desktop.js +1 -1
  245. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  246. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  247. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  248. package/select/esm/components/base-select/index.js +2 -2
  249. package/select/esm/components/index.js +2 -2
  250. package/select/esm/desktop/Component.desktop.js +2 -2
  251. package/select/esm/desktop/index.js +2 -2
  252. package/select/esm/index.js +3 -3
  253. package/select/esm/mobile/Component.mobile.js +3 -3
  254. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  255. package/select/esm/mobile/index.js +3 -3
  256. package/select/esm/presets/index.js +1 -1
  257. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  258. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  259. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  260. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  261. package/select/esm/shared/index.js +3 -3
  262. package/select/mobile/Component.mobile.js +1 -1
  263. package/select/modern/Component.responsive.js +3 -3
  264. package/select/modern/components/base-select/Component.js +2 -2
  265. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  266. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  267. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  268. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  269. package/select/modern/components/base-select/index.js +2 -2
  270. package/select/modern/components/index.js +2 -2
  271. package/select/modern/desktop/Component.desktop.js +2 -2
  272. package/select/modern/desktop/index.js +2 -2
  273. package/select/modern/index.js +3 -3
  274. package/select/modern/mobile/Component.mobile.js +3 -3
  275. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  276. package/select/modern/mobile/index.js +3 -3
  277. package/select/modern/presets/index.js +1 -1
  278. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  279. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  280. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  281. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  282. package/select/modern/shared/index.js +3 -3
  283. package/select/presets/index.js +1 -1
  284. package/select/presets/useSelectWithApply/hook.js +1 -1
  285. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  286. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  287. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  288. package/select/shared/index.js +1 -1
  289. package/side-panel/components/controls/Component.js +1 -1
  290. package/side-panel/components/footer/Component.js +1 -1
  291. package/side-panel/esm/Component.responsive.js +1 -1
  292. package/side-panel/esm/components/controls/Component.js +1 -1
  293. package/side-panel/esm/components/controls/index.js +1 -1
  294. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  295. package/side-panel/esm/components/footer/Component.js +1 -1
  296. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  297. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  298. package/side-panel/esm/desktop/index.js +1 -1
  299. package/side-panel/esm/index.js +1 -1
  300. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  301. package/side-panel/esm/mobile/index.js +1 -1
  302. package/side-panel/modern/Component.responsive.js +1 -1
  303. package/side-panel/modern/components/controls/Component.js +1 -1
  304. package/side-panel/modern/components/controls/index.js +1 -1
  305. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  306. package/side-panel/modern/components/footer/Component.js +1 -1
  307. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  308. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  309. package/side-panel/modern/desktop/index.js +1 -1
  310. package/side-panel/modern/index.js +1 -1
  311. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  312. package/side-panel/modern/mobile/index.js +1 -1
  313. package/slider/Component.d.ts +5 -0
  314. package/slider/Component.js +4 -2
  315. package/slider/cssm/Component.d.ts +5 -0
  316. package/slider/cssm/Component.js +4 -2
  317. package/slider/esm/Component.d.ts +5 -0
  318. package/slider/esm/Component.js +4 -2
  319. package/slider/modern/Component.d.ts +5 -0
  320. package/slider/modern/Component.js +4 -2
  321. package/slider/moderncssm/Component.d.ts +5 -0
  322. package/slider/moderncssm/Component.js +4 -2
  323. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  324. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  325. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  326. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  327. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  328. package/tabs/esm/collapsible/index.js +1 -1
  329. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  330. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  331. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  332. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  333. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  334. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  335. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  336. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  337. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  338. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  339. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  340. package/tabs/esm/desktop/index.js +2 -2
  341. package/tabs/esm/index.js +2 -2
  342. package/tabs/esm/mobile/index.js +2 -2
  343. package/tabs/modern/collapsible/index.js +1 -1
  344. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  345. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  346. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  347. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  348. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  349. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  350. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  351. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  352. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  353. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  354. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  355. package/tabs/modern/desktop/index.js +2 -2
  356. package/tabs/modern/index.js +2 -2
  357. package/tabs/modern/mobile/index.js +2 -2
  358. package/themes/click.d.ts +1 -1
  359. package/themes/click.js +8 -2
  360. package/themes/compiled/mobile-dark-bluetint.css +24 -3299
  361. package/themes/compiled/mobile-dark-bluetint.d.ts +2 -2
  362. package/themes/compiled/mobile-dark-bluetint.js +8 -3
  363. package/themes/corp.d.ts +1 -1
  364. package/themes/corp.js +8 -2
  365. package/themes/dark.d.ts +1 -1
  366. package/themes/dark.js +8 -2
  367. package/themes/esm/click.d.ts +1 -1
  368. package/themes/esm/click.js +4 -2
  369. package/themes/esm/compiled/mobile-dark-bluetint.d.ts +2 -2
  370. package/themes/esm/compiled/mobile-dark-bluetint.js +1 -4
  371. package/themes/esm/corp.d.ts +1 -1
  372. package/themes/esm/corp.js +4 -2
  373. package/themes/esm/dark.d.ts +1 -1
  374. package/themes/esm/dark.js +4 -2
  375. package/themes/esm/intranet.d.ts +1 -1
  376. package/themes/esm/intranet.js +4 -2
  377. package/themes/esm/mobile.d.ts +1 -1
  378. package/themes/esm/mobile.js +4 -2
  379. package/themes/esm/site.d.ts +1 -1
  380. package/themes/esm/site.js +4 -2
  381. package/themes/intranet.d.ts +1 -1
  382. package/themes/intranet.js +8 -2
  383. package/themes/mobile.d.ts +1 -1
  384. package/themes/mobile.js +8 -2
  385. package/themes/modern/click.d.ts +1 -1
  386. package/themes/modern/click.js +3 -2029
  387. package/themes/modern/compiled/mobile-dark-bluetint.d.ts +2 -2
  388. package/themes/modern/compiled/mobile-dark-bluetint.js +1 -3877
  389. package/themes/modern/corp.d.ts +1 -1
  390. package/themes/modern/corp.js +3 -1986
  391. package/themes/modern/dark.d.ts +1 -1
  392. package/themes/modern/dark.js +4 -688
  393. package/themes/modern/intranet.d.ts +1 -1
  394. package/themes/modern/intranet.js +3 -1915
  395. package/themes/modern/mobile.d.ts +1 -1
  396. package/themes/modern/mobile.js +3 -1911
  397. package/themes/modern/site.d.ts +1 -1
  398. package/themes/modern/site.js +3 -2036
  399. package/themes/site.d.ts +1 -1
  400. package/themes/site.js +8 -2
  401. package/toast/Component.responsive.d.ts +1 -1
  402. package/toast/components/base-toast/component.d.ts +1 -1
  403. package/typography/cssm/title/alfasans-index.module.css +0 -10
  404. package/typography/esm/component.js +2 -2
  405. package/typography/esm/index.js +2 -2
  406. package/typography/esm/text/component.js +1 -1
  407. package/typography/esm/text/index.js +1 -1
  408. package/typography/esm/title/component.js +1 -1
  409. package/typography/esm/title/index.js +2 -2
  410. package/typography/esm/title-mobile/component.js +2 -2
  411. package/typography/esm/title-mobile/index.js +2 -2
  412. package/typography/esm/title-responsive/component.js +2 -2
  413. package/typography/esm/title-responsive/index.js +2 -2
  414. package/typography/modern/component.js +2 -2
  415. package/typography/modern/index.js +2 -2
  416. package/typography/modern/text/component.js +1 -1
  417. package/typography/modern/text/index.js +1 -1
  418. package/typography/modern/title/component.js +1 -1
  419. package/typography/modern/title/index.js +2 -2
  420. package/typography/modern/title-mobile/component.js +2 -2
  421. package/typography/modern/title-mobile/index.js +2 -2
  422. package/typography/modern/title-responsive/component.js +2 -2
  423. package/typography/modern/title-responsive/index.js +2 -2
  424. package/typography/text/component.js +1 -1
  425. package/typography/title/component.js +1 -1
  426. package/typography/title/index.js +1 -1
  427. package/typography/title-mobile/component.js +1 -1
  428. package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
  429. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  430. package/universal-modal/esm/Component.responsive.js +1 -1
  431. package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
  432. package/universal-modal/esm/components/header/index.js +1 -1
  433. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  434. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  435. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  436. package/universal-modal/esm/desktop/index.js +1 -1
  437. package/universal-modal/esm/index.js +1 -1
  438. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  439. package/universal-modal/esm/mobile/index.js +1 -1
  440. package/universal-modal/modern/Component.responsive.d.ts +2 -2
  441. package/universal-modal/modern/Component.responsive.js +1 -1
  442. package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
  443. package/universal-modal/modern/components/header/index.js +1 -1
  444. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  445. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  446. package/universal-modal/modern/desktop/Component.desktop.d.ts +2 -2
  447. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  448. package/universal-modal/modern/desktop/components/center-modal/center-modal.d.ts +1 -1
  449. package/universal-modal/modern/desktop/components/side-modal/side-modal.d.ts +1 -1
  450. package/universal-modal/modern/desktop/index.js +1 -1
  451. package/universal-modal/modern/index.js +1 -1
  452. package/universal-modal/modern/mobile/Component.mobile.d.ts +2 -2
  453. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  454. package/universal-modal/modern/mobile/index.js +1 -1
  455. /package/calendar/{calendarMonthOnlyView-fe929ae3.d.ts → calendarMonthOnlyView-b2721999.d.ts} +0 -0
  456. /package/calendar/{calendarMonthOnlyView-fe929ae3.js → calendarMonthOnlyView-b2721999.js} +0 -0
  457. /package/calendar/esm/{calendarMonthOnlyView-51ce5170.d.ts → calendarMonthOnlyView-8eea1744.d.ts} +0 -0
  458. /package/calendar/esm/{calendarMonthOnlyView-51ce5170.js → calendarMonthOnlyView-8eea1744.js} +0 -0
  459. /package/calendar/modern/{calendarMonthOnlyView-6d4d44e2.d.ts → calendarMonthOnlyView-d80f3a46.d.ts} +0 -0
  460. /package/calendar/modern/{calendarMonthOnlyView-6d4d44e2.js → calendarMonthOnlyView-d80f3a46.js} +0 -0
  461. /package/confirmation/{countdown-section-3727e914.d.ts → countdown-section-955ca123.d.ts} +0 -0
  462. /package/confirmation/{countdown-section-3727e914.js → countdown-section-955ca123.js} +0 -0
  463. /package/confirmation/esm/{countdown-section-ea23fda0.d.ts → countdown-section-3bcbf7d8.d.ts} +0 -0
  464. /package/confirmation/esm/{countdown-section-ea23fda0.js → countdown-section-3bcbf7d8.js} +0 -0
  465. /package/confirmation/modern/{countdown-section-293c21ec.d.ts → countdown-section-6ce6f45a.d.ts} +0 -0
  466. /package/confirmation/modern/{countdown-section-293c21ec.js → countdown-section-6ce6f45a.js} +0 -0
  467. /package/file-upload-item/{actions-control.module-b396be09.js → actions-control.module-f58b1f6e.js} +0 -0
  468. /package/file-upload-item/esm/{actions-control.module-3351084d.js → actions-control.module-3675d0f1.js} +0 -0
  469. /package/file-upload-item/modern/{actions-control.module-8801a4f3.js → actions-control.module-2d07c059.js} +0 -0
  470. /package/gallery/esm/{hooks-df84b536.d.ts → hooks-3386d2c2.d.ts} +0 -0
  471. /package/gallery/esm/{hooks-df84b536.js → hooks-3386d2c2.js} +0 -0
  472. /package/gallery/{hooks-5f09c0c3.d.ts → hooks-af4a613c.d.ts} +0 -0
  473. /package/gallery/{hooks-5f09c0c3.js → hooks-af4a613c.js} +0 -0
  474. /package/gallery/modern/{hooks-cfd1744a.d.ts → hooks-84db91dd.d.ts} +0 -0
  475. /package/gallery/modern/{hooks-cfd1744a.js → hooks-84db91dd.js} +0 -0
  476. /package/modal/esm/{layout.module-8eee611e.js → layout.module-7a26dc37.js} +0 -0
  477. /package/modal/{layout.module-674ca975.js → layout.module-a56a76fb.js} +0 -0
  478. /package/modal/modern/{layout.module-90a3567c.js → layout.module-43ddd310.js} +0 -0
  479. /package/pure-cell/{component-b119e673.d.ts → component-251cd018.d.ts} +0 -0
  480. /package/pure-cell/{component-b119e673.js → component-251cd018.js} +0 -0
  481. /package/pure-cell/esm/{component-3d2c6f19.d.ts → component-7759b386.d.ts} +0 -0
  482. /package/pure-cell/esm/{component-3d2c6f19.js → component-7759b386.js} +0 -0
  483. /package/pure-cell/modern/{component-cc2e4e01.d.ts → component-e29ddb13.d.ts} +0 -0
  484. /package/pure-cell/modern/{component-cc2e4e01.js → component-e29ddb13.js} +0 -0
  485. /package/select/esm/{hook-2617bd39.d.ts → hook-fcedef25.d.ts} +0 -0
  486. /package/select/esm/{hook-2617bd39.js → hook-fcedef25.js} +0 -0
  487. /package/select/esm/{list-popover-desktop-5d503bd8.d.ts → list-popover-desktop-4906e761.d.ts} +0 -0
  488. /package/select/esm/{list-popover-desktop-5d503bd8.js → list-popover-desktop-4906e761.js} +0 -0
  489. /package/select/esm/{mobile.module-95e12f7a.js → mobile.module-b154623f.js} +0 -0
  490. /package/select/{hook-7e7b8757.d.ts → hook-789014bc.d.ts} +0 -0
  491. /package/select/{hook-7e7b8757.js → hook-789014bc.js} +0 -0
  492. /package/select/{list-popover-desktop-ac56b655.d.ts → list-popover-desktop-cc246b82.d.ts} +0 -0
  493. /package/select/{list-popover-desktop-ac56b655.js → list-popover-desktop-cc246b82.js} +0 -0
  494. /package/select/{mobile.module-b4c25ab6.js → mobile.module-5a47ea2c.js} +0 -0
  495. /package/select/modern/{hook-46636bdc.d.ts → hook-159841b8.d.ts} +0 -0
  496. /package/select/modern/{hook-46636bdc.js → hook-159841b8.js} +0 -0
  497. /package/select/modern/{list-popover-desktop-82dab2a1.d.ts → list-popover-desktop-14320aea.d.ts} +0 -0
  498. /package/select/modern/{list-popover-desktop-82dab2a1.js → list-popover-desktop-14320aea.js} +0 -0
  499. /package/select/modern/{mobile.module-b402a7f2.js → mobile.module-eb1f8729.js} +0 -0
  500. /package/side-panel/esm/{layout.module-b68a4f9d.js → layout.module-57dfa099.js} +0 -0
  501. /package/side-panel/{layout.module-b8dfecae.js → layout.module-0fafda8d.js} +0 -0
  502. /package/side-panel/modern/{layout.module-deea3581.js → layout.module-727ebbe0.js} +0 -0
  503. /package/tabs/esm/{index.module-6fc3d296.js → index.module-2d07af46.js} +0 -0
  504. /package/tabs/esm/{index.module-242c4ae7.js → index.module-fc34cfdb.js} +0 -0
  505. /package/tabs/{index.module-8e323997.js → index.module-1eb7e4b0.js} +0 -0
  506. /package/tabs/{index.module-89d6728f.js → index.module-4f5c9f30.js} +0 -0
  507. /package/tabs/modern/{index.module-eae97f75.js → index.module-03fa5272.js} +0 -0
  508. /package/tabs/modern/{index.module-6ed19175.js → index.module-441d16f4.js} +0 -0
  509. /package/typography/{colors.module-559b6fec.js → colors.module-8212ddb6.js} +0 -0
  510. /package/typography/{common.module-f0687fd5.js → common.module-bd70a709.js} +0 -0
  511. /package/typography/esm/{colors.module-6e3174f4.js → colors.module-12815579.js} +0 -0
  512. /package/typography/esm/{common.module-9c8929ab.js → common.module-0efecd91.js} +0 -0
  513. /package/typography/modern/{colors.module-92988ec2.js → colors.module-b10a3d05.js} +0 -0
  514. /package/typography/modern/{common.module-c2ea327f.js → common.module-b546ea3c.js} +0 -0
  515. /package/universal-modal/esm/{index.module-b110074e.js → index.module-2b300a50.js} +0 -0
  516. /package/universal-modal/{index.module-fab6e8c9.js → index.module-3a1998cb.js} +0 -0
  517. /package/universal-modal/modern/{index.module-b0516c23.js → index.module-223060ce.js} +0 -0
@@ -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-ea23fda0.js';
19
+ import './countdown-section-3bcbf7d8.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-ea23fda0.js';
16
+ import '../countdown-section-3bcbf7d8.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-ea23fda0.js';
17
+ import '../countdown-section-3bcbf7d8.js';
18
18
  import '../../../button/esm';
19
19
  import '../../../spinner/esm';
20
20
  import '../components/screens/hint/component.js';
@@ -16,6 +16,6 @@ import '../../../link/esm';
16
16
  import '../../../typography/esm';
17
17
  import '@alfalab/hooks';
18
18
  import '../components/header/component.js';
19
- import '../countdown-section-ea23fda0.js';
19
+ import '../countdown-section-3bcbf7d8.js';
20
20
  import '../../../button/esm';
21
21
  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-293c21ec.js';
18
+ import './countdown-section-6ce6f45a.js';
19
19
  import '../../button/modern';
20
20
  import '../../spinner/modern';
21
21
  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 '../header/component.js';
18
- import '../../countdown-section-293c21ec.js';
18
+ import '../../countdown-section-6ce6f45a.js';
19
19
  import '../../../../button/modern';
20
20
  import '../../../../spinner/modern';
21
21
  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-293c21ec.js';
15
+ import '../../countdown-section-6ce6f45a.js';
16
16
  import '../../../../button/modern';
17
17
  import '../../../../spinner/modern';
18
18
  import '../screens/hint/component.js';
@@ -15,6 +15,6 @@ import '@alfalab/hooks';
15
15
  import '../context.js';
16
16
  import '../utils.js';
17
17
  import './header/component.js';
18
- import '../countdown-section-293c21ec.js';
18
+ import '../countdown-section-6ce6f45a.js';
19
19
  import '../../../button/modern';
20
20
  import '../../../spinner/modern';
@@ -14,7 +14,7 @@ import '@alfalab/hooks';
14
14
  import '../../context.js';
15
15
  import '../../utils.js';
16
16
  import '../header/component.js';
17
- import '../../countdown-section-293c21ec.js';
17
+ import '../../countdown-section-6ce6f45a.js';
18
18
  import '../../../../button/modern';
19
19
  import '../../../../spinner/modern';
20
20
  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-293c21ec.js';
11
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-6ce6f45a.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-293c21ec.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-6ce6f45a.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-293c21ec.js';
13
+ import '../../../countdown-section-6ce6f45a.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-293c21ec.js';
15
+ import '../countdown-section-6ce6f45a.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-293c21ec.js';
16
+ import '../countdown-section-6ce6f45a.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-293c21ec.js';
18
+ import './countdown-section-6ce6f45a.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-293c21ec.js';
15
+ import '../countdown-section-6ce6f45a.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-293c21ec.js';
16
+ import '../countdown-section-6ce6f45a.js';
17
17
  import '../../../button/modern';
18
18
  import '../../../spinner/modern';
19
19
  import '../components/screens/hint/component.js';
@@ -16,6 +16,6 @@ import '../../../link/modern';
16
16
  import '../../../typography/modern';
17
17
  import '@alfalab/hooks';
18
18
  import '../components/header/component.js';
19
- import '../countdown-section-293c21ec.js';
19
+ import '../countdown-section-6ce6f45a.js';
20
20
  import '../../../button/modern';
21
21
  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-b396be09.js');
8
+ var actionsControl_module = require('../../actions-control.module-f58b1f6e.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-b396be09.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-f58b1f6e.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-b396be09.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-f58b1f6e.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 ArrowsCwCompactMIcon = require('@alfalab/icons-glyph/ArrowsCwCompactMIcon');
6
6
  var context_fileUploadItemContext = require('../../../../context/file-upload-item-context.js');
7
- var actionsControl_module = require('../../../../actions-control.module-b396be09.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-f58b1f6e.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -7,7 +7,7 @@ import { FileUploadItemContext } from './context/file-upload-item-context.js';
7
7
  import './components/actions-control/components/delete-button/delete-button.js';
8
8
  import '../../icon-button/esm';
9
9
  import '@alfalab/icons-glyph/CrossMIcon';
10
- import './actions-control.module-3351084d.js';
10
+ import './actions-control.module-3675d0f1.js';
11
11
  import './components/actions-control/components/download-button/download-button.js';
12
12
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
13
13
  import './components/actions-control/components/restore-button/restore-button.js';
@@ -3,7 +3,7 @@ import { FileUploadItemContext } from '../../context/file-upload-item-context.js
3
3
  import { DeleteButton } from './components/delete-button/delete-button.js';
4
4
  import { DownloadButton } from './components/download-button/download-button.js';
5
5
  import { RestoreButton } from './components/restore-button/restore-button.js';
6
- import { s as styles } from '../../actions-control.module-3351084d.js';
6
+ import { s as styles } from '../../actions-control.module-3675d0f1.js';
7
7
  import '../../../../icon-button/esm';
8
8
  import '@alfalab/icons-glyph/CrossMIcon';
9
9
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/esm';
3
3
  import CrossMIcon from '@alfalab/icons-glyph/CrossMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-3351084d.js';
5
+ import { s as styles } from '../../../../actions-control.module-3675d0f1.js';
6
6
 
7
7
  var DeleteButton = function () {
8
8
  var _a = useContext(FileUploadItemContext), _b = _a.id, id = _b === void 0 ? '0' : _b, disableButtons = _a.disableButtons, onDelete = _a.onDelete;
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/esm';
4
4
  import '@alfalab/icons-glyph/CrossMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-3351084d.js';
6
+ import '../../../../actions-control.module-3675d0f1.js';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/esm';
3
3
  import ArrowDownLineDownCompactMIcon from '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-3351084d.js';
5
+ import { s as styles } from '../../../../actions-control.module-3675d0f1.js';
6
6
 
7
7
  var DownloadButton = function () {
8
8
  var _a = useContext(FileUploadItemContext), _b = _a.id, id = _b === void 0 ? '0' : _b, downloadLink = _a.downloadLink, download = _a.download, disableButtons = _a.disableButtons, target = _a.target, onDownload = _a.onDownload;
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/esm';
4
4
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-3351084d.js';
6
+ import '../../../../actions-control.module-3675d0f1.js';
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/esm';
4
4
  import '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-3351084d.js';
6
+ import '../../../../actions-control.module-3675d0f1.js';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/esm';
3
3
  import ArrowsCwCompactMIcon from '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-3351084d.js';
5
+ import { s as styles } from '../../../../actions-control.module-3675d0f1.js';
6
6
 
7
7
  var RestoreButton = function () {
8
8
  var _a = useContext(FileUploadItemContext), _b = _a.id, id = _b === void 0 ? '0' : _b, disableButtons = _a.disableButtons, onRestore = _a.onRestore;
@@ -4,7 +4,7 @@ import '../../context/file-upload-item-context.js';
4
4
  import './components/delete-button/delete-button.js';
5
5
  import '../../../../icon-button/esm';
6
6
  import '@alfalab/icons-glyph/CrossMIcon';
7
- import '../../actions-control.module-3351084d.js';
7
+ import '../../actions-control.module-3675d0f1.js';
8
8
  import './components/download-button/download-button.js';
9
9
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
10
10
  import './components/restore-button/restore-button.js';
@@ -6,7 +6,7 @@ import './context/file-upload-item-context.js';
6
6
  import './components/actions-control/components/delete-button/delete-button.js';
7
7
  import '../../icon-button/esm';
8
8
  import '@alfalab/icons-glyph/CrossMIcon';
9
- import './actions-control.module-3351084d.js';
9
+ import './actions-control.module-3675d0f1.js';
10
10
  import './components/actions-control/components/download-button/download-button.js';
11
11
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
12
12
  import './components/actions-control/components/restore-button/restore-button.js';
@@ -7,7 +7,7 @@ import { FileUploadItemContext } from './context/file-upload-item-context.js';
7
7
  import './components/actions-control/components/delete-button/delete-button.js';
8
8
  import '../../icon-button/modern';
9
9
  import '@alfalab/icons-glyph/CrossMIcon';
10
- import './actions-control.module-8801a4f3.js';
10
+ import './actions-control.module-2d07c059.js';
11
11
  import './components/actions-control/components/download-button/download-button.js';
12
12
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
13
13
  import './components/actions-control/components/restore-button/restore-button.js';
@@ -3,7 +3,7 @@ import { FileUploadItemContext } from '../../context/file-upload-item-context.js
3
3
  import { DeleteButton } from './components/delete-button/delete-button.js';
4
4
  import { DownloadButton } from './components/download-button/download-button.js';
5
5
  import { RestoreButton } from './components/restore-button/restore-button.js';
6
- import { s as styles } from '../../actions-control.module-8801a4f3.js';
6
+ import { s as styles } from '../../actions-control.module-2d07c059.js';
7
7
  import '../../../../icon-button/modern';
8
8
  import '@alfalab/icons-glyph/CrossMIcon';
9
9
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/modern';
3
3
  import CrossMIcon from '@alfalab/icons-glyph/CrossMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-8801a4f3.js';
5
+ import { s as styles } from '../../../../actions-control.module-2d07c059.js';
6
6
 
7
7
  const DeleteButton = () => {
8
8
  const { id = '0', disableButtons, onDelete } = useContext(FileUploadItemContext);
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/modern';
4
4
  import '@alfalab/icons-glyph/CrossMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-8801a4f3.js';
6
+ import '../../../../actions-control.module-2d07c059.js';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/modern';
3
3
  import ArrowDownLineDownCompactMIcon from '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-8801a4f3.js';
5
+ import { s as styles } from '../../../../actions-control.module-2d07c059.js';
6
6
 
7
7
  const DownloadButton = () => {
8
8
  const { id = '0', downloadLink, download, disableButtons, target, onDownload, } = useContext(FileUploadItemContext);
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/modern';
4
4
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-8801a4f3.js';
6
+ import '../../../../actions-control.module-2d07c059.js';
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/modern';
4
4
  import '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-8801a4f3.js';
6
+ import '../../../../actions-control.module-2d07c059.js';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/modern';
3
3
  import ArrowsCwCompactMIcon from '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-8801a4f3.js';
5
+ import { s as styles } from '../../../../actions-control.module-2d07c059.js';
6
6
 
7
7
  const RestoreButton = () => {
8
8
  const { id = '0', disableButtons, onRestore } = useContext(FileUploadItemContext);
@@ -4,7 +4,7 @@ import '../../context/file-upload-item-context.js';
4
4
  import './components/delete-button/delete-button.js';
5
5
  import '../../../../icon-button/modern';
6
6
  import '@alfalab/icons-glyph/CrossMIcon';
7
- import '../../actions-control.module-8801a4f3.js';
7
+ import '../../actions-control.module-2d07c059.js';
8
8
  import './components/download-button/download-button.js';
9
9
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
10
10
  import './components/restore-button/restore-button.js';
@@ -6,7 +6,7 @@ import './context/file-upload-item-context.js';
6
6
  import './components/actions-control/components/delete-button/delete-button.js';
7
7
  import '../../icon-button/modern';
8
8
  import '@alfalab/icons-glyph/CrossMIcon';
9
- import './actions-control.module-8801a4f3.js';
9
+ import './actions-control.module-2d07c059.js';
10
10
  import './components/actions-control/components/download-button/download-button.js';
11
11
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
12
12
  import './components/actions-control/components/restore-button/restore-button.js';
@@ -11,7 +11,7 @@ var ChevronForwardHeavyMIcon = require('@alfalab/icons-glyph/ChevronForwardHeavy
11
11
  var context = require('../../context.js');
12
12
  var utils_utils = require('../../utils/utils.js');
13
13
  var utils_constants = require('../../utils/constants.js');
14
- var components_imageViewer_hooks = require('../../hooks-5f09c0c3.js');
14
+ var components_imageViewer_hooks = require('../../hooks-af4a613c.js');
15
15
  var components_imageViewer_slide = require('./slide.js');
16
16
  require('swiper/swiper.min.css');
17
17
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  require('react');
4
4
  require('element-closest');
5
5
  require('../../context.js');
6
- var components_imageViewer_hooks = require('../../hooks-5f09c0c3.js');
6
+ var components_imageViewer_hooks = require('../../hooks-af4a613c.js');
7
7
 
8
8
 
9
9
 
@@ -4,7 +4,7 @@ var React = require('react');
4
4
  var cn = require('classnames');
5
5
  var context = require('../../context.js');
6
6
  var utils_utils = require('../../utils/utils.js');
7
- var components_imageViewer_hooks = require('../../hooks-5f09c0c3.js');
7
+ var components_imageViewer_hooks = require('../../hooks-af4a613c.js');
8
8
  var components_imageViewer_slide = require('./slide.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -7,7 +7,7 @@ var coreComponentsTypography = require('../../../typography');
7
7
  var context = require('../../context.js');
8
8
  var utils_utils = require('../../utils/utils.js');
9
9
  var utils_constants = require('../../utils/constants.js');
10
- var components_imageViewer_hooks = require('../../hooks-5f09c0c3.js');
10
+ var components_imageViewer_hooks = require('../../hooks-af4a613c.js');
11
11
  var components_imageViewer_paths = require('./paths.js');
12
12
  var components_imageViewer_video_index = require('./video/index.js');
13
13
 
@@ -16,7 +16,7 @@ import { HeaderMobile } from './components/header-mobile/Component.js';
16
16
  import '../../button/esm';
17
17
  import '../../typography/esm';
18
18
  import './utils/utils.js';
19
- import './hooks-df84b536.js';
19
+ import './hooks-3386d2c2.js';
20
20
  import 'element-closest';
21
21
  import './components/image-viewer/slide.js';
22
22
  import '../../spinner/esm';
@@ -9,7 +9,7 @@ import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHea
9
9
  import { GalleryContext } from '../../context.js';
10
10
  import { isVideo, getImageAlt, getImageKey } from '../../utils/utils.js';
11
11
  import { TestIds } from '../../utils/constants.js';
12
- import { u as useHandleImageViewer, s as styles } from '../../hooks-df84b536.js';
12
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-3386d2c2.js';
13
13
  import { Slide } from './slide.js';
14
14
  import 'swiper/swiper.min.css';
15
15
  import 'element-closest';
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'element-closest';
3
3
  import '../../context.js';
4
- export { u as useHandleImageViewer } from '../../hooks-df84b536.js';
4
+ export { u as useHandleImageViewer } from '../../hooks-3386d2c2.js';
@@ -10,7 +10,7 @@ import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
10
10
  import '../../context.js';
11
11
  import '../../utils/utils.js';
12
12
  import '../../utils/constants.js';
13
- import '../../hooks-df84b536.js';
13
+ import '../../hooks-3386d2c2.js';
14
14
  import 'element-closest';
15
15
  import './slide.js';
16
16
  import '../../../../spinner/esm';
@@ -2,7 +2,7 @@ import React, { useContext, useRef } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { GalleryContext } from '../../context.js';
4
4
  import { isVideo, getImageAlt } from '../../utils/utils.js';
5
- import { u as useHandleImageViewer, s as styles } from '../../hooks-df84b536.js';
5
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-3386d2c2.js';
6
6
  import { Slide } from './slide.js';
7
7
  import 'element-closest';
8
8
  import '../../../../spinner/esm';
@@ -5,7 +5,7 @@ import { Text } from '../../../../typography/esm';
5
5
  import { GalleryContext } from '../../context.js';
6
6
  import { isSmallImage, isVideo, getImageAlt } from '../../utils/utils.js';
7
7
  import { TestIds } from '../../utils/constants.js';
8
- import { u as useHandleImageViewer, s as styles } from '../../hooks-df84b536.js';
8
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-3386d2c2.js';
9
9
  import { NoImagePaths } from './paths.js';
10
10
  import { Video } from './video/index.js';
11
11
  import 'element-closest';
@@ -34,7 +34,7 @@ import 'swiper';
34
34
  import 'swiper/react';
35
35
  import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
36
36
  import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
37
- import '../hooks-df84b536.js';
37
+ import '../hooks-3386d2c2.js';
38
38
  import 'element-closest';
39
39
  import './image-viewer/slide.js';
40
40
  import '../../../spinner/esm';
@@ -10,7 +10,7 @@ import '../../typography/esm';
10
10
  import './context.js';
11
11
  import './components/image-viewer/single.js';
12
12
  import './utils/utils.js';
13
- import './hooks-df84b536.js';
13
+ import './hooks-3386d2c2.js';
14
14
  import 'element-closest';
15
15
  import './components/image-viewer/slide.js';
16
16
  import '../../spinner/esm';
@@ -16,7 +16,7 @@ import { HeaderMobile } from './components/header-mobile/Component.js';
16
16
  import '../../button/modern';
17
17
  import '../../typography/modern';
18
18
  import './utils/utils.js';
19
- import './hooks-cfd1744a.js';
19
+ import './hooks-84db91dd.js';
20
20
  import 'element-closest';
21
21
  import './components/image-viewer/slide.js';
22
22
  import '../../spinner/modern';
@@ -8,7 +8,7 @@ import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHea
8
8
  import { GalleryContext } from '../../context.js';
9
9
  import { isVideo, getImageAlt, getImageKey } from '../../utils/utils.js';
10
10
  import { TestIds } from '../../utils/constants.js';
11
- import { u as useHandleImageViewer, s as styles } from '../../hooks-cfd1744a.js';
11
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-84db91dd.js';
12
12
  import { Slide } from './slide.js';
13
13
  import 'swiper/swiper.min.css';
14
14
  import 'element-closest';
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'element-closest';
3
3
  import '../../context.js';
4
- export { u as useHandleImageViewer } from '../../hooks-cfd1744a.js';
4
+ export { u as useHandleImageViewer } from '../../hooks-84db91dd.js';
@@ -9,7 +9,7 @@ import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
9
9
  import '../../context.js';
10
10
  import '../../utils/utils.js';
11
11
  import '../../utils/constants.js';
12
- import '../../hooks-cfd1744a.js';
12
+ import '../../hooks-84db91dd.js';
13
13
  import 'element-closest';
14
14
  import './slide.js';
15
15
  import '../../../../spinner/modern';
@@ -2,7 +2,7 @@ import React, { useContext, useRef } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { GalleryContext } from '../../context.js';
4
4
  import { isVideo, getImageAlt } from '../../utils/utils.js';
5
- import { u as useHandleImageViewer, s as styles } from '../../hooks-cfd1744a.js';
5
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-84db91dd.js';
6
6
  import { Slide } from './slide.js';
7
7
  import 'element-closest';
8
8
  import '../../../../spinner/modern';
@@ -5,7 +5,7 @@ import { Text } from '../../../../typography/modern';
5
5
  import { GalleryContext } from '../../context.js';
6
6
  import { isSmallImage, isVideo, getImageAlt } from '../../utils/utils.js';
7
7
  import { TestIds } from '../../utils/constants.js';
8
- import { u as useHandleImageViewer, s as styles } from '../../hooks-cfd1744a.js';
8
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-84db91dd.js';
9
9
  import { NoImagePaths } from './paths.js';
10
10
  import { Video } from './video/index.js';
11
11
  import 'element-closest';