@alfalab/core-components 47.3.0-beta.1 → 47.4.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 (492) hide show
  1. package/bottom-sheet/component.js +15 -8
  2. package/bottom-sheet/cssm/component.js +15 -8
  3. package/bottom-sheet/cssm/hooks/index.d.ts +1 -0
  4. package/bottom-sheet/cssm/hooks/index.js +7 -0
  5. package/bottom-sheet/cssm/hooks/use-visualviewport-size.d.ts +3 -0
  6. package/bottom-sheet/cssm/hooks/use-visualviewport-size.js +34 -0
  7. package/bottom-sheet/cssm/types.d.ts +4 -0
  8. package/bottom-sheet/esm/component.js +15 -8
  9. package/bottom-sheet/esm/hooks/index.d.ts +1 -0
  10. package/bottom-sheet/esm/hooks/index.js +3 -0
  11. package/bottom-sheet/esm/hooks/use-visualviewport-size.d.ts +3 -0
  12. package/bottom-sheet/esm/hooks/use-visualviewport-size.js +32 -0
  13. package/bottom-sheet/esm/index.js +1 -0
  14. package/bottom-sheet/esm/types.d.ts +4 -0
  15. package/bottom-sheet/hooks/index.d.ts +1 -0
  16. package/bottom-sheet/hooks/index.js +7 -0
  17. package/bottom-sheet/hooks/use-visualviewport-size.d.ts +3 -0
  18. package/bottom-sheet/hooks/use-visualviewport-size.js +34 -0
  19. package/bottom-sheet/modern/component.js +10 -4
  20. package/bottom-sheet/modern/hooks/index.d.ts +1 -0
  21. package/bottom-sheet/modern/hooks/index.js +3 -0
  22. package/bottom-sheet/modern/hooks/use-visualviewport-size.d.ts +3 -0
  23. package/bottom-sheet/modern/hooks/use-visualviewport-size.js +27 -0
  24. package/bottom-sheet/modern/index.js +1 -0
  25. package/bottom-sheet/modern/types.d.ts +4 -0
  26. package/bottom-sheet/types.d.ts +4 -0
  27. package/calendar/Component.responsive.d.ts +8 -0
  28. package/calendar/Component.responsive.js +2 -2
  29. package/calendar/cssm/Component.responsive.d.ts +8 -0
  30. package/calendar/cssm/Component.responsive.js +2 -2
  31. package/calendar/esm/Component.responsive.d.ts +8 -0
  32. package/calendar/esm/Component.responsive.js +2 -2
  33. package/calendar/modern/Component.responsive.d.ts +8 -0
  34. package/calendar/modern/Component.responsive.js +2 -2
  35. package/checkbox-group/Component.responsive.d.ts +4 -0
  36. package/checkbox-group/Component.responsive.js +2 -2
  37. package/checkbox-group/cssm/Component.responsive.d.ts +4 -0
  38. package/checkbox-group/cssm/Component.responsive.js +2 -2
  39. package/checkbox-group/esm/Component.responsive.d.ts +4 -0
  40. package/checkbox-group/esm/Component.responsive.js +2 -2
  41. package/checkbox-group/modern/Component.responsive.d.ts +4 -0
  42. package/checkbox-group/modern/Component.responsive.js +2 -2
  43. package/code-input/Component.responsive.d.ts +8 -0
  44. package/code-input/Component.responsive.js +2 -2
  45. package/code-input/cssm/Component.responsive.d.ts +8 -0
  46. package/code-input/cssm/Component.responsive.js +2 -2
  47. package/code-input/esm/Component.responsive.d.ts +8 -0
  48. package/code-input/esm/Component.responsive.js +2 -2
  49. package/code-input/modern/Component.responsive.d.ts +8 -0
  50. package/code-input/modern/Component.responsive.js +2 -2
  51. package/confirmation/component.responsive.d.ts +4 -0
  52. package/confirmation/component.responsive.js +2 -2
  53. package/confirmation/components/screens/initial/component.js +1 -1
  54. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  55. package/confirmation/cssm/component.responsive.d.ts +4 -0
  56. package/confirmation/cssm/component.responsive.js +2 -2
  57. package/confirmation/esm/component.responsive.d.ts +4 -0
  58. package/confirmation/esm/component.responsive.js +3 -3
  59. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  60. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  61. package/confirmation/esm/components/index.js +1 -1
  62. package/confirmation/esm/components/screens/index.js +1 -1
  63. package/confirmation/esm/components/screens/initial/component.js +1 -1
  64. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  65. package/confirmation/esm/components/screens/initial/index.js +1 -1
  66. package/confirmation/esm/desktop/component.desktop.js +1 -1
  67. package/confirmation/esm/desktop/index.js +1 -1
  68. package/confirmation/esm/index.js +1 -1
  69. package/confirmation/esm/mobile/component.mobile.js +1 -1
  70. package/confirmation/esm/mobile/index.js +1 -1
  71. package/confirmation/esm/shared/index.js +1 -1
  72. package/confirmation/modern/component.responsive.d.ts +4 -0
  73. package/confirmation/modern/component.responsive.js +3 -3
  74. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  75. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  76. package/confirmation/modern/components/index.js +1 -1
  77. package/confirmation/modern/components/screens/index.js +1 -1
  78. package/confirmation/modern/components/screens/initial/component.js +1 -1
  79. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  80. package/confirmation/modern/components/screens/initial/index.js +1 -1
  81. package/confirmation/modern/desktop/component.desktop.js +1 -1
  82. package/confirmation/modern/desktop/index.js +1 -1
  83. package/confirmation/modern/index.js +1 -1
  84. package/confirmation/modern/mobile/component.mobile.js +1 -1
  85. package/confirmation/modern/mobile/index.js +1 -1
  86. package/confirmation/modern/shared/index.js +1 -1
  87. package/custom-picker-button/Component.responsive.d.ts +8 -0
  88. package/custom-picker-button/Component.responsive.js +2 -2
  89. package/custom-picker-button/cssm/Component.responsive.d.ts +8 -0
  90. package/custom-picker-button/cssm/Component.responsive.js +2 -2
  91. package/custom-picker-button/esm/Component.responsive.d.ts +8 -0
  92. package/custom-picker-button/esm/Component.responsive.js +2 -2
  93. package/custom-picker-button/modern/Component.responsive.d.ts +8 -0
  94. package/custom-picker-button/modern/Component.responsive.js +2 -2
  95. package/filter-tag/Component.responsive.d.ts +8 -0
  96. package/filter-tag/Component.responsive.js +2 -2
  97. package/filter-tag/cssm/Component.responsive.d.ts +8 -0
  98. package/filter-tag/cssm/Component.responsive.js +2 -2
  99. package/filter-tag/esm/Component.responsive.d.ts +8 -0
  100. package/filter-tag/esm/Component.responsive.js +2 -2
  101. package/filter-tag/modern/Component.responsive.d.ts +8 -0
  102. package/filter-tag/modern/Component.responsive.js +2 -2
  103. package/gallery/components/header/Component.js +1 -1
  104. package/gallery/components/header/buttons.js +1 -1
  105. package/gallery/components/image-viewer/component.js +1 -1
  106. package/gallery/components/image-viewer/slide.js +1 -1
  107. package/gallery/esm/Component.js +2 -2
  108. package/gallery/esm/components/header/Component.js +1 -1
  109. package/gallery/esm/components/header/buttons.js +1 -1
  110. package/gallery/esm/components/header/index.js +1 -1
  111. package/gallery/esm/components/image-preview/Component.js +1 -1
  112. package/gallery/esm/components/image-preview/index.js +1 -1
  113. package/gallery/esm/components/image-viewer/component.js +1 -1
  114. package/gallery/esm/components/image-viewer/index.js +1 -1
  115. package/gallery/esm/components/image-viewer/slide.js +1 -1
  116. package/gallery/esm/components/index.js +2 -2
  117. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  118. package/gallery/esm/components/navigation-bar/index.js +1 -1
  119. package/gallery/esm/index.js +2 -2
  120. package/gallery/modern/Component.js +2 -2
  121. package/gallery/modern/components/header/Component.js +1 -1
  122. package/gallery/modern/components/header/buttons.js +1 -1
  123. package/gallery/modern/components/header/index.js +1 -1
  124. package/gallery/modern/components/image-preview/Component.js +1 -1
  125. package/gallery/modern/components/image-preview/index.js +1 -1
  126. package/gallery/modern/components/image-viewer/component.js +1 -1
  127. package/gallery/modern/components/image-viewer/index.js +1 -1
  128. package/gallery/modern/components/image-viewer/slide.js +1 -1
  129. package/gallery/modern/components/index.js +2 -2
  130. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  131. package/gallery/modern/components/navigation-bar/index.js +1 -1
  132. package/gallery/modern/index.js +2 -2
  133. package/international-phone-input/cssm/typings-9d430401.d.ts +12 -1
  134. package/international-phone-input/esm/typings-9d430401.d.ts +12 -1
  135. package/international-phone-input/modern/typings-9d430401.d.ts +12 -1
  136. package/international-phone-input/typings-9d430401.d.ts +12 -1
  137. package/modal/components/controls/Component.js +1 -1
  138. package/modal/components/footer/Component.js +1 -1
  139. package/modal/esm/Component.responsive.js +1 -1
  140. package/modal/esm/components/controls/Component.js +1 -1
  141. package/modal/esm/components/controls/index.js +1 -1
  142. package/modal/esm/components/footer/Component.js +1 -1
  143. package/modal/esm/desktop/Component.desktop.js +1 -1
  144. package/modal/esm/desktop/index.js +1 -1
  145. package/modal/esm/index.js +1 -1
  146. package/modal/esm/mobile/Component.mobile.js +1 -1
  147. package/modal/esm/mobile/index.js +1 -1
  148. package/modal/modern/Component.responsive.js +1 -1
  149. package/modal/modern/components/controls/Component.js +1 -1
  150. package/modal/modern/components/controls/index.js +1 -1
  151. package/modal/modern/components/footer/Component.js +1 -1
  152. package/modal/modern/desktop/Component.desktop.js +1 -1
  153. package/modal/modern/desktop/index.js +1 -1
  154. package/modal/modern/index.js +1 -1
  155. package/modal/modern/mobile/Component.mobile.js +1 -1
  156. package/modal/modern/mobile/index.js +1 -1
  157. package/mq/Component.d.ts +4 -0
  158. package/mq/Component.js +2 -2
  159. package/mq/cssm/Component.d.ts +4 -0
  160. package/mq/cssm/Component.js +2 -2
  161. package/mq/esm/Component.d.ts +4 -0
  162. package/mq/esm/Component.js +2 -2
  163. package/mq/modern/Component.d.ts +4 -0
  164. package/mq/modern/Component.js +2 -2
  165. package/package.json +1 -1
  166. package/pass-code/Component.d.ts +4 -0
  167. package/pass-code/Component.responsive.js +2 -2
  168. package/pass-code/cssm/Component.d.ts +4 -0
  169. package/pass-code/cssm/Component.responsive.js +2 -2
  170. package/pass-code/esm/Component.d.ts +4 -0
  171. package/pass-code/esm/Component.responsive.js +2 -2
  172. package/pass-code/modern/Component.d.ts +4 -0
  173. package/pass-code/modern/Component.responsive.js +2 -2
  174. package/pattern-lock/Component.responsive.js +2 -2
  175. package/pattern-lock/cssm/Component.responsive.js +2 -2
  176. package/pattern-lock/cssm/typings.d.ts +4 -0
  177. package/pattern-lock/esm/Component.responsive.js +2 -2
  178. package/pattern-lock/esm/typings.d.ts +4 -0
  179. package/pattern-lock/modern/Component.responsive.js +2 -2
  180. package/pattern-lock/modern/typings.d.ts +4 -0
  181. package/pattern-lock/typings.d.ts +4 -0
  182. package/picker-button/cssm/index-3109f463.d.ts +4 -0
  183. package/picker-button/cssm/typings-9d430401.d.ts +5 -0
  184. package/picker-button/cssm/use-visualviewport-size-2f466837.d.ts +3 -0
  185. package/picker-button/esm/index-3109f463.d.ts +4 -0
  186. package/picker-button/esm/typings-9d430401.d.ts +5 -0
  187. package/picker-button/esm/use-visualviewport-size-2f466837.d.ts +3 -0
  188. package/picker-button/index-3109f463.d.ts +4 -0
  189. package/picker-button/modern/index-3109f463.d.ts +4 -0
  190. package/picker-button/modern/typings-9d430401.d.ts +5 -0
  191. package/picker-button/modern/use-visualviewport-size-2f466837.d.ts +3 -0
  192. package/picker-button/typings-9d430401.d.ts +5 -0
  193. package/picker-button/use-visualviewport-size-2f466837.d.ts +3 -0
  194. package/plate/Component.responsive.d.ts +8 -0
  195. package/plate/Component.responsive.js +2 -2
  196. package/plate/cssm/Component.responsive.d.ts +8 -0
  197. package/plate/cssm/Component.responsive.js +2 -2
  198. package/plate/esm/Component.responsive.d.ts +8 -0
  199. package/plate/esm/Component.responsive.js +2 -2
  200. package/plate/modern/Component.responsive.d.ts +8 -0
  201. package/plate/modern/Component.responsive.js +2 -2
  202. package/pure-cell/component.js +1 -1
  203. package/pure-cell/components/addon/component.js +1 -1
  204. package/pure-cell/components/addon/index.d.ts +1 -1
  205. package/pure-cell/components/addon/index.js +1 -1
  206. package/pure-cell/components/amount/component.js +1 -1
  207. package/pure-cell/components/amount/index.d.ts +1 -1
  208. package/pure-cell/components/amount/index.js +1 -1
  209. package/pure-cell/components/amount-title/component.js +1 -1
  210. package/pure-cell/components/amount-title/index.d.ts +1 -1
  211. package/pure-cell/components/amount-title/index.js +1 -1
  212. package/pure-cell/components/category/component.js +1 -1
  213. package/pure-cell/components/category/index.d.ts +1 -1
  214. package/pure-cell/components/category/index.js +1 -1
  215. package/pure-cell/components/content/component.js +1 -1
  216. package/pure-cell/components/content/index.d.ts +1 -1
  217. package/pure-cell/components/content/index.js +1 -1
  218. package/pure-cell/components/footer/component.js +1 -1
  219. package/pure-cell/components/footer/index.d.ts +1 -1
  220. package/pure-cell/components/footer/index.js +1 -1
  221. package/pure-cell/components/footer-button/component.js +1 -1
  222. package/pure-cell/components/footer-button/index.d.ts +1 -1
  223. package/pure-cell/components/footer-button/index.js +1 -1
  224. package/pure-cell/components/footer-text/component.js +1 -1
  225. package/pure-cell/components/footer-text/index.d.ts +1 -1
  226. package/pure-cell/components/footer-text/index.js +1 -1
  227. package/pure-cell/components/graphics/component.js +1 -1
  228. package/pure-cell/components/graphics/index.d.ts +1 -1
  229. package/pure-cell/components/graphics/index.js +1 -1
  230. package/pure-cell/components/main/component.js +1 -1
  231. package/pure-cell/components/main/index.d.ts +1 -1
  232. package/pure-cell/components/main/index.js +1 -1
  233. package/pure-cell/components/text/component.js +1 -1
  234. package/pure-cell/components/text/index.d.ts +1 -1
  235. package/pure-cell/components/text/index.js +1 -1
  236. package/pure-cell/esm/component.js +1 -1
  237. package/pure-cell/esm/components/addon/component.js +1 -1
  238. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  239. package/pure-cell/esm/components/addon/index.js +1 -1
  240. package/pure-cell/esm/components/amount/component.js +1 -1
  241. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  242. package/pure-cell/esm/components/amount/index.js +1 -1
  243. package/pure-cell/esm/components/amount-title/component.js +1 -1
  244. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  245. package/pure-cell/esm/components/amount-title/index.js +1 -1
  246. package/pure-cell/esm/components/category/component.js +1 -1
  247. package/pure-cell/esm/components/category/index.d.ts +1 -1
  248. package/pure-cell/esm/components/category/index.js +1 -1
  249. package/pure-cell/esm/components/content/component.js +1 -1
  250. package/pure-cell/esm/components/content/index.d.ts +1 -1
  251. package/pure-cell/esm/components/content/index.js +1 -1
  252. package/pure-cell/esm/components/footer/component.js +1 -1
  253. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  254. package/pure-cell/esm/components/footer/index.js +1 -1
  255. package/pure-cell/esm/components/footer-button/component.js +1 -1
  256. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  257. package/pure-cell/esm/components/footer-button/index.js +1 -1
  258. package/pure-cell/esm/components/footer-text/component.js +1 -1
  259. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  260. package/pure-cell/esm/components/footer-text/index.js +1 -1
  261. package/pure-cell/esm/components/graphics/component.js +1 -1
  262. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  263. package/pure-cell/esm/components/graphics/index.js +1 -1
  264. package/pure-cell/esm/components/main/component.js +1 -1
  265. package/pure-cell/esm/components/main/index.d.ts +1 -1
  266. package/pure-cell/esm/components/main/index.js +1 -1
  267. package/pure-cell/esm/components/text/component.js +1 -1
  268. package/pure-cell/esm/components/text/index.d.ts +1 -1
  269. package/pure-cell/esm/components/text/index.js +1 -1
  270. package/pure-cell/esm/index.js +1 -1
  271. package/pure-cell/index.js +1 -1
  272. package/pure-cell/modern/component.js +1 -1
  273. package/pure-cell/modern/components/addon/component.js +1 -1
  274. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  275. package/pure-cell/modern/components/addon/index.js +1 -1
  276. package/pure-cell/modern/components/amount/component.js +1 -1
  277. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  278. package/pure-cell/modern/components/amount/index.js +1 -1
  279. package/pure-cell/modern/components/amount-title/component.js +1 -1
  280. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  281. package/pure-cell/modern/components/amount-title/index.js +1 -1
  282. package/pure-cell/modern/components/category/component.js +1 -1
  283. package/pure-cell/modern/components/category/index.d.ts +1 -1
  284. package/pure-cell/modern/components/category/index.js +1 -1
  285. package/pure-cell/modern/components/content/component.js +1 -1
  286. package/pure-cell/modern/components/content/index.d.ts +1 -1
  287. package/pure-cell/modern/components/content/index.js +1 -1
  288. package/pure-cell/modern/components/footer/component.js +1 -1
  289. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  290. package/pure-cell/modern/components/footer/index.js +1 -1
  291. package/pure-cell/modern/components/footer-button/component.js +1 -1
  292. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  293. package/pure-cell/modern/components/footer-button/index.js +1 -1
  294. package/pure-cell/modern/components/footer-text/component.js +1 -1
  295. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  296. package/pure-cell/modern/components/footer-text/index.js +1 -1
  297. package/pure-cell/modern/components/graphics/component.js +1 -1
  298. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  299. package/pure-cell/modern/components/graphics/index.js +1 -1
  300. package/pure-cell/modern/components/main/component.js +1 -1
  301. package/pure-cell/modern/components/main/index.d.ts +1 -1
  302. package/pure-cell/modern/components/main/index.js +1 -1
  303. package/pure-cell/modern/components/text/component.js +1 -1
  304. package/pure-cell/modern/components/text/index.d.ts +1 -1
  305. package/pure-cell/modern/components/text/index.js +1 -1
  306. package/pure-cell/modern/index.js +1 -1
  307. package/radio-group/Component.responsive.d.ts +8 -0
  308. package/radio-group/Component.responsive.js +2 -2
  309. package/radio-group/cssm/Component.responsive.d.ts +8 -0
  310. package/radio-group/cssm/Component.responsive.js +2 -2
  311. package/radio-group/esm/Component.responsive.d.ts +8 -0
  312. package/radio-group/esm/Component.responsive.js +2 -2
  313. package/radio-group/modern/Component.responsive.d.ts +8 -0
  314. package/radio-group/modern/Component.responsive.js +2 -2
  315. package/select/esm/Component.responsive.js +1 -1
  316. package/select/esm/index.js +1 -1
  317. package/select/esm/mobile/Component.mobile.js +1 -1
  318. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  319. package/select/esm/mobile/index.js +1 -1
  320. package/select/esm/presets/index.js +1 -1
  321. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  322. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  323. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  324. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  325. package/select/esm/shared/index.js +1 -1
  326. package/select/mobile/Component.mobile.js +1 -1
  327. package/select/modern/Component.responsive.js +1 -1
  328. package/select/modern/index.js +1 -1
  329. package/select/modern/mobile/Component.mobile.js +1 -1
  330. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  331. package/select/modern/mobile/index.js +1 -1
  332. package/select/modern/presets/index.js +1 -1
  333. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  334. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  335. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  336. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  337. package/select/modern/shared/index.js +1 -1
  338. package/select/presets/index.js +1 -1
  339. package/select/presets/useSelectWithApply/hook.js +1 -1
  340. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  341. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  342. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  343. package/select/shared/index.js +1 -1
  344. package/side-panel/components/controls/Component.js +1 -1
  345. package/side-panel/components/footer/Component.js +1 -1
  346. package/side-panel/esm/Component.responsive.js +1 -1
  347. package/side-panel/esm/components/controls/Component.js +1 -1
  348. package/side-panel/esm/components/controls/index.js +1 -1
  349. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  350. package/side-panel/esm/components/footer/Component.js +1 -1
  351. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  352. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  353. package/side-panel/esm/desktop/index.js +1 -1
  354. package/side-panel/esm/index.js +1 -1
  355. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  356. package/side-panel/esm/mobile/index.js +1 -1
  357. package/side-panel/modern/Component.responsive.js +1 -1
  358. package/side-panel/modern/components/controls/Component.js +1 -1
  359. package/side-panel/modern/components/controls/index.js +1 -1
  360. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  361. package/side-panel/modern/components/footer/Component.js +1 -1
  362. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  363. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  364. package/side-panel/modern/desktop/index.js +1 -1
  365. package/side-panel/modern/index.js +1 -1
  366. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  367. package/side-panel/modern/mobile/index.js +1 -1
  368. package/tag/Component.responsive.d.ts +8 -0
  369. package/tag/Component.responsive.js +2 -2
  370. package/tag/cssm/Component.responsive.d.ts +8 -0
  371. package/tag/cssm/Component.responsive.js +2 -2
  372. package/tag/esm/Component.responsive.d.ts +8 -0
  373. package/tag/esm/Component.responsive.js +2 -2
  374. package/tag/modern/Component.responsive.d.ts +8 -0
  375. package/tag/modern/Component.responsive.js +2 -2
  376. package/themes/compiled/mobile-dark-bluetint.css +14 -14
  377. package/toast/Component.responsive.d.ts +2 -0
  378. package/toast/Component.responsive.js +2 -2
  379. package/toast/components/base-toast/component.d.ts +2 -0
  380. package/toast/cssm/Component.responsive.d.ts +2 -0
  381. package/toast/cssm/Component.responsive.js +2 -2
  382. package/toast/cssm/components/base-toast/component.d.ts +2 -0
  383. package/toast/esm/Component.responsive.d.ts +2 -0
  384. package/toast/esm/Component.responsive.js +2 -2
  385. package/toast/esm/components/base-toast/component.d.ts +2 -0
  386. package/toast/modern/Component.responsive.d.ts +2 -0
  387. package/toast/modern/Component.responsive.js +2 -2
  388. package/toast/modern/components/base-toast/component.d.ts +2 -0
  389. package/toast-plate/Component.responsive.d.ts +8 -0
  390. package/toast-plate/Component.responsive.js +2 -2
  391. package/toast-plate/cssm/Component.responsive.d.ts +8 -0
  392. package/toast-plate/cssm/Component.responsive.js +2 -2
  393. package/toast-plate/esm/Component.responsive.d.ts +8 -0
  394. package/toast-plate/esm/Component.responsive.js +2 -2
  395. package/toast-plate/modern/Component.responsive.d.ts +8 -0
  396. package/toast-plate/modern/Component.responsive.js +2 -2
  397. package/typography/{common.module-ab0dd105.js → common.module-6c15aeb4.js} +1 -1
  398. package/typography/cssm/title/common.module.css +0 -26
  399. package/typography/cssm/title/component.d.ts +8 -0
  400. package/typography/cssm/title/index.d.ts +1 -0
  401. package/typography/cssm/title/index.module.css +16 -0
  402. package/typography/cssm/title-mobile/component.d.ts +1 -0
  403. package/typography/cssm/title-responsive/component.d.ts +1 -0
  404. package/typography/cssm/title-responsive/component.js +2 -1
  405. package/typography/esm/{common.module-f74d848f.js → common.module-1d64d5c0.js} +1 -1
  406. package/typography/esm/component.js +2 -2
  407. package/typography/esm/index.js +2 -2
  408. package/typography/esm/text/component.js +1 -1
  409. package/typography/esm/text/index.js +1 -1
  410. package/typography/esm/title/common.css +0 -26
  411. package/typography/esm/title/component.d.ts +8 -0
  412. package/typography/esm/title/component.js +1 -1
  413. package/typography/esm/title/index.css +16 -0
  414. package/typography/esm/title/index.d.ts +1 -0
  415. package/typography/esm/title/index.js +3 -3
  416. package/typography/esm/title-mobile/component.d.ts +1 -0
  417. package/typography/esm/title-mobile/component.js +2 -2
  418. package/typography/esm/title-mobile/index.js +2 -2
  419. package/typography/esm/title-responsive/component.d.ts +1 -0
  420. package/typography/esm/title-responsive/component.js +4 -3
  421. package/typography/esm/title-responsive/index.js +2 -2
  422. package/typography/modern/{common.module-b7b7d261.js → common.module-ffb1e96a.js} +1 -1
  423. package/typography/modern/component.js +2 -2
  424. package/typography/modern/index.js +2 -2
  425. package/typography/modern/text/component.js +1 -1
  426. package/typography/modern/text/index.js +1 -1
  427. package/typography/modern/title/common.css +0 -26
  428. package/typography/modern/title/component.d.ts +8 -0
  429. package/typography/modern/title/component.js +1 -1
  430. package/typography/modern/title/index.css +16 -0
  431. package/typography/modern/title/index.d.ts +1 -0
  432. package/typography/modern/title/index.js +3 -3
  433. package/typography/modern/title-mobile/component.d.ts +1 -0
  434. package/typography/modern/title-mobile/component.js +2 -2
  435. package/typography/modern/title-mobile/index.js +2 -2
  436. package/typography/modern/title-responsive/component.d.ts +1 -0
  437. package/typography/modern/title-responsive/component.js +4 -3
  438. package/typography/modern/title-responsive/index.js +2 -2
  439. package/typography/text/component.js +1 -1
  440. package/typography/title/common.css +0 -26
  441. package/typography/title/component.d.ts +8 -0
  442. package/typography/title/component.js +1 -1
  443. package/typography/title/index.css +16 -0
  444. package/typography/title/index.d.ts +1 -0
  445. package/typography/title/index.js +2 -2
  446. package/typography/title-mobile/component.d.ts +1 -0
  447. package/typography/title-mobile/component.js +1 -1
  448. package/typography/title-responsive/component.d.ts +1 -0
  449. package/typography/title-responsive/component.js +3 -2
  450. package/universal-date-input/cssm/index-5712fce2.d.ts +10 -0
  451. package/universal-date-input/esm/index-5712fce2.d.ts +10 -0
  452. package/universal-date-input/index-5712fce2.d.ts +10 -0
  453. package/universal-date-input/modern/index-5712fce2.d.ts +10 -0
  454. /package/confirmation/{countdown-section-b97a2d28.d.ts → countdown-section-917473e6.d.ts} +0 -0
  455. /package/confirmation/{countdown-section-b97a2d28.js → countdown-section-917473e6.js} +0 -0
  456. /package/confirmation/esm/{countdown-section-a223c6f2.d.ts → countdown-section-53c5fb8d.d.ts} +0 -0
  457. /package/confirmation/esm/{countdown-section-a223c6f2.js → countdown-section-53c5fb8d.js} +0 -0
  458. /package/confirmation/modern/{countdown-section-20854026.d.ts → countdown-section-2725d6e5.d.ts} +0 -0
  459. /package/confirmation/modern/{countdown-section-20854026.js → countdown-section-2725d6e5.js} +0 -0
  460. /package/gallery/{buttons-7955bca1.d.ts → buttons-64a44de7.d.ts} +0 -0
  461. /package/gallery/{buttons-7955bca1.js → buttons-64a44de7.js} +0 -0
  462. /package/gallery/esm/{buttons-0b33a243.d.ts → buttons-4eef5624.d.ts} +0 -0
  463. /package/gallery/esm/{buttons-0b33a243.js → buttons-4eef5624.js} +0 -0
  464. /package/gallery/esm/{slide-68044235.d.ts → slide-6d0129b7.d.ts} +0 -0
  465. /package/gallery/esm/{slide-68044235.js → slide-6d0129b7.js} +0 -0
  466. /package/gallery/modern/{buttons-1c387519.d.ts → buttons-7a4ddbee.d.ts} +0 -0
  467. /package/gallery/modern/{buttons-1c387519.js → buttons-7a4ddbee.js} +0 -0
  468. /package/gallery/modern/{slide-8fac1571.d.ts → slide-52809b99.d.ts} +0 -0
  469. /package/gallery/modern/{slide-8fac1571.js → slide-52809b99.js} +0 -0
  470. /package/gallery/{slide-b26ac03f.d.ts → slide-3026dd71.d.ts} +0 -0
  471. /package/gallery/{slide-b26ac03f.js → slide-3026dd71.js} +0 -0
  472. /package/modal/esm/{layout.module-f16fb568.js → layout.module-32e142e5.js} +0 -0
  473. /package/modal/{layout.module-d3c8a7ae.js → layout.module-ffd15064.js} +0 -0
  474. /package/modal/modern/{layout.module-b59dbcd8.js → layout.module-28cafdef.js} +0 -0
  475. /package/pure-cell/{component-c686ab41.d.ts → component-788aa04c.d.ts} +0 -0
  476. /package/pure-cell/{component-c686ab41.js → component-788aa04c.js} +0 -0
  477. /package/pure-cell/esm/{component-80f281aa.d.ts → component-6616d607.d.ts} +0 -0
  478. /package/pure-cell/esm/{component-80f281aa.js → component-6616d607.js} +0 -0
  479. /package/pure-cell/modern/{component-e50c0ab1.d.ts → component-eef62409.d.ts} +0 -0
  480. /package/pure-cell/modern/{component-e50c0ab1.js → component-eef62409.js} +0 -0
  481. /package/select/esm/{hook-3cc12a62.d.ts → hook-86063cab.d.ts} +0 -0
  482. /package/select/esm/{hook-3cc12a62.js → hook-86063cab.js} +0 -0
  483. /package/select/{hook-98585197.d.ts → hook-777449d0.d.ts} +0 -0
  484. /package/select/{hook-98585197.js → hook-777449d0.js} +0 -0
  485. /package/select/modern/{hook-ce6666bb.d.ts → hook-1c546c40.d.ts} +0 -0
  486. /package/select/modern/{hook-ce6666bb.js → hook-1c546c40.js} +0 -0
  487. /package/side-panel/esm/{layout.module-f3177b22.js → layout.module-857fee63.js} +0 -0
  488. /package/side-panel/{layout.module-89adb1fa.js → layout.module-75ce8984.js} +0 -0
  489. /package/side-panel/modern/{layout.module-c526db33.js → layout.module-3bd34d8b.js} +0 -0
  490. /package/typography/{colors.module-559b734f.js → colors.module-0c7366a2.js} +0 -0
  491. /package/typography/esm/{colors.module-8f3b9ff3.js → colors.module-96fcf062.js} +0 -0
  492. /package/typography/modern/{colors.module-39885a9b.js → colors.module-68086c1d.js} +0 -0
