@alfalab/core-components 48.25.0-beta.0 → 48.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (575) hide show
  1. package/calendar/components/calendar-mobile/Component.js +1 -1
  2. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  3. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  4. package/calendar/components/calendar-mobile/index.js +1 -1
  5. package/calendar/esm/Component.responsive.js +1 -1
  6. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  7. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  8. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  9. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  10. package/calendar/esm/index.js +1 -1
  11. package/calendar/esm/mobile/index.js +1 -1
  12. package/calendar/mobile/index.js +1 -1
  13. package/calendar/modern/Component.responsive.js +1 -1
  14. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  15. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  16. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  17. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  18. package/calendar/modern/index.js +1 -1
  19. package/calendar/modern/mobile/index.js +1 -1
  20. package/calendar-range/esm/Component.js +1 -1
  21. package/calendar-range/esm/index.js +1 -1
  22. package/calendar-range/esm/views/popover.js +1 -1
  23. package/calendar-range/esm/views/static.js +1 -1
  24. package/calendar-range/modern/Component.js +1 -1
  25. package/calendar-range/modern/index.js +1 -1
  26. package/calendar-range/modern/views/popover.js +1 -1
  27. package/calendar-range/modern/views/static.js +1 -1
  28. package/calendar-range/views/popover.js +1 -1
  29. package/calendar-range/views/static.js +1 -1
  30. package/confirmation/components/base-confirmation/component.js +4 -1
  31. package/confirmation/components/index.js +2 -0
  32. package/confirmation/components/screens/hint/component.js +9 -9
  33. package/confirmation/components/screens/index.d.ts +1 -0
  34. package/confirmation/components/screens/index.js +2 -0
  35. package/confirmation/components/screens/initial/component.js +8 -5
  36. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  37. package/confirmation/components/screens/initial/index.css +6 -0
  38. package/confirmation/components/screens/temp-block/component.js +2 -2
  39. package/confirmation/components/screens/temp-block/index.css +6 -0
  40. package/confirmation/components/screens/temp-block-over/component.d.ts +9 -0
  41. package/confirmation/components/screens/temp-block-over/component.js +35 -0
  42. package/confirmation/components/screens/temp-block-over/index.css +59 -0
  43. package/confirmation/components/screens/temp-block-over/index.d.ts +1 -0
  44. package/confirmation/components/screens/temp-block-over/index.js +7 -0
  45. package/confirmation/{countdown-section-8494fee7.js → countdown-section-66246bfb.js} +7 -4
  46. package/confirmation/cssm/components/base-confirmation/component.js +4 -1
  47. package/confirmation/cssm/components/index.js +2 -0
  48. package/confirmation/cssm/components/screens/hint/component.js +9 -9
  49. package/confirmation/cssm/components/screens/index.d.ts +1 -0
  50. package/confirmation/cssm/components/screens/index.js +2 -0
  51. package/confirmation/cssm/components/screens/initial/component.js +7 -4
  52. package/confirmation/cssm/components/screens/initial/countdown-section.js +6 -3
  53. package/confirmation/cssm/components/screens/initial/index.module.css +7 -0
  54. package/confirmation/cssm/components/screens/temp-block/component.js +1 -1
  55. package/confirmation/cssm/components/screens/temp-block/index.module.css +7 -0
  56. package/confirmation/cssm/components/screens/temp-block-over/component.d.ts +9 -0
  57. package/confirmation/cssm/components/screens/temp-block-over/component.js +34 -0
  58. package/confirmation/cssm/components/screens/temp-block-over/index.d.ts +1 -0
  59. package/confirmation/cssm/components/screens/temp-block-over/index.js +7 -0
  60. package/confirmation/cssm/components/screens/temp-block-over/index.module.css +58 -0
  61. package/confirmation/cssm/shared/index.js +2 -0
  62. package/confirmation/cssm/types.d.ts +13 -2
  63. package/confirmation/cssm/types.js +17 -9
  64. package/confirmation/esm/component.responsive.js +2 -1
  65. package/confirmation/esm/components/base-confirmation/component.js +5 -2
  66. package/confirmation/esm/components/base-confirmation/index.js +2 -1
  67. package/confirmation/esm/components/index.js +2 -1
  68. package/confirmation/esm/components/screens/hint/component.js +9 -9
  69. package/confirmation/esm/components/screens/index.d.ts +1 -0
  70. package/confirmation/esm/components/screens/index.js +2 -1
  71. package/confirmation/esm/components/screens/initial/component.js +8 -5
  72. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  73. package/confirmation/esm/components/screens/initial/index.css +6 -0
  74. package/confirmation/esm/components/screens/initial/index.js +1 -1
  75. package/confirmation/esm/components/screens/temp-block/component.js +2 -2
  76. package/confirmation/esm/components/screens/temp-block/index.css +6 -0
  77. package/confirmation/esm/components/screens/temp-block-over/component.d.ts +9 -0
  78. package/confirmation/esm/components/screens/temp-block-over/component.js +29 -0
  79. package/confirmation/esm/components/screens/temp-block-over/index.css +59 -0
  80. package/confirmation/esm/components/screens/temp-block-over/index.d.ts +1 -0
  81. package/confirmation/esm/components/screens/temp-block-over/index.js +8 -0
  82. package/confirmation/esm/{countdown-section-210293dc.js → countdown-section-b11f4c6f.js} +8 -5
  83. package/confirmation/esm/desktop/component.desktop.js +2 -1
  84. package/confirmation/esm/desktop/index.js +2 -1
  85. package/confirmation/esm/index.js +2 -1
  86. package/confirmation/esm/mobile/component.mobile.js +2 -1
  87. package/confirmation/esm/mobile/index.js +2 -1
  88. package/confirmation/esm/shared/index.js +2 -1
  89. package/confirmation/esm/types.d.ts +13 -2
  90. package/confirmation/esm/types.js +17 -9
  91. package/confirmation/modern/component.responsive.js +2 -1
  92. package/confirmation/modern/components/base-confirmation/component.js +5 -2
  93. package/confirmation/modern/components/base-confirmation/index.js +2 -1
  94. package/confirmation/modern/components/index.js +2 -1
  95. package/confirmation/modern/components/screens/hint/component.js +9 -9
  96. package/confirmation/modern/components/screens/index.d.ts +1 -0
  97. package/confirmation/modern/components/screens/index.js +2 -1
  98. package/confirmation/modern/components/screens/initial/component.js +8 -5
  99. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  100. package/confirmation/modern/components/screens/initial/index.css +6 -0
  101. package/confirmation/modern/components/screens/initial/index.js +1 -1
  102. package/confirmation/modern/components/screens/temp-block/component.js +2 -2
  103. package/confirmation/modern/components/screens/temp-block/index.css +6 -0
  104. package/confirmation/modern/components/screens/temp-block-over/component.d.ts +9 -0
  105. package/confirmation/modern/components/screens/temp-block-over/component.js +27 -0
  106. package/confirmation/modern/components/screens/temp-block-over/index.css +59 -0
  107. package/confirmation/modern/components/screens/temp-block-over/index.d.ts +1 -0
  108. package/confirmation/modern/components/screens/temp-block-over/index.js +8 -0
  109. package/confirmation/modern/{countdown-section-c7e8c587.js → countdown-section-5721eff6.js} +8 -5
  110. package/confirmation/modern/desktop/component.desktop.js +2 -1
  111. package/confirmation/modern/desktop/index.js +2 -1
  112. package/confirmation/modern/index.js +2 -1
  113. package/confirmation/modern/mobile/component.mobile.js +2 -1
  114. package/confirmation/modern/mobile/index.js +2 -1
  115. package/confirmation/modern/shared/index.js +2 -1
  116. package/confirmation/modern/types.d.ts +13 -2
  117. package/confirmation/modern/types.js +17 -9
  118. package/confirmation/moderncssm/component.responsive.js +2 -0
  119. package/confirmation/moderncssm/components/base-confirmation/component.js +5 -1
  120. package/confirmation/moderncssm/components/base-confirmation/index.js +2 -0
  121. package/confirmation/moderncssm/components/index.js +2 -0
  122. package/confirmation/moderncssm/components/screens/hint/component.js +9 -9
  123. package/confirmation/moderncssm/components/screens/index.d.ts +1 -0
  124. package/confirmation/moderncssm/components/screens/index.js +2 -0
  125. package/confirmation/moderncssm/components/screens/initial/component.js +7 -4
  126. package/confirmation/moderncssm/components/screens/initial/countdown-section.js +7 -4
  127. package/confirmation/moderncssm/components/screens/initial/index.module.css +9 -0
  128. package/confirmation/moderncssm/components/screens/temp-block/component.js +1 -1
  129. package/confirmation/moderncssm/components/screens/temp-block/index.module.css +9 -0
  130. package/confirmation/moderncssm/components/screens/temp-block-over/component.d.ts +9 -0
  131. package/confirmation/moderncssm/components/screens/temp-block-over/component.js +26 -0
  132. package/confirmation/moderncssm/components/screens/temp-block-over/index.d.ts +1 -0
  133. package/confirmation/moderncssm/components/screens/temp-block-over/index.js +10 -0
  134. package/confirmation/moderncssm/components/screens/temp-block-over/index.module.css +42 -0
  135. package/confirmation/moderncssm/desktop/component.desktop.js +2 -0
  136. package/confirmation/moderncssm/desktop/index.js +2 -0
  137. package/confirmation/moderncssm/index.js +2 -0
  138. package/confirmation/moderncssm/mobile/component.mobile.js +2 -0
  139. package/confirmation/moderncssm/mobile/index.js +2 -0
  140. package/confirmation/moderncssm/shared/index.js +2 -0
  141. package/confirmation/moderncssm/types.d.ts +13 -2
  142. package/confirmation/moderncssm/types.js +17 -9
  143. package/confirmation/shared/index.js +2 -0
  144. package/confirmation/types.d.ts +13 -2
  145. package/confirmation/types.js +17 -9
  146. package/confirmation-v1/component.js +1 -1
  147. package/confirmation-v1/components/countdown/component.js +2 -2
  148. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  149. package/confirmation-v1/cssm/component.js +1 -1
  150. package/confirmation-v1/cssm/components/countdown/component.js +2 -2
  151. package/confirmation-v1/cssm/components/sign-confirmation/component.js +1 -1
  152. package/confirmation-v1/esm/component.js +1 -1
  153. package/confirmation-v1/esm/components/countdown/component.js +2 -2
  154. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  155. package/confirmation-v1/modern/component.js +1 -1
  156. package/confirmation-v1/modern/components/countdown/component.js +2 -2
  157. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  158. package/confirmation-v1/moderncssm/component.js +1 -1
  159. package/confirmation-v1/moderncssm/components/countdown/component.js +2 -2
  160. package/confirmation-v1/moderncssm/components/sign-confirmation/component.js +1 -1
  161. package/file-upload-item/components/actions-control/actions.js +1 -1
  162. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  163. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  164. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  165. package/file-upload-item/esm/Component.js +1 -1
  166. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  167. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  168. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  169. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  170. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  171. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  172. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  173. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  174. package/file-upload-item/esm/index.js +1 -1
  175. package/file-upload-item/modern/Component.js +1 -1
  176. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  177. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  178. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  179. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  180. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  181. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  182. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  183. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  184. package/file-upload-item/modern/index.js +1 -1
  185. package/gallery/components/image-viewer/component.js +1 -1
  186. package/gallery/components/image-viewer/hooks.js +1 -1
  187. package/gallery/components/image-viewer/single.js +1 -1
  188. package/gallery/components/image-viewer/slide.js +1 -1
  189. package/gallery/esm/Component.js +1 -1
  190. package/gallery/esm/components/image-viewer/component.js +1 -1
  191. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  192. package/gallery/esm/components/image-viewer/index.js +1 -1
  193. package/gallery/esm/components/image-viewer/single.js +1 -1
  194. package/gallery/esm/components/image-viewer/slide.js +1 -1
  195. package/gallery/esm/components/index.js +1 -1
  196. package/gallery/esm/index.js +1 -1
  197. package/gallery/modern/Component.js +1 -1
  198. package/gallery/modern/components/image-viewer/component.js +1 -1
  199. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  200. package/gallery/modern/components/image-viewer/index.js +1 -1
  201. package/gallery/modern/components/image-viewer/single.js +1 -1
  202. package/gallery/modern/components/image-viewer/slide.js +1 -1
  203. package/gallery/modern/components/index.js +1 -1
  204. package/gallery/modern/index.js +1 -1
  205. package/list/Component.js +1 -1
  206. package/list/components/item/Component.js +1 -1
  207. package/list/components/item/index.d.ts +1 -1
  208. package/list/components/item/index.js +1 -1
  209. package/list/esm/Component.js +1 -1
  210. package/list/esm/components/item/Component.js +1 -1
  211. package/list/esm/components/item/index.d.ts +1 -1
  212. package/list/esm/components/item/index.js +1 -1
  213. package/list/esm/index.js +1 -1
  214. package/list/index.js +1 -1
  215. package/list/modern/Component.js +1 -1
  216. package/list/modern/components/item/Component.js +1 -1
  217. package/list/modern/components/item/index.d.ts +1 -1
  218. package/list/modern/components/item/index.js +1 -1
  219. package/list/modern/index.js +1 -1
  220. package/modal/components/controls/Component.js +1 -1
  221. package/modal/components/footer/Component.js +1 -1
  222. package/modal/esm/Component.responsive.js +1 -1
  223. package/modal/esm/components/controls/Component.js +1 -1
  224. package/modal/esm/components/controls/index.js +1 -1
  225. package/modal/esm/components/footer/Component.js +1 -1
  226. package/modal/esm/desktop/Component.desktop.js +1 -1
  227. package/modal/esm/desktop/index.js +1 -1
  228. package/modal/esm/index.js +1 -1
  229. package/modal/esm/mobile/Component.mobile.js +1 -1
  230. package/modal/esm/mobile/index.js +1 -1
  231. package/modal/modern/Component.responsive.js +1 -1
  232. package/modal/modern/components/controls/Component.js +1 -1
  233. package/modal/modern/components/controls/index.js +1 -1
  234. package/modal/modern/components/footer/Component.js +1 -1
  235. package/modal/modern/desktop/Component.desktop.js +1 -1
  236. package/modal/modern/desktop/index.js +1 -1
  237. package/modal/modern/index.js +1 -1
  238. package/modal/modern/mobile/Component.mobile.js +1 -1
  239. package/modal/modern/mobile/index.js +1 -1
  240. package/package.json +1 -1
  241. package/plate/components/base-plate/Component.js +1 -1
  242. package/plate/esm/Component.responsive.js +1 -1
  243. package/plate/esm/components/base-plate/Component.js +1 -1
  244. package/plate/esm/components/base-plate/index.js +1 -1
  245. package/plate/esm/desktop/Component.desktop.js +1 -1
  246. package/plate/esm/desktop/index.js +1 -1
  247. package/plate/esm/index-7f6b04c5.d.ts +2 -2
  248. package/plate/esm/index.js +1 -1
  249. package/plate/esm/mobile/Component.mobile.js +1 -1
  250. package/plate/esm/mobile/index.js +1 -1
  251. package/plate/esm/shared/index.js +1 -1
  252. package/plate/esm/utils.js +1 -1
  253. package/plate/index-7f6b04c5.d.ts +2 -2
  254. package/plate/modern/Component.responsive.js +1 -1
  255. package/plate/modern/components/base-plate/Component.js +1 -1
  256. package/plate/modern/components/base-plate/index.js +1 -1
  257. package/plate/modern/desktop/Component.desktop.js +1 -1
  258. package/plate/modern/desktop/index.js +1 -1
  259. package/plate/modern/index-7f6b04c5.d.ts +2 -2
  260. package/plate/modern/index.js +1 -1
  261. package/plate/modern/mobile/Component.mobile.js +1 -1
  262. package/plate/modern/mobile/index.js +1 -1
  263. package/plate/modern/shared/index.js +1 -1
  264. package/plate/modern/utils.js +1 -1
  265. package/plate/utils.js +1 -1
  266. package/pure-cell/component.js +1 -1
  267. package/pure-cell/components/addon/component.js +1 -1
  268. package/pure-cell/components/addon/index.d.ts +1 -1
  269. package/pure-cell/components/addon/index.js +1 -1
  270. package/pure-cell/components/amount/component.js +1 -1
  271. package/pure-cell/components/amount/index.d.ts +1 -1
  272. package/pure-cell/components/amount/index.js +1 -1
  273. package/pure-cell/components/amount-title/component.js +1 -1
  274. package/pure-cell/components/amount-title/index.d.ts +1 -1
  275. package/pure-cell/components/amount-title/index.js +1 -1
  276. package/pure-cell/components/category/component.js +1 -1
  277. package/pure-cell/components/category/index.d.ts +1 -1
  278. package/pure-cell/components/category/index.js +1 -1
  279. package/pure-cell/components/content/component.js +1 -1
  280. package/pure-cell/components/content/index.d.ts +1 -1
  281. package/pure-cell/components/content/index.js +1 -1
  282. package/pure-cell/components/footer/component.js +1 -1
  283. package/pure-cell/components/footer/index.d.ts +1 -1
  284. package/pure-cell/components/footer/index.js +1 -1
  285. package/pure-cell/components/footer-button/component.js +1 -1
  286. package/pure-cell/components/footer-button/index.d.ts +1 -1
  287. package/pure-cell/components/footer-button/index.js +1 -1
  288. package/pure-cell/components/footer-text/component.js +1 -1
  289. package/pure-cell/components/footer-text/index.d.ts +1 -1
  290. package/pure-cell/components/footer-text/index.js +1 -1
  291. package/pure-cell/components/graphics/component.js +1 -1
  292. package/pure-cell/components/graphics/index.d.ts +1 -1
  293. package/pure-cell/components/graphics/index.js +1 -1
  294. package/pure-cell/components/main/component.js +1 -1
  295. package/pure-cell/components/main/index.d.ts +1 -1
  296. package/pure-cell/components/main/index.js +1 -1
  297. package/pure-cell/components/text/component.js +1 -1
  298. package/pure-cell/components/text/index.d.ts +1 -1
  299. package/pure-cell/components/text/index.js +1 -1
  300. package/pure-cell/esm/component.js +1 -1
  301. package/pure-cell/esm/components/addon/component.js +1 -1
  302. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  303. package/pure-cell/esm/components/addon/index.js +1 -1
  304. package/pure-cell/esm/components/amount/component.js +1 -1
  305. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  306. package/pure-cell/esm/components/amount/index.js +1 -1
  307. package/pure-cell/esm/components/amount-title/component.js +1 -1
  308. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  309. package/pure-cell/esm/components/amount-title/index.js +1 -1
  310. package/pure-cell/esm/components/category/component.js +1 -1
  311. package/pure-cell/esm/components/category/index.d.ts +1 -1
  312. package/pure-cell/esm/components/category/index.js +1 -1
  313. package/pure-cell/esm/components/content/component.js +1 -1
  314. package/pure-cell/esm/components/content/index.d.ts +1 -1
  315. package/pure-cell/esm/components/content/index.js +1 -1
  316. package/pure-cell/esm/components/footer/component.js +1 -1
  317. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  318. package/pure-cell/esm/components/footer/index.js +1 -1
  319. package/pure-cell/esm/components/footer-button/component.js +1 -1
  320. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  321. package/pure-cell/esm/components/footer-button/index.js +1 -1
  322. package/pure-cell/esm/components/footer-text/component.js +1 -1
  323. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  324. package/pure-cell/esm/components/footer-text/index.js +1 -1
  325. package/pure-cell/esm/components/graphics/component.js +1 -1
  326. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  327. package/pure-cell/esm/components/graphics/index.js +1 -1
  328. package/pure-cell/esm/components/main/component.js +1 -1
  329. package/pure-cell/esm/components/main/index.d.ts +1 -1
  330. package/pure-cell/esm/components/main/index.js +1 -1
  331. package/pure-cell/esm/components/text/component.js +1 -1
  332. package/pure-cell/esm/components/text/index.d.ts +1 -1
  333. package/pure-cell/esm/components/text/index.js +1 -1
  334. package/pure-cell/esm/index.js +1 -1
  335. package/pure-cell/index.js +1 -1
  336. package/pure-cell/modern/component.js +1 -1
  337. package/pure-cell/modern/components/addon/component.js +1 -1
  338. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  339. package/pure-cell/modern/components/addon/index.js +1 -1
  340. package/pure-cell/modern/components/amount/component.js +1 -1
  341. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  342. package/pure-cell/modern/components/amount/index.js +1 -1
  343. package/pure-cell/modern/components/amount-title/component.js +1 -1
  344. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  345. package/pure-cell/modern/components/amount-title/index.js +1 -1
  346. package/pure-cell/modern/components/category/component.js +1 -1
  347. package/pure-cell/modern/components/category/index.d.ts +1 -1
  348. package/pure-cell/modern/components/category/index.js +1 -1
  349. package/pure-cell/modern/components/content/component.js +1 -1
  350. package/pure-cell/modern/components/content/index.d.ts +1 -1
  351. package/pure-cell/modern/components/content/index.js +1 -1
  352. package/pure-cell/modern/components/footer/component.js +1 -1
  353. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  354. package/pure-cell/modern/components/footer/index.js +1 -1
  355. package/pure-cell/modern/components/footer-button/component.js +1 -1
  356. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  357. package/pure-cell/modern/components/footer-button/index.js +1 -1
  358. package/pure-cell/modern/components/footer-text/component.js +1 -1
  359. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  360. package/pure-cell/modern/components/footer-text/index.js +1 -1
  361. package/pure-cell/modern/components/graphics/component.js +1 -1
  362. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  363. package/pure-cell/modern/components/graphics/index.js +1 -1
  364. package/pure-cell/modern/components/main/component.js +1 -1
  365. package/pure-cell/modern/components/main/index.d.ts +1 -1
  366. package/pure-cell/modern/components/main/index.js +1 -1
  367. package/pure-cell/modern/components/text/component.js +1 -1
  368. package/pure-cell/modern/components/text/index.d.ts +1 -1
  369. package/pure-cell/modern/components/text/index.js +1 -1
  370. package/pure-cell/modern/index.js +1 -1
  371. package/select/components/base-select/Component.js +2 -2
  372. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  373. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  374. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  375. package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  376. package/select/esm/Component.responsive.js +3 -3
  377. package/select/esm/components/base-select/Component.js +2 -2
  378. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  379. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  380. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  381. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  382. package/select/esm/components/base-select/index.js +2 -2
  383. package/select/esm/components/index.js +2 -2
  384. package/select/esm/desktop/Component.desktop.js +2 -2
  385. package/select/esm/desktop/index.js +2 -2
  386. package/select/esm/index.js +3 -3
  387. package/select/esm/mobile/Component.mobile.js +3 -3
  388. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  389. package/select/esm/mobile/index.js +3 -3
  390. package/select/esm/presets/index.js +1 -1
  391. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  392. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  393. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  394. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  395. package/select/esm/shared/index.js +3 -3
  396. package/select/mobile/Component.mobile.js +1 -1
  397. package/select/modern/Component.responsive.js +3 -3
  398. package/select/modern/components/base-select/Component.js +2 -2
  399. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  400. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  401. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  402. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  403. package/select/modern/components/base-select/index.js +2 -2
  404. package/select/modern/components/index.js +2 -2
  405. package/select/modern/desktop/Component.desktop.js +2 -2
  406. package/select/modern/desktop/index.js +2 -2
  407. package/select/modern/index.js +3 -3
  408. package/select/modern/mobile/Component.mobile.js +3 -3
  409. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  410. package/select/modern/mobile/index.js +3 -3
  411. package/select/modern/presets/index.js +1 -1
  412. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  413. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  414. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  415. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  416. package/select/modern/shared/index.js +3 -3
  417. package/select/presets/index.js +1 -1
  418. package/select/presets/useSelectWithApply/hook.js +1 -1
  419. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  420. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  421. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  422. package/select/shared/index.js +1 -1
  423. package/side-panel/components/controls/Component.js +1 -1
  424. package/side-panel/components/footer/Component.js +1 -1
  425. package/side-panel/esm/Component.responsive.js +1 -1
  426. package/side-panel/esm/components/controls/Component.js +1 -1
  427. package/side-panel/esm/components/controls/index.js +1 -1
  428. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  429. package/side-panel/esm/components/footer/Component.js +1 -1
  430. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  431. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  432. package/side-panel/esm/desktop/index.js +1 -1
  433. package/side-panel/esm/index.js +1 -1
  434. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  435. package/side-panel/esm/mobile/index.js +1 -1
  436. package/side-panel/modern/Component.responsive.js +1 -1
  437. package/side-panel/modern/components/controls/Component.js +1 -1
  438. package/side-panel/modern/components/controls/index.js +1 -1
  439. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  440. package/side-panel/modern/components/footer/Component.js +1 -1
  441. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  442. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  443. package/side-panel/modern/desktop/index.js +1 -1
  444. package/side-panel/modern/index.js +1 -1
  445. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  446. package/side-panel/modern/mobile/index.js +1 -1
  447. package/themes/compiled/mobile-dark-bluetint.css +21 -21
  448. package/toast/Component.responsive.d.ts +1 -1
  449. package/toast/components/base-toast/component.d.ts +1 -1
  450. package/typography/cssm/text/alfasans-index.module.css +6 -2
  451. package/typography/esm/component.js +2 -2
  452. package/typography/esm/index.js +2 -2
  453. package/typography/esm/text/alfasans-index.css +6 -2
  454. package/typography/esm/text/component.js +1 -1
  455. package/typography/esm/text/index.js +1 -1
  456. package/typography/esm/title/component.js +1 -1
  457. package/typography/esm/title/index.js +2 -2
  458. package/typography/esm/title-mobile/component.js +2 -2
  459. package/typography/esm/title-mobile/index.js +2 -2
  460. package/typography/esm/title-responsive/component.js +2 -2
  461. package/typography/esm/title-responsive/index.js +2 -2
  462. package/typography/modern/component.js +2 -2
  463. package/typography/modern/index.js +2 -2
  464. package/typography/modern/text/alfasans-index.css +6 -2
  465. package/typography/modern/text/component.js +1 -1
  466. package/typography/modern/text/index.js +1 -1
  467. package/typography/modern/title/component.js +1 -1
  468. package/typography/modern/title/index.js +2 -2
  469. package/typography/modern/title-mobile/component.js +2 -2
  470. package/typography/modern/title-mobile/index.js +2 -2
  471. package/typography/modern/title-responsive/component.js +2 -2
  472. package/typography/modern/title-responsive/index.js +2 -2
  473. package/typography/moderncssm/text/alfasans-index.module.css +22 -2
  474. package/typography/moderncssm/title/alfasans-index.module.css +0 -10
  475. package/typography/text/alfasans-index.css +6 -2
  476. package/typography/text/component.js +1 -1
  477. package/typography/title/component.js +1 -1
  478. package/typography/title/index.js +1 -1
  479. package/typography/title-mobile/component.js +1 -1
  480. package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
  481. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  482. package/universal-modal/esm/Component.responsive.d.ts +2 -2
  483. package/universal-modal/esm/Component.responsive.js +1 -1
  484. package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
  485. package/universal-modal/esm/components/header/index.js +1 -1
  486. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  487. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  488. package/universal-modal/esm/desktop/Component.desktop.d.ts +2 -2
  489. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  490. package/universal-modal/esm/desktop/components/center-modal/center-modal.d.ts +1 -1
  491. package/universal-modal/esm/desktop/components/side-modal/side-modal.d.ts +1 -1
  492. package/universal-modal/esm/desktop/index.js +1 -1
  493. package/universal-modal/esm/index.js +1 -1
  494. package/universal-modal/esm/mobile/Component.mobile.d.ts +2 -2
  495. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  496. package/universal-modal/esm/mobile/index.js +1 -1
  497. package/universal-modal/modern/Component.responsive.js +1 -1
  498. package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
  499. package/universal-modal/modern/components/header/index.js +1 -1
  500. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  501. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  502. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  503. package/universal-modal/modern/desktop/index.js +1 -1
  504. package/universal-modal/modern/index.js +1 -1
  505. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  506. package/universal-modal/modern/mobile/index.js +1 -1
  507. /package/calendar/{calendarMonthOnlyView-0a5266fb.d.ts → calendarMonthOnlyView-7a1a1ffc.d.ts} +0 -0
  508. /package/calendar/{calendarMonthOnlyView-0a5266fb.js → calendarMonthOnlyView-7a1a1ffc.js} +0 -0
  509. /package/calendar/esm/{calendarMonthOnlyView-ee290d74.d.ts → calendarMonthOnlyView-7a4b7d7b.d.ts} +0 -0
  510. /package/calendar/esm/{calendarMonthOnlyView-ee290d74.js → calendarMonthOnlyView-7a4b7d7b.js} +0 -0
  511. /package/calendar/modern/{calendarMonthOnlyView-cb6130fd.d.ts → calendarMonthOnlyView-e720b520.d.ts} +0 -0
  512. /package/calendar/modern/{calendarMonthOnlyView-cb6130fd.js → calendarMonthOnlyView-e720b520.js} +0 -0
  513. /package/calendar-range/esm/{index.module-614f41e2.js → index.module-844e5e20.js} +0 -0
  514. /package/calendar-range/{index.module-8638edb5.js → index.module-24b2e6b3.js} +0 -0
  515. /package/calendar-range/modern/{index.module-23ee63c3.js → index.module-249bd0bf.js} +0 -0
  516. /package/confirmation/{countdown-section-8494fee7.d.ts → countdown-section-66246bfb.d.ts} +0 -0
  517. /package/confirmation/esm/{countdown-section-210293dc.d.ts → countdown-section-b11f4c6f.d.ts} +0 -0
  518. /package/confirmation/modern/{countdown-section-c7e8c587.d.ts → countdown-section-5721eff6.d.ts} +0 -0
  519. /package/file-upload-item/{actions-control.module-200ab9de.js → actions-control.module-4036a72e.js} +0 -0
  520. /package/file-upload-item/esm/{actions-control.module-091e8b81.js → actions-control.module-513b9136.js} +0 -0
  521. /package/file-upload-item/modern/{actions-control.module-0d2be3c4.js → actions-control.module-92e41ab2.js} +0 -0
  522. /package/gallery/esm/{hooks-d3284a04.d.ts → hooks-a2a9ba67.d.ts} +0 -0
  523. /package/gallery/esm/{hooks-d3284a04.js → hooks-a2a9ba67.js} +0 -0
  524. /package/gallery/{hooks-c84dacce.d.ts → hooks-edbf48b6.d.ts} +0 -0
  525. /package/gallery/{hooks-c84dacce.js → hooks-edbf48b6.js} +0 -0
  526. /package/gallery/modern/{hooks-3938f1b1.d.ts → hooks-7279baab.d.ts} +0 -0
  527. /package/gallery/modern/{hooks-3938f1b1.js → hooks-7279baab.js} +0 -0
  528. /package/list/{Component-7824cae7.d.ts → Component-d820b5f0.d.ts} +0 -0
  529. /package/list/{Component-7824cae7.js → Component-d820b5f0.js} +0 -0
  530. /package/list/esm/{Component-34960d42.d.ts → Component-1bda4abd.d.ts} +0 -0
  531. /package/list/esm/{Component-34960d42.js → Component-1bda4abd.js} +0 -0
  532. /package/list/modern/{Component-eb92f4e0.d.ts → Component-245adfda.d.ts} +0 -0
  533. /package/list/modern/{Component-eb92f4e0.js → Component-245adfda.js} +0 -0
  534. /package/modal/esm/{layout.module-cb2014c2.js → layout.module-17553c5a.js} +0 -0
  535. /package/modal/{layout.module-971e2d9b.js → layout.module-ad818cbc.js} +0 -0
  536. /package/modal/modern/{layout.module-48ecd138.js → layout.module-2e975ac6.js} +0 -0
  537. /package/plate/esm/{warning-12014c94.d.ts → warning-55b2c14b.d.ts} +0 -0
  538. /package/plate/esm/{warning-12014c94.js → warning-55b2c14b.js} +0 -0
  539. /package/plate/modern/{warning-0dd47e10.d.ts → warning-1db6c76d.d.ts} +0 -0
  540. /package/plate/modern/{warning-0dd47e10.js → warning-1db6c76d.js} +0 -0
  541. /package/plate/{warning-e86f12cd.d.ts → warning-d3ae8fcd.d.ts} +0 -0
  542. /package/plate/{warning-e86f12cd.js → warning-d3ae8fcd.js} +0 -0
  543. /package/pure-cell/{component-e25f6d24.d.ts → component-f9fe7b5e.d.ts} +0 -0
  544. /package/pure-cell/{component-e25f6d24.js → component-f9fe7b5e.js} +0 -0
  545. /package/pure-cell/esm/{component-2cbdee0c.d.ts → component-885fb487.d.ts} +0 -0
  546. /package/pure-cell/esm/{component-2cbdee0c.js → component-885fb487.js} +0 -0
  547. /package/pure-cell/modern/{component-11cadaf1.d.ts → component-27feae28.d.ts} +0 -0
  548. /package/pure-cell/modern/{component-11cadaf1.js → component-27feae28.js} +0 -0
  549. /package/select/esm/{hook-a050950e.d.ts → hook-95e57f01.d.ts} +0 -0
  550. /package/select/esm/{hook-a050950e.js → hook-95e57f01.js} +0 -0
  551. /package/select/esm/{list-popover-desktop-1336e6f2.d.ts → list-popover-desktop-471e29e3.d.ts} +0 -0
  552. /package/select/esm/{list-popover-desktop-1336e6f2.js → list-popover-desktop-471e29e3.js} +0 -0
  553. /package/select/esm/{mobile.module-d180a568.js → mobile.module-b7411ccc.js} +0 -0
  554. /package/select/{hook-d49b4877.d.ts → hook-ced8e8e7.d.ts} +0 -0
  555. /package/select/{hook-d49b4877.js → hook-ced8e8e7.js} +0 -0
  556. /package/select/{list-popover-desktop-65c244cb.d.ts → list-popover-desktop-b02c0d40.d.ts} +0 -0
  557. /package/select/{list-popover-desktop-65c244cb.js → list-popover-desktop-b02c0d40.js} +0 -0
  558. /package/select/{mobile.module-45650e6b.js → mobile.module-b3172af2.js} +0 -0
  559. /package/select/modern/{hook-aae4ec24.d.ts → hook-79b0ecd6.d.ts} +0 -0
  560. /package/select/modern/{hook-aae4ec24.js → hook-79b0ecd6.js} +0 -0
  561. /package/select/modern/{list-popover-desktop-db643371.d.ts → list-popover-desktop-36234ac6.d.ts} +0 -0
  562. /package/select/modern/{list-popover-desktop-db643371.js → list-popover-desktop-36234ac6.js} +0 -0
  563. /package/select/modern/{mobile.module-b3570534.js → mobile.module-74e2c906.js} +0 -0
  564. /package/side-panel/esm/{layout.module-ed6c4a10.js → layout.module-b66ce500.js} +0 -0
  565. /package/side-panel/{layout.module-015850ee.js → layout.module-793d64b3.js} +0 -0
  566. /package/side-panel/modern/{layout.module-47f6670f.js → layout.module-72ccb41a.js} +0 -0
  567. /package/typography/{colors.module-c75cdd23.js → colors.module-96dc381d.js} +0 -0
  568. /package/typography/{common.module-eebc0203.js → common.module-87bfc3d3.js} +0 -0
  569. /package/typography/esm/{colors.module-d5ecddb2.js → colors.module-8a4bb09a.js} +0 -0
  570. /package/typography/esm/{common.module-4c346c14.js → common.module-682b1784.js} +0 -0
  571. /package/typography/modern/{colors.module-38ef620f.js → colors.module-398743c3.js} +0 -0
  572. /package/typography/modern/{common.module-595fec7a.js → common.module-e12a7993.js} +0 -0
  573. /package/universal-modal/esm/{index.module-a77a9ec0.js → index.module-dea843b6.js} +0 -0
  574. /package/universal-modal/{index.module-fa416195.js → index.module-a91cc672.js} +0 -0
  575. /package/universal-modal/modern/{index.module-acadab38.js → index.module-5839d3bb.js} +0 -0
