@alfalab/core-components 48.25.0 → 48.26.0-beta.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 (562) hide show
  1. package/bottom-sheet/component.js +4 -4
  2. package/bottom-sheet/cssm/component.js +4 -4
  3. package/bottom-sheet/cssm/hooks/index.d.ts +1 -1
  4. package/bottom-sheet/cssm/hooks/index.js +0 -1
  5. package/bottom-sheet/cssm/hooks/use-visualviewport-size.d.ts +2 -6
  6. package/bottom-sheet/cssm/hooks/use-visualviewport-size.js +24 -50
  7. package/bottom-sheet/esm/component.js +5 -6
  8. package/bottom-sheet/esm/hooks/index.d.ts +1 -1
  9. package/bottom-sheet/esm/hooks/index.js +2 -3
  10. package/bottom-sheet/esm/hooks/use-visualviewport-size.d.ts +2 -6
  11. package/bottom-sheet/esm/hooks/use-visualviewport-size.js +26 -51
  12. package/bottom-sheet/esm/index.js +0 -1
  13. package/bottom-sheet/hooks/index.d.ts +1 -1
  14. package/bottom-sheet/hooks/index.js +0 -1
  15. package/bottom-sheet/hooks/use-visualviewport-size.d.ts +2 -6
  16. package/bottom-sheet/hooks/use-visualviewport-size.js +24 -50
  17. package/bottom-sheet/modern/component.js +5 -6
  18. package/bottom-sheet/modern/hooks/index.d.ts +1 -1
  19. package/bottom-sheet/modern/hooks/index.js +2 -2
  20. package/bottom-sheet/modern/hooks/use-visualviewport-size.d.ts +2 -6
  21. package/bottom-sheet/modern/hooks/use-visualviewport-size.js +22 -50
  22. package/bottom-sheet/modern/index.js +0 -1
  23. package/bottom-sheet/moderncssm/component.js +5 -6
  24. package/bottom-sheet/moderncssm/hooks/index.d.ts +1 -1
  25. package/bottom-sheet/moderncssm/hooks/index.js +2 -2
  26. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.d.ts +2 -6
  27. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.js +22 -50
  28. package/bottom-sheet/moderncssm/index.js +0 -1
  29. package/calendar/components/calendar-mobile/Component.js +1 -1
  30. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  31. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  32. package/calendar/components/calendar-mobile/index.js +1 -1
  33. package/calendar/esm/Component.responsive.js +1 -1
  34. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  35. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  36. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  37. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  38. package/calendar/esm/index.js +1 -1
  39. package/calendar/esm/mobile/index.js +1 -1
  40. package/calendar/mobile/index.js +1 -1
  41. package/calendar/modern/Component.responsive.js +1 -1
  42. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  43. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  44. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  45. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  46. package/calendar/modern/index.js +1 -1
  47. package/calendar/modern/mobile/index.js +1 -1
  48. package/confirmation/components/screens/initial/component.js +1 -1
  49. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  50. package/confirmation/esm/component.responsive.js +1 -1
  51. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  52. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  53. package/confirmation/esm/components/index.js +1 -1
  54. package/confirmation/esm/components/screens/index.js +1 -1
  55. package/confirmation/esm/components/screens/initial/component.js +1 -1
  56. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  57. package/confirmation/esm/components/screens/initial/index.js +1 -1
  58. package/confirmation/esm/desktop/component.desktop.js +1 -1
  59. package/confirmation/esm/desktop/index.js +1 -1
  60. package/confirmation/esm/index.js +1 -1
  61. package/confirmation/esm/mobile/component.mobile.js +1 -1
  62. package/confirmation/esm/mobile/index.js +1 -1
  63. package/confirmation/esm/shared/index.js +1 -1
  64. package/confirmation/modern/component.responsive.js +1 -1
  65. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  66. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  67. package/confirmation/modern/components/index.js +1 -1
  68. package/confirmation/modern/components/screens/index.js +1 -1
  69. package/confirmation/modern/components/screens/initial/component.js +1 -1
  70. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  71. package/confirmation/modern/components/screens/initial/index.js +1 -1
  72. package/confirmation/modern/desktop/component.desktop.js +1 -1
  73. package/confirmation/modern/desktop/index.js +1 -1
  74. package/confirmation/modern/index.js +1 -1
  75. package/confirmation/modern/mobile/component.mobile.js +1 -1
  76. package/confirmation/modern/mobile/index.js +1 -1
  77. package/confirmation/modern/shared/index.js +1 -1
  78. package/file-upload-item/components/actions-control/actions.js +1 -1
  79. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  80. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  81. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  82. package/file-upload-item/esm/Component.js +1 -1
  83. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  84. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  85. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  86. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  87. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  88. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  89. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  90. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  91. package/file-upload-item/esm/index.js +1 -1
  92. package/file-upload-item/modern/Component.js +1 -1
  93. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  94. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  95. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  96. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  97. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  98. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  99. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  100. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  101. package/file-upload-item/modern/index.js +1 -1
  102. package/gallery/components/image-viewer/component.js +1 -1
  103. package/gallery/components/image-viewer/hooks.js +1 -1
  104. package/gallery/components/image-viewer/single.js +1 -1
  105. package/gallery/components/image-viewer/slide.js +1 -1
  106. package/gallery/esm/Component.js +1 -1
  107. package/gallery/esm/components/image-viewer/component.js +1 -1
  108. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  109. package/gallery/esm/components/image-viewer/index.js +1 -1
  110. package/gallery/esm/components/image-viewer/single.js +1 -1
  111. package/gallery/esm/components/image-viewer/slide.js +1 -1
  112. package/gallery/esm/components/index.js +1 -1
  113. package/gallery/esm/index.js +1 -1
  114. package/gallery/modern/Component.js +1 -1
  115. package/gallery/modern/components/image-viewer/component.js +1 -1
  116. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  117. package/gallery/modern/components/image-viewer/index.js +1 -1
  118. package/gallery/modern/components/image-viewer/single.js +1 -1
  119. package/gallery/modern/components/image-viewer/slide.js +1 -1
  120. package/gallery/modern/components/index.js +1 -1
  121. package/gallery/modern/index.js +1 -1
  122. package/input-autocomplete/cssm/mobile/Component.mobile.d.ts +0 -1
  123. package/input-autocomplete/cssm/mobile/Component.mobile.js +3 -3
  124. package/input-autocomplete/cssm/mobile/Component.modal.mobile.d.ts +0 -1
  125. package/input-autocomplete/cssm/types.d.ts +0 -5
  126. package/input-autocomplete/esm/mobile/Component.mobile.d.ts +0 -1
  127. package/input-autocomplete/esm/mobile/Component.mobile.js +3 -3
  128. package/input-autocomplete/esm/mobile/Component.modal.mobile.d.ts +0 -1
  129. package/input-autocomplete/esm/types.d.ts +0 -5
  130. package/input-autocomplete/mobile/Component.mobile.d.ts +0 -1
  131. package/input-autocomplete/mobile/Component.mobile.js +3 -3
  132. package/input-autocomplete/mobile/Component.modal.mobile.d.ts +0 -1
  133. package/input-autocomplete/modern/mobile/Component.mobile.d.ts +0 -1
  134. package/input-autocomplete/modern/mobile/Component.mobile.js +2 -2
  135. package/input-autocomplete/modern/mobile/Component.modal.mobile.d.ts +0 -1
  136. package/input-autocomplete/modern/types.d.ts +0 -5
  137. package/input-autocomplete/moderncssm/mobile/Component.mobile.d.ts +0 -1
  138. package/input-autocomplete/moderncssm/mobile/Component.mobile.js +2 -2
  139. package/input-autocomplete/moderncssm/mobile/Component.modal.mobile.d.ts +0 -1
  140. package/input-autocomplete/moderncssm/types.d.ts +0 -5
  141. package/input-autocomplete/types.d.ts +0 -5
  142. package/international-phone-input/cssm/typings-d515b24c.d.ts +2 -6
  143. package/international-phone-input/esm/typings-d515b24c.d.ts +2 -6
  144. package/international-phone-input/modern/typings-d515b24c.d.ts +2 -6
  145. package/international-phone-input/moderncssm/typings-d515b24c.d.ts +2 -6
  146. package/international-phone-input/typings-d515b24c.d.ts +2 -6
  147. package/modal/components/controls/Component.js +1 -1
  148. package/modal/components/footer/Component.js +1 -1
  149. package/modal/esm/Component.responsive.js +1 -1
  150. package/modal/esm/components/controls/Component.js +1 -1
  151. package/modal/esm/components/controls/index.js +1 -1
  152. package/modal/esm/components/footer/Component.js +1 -1
  153. package/modal/esm/desktop/Component.desktop.js +1 -1
  154. package/modal/esm/desktop/index.js +1 -1
  155. package/modal/esm/index.js +1 -1
  156. package/modal/esm/mobile/Component.mobile.js +1 -1
  157. package/modal/esm/mobile/index.js +1 -1
  158. package/modal/modern/Component.responsive.js +1 -1
  159. package/modal/modern/components/controls/Component.js +1 -1
  160. package/modal/modern/components/controls/index.js +1 -1
  161. package/modal/modern/components/footer/Component.js +1 -1
  162. package/modal/modern/desktop/Component.desktop.js +1 -1
  163. package/modal/modern/desktop/index.js +1 -1
  164. package/modal/modern/index.js +1 -1
  165. package/modal/modern/mobile/Component.mobile.js +1 -1
  166. package/modal/modern/mobile/index.js +1 -1
  167. package/package.json +2 -2
  168. package/picker-button/cssm/typings-d515b24c.d.ts +2 -6
  169. package/picker-button/esm/typings-d515b24c.d.ts +2 -6
  170. package/picker-button/modern/typings-d515b24c.d.ts +2 -6
  171. package/picker-button/moderncssm/typings-d515b24c.d.ts +2 -6
  172. package/picker-button/typings-d515b24c.d.ts +2 -6
  173. package/pure-cell/component.js +1 -1
  174. package/pure-cell/components/addon/component.js +1 -1
  175. package/pure-cell/components/addon/index.d.ts +1 -1
  176. package/pure-cell/components/addon/index.js +1 -1
  177. package/pure-cell/components/amount/component.js +1 -1
  178. package/pure-cell/components/amount/index.d.ts +1 -1
  179. package/pure-cell/components/amount/index.js +1 -1
  180. package/pure-cell/components/amount-title/component.js +1 -1
  181. package/pure-cell/components/amount-title/index.d.ts +1 -1
  182. package/pure-cell/components/amount-title/index.js +1 -1
  183. package/pure-cell/components/category/component.js +1 -1
  184. package/pure-cell/components/category/index.d.ts +1 -1
  185. package/pure-cell/components/category/index.js +1 -1
  186. package/pure-cell/components/content/component.js +1 -1
  187. package/pure-cell/components/content/index.d.ts +1 -1
  188. package/pure-cell/components/content/index.js +1 -1
  189. package/pure-cell/components/footer/component.js +1 -1
  190. package/pure-cell/components/footer/index.d.ts +1 -1
  191. package/pure-cell/components/footer/index.js +1 -1
  192. package/pure-cell/components/footer-button/component.js +1 -1
  193. package/pure-cell/components/footer-button/index.d.ts +1 -1
  194. package/pure-cell/components/footer-button/index.js +1 -1
  195. package/pure-cell/components/footer-text/component.js +1 -1
  196. package/pure-cell/components/footer-text/index.d.ts +1 -1
  197. package/pure-cell/components/footer-text/index.js +1 -1
  198. package/pure-cell/components/graphics/component.js +1 -1
  199. package/pure-cell/components/graphics/index.d.ts +1 -1
  200. package/pure-cell/components/graphics/index.js +1 -1
  201. package/pure-cell/components/main/component.js +1 -1
  202. package/pure-cell/components/main/index.d.ts +1 -1
  203. package/pure-cell/components/main/index.js +1 -1
  204. package/pure-cell/components/text/component.js +1 -1
  205. package/pure-cell/components/text/index.d.ts +1 -1
  206. package/pure-cell/components/text/index.js +1 -1
  207. package/pure-cell/esm/component.js +1 -1
  208. package/pure-cell/esm/components/addon/component.js +1 -1
  209. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  210. package/pure-cell/esm/components/addon/index.js +1 -1
  211. package/pure-cell/esm/components/amount/component.js +1 -1
  212. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  213. package/pure-cell/esm/components/amount/index.js +1 -1
  214. package/pure-cell/esm/components/amount-title/component.js +1 -1
  215. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  216. package/pure-cell/esm/components/amount-title/index.js +1 -1
  217. package/pure-cell/esm/components/category/component.js +1 -1
  218. package/pure-cell/esm/components/category/index.d.ts +1 -1
  219. package/pure-cell/esm/components/category/index.js +1 -1
  220. package/pure-cell/esm/components/content/component.js +1 -1
  221. package/pure-cell/esm/components/content/index.d.ts +1 -1
  222. package/pure-cell/esm/components/content/index.js +1 -1
  223. package/pure-cell/esm/components/footer/component.js +1 -1
  224. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  225. package/pure-cell/esm/components/footer/index.js +1 -1
  226. package/pure-cell/esm/components/footer-button/component.js +1 -1
  227. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  228. package/pure-cell/esm/components/footer-button/index.js +1 -1
  229. package/pure-cell/esm/components/footer-text/component.js +1 -1
  230. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  231. package/pure-cell/esm/components/footer-text/index.js +1 -1
  232. package/pure-cell/esm/components/graphics/component.js +1 -1
  233. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  234. package/pure-cell/esm/components/graphics/index.js +1 -1
  235. package/pure-cell/esm/components/main/component.js +1 -1
  236. package/pure-cell/esm/components/main/index.d.ts +1 -1
  237. package/pure-cell/esm/components/main/index.js +1 -1
  238. package/pure-cell/esm/components/text/component.js +1 -1
  239. package/pure-cell/esm/components/text/index.d.ts +1 -1
  240. package/pure-cell/esm/components/text/index.js +1 -1
  241. package/pure-cell/esm/index.js +1 -1
  242. package/pure-cell/index.js +1 -1
  243. package/pure-cell/modern/component.js +1 -1
  244. package/pure-cell/modern/components/addon/component.js +1 -1
  245. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  246. package/pure-cell/modern/components/addon/index.js +1 -1
  247. package/pure-cell/modern/components/amount/component.js +1 -1
  248. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  249. package/pure-cell/modern/components/amount/index.js +1 -1
  250. package/pure-cell/modern/components/amount-title/component.js +1 -1
  251. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  252. package/pure-cell/modern/components/amount-title/index.js +1 -1
  253. package/pure-cell/modern/components/category/component.js +1 -1
  254. package/pure-cell/modern/components/category/index.d.ts +1 -1
  255. package/pure-cell/modern/components/category/index.js +1 -1
  256. package/pure-cell/modern/components/content/component.js +1 -1
  257. package/pure-cell/modern/components/content/index.d.ts +1 -1
  258. package/pure-cell/modern/components/content/index.js +1 -1
  259. package/pure-cell/modern/components/footer/component.js +1 -1
  260. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  261. package/pure-cell/modern/components/footer/index.js +1 -1
  262. package/pure-cell/modern/components/footer-button/component.js +1 -1
  263. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  264. package/pure-cell/modern/components/footer-button/index.js +1 -1
  265. package/pure-cell/modern/components/footer-text/component.js +1 -1
  266. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  267. package/pure-cell/modern/components/footer-text/index.js +1 -1
  268. package/pure-cell/modern/components/graphics/component.js +1 -1
  269. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  270. package/pure-cell/modern/components/graphics/index.js +1 -1
  271. package/pure-cell/modern/components/main/component.js +1 -1
  272. package/pure-cell/modern/components/main/index.d.ts +1 -1
  273. package/pure-cell/modern/components/main/index.js +1 -1
  274. package/pure-cell/modern/components/text/component.js +1 -1
  275. package/pure-cell/modern/components/text/index.d.ts +1 -1
  276. package/pure-cell/modern/components/text/index.js +1 -1
  277. package/pure-cell/modern/index.js +1 -1
  278. package/select/components/base-select/Component.js +2 -2
  279. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  280. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  281. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  282. package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  283. package/select/esm/Component.responsive.js +3 -3
  284. package/select/esm/components/base-select/Component.js +2 -2
  285. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  286. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  287. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  288. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  289. package/select/esm/components/base-select/index.js +2 -2
  290. package/select/esm/components/index.js +2 -2
  291. package/select/esm/desktop/Component.desktop.js +2 -2
  292. package/select/esm/desktop/index.js +2 -2
  293. package/select/esm/index.js +3 -3
  294. package/select/esm/mobile/Component.mobile.js +3 -3
  295. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  296. package/select/esm/mobile/index.js +3 -3
  297. package/select/esm/presets/index.js +1 -1
  298. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  299. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  300. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  301. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  302. package/select/esm/shared/index.js +3 -3
  303. package/select/mobile/Component.mobile.js +1 -1
  304. package/select/modern/Component.responsive.js +3 -3
  305. package/select/modern/components/base-select/Component.js +2 -2
  306. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  307. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  308. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  309. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  310. package/select/modern/components/base-select/index.js +2 -2
  311. package/select/modern/components/index.js +2 -2
  312. package/select/modern/desktop/Component.desktop.js +2 -2
  313. package/select/modern/desktop/index.js +2 -2
  314. package/select/modern/index.js +3 -3
  315. package/select/modern/mobile/Component.mobile.js +3 -3
  316. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  317. package/select/modern/mobile/index.js +3 -3
  318. package/select/modern/presets/index.js +1 -1
  319. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  320. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  321. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  322. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  323. package/select/modern/shared/index.js +3 -3
  324. package/select/presets/index.js +1 -1
  325. package/select/presets/useSelectWithApply/hook.js +1 -1
  326. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  327. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  328. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  329. package/select/shared/index.js +1 -1
  330. package/side-panel/components/controls/Component.js +1 -1
  331. package/side-panel/components/footer/Component.js +1 -1
  332. package/side-panel/esm/Component.responsive.js +1 -1
  333. package/side-panel/esm/components/controls/Component.js +1 -1
  334. package/side-panel/esm/components/controls/index.js +1 -1
  335. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  336. package/side-panel/esm/components/footer/Component.js +1 -1
  337. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  338. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  339. package/side-panel/esm/desktop/index.js +1 -1
  340. package/side-panel/esm/index.js +1 -1
  341. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  342. package/side-panel/esm/mobile/index.js +1 -1
  343. package/side-panel/modern/Component.responsive.js +1 -1
  344. package/side-panel/modern/components/controls/Component.js +1 -1
  345. package/side-panel/modern/components/controls/index.js +1 -1
  346. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  347. package/side-panel/modern/components/footer/Component.js +1 -1
  348. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  349. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  350. package/side-panel/modern/desktop/index.js +1 -1
  351. package/side-panel/modern/index.js +1 -1
  352. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  353. package/side-panel/modern/mobile/index.js +1 -1
  354. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  355. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  356. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  357. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  358. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  359. package/tabs/esm/collapsible/index.js +1 -1
  360. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  361. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  362. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  363. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  364. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  365. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  366. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  367. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  368. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  369. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  370. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  371. package/tabs/esm/desktop/index.js +2 -2
  372. package/tabs/esm/index.js +2 -2
  373. package/tabs/esm/mobile/index.js +2 -2
  374. package/tabs/modern/collapsible/index.js +1 -1
  375. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  376. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  377. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  378. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  379. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  380. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  381. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  382. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  383. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  384. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  385. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  386. package/tabs/modern/desktop/index.js +2 -2
  387. package/tabs/modern/index.js +2 -2
  388. package/tabs/modern/mobile/index.js +2 -2
  389. package/textarea/Component.js +1 -1
  390. package/textarea/components/PseudoTextArea.js +1 -1
  391. package/textarea/components/index.d.ts +1 -1
  392. package/textarea/components/index.js +1 -1
  393. package/textarea/esm/Component.js +1 -1
  394. package/textarea/esm/components/PseudoTextArea.js +1 -1
  395. package/textarea/esm/components/index.d.ts +1 -1
  396. package/textarea/esm/components/index.js +1 -1
  397. package/textarea/esm/index.js +1 -1
  398. package/textarea/modern/Component.js +1 -1
  399. package/textarea/modern/components/PseudoTextArea.js +1 -1
  400. package/textarea/modern/components/index.d.ts +1 -1
  401. package/textarea/modern/components/index.js +1 -1
  402. package/textarea/modern/index.js +1 -1
  403. package/themes/click.d.ts +1 -1
  404. package/themes/click.js +2 -8
  405. package/themes/compiled/mobile-dark-bluetint.css +3282 -7
  406. package/themes/compiled/mobile-dark-bluetint.d.ts +2 -2
  407. package/themes/compiled/mobile-dark-bluetint.js +3 -8
  408. package/themes/corp.d.ts +1 -1
  409. package/themes/corp.js +2 -8
  410. package/themes/dark.d.ts +1 -1
  411. package/themes/dark.js +2 -8
  412. package/themes/esm/click.d.ts +1 -1
  413. package/themes/esm/click.js +2 -4
  414. package/themes/esm/compiled/mobile-dark-bluetint.d.ts +2 -2
  415. package/themes/esm/compiled/mobile-dark-bluetint.js +4 -1
  416. package/themes/esm/corp.d.ts +1 -1
  417. package/themes/esm/corp.js +2 -4
  418. package/themes/esm/dark.d.ts +1 -1
  419. package/themes/esm/dark.js +2 -4
  420. package/themes/esm/intranet.d.ts +1 -1
  421. package/themes/esm/intranet.js +2 -4
  422. package/themes/esm/mobile.d.ts +1 -1
  423. package/themes/esm/mobile.js +2 -4
  424. package/themes/esm/site.d.ts +1 -1
  425. package/themes/esm/site.js +2 -4
  426. package/themes/intranet.d.ts +1 -1
  427. package/themes/intranet.js +2 -8
  428. package/themes/mobile.d.ts +1 -1
  429. package/themes/mobile.js +2 -8
  430. package/themes/modern/click.d.ts +1 -1
  431. package/themes/modern/click.js +2029 -3
  432. package/themes/modern/compiled/mobile-dark-bluetint.d.ts +2 -2
  433. package/themes/modern/compiled/mobile-dark-bluetint.js +3877 -1
  434. package/themes/modern/corp.d.ts +1 -1
  435. package/themes/modern/corp.js +1986 -3
  436. package/themes/modern/dark.d.ts +1 -1
  437. package/themes/modern/dark.js +688 -4
  438. package/themes/modern/intranet.d.ts +1 -1
  439. package/themes/modern/intranet.js +1915 -3
  440. package/themes/modern/mobile.d.ts +1 -1
  441. package/themes/modern/mobile.js +1911 -3
  442. package/themes/modern/site.d.ts +1 -1
  443. package/themes/modern/site.js +2036 -3
  444. package/themes/site.d.ts +1 -1
  445. package/themes/site.js +2 -8
  446. package/toast/Component.responsive.d.ts +1 -1
  447. package/toast/components/base-toast/component.d.ts +1 -1
  448. package/typography/esm/component.js +2 -2
  449. package/typography/esm/index.js +2 -2
  450. package/typography/esm/text/component.js +1 -1
  451. package/typography/esm/text/index.js +1 -1
  452. package/typography/esm/title/component.js +1 -1
  453. package/typography/esm/title/index.js +2 -2
  454. package/typography/esm/title-mobile/component.js +2 -2
  455. package/typography/esm/title-mobile/index.js +2 -2
  456. package/typography/esm/title-responsive/component.js +2 -2
  457. package/typography/esm/title-responsive/index.js +2 -2
  458. package/typography/modern/component.js +2 -2
  459. package/typography/modern/index.js +2 -2
  460. package/typography/modern/text/component.js +1 -1
  461. package/typography/modern/text/index.js +1 -1
  462. package/typography/modern/title/component.js +1 -1
  463. package/typography/modern/title/index.js +2 -2
  464. package/typography/modern/title-mobile/component.js +2 -2
  465. package/typography/modern/title-mobile/index.js +2 -2
  466. package/typography/modern/title-responsive/component.js +2 -2
  467. package/typography/modern/title-responsive/index.js +2 -2
  468. package/typography/text/component.js +1 -1
  469. package/typography/title/component.js +1 -1
  470. package/typography/title/index.js +1 -1
  471. package/typography/title-mobile/component.js +1 -1
  472. package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
  473. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  474. package/universal-modal/esm/Component.responsive.js +1 -1
  475. package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
  476. package/universal-modal/esm/components/header/index.js +1 -1
  477. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  478. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  479. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  480. package/universal-modal/esm/desktop/index.js +1 -1
  481. package/universal-modal/esm/index.js +1 -1
  482. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  483. package/universal-modal/esm/mobile/index.js +1 -1
  484. package/universal-modal/modern/Component.responsive.js +1 -1
  485. package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
  486. package/universal-modal/modern/components/header/index.js +1 -1
  487. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  488. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  489. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  490. package/universal-modal/modern/desktop/index.js +1 -1
  491. package/universal-modal/modern/index.js +1 -1
  492. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  493. package/universal-modal/modern/mobile/index.js +1 -1
  494. /package/calendar/{calendarMonthOnlyView-7a1a1ffc.d.ts → calendarMonthOnlyView-154be5cd.d.ts} +0 -0
  495. /package/calendar/{calendarMonthOnlyView-7a1a1ffc.js → calendarMonthOnlyView-154be5cd.js} +0 -0
  496. /package/calendar/esm/{calendarMonthOnlyView-7a4b7d7b.d.ts → calendarMonthOnlyView-c4b0990e.d.ts} +0 -0
  497. /package/calendar/esm/{calendarMonthOnlyView-7a4b7d7b.js → calendarMonthOnlyView-c4b0990e.js} +0 -0
  498. /package/calendar/modern/{calendarMonthOnlyView-e720b520.d.ts → calendarMonthOnlyView-5228af9c.d.ts} +0 -0
  499. /package/calendar/modern/{calendarMonthOnlyView-e720b520.js → calendarMonthOnlyView-5228af9c.js} +0 -0
  500. /package/confirmation/{countdown-section-66246bfb.d.ts → countdown-section-ed5afdf6.d.ts} +0 -0
  501. /package/confirmation/{countdown-section-66246bfb.js → countdown-section-ed5afdf6.js} +0 -0
  502. /package/confirmation/esm/{countdown-section-b11f4c6f.d.ts → countdown-section-ac318a99.d.ts} +0 -0
  503. /package/confirmation/esm/{countdown-section-b11f4c6f.js → countdown-section-ac318a99.js} +0 -0
  504. /package/confirmation/modern/{countdown-section-5721eff6.d.ts → countdown-section-67dedb5c.d.ts} +0 -0
  505. /package/confirmation/modern/{countdown-section-5721eff6.js → countdown-section-67dedb5c.js} +0 -0
  506. /package/file-upload-item/{actions-control.module-4036a72e.js → actions-control.module-981e6d88.js} +0 -0
  507. /package/file-upload-item/esm/{actions-control.module-513b9136.js → actions-control.module-9d404427.js} +0 -0
  508. /package/file-upload-item/modern/{actions-control.module-92e41ab2.js → actions-control.module-cfa22303.js} +0 -0
  509. /package/gallery/esm/{hooks-a2a9ba67.d.ts → hooks-f5653065.d.ts} +0 -0
  510. /package/gallery/esm/{hooks-a2a9ba67.js → hooks-f5653065.js} +0 -0
  511. /package/gallery/{hooks-edbf48b6.d.ts → hooks-ed93173c.d.ts} +0 -0
  512. /package/gallery/{hooks-edbf48b6.js → hooks-ed93173c.js} +0 -0
  513. /package/gallery/modern/{hooks-7279baab.d.ts → hooks-f5d729d2.d.ts} +0 -0
  514. /package/gallery/modern/{hooks-7279baab.js → hooks-f5d729d2.js} +0 -0
  515. /package/modal/esm/{layout.module-17553c5a.js → layout.module-88c2cd2c.js} +0 -0
  516. /package/modal/{layout.module-ad818cbc.js → layout.module-b8b8c4c5.js} +0 -0
  517. /package/modal/modern/{layout.module-2e975ac6.js → layout.module-2da0e614.js} +0 -0
  518. /package/pure-cell/{component-f9fe7b5e.d.ts → component-daee4234.d.ts} +0 -0
  519. /package/pure-cell/{component-f9fe7b5e.js → component-daee4234.js} +0 -0
  520. /package/pure-cell/esm/{component-885fb487.d.ts → component-89ffe775.d.ts} +0 -0
  521. /package/pure-cell/esm/{component-885fb487.js → component-89ffe775.js} +0 -0
  522. /package/pure-cell/modern/{component-27feae28.d.ts → component-b3cbf3fd.d.ts} +0 -0
  523. /package/pure-cell/modern/{component-27feae28.js → component-b3cbf3fd.js} +0 -0
  524. /package/select/esm/{hook-95e57f01.d.ts → hook-1bfdb0fc.d.ts} +0 -0
  525. /package/select/esm/{hook-95e57f01.js → hook-1bfdb0fc.js} +0 -0
  526. /package/select/esm/{list-popover-desktop-471e29e3.d.ts → list-popover-desktop-a853ce4a.d.ts} +0 -0
  527. /package/select/esm/{list-popover-desktop-471e29e3.js → list-popover-desktop-a853ce4a.js} +0 -0
  528. /package/select/esm/{mobile.module-b7411ccc.js → mobile.module-cd365f67.js} +0 -0
  529. /package/select/{hook-ced8e8e7.d.ts → hook-a840076d.d.ts} +0 -0
  530. /package/select/{hook-ced8e8e7.js → hook-a840076d.js} +0 -0
  531. /package/select/{list-popover-desktop-b02c0d40.d.ts → list-popover-desktop-2ec8e83c.d.ts} +0 -0
  532. /package/select/{list-popover-desktop-b02c0d40.js → list-popover-desktop-2ec8e83c.js} +0 -0
  533. /package/select/{mobile.module-b3172af2.js → mobile.module-0de8fc36.js} +0 -0
  534. /package/select/modern/{hook-79b0ecd6.d.ts → hook-095ee822.d.ts} +0 -0
  535. /package/select/modern/{hook-79b0ecd6.js → hook-095ee822.js} +0 -0
  536. /package/select/modern/{list-popover-desktop-36234ac6.d.ts → list-popover-desktop-e77b41d0.d.ts} +0 -0
  537. /package/select/modern/{list-popover-desktop-36234ac6.js → list-popover-desktop-e77b41d0.js} +0 -0
  538. /package/select/modern/{mobile.module-74e2c906.js → mobile.module-492a8cc0.js} +0 -0
  539. /package/side-panel/esm/{layout.module-b66ce500.js → layout.module-d264cc45.js} +0 -0
  540. /package/side-panel/{layout.module-793d64b3.js → layout.module-b7d4e75d.js} +0 -0
  541. /package/side-panel/modern/{layout.module-72ccb41a.js → layout.module-d652b3d8.js} +0 -0
  542. /package/tabs/esm/{index.module-7bbdbbc4.js → index.module-6c0aa222.js} +0 -0
  543. /package/tabs/esm/{index.module-d6d9c12d.js → index.module-8ee88556.js} +0 -0
  544. /package/tabs/{index.module-65e5a2fa.js → index.module-b0163905.js} +0 -0
  545. /package/tabs/{index.module-9d3df3f9.js → index.module-b6d5cc24.js} +0 -0
  546. /package/tabs/modern/{index.module-b46d134e.js → index.module-00ead3f7.js} +0 -0
  547. /package/tabs/modern/{index.module-319370a0.js → index.module-9740378c.js} +0 -0
  548. /package/textarea/{PseudoTextArea-13d4f383.d.ts → PseudoTextArea-63acc5ad.d.ts} +0 -0
  549. /package/textarea/{PseudoTextArea-13d4f383.js → PseudoTextArea-63acc5ad.js} +0 -0
  550. /package/textarea/esm/{PseudoTextArea-80e94373.d.ts → PseudoTextArea-70617958.d.ts} +0 -0
  551. /package/textarea/esm/{PseudoTextArea-80e94373.js → PseudoTextArea-70617958.js} +0 -0
  552. /package/textarea/modern/{PseudoTextArea-619f241a.d.ts → PseudoTextArea-9b243b09.d.ts} +0 -0
  553. /package/textarea/modern/{PseudoTextArea-619f241a.js → PseudoTextArea-9b243b09.js} +0 -0
  554. /package/typography/{colors.module-96dc381d.js → colors.module-e1e906c3.js} +0 -0
  555. /package/typography/{common.module-87bfc3d3.js → common.module-a4e4d663.js} +0 -0
  556. /package/typography/esm/{colors.module-8a4bb09a.js → colors.module-e2af082a.js} +0 -0
  557. /package/typography/esm/{common.module-682b1784.js → common.module-83d69222.js} +0 -0
  558. /package/typography/modern/{colors.module-398743c3.js → colors.module-4a38339f.js} +0 -0
  559. /package/typography/modern/{common.module-e12a7993.js → common.module-02ca3b65.js} +0 -0
  560. /package/universal-modal/esm/{index.module-dea843b6.js → index.module-e88d6669.js} +0 -0
  561. /package/universal-modal/{index.module-a91cc672.js → index.module-adc95e6b.js} +0 -0
  562. /package/universal-modal/modern/{index.module-5839d3bb.js → index.module-60e434e6.js} +0 -0