@@ -7,6 +7,10 @@ type RadioGroupProps = Omit<BaseRadioGroupProps, 'styles'> & {
7
7
  * @default 1024
8
8
  */
9
9
  breakpoint?: number;
10
+ /**
11
+ * Значение по-умолчанию для хука useMatchMedia
12
+ */
13
+ defaultMatchMediaValue?: boolean | (() => boolean);
10
14
  };
11
15
  declare const RadioGroup: React.ForwardRefExoticComponent<Omit<BaseRadioGroupProps, "styles"> & {
12
16
  /**
@@ -14,5 +18,9 @@ declare const RadioGroup: React.ForwardRefExoticComponent<Omit<BaseRadioGroupPro
14
18
  * @default 1024
15
19
  */
16
20
  breakpoint?: number | undefined;
21
+ /**
22
+ * Значение по-умолчанию для хука useMatchMedia
23
+ */
24
+ defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
17
25
  } & React.RefAttributes<HTMLDivElement>>;
18
26
  export { RadioGroupProps, RadioGroup };
@@ -11,9 +11,9 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
 
13
13
  var RadioGroup = React.forwardRef(function (_a, ref) {
14
- var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["breakpoint"]);
14
+ var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, defaultMatchMediaValue = _a.defaultMatchMediaValue, restProps = tslib.__rest(_a, ["breakpoint", "defaultMatchMediaValue"]);
15
15
  var query = "(min-width: ".concat(breakpoint, "px)");
16
- var isDesktop = coreComponentsMq.useMatchMedia(query)[0];
16
+ var isDesktop = coreComponentsMq.useMatchMedia(query, defaultMatchMediaValue)[0];
17
17
  var Component = isDesktop ? desktop_Component_desktop.RadioGroupDesktop : mobile_Component_mobile.RadioGroupMobile;
18
18
  return React__default.default.createElement(Component, tslib.__assign({ ref: ref }, restProps));
19
19
  });
