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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (407) hide show
  1. package/bottom-sheet/cssm/index.module.css +3 -1
  2. package/bottom-sheet/esm/index.css +3 -1
  3. package/bottom-sheet/index.css +3 -1
  4. package/bottom-sheet/modern/index.css +3 -1
  5. package/bottom-sheet/moderncssm/index.module.css +4 -1
  6. package/calendar/components/calendar-mobile/Component.js +1 -1
  7. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  8. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  9. package/calendar/components/calendar-mobile/index.js +1 -1
  10. package/calendar/esm/Component.responsive.js +1 -1
  11. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  12. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  13. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  14. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  15. package/calendar/esm/index.js +1 -1
  16. package/calendar/esm/mobile/index.js +1 -1
  17. package/calendar/mobile/index.js +1 -1
  18. package/calendar/modern/Component.responsive.js +1 -1
  19. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  20. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  21. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  22. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  23. package/calendar/modern/index.js +1 -1
  24. package/calendar/modern/mobile/index.js +1 -1
  25. package/confirmation/components/screens/initial/component.js +1 -1
  26. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  27. package/confirmation/esm/component.responsive.js +1 -1
  28. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  29. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  30. package/confirmation/esm/components/index.js +1 -1
  31. package/confirmation/esm/components/screens/index.js +1 -1
  32. package/confirmation/esm/components/screens/initial/component.js +1 -1
  33. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  34. package/confirmation/esm/components/screens/initial/index.js +1 -1
  35. package/confirmation/esm/desktop/component.desktop.js +1 -1
  36. package/confirmation/esm/desktop/index.js +1 -1
  37. package/confirmation/esm/index.js +1 -1
  38. package/confirmation/esm/mobile/component.mobile.js +1 -1
  39. package/confirmation/esm/mobile/index.js +1 -1
  40. package/confirmation/esm/shared/index.js +1 -1
  41. package/confirmation/modern/component.responsive.js +1 -1
  42. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  43. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  44. package/confirmation/modern/components/index.js +1 -1
  45. package/confirmation/modern/components/screens/index.js +1 -1
  46. package/confirmation/modern/components/screens/initial/component.js +1 -1
  47. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  48. package/confirmation/modern/components/screens/initial/index.js +1 -1
  49. package/confirmation/modern/desktop/component.desktop.js +1 -1
  50. package/confirmation/modern/desktop/index.js +1 -1
  51. package/confirmation/modern/index.js +1 -1
  52. package/confirmation/modern/mobile/component.mobile.js +1 -1
  53. package/confirmation/modern/mobile/index.js +1 -1
  54. package/confirmation/modern/shared/index.js +1 -1
  55. package/file-upload-item/components/actions-control/actions.js +1 -1
  56. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  57. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  58. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  59. package/file-upload-item/esm/Component.js +1 -1
  60. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  61. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  62. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  63. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  64. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  65. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  66. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  67. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  68. package/file-upload-item/esm/index.js +1 -1
  69. package/file-upload-item/modern/Component.js +1 -1
  70. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  71. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  72. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  73. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  74. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  75. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  76. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  77. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  78. package/file-upload-item/modern/index.js +1 -1
  79. package/gallery/components/image-viewer/component.js +1 -1
  80. package/gallery/components/image-viewer/hooks.js +1 -1
  81. package/gallery/components/image-viewer/single.js +1 -1
  82. package/gallery/components/image-viewer/slide.js +1 -1
  83. package/gallery/esm/Component.js +1 -1
  84. package/gallery/esm/components/image-viewer/component.js +1 -1
  85. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  86. package/gallery/esm/components/image-viewer/index.js +1 -1
  87. package/gallery/esm/components/image-viewer/single.js +1 -1
  88. package/gallery/esm/components/image-viewer/slide.js +1 -1
  89. package/gallery/esm/components/index.js +1 -1
  90. package/gallery/esm/index.js +1 -1
  91. package/gallery/modern/Component.js +1 -1
  92. package/gallery/modern/components/image-viewer/component.js +1 -1
  93. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  94. package/gallery/modern/components/image-viewer/index.js +1 -1
  95. package/gallery/modern/components/image-viewer/single.js +1 -1
  96. package/gallery/modern/components/image-viewer/slide.js +1 -1
  97. package/gallery/modern/components/index.js +1 -1
  98. package/gallery/modern/index.js +1 -1
  99. package/modal/components/controls/Component.js +1 -1
  100. package/modal/components/footer/Component.js +1 -1
  101. package/modal/components/header/mobile.css +31 -14
  102. package/modal/cssm/components/header/mobile.module.css +31 -14
  103. package/modal/cssm/mobile/mobile.module.css +27 -13
  104. package/modal/esm/Component.responsive.js +1 -1
  105. package/modal/esm/components/controls/Component.js +1 -1
  106. package/modal/esm/components/controls/index.js +1 -1
  107. package/modal/esm/components/footer/Component.js +1 -1
  108. package/modal/esm/components/header/mobile.css +31 -14
  109. package/modal/esm/desktop/Component.desktop.js +1 -1
  110. package/modal/esm/desktop/index.js +1 -1
  111. package/modal/esm/index.js +1 -1
  112. package/modal/esm/mobile/Component.mobile.js +1 -1
  113. package/modal/esm/mobile/index.js +1 -1
  114. package/modal/esm/mobile/mobile.css +27 -13
  115. package/modal/mobile/mobile.css +27 -13
  116. package/modal/modern/Component.responsive.js +1 -1
  117. package/modal/modern/components/controls/Component.js +1 -1
  118. package/modal/modern/components/controls/index.js +1 -1
  119. package/modal/modern/components/footer/Component.js +1 -1
  120. package/modal/modern/components/header/mobile.css +31 -14
  121. package/modal/modern/desktop/Component.desktop.js +1 -1
  122. package/modal/modern/desktop/index.js +1 -1
  123. package/modal/modern/index.js +1 -1
  124. package/modal/modern/mobile/Component.mobile.js +1 -1
  125. package/modal/modern/mobile/index.js +1 -1
  126. package/modal/modern/mobile/mobile.css +27 -13
  127. package/modal/moderncssm/components/header/mobile.module.css +4 -7
  128. package/modal/moderncssm/mobile/mobile.module.css +6 -6
  129. package/package.json +1 -1
  130. package/phone-input/utils/index.js +3 -1
  131. package/picker-button/Component-c44170fe.d.ts +1 -1
  132. package/pure-cell/component.js +1 -1
  133. package/pure-cell/components/addon/component.js +1 -1
  134. package/pure-cell/components/addon/index.d.ts +1 -1
  135. package/pure-cell/components/addon/index.js +1 -1
  136. package/pure-cell/components/amount/component.js +1 -1
  137. package/pure-cell/components/amount/index.d.ts +1 -1
  138. package/pure-cell/components/amount/index.js +1 -1
  139. package/pure-cell/components/amount-title/component.js +1 -1
  140. package/pure-cell/components/amount-title/index.d.ts +1 -1
  141. package/pure-cell/components/amount-title/index.js +1 -1
  142. package/pure-cell/components/category/component.js +1 -1
  143. package/pure-cell/components/category/index.d.ts +1 -1
  144. package/pure-cell/components/category/index.js +1 -1
  145. package/pure-cell/components/content/component.js +1 -1
  146. package/pure-cell/components/content/index.d.ts +1 -1
  147. package/pure-cell/components/content/index.js +1 -1
  148. package/pure-cell/components/footer/component.js +1 -1
  149. package/pure-cell/components/footer/index.d.ts +1 -1
  150. package/pure-cell/components/footer/index.js +1 -1
  151. package/pure-cell/components/footer-button/component.js +1 -1
  152. package/pure-cell/components/footer-button/index.d.ts +1 -1
  153. package/pure-cell/components/footer-button/index.js +1 -1
  154. package/pure-cell/components/footer-text/component.js +1 -1
  155. package/pure-cell/components/footer-text/index.d.ts +1 -1
  156. package/pure-cell/components/footer-text/index.js +1 -1
  157. package/pure-cell/components/graphics/component.js +1 -1
  158. package/pure-cell/components/graphics/index.d.ts +1 -1
  159. package/pure-cell/components/graphics/index.js +1 -1
  160. package/pure-cell/components/main/component.js +1 -1
  161. package/pure-cell/components/main/index.d.ts +1 -1
  162. package/pure-cell/components/main/index.js +1 -1
  163. package/pure-cell/components/text/component.js +1 -1
  164. package/pure-cell/components/text/index.d.ts +1 -1
  165. package/pure-cell/components/text/index.js +1 -1
  166. package/pure-cell/esm/component.js +1 -1
  167. package/pure-cell/esm/components/addon/component.js +1 -1
  168. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  169. package/pure-cell/esm/components/addon/index.js +1 -1
  170. package/pure-cell/esm/components/amount/component.js +1 -1
  171. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  172. package/pure-cell/esm/components/amount/index.js +1 -1
  173. package/pure-cell/esm/components/amount-title/component.js +1 -1
  174. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  175. package/pure-cell/esm/components/amount-title/index.js +1 -1
  176. package/pure-cell/esm/components/category/component.js +1 -1
  177. package/pure-cell/esm/components/category/index.d.ts +1 -1
  178. package/pure-cell/esm/components/category/index.js +1 -1
  179. package/pure-cell/esm/components/content/component.js +1 -1
  180. package/pure-cell/esm/components/content/index.d.ts +1 -1
  181. package/pure-cell/esm/components/content/index.js +1 -1
  182. package/pure-cell/esm/components/footer/component.js +1 -1
  183. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  184. package/pure-cell/esm/components/footer/index.js +1 -1
  185. package/pure-cell/esm/components/footer-button/component.js +1 -1
  186. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  187. package/pure-cell/esm/components/footer-button/index.js +1 -1
  188. package/pure-cell/esm/components/footer-text/component.js +1 -1
  189. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  190. package/pure-cell/esm/components/footer-text/index.js +1 -1
  191. package/pure-cell/esm/components/graphics/component.js +1 -1
  192. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  193. package/pure-cell/esm/components/graphics/index.js +1 -1
  194. package/pure-cell/esm/components/main/component.js +1 -1
  195. package/pure-cell/esm/components/main/index.d.ts +1 -1
  196. package/pure-cell/esm/components/main/index.js +1 -1
  197. package/pure-cell/esm/components/text/component.js +1 -1
  198. package/pure-cell/esm/components/text/index.d.ts +1 -1
  199. package/pure-cell/esm/components/text/index.js +1 -1
  200. package/pure-cell/esm/index.js +1 -1
  201. package/pure-cell/index.js +1 -1
  202. package/pure-cell/modern/component.js +1 -1
  203. package/pure-cell/modern/components/addon/component.js +1 -1
  204. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  205. package/pure-cell/modern/components/addon/index.js +1 -1
  206. package/pure-cell/modern/components/amount/component.js +1 -1
  207. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  208. package/pure-cell/modern/components/amount/index.js +1 -1
  209. package/pure-cell/modern/components/amount-title/component.js +1 -1
  210. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  211. package/pure-cell/modern/components/amount-title/index.js +1 -1
  212. package/pure-cell/modern/components/category/component.js +1 -1
  213. package/pure-cell/modern/components/category/index.d.ts +1 -1
  214. package/pure-cell/modern/components/category/index.js +1 -1
  215. package/pure-cell/modern/components/content/component.js +1 -1
  216. package/pure-cell/modern/components/content/index.d.ts +1 -1
  217. package/pure-cell/modern/components/content/index.js +1 -1
  218. package/pure-cell/modern/components/footer/component.js +1 -1
  219. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  220. package/pure-cell/modern/components/footer/index.js +1 -1
  221. package/pure-cell/modern/components/footer-button/component.js +1 -1
  222. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  223. package/pure-cell/modern/components/footer-button/index.js +1 -1
  224. package/pure-cell/modern/components/footer-text/component.js +1 -1
  225. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  226. package/pure-cell/modern/components/footer-text/index.js +1 -1
  227. package/pure-cell/modern/components/graphics/component.js +1 -1
  228. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  229. package/pure-cell/modern/components/graphics/index.js +1 -1
  230. package/pure-cell/modern/components/main/component.js +1 -1
  231. package/pure-cell/modern/components/main/index.d.ts +1 -1
  232. package/pure-cell/modern/components/main/index.js +1 -1
  233. package/pure-cell/modern/components/text/component.js +1 -1
  234. package/pure-cell/modern/components/text/index.d.ts +1 -1
  235. package/pure-cell/modern/components/text/index.js +1 -1
  236. package/pure-cell/modern/index.js +1 -1
  237. package/select/components/base-select/Component.js +2 -2
  238. package/select/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  239. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  240. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  241. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  242. package/select/esm/Component.responsive.js +3 -3
  243. package/select/esm/components/base-select/Component.js +2 -2
  244. package/select/esm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  245. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  246. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  247. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  248. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  249. package/select/esm/components/base-select/index.js +2 -2
  250. package/select/esm/components/index.js +2 -2
  251. package/select/esm/desktop/Component.desktop.js +2 -2
  252. package/select/esm/desktop/index.js +2 -2
  253. package/select/esm/index.js +3 -3
  254. package/select/esm/mobile/Component.mobile.js +3 -3
  255. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  256. package/select/esm/mobile/index.js +3 -3
  257. package/select/esm/presets/index.js +1 -1
  258. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  259. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  260. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  261. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  262. package/select/esm/shared/index.js +3 -3
  263. package/select/mobile/Component.mobile.js +1 -1
  264. package/select/modern/Component.responsive.js +3 -3
  265. package/select/modern/components/base-select/Component.js +2 -2
  266. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  267. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  268. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  269. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  270. package/select/modern/components/base-select/index.js +2 -2
  271. package/select/modern/components/index.js +2 -2
  272. package/select/modern/desktop/Component.desktop.js +2 -2
  273. package/select/modern/desktop/index.js +2 -2
  274. package/select/modern/index.js +3 -3
  275. package/select/modern/mobile/Component.mobile.js +3 -3
  276. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  277. package/select/modern/mobile/index.js +3 -3
  278. package/select/modern/presets/index.js +1 -1
  279. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  280. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  281. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  282. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  283. package/select/modern/shared/index.js +3 -3
  284. package/select/moderncssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  285. package/select/presets/index.js +1 -1
  286. package/select/presets/useSelectWithApply/hook.js +1 -1
  287. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  288. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  289. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  290. package/select/shared/index.js +1 -1
  291. package/select-with-tags/Component.responsive.d.ts +1 -1
  292. package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
  293. package/side-panel/components/controls/Component.js +1 -1
  294. package/side-panel/components/footer/Component.js +1 -1
  295. package/side-panel/components/header/mobile.css +31 -14
  296. package/side-panel/cssm/components/header/mobile.module.css +31 -14
  297. package/side-panel/cssm/mobile/mobile.module.css +31 -15
  298. package/side-panel/esm/Component.responsive.js +1 -1
  299. package/side-panel/esm/components/controls/Component.js +1 -1
  300. package/side-panel/esm/components/controls/index.js +1 -1
  301. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  302. package/side-panel/esm/components/footer/Component.js +1 -1
  303. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  304. package/side-panel/esm/components/header/mobile.css +31 -14
  305. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  306. package/side-panel/esm/desktop/index.js +1 -1
  307. package/side-panel/esm/index.js +1 -1
  308. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  309. package/side-panel/esm/mobile/index.js +1 -1
  310. package/side-panel/esm/mobile/mobile.css +31 -15
  311. package/side-panel/mobile/mobile.css +31 -15
  312. package/side-panel/modern/Component.responsive.js +1 -1
  313. package/side-panel/modern/components/controls/Component.js +1 -1
  314. package/side-panel/modern/components/controls/index.js +1 -1
  315. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  316. package/side-panel/modern/components/footer/Component.js +1 -1
  317. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  318. package/side-panel/modern/components/header/mobile.css +31 -14
  319. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  320. package/side-panel/modern/desktop/index.js +1 -1
  321. package/side-panel/modern/index.js +1 -1
  322. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  323. package/side-panel/modern/mobile/index.js +1 -1
  324. package/side-panel/modern/mobile/mobile.css +31 -15
  325. package/side-panel/moderncssm/components/header/mobile.module.css +4 -7
  326. package/side-panel/moderncssm/mobile/mobile.module.css +6 -8
  327. package/textarea/Component.js +1 -1
  328. package/textarea/components/PseudoTextArea.js +1 -1
  329. package/textarea/components/index.d.ts +1 -1
  330. package/textarea/components/index.js +1 -1
  331. package/textarea/esm/Component.js +1 -1
  332. package/textarea/esm/components/PseudoTextArea.js +1 -1
  333. package/textarea/esm/components/index.d.ts +1 -1
  334. package/textarea/esm/components/index.js +1 -1
  335. package/textarea/esm/index.js +1 -1
  336. package/textarea/modern/Component.js +1 -1
  337. package/textarea/modern/components/PseudoTextArea.js +1 -1
  338. package/textarea/modern/components/index.d.ts +1 -1
  339. package/textarea/modern/components/index.js +1 -1
  340. package/textarea/modern/index.js +1 -1
  341. package/themes/click.css +6 -0
  342. package/themes/compiled/mobile-dark-bluetint.css +24 -24
  343. package/themes/corp.css +6 -0
  344. package/themes/intranet.css +6 -0
  345. package/themes/mobile.css +6 -0
  346. package/themes/site.css +6 -0
  347. package/toast/Component.responsive.d.ts +1 -1
  348. package/toast/components/base-toast/component.d.ts +1 -1
  349. package/toast/moderncssm/Component.responsive.d.ts +1 -1
  350. package/toast/moderncssm/components/base-toast/component.d.ts +1 -1
  351. package/vars/cssm/safe-area.css +6 -0
  352. package/vars/moderncssm/safe-area.css +6 -0
  353. package/vars/safe-area.css +6 -0
  354. /package/calendar/{calendarMonthOnlyView-7786d60e.d.ts → calendarMonthOnlyView-e1a62d6e.d.ts} +0 -0
  355. /package/calendar/{calendarMonthOnlyView-7786d60e.js → calendarMonthOnlyView-e1a62d6e.js} +0 -0
  356. /package/calendar/esm/{calendarMonthOnlyView-ca6d4fa5.d.ts → calendarMonthOnlyView-636b8523.d.ts} +0 -0
  357. /package/calendar/esm/{calendarMonthOnlyView-ca6d4fa5.js → calendarMonthOnlyView-636b8523.js} +0 -0
  358. /package/calendar/modern/{calendarMonthOnlyView-f1e8c097.d.ts → calendarMonthOnlyView-aaebf577.d.ts} +0 -0
  359. /package/calendar/modern/{calendarMonthOnlyView-f1e8c097.js → calendarMonthOnlyView-aaebf577.js} +0 -0
  360. /package/confirmation/{countdown-section-89337ecf.d.ts → countdown-section-a17c08d8.d.ts} +0 -0
  361. /package/confirmation/{countdown-section-89337ecf.js → countdown-section-a17c08d8.js} +0 -0
  362. /package/confirmation/esm/{countdown-section-b16b431a.d.ts → countdown-section-f95e3c3d.d.ts} +0 -0
  363. /package/confirmation/esm/{countdown-section-b16b431a.js → countdown-section-f95e3c3d.js} +0 -0
  364. /package/confirmation/modern/{countdown-section-b733476f.d.ts → countdown-section-cc3dc71f.d.ts} +0 -0
  365. /package/confirmation/modern/{countdown-section-b733476f.js → countdown-section-cc3dc71f.js} +0 -0
  366. /package/file-upload-item/{actions-control.module-7a4a0135.js → actions-control.module-e08d77c8.js} +0 -0
  367. /package/file-upload-item/esm/{actions-control.module-ad743de7.js → actions-control.module-d6da555c.js} +0 -0
  368. /package/file-upload-item/modern/{actions-control.module-f9d8fce3.js → actions-control.module-790eaea9.js} +0 -0
  369. /package/gallery/esm/{hooks-dac06679.d.ts → hooks-dbaa4202.d.ts} +0 -0
  370. /package/gallery/esm/{hooks-dac06679.js → hooks-dbaa4202.js} +0 -0
  371. /package/gallery/{hooks-8df6bf90.d.ts → hooks-2d53ec47.d.ts} +0 -0
  372. /package/gallery/{hooks-8df6bf90.js → hooks-2d53ec47.js} +0 -0
  373. /package/gallery/modern/{hooks-eec471b6.d.ts → hooks-7135f197.d.ts} +0 -0
  374. /package/gallery/modern/{hooks-eec471b6.js → hooks-7135f197.js} +0 -0
  375. /package/modal/esm/{layout.module-bb768b3e.js → layout.module-30a0da92.js} +0 -0
  376. /package/modal/{layout.module-ed2ffe81.js → layout.module-00362fdb.js} +0 -0
  377. /package/modal/modern/{layout.module-5ab9983f.js → layout.module-45d5a59a.js} +0 -0
  378. /package/pure-cell/{component-35c45d3f.d.ts → component-bb4e3db5.d.ts} +0 -0
  379. /package/pure-cell/{component-35c45d3f.js → component-bb4e3db5.js} +0 -0
  380. /package/pure-cell/esm/{component-c08b1507.d.ts → component-ad4c20e2.d.ts} +0 -0
  381. /package/pure-cell/esm/{component-c08b1507.js → component-ad4c20e2.js} +0 -0
  382. /package/pure-cell/modern/{component-429aa221.d.ts → component-02f9f339.d.ts} +0 -0
  383. /package/pure-cell/modern/{component-429aa221.js → component-02f9f339.js} +0 -0
  384. /package/select/esm/{hook-7b7e9e7f.d.ts → hook-6d706046.d.ts} +0 -0
  385. /package/select/esm/{hook-7b7e9e7f.js → hook-6d706046.js} +0 -0
  386. /package/select/esm/{list-popover-desktop-c3848d01.d.ts → list-popover-desktop-9d336646.d.ts} +0 -0
  387. /package/select/esm/{list-popover-desktop-c3848d01.js → list-popover-desktop-9d336646.js} +0 -0
  388. /package/select/esm/{mobile.module-2204ee24.js → mobile.module-a21f09e5.js} +0 -0
  389. /package/select/{hook-95a77b71.d.ts → hook-b19eab17.d.ts} +0 -0
  390. /package/select/{hook-95a77b71.js → hook-b19eab17.js} +0 -0
  391. /package/select/{list-popover-desktop-0132c54d.d.ts → list-popover-desktop-5cc02a96.d.ts} +0 -0
  392. /package/select/{list-popover-desktop-0132c54d.js → list-popover-desktop-5cc02a96.js} +0 -0
  393. /package/select/{mobile.module-f46adf70.js → mobile.module-0bb9470e.js} +0 -0
  394. /package/select/modern/{hook-d43769b7.d.ts → hook-04b4740e.d.ts} +0 -0
  395. /package/select/modern/{hook-d43769b7.js → hook-04b4740e.js} +0 -0
  396. /package/select/modern/{list-popover-desktop-eaa6ca6d.d.ts → list-popover-desktop-61e74e85.d.ts} +0 -0
  397. /package/select/modern/{list-popover-desktop-eaa6ca6d.js → list-popover-desktop-61e74e85.js} +0 -0
  398. /package/select/modern/{mobile.module-a17b6129.js → mobile.module-008314e6.js} +0 -0
  399. /package/side-panel/esm/{layout.module-30758b2c.js → layout.module-284e776d.js} +0 -0
  400. /package/side-panel/{layout.module-35b9b7e7.js → layout.module-f59fd96d.js} +0 -0
  401. /package/side-panel/modern/{layout.module-77fa3a98.js → layout.module-5a7345c6.js} +0 -0
  402. /package/textarea/{PseudoTextArea-2e27d9be.d.ts → PseudoTextArea-8e9c4dce.d.ts} +0 -0
  403. /package/textarea/{PseudoTextArea-2e27d9be.js → PseudoTextArea-8e9c4dce.js} +0 -0
  404. /package/textarea/esm/{PseudoTextArea-1c275b4b.d.ts → PseudoTextArea-7bb7e11d.d.ts} +0 -0
  405. /package/textarea/esm/{PseudoTextArea-1c275b4b.js → PseudoTextArea-7bb7e11d.js} +0 -0
  406. /package/textarea/modern/{PseudoTextArea-123e9cd7.d.ts → PseudoTextArea-e880aecc.d.ts} +0 -0
  407. /package/textarea/modern/{PseudoTextArea-123e9cd7.js → PseudoTextArea-e880aecc.js} +0 -0