@@ -10,10 +10,10 @@ import '@alfalab/hooks';
10
10
  import '../../utils.js';
11
11
  import '../native-select/Component.js';
12
12
  import './components/list-desktop/helpers/get-list-popover-desktop-props.js';
13
- import '../../list-popover-desktop-36234ac6.js';
13
+ import '../../list-popover-desktop-e77b41d0.js';
14
14
  import './components/list-mobile/helpers/get-list-modal-mobile-props.js';
15
15
  import './components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
16
16
  import './components/list-mobile/list-mobile.js';
17
17
  import './components/list-mobile/list-bottom-sheet-mobile.js';
18
- import '../../mobile.module-74e2c906.js';
18
+ import '../../mobile.module-492a8cc0.js';
19
19
  import './components/list-mobile/list-modal-mobile.js';
@@ -22,12 +22,12 @@ import '@alfalab/hooks';
22
22
  import '../utils.js';
23
23
  import './native-select/Component.js';
24
24
  import './base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
25
- import '../list-popover-desktop-36234ac6.js';
25
+ import '../list-popover-desktop-e77b41d0.js';
26
26
  import './base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
27
27
  import './base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
28
28
  import './base-select/components/list-mobile/list-mobile.js';
29
29
  import './base-select/components/list-mobile/list-bottom-sheet-mobile.js';