@@ -7,6 +7,10 @@ type RadioGroupProps = Omit<BaseRadioGroupProps, 'styles'> & {
7
7
  * @default 1024
8
8
  */
9
9
  breakpoint?: number;
10
+ /**
11
+ * Значение по-умолчанию для хука useMatchMedia
12
+ */
13
+ defaultMatchMediaValue?: boolean | (() => boolean);
10
14
  };
11
15
  declare const RadioGroup: React.ForwardRefExoticComponent<Omit<BaseRadioGroupProps, "styles"> & {
12
16
  /**
@@ -14,5 +18,9 @@ declare const RadioGroup: React.ForwardRefExoticComponent<Omit<BaseRadioGroupPro
14
18
  * @default 1024
15
19
  */
16
20
  breakpoint?: number | undefined;
21
+ /**
22
+ * Значение по-умолчанию для хука useMatchMedia
23
+ */
24
+ defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
17
25
  } & React.RefAttributes<HTMLDivElement>>;
18
26
  export { RadioGroupProps, RadioGroup };
@@ -11,9 +11,9 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
 
13
13
  var RadioGroup = React.forwardRef(function (_a, ref) {
14
- var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["breakpoint"]);
14
+ var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, defaultMatchMediaValue = _a.defaultMatchMediaValue, restProps = tslib.__rest(_a, ["breakpoint", "defaultMatchMediaValue"]);
15
15
  var query = "(min-width: ".concat(breakpoint, "px)");
16
- var isDesktop = coreComponentsMq.useMatchMedia(query)[0];
16
+ var isDesktop = coreComponentsMq.useMatchMedia(query, defaultMatchMediaValue)[0];
17
17
  var Component = isDesktop ? desktop_Component_desktop.RadioGroupDesktop : mobile_Component_mobile.RadioGroupMobile;
18
18
  return React__default.default.createElement(Component, tslib.__assign({ ref: ref }, restProps));
19
19
  });