@@ -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-d3284a04.js';
13
+ import '../../hooks-a2a9ba67.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-d3284a04.js';
5
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-a2a9ba67.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-d3284a04.js';
8
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-a2a9ba67.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-d3284a04.js';
37
+ import '../hooks-a2a9ba67.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-d3284a04.js';
13
+ import './hooks-a2a9ba67.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-3938f1b1.js';
19
+ import './hooks-7279baab.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-3938f1b1.js';
11
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-7279baab.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-3938f1b1.js';
4
+ export { u as useHandleImageViewer } from '../../hooks-7279baab.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-3938f1b1.js';
12
+ import '../../hooks-7279baab.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-3938f1b1.js';
5
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-7279baab.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-3938f1b1.js';
8
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-7279baab.js';
9
9
  import { NoImagePaths } from './paths.js';
10
10
  import { Video } from './video/index.js';
11
11
  import 'element-closest';
@@ -33,7 +33,7 @@ import 'swiper';
33
33
  import 'swiper/react';
34
34
  import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
35
35
  import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
36
- import '../hooks-3938f1b1.js';
36
+ import '../hooks-7279baab.js';
37
37
  import 'element-closest';
38
38
  import './image-viewer/slide.js';
39
39
  import '../../../spinner/modern';
@@ -10,7 +10,7 @@ import '../../typography/modern';
10
10
  import './context.js';