30
- import '../mobile.module-74e2c906.js';
30
+ import '../mobile.module-492a8cc0.js';
31
31
  import './base-select/components/list-mobile/list-modal-mobile.js';
32
32
  import './clear-button/Component.js';
33
33
  import '../../../button/modern';
@@ -24,12 +24,12 @@ import '@alfalab/hooks';
24
24
  import '../utils.js';
25
25
  import '../components/native-select/Component.js';
26
26
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
27
- import '../list-popover-desktop-36234ac6.js';
27
+ import '../list-popover-desktop-e77b41d0.js';
28
28
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
29
29
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
30
30
  import '../components/base-select/components/list-mobile/list-mobile.js';
31
31
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
32
- import '../mobile.module-74e2c906.js';
32
+ import '../mobile.module-492a8cc0.js';
33
33
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
34
34
  import '../components/clear-button/Component.js';
35
35
  import '../../../button/modern';
@@ -16,12 +16,12 @@ import '@alfalab/hooks';
16
16
  import '../utils.js';
17
17
  import '../components/native-select/Component.js';
18
18
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
19
- import '../list-popover-desktop-36234ac6.js';
19
+ import '../list-popover-desktop-e77b41d0.js';
20
20
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
21
21
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
22
22
  import '../components/base-select/components/list-mobile/list-mobile.js';
