@alfalab/core-components 43.1.3-beta.0 → 43.2.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 (321) hide show
  1. package/bottom-sheet/component.js +2 -2
  2. package/bottom-sheet/cssm/component.js +2 -2
  3. package/bottom-sheet/cssm/index.module.css +3 -2
  4. package/bottom-sheet/cssm/types.d.ts +4 -0
  5. package/bottom-sheet/esm/component.js +2 -2
  6. package/bottom-sheet/esm/index.css +3 -2
  7. package/bottom-sheet/esm/types.d.ts +4 -0
  8. package/bottom-sheet/index.css +3 -2
  9. package/bottom-sheet/modern/component.js +2 -1
  10. package/bottom-sheet/modern/index.css +3 -2
  11. package/bottom-sheet/modern/types.d.ts +4 -0
  12. package/bottom-sheet/types.d.ts +4 -0
  13. package/confirmation/component.responsive.js +1 -1
  14. package/confirmation/components/base-confirmation/component.js +1 -1
  15. package/confirmation/components/base-confirmation/index.js +1 -1
  16. package/confirmation/components/index.js +1 -1
  17. package/confirmation/components/screens/index.js +1 -1
  18. package/confirmation/components/screens/initial/component.js +1 -1
  19. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  20. package/confirmation/components/screens/initial/index.js +1 -1
  21. package/confirmation/desktop/component.desktop.js +1 -1
  22. package/confirmation/desktop/index.js +1 -1
  23. package/confirmation/esm/component.responsive.js +1 -1
  24. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  25. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  26. package/confirmation/esm/components/index.js +1 -1
  27. package/confirmation/esm/components/screens/index.js +1 -1
  28. package/confirmation/esm/components/screens/initial/component.js +1 -1
  29. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  30. package/confirmation/esm/components/screens/initial/index.js +1 -1
  31. package/confirmation/esm/desktop/component.desktop.js +1 -1
  32. package/confirmation/esm/desktop/index.js +1 -1
  33. package/confirmation/esm/index.js +1 -1
  34. package/confirmation/esm/mobile/component.mobile.js +1 -1
  35. package/confirmation/esm/mobile/index.js +1 -1
  36. package/confirmation/esm/shared/index.js +1 -1
  37. package/confirmation/index.js +1 -1
  38. package/confirmation/mobile/component.mobile.js +1 -1
  39. package/confirmation/mobile/index.js +1 -1
  40. package/confirmation/modern/component.responsive.js +1 -1
  41. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  42. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  43. package/confirmation/modern/components/index.js +1 -1
  44. package/confirmation/modern/components/screens/index.js +1 -1
  45. package/confirmation/modern/components/screens/initial/component.js +1 -1
  46. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  47. package/confirmation/modern/components/screens/initial/index.js +1 -1
  48. package/confirmation/modern/desktop/component.desktop.js +1 -1
  49. package/confirmation/modern/desktop/index.js +1 -1
  50. package/confirmation/modern/index.js +1 -1
  51. package/confirmation/modern/mobile/component.mobile.js +1 -1
  52. package/confirmation/modern/mobile/index.js +1 -1
  53. package/confirmation/modern/shared/index.js +1 -1
  54. package/confirmation/shared/index.js +1 -1
  55. package/form-control/components/base-form-control/default.css +2 -2
  56. package/form-control/components/base-form-control/inverted.css +2 -2
  57. package/form-control/cssm/components/base-form-control/default.module.css +2 -2
  58. package/form-control/cssm/components/base-form-control/inverted.module.css +2 -2
  59. package/form-control/esm/components/base-form-control/default.css +2 -2
  60. package/form-control/esm/components/base-form-control/inverted.css +2 -2
  61. package/form-control/modern/components/base-form-control/default.css +2 -2
  62. package/form-control/modern/components/base-form-control/inverted.css +2 -2
  63. package/gallery/Component.js +2 -2
  64. package/gallery/components/header/Component.js +1 -1
  65. package/gallery/components/header/buttons.js +1 -1
  66. package/gallery/components/header/index.js +1 -1
  67. package/gallery/components/image-viewer/component.js +1 -1
  68. package/gallery/components/image-viewer/index.js +1 -1
  69. package/gallery/components/image-viewer/slide.js +1 -1
  70. package/gallery/components/index.js +2 -2
  71. package/gallery/esm/Component.js +2 -2
  72. package/gallery/esm/components/header/Component.js +1 -1
  73. package/gallery/esm/components/header/buttons.js +1 -1
  74. package/gallery/esm/components/header/index.js +1 -1
  75. package/gallery/esm/components/image-viewer/component.js +1 -1
  76. package/gallery/esm/components/image-viewer/index.js +1 -1
  77. package/gallery/esm/components/image-viewer/slide.js +1 -1
  78. package/gallery/esm/components/index.js +2 -2
  79. package/gallery/esm/index.js +2 -2
  80. package/gallery/index.js +2 -2
  81. package/gallery/modern/Component.js +2 -2
  82. package/gallery/modern/components/header/Component.js +1 -1
  83. package/gallery/modern/components/header/buttons.js +1 -1
  84. package/gallery/modern/components/header/index.js +1 -1
  85. package/gallery/modern/components/image-viewer/component.js +1 -1
  86. package/gallery/modern/components/image-viewer/index.js +1 -1
  87. package/gallery/modern/components/image-viewer/slide.js +1 -1
  88. package/gallery/modern/components/index.js +2 -2
  89. package/gallery/modern/index.js +2 -2
  90. package/international-phone-input/cssm/typings-e63ec8aa.d.ts +31 -24
  91. package/international-phone-input/esm/typings-e63ec8aa.d.ts +31 -24
  92. package/international-phone-input/modern/typings-e63ec8aa.d.ts +31 -24
  93. package/international-phone-input/typings-e63ec8aa.d.ts +31 -24
  94. package/navigation-bar/Component.js +2 -2
  95. package/navigation-bar/cssm/Component.js +2 -2
  96. package/navigation-bar/cssm/types.d.ts +5 -0
  97. package/navigation-bar/esm/Component.js +2 -2
  98. package/navigation-bar/esm/types.d.ts +5 -0
  99. package/navigation-bar/modern/Component.js +2 -2
  100. package/navigation-bar/modern/types.d.ts +5 -0
  101. package/navigation-bar/types.d.ts +5 -0
  102. package/package.json +1 -1
  103. package/picker-button/{esm/types-1c79e231.d.ts → cssm/types-667e33fd.d.ts} +5 -1
  104. package/picker-button/cssm/typings-e63ec8aa.d.ts +5 -1
  105. package/picker-button/{types-1c79e231.d.ts → esm/types-667e33fd.d.ts} +5 -1
  106. package/picker-button/esm/typings-e63ec8aa.d.ts +5 -1
  107. package/picker-button/modern/{types-1c79e231.d.ts → types-667e33fd.d.ts} +5 -1
  108. package/picker-button/modern/typings-e63ec8aa.d.ts +5 -1
  109. package/picker-button/{cssm/types-1c79e231.d.ts → types-667e33fd.d.ts} +5 -1
  110. package/picker-button/typings-e63ec8aa.d.ts +5 -1
  111. package/pure-cell/component.js +1 -1
  112. package/pure-cell/components/content/component.js +1 -1
  113. package/pure-cell/components/content/index.d.ts +1 -1
  114. package/pure-cell/components/content/index.js +1 -1
  115. package/pure-cell/components/main/component.js +1 -1
  116. package/pure-cell/components/main/index.d.ts +1 -1
  117. package/pure-cell/components/main/index.js +1 -1
  118. package/pure-cell/components/text/component.js +1 -1
  119. package/pure-cell/components/text/index.d.ts +1 -1
  120. package/pure-cell/components/text/index.js +1 -1
  121. package/pure-cell/esm/component.js +1 -1
  122. package/pure-cell/esm/components/content/component.js +1 -1
  123. package/pure-cell/esm/components/content/index.d.ts +1 -1
  124. package/pure-cell/esm/components/content/index.js +1 -1
  125. package/pure-cell/esm/components/main/component.js +1 -1
  126. package/pure-cell/esm/components/main/index.d.ts +1 -1
  127. package/pure-cell/esm/components/main/index.js +1 -1
  128. package/pure-cell/esm/components/text/component.js +1 -1
  129. package/pure-cell/esm/components/text/index.d.ts +1 -1
  130. package/pure-cell/esm/components/text/index.js +1 -1
  131. package/pure-cell/esm/index.js +1 -1
  132. package/pure-cell/index.js +1 -1
  133. package/pure-cell/modern/component.js +1 -1
  134. package/pure-cell/modern/components/content/component.js +1 -1
  135. package/pure-cell/modern/components/content/index.d.ts +1 -1
  136. package/pure-cell/modern/components/content/index.js +1 -1
  137. package/pure-cell/modern/components/main/component.js +1 -1
  138. package/pure-cell/modern/components/main/index.d.ts +1 -1
  139. package/pure-cell/modern/components/main/index.js +1 -1
  140. package/pure-cell/modern/components/text/component.js +1 -1
  141. package/pure-cell/modern/components/text/index.d.ts +1 -1
  142. package/pure-cell/modern/components/text/index.js +1 -1
  143. package/pure-cell/modern/index.js +1 -1
  144. package/select/Component.responsive.js +1 -1
  145. package/select/esm/Component.responsive.js +1 -1
  146. package/select/esm/index.js +1 -1
  147. package/select/esm/mobile/Component.mobile.js +1 -1
  148. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  149. package/select/esm/mobile/index.js +1 -1
  150. package/select/esm/presets/index.js +1 -1
  151. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  152. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  153. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  154. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  155. package/select/esm/shared/index.js +1 -1
  156. package/select/index.js +1 -1
  157. package/select/mobile/Component.mobile.js +1 -1
  158. package/select/mobile/Component.modal.mobile.js +1 -1
  159. package/select/mobile/index.js +1 -1
  160. package/select/modern/Component.responsive.js +1 -1
  161. package/select/modern/index.js +1 -1
  162. package/select/modern/mobile/Component.mobile.js +1 -1
  163. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  164. package/select/modern/mobile/index.js +1 -1
  165. package/select/modern/presets/index.js +1 -1
  166. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  167. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  168. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  169. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  170. package/select/modern/shared/index.js +1 -1
  171. package/select/presets/index.js +1 -1
  172. package/select/presets/useSelectWithApply/hook.js +1 -1
  173. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  174. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  175. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  176. package/select/shared/index.js +1 -1
  177. package/select-with-tags/component.d.ts +1 -1
  178. package/tabs/collapsible/index.js +1 -1
  179. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  180. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  181. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  182. package/tabs/components/primary-tablist/Component.responsive.js +1 -1
  183. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  184. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  185. package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
  186. package/tabs/components/tabs/Component.collapsible.js +1 -1
  187. package/tabs/components/tabs/Component.desktop.js +2 -2
  188. package/tabs/components/tabs/Component.mobile.js +2 -2
  189. package/tabs/components/tabs/Component.responsive.js +2 -2
  190. package/tabs/desktop/index.js +2 -2
  191. package/tabs/esm/collapsible/index.js +1 -1
  192. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  193. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  194. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  195. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  196. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  197. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  198. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  199. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  200. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  201. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  202. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  203. package/tabs/esm/desktop/index.js +2 -2
  204. package/tabs/esm/index.js +2 -2
  205. package/tabs/esm/mobile/index.js +2 -2
  206. package/tabs/index.js +2 -2
  207. package/tabs/mobile/index.js +2 -2
  208. package/tabs/modern/collapsible/index.js +1 -1
  209. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  210. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  211. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  212. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  213. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  214. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  215. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  216. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  217. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  218. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  219. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  220. package/tabs/modern/desktop/index.js +2 -2
  221. package/tabs/modern/index.js +2 -2
  222. package/tabs/modern/mobile/index.js +2 -2
  223. package/textarea/Component.js +1 -1
  224. package/textarea/components/PseudoTextArea.js +1 -1
  225. package/textarea/components/index.d.ts +1 -1
  226. package/textarea/components/index.js +1 -1
  227. package/textarea/esm/Component.js +1 -1
  228. package/textarea/esm/components/PseudoTextArea.js +1 -1
  229. package/textarea/esm/components/index.d.ts +1 -1
  230. package/textarea/esm/components/index.js +1 -1
  231. package/textarea/esm/index.js +1 -1
  232. package/textarea/index.js +1 -1
  233. package/textarea/modern/Component.js +1 -1
  234. package/textarea/modern/components/PseudoTextArea.js +1 -1
  235. package/textarea/modern/components/index.d.ts +1 -1
  236. package/textarea/modern/components/index.js +1 -1
  237. package/textarea/modern/index.js +1 -1
  238. package/themes/compiled/mobile-dark-bluetint.css +21 -21
  239. package/themes/dist/compiled/mobile-dark-bluetint.css +121 -121
  240. package/typography/component.js +2 -2
  241. package/typography/esm/component.js +2 -2
  242. package/typography/esm/index.js +2 -2
  243. package/typography/esm/text/component.js +1 -1
  244. package/typography/esm/text/index.js +1 -1
  245. package/typography/esm/title/component.js +1 -1
  246. package/typography/esm/title/index.js +2 -2
  247. package/typography/esm/title-mobile/component.js +2 -2
  248. package/typography/esm/title-mobile/index.js +2 -2
  249. package/typography/esm/title-responsive/component.js +2 -2
  250. package/typography/esm/title-responsive/index.js +2 -2
  251. package/typography/index.js +2 -2
  252. package/typography/modern/component.js +2 -2
  253. package/typography/modern/index.js +2 -2
  254. package/typography/modern/text/component.js +1 -1
  255. package/typography/modern/text/index.js +1 -1
  256. package/typography/modern/title/component.js +1 -1
  257. package/typography/modern/title/index.js +2 -2
  258. package/typography/modern/title-mobile/component.js +2 -2
  259. package/typography/modern/title-mobile/index.js +2 -2
  260. package/typography/modern/title-responsive/component.js +2 -2
  261. package/typography/modern/title-responsive/index.js +2 -2
  262. package/typography/text/component.js +1 -1
  263. package/typography/text/index.js +1 -1
  264. package/typography/title/component.js +1 -1
  265. package/typography/title/index.js +2 -2
  266. package/typography/title-mobile/component.js +2 -2
  267. package/typography/title-mobile/index.js +2 -2
  268. package/typography/title-responsive/component.js +2 -2
  269. package/typography/title-responsive/index.js +2 -2
  270. package/universal-date-input/cssm/index-5712fce2.d.ts +27 -24
  271. package/universal-date-input/esm/index-5712fce2.d.ts +27 -24
  272. package/universal-date-input/index-5712fce2.d.ts +27 -24
  273. package/universal-date-input/modern/index-5712fce2.d.ts +27 -24
  274. /package/confirmation/{countdown-section-840dd98a.d.ts → countdown-section-c3df4486.d.ts} +0 -0
  275. /package/confirmation/{countdown-section-840dd98a.js → countdown-section-c3df4486.js} +0 -0
  276. /package/confirmation/esm/{countdown-section-0db0e4ed.d.ts → countdown-section-7359cc39.d.ts} +0 -0
  277. /package/confirmation/esm/{countdown-section-0db0e4ed.js → countdown-section-7359cc39.js} +0 -0
  278. /package/confirmation/modern/{countdown-section-9c20403c.d.ts → countdown-section-afd7b569.d.ts} +0 -0
  279. /package/confirmation/modern/{countdown-section-9c20403c.js → countdown-section-afd7b569.js} +0 -0
  280. /package/gallery/{buttons-4f5e6d04.d.ts → buttons-916b2ace.d.ts} +0 -0
  281. /package/gallery/{buttons-4f5e6d04.js → buttons-916b2ace.js} +0 -0
  282. /package/gallery/esm/{buttons-b69133ee.d.ts → buttons-9fe1d28e.d.ts} +0 -0
  283. /package/gallery/esm/{buttons-b69133ee.js → buttons-9fe1d28e.js} +0 -0
  284. /package/gallery/esm/{slide-d3262e3b.d.ts → slide-cfd8bfe0.d.ts} +0 -0
  285. /package/gallery/esm/{slide-d3262e3b.js → slide-cfd8bfe0.js} +0 -0
  286. /package/gallery/modern/{buttons-86d05dcd.d.ts → buttons-95ecfff9.d.ts} +0 -0
  287. /package/gallery/modern/{buttons-86d05dcd.js → buttons-95ecfff9.js} +0 -0
  288. /package/gallery/modern/{slide-aa765790.d.ts → slide-026ef04b.d.ts} +0 -0
  289. /package/gallery/modern/{slide-aa765790.js → slide-026ef04b.js} +0 -0
  290. /package/gallery/{slide-c5cb565d.d.ts → slide-36063e76.d.ts} +0 -0
  291. /package/gallery/{slide-c5cb565d.js → slide-36063e76.js} +0 -0
  292. /package/pure-cell/{component-e1553bc3.d.ts → component-a5dfdddd.d.ts} +0 -0
  293. /package/pure-cell/{component-e1553bc3.js → component-a5dfdddd.js} +0 -0
  294. /package/pure-cell/esm/{component-17015bb0.d.ts → component-a5b5f2d1.d.ts} +0 -0
  295. /package/pure-cell/esm/{component-17015bb0.js → component-a5b5f2d1.js} +0 -0
  296. /package/pure-cell/modern/{component-d9b0a296.d.ts → component-591761ce.d.ts} +0 -0
  297. /package/pure-cell/modern/{component-d9b0a296.js → component-591761ce.js} +0 -0
  298. /package/select/esm/{hook-b7e947a3.d.ts → hook-a287da6c.d.ts} +0 -0
  299. /package/select/esm/{hook-b7e947a3.js → hook-a287da6c.js} +0 -0
  300. /package/select/{hook-c20445cd.d.ts → hook-d8cd1702.d.ts} +0 -0
  301. /package/select/{hook-c20445cd.js → hook-d8cd1702.js} +0 -0
  302. /package/select/modern/{hook-3b1b5c82.d.ts → hook-14cdb84d.d.ts} +0 -0
  303. /package/select/modern/{hook-3b1b5c82.js → hook-14cdb84d.js} +0 -0
  304. /package/tabs/esm/{index.module-b52b9e17.js → index.module-4151daf2.js} +0 -0
  305. /package/tabs/esm/{index.module-be3bfbff.js → index.module-525943f3.js} +0 -0
  306. /package/tabs/{index.module-711e02ae.js → index.module-0382cb1b.js} +0 -0
  307. /package/tabs/{index.module-05b34f7e.js → index.module-6325dd03.js} +0 -0
  308. /package/tabs/modern/{index.module-1bf1a955.js → index.module-86f8baa2.js} +0 -0
  309. /package/tabs/modern/{index.module-810908b2.js → index.module-efbe6ab6.js} +0 -0
  310. /package/textarea/{PseudoTextArea-e28d5626.d.ts → PseudoTextArea-6e620af2.d.ts} +0 -0
  311. /package/textarea/{PseudoTextArea-e28d5626.js → PseudoTextArea-6e620af2.js} +0 -0
  312. /package/textarea/esm/{PseudoTextArea-377a9459.d.ts → PseudoTextArea-a3994a4b.d.ts} +0 -0
  313. /package/textarea/esm/{PseudoTextArea-377a9459.js → PseudoTextArea-a3994a4b.js} +0 -0
  314. /package/textarea/modern/{PseudoTextArea-5d699ede.d.ts → PseudoTextArea-7787d54a.d.ts} +0 -0
  315. /package/textarea/modern/{PseudoTextArea-5d699ede.js → PseudoTextArea-7787d54a.js} +0 -0
  316. /package/typography/{colors.module-88798512.js → colors.module-49eb285f.js} +0 -0
  317. /package/typography/{common.module-60c4edff.js → common.module-7275f428.js} +0 -0
  318. /package/typography/esm/{colors.module-5d0e5d81.js → colors.module-0752fba9.js} +0 -0
  319. /package/typography/esm/{common.module-980459cf.js → common.module-a41f9d6b.js} +0 -0
  320. /package/typography/modern/{colors.module-76bf7d31.js → colors.module-bae7f7cd.js} +0 -0
  321. /package/typography/modern/{common.module-a42461d1.js → common.module-b8a90806.js} +0 -0