@@ -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-7a4a0135.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-e08d77c8.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -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-ad743de7.js';
10
+ import './actions-control.module-d6da555c.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-ad743de7.js';
6
+ import { s as styles } from '../../actions-control.module-d6da555c.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-ad743de7.js';
5
+ import { s as styles } from '../../../../actions-control.module-d6da555c.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-ad743de7.js';
6
+ import '../../../../actions-control.module-d6da555c.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-ad743de7.js';
5
+ import { s as styles } from '../../../../actions-control.module-d6da555c.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-ad743de7.js';
6
+ import '../../../../actions-control.module-d6da555c.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-ad743de7.js';
6
+ import '../../../../actions-control.module-d6da555c.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-ad743de7.js';
5
+ import { s as styles } from '../../../../actions-control.module-d6da555c.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-ad743de7.js';
7
+ import '../../actions-control.module-d6da555c.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-ad743de7.js';
9
+ import './actions-control.module-d6da555c.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-f9d8fce3.js';
10
+ import './actions-control.module-790eaea9.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-f9d8fce3.js';
6
+ import { s as styles } from '../../actions-control.module-790eaea9.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-f9d8fce3.js';
5
+ import { s as styles } from '../../../../actions-control.module-790eaea9.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-f9d8fce3.js';
6
+ import '../../../../actions-control.module-790eaea9.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-f9d8fce3.js';
5
+ import { s as styles } from '../../../../actions-control.module-790eaea9.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-f9d8fce3.js';
6
+ import '../../../../actions-control.module-790eaea9.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-f9d8fce3.js';
6
+ import '../../../../actions-control.module-790eaea9.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-f9d8fce3.js';
5
+ import { s as styles } from '../../../../actions-control.module-790eaea9.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-f9d8fce3.js';
7
+ import '../../actions-control.module-790eaea9.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-f9d8fce3.js';
9
+ import './actions-control.module-790eaea9.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-8df6bf90.js');
14
+ var components_imageViewer_hooks = require('../../hooks-2d53ec47.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-8df6bf90.js');
6
+ var components_imageViewer_hooks = require('../../hooks-2d53ec47.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-8df6bf90.js');
7
+ var components_imageViewer_hooks = require('../../hooks-2d53ec47.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-8df6bf90.js');
10
+ var components_imageViewer_hooks = require('../../hooks-2d53ec47.js');
11
11
  var components_imageViewer_paths = require('./paths.js');