23
23
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
24
- import '../mobile.module-74e2c906.js';
24
+ import '../mobile.module-492a8cc0.js';
25
25
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
26
26
  import '../components/field/Component.js';
27
27
  import '../components/clear-button/Component.js';
@@ -18,12 +18,12 @@ import '@alfalab/hooks';
18
18
  import './utils.js';
19
19
  import './components/native-select/Component.js';
20
20
  import './components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
21
- import './list-popover-desktop-36234ac6.js';
21
+ import './list-popover-desktop-e77b41d0.js';
22
22
  import './components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
23
23
  import './components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
24
24
  import './components/base-select/components/list-mobile/list-mobile.js';
25
25
  import './components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
26
- import './mobile.module-74e2c906.js';
26
+ import './mobile.module-492a8cc0.js';
27
27
  import './components/base-select/components/list-mobile/list-modal-mobile.js';
28
28
  import './components/field/Component.js';
29
29
  import './components/clear-button/Component.js';
@@ -56,7 +56,7 @@ import '../../base-modal/modern';
56
56
  import '../../button/modern/mobile';
57
57
  import './components/virtual-options-list/Component.js';
58
58
  import 'react-virtual';
59
- import './hook-79b0ecd6.js';
59
+ import './hook-095ee822.js';
60
60
  import 'react-fast-compare';