@@ -7,6 +7,10 @@ type RadioGroupProps = Omit<BaseRadioGroupProps, 'styles'> & {
7
7
  * @default 1024
8
8
  */
9
9
  breakpoint?: number;
10
+ /**
11
+ * Значение по-умолчанию для хука useMatchMedia
12
+ */
13
+ defaultMatchMediaValue?: boolean | (() => boolean);
10
14
  };
11
15
  declare const RadioGroup: React.ForwardRefExoticComponent<Omit<BaseRadioGroupProps, "styles"> & {
12
16
  /**
@@ -14,5 +18,9 @@ declare const RadioGroup: React.ForwardRefExoticComponent<Omit<BaseRadioGroupPro
14
18
  * @default 1024
15
19
  */
16
20
  breakpoint?: number | undefined;
21
+ /**
22
+ * Значение по-умолчанию для хука useMatchMedia
23
+ */
24
+ defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
17
25
  } & React.RefAttributes<HTMLDivElement>>;
18
26
  export { RadioGroupProps, RadioGroup };
@@ -8,9 +8,9 @@ import 'classnames';
8
8
  import '@alfalab/hooks';
9
9
 
10
10
  var RadioGroup = forwardRef(function (_a, ref) {
11
- var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = __rest(_a, ["breakpoint"]);
11
+ var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, defaultMatchMediaValue = _a.defaultMatchMediaValue, restProps = __rest(_a, ["breakpoint", "defaultMatchMediaValue"]);
12
12
  var query = "(min-width: ".concat(breakpoint, "px)");
13
- var isDesktop = useMatchMedia(query)[0];
13
+ var isDesktop = useMatchMedia(query, defaultMatchMediaValue)[0];
14
14
  var Component = isDesktop ? RadioGroupDesktop : RadioGroupMobile;
15
15
  return React.createElement(Component, __assign({ ref: ref }, restProps));
16
16
  });