12
12
  var components_imageViewer_video_index = require('./video/index.js');
13
13
 
@@ -11,7 +11,7 @@ import { ImageViewer } from './components/image-viewer/component.js';
11
11
  import { InfoBar } from './components/info-bar/Component.js';
12
12
  import { HeaderMobile } from './components/header-mobile/Component.js';
13
13
  import './utils/utils.js';
14
- import './hooks-dac06679.js';
14
+ import './hooks-dbaa4202.js';
15
15
  import 'element-closest';
16
16
  import './components/image-viewer/slide.js';
17
17
  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-dac06679.js';
12
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-dbaa4202.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-dac06679.js';
4
+ export { u as useHandleImageViewer } from '../../hooks-dbaa4202.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-dac06679.js';
13
+ import '../../hooks-dbaa4202.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-dac06679.js';
5
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-dbaa4202.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-dac06679.js';
8
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-dbaa4202.js';
9
9
  import { NoImagePaths } from './paths.js';
10
10
  import { Video } from './video/index.js';
11
11
  import 'element-closest';
@@ -31,7 +31,7 @@ import 'swiper';
31
31
  import 'swiper/react';
32
32
  import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
33
33
  import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
34
- import '../hooks-dac06679.js';
34
+ import '../hooks-dbaa4202.js';
35
35
  import 'element-closest';