61
61
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
62
62
  import '../../button/modern/desktop';
@@ -16,7 +16,7 @@ import { OptionResponsive } from '../components/option/Component.responsive.js';
16
16
  import { OptionsList } from '../components/options-list/Component.js';
17
17
  import { Search } from '../components/search/Component.js';
18
18
  import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
19
- import { u as useSelectWithApply } from '../hook-79b0ecd6.js';
19
+ import { u as useSelectWithApply } from '../hook-095ee822.js';
20
20
  import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
21
21
  import '@alfalab/icons-glyph/ChevronDownMIcon';
22
22
  import '@alfalab/icons-glyph/ChevronDownSIcon';
@@ -29,12 +29,12 @@ import '@alfalab/hooks';
29
29
  import '../utils.js';
30
30
  import '../components/native-select/Component.js';
31
31
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
32
- import '../list-popover-desktop-36234ac6.js';
32
+ import '../list-popover-desktop-e77b41d0.js';
33
33
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
34
34
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
35
35
  import '../components/base-select/components/list-mobile/list-mobile.js';
36
36
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
37
- import '../mobile.module-74e2c906.js';
37
+ import '../mobile.module-492a8cc0.js';
38
38
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
39
39
  import '../components/clear-button/Component.js';
40
40
  import '../../../button/modern';