@@ -7,6 +7,10 @@ type RadioGroupProps = Omit<BaseRadioGroupProps, 'styles'> & {
7
7
  * @default 1024
8
8
  */
9
9
  breakpoint?: number;
10
+ /**
11
+ * Значение по-умолчанию для хука useMatchMedia
12
+ */
13
+ defaultMatchMediaValue?: boolean | (() => boolean);
10
14
  };
11
15
  declare const RadioGroup: React.ForwardRefExoticComponent<Omit<BaseRadioGroupProps, "styles"> & {
12
16
  /**
@@ -14,5 +18,9 @@ declare const RadioGroup: React.ForwardRefExoticComponent<Omit<BaseRadioGroupPro
14
18
  * @default 1024
15
19
  */
16
20
  breakpoint?: number | undefined;
21
+ /**
22
+ * Значение по-умолчанию для хука useMatchMedia
23
+ */
24
+ defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
17
25
  } & React.RefAttributes<HTMLDivElement>>;
18
26
  export { RadioGroupProps, RadioGroup };
@@ -6,9 +6,9 @@ import './components/base-radio-group/Component.js';
6
6
  import 'classnames';
7
7
  import '@alfalab/hooks';
8
8
 
9
- const RadioGroup = forwardRef(({ breakpoint = 1024, ...restProps }, ref) => {
9
+ const RadioGroup = forwardRef(({ breakpoint = 1024, defaultMatchMediaValue, ...restProps }, ref) => {
10
10
  const query = `(min-width: ${breakpoint}px)`;
11
- const [isDesktop] = useMatchMedia(query);
11
+ const [isDesktop] = useMatchMedia(query, defaultMatchMediaValue);
12
12
  const Component = isDesktop ? RadioGroupDesktop : RadioGroupMobile;
13
13
  return React.createElement(Component, { ref: ref, ...restProps });
14
14
  });
@@ -41,7 +41,7 @@ import '../../base-modal/esm';
41
41
  import '../../button/esm/mobile';
42
42
  import './components/virtual-options-list/Component.js';
43
43
  import 'react-virtual';
44
- import './hook-3cc12a62.js';
44
+ import './hook-86063cab.js';
45
45
  import 'deep-equal';
46
46
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
47
47
  import '../../button/esm/desktop';
@@ -41,7 +41,7 @@ import '../../base-modal/esm';
41
41
  import '../../button/esm/mobile';
42
42
  import './components/virtual-options-list/Component.js';
43
43
  import 'react-virtual';
44
- import './hook-3cc12a62.js';
44
+ import './hook-86063cab.js';
45
45
  import 'deep-equal';
46
46
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
47
47
  import '../../button/esm/desktop';
@@ -12,7 +12,7 @@ import { Option } from '../components/option/Component.js';
12
12
  import { OptionsList } from '../components/options-list/Component.js';
13
13
  import { Search } from '../components/search/Component.js';
14
14
  import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
15
- import { u as useSelectWithApply } from '../hook-3cc12a62.js';
15
+ import { u as useSelectWithApply } from '../hook-86063cab.js';
16
16
  import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
17
17
  import 'classnames';
18
18
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -37,7 +37,7 @@ import '../../../input/esm';
37
37
  import '@alfalab/icons-glyph/MagnifierMIcon';
38
38
  import '../components/virtual-options-list/Component.js';
39
39
  import 'react-virtual';
40
- import '../hook-3cc12a62.js';
40
+ import '../hook-86063cab.js';
41
41
  import 'deep-equal';
42
42
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
43
43
  import '../../../button/esm/desktop';
@@ -38,7 +38,7 @@ import '../../../input/esm';
38
38
  import '@alfalab/icons-glyph/MagnifierMIcon';
39
39
  import '../components/virtual-options-list/Component.js';
40
40
  import 'react-virtual';
41
- import '../hook-3cc12a62.js';
41
+ import '../hook-86063cab.js';
42
42
  import 'deep-equal';
43
43
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
44
44
  import '../../../button/esm/desktop';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from './useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-3cc12a62.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-86063cab.js';
4
4
  import 'tslib';
5
5
  import 'react';
6
6
  import '../../../skeleton/esm';
@@ -2,7 +2,7 @@ import 'tslib';
2
2
  import 'react';
3
3
  import 'deep-equal';
4
4
  import '../../../../shared/esm';
5
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-3cc12a62.js';
5
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-86063cab.js';
6
6
  import '../../utils.js';
7
7
  import '../../components/options-list/Component.js';
8
8
  import 'react-merge-refs';
@@ -1,7 +1,7 @@
1
1
  import 'tslib';
2
2
  import 'react';
3
3
  import '../../../components/options-list/Component.js';
4
- export { O as OptionsListWithApply } from '../../../hook-3cc12a62.js';
4
+ export { O as OptionsListWithApply } from '../../../hook-86063cab.js';
5
5
  import './footer/Component.js';
6
6
  import './header/Component.js';
7
7
  import 'react-merge-refs';
@@ -1 +1 @@
1
- export * from "../../../hook-3cc12a62";
1
+ export * from "../../../hook-86063cab";
@@ -1,4 +1,4 @@
1
- export { O as OptionsListWithApply } from '../../../hook-3cc12a62.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-86063cab.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'deep-equal';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-3cc12a62.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-86063cab.js';
4
4
  export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVisibleOptions } from '../utils.js';
5
5
  export { Option } from '../components/option/Component.js';
6
6
  export { BaseOption } from '../components/base-option/Component.js';
@@ -14,7 +14,7 @@ var components_option_Component = require('../components/option/Component.js');
14
14
  var components_optionsList_Component = require('../components/options-list/Component.js');
15
15
  var components_search_Component = require('../components/search/Component.js');
16
16
  var components_virtualOptionsList_Component = require('../components/virtual-options-list/Component.js');
17
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-98585197.js');
17
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-777449d0.js');
18
18
  var presets_useSelectWithApply_optionsListWithApply_header_Component = require('../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
19
19
 
20
20
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -40,7 +40,7 @@ import '../../base-modal/modern';
40
40
  import '../../button/modern/mobile';
41
41
  import './components/virtual-options-list/Component.js';
42
42
  import 'react-virtual';
43
- import './hook-ce6666bb.js';
43
+ import './hook-1c546c40.js';
44
44
  import 'deep-equal';
45
45
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
46
46
  import '../../button/modern/desktop';
@@ -40,7 +40,7 @@ import '../../base-modal/modern';
40
40
  import '../../button/modern/mobile';
41
41
  import './components/virtual-options-list/Component.js';
42
42
  import 'react-virtual';
43
- import './hook-ce6666bb.js';
43
+ import './hook-1c546c40.js';
44
44
  import 'deep-equal';
45
45
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
46
46
  import '../../button/modern/desktop';
@@ -11,7 +11,7 @@ import { Option } from '../components/option/Component.js';
11
11
  import { OptionsList } from '../components/options-list/Component.js';
12
12
  import { Search } from '../components/search/Component.js';
13
13
  import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
14
- import { u as useSelectWithApply } from '../hook-ce6666bb.js';
14
+ import { u as useSelectWithApply } from '../hook-1c546c40.js';
15
15
  import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
16
16
  import 'classnames';
17
17
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -36,7 +36,7 @@ import '../../../input/modern';
36
36
  import '@alfalab/icons-glyph/MagnifierMIcon';
37
37
  import '../components/virtual-options-list/Component.js';
38
38
  import 'react-virtual';
39
- import '../hook-ce6666bb.js';
39
+ import '../hook-1c546c40.js';
40
40
  import 'deep-equal';
41
41
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
42
42
  import '../../../button/modern/desktop';
@@ -37,7 +37,7 @@ import '../../../input/modern';
37
37
  import '@alfalab/icons-glyph/MagnifierMIcon';
38
38
  import '../components/virtual-options-list/Component.js';
39
39
  import 'react-virtual';
40
- import '../hook-ce6666bb.js';
40
+ import '../hook-1c546c40.js';
41
41
  import 'deep-equal';
42
42
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
43
43
  import '../../../button/modern/desktop';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from './useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-ce6666bb.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-1c546c40.js';
4
4
  import 'react';
5
5
  import '../../../skeleton/modern';
6
6
  import '../components/option/Component.js';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'deep-equal';
3
3
  import '../../../../shared/modern';
4
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-ce6666bb.js';
4
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-1c546c40.js';
5
5
  import '../../utils.js';
6
6
  import '../../components/options-list/Component.js';
7
7
  import 'react-merge-refs';
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import '../../../components/options-list/Component.js';
3
- export { O as OptionsListWithApply } from '../../../hook-ce6666bb.js';
3
+ export { O as OptionsListWithApply } from '../../../hook-1c546c40.js';
4
4
  import './footer/Component.js';
5
5
  import './header/Component.js';
6
6
  import 'react-merge-refs';
@@ -1 +1 @@
1
- export * from "../../../hook-ce6666bb";
1
+ export * from "../../../hook-1c546c40";
@@ -1,4 +1,4 @@
1
- export { O as OptionsListWithApply } from '../../../hook-ce6666bb.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-1c546c40.js';
2
2
  import 'react';
3
3
  import 'deep-equal';
4
4
  import '../../../utils.js';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-ce6666bb.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-1c546c40.js';
4
4
  export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVisibleOptions } from '../utils.js';
5
5
  export { Option } from '../components/option/Component.js';
6
6
  export { BaseOption } from '../components/base-option/Component.js';
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var presets_useSelectWithLoading_hook = require('./useSelectWithLoading/hook.js');
4
4
  var presets_useLazyLoading_hook = require('./useLazyLoading/hook.js');
5
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-98585197.js');
5
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-777449d0.js');
6
6
 
7
7
 
8
8
 
@@ -4,7 +4,7 @@ require('tslib');
4
4
  require('react');
5
5
  require('deep-equal');
6
6
  require('../../utils.js');
7
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-98585197.js');
7
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-777449d0.js');
8
8
 
9
9
 
10
10
 
@@ -4,7 +4,7 @@ require('tslib');
4
4
  require('react');
5
5
  require('../../../components/options-list/Component.js');
6
6
  require('../../../consts.js');
7
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-98585197.js');
7
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-777449d0.js');
8
8
  require('./footer/Component.js');
9
9
  require('./header/Component.js');
10
10
 
@@ -1 +1 @@
1
- export * from "../../../hook-98585197";
1
+ export * from "../../../hook-777449d0";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-98585197.js');
3
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-777449d0.js');
4
4
 
5
5
 
6
6
 
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var presets_useSelectWithLoading_hook = require('../presets/useSelectWithLoading/hook.js');
4
4
  var presets_useLazyLoading_hook = require('../presets/useLazyLoading/hook.js');
5
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-98585197.js');
5
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-777449d0.js');
6
6
  var utils = require('../utils.js');
7
7
  var components_option_Component = require('../components/option/Component.js');
8
8
  var components_baseOption_Component = require('../components/base-option/Component.js');
@@ -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-89adb1fa.js');
7
+ var layout_module = require('../../layout.module-75ce8984.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -5,7 +5,7 @@ var cn = require('classnames');
5
5
  var coreComponentsShared = require('../../../shared');
6
6
  var Context = require('../../Context.js');
7
7
  var ResponsiveContext = require('../../ResponsiveContext.js');
8
- var layout_module = require('../../layout.module-89adb1fa.js');
8
+ var layout_module = require('../../layout.module-75ce8984.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
@@ -8,7 +8,7 @@ import { SidePanelDesktop } from './desktop/Component.desktop.js';
8
8
  import { SidePanelMobile } from './mobile/Component.mobile.js';
9
9
  import { ResponsiveContext } from './ResponsiveContext.js';
10
10
  import 'classnames';
11
- import './layout.module-f3177b22.js';
11
+ import './layout.module-857fee63.js';
12
12
  import '../../navigation-bar-private/esm';
13
13
  import './consts.js';
14
14
  import './Context.js';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/esm';
4
4
  import { ResponsiveContext } from '../../ResponsiveContext.js';
5
- import { l as layoutStyles } from '../../layout.module-f3177b22.js';
5
+ import { l as layoutStyles } from '../../layout.module-857fee63.js';
6
6
 
7
7
  var styles = {"component":"side-panel__component_18div"};
8
8
  require('./index.css');
@@ -3,4 +3,4 @@ import 'react';
3
3
  import 'classnames';
4
4
  import '../../../../shared/esm';
5
5
  import '../../ResponsiveContext.js';
6
- import '../../layout.module-f3177b22.js';
6
+ import '../../layout.module-857fee63.js';
@@ -7,7 +7,7 @@ import '../../../../shared/esm';
7
7
  import '../../Context.js';
8
8
  import '../../../../base-modal/esm';
9
9
  import '../../ResponsiveContext.js';
10
- import '../../layout.module-f3177b22.js';
10
+ import '../../layout.module-857fee63.js';
11
11
 
12
12
  var styles = {"sticky":"side-panel__sticky_i96qt","size-500":"side-panel__size-500_i96qt"};
13
13
  require('./desktop.css');
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
- import { l as layoutStyles } from '../../layout.module-f3177b22.js';
6
+ import { l as layoutStyles } from '../../layout.module-857fee63.js';
7
7
  import '../../../../base-modal/esm';
8
8
 
9
9
  var styles = {"footer":"side-panel__footer_fpzva","sticky":"side-panel__sticky_fpzva","highlighted":"side-panel__highlighted_fpzva"};
@@ -6,7 +6,7 @@ import '../../../../shared/esm';
6
6
  import '../../Context.js';
7
7
  import '../../../../base-modal/esm';
8
8
  import '../../ResponsiveContext.js';
9
- import '../../layout.module-f3177b22.js';
9
+ import '../../layout.module-857fee63.js';
10
10
 
11
11
  var styles = {"footer":"side-panel__footer_y49i1","sticky":"side-panel__sticky_y49i1"};
12
12
  require('./mobile.css');
@@ -13,7 +13,7 @@ import '../components/content/Component.js';
13
13
  import '../../../shared/esm';
14
14
  import '../Context.js';
15
15
  import '../../../base-modal/esm';
16
- import '../layout.module-f3177b22.js';
16
+ import '../layout.module-857fee63.js';
17
17
  import '../components/footer/Component.js';
18
18
  import '../../../navigation-bar-private/esm';
19
19
 
@@ -12,7 +12,7 @@ import '../Context.js';
12
12
  import '../../../base-modal/esm';
13
13
  import '../ResponsiveContext.js';
14
14
  import '../components/controls/Component.js';
15
- import '../layout.module-f3177b22.js';
15
+ import '../layout.module-857fee63.js';
16
16
  import '../components/footer/Component.desktop.js';
17
17
  import '../components/footer/Component.js';
18
18
  import '../components/header/Component.js';
@@ -6,7 +6,7 @@ import '../../shared/esm';
6
6
  import './components/controls/Component.js';
7
7
  import 'classnames';
8
8
  import './ResponsiveContext.js';
9
- import './layout.module-f3177b22.js';
9
+ import './layout.module-857fee63.js';
10
10
  import './components/header/Component.js';
11
11
  import '../../navigation-bar-private/esm';
12
12
  import './consts.js';
@@ -10,7 +10,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
10
10
  import '../components/content/Component.js';
11
11
  import '../../../shared/esm';
12
12
  import '../Context.js';
13
- import '../layout.module-f3177b22.js';
13
+ import '../layout.module-857fee63.js';
14
14
  import '../components/footer/Component.js';
15
15
  import '../../../navigation-bar-private/esm';
16
16
  import '../consts.js';
@@ -9,7 +9,7 @@ import '../../../shared/esm';
9
9
  import '../Context.js';
10
10
  import '../ResponsiveContext.js';
11
11
  import '../components/controls/Component.js';
12
- import '../layout.module-f3177b22.js';
12
+ import '../layout.module-857fee63.js';
13
13
  import '../components/footer/Component.mobile.js';
14
14
  import '../components/footer/Component.js';
15
15
  import '../components/header/Component.js';
@@ -7,7 +7,7 @@ import { SidePanelDesktop } from './desktop/Component.desktop.js';
7
7
  import { SidePanelMobile } from './mobile/Component.mobile.js';
8
8
  import { ResponsiveContext } from './ResponsiveContext.js';
9
9
  import 'classnames';
10
- import './layout.module-c526db33.js';
10
+ import './layout.module-3bd34d8b.js';
11
11
  import '../../navigation-bar-private/modern';
12
12
  import './consts.js';
13
13
  import './Context.js';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/modern';
4
4
  import { ResponsiveContext } from '../../ResponsiveContext.js';
5
- import { l as layoutStyles } from '../../layout.module-c526db33.js';
5
+ import { l as layoutStyles } from '../../layout.module-3bd34d8b.js';
6
6
 
7
7
  const styles = {"component":"side-panel__component_18div"};
8
8
  require('./index.css');
@@ -3,4 +3,4 @@ import 'react';
3
3
  import 'classnames';
4
4
  import '../../../../shared/modern';
5
5
  import '../../ResponsiveContext.js';
6
- import '../../layout.module-c526db33.js';
6
+ import '../../layout.module-3bd34d8b.js';
@@ -6,7 +6,7 @@ import '../../../../shared/modern';
6
6
  import '../../Context.js';
7
7
  import '../../../../base-modal/modern';
8
8
  import '../../ResponsiveContext.js';
9
- import '../../layout.module-c526db33.js';
9
+ import '../../layout.module-3bd34d8b.js';
10
10
 
11
11
  const styles = {"sticky":"side-panel__sticky_i96qt","size-500":"side-panel__size-500_i96qt"};
12
12
  require('./desktop.css');
@@ -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-c526db33.js';
6
+ import { l as layoutStyles } from '../../layout.module-3bd34d8b.js';
7
7
  import '../../../../base-modal/modern';
8
8
 
9
9
  const styles = {"footer":"side-panel__footer_fpzva","sticky":"side-panel__sticky_fpzva","highlighted":"side-panel__highlighted_fpzva"};
@@ -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-c526db33.js';
8
+ import '../../layout.module-3bd34d8b.js';
9
9
 
10
10
  const styles = {"footer":"side-panel__footer_y49i1","sticky":"side-panel__sticky_y49i1"};
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-c526db33.js';
15
+ import '../layout.module-3bd34d8b.js';
16
16
  import '../components/footer/Component.js';
17
17
  import '../../../navigation-bar-private/modern';
18
18