36
36
  import './image-viewer/slide.js';
37
37
  import '../../../spinner/esm';
@@ -7,7 +7,7 @@ import '../../mq/esm';
7
7
  import './components/image-viewer/single.js';
8
8
  import './context.js';
9
9
  import './utils/utils.js';
10
- import './hooks-dac06679.js';
10
+ import './hooks-dbaa4202.js';
11
11
  import 'element-closest';
12
12
  import './components/image-viewer/slide.js';
13
13
  import '../../spinner/esm';
@@ -11,7 +11,7 @@ import { ImageViewer } from './components/image-viewer/component.js';
11
11
  import { InfoBar } from './components/info-bar/Component.js';
12
12
  import { HeaderMobile } from './components/header-mobile/Component.js';
13
13
  import './utils/utils.js';
14
- import './hooks-eec471b6.js';
14
+ import './hooks-7135f197.js';
15
15
  import 'element-closest';
16
16
  import './components/image-viewer/slide.js';
17
17
  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-eec471b6.js';
11
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-7135f197.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-eec471b6.js';
4
+ export { u as useHandleImageViewer } from '../../hooks-7135f197.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-eec471b6.js';
12
+ import '../../hooks-7135f197.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-eec471b6.js';
5
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-7135f197.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-eec471b6.js';
8
+ import { u as useHandleImageViewer, s as styles } from '../../hooks-7135f197.js';
9
9
  import { NoImagePaths } from './paths.js';