11
11
  import './components/image-viewer/single.js';
12
12
  import './utils/utils.js';
13
- import './hooks-3938f1b1.js';
13
+ import './hooks-7279baab.js';
14
14
  import 'element-closest';
15
15
  import './components/image-viewer/slide.js';
16
16
  import '../../spinner/modern';
package/list/Component.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  require('tslib');
4
4
  require('react');
5
5
  require('classnames');
6
- var components_item_Component = require('./Component-7824cae7.js');
6
+ var components_item_Component = require('./Component-d820b5f0.js');
7
7
  require('./utils.js');
8
8
 
9
9
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  require('react');
4
4
  require('classnames');
5
5
  require('../../../typography');
6
- var components_item_Component = require('../../Component-7824cae7.js');
6
+ var components_item_Component = require('../../Component-d820b5f0.js');
7
7
 
8
8
 
9
9
 
@@ -1 +1 @@
1
- export * from "../../Component-7824cae7";
1
+ export * from "../../Component-d820b5f0";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var components_item_Component = require('../../Component-7824cae7.js');
3
+ var components_item_Component = require('../../Component-d820b5f0.js');
4
4
 
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  import 'tslib';
2
2
  import 'react';
3
3
  import 'classnames';
4
- export { a as List, L as ListContext } from './Component-34960d42.js';
4
+ export { a as List, L as ListContext } from './Component-1bda4abd.js';
5
5
  import '../../typography/esm';