@@ -5,7 +5,7 @@ import { HTMLAttributes, ReactElement, ReactNode, RefObject, FC, KeyboardEvent,
5
5
  import { HandledEvents } from "react-swipeable/es/types";
6
6
  import { TransitionProps } from "react-transition-group/Transition";
7
7
  import { CSSTransitionClassNames } from "react-transition-group/CSSTransition";
8
- import { NavigationBarProps } from "./types-1c79e231";
8
+ import { NavigationBarProps } from "./types-667e33fd";
9
9
  import { BackgroundColorType } from "./index-72dda473";
10
10
  import { BaseInputProps } from "./index-ebda875c";
11
11
  import { SwipeableHandlers } from "react-swipeable";
@@ -340,6 +340,10 @@ type BottomSheetProps = {
340
340
  * Наличие компонента стрелки назад
341
341
  */
342
342
  hasBacker?: boolean;
343
+ /**
344
+ * Дополнительные пропсы для кнопки "Назад"
345
+ */
346
+ backButtonProps?: NavigationBarProps["backButtonProps"];
343
347
  /**
344
348
  * Выравнивание заголовка
345
349
  */
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import React from 'react';
3
3
  import { ReactNode } from "react";
4
- import { CloserProps } from "./index-ebda875c";
4
+ import { BackArrowAddonProps, CloserProps } from "./index-ebda875c";
5
5
  type NavigationBarProps = {
6
6
  /**
7
7
  * Контент шапки
@@ -51,6 +51,10 @@ type NavigationBarProps = {
51
51
  * Дополнительный класс для правого аддона
52
52
  */
53
53
  backButtonClassName?: string;
54
+ /**
55
+ * Дополнительные пропсы для кнопки "Назад"
56
+ */
57
+ backButtonProps?: Omit<BackArrowAddonProps, 'view' | 'textOpacity' | 'onClick'>;
54
58
  /**
55
59
  * Дополнительный класс
56
60
  */
@@ -5,7 +5,7 @@ import { HTMLAttributes, ReactElement, ReactNode, RefObject, FC, KeyboardEvent,
5
5
  import { HandledEvents } from "react-swipeable/es/types";
6
6
  import { TransitionProps } from "react-transition-group/Transition";
7
7
  import { CSSTransitionClassNames } from "react-transition-group/CSSTransition";
8
- import { NavigationBarProps } from "./types-1c79e231";
8
+ import { NavigationBarProps } from "./types-667e33fd";
9
9
  import { BackgroundColorType } from "./index-72dda473";
10
10
  import { BaseInputProps } from "./index-ebda875c";
11
11
  import { SwipeableHandlers } from "react-swipeable";
@@ -340,6 +340,10 @@ type BottomSheetProps = {
340
340
  * Наличие компонента стрелки назад
341
341
  */
342
342
  hasBacker?: boolean;
343
+ /**
344
+ * Дополнительные пропсы для кнопки "Назад"
345
+ */
346
+ backButtonProps?: NavigationBarProps["backButtonProps"];
343
347
  /**
344
348
  * Выравнивание заголовка
345
349
  */
@@ -10,7 +10,7 @@ require('./components/addon/component.js');
10
10
  require('./components/amount/component.js');
11
11
  require('./components/amount-title/component.js');
12
12
  require('./components/category/component.js');
13
- var components_content_component = require('./component-e1553bc3.js');
13
+ var components_content_component = require('./component-a5dfdddd.js');
14
14
  require('./components/footer/component.js');
15
15
  require('./components/footer-button/component.js');
16
16
  require('./components/footer-text/component.js');
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  require('react');
4
4
  require('classnames');
5
5
  require('../../../shared');
6
- var components_content_component = require('../../component-e1553bc3.js');
6
+ var components_content_component = require('../../component-a5dfdddd.js');
7
7
  require('tslib');
8
8
  require('react-merge-refs');
9
9
  require('../../../comment');
@@ -1 +1 @@
1
- export * from "../../component-e1553bc3";
1
+ export * from "../../component-a5dfdddd";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var components_content_component = require('../../component-e1553bc3.js');
3
+ var components_content_component = require('../../component-a5dfdddd.js');
4
4
  require('tslib');
5
5
  require('react');
6
6
  require('react-merge-refs');
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  require('react');
4
4
  require('classnames');
5
5
  require('../../../shared');
6
- var components_content_component = require('../../component-e1553bc3.js');
6
+ var components_content_component = require('../../component-a5dfdddd.js');
7
7
  require('tslib');
8
8
  require('react-merge-refs');
9
9
  require('../../../comment');
@@ -1 +1 @@
1
- export * from "../../component-e1553bc3";
1
+ export * from "../../component-a5dfdddd";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var components_content_component = require('../../component-e1553bc3.js');
3
+ var components_content_component = require('../../component-a5dfdddd.js');
4
4
  require('tslib');
5
5
  require('react');
6
6
  require('react-merge-refs');
@@ -4,7 +4,7 @@ require('react');
4
4
  require('classnames');
5
5
  require('../../../shared');
6
6
  require('../../../typography');
7
- var components_content_component = require('../../component-e1553bc3.js');
7
+ var components_content_component = require('../../component-a5dfdddd.js');
8
8
  require('tslib');
9
9
  require('react-merge-refs');
10
10
  require('../../../comment');
@@ -1 +1 @@
1
- export * from "../../component-e1553bc3";
1
+ export * from "../../component-a5dfdddd";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var components_content_component = require('../../component-e1553bc3.js');
3
+ var components_content_component = require('../../component-a5dfdddd.js');
4
4
  require('tslib');
5
5
  require('react');
6
6
  require('react-merge-refs');
@@ -8,7 +8,7 @@ import './components/addon/component.js';
8
8
  import './components/amount/component.js';
9
9
  import './components/amount-title/component.js';
10
10
  import './components/category/component.js';
11
- export { P as PureCell, a as PureCellContext } from './component-17015bb0.js';
11
+ export { P as PureCell, a as PureCellContext } from './component-a5b5f2d1.js';
12
12
  import './components/footer/component.js';
13
13
  import './components/footer-button/component.js';
14
14
  import '../../shared/esm';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../shared/esm';
4
- export { C as Content } from '../../component-17015bb0.js';
4
+ export { C as Content } from '../../component-a5b5f2d1.js';
5
5
  import 'tslib';
6
6
  import 'react-merge-refs';
7
7
  import '../../../../comment/esm';
@@ -1 +1 @@
1
- export * from "../../component-17015bb0";
1
+ export * from "../../component-a5b5f2d1";
@@ -1,4 +1,4 @@
1
- export { C as Content } from '../../component-17015bb0.js';
1
+ export { C as Content } from '../../component-a5b5f2d1.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../shared/esm';
4
- export { M as Main } from '../../component-17015bb0.js';
4
+ export { M as Main } from '../../component-a5b5f2d1.js';
5
5
  import 'tslib';
6
6
  import 'react-merge-refs';
7
7
  import '../../../../comment/esm';
@@ -1 +1 @@
1
- export * from "../../component-17015bb0";
1
+ export * from "../../component-a5b5f2d1";
@@ -1,4 +1,4 @@
1
- export { M as Main } from '../../component-17015bb0.js';
1
+ export { M as Main } from '../../component-a5b5f2d1.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
@@ -2,7 +2,7 @@ import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../shared/esm';
4
4
  import '../../../../typography/esm';
5
- export { T as Text } from '../../component-17015bb0.js';
5
+ export { T as Text } from '../../component-a5b5f2d1.js';
6
6
  import 'tslib';
7
7
  import 'react-merge-refs';
8
8
  import '../../../../comment/esm';
@@ -1 +1 @@
1
- export * from "../../component-17015bb0";
1
+ export * from "../../component-a5b5f2d1";
@@ -1,4 +1,4 @@
1
- export { T as Text } from '../../component-17015bb0.js';
1
+ export { T as Text } from '../../component-a5b5f2d1.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
@@ -1,4 +1,4 @@
1
- export { P as PureCell } from './component-17015bb0.js';
1
+ export { P as PureCell } from './component-a5b5f2d1.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var components_content_component = require('./component-e1553bc3.js');
3
+ var components_content_component = require('./component-a5dfdddd.js');
4
4
  require('tslib');
5
5
  require('react');
6
6
  require('react-merge-refs');
@@ -7,7 +7,7 @@ import './components/addon/component.js';
7
7
  import './components/amount/component.js';
8
8
  import './components/amount-title/component.js';
9
9
  import './components/category/component.js';
10
- export { P as PureCell, a as PureCellContext } from './component-d9b0a296.js';
10
+ export { P as PureCell, a as PureCellContext } from './component-591761ce.js';
11
11
  import './components/footer/component.js';
12
12
  import './components/footer-button/component.js';
13
13
  import '../../shared/modern';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../shared/modern';
4
- export { C as Content } from '../../component-d9b0a296.js';
4
+ export { C as Content } from '../../component-591761ce.js';
5
5
  import 'react-merge-refs';
6
6
  import '../../../../comment/modern';
7
7
  import '@alfalab/hooks';
@@ -1 +1 @@
1
- export * from "../../component-d9b0a296";
1
+ export * from "../../component-591761ce";
@@ -1,4 +1,4 @@
1
- export { C as Content } from '../../component-d9b0a296.js';
1
+ export { C as Content } from '../../component-591761ce.js';
2
2
  import 'react';
3
3
  import 'react-merge-refs';
4
4
  import 'classnames';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../shared/modern';
4
- export { M as Main } from '../../component-d9b0a296.js';
4
+ export { M as Main } from '../../component-591761ce.js';
5
5
  import 'react-merge-refs';
6
6
  import '../../../../comment/modern';
7
7
  import '@alfalab/hooks';
@@ -1 +1 @@
1
- export * from "../../component-d9b0a296";
1
+ export * from "../../component-591761ce";
@@ -1,4 +1,4 @@
1
- export { M as Main } from '../../component-d9b0a296.js';
1
+ export { M as Main } from '../../component-591761ce.js';
2
2
  import 'react';
3
3
  import 'react-merge-refs';
4
4
  import 'classnames';
@@ -2,7 +2,7 @@ import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../shared/modern';
4
4
  import '../../../../typography/modern';
5
- export { T as Text } from '../../component-d9b0a296.js';
5
+ export { T as Text } from '../../component-591761ce.js';
6
6
  import 'react-merge-refs';
7
7
  import '../../../../comment/modern';
8
8
  import '@alfalab/hooks';
@@ -1 +1 @@
1
- export * from "../../component-d9b0a296";
1
+ export * from "../../component-591761ce";
@@ -1,4 +1,4 @@
1
- export { T as Text } from '../../component-d9b0a296.js';
1
+ export { T as Text } from '../../component-591761ce.js';
2
2
  import 'react';
3
3
  import 'react-merge-refs';
4
4
  import 'classnames';
@@ -1,4 +1,4 @@
1
- export { P as PureCell } from './component-d9b0a296.js';
1
+ export { P as PureCell } from './component-591761ce.js';
2
2
  import 'react';
3
3
  import 'react-merge-refs';
4
4
  import 'classnames';
@@ -43,7 +43,7 @@ require('../base-modal');
43
43
  require('../button/mobile');
44
44
  require('./components/virtual-options-list/Component.js');
45
45
  require('react-virtual');
46
- require('./hook-c20445cd.js');
46
+ require('./hook-d8cd1702.js');
47
47
  require('./presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
48
48
  require('../button/desktop');
49
49
  require('./presets/useSelectWithApply/options-list-with-apply/header/Component.js');
@@ -39,7 +39,7 @@ import '../../base-modal/esm';
39
39
  import '../../button/esm/mobile';
40
40
  import './components/virtual-options-list/Component.js';
41
41
  import 'react-virtual';
42
- import './hook-b7e947a3.js';
42
+ import './hook-a287da6c.js';
43
43
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
44
44
  import '../../button/esm/desktop';
45
45
  import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -39,7 +39,7 @@ import '../../base-modal/esm';
39
39
  import '../../button/esm/mobile';
40
40
  import './components/virtual-options-list/Component.js';
41
41
  import 'react-virtual';
42
- import './hook-b7e947a3.js';
42
+ import './hook-a287da6c.js';
43
43
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
44
44
  import '../../button/esm/desktop';
45
45
  import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -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-b7e947a3.js';
15
+ import { u as useSelectWithApply } from '../hook-a287da6c.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';
@@ -35,7 +35,7 @@ import '../../../input/esm';
35
35
  import '@alfalab/icons-glyph/MagnifierMIcon';
36
36
  import '../components/virtual-options-list/Component.js';
37
37
  import 'react-virtual';
38
- import '../hook-b7e947a3.js';
38
+ import '../hook-a287da6c.js';
39
39
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
40
40
  import '../../../button/esm/desktop';
41
41
  import '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -36,7 +36,7 @@ import '../../../input/esm';
36
36
  import '@alfalab/icons-glyph/MagnifierMIcon';
37
37
  import '../components/virtual-options-list/Component.js';
38
38
  import 'react-virtual';
39
- import '../hook-b7e947a3.js';
39
+ import '../hook-a287da6c.js';
40
40
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
41
41
  import '../../../button/esm/desktop';
42
42
  import '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -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-b7e947a3.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-a287da6c.js';
4
4
  import 'tslib';
5
5
  import 'react';
6
6
  import '../../../skeleton/esm';
@@ -1,6 +1,6 @@
1
1
  import 'tslib';
2
2
  import 'react';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-b7e947a3.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-a287da6c.js';
4
4
  import '../../components/options-list/Component.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
@@ -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-b7e947a3.js';
4
+ export { O as OptionsListWithApply } from '../../../hook-a287da6c.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-b7e947a3";
1
+ export * from "../../../hook-a287da6c";
@@ -1,4 +1,4 @@
1
- export { O as OptionsListWithApply } from '../../../hook-b7e947a3.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-a287da6c.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import '../../../components/options-list/Component.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-b7e947a3.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-a287da6c.js';
4
4
  export { defaultAccessor, defaultFilterFn, 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';
package/select/index.js CHANGED
@@ -43,7 +43,7 @@ require('../base-modal');
43
43
  require('../button/mobile');
44
44
  require('./components/virtual-options-list/Component.js');
45
45
  require('react-virtual');
46
- require('./hook-c20445cd.js');
46
+ require('./hook-d8cd1702.js');
47
47
  require('./presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
48
48
  require('../button/desktop');
49
49
  require('./presets/useSelectWithApply/options-list-with-apply/header/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-c20445cd.js');
17
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-d8cd1702.js');
18
18
  var presets_useSelectWithApply_optionsListWithApply_header_Component = require('../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
19
19
  require('classnames');
20
20
  require('@alfalab/icons-glyph/ChevronDownMIcon');
@@ -39,7 +39,7 @@ require('../../input');
39
39
  require('@alfalab/icons-glyph/MagnifierMIcon');
40
40
  require('../components/virtual-options-list/Component.js');
41
41
  require('react-virtual');
42
- require('../hook-c20445cd.js');
42
+ require('../hook-d8cd1702.js');
43
43
  require('../presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
44
44
  require('../../button/desktop');
45
45
  require('../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
@@ -40,7 +40,7 @@ require('../../input');
40
40
  require('@alfalab/icons-glyph/MagnifierMIcon');
41
41
  require('../components/virtual-options-list/Component.js');
42
42
  require('react-virtual');
43
- require('../hook-c20445cd.js');
43
+ require('../hook-d8cd1702.js');
44
44
  require('../presets/useSelectWithApply/options-list-with-apply/footer/Component.js');
45
45
  require('../../button/desktop');
46
46
  require('../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
@@ -38,7 +38,7 @@ import '../../base-modal/modern';
38
38
  import '../../button/modern/mobile';
39
39
  import './components/virtual-options-list/Component.js';
40
40
  import 'react-virtual';
41
- import './hook-3b1b5c82.js';
41
+ import './hook-14cdb84d.js';
42
42
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
43
43
  import '../../button/modern/desktop';
44
44
  import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -38,7 +38,7 @@ import '../../base-modal/modern';
38
38
  import '../../button/modern/mobile';
39
39
  import './components/virtual-options-list/Component.js';
40
40
  import 'react-virtual';
41
- import './hook-3b1b5c82.js';
41
+ import './hook-14cdb84d.js';
42
42
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
43
43
  import '../../button/modern/desktop';
44
44
  import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -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-3b1b5c82.js';
14
+ import { u as useSelectWithApply } from '../hook-14cdb84d.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';
@@ -34,7 +34,7 @@ import '../../../input/modern';
34
34
  import '@alfalab/icons-glyph/MagnifierMIcon';
35
35
  import '../components/virtual-options-list/Component.js';
36
36
  import 'react-virtual';
37
- import '../hook-3b1b5c82.js';
37
+ import '../hook-14cdb84d.js';
38
38
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
39
39
  import '../../../button/modern/desktop';
40
40
  import '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -35,7 +35,7 @@ import '../../../input/modern';
35
35
  import '@alfalab/icons-glyph/MagnifierMIcon';
36
36
  import '../components/virtual-options-list/Component.js';
37
37
  import 'react-virtual';
38
- import '../hook-3b1b5c82.js';
38
+ import '../hook-14cdb84d.js';
39
39
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
40
40
  import '../../../button/modern/desktop';
41
41
  import '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -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-3b1b5c82.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-14cdb84d.js';
4
4
  import 'react';
5
5
  import '../../../skeleton/modern';
6
6
  import '../components/option/Component.js';
@@ -1,5 +1,5 @@
1
1
  import 'react';
2
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-3b1b5c82.js';
2
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-14cdb84d.js';
3
3
  import '../../components/options-list/Component.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import '../../../components/options-list/Component.js';
3
- export { O as OptionsListWithApply } from '../../../hook-3b1b5c82.js';
3
+ export { O as OptionsListWithApply } from '../../../hook-14cdb84d.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-3b1b5c82";
1
+ export * from "../../../hook-14cdb84d";
@@ -1,4 +1,4 @@
1
- export { O as OptionsListWithApply } from '../../../hook-3b1b5c82.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-14cdb84d.js';
2
2
  import 'react';
3
3
  import '../../../components/options-list/Component.js';
4
4
  import 'react-merge-refs';
@@ -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-3b1b5c82.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-14cdb84d.js';
4
4
  export { defaultAccessor, defaultFilterFn, 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-c20445cd.js');
5
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-d8cd1702.js');
6
6
  require('tslib');
7
7
  require('react');
8
8
  require('../../skeleton');
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  require('tslib');
4
4
  require('react');
5
5
  require('../../utils.js');
6
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-c20445cd.js');
6
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-d8cd1702.js');
7
7
  require('../../components/options-list/Component.js');
8
8
  require('react-merge-refs');
9
9
  require('classnames');
@@ -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-c20445cd.js');
7
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-d8cd1702.js');
8
8
  require('./footer/Component.js');
9
9
  require('./header/Component.js');
10
10
  require('react-merge-refs');