10
10
  import { Video } from './video/index.js';
11
11
  import 'element-closest';
@@ -30,7 +30,7 @@ import 'swiper';
30
30
  import 'swiper/react';
31
31
  import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
32
32
  import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
33
- import '../hooks-eec471b6.js';
33
+ import '../hooks-7135f197.js';
34
34
  import 'element-closest';
35
35
  import './image-viewer/slide.js';
36
36
  import '../../../spinner/modern';
@@ -7,7 +7,7 @@ import '../../mq/modern';
7
7
  import './components/image-viewer/single.js';
8
8
  import './context.js';
9
9
  import './utils/utils.js';
10
- import './hooks-eec471b6.js';
10
+ import './hooks-7135f197.js';
11
11
  import 'element-closest';
12
12
  import './components/image-viewer/slide.js';
13
13
  import '../../spinner/modern';
@@ -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-ed2ffe81.js');
7
+ var layout_module = require('../../layout.module-00362fdb.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-ed2ffe81.js');
9
+ var layout_module = require('../../layout.module-00362fdb.js');
10
10
 
11
11
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
12
12
 
@@ -1,19 +1,29 @@
1
1
  /* hash: 1s5a8 */
2
+ :root {
3
+ --sat: env(safe-area-inset-top, var(--gap-0));
4
+ }
2
5
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
- } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
- } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
- } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
- } :root {
6
+ }
7
+ /* deprecated */
8
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
9
+ }
10
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
11
+ }
12
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
+ }
14
+ :root {
7
15
 
8
16
  /* Hard */
9
17
 
10
18
  /* Up */
11
19
 
12
20
  /* Hard up */
13
- } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
21
+ }
22
+ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
23
 
15
24
  /* новые значения, используйте их */
16
- } :root { /* deprecated */
25
+ }
26
+ :root { /* deprecated */
17
27
  --gap-2xs: 4px; /* deprecated */
18
28
  --gap-xs: 8px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
19
29
 
@@ -24,11 +34,13 @@
24
34
  --gap-0: 0px;
25
35
  --gap-4: var(--gap-2xs);
26
36
  --gap-8: var(--gap-xs);
27
- } :root {
37
+ }
38
+ :root {
28
39
  --font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
29
40
  sans-serif;
30
- } :root {
31
- } /* сбрасывает синюю подсветку при нажатии */ :root {
41
+ }
42
+ /* сбрасывает синюю подсветку при нажатии */
43
+ :root {
32
44
 
33
45
  /* sizes */
34
46
 
@@ -47,14 +59,19 @@
47
59
 
48
60
  /* paddings */
49
61
  --modal-header-mobile-paddings: var(--gap-4) var(--gap-8);
50
- } .modal__header_1fbfr {
62
+ }
63
+ .modal__header_1fbfr {
51
64
  padding: var(--modal-header-mobile-paddings);
52
- } .modal__sticky_1fbfr {
65
+ }
66
+ .modal__sticky_1fbfr {
53
67
  top: var(--gap-0)
54
- } @media (display-mode: standalone) { .modal__sticky_1fbfr {
55
- top: env(safe-area-inset-top, 0)
56
68
  }
57
- } .modal__content_1fbfr {
69
+ @media (display-mode: standalone) {
70
+ .modal__sticky_1fbfr {
71
+ top: var(--sat)
72
+ }
73
+ }
74
+ .modal__content_1fbfr {
58
75
  font-size: var(--modal-header-mobile-font-size);
59
76
  line-height: var(--modal-header-mobile-line-height);
60
77
  font-family: var(--modal-header-mobile-font-family);