6
6
  import './utils.js';
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../typography/esm';
4
- export { I as Item } from '../../Component-34960d42.js';
4
+ export { I as Item } from '../../Component-1bda4abd.js';
5
5
  import 'tslib';
6
6
  import '../../utils.js';
@@ -1 +1 @@
1
- export * from "../../Component-34960d42";
1
+ export * from "../../Component-1bda4abd";
@@ -1,4 +1,4 @@
1
- export { I as Item } from '../../Component-34960d42.js';
1
+ export { I as Item } from '../../Component-1bda4abd.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'classnames';
package/list/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { a as List, L as ListContext } from './Component-34960d42.js';
1
+ export { a as List, L as ListContext } from './Component-1bda4abd.js';
2
2
  export { listPresets } from './presets.js';
3
3
  import 'tslib';
4
4
  import 'react';
package/list/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var components_item_Component = require('./Component-7824cae7.js');
3
+ var components_item_Component = require('./Component-d820b5f0.js');
4
4
  var presets = require('./presets.js');
5
5
 
6
6
 
@@ -1,5 +1,5 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- export { a as List, L as ListContext } from './Component-eb92f4e0.js';
3
+ export { a as List, L as ListContext } from './Component-245adfda.js';
4
4
  import '../../typography/modern';
5
5
  import './utils.js';