@@ -17,12 +17,12 @@ import '@alfalab/hooks';
17
17
  import '../utils.js';
18
18
  import '../components/native-select/Component.js';
19
19
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
20
- import '../list-popover-desktop-36234ac6.js';
20
+ import '../list-popover-desktop-e77b41d0.js';
21
21
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
22
22
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
23
23
  import '../components/base-select/components/list-mobile/list-mobile.js';
24
24
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
25
- import '../mobile.module-74e2c906.js';
25
+ import '../mobile.module-492a8cc0.js';
26
26
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
27
27
  import '../components/field/Component.js';
28
28
  import '../components/clear-button/Component.js';
@@ -52,7 +52,7 @@ import '../../../input/modern';
52
52
  import '@alfalab/icons-glyph/MagnifierMIcon';
53
53
  import '../components/virtual-options-list/Component.js';
54
54
  import 'react-virtual';
55
- import '../hook-79b0ecd6.js';
55
+ import '../hook-095ee822.js';
56
56
  import 'react-fast-compare';
57
57
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
58
58
  import '../../../button/modern/desktop';
@@ -18,12 +18,12 @@ import '@alfalab/hooks';
18
18
  import '../utils.js';
19
19
  import '../components/native-select/Component.js';
20
20
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
21
- import '../list-popover-desktop-36234ac6.js';
21
+ import '../list-popover-desktop-e77b41d0.js';
22
22
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
23
23
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
24
24
  import '../components/base-select/components/list-mobile/list-mobile.js';
25
25
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
26
- import '../mobile.module-74e2c906.js';
26
+ import '../mobile.module-492a8cc0.js';
27
27
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
28
28
  import '../components/field/Component.js';
29
29
  import '../components/clear-button/Component.js';
@@ -53,7 +53,7 @@ import '../../../input/modern';
53
53
  import '@alfalab/icons-glyph/MagnifierMIcon';
54
54
  import '../components/virtual-options-list/Component.js';
55
55
  import 'react-virtual';
56
- import '../hook-79b0ecd6.js';
56
+ import '../hook-095ee822.js';
57
57
  import 'react-fast-compare';
58
58
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
59
59
  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-79b0ecd6.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-095ee822.js';
4
4
  import 'react';
5
5
  import '../../../skeleton/modern';
6
6
  import 'classnames';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'react-fast-compare';
3
3
  import '../../../../shared/modern';
4
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-79b0ecd6.js';
4
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-095ee822.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-79b0ecd6.js';
3
+ export { O as OptionsListWithApply } from '../../../hook-095ee822.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-79b0ecd6";
1
+ export * from "../../../hook-095ee822";
@@ -1,4 +1,4 @@
1
- export { O as OptionsListWithApply } from '../../../hook-79b0ecd6.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-095ee822.js';
2
2
  import 'react';
3
3
  import 'react-fast-compare';
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-79b0ecd6.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-095ee822.js';
4
4
  export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
5
5
  export { OptionDesktop } from '../components/option/desktop/Component.js';
6
6
  export { OptionMobile } from '../components/option/mobile/Component.js';
@@ -48,12 +48,12 @@ import 'compute-scroll-into-view';
48
48
  import 'downshift';
49
49
  import '../components/native-select/Component.js';
50
50
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
51
- import '../list-popover-desktop-36234ac6.js';
51
+ import '../list-popover-desktop-e77b41d0.js';
52
52
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
53
53
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
54
54
  import '../components/base-select/components/list-mobile/list-mobile.js';
55
55
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
56
- import '../mobile.module-74e2c906.js';
56
+ import '../mobile.module-492a8cc0.js';
57
57
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
58
58
  import '../../../base-modal/modern';
59
59
  import '../../../button/modern/mobile';
@@ -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-ced8e8e7.js');
5
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-a840076d.js');
6
6
 
7
7
 
8
8
 
@@ -4,7 +4,7 @@ require('tslib');
4
4
  require('react');
5
5
  require('react-fast-compare');
6
6
  require('../../utils.js');
7
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-ced8e8e7.js');
7
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-a840076d.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-ced8e8e7.js');
7
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-a840076d.js');
8
8
  require('./footer/Component.js');
9
9
  require('./header/Component.js');
10
10
 
@@ -1 +1 @@
1
- export * from "../../../hook-ced8e8e7";
1
+ export * from "../../../hook-a840076d";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-ced8e8e7.js');
3
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-a840076d.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-ced8e8e7.js');
5
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-a840076d.js');
6
6
  var utils = require('../utils.js');
7
7
  var components_option_desktop_Component = require('../components/option/desktop/Component.js');
8
8
  var components_option_mobile_Component = require('../components/option/mobile/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-793d64b3.js');
7
+ var layout_module = require('../../layout.module-b7d4e75d.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-793d64b3.js');
8
+ var layout_module = require('../../layout.module-b7d4e75d.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 { SidePanelMobile } from './mobile/Component.mobile.js';
8
8
  import { ResponsiveContext } from './ResponsiveContext.js';
9
9
  import 'classnames';
10
10
  import '../../shared/esm';
11
- import './layout.module-b66ce500.js';
11
+ import './layout.module-d264cc45.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-b66ce500.js';
5
+ import { l as layoutStyles } from '../../layout.module-d264cc45.js';
6
6
 
7
7
  var styles = {"component":"side-panel__component_1hh26"};
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-b66ce500.js';
6
+ import '../../layout.module-d264cc45.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-b66ce500.js';
10
+ import '../../layout.module-d264cc45.js';
11
11
 
12
12
  var styles = {"sticky":"side-panel__sticky_l25y4","size-500":"side-panel__size-500_l25y4"};
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-b66ce500.js';
6
+ import { l as layoutStyles } from '../../layout.module-d264cc45.js';
7
7
  import '../../../../base-modal/esm';
8
8
 
9
9
  var styles = {"footer":"side-panel__footer_1u496","sticky":"side-panel__sticky_1u496","highlighted":"side-panel__highlighted_1u496"};
@@ -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-b66ce500.js';
9
+ import '../../layout.module-d264cc45.js';
10
10
 
11
11
  var styles = {"footer":"side-panel__footer_1hdka","sticky":"side-panel__sticky_1hdka"};
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-b66ce500.js';
16
+ import '../layout.module-d264cc45.js';
17
17
  import '../components/footer/Component.js';
18
18
  import '../../../navigation-bar-private/esm';
19
19
 
@@ -9,7 +9,7 @@ import '../../../drawer/esm';
9
9
  import '../components/controls/Component.js';
10
10
  import '../../../shared/esm';
11
11
  import '../ResponsiveContext.js';
12
- import '../layout.module-b66ce500.js';
12
+ import '../layout.module-d264cc45.js';
13
13
  import '../components/header/Component.js';
14
14
  import '../../../navigation-bar-private/esm';
15
15
  import '../consts.js';
@@ -19,6 +19,6 @@ import '../../mq/esm';
19
19
  import '../../navigation-bar-private/esm';
20
20
  import '../../shared/esm';
21
21
  import './Context.js';
22
- import './layout.module-b66ce500.js';
22
+ import './layout.module-d264cc45.js';
23
23
  import './components/content/Component.js';
24
24
  import './components/footer/Component.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-b66ce500.js';
13
+ import '../layout.module-d264cc45.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 '../../../base-modal/esm';
9
9
  import '../components/controls/Component.js';
10
10
  import '../../../shared/esm';
11
11
  import '../ResponsiveContext.js';
12
- import '../layout.module-b66ce500.js';
12
+ import '../layout.module-d264cc45.js';
13
13
  import '../components/content/Component.js';
14
14
  import '../Context.js';
15
15
  import '../components/footer/Component.js';
@@ -7,7 +7,7 @@ import { SidePanelMobile } from './mobile/Component.mobile.js';
7
7
  import { ResponsiveContext } from './ResponsiveContext.js';
8
8
  import 'classnames';
9
9
  import '../../shared/modern';
10
- import './layout.module-72ccb41a.js';
10
+ import './layout.module-d652b3d8.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-72ccb41a.js';
5
+ import { l as layoutStyles } from '../../layout.module-d652b3d8.js';
6
6
 
7
7
  const styles = {"component":"side-panel__component_1hh26"};
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-72ccb41a.js';
6
+ import '../../layout.module-d652b3d8.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-72ccb41a.js';
9
+ import '../../layout.module-d652b3d8.js';
10
10
 
11
11
  const styles = {"sticky":"side-panel__sticky_l25y4","size-500":"side-panel__size-500_l25y4"};
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-72ccb41a.js';
6
+ import { l as layoutStyles } from '../../layout.module-d652b3d8.js';
7
7
  import '../../../../base-modal/modern';
8
8
 
9
9
  const styles = {"footer":"side-panel__footer_1u496","sticky":"side-panel__sticky_1u496","highlighted":"side-panel__highlighted_1u496"};
@@ -5,7 +5,7 @@ import '../../../../shared/modern';
5
5
  import '../../Context.js';
6
6
  import '../../../../base-modal/modern';
7
7
  import '../../ResponsiveContext.js';
8
- import '../../layout.module-72ccb41a.js';
8
+ import '../../layout.module-d652b3d8.js';
9
9
 
10
10
  const styles = {"footer":"side-panel__footer_1hdka","sticky":"side-panel__sticky_1hdka"};
11
11
  require('./mobile.css');
@@ -12,7 +12,7 @@ import '../components/content/Component.js';
12
12
  import '../../../shared/modern';
13
13
  import '../Context.js';
14
14
  import '../../../base-modal/modern';
15
- import '../layout.module-72ccb41a.js';
15
+ import '../layout.module-d652b3d8.js';
16
16
  import '../components/footer/Component.js';
17
17
  import '../../../navigation-bar-private/modern';
18
18
 
@@ -8,7 +8,7 @@ import '../../../drawer/modern';
8
8
  import '../components/controls/Component.js';
9
9
  import '../../../shared/modern';
10
10
  import '../ResponsiveContext.js';
11
- import '../layout.module-72ccb41a.js';
11
+ import '../layout.module-d652b3d8.js';
12
12
  import '../components/header/Component.js';
13
13
  import '../../../navigation-bar-private/modern';
14
14
  import '../consts.js';
@@ -18,6 +18,6 @@ import '../../mq/modern';
18
18
  import '../../navigation-bar-private/modern';
19
19
  import '../../shared/modern';
20
20
  import './Context.js';
21
- import './layout.module-72ccb41a.js';
21
+ import './layout.module-d652b3d8.js';
22
22
  import './components/content/Component.js';
23
23
  import './components/footer/Component.js';
@@ -9,7 +9,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
9
9
  import '../components/content/Component.js';
10
10
  import '../../../shared/modern';
11
11
  import '../Context.js';
12
- import '../layout.module-72ccb41a.js';
12
+ import '../layout.module-d652b3d8.js';
13
13
  import '../components/footer/Component.js';
14
14
  import '../../../navigation-bar-private/modern';
15
15
  import '../consts.js';
@@ -8,7 +8,7 @@ import '../../../base-modal/modern';
8
8
  import '../components/controls/Component.js';
9
9
  import '../../../shared/modern';
10
10
  import '../ResponsiveContext.js';
11
- import '../layout.module-72ccb41a.js';
11
+ import '../layout.module-d652b3d8.js';
12
12
  import '../components/content/Component.js';
13
13
  import '../Context.js';
14
14
  import '../components/footer/Component.js';
@@ -9,7 +9,7 @@ var desktop = require('../../../picker-button/desktop');
9
9
  var hooks_useTablistTitles = require('../../hooks/use-tablist-titles.js');
10
10
  var syntheticEvents = require('../../synthetic-events.js');
11
11
  var components_title_Component = require('../title/Component.js');
12
- var index_module = require('../../index.module-65e5a2fa.js');
12
+ var index_module = require('../../index.module-b0163905.js');
13
13
 
14
14
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
15
15
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var components_primaryTablist_Component = require('./Component.js');
6
- var index_module = require('../../index.module-65e5a2fa.js');
6
+ var index_module = require('../../index.module-b0163905.js');
7
7
 
8
8
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
9
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var components_primaryTablist_Component = require('./Component.js');
6
- var index_module = require('../../index.module-65e5a2fa.js');
6
+ var index_module = require('../../index.module-b0163905.js');
7
7
 
8
8
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
9
 
@@ -4,7 +4,7 @@ var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var desktop = require('../../../tag/desktop');
6
6
  var components_secondaryTablist_Component = require('./Component.js');
7
- var index_module = require('../../index.module-9d3df3f9.js');
7
+ var index_module = require('../../index.module-b6d5cc24.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 React = require('react');
5
5
  var cn = require('classnames');
6
6
  var mobile = require('../../../tag/mobile');
7
7
  var components_secondaryTablist_Component = require('./Component.js');
8
- var index_module = require('../../index.module-9d3df3f9.js');
8
+ var index_module = require('../../index.module-b6d5cc24.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
@@ -18,5 +18,5 @@ import '../../../shared/esm';
18
18
  import '../synthetic-events.js';
19
19
  import '../components/title/Component.js';
20
20
  import '../../../skeleton/esm';
21
- import '../index.module-7bbdbbc4.js';
21
+ import '../index.module-6c0aa222.js';
22
22
  import '../components/tabs/Component.js';
@@ -7,7 +7,7 @@ import { PickerButtonDesktop } from '../../../../picker-button/esm/desktop';
7
7
  import { useTablistTitles } from '../../hooks/use-tablist-titles.js';
8
8
  import { createSyntheticMouseEvent } from '../../synthetic-events.js';
9
9
  import { Title } from '../title/Component.js';
10
- import { s as styles } from '../../index.module-7bbdbbc4.js';
10
+ import { s as styles } from '../../index.module-6c0aa222.js';
11
11
  import '../../../../mq/esm';
12
12
  import '../../hooks/use-collapsible-elements.js';
13
13
  import '@juggle/resize-observer';
@@ -1,7 +1,7 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { PrimaryTabList } from './Component.js';
4
- import { s as styles } from '../../index.module-7bbdbbc4.js';
4
+ import { s as styles } from '../../index.module-6c0aa222.js';
5
5
  import '@juggle/resize-observer';
6
6
  import 'classnames';
7
7
  import '../../../../keyboard-focusable/esm';