@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
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/modern';
4
4
  import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
- import { l as layoutStyles } from '../../layout.module-47f6670f.js';
6
+ import { l as layoutStyles } from '../../layout.module-72ccb41a.js';
7
7
  import '../../../../base-modal/modern';
8
8
 
9
9
  const styles = {"footer":"side-panel__footer_1u496","sticky":"side-panel__sticky_1u496","highlighted":"side-panel__highlighted_1u496"};
@@ -5,7 +5,7 @@ import '../../../../shared/modern';
5
5
  import '../../Context.js';
6
6
  import '../../../../base-modal/modern';
7
7
  import '../../ResponsiveContext.js';
8
- import '../../layout.module-47f6670f.js';
8
+ import '../../layout.module-72ccb41a.js';
9
9
 
10
10
  const styles = {"footer":"side-panel__footer_1hdka","sticky":"side-panel__sticky_1hdka"};
11
11
  require('./mobile.css');
@@ -12,7 +12,7 @@ import '../components/content/Component.js';
12
12
  import '../../../shared/modern';
13
13
  import '../Context.js';
14
14
  import '../../../base-modal/modern';
15
- import '../layout.module-47f6670f.js';
15
+ import '../layout.module-72ccb41a.js';
16
16
  import '../components/footer/Component.js';
17
17
  import '../../../navigation-bar-private/modern';
18
18
 
@@ -8,7 +8,7 @@ import '../../../drawer/modern';
8
8
  import '../components/controls/Component.js';
9
9
  import '../../../shared/modern';
10
10
  import '../ResponsiveContext.js';
11
- import '../layout.module-47f6670f.js';
11
+ import '../layout.module-72ccb41a.js';
12
12
  import '../components/header/Component.js';
13
13
  import '../../../navigation-bar-private/modern';
14
14
  import '../consts.js';
@@ -18,6 +18,6 @@ import '../../mq/modern';
18
18
  import '../../navigation-bar-private/modern';
19
19
  import '../../shared/modern';
20
20
  import './Context.js';
21
- import './layout.module-47f6670f.js';
21
+ import './layout.module-72ccb41a.js';
22
22
  import './components/content/Component.js';
23
23
  import './components/footer/Component.js';
@@ -9,7 +9,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
9
9
  import '../components/content/Component.js';
10
10
  import '../../../shared/modern';
11
11
  import '../Context.js';
12
- import '../layout.module-47f6670f.js';
12
+ import '../layout.module-72ccb41a.js';
13
13
  import '../components/footer/Component.js';
14
14
  import '../../../navigation-bar-private/modern';
15
15
  import '../consts.js';
@@ -8,7 +8,7 @@ import '../../../base-modal/modern';
8
8
  import '../components/controls/Component.js';
9
9
  import '../../../shared/modern';
10
10
  import '../ResponsiveContext.js';
11
- import '../layout.module-47f6670f.js';
11
+ import '../layout.module-72ccb41a.js';
12
12
  import '../components/content/Component.js';
13
13
  import '../Context.js';
14
14
  import '../components/footer/Component.js';
@@ -1,7 +1,20 @@
1
- .card-image__cardImage_1lbmv {
2
- background: #e7e8ea;
3
- } .card-image__loaded_1lbmv {
4
- background: transparent
1
+ .backdrop__backdrop_c2lat {
2
+ -webkit-tap-highlight-color: transparent;
3
+ } .backdrop__appear_c2lat,
4
+ .backdrop__enter_c2lat {
5
+ background-color: transparent;
6
+ } .backdrop__appearActive_c2lat,
7
+ .backdrop__enterActive_c2lat,
8
+ .backdrop__appearDone_c2lat,
9
+ .backdrop__enterDone_c2lat {
10
+ background-color: rgba(0, 0, 0, 0.7);
11
+ } .backdrop__exit_c2lat {
12
+ background-color: rgba(0, 0, 0, 0.7);
13
+ } .backdrop__exitActive_c2lat,
14
+ .backdrop__exitDone_c2lat {
15
+ background-color: transparent;
16
+ } .backdrop__transparent_c2lat.backdrop__transparent_c2lat {
17
+ background-color: transparent;
5
18
  }.divider__component_1wb0p {
6
19
  border-bottom: 1px solid #353539;
7
20
  }.badge__component_lbq63.badge__background-accent_lbq63 {
@@ -64,23 +77,10 @@
64
77
  background-color: rgba(255, 255, 255, 0.94);
65
78
  } .badge__dot_lbq63.badge__outlineCount_lbq63 {
66
79
  border: 1px solid rgba(3, 3, 6, 0.88);
67
- }.backdrop__backdrop_c2lat {
68
- -webkit-tap-highlight-color: transparent;
69
- } .backdrop__appear_c2lat,
70
- .backdrop__enter_c2lat {
71
- background-color: transparent;
72
- } .backdrop__appearActive_c2lat,
73
- .backdrop__enterActive_c2lat,
74
- .backdrop__appearDone_c2lat,
75
- .backdrop__enterDone_c2lat {
76
- background-color: rgba(0, 0, 0, 0.7);
77
- } .backdrop__exit_c2lat {
78
- background-color: rgba(0, 0, 0, 0.7);
79
- } .backdrop__exitActive_c2lat,
80
- .backdrop__exitDone_c2lat {
81
- background-color: transparent;
82
- } .backdrop__transparent_c2lat.backdrop__transparent_c2lat {
83
- background-color: transparent;
80
+ }.card-image__cardImage_1lbmv {
81
+ background: #e7e8ea;
82
+ } .card-image__loaded_1lbmv {
83
+ background: transparent
84
84
  }.dropzone__component_1n743 {
85
85
  border: 1px dashed rgba(255, 255, 255, 0.94);
86
86
  } .dropzone__component_1n743:not(.dropzone__disabled_1n743):hover {
@@ -6,7 +6,7 @@ declare const Toast: React.ForwardRefExoticComponent<Omit<import("../toast-plate
6
6
  breakpoint?: number | undefined;
7
7
  client?: "desktop" | "mobile" | undefined;
8
8
  defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
9
- } & Pick<import("../popover").PopoverProps, "getPortalContainer" | "transition" | "useAnchorWidth" | "position" | "preventFlip" | "open" | "fallbackPlacements"> & {
9
+ } & Pick<import("../popover").PopoverProps, "open" | "getPortalContainer" | "transition" | "useAnchorWidth" | "position" | "preventFlip" | "fallbackPlacements"> & {
10
10
  anchorElement?: HTMLElement | null | undefined;
11
11
  autoCloseDelay?: number | undefined;
12
12
  bottomOffset?: number | undefined;
@@ -47,7 +47,7 @@ declare const BaseToast: React.ForwardRefExoticComponent<Omit<import("../../../t
47
47
  breakpoint?: number | undefined;
48
48
  client?: "desktop" | "mobile" | undefined;
49
49
  defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
50
- } & Pick<PopoverProps, "getPortalContainer" | "transition" | "useAnchorWidth" | "position" | "preventFlip" | "open" | "fallbackPlacements"> & {
50
+ } & Pick<PopoverProps, "open" | "getPortalContainer" | "transition" | "useAnchorWidth" | "position" | "preventFlip" | "fallbackPlacements"> & {
51
51
  /**
52
52
  * Элемент, относительного которого появляется тост.
53
53
  * Если не передавать, тост будет позиционирован снизу экрана (position: fixed).
@@ -43,6 +43,7 @@
43
43
  text-transform: uppercase;
44
44
  font-family: var(--font-family-alfasans);
45
45
  } .text.primary-large {
46
+ /* prettier-ignore */
46
47
  font-size: 18px;
47
48
  line-height: 24px;
48
49
  font-weight: 400;
@@ -51,6 +52,7 @@
51
52
  } .text.primary-large.bold {
52
53
  } .text.primary-large.medium {
53
54
  } .text.primary-medium {
55
+ /* prettier-ignore */
54
56
  font-size: 16px;
55
57
  line-height: 24px;
56
58
  font-weight: 400;
@@ -59,6 +61,7 @@
59
61
  } .text.primary-medium.bold {
60
62
  } .text.primary-medium.medium {
61
63
  } .text.primary-small {
64
+ /* prettier-ignore */
62
65
  font-size: 14px;
63
66
  line-height: 20px;
64
67
  font-weight: 400;
@@ -74,8 +77,8 @@
74
77
  font-family: var(--font-family-alfasans)
75
78
  } .text.component-primary.bold {
76
79
  } .text.component-primary.medium {
77
-
78
80
  } .text.secondary-large {
81
+ /* prettier-ignore */
79
82
  font-size: 13px;
80
83
  line-height: 16px;
81
84
  font-weight: 400;
@@ -84,6 +87,7 @@
84
87
  } .text.secondary-large.bold {
85
88
  } .text.secondary-large.medium {
86
89
  } .text.secondary-medium {
90
+ /* prettier-ignore */
87
91
  font-size: 12px;
88
92
  line-height: 16px;
89
93
  font-weight: 400;
@@ -92,6 +96,7 @@
92
96
  } .text.secondary-medium.bold {
93
97
  } .text.secondary-medium.medium {
94
98
  } .text.secondary-small {
99
+ /* prettier-ignore */
95
100
  font-size: 11px;
96
101
  line-height: 16px;
97
102
  font-weight: 400;
@@ -107,7 +112,6 @@
107
112
  font-family: var(--font-family-alfasans)
108
113
  } .text.component-secondary.bold {
109
114
  } .text.component-secondary.medium {
110
-
111
115
  } .text.bold {
112
116
  font-weight: 700;
113
117
  } .text.medium {
@@ -9,11 +9,11 @@ import 'classnames';
9
9
  import './hooks/use-skeleton.js';
10
10
  import '../../skeleton/esm';
11
11
  import '@alfalab/hooks';
12
- import './colors.module-d5ecddb2.js';
12
+ import './colors.module-8a4bb09a.js';
13
13
  import './title/component.js';
14
14
  import '../../shared/esm';
15
15
  import './title/utils.js';
16
- import './common.module-4c346c14.js';
16
+ import './common.module-682b1784.js';
17
17
  import '../../mq/esm';
18
18
 
19
19
  var Typography = {
@@ -11,9 +11,9 @@ import 'classnames';
11
11
  import './hooks/use-skeleton.js';
12
12
  import '../../skeleton/esm';
13
13
  import '@alfalab/hooks';
14
- import './colors.module-d5ecddb2.js';
14
+ import './colors.module-8a4bb09a.js';
15
15
  import './title/component.js';
16
16
  import '../../shared/esm';
17
17
  import './title/utils.js';
18
- import './common.module-4c346c14.js';
18
+ import './common.module-682b1784.js';
19
19
  import '../../mq/esm';
@@ -44,6 +44,7 @@
44
44
  text-transform: uppercase;
45
45
  font-family: var(--font-family-alfasans);
46
46
  } .typography__text_km4fl.typography__primary-large_km4fl {
47
+ /* prettier-ignore */
47
48
  font-size: 18px;
48
49
  line-height: 24px;
49
50
  font-weight: 400;
@@ -54,6 +55,7 @@
54
55
  } .typography__text_km4fl.typography__primary-large_km4fl.typography__medium_km4fl {
55
56
  letter-spacing: 0.17px;
56
57
  } .typography__text_km4fl.typography__primary-medium_km4fl {
58
+ /* prettier-ignore */
57
59
  font-size: 16px;
58
60
  line-height: 24px;
59
61
  font-weight: 400;
@@ -64,6 +66,7 @@
64
66
  } .typography__text_km4fl.typography__primary-medium_km4fl.typography__medium_km4fl {
65
67
  letter-spacing: 0.17px;
66
68
  } .typography__text_km4fl.typography__primary-small_km4fl {
69
+ /* prettier-ignore */
67
70
  font-size: 14px;
68
71
  line-height: 20px;
69
72
  font-weight: 400;
@@ -83,8 +86,8 @@
83
86
  letter-spacing: 0.43px;
84
87
  } .typography__text_km4fl.typography__component-primary_km4fl.typography__medium_km4fl {
85
88
  letter-spacing: 0.17px;
86
-
87
89
  } .typography__text_km4fl.typography__secondary-large_km4fl {
90
+ /* prettier-ignore */
88
91
  font-size: 13px;
89
92
  line-height: 16px;
90
93
  font-weight: 400;
@@ -95,6 +98,7 @@
95
98
  } .typography__text_km4fl.typography__secondary-large_km4fl.typography__medium_km4fl {
96
99
  letter-spacing: 0.33px;
97
100
  } .typography__text_km4fl.typography__secondary-medium_km4fl {
101
+ /* prettier-ignore */
98
102
  font-size: 12px;
99
103
  line-height: 16px;
100
104
  font-weight: 400;
@@ -105,6 +109,7 @@
105
109
  } .typography__text_km4fl.typography__secondary-medium_km4fl.typography__medium_km4fl {
106
110
  letter-spacing: 0.38px;
107
111
  } .typography__text_km4fl.typography__secondary-small_km4fl {
112
+ /* prettier-ignore */
108
113
  font-size: 11px;
109
114
  line-height: 16px;
110
115
  font-weight: 400;
@@ -124,7 +129,6 @@
124
129
  letter-spacing: 0.47px;
125
130
  } .typography__text_km4fl.typography__component-secondary_km4fl.typography__medium_km4fl {
126
131
  letter-spacing: 0.27px;
127
-
128
132
  } .typography__text_km4fl.typography__bold_km4fl {
129
133
  font-weight: 700;
130
134
  } .typography__text_km4fl.typography__medium_km4fl {
@@ -3,7 +3,7 @@ import React, { forwardRef } from 'react';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { useSkeleton } from '../hooks/use-skeleton.js';
6
- import { c as colors } from '../colors.module-d5ecddb2.js';
6
+ import { c as colors } from '../colors.module-8a4bb09a.js';
7
7
  import '../../../skeleton/esm';
8
8
  import '@alfalab/hooks';
9
9
 
@@ -6,4 +6,4 @@ import 'classnames';
6
6
  import '../hooks/use-skeleton.js';
7
7
  import '../../../skeleton/esm';
8
8
  import '@alfalab/hooks';
9
- import '../colors.module-d5ecddb2.js';
9
+ import '../colors.module-8a4bb09a.js';
@@ -5,7 +5,7 @@ import cn from 'classnames';
5
5
  import { isObject } from '../../../shared/esm';
6
6
  import { useSkeleton } from '../hooks/use-skeleton.js';
7
7
  import { getDefaultWeight } from './utils.js';
8
- import { c as colors } from '../colors.module-d5ecddb2.js';
8
+ import { c as colors } from '../colors.module-8a4bb09a.js';
9
9
  import '../../../skeleton/esm';
10
10
  import '@alfalab/hooks';
11
11
 
@@ -1,7 +1,7 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { TitleBase } from './component.js';
4
- import { c as commonStyles } from '../common.module-4c346c14.js';
4
+ import { c as commonStyles } from '../common.module-682b1784.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../../../shared/esm';
@@ -9,7 +9,7 @@ import '../hooks/use-skeleton.js';
9
9
  import '../../../skeleton/esm';
10
10
  import '@alfalab/hooks';
11
11
  import './utils.js';
12
- import '../colors.module-d5ecddb2.js';
12
+ import '../colors.module-8a4bb09a.js';
13
13
 
14
14
  var alfasansStyles = {"alfasans-xlarge":"typography__alfasans-xlarge_1lwya","systemCompat":"typography__systemCompat_1lwya","alfasans-large":"typography__alfasans-large_1lwya","alfasans-medium":"typography__alfasans-medium_1lwya","alfasans-small":"typography__alfasans-small_1lwya","alfasans-xsmall":"typography__alfasans-xsmall_1lwya"};
15
15
  require('./alfasans-index.css');
@@ -1,7 +1,7 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { TitleBase } from '../title/component.js';
4
- import { c as commonStyles } from '../common.module-4c346c14.js';
4
+ import { c as commonStyles } from '../common.module-682b1784.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../../../shared/esm';
@@ -9,7 +9,7 @@ import '../hooks/use-skeleton.js';
9
9
  import '../../../skeleton/esm';
10
10
  import '@alfalab/hooks';
11
11
  import '../title/utils.js';
12
- import '../colors.module-d5ecddb2.js';
12
+ import '../colors.module-8a4bb09a.js';
13
13
 
14
14
  var alfasansStyles = {"alfasans-xlarge":"typography__alfasans-xlarge_rbb9r","systemCompat":"typography__systemCompat_rbb9r","alfasans-large":"typography__alfasans-large_rbb9r","alfasans-medium":"typography__alfasans-medium_rbb9r","alfasans-small":"typography__alfasans-small_rbb9r","alfasans-xsmall":"typography__alfasans-xsmall_rbb9r"};
15
15
  require('./alfasans-index.css');
@@ -9,5 +9,5 @@ import '../hooks/use-skeleton.js';
9
9
  import '../../../skeleton/esm';
10
10
  import '@alfalab/hooks';
11
11
  import '../title/utils.js';
12
- import '../colors.module-d5ecddb2.js';
13
- import '../common.module-4c346c14.js';
12
+ import '../colors.module-8a4bb09a.js';
13
+ import '../common.module-682b1784.js';
@@ -11,8 +11,8 @@ import '../hooks/use-skeleton.js';
11
11
  import '../../../skeleton/esm';
12
12
  import '@alfalab/hooks';
13
13
  import '../title/utils.js';
14
- import '../colors.module-d5ecddb2.js';
15
- import '../common.module-4c346c14.js';
14
+ import '../colors.module-8a4bb09a.js';
15
+ import '../common.module-682b1784.js';
16
16
 
17
17
  var TitleResponsive = forwardRef(function (_a, ref) {
18
18
  var breakpoint = _a.breakpoint, client = _a.client, restProps = __rest(_a, ["breakpoint", "client"]);
@@ -11,6 +11,6 @@ import '../hooks/use-skeleton.js';
11
11
  import '../../../skeleton/esm';
12
12
  import '@alfalab/hooks';
13
13
  import '../title/utils.js';
14
- import '../colors.module-d5ecddb2.js';
15
- import '../common.module-4c346c14.js';
14
+ import '../colors.module-8a4bb09a.js';
15
+ import '../common.module-682b1784.js';
16
16
  import '../title-mobile/component.js';
@@ -8,11 +8,11 @@ import 'classnames';
8
8
  import './hooks/use-skeleton.js';
9
9
  import '../../skeleton/modern';
10
10
  import '@alfalab/hooks';
11
- import './colors.module-38ef620f.js';
11
+ import './colors.module-398743c3.js';
12
12
  import './title/component.js';
13
13
  import '../../shared/modern';
14
14
  import './title/utils.js';
15
- import './common.module-595fec7a.js';
15
+ import './common.module-e12a7993.js';
16
16
  import '../../mq/modern';
17
17
 
18
18
  const Typography = {
@@ -10,9 +10,9 @@ import 'classnames';
10
10
  import './hooks/use-skeleton.js';
11
11
  import '../../skeleton/modern';
12
12
  import '@alfalab/hooks';
13
- import './colors.module-38ef620f.js';
13
+ import './colors.module-398743c3.js';
14
14
  import './title/component.js';
15
15
  import '../../shared/modern';
16
16
  import './title/utils.js';
17
- import './common.module-595fec7a.js';
17
+ import './common.module-e12a7993.js';
18
18
  import '../../mq/modern';
@@ -44,6 +44,7 @@
44
44
  text-transform: uppercase;
45
45
  font-family: var(--font-family-alfasans);
46
46
  } .typography__text_km4fl.typography__primary-large_km4fl {
47
+ /* prettier-ignore */
47
48
  font-size: 18px;
48
49
  line-height: 24px;
49
50
  font-weight: 400;
@@ -54,6 +55,7 @@
54
55
  } .typography__text_km4fl.typography__primary-large_km4fl.typography__medium_km4fl {
55
56
  letter-spacing: 0.17px;
56
57
  } .typography__text_km4fl.typography__primary-medium_km4fl {
58
+ /* prettier-ignore */
57
59
  font-size: 16px;
58
60
  line-height: 24px;
59
61
  font-weight: 400;
@@ -64,6 +66,7 @@
64
66
  } .typography__text_km4fl.typography__primary-medium_km4fl.typography__medium_km4fl {
65
67
  letter-spacing: 0.17px;
66
68
  } .typography__text_km4fl.typography__primary-small_km4fl {
69
+ /* prettier-ignore */
67
70
  font-size: 14px;
68
71
  line-height: 20px;
69
72
  font-weight: 400;
@@ -83,8 +86,8 @@
83
86
  letter-spacing: 0.43px;
84
87
  } .typography__text_km4fl.typography__component-primary_km4fl.typography__medium_km4fl {
85
88
  letter-spacing: 0.17px;
86
-
87
89
  } .typography__text_km4fl.typography__secondary-large_km4fl {
90
+ /* prettier-ignore */
88
91
  font-size: 13px;
89
92
  line-height: 16px;
90
93
  font-weight: 400;
@@ -95,6 +98,7 @@
95
98
  } .typography__text_km4fl.typography__secondary-large_km4fl.typography__medium_km4fl {
96
99
  letter-spacing: 0.33px;
97
100
  } .typography__text_km4fl.typography__secondary-medium_km4fl {
101
+ /* prettier-ignore */
98
102
  font-size: 12px;
99
103
  line-height: 16px;
100
104
  font-weight: 400;
@@ -105,6 +109,7 @@
105
109
  } .typography__text_km4fl.typography__secondary-medium_km4fl.typography__medium_km4fl {
106
110
  letter-spacing: 0.38px;
107
111
  } .typography__text_km4fl.typography__secondary-small_km4fl {
112
+ /* prettier-ignore */
108
113
  font-size: 11px;
109
114
  line-height: 16px;
110
115
  font-weight: 400;
@@ -124,7 +129,6 @@
124
129
  letter-spacing: 0.47px;
125
130
  } .typography__text_km4fl.typography__component-secondary_km4fl.typography__medium_km4fl {
126
131
  letter-spacing: 0.27px;
127
-
128
132
  } .typography__text_km4fl.typography__bold_km4fl {
129
133
  font-weight: 700;
130
134
  } .typography__text_km4fl.typography__medium_km4fl {
@@ -2,7 +2,7 @@ import React, { forwardRef } from 'react';
2
2
  import mergeRefs from 'react-merge-refs';
3
3
  import cn from 'classnames';
4
4
  import { useSkeleton } from '../hooks/use-skeleton.js';
5
- import { c as colors } from '../colors.module-38ef620f.js';
5
+ import { c as colors } from '../colors.module-398743c3.js';
6
6
  import '../../../skeleton/modern';
7
7
  import '@alfalab/hooks';
8
8
 
@@ -5,4 +5,4 @@ import 'classnames';
5
5
  import '../hooks/use-skeleton.js';
6
6
  import '../../../skeleton/modern';
7
7
  import '@alfalab/hooks';
8
- import '../colors.module-38ef620f.js';
8
+ import '../colors.module-398743c3.js';
@@ -4,7 +4,7 @@ import cn from 'classnames';
4
4
  import { isObject } from '../../../shared/modern';
5
5
  import { useSkeleton } from '../hooks/use-skeleton.js';
6
6
  import { getDefaultWeight } from './utils.js';
7
- import { c as colors } from '../colors.module-38ef620f.js';
7
+ import { c as colors } from '../colors.module-398743c3.js';
8
8
  import '../../../skeleton/modern';
9
9
  import '@alfalab/hooks';
10
10
 
@@ -1,6 +1,6 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import { TitleBase } from './component.js';
3
- import { c as commonStyles } from '../common.module-595fec7a.js';
3
+ import { c as commonStyles } from '../common.module-e12a7993.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../shared/modern';
@@ -8,7 +8,7 @@ import '../hooks/use-skeleton.js';
8
8
  import '../../../skeleton/modern';
9
9
  import '@alfalab/hooks';
10
10
  import './utils.js';
11
- import '../colors.module-38ef620f.js';
11
+ import '../colors.module-398743c3.js';
12
12
 
13
13
  const alfasansStyles = {"alfasans-xlarge":"typography__alfasans-xlarge_1lwya","systemCompat":"typography__systemCompat_1lwya","alfasans-large":"typography__alfasans-large_1lwya","alfasans-medium":"typography__alfasans-medium_1lwya","alfasans-small":"typography__alfasans-small_1lwya","alfasans-xsmall":"typography__alfasans-xsmall_1lwya"};
14
14
  require('./alfasans-index.css');
@@ -1,6 +1,6 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import { TitleBase } from '../title/component.js';
3
- import { c as commonStyles } from '../common.module-595fec7a.js';
3
+ import { c as commonStyles } from '../common.module-e12a7993.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../shared/modern';
@@ -8,7 +8,7 @@ import '../hooks/use-skeleton.js';
8
8
  import '../../../skeleton/modern';
9
9
  import '@alfalab/hooks';
10
10
  import '../title/utils.js';
11
- import '../colors.module-38ef620f.js';
11
+ import '../colors.module-398743c3.js';
12
12
 
13
13
  const alfasansStyles = {"alfasans-xlarge":"typography__alfasans-xlarge_rbb9r","systemCompat":"typography__systemCompat_rbb9r","alfasans-large":"typography__alfasans-large_rbb9r","alfasans-medium":"typography__alfasans-medium_rbb9r","alfasans-small":"typography__alfasans-small_rbb9r","alfasans-xsmall":"typography__alfasans-xsmall_rbb9r"};
14
14
  require('./alfasans-index.css');
@@ -8,5 +8,5 @@ import '../hooks/use-skeleton.js';
8
8
  import '../../../skeleton/modern';
9
9
  import '@alfalab/hooks';
10
10
  import '../title/utils.js';
11
- import '../colors.module-38ef620f.js';
12
- import '../common.module-595fec7a.js';
11
+ import '../colors.module-398743c3.js';
12
+ import '../common.module-e12a7993.js';
@@ -10,8 +10,8 @@ import '../hooks/use-skeleton.js';
10
10
  import '../../../skeleton/modern';
11
11
  import '@alfalab/hooks';
12
12
  import '../title/utils.js';
13
- import '../colors.module-38ef620f.js';
14
- import '../common.module-595fec7a.js';
13
+ import '../colors.module-398743c3.js';
14
+ import '../common.module-e12a7993.js';
15
15
 
16
16
  const TitleResponsive = forwardRef(({ breakpoint, client, ...restProps }, ref) => {
17
17
  const isDesktop = useIsDesktop(breakpoint, client === 'desktop');
@@ -10,6 +10,6 @@ import '../hooks/use-skeleton.js';
10
10
  import '../../../skeleton/modern';
11
11
  import '@alfalab/hooks';
12
12
  import '../title/utils.js';
13
- import '../colors.module-38ef620f.js';
14
- import '../common.module-595fec7a.js';
13
+ import '../colors.module-398743c3.js';
14
+ import '../common.module-e12a7993.js';
15
15
  import '../title-mobile/component.js';