@@ -1,5 +1,5 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../typography/modern';
4
- export { I as Item } from '../../Component-eb92f4e0.js';
4
+ export { I as Item } from '../../Component-245adfda.js';
5
5
  import '../../utils.js';
@@ -1 +1 @@
1
- export * from "../../Component-eb92f4e0";
1
+ export * from "../../Component-245adfda";
@@ -1,4 +1,4 @@
1
- export { I as Item } from '../../Component-eb92f4e0.js';
1
+ export { I as Item } from '../../Component-245adfda.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '../../../../typography/modern';
@@ -1,4 +1,4 @@
1
- export { a as List, L as ListContext } from './Component-eb92f4e0.js';
1
+ export { a as List, L as ListContext } from './Component-245adfda.js';
2
2
  export { listPresets } from './presets.js';
3
3
  import 'react';
4
4
  import 'classnames';
@@ -4,7 +4,7 @@ var React = require('react');
4
4
  var cn = require('classnames');
5
5
  var coreComponentsShared = require('../../../shared');
6
6
  var ResponsiveContext = require('../../ResponsiveContext.js');
7
- var layout_module = require('../../layout.module-971e2d9b.js');
7
+ var layout_module = require('../../layout.module-ad818cbc.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -6,7 +6,7 @@ var coreComponentsShared = require('../../../shared');
6
6
  var consts = require('../../consts.js');
7
7
  var Context = require('../../Context.js');
8
8
  var ResponsiveContext = require('../../ResponsiveContext.js');
9
- var layout_module = require('../../layout.module-971e2d9b.js');
9
+ var layout_module = require('../../layout.module-ad818cbc.js');
10
10
 
11
11
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
12
12
 
@@ -12,7 +12,7 @@ import './consts.js';
12
12
  import './Context.js';
13
13
  import '../../base-modal/esm';
14
14
  import './ResponsiveContext.js';
15
- import './layout.module-cb2014c2.js';
15
+ import './layout.module-17553c5a.js';
16
16
  import '../../navigation-bar-private/esm';
17
17
  import 'react-merge-refs';
18
18
 
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/esm';
4
4
  import { ResponsiveContext } from '../../ResponsiveContext.js';
5
- import { l as layoutStyles } from '../../layout.module-cb2014c2.js';
5
+ import { l as layoutStyles } from '../../layout.module-17553c5a.js';
6
6
 
7
7
  var styles = {"component":"modal__component_zlvtp"};
8
8
  require('./index.css');
@@ -3,4 +3,4 @@ import 'react';
3
3
  import 'classnames';
4
4
  import '../../../../shared/esm';
5
5
  import '../../ResponsiveContext.js';
6
- import '../../layout.module-cb2014c2.js';
6
+ import '../../layout.module-17553c5a.js';
@@ -4,7 +4,7 @@ import { getDataTestId } from '../../../../shared/esm';
4
4
  import { SIZE_TO_CLASSNAME_MAP } from '../../consts.js';
5
5
  import { ModalContext } from '../../Context.js';
6
6
  import { ResponsiveContext } from '../../ResponsiveContext.js';
7
- import { l as layoutStyles } from '../../layout.module-cb2014c2.js';
7
+ import { l as layoutStyles } from '../../layout.module-17553c5a.js';
8
8
  import '../../../../base-modal/esm';
9
9
 
10
10
  var desktopStyles = {"footer":"modal__footer_15820","sticky":"modal__sticky_15820","fullscreen":"modal__fullscreen_15820","size-500":"modal__size-500_15820","size-600":"modal__size-600_15820","size-800":"modal__size-800_15820","size-1140":"modal__size-1140_15820"};
@@ -12,7 +12,7 @@ import '../consts.js';
12
12
  import '../ResponsiveContext.js';
13
13
  import '../../../shared/esm';
14
14
  import '../Context.js';
15
- import '../layout.module-cb2014c2.js';
15
+ import '../layout.module-17553c5a.js';
16
16
  import '../../../navigation-bar-private/esm';
17
17
 
18
18
  var ModalDesktopComponent = forwardRef(function (props, ref) { return (React.createElement(Modal, __assign({}, props, { ref: ref, view: 'desktop' }))); });
@@ -11,7 +11,7 @@ import '../consts.js';
11
11
  import '../ResponsiveContext.js';
12
12
  import '../components/controls/Component.js';
13
13
  import '../../../shared/esm';
14
- import '../layout.module-cb2014c2.js';
14
+ import '../layout.module-17553c5a.js';
15
15
  import '../components/header/Component.js';
16
16
  import '../../../navigation-bar-private/esm';
17
17
  import '../Context.js';
@@ -10,7 +10,7 @@ import './Context.js';
10
10
  import '../../base-modal/esm';
11
11
  import './ResponsiveContext.js';
12
12
  import './components/controls/Component.js';
13
- import './layout.module-cb2014c2.js';
13
+ import './layout.module-17553c5a.js';
14
14
  import './components/footer/Component.js';
15
15
  import './components/header/Component.js';
16
16
  import '../../navigation-bar-private/esm';
@@ -12,7 +12,7 @@ import '../consts.js';
12
12
  import '../ResponsiveContext.js';
13
13
  import '../../../shared/esm';
14
14
  import '../Context.js';
15
- import '../layout.module-cb2014c2.js';
15
+ import '../layout.module-17553c5a.js';
16
16
  import '../../../navigation-bar-private/esm';
17
17
 
18
18
  var ModalMobileComponent = forwardRef(function (props, ref) { return (React.createElement(Modal, __assign({}, props, { ref: ref, view: 'mobile' }))); });
@@ -12,6 +12,6 @@ import '../consts.js';
12
12
  import '../ResponsiveContext.js';
13
13
  import '../components/controls/Component.js';
14
14
  import '../../../shared/esm';
15
- import '../layout.module-cb2014c2.js';
15
+ import '../layout.module-17553c5a.js';
16
16
  import '../Context.js';
17
17
  import '../../../navigation-bar-private/esm';
@@ -11,7 +11,7 @@ import './consts.js';
11
11
  import './Context.js';
12
12
  import '../../base-modal/modern';
13
13
  import './ResponsiveContext.js';
14
- import './layout.module-48ecd138.js';
14
+ import './layout.module-2e975ac6.js';
15
15
  import '../../navigation-bar-private/modern';
16
16
  import 'react-merge-refs';
17
17
 
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/modern';
4
4
  import { ResponsiveContext } from '../../ResponsiveContext.js';
5
- import { l as layoutStyles } from '../../layout.module-48ecd138.js';
5
+ import { l as layoutStyles } from '../../layout.module-2e975ac6.js';
6
6
 
7
7
  const styles = {"component":"modal__component_zlvtp"};
8
8
  require('./index.css');
@@ -3,4 +3,4 @@ import 'react';
3
3
  import 'classnames';
4
4
  import '../../../../shared/modern';
5
5
  import '../../ResponsiveContext.js';
6
- import '../../layout.module-48ecd138.js';
6
+ import '../../layout.module-2e975ac6.js';
@@ -4,7 +4,7 @@ import { getDataTestId } from '../../../../shared/modern';
4
4
  import { SIZE_TO_CLASSNAME_MAP } from '../../consts.js';
5
5
  import { ModalContext } from '../../Context.js';
6
6
  import { ResponsiveContext } from '../../ResponsiveContext.js';
7
- import { l as layoutStyles } from '../../layout.module-48ecd138.js';
7
+ import { l as layoutStyles } from '../../layout.module-2e975ac6.js';
8
8
  import '../../../../base-modal/modern';
9
9
 
10
10
  const desktopStyles = {"footer":"modal__footer_15820","sticky":"modal__sticky_15820","fullscreen":"modal__fullscreen_15820","size-500":"modal__size-500_15820","size-600":"modal__size-600_15820","size-800":"modal__size-800_15820","size-1140":"modal__size-1140_15820"};
@@ -11,7 +11,7 @@ import '../consts.js';
11
11
  import '../ResponsiveContext.js';
12
12
  import '../../../shared/modern';
13
13
  import '../Context.js';
14
- import '../layout.module-48ecd138.js';
14
+ import '../layout.module-2e975ac6.js';
15
15
  import '../../../navigation-bar-private/modern';
16
16
 
17
17
  const ModalDesktopComponent = forwardRef((props, ref) => (React.createElement(Modal, { ...props, ref: ref, view: 'desktop' })));
@@ -10,7 +10,7 @@ import '../consts.js';
10
10
  import '../ResponsiveContext.js';
11
11
  import '../components/controls/Component.js';
12
12
  import '../../../shared/modern';
13
- import '../layout.module-48ecd138.js';
13
+ import '../layout.module-2e975ac6.js';
14
14
  import '../components/header/Component.js';
15
15
  import '../../../navigation-bar-private/modern';
16
16
  import '../Context.js';
@@ -9,7 +9,7 @@ import './Context.js';
9
9
  import '../../base-modal/modern';
10
10
  import './ResponsiveContext.js';
11
11
  import './components/controls/Component.js';
12
- import './layout.module-48ecd138.js';
12
+ import './layout.module-2e975ac6.js';
13
13
  import './components/footer/Component.js';
14
14
  import './components/header/Component.js';
15
15
  import '../../navigation-bar-private/modern';
@@ -11,7 +11,7 @@ import '../consts.js';
11
11
  import '../ResponsiveContext.js';
12
12
  import '../../../shared/modern';
13
13
  import '../Context.js';
14
- import '../layout.module-48ecd138.js';
14
+ import '../layout.module-2e975ac6.js';
15
15
  import '../../../navigation-bar-private/modern';
16
16
 
17
17
  const ModalMobileComponent = forwardRef((props, ref) => (React.createElement(Modal, { ...props, ref: ref, view: 'mobile' })));
@@ -11,6 +11,6 @@ import '../consts.js';
11
11
  import '../ResponsiveContext.js';
12
12
  import '../components/controls/Component.js';
13
13
  import '../../../shared/modern';
14
- import '../layout.module-48ecd138.js';
14
+ import '../layout.module-2e975ac6.js';
15
15
  import '../Context.js';
16
16
  import '../../../navigation-bar-private/modern';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components",
3
- "version": "48.25.0-beta.0",
3
+ "version": "48.25.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -5,7 +5,7 @@ var React = require('react');
5
5
  var mergeRefs = require('react-merge-refs');
6
6
  var cn = require('classnames');
7
7
  var coreComponentsIconButton = require('../../../icon-button');
8
- var warning = require('../../warning-e86f12cd.js');
8
+ var warning = require('../../warning-d3ae8fcd.js');
9
9
  var hooks = require('@alfalab/hooks');
10
10
  var ChevronDownMIcon = require('@alfalab/icons-glyph/ChevronDownMIcon');
11
11
  var CrossMIcon = require('@alfalab/icons-glyph/CrossMIcon');
@@ -7,7 +7,7 @@ import './components/base-plate/Component.js';
7
7
  import 'react-merge-refs';
8
8
  import 'classnames';
9
9
  import '../../icon-button/esm';
10
- import './warning-12014c94.js';
10
+ import './warning-55b2c14b.js';
11
11
  import 'detect-browser';
12
12
  import '@alfalab/hooks';
13
13
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -3,7 +3,7 @@ import React, { forwardRef, useRef, useState, useCallback } from 'react';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { IconButton } from '../../../../icon-button/esm';
6
- import { g as getDataTestId } from '../../warning-12014c94.js';
6
+ import { g as getDataTestId } from '../../warning-55b2c14b.js';
7
7
  import { useFocus } from '@alfalab/hooks';
8
8
  import { ChevronDownMIcon } from '@alfalab/icons-glyph/ChevronDownMIcon';
9
9
  import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
@@ -4,7 +4,7 @@ import 'react';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../../icon-button/esm';
7
- import '../../warning-12014c94.js';
7
+ import '../../warning-55b2c14b.js';
8
8
  import 'detect-browser';
9
9
  import '@alfalab/hooks';
10
10
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -4,7 +4,7 @@ import { BasePlate } from '../components/base-plate/Component.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../icon-button/esm';
7
- import '../warning-12014c94.js';
7
+ import '../warning-55b2c14b.js';
8
8
  import 'detect-browser';
9
9
  import '@alfalab/hooks';
10
10
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -5,7 +5,7 @@ import '../components/base-plate/Component.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../../../icon-button/esm';
8
- import '../warning-12014c94.js';
8
+ import '../warning-55b2c14b.js';
9
9
  import 'detect-browser';
10
10
  import '@alfalab/hooks';
11
11
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -82,7 +82,7 @@ declare const exhaustiveCheck: (value: never) => never;
82
82
  declare function isFn<T>(value: T): value is T & Function;
83
83
  export { createPaddingStyle, easingFns, maskUtils, isObject, hasOwnProperty, hooks, dom, exhaustiveCheck, isFn };
84
84
  export { useIsMounted } from "./useIsMounted-edf8408d";
85
- export * from "./warning-12014c94";
86
- export { PortalContext } from "./warning-12014c94";
85
+ export * from "./warning-55b2c14b";
86
+ export { PortalContext } from "./warning-55b2c14b";
87
87
  export * from "./isClient-22e50762";
88
88
  export * from "./fnUtils-edf8408d";
@@ -7,7 +7,7 @@ import './components/base-plate/Component.js';
7
7
  import 'react-merge-refs';
8
8
  import 'classnames';
9
9
  import '../../icon-button/esm';
10
- import './warning-12014c94.js';
10
+ import './warning-55b2c14b.js';
11
11
  import 'detect-browser';
12
12
  import '@alfalab/hooks';
13
13
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -4,7 +4,7 @@ import { BasePlate } from '../components/base-plate/Component.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../icon-button/esm';
7
- import '../warning-12014c94.js';
7
+ import '../warning-55b2c14b.js';
8
8
  import 'detect-browser';
9
9
  import '@alfalab/hooks';
10
10
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -5,7 +5,7 @@ import '../components/base-plate/Component.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../../../icon-button/esm';
8
- import '../warning-12014c94.js';
8
+ import '../warning-55b2c14b.js';
9
9
  import 'detect-browser';
10
10
  import '@alfalab/hooks';
11
11
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -1,5 +1,5 @@
1
1
  export { getPlateTestIds } from '../utils.js';
2
- import '../warning-12014c94.js';
2
+ import '../warning-55b2c14b.js';
3
3
  import 'detect-browser';
4
4
  import 'react';
5
5
  import '@alfalab/hooks';
@@ -1,4 +1,4 @@
1
- import { g as getDataTestId } from './warning-12014c94.js';
1
+ import { g as getDataTestId } from './warning-55b2c14b.js';
2
2
  import 'react';
3
3
  import '@alfalab/hooks';
4
4
  import 'detect-browser';
@@ -82,7 +82,7 @@ declare const exhaustiveCheck: (value: never) => never;
82
82
  declare function isFn<T>(value: T): value is T & Function;
83
83
  export { createPaddingStyle, easingFns, maskUtils, isObject, hasOwnProperty, hooks, dom, exhaustiveCheck, isFn };
84
84
  export { useIsMounted } from "./useIsMounted-edf8408d";
85
- export * from "./warning-e86f12cd";
86
- export { PortalContext } from "./warning-e86f12cd";
85
+ export * from "./warning-d3ae8fcd";
86
+ export { PortalContext } from "./warning-d3ae8fcd";
87
87
  export * from "./isClient-22e50762";
88
88
  export * from "./fnUtils-edf8408d";
@@ -6,7 +6,7 @@ import './components/base-plate/Component.js';
6
6
  import 'react-merge-refs';
7
7
  import 'classnames';
8
8
  import '../../icon-button/modern';
9
- import './warning-0dd47e10.js';
9
+ import './warning-1db6c76d.js';
10
10
  import 'detect-browser';
11
11
  import '@alfalab/hooks';
12
12
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -2,7 +2,7 @@ import React, { forwardRef, useRef, useState, useCallback } from 'react';
2
2
  import mergeRefs from 'react-merge-refs';
3
3
  import cn from 'classnames';
4
4
  import { IconButton } from '../../../../icon-button/modern';
5
- import { g as getDataTestId } from '../../warning-0dd47e10.js';
5
+ import { g as getDataTestId } from '../../warning-1db6c76d.js';
6
6
  import { useFocus } from '@alfalab/hooks';
7
7
  import { ChevronDownMIcon } from '@alfalab/icons-glyph/ChevronDownMIcon';
8
8
  import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';