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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (788) hide show
  1. package/accordion/cssm/hooks/useMeasureHeight.js +2 -0
  2. package/accordion/esm/hooks/useMeasureHeight.js +3 -1
  3. package/accordion/hooks/useMeasureHeight.js +2 -0
  4. package/accordion/modern/hooks/useMeasureHeight.js +3 -1
  5. package/accordion/moderncssm/hooks/useMeasureHeight.js +3 -1
  6. package/calendar/components/calendar-mobile/Component.js +1 -1
  7. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  8. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  9. package/calendar/components/calendar-mobile/index.js +1 -1
  10. package/calendar/esm/Component.responsive.js +1 -1
  11. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  12. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  13. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  14. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  15. package/calendar/esm/index.js +1 -1
  16. package/calendar/esm/mobile/index.js +1 -1
  17. package/calendar/mobile/index.js +1 -1
  18. package/calendar/modern/Component.responsive.js +1 -1
  19. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  20. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  21. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  22. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  23. package/calendar/modern/index.js +1 -1
  24. package/calendar/modern/mobile/index.js +1 -1
  25. package/checkbox-group/components/base-checkbox-group/Component.d.ts +2 -4
  26. package/checkbox-group/components/base-checkbox-group/Component.js +5 -7
  27. package/checkbox-group/cssm/components/base-checkbox-group/Component.d.ts +2 -4
  28. package/checkbox-group/cssm/components/base-checkbox-group/Component.js +5 -7
  29. package/checkbox-group/esm/components/base-checkbox-group/Component.d.ts +2 -4
  30. package/checkbox-group/esm/components/base-checkbox-group/Component.js +6 -8
  31. package/checkbox-group/modern/components/base-checkbox-group/Component.d.ts +2 -4
  32. package/checkbox-group/modern/components/base-checkbox-group/Component.js +6 -8
  33. package/checkbox-group/moderncssm/components/base-checkbox-group/Component.d.ts +2 -4
  34. package/checkbox-group/moderncssm/components/base-checkbox-group/Component.js +6 -8
  35. package/confirmation/components/screens/initial/component.js +1 -1
  36. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  37. package/confirmation/esm/component.responsive.js +1 -1
  38. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  39. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  40. package/confirmation/esm/components/index.js +1 -1
  41. package/confirmation/esm/components/screens/index.js +1 -1
  42. package/confirmation/esm/components/screens/initial/component.js +1 -1
  43. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  44. package/confirmation/esm/components/screens/initial/index.js +1 -1
  45. package/confirmation/esm/desktop/component.desktop.js +1 -1
  46. package/confirmation/esm/desktop/index.js +1 -1
  47. package/confirmation/esm/index.js +1 -1
  48. package/confirmation/esm/mobile/component.mobile.js +1 -1
  49. package/confirmation/esm/mobile/index.js +1 -1
  50. package/confirmation/esm/shared/index.js +1 -1
  51. package/confirmation/modern/component.responsive.js +1 -1
  52. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  53. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  54. package/confirmation/modern/components/index.js +1 -1
  55. package/confirmation/modern/components/screens/index.js +1 -1
  56. package/confirmation/modern/components/screens/initial/component.js +1 -1
  57. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  58. package/confirmation/modern/components/screens/initial/index.js +1 -1
  59. package/confirmation/modern/desktop/component.desktop.js +1 -1
  60. package/confirmation/modern/desktop/index.js +1 -1
  61. package/confirmation/modern/index.js +1 -1
  62. package/confirmation/modern/mobile/component.mobile.js +1 -1
  63. package/confirmation/modern/mobile/index.js +1 -1
  64. package/confirmation/modern/shared/index.js +1 -1
  65. package/file-upload-item/components/actions-control/actions.js +1 -1
  66. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  67. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  68. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  69. package/file-upload-item/components/content/components/content-subtitle/content-subtitle.js +1 -1
  70. package/file-upload-item/components/status-control/status-control.js +1 -1
  71. package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.js +1 -1
  72. package/file-upload-item/cssm/components/status-control/status-control.js +1 -1
  73. package/file-upload-item/esm/Component.js +2 -2
  74. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  75. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  76. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  77. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  78. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  79. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  80. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  81. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  82. package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.js +1 -1
  83. package/file-upload-item/esm/components/status-control/index.js +1 -1
  84. package/file-upload-item/esm/components/status-control/status-control.js +1 -1
  85. package/file-upload-item/esm/index.js +2 -2
  86. package/file-upload-item/modern/Component.js +2 -2
  87. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  88. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  89. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  90. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  91. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  92. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  93. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  94. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  95. package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.js +1 -1
  96. package/file-upload-item/modern/components/status-control/index.js +1 -1
  97. package/file-upload-item/modern/components/status-control/status-control.js +1 -1
  98. package/file-upload-item/modern/index.js +2 -2
  99. package/file-upload-item/moderncssm/Component.js +1 -1
  100. package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.js +1 -1
  101. package/file-upload-item/moderncssm/components/status-control/index.js +1 -1
  102. package/file-upload-item/moderncssm/components/status-control/status-control.js +1 -1
  103. package/file-upload-item/moderncssm/index.js +1 -1
  104. package/gallery/components/image-viewer/component.js +1 -1
  105. package/gallery/components/image-viewer/hooks.js +1 -1
  106. package/gallery/components/image-viewer/single.js +1 -1
  107. package/gallery/components/image-viewer/slide.js +1 -1
  108. package/gallery/components/image-viewer/video/index.js +1 -1
  109. package/gallery/cssm/components/image-viewer/video/index.js +1 -1
  110. package/gallery/esm/Component.js +2 -2
  111. package/gallery/esm/components/image-viewer/component.js +2 -2
  112. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  113. package/gallery/esm/components/image-viewer/index.js +2 -2
  114. package/gallery/esm/components/image-viewer/single.js +2 -2
  115. package/gallery/esm/components/image-viewer/slide.js +2 -2
  116. package/gallery/esm/components/image-viewer/video/index.js +1 -1
  117. package/gallery/esm/components/index.js +2 -2
  118. package/gallery/esm/index.js +2 -2
  119. package/gallery/modern/Component.js +2 -2
  120. package/gallery/modern/components/image-viewer/component.js +2 -2
  121. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  122. package/gallery/modern/components/image-viewer/index.js +2 -2
  123. package/gallery/modern/components/image-viewer/single.js +2 -2
  124. package/gallery/modern/components/image-viewer/slide.js +2 -2
  125. package/gallery/modern/components/image-viewer/video/index.js +1 -1
  126. package/gallery/modern/components/index.js +2 -2
  127. package/gallery/modern/index.js +2 -2
  128. package/gallery/moderncssm/Component.js +1 -1
  129. package/gallery/moderncssm/components/image-viewer/component.js +1 -1
  130. package/gallery/moderncssm/components/image-viewer/index.js +1 -1
  131. package/gallery/moderncssm/components/image-viewer/single.js +1 -1
  132. package/gallery/moderncssm/components/image-viewer/slide.js +1 -1
  133. package/gallery/moderncssm/components/image-viewer/video/index.js +1 -1
  134. package/gallery/moderncssm/components/index.js +1 -1
  135. package/gallery/moderncssm/index.js +1 -1
  136. package/icon-view/components/base-shape/component.d.ts +0 -1
  137. package/icon-view/components/base-shape/component.js +3 -4
  138. package/icon-view/cssm/components/base-shape/component.d.ts +0 -1
  139. package/icon-view/cssm/components/base-shape/component.js +3 -4
  140. package/icon-view/esm/components/base-shape/component.d.ts +0 -1
  141. package/icon-view/esm/components/base-shape/component.js +3 -4
  142. package/icon-view/modern/components/base-shape/component.d.ts +0 -1
  143. package/icon-view/modern/components/base-shape/component.js +1 -1
  144. package/icon-view/moderncssm/components/base-shape/component.d.ts +0 -1
  145. package/icon-view/moderncssm/components/base-shape/component.js +1 -1
  146. package/international-phone-input/Component.responsive.d.ts +2 -0
  147. package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -0
  148. package/international-phone-input/components/base-international-phone-input/Component.js +1 -1
  149. package/international-phone-input/components/country-select/Component.js +13 -5
  150. package/international-phone-input/components/country-select/index.css +8 -3
  151. package/international-phone-input/components/select-field/component.js +3 -12
  152. package/international-phone-input/components/select-field/index.css +1 -2
  153. package/international-phone-input/consts.d.ts +12 -1
  154. package/international-phone-input/consts.js +12 -0
  155. package/international-phone-input/cssm/Component.responsive.d.ts +2 -0
  156. package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -0
  157. package/international-phone-input/cssm/components/base-international-phone-input/Component.js +1 -1
  158. package/international-phone-input/cssm/components/country-select/Component.js +12 -4
  159. package/international-phone-input/cssm/components/country-select/index.module.css +8 -3
  160. package/international-phone-input/cssm/components/select-field/component.js +2 -11
  161. package/international-phone-input/cssm/components/select-field/index.module.css +1 -2
  162. package/international-phone-input/cssm/consts.d.ts +12 -1
  163. package/international-phone-input/cssm/consts.js +12 -0
  164. package/international-phone-input/cssm/types.d.ts +5 -0
  165. package/international-phone-input/esm/Component.responsive.d.ts +2 -0
  166. package/international-phone-input/esm/Component.responsive.js +1 -1
  167. package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -0
  168. package/international-phone-input/esm/components/base-international-phone-input/Component.js +2 -2
  169. package/international-phone-input/esm/components/base-international-phone-input/index.js +1 -1
  170. package/international-phone-input/esm/components/country-select/Component.js +12 -6
  171. package/international-phone-input/esm/components/country-select/index.css +8 -3
  172. package/international-phone-input/esm/components/country-select/index.js +2 -1
  173. package/international-phone-input/esm/components/select-field/component.js +2 -11
  174. package/international-phone-input/esm/components/select-field/index.css +1 -2
  175. package/international-phone-input/esm/components/select-field/index.js +1 -0
  176. package/international-phone-input/esm/consts.d.ts +12 -1
  177. package/international-phone-input/esm/consts.js +12 -1
  178. package/international-phone-input/esm/desktop/Component.desktop.js +1 -1
  179. package/international-phone-input/esm/desktop/index.js +1 -1
  180. package/international-phone-input/esm/index.js +1 -1
  181. package/international-phone-input/esm/mobile/Component.mobile.js +1 -1
  182. package/international-phone-input/esm/mobile/index.js +1 -1
  183. package/international-phone-input/esm/types.d.ts +5 -0
  184. package/international-phone-input/modern/Component.responsive.d.ts +2 -0
  185. package/international-phone-input/modern/Component.responsive.js +1 -1
  186. package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -0
  187. package/international-phone-input/modern/components/base-international-phone-input/Component.js +2 -2
  188. package/international-phone-input/modern/components/base-international-phone-input/index.js +1 -1
  189. package/international-phone-input/modern/components/country-select/Component.js +12 -6
  190. package/international-phone-input/modern/components/country-select/index.css +8 -3
  191. package/international-phone-input/modern/components/country-select/index.js +2 -1
  192. package/international-phone-input/modern/components/select-field/component.js +2 -11
  193. package/international-phone-input/modern/components/select-field/index.css +1 -2
  194. package/international-phone-input/modern/components/select-field/index.js +1 -0
  195. package/international-phone-input/modern/consts.d.ts +12 -1
  196. package/international-phone-input/modern/consts.js +12 -1
  197. package/international-phone-input/modern/desktop/Component.desktop.js +1 -1
  198. package/international-phone-input/modern/desktop/index.js +1 -1
  199. package/international-phone-input/modern/index-235f6347.d.ts +272 -0
  200. package/international-phone-input/modern/index.js +1 -1
  201. package/international-phone-input/modern/mobile/Component.mobile.js +1 -1
  202. package/international-phone-input/modern/mobile/index.js +1 -1
  203. package/international-phone-input/modern/types-464d40a4.d.ts +293 -0
  204. package/international-phone-input/modern/types.d.ts +5 -0
  205. package/international-phone-input/modern/typings-d515b24c.d.ts +11 -559
  206. package/international-phone-input/moderncssm/Component.responsive.d.ts +2 -0
  207. package/international-phone-input/moderncssm/Component.responsive.js +1 -1
  208. package/international-phone-input/moderncssm/components/base-international-phone-input/Component.d.ts +1 -0
  209. package/international-phone-input/moderncssm/components/base-international-phone-input/Component.js +2 -2
  210. package/international-phone-input/moderncssm/components/base-international-phone-input/index.js +1 -1
  211. package/international-phone-input/moderncssm/components/country-select/Component.js +11 -5
  212. package/international-phone-input/moderncssm/components/country-select/index.js +2 -1
  213. package/international-phone-input/moderncssm/components/country-select/index.module.css +6 -1
  214. package/international-phone-input/moderncssm/components/select-field/component.js +1 -10
  215. package/international-phone-input/moderncssm/components/select-field/index.js +1 -0
  216. package/international-phone-input/moderncssm/components/select-field/index.module.css +0 -1
  217. package/international-phone-input/moderncssm/consts.d.ts +12 -1
  218. package/international-phone-input/moderncssm/consts.js +12 -1
  219. package/international-phone-input/moderncssm/desktop/Component.desktop.js +1 -1
  220. package/international-phone-input/moderncssm/desktop/index.js +1 -1
  221. package/international-phone-input/moderncssm/index.js +1 -1
  222. package/international-phone-input/moderncssm/mobile/Component.mobile.js +1 -1
  223. package/international-phone-input/moderncssm/mobile/index.js +1 -1
  224. package/international-phone-input/moderncssm/types.d.ts +5 -0
  225. package/international-phone-input/types.d.ts +5 -0
  226. package/modal/components/controls/Component.js +1 -1
  227. package/modal/components/footer/Component.js +1 -1
  228. package/modal/esm/Component.responsive.js +1 -1
  229. package/modal/esm/components/controls/Component.js +1 -1
  230. package/modal/esm/components/controls/index.js +1 -1
  231. package/modal/esm/components/footer/Component.js +1 -1
  232. package/modal/esm/desktop/Component.desktop.js +1 -1
  233. package/modal/esm/desktop/index.js +1 -1
  234. package/modal/esm/index.js +1 -1
  235. package/modal/esm/mobile/Component.mobile.js +1 -1
  236. package/modal/esm/mobile/index.js +1 -1
  237. package/modal/modern/Component.responsive.js +1 -1
  238. package/modal/modern/components/controls/Component.js +1 -1
  239. package/modal/modern/components/controls/index.js +1 -1
  240. package/modal/modern/components/footer/Component.js +1 -1
  241. package/modal/modern/desktop/Component.desktop.js +1 -1
  242. package/modal/modern/desktop/index.js +1 -1
  243. package/modal/modern/index.js +1 -1
  244. package/modal/modern/mobile/Component.mobile.js +1 -1
  245. package/modal/modern/mobile/index.js +1 -1
  246. package/notification/cssm/utils/getNotificationTestIds.js +3 -1
  247. package/notification/esm/utils/getNotificationTestIds.js +3 -1
  248. package/notification/modern/utils/getNotificationTestIds.js +3 -1
  249. package/notification/moderncssm/utils/getNotificationTestIds.js +3 -1
  250. package/notification/utils/getNotificationTestIds.js +3 -1
  251. package/package.json +2 -2
  252. package/password-input/component.d.ts +0 -14
  253. package/password-input/component.js +6 -8
  254. package/password-input/cssm/component.d.ts +0 -14
  255. package/password-input/cssm/component.js +6 -8
  256. package/password-input/esm/component.d.ts +0 -14
  257. package/password-input/esm/component.js +6 -8
  258. package/password-input/modern/component.d.ts +0 -14
  259. package/password-input/modern/component.js +5 -7
  260. package/password-input/moderncssm/component.d.ts +0 -14
  261. package/password-input/moderncssm/component.js +5 -7
  262. package/picker-button/cssm/index-11f20b2e.d.ts +2 -2
  263. package/picker-button/esm/index-11f20b2e.d.ts +2 -2
  264. package/picker-button/index-11f20b2e.d.ts +2 -2
  265. package/picker-button/modern/index-11f20b2e.d.ts +2 -2
  266. package/picker-button/moderncssm/index-11f20b2e.d.ts +2 -2
  267. package/plate/components/base-plate/Component.js +1 -1
  268. package/plate/cssm/components/base-plate/Component.js +1 -1
  269. package/plate/cssm/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
  270. package/plate/cssm/utils.js +1 -1
  271. package/plate/{esm/warning-f767f1d8.d.ts → cssm/warning-9845719a.d.ts} +4 -1
  272. package/plate/cssm/{warning-f6e0ddce.js → warning-9845719a.js} +3 -0
  273. package/plate/esm/Component.responsive.js +1 -1
  274. package/plate/esm/components/base-plate/Component.js +1 -1
  275. package/plate/esm/components/base-plate/index.js +1 -1
  276. package/plate/esm/desktop/Component.desktop.js +1 -1
  277. package/plate/esm/desktop/index.js +1 -1
  278. package/plate/esm/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
  279. package/plate/esm/index.js +1 -1
  280. package/plate/esm/mobile/Component.mobile.js +1 -1
  281. package/plate/esm/mobile/index.js +1 -1
  282. package/plate/esm/shared/index.js +1 -1
  283. package/plate/esm/utils.js +1 -1
  284. package/plate/{modern/warning-8ef1cad9.d.ts → esm/warning-5cc6af8a.d.ts} +4 -1
  285. package/plate/esm/{warning-f767f1d8.js → warning-5cc6af8a.js} +3 -0
  286. package/plate/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
  287. package/plate/modern/Component.responsive.js +1 -1
  288. package/plate/modern/components/base-plate/Component.js +1 -1
  289. package/plate/modern/components/base-plate/index.js +1 -1
  290. package/plate/modern/desktop/Component.desktop.js +1 -1
  291. package/plate/modern/desktop/index.js +1 -1
  292. package/plate/modern/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
  293. package/plate/modern/index.js +1 -1
  294. package/plate/modern/mobile/Component.mobile.js +1 -1
  295. package/plate/modern/mobile/index.js +1 -1
  296. package/plate/modern/shared/index.js +1 -1
  297. package/plate/modern/utils.js +1 -1
  298. package/plate/{cssm/warning-f6e0ddce.d.ts → modern/warning-ddcfdd3c.d.ts} +4 -1
  299. package/plate/modern/{warning-8ef1cad9.js → warning-ddcfdd3c.js} +3 -0
  300. package/plate/moderncssm/Component.responsive.js +1 -1
  301. package/plate/moderncssm/components/base-plate/Component.js +1 -1
  302. package/plate/moderncssm/components/base-plate/index.js +1 -1
  303. package/plate/moderncssm/desktop/Component.desktop.js +1 -1
  304. package/plate/moderncssm/desktop/index.js +1 -1
  305. package/plate/moderncssm/index-7f6b04c5.d.ts +88 -0
  306. package/plate/moderncssm/index.js +1 -1
  307. package/plate/moderncssm/mobile/Component.mobile.js +1 -1
  308. package/plate/moderncssm/mobile/index.js +1 -1
  309. package/plate/moderncssm/shared/index.js +1 -1
  310. package/plate/moderncssm/utils.js +1 -1
  311. package/plate/moderncssm/{warning-3ebece2f.d.ts → warning-d26c81e4.d.ts} +4 -1
  312. package/plate/moderncssm/{warning-3ebece2f.js → warning-d26c81e4.js} +3 -0
  313. package/plate/utils.js +1 -1
  314. package/plate/warning-030b2408.d.ts +22 -0
  315. package/plate/{warning-bde58dcf.js → warning-030b2408.js} +3 -0
  316. package/portal/Component.d.ts +1 -1
  317. package/portal/cssm/Component.d.ts +1 -1
  318. package/portal/cssm/hooks/usePortalContainer.d.ts +1 -1
  319. package/portal/cssm/hooks/usePortalContainer.js +5 -4
  320. package/portal/esm/Component.d.ts +1 -1
  321. package/portal/esm/Component.js +1 -1
  322. package/portal/esm/hooks/usePortalContainer.d.ts +1 -1
  323. package/portal/esm/hooks/usePortalContainer.js +5 -4
  324. package/portal/esm/index.js +1 -1
  325. package/portal/hooks/usePortalContainer.d.ts +1 -1
  326. package/portal/hooks/usePortalContainer.js +5 -4
  327. package/portal/modern/Component.d.ts +1 -1
  328. package/portal/modern/Component.js +1 -1
  329. package/portal/modern/hooks/usePortalContainer.d.ts +1 -1
  330. package/portal/modern/hooks/usePortalContainer.js +5 -4
  331. package/portal/modern/index.js +1 -1
  332. package/portal/moderncssm/Component.d.ts +1 -1
  333. package/portal/moderncssm/Component.js +1 -1
  334. package/portal/moderncssm/hooks/usePortalContainer.d.ts +1 -1
  335. package/portal/moderncssm/hooks/usePortalContainer.js +5 -4
  336. package/portal/moderncssm/index.js +1 -1
  337. package/pure-cell/component-fb05ccb7.d.ts +5 -5
  338. package/pure-cell/component.js +1 -1
  339. package/pure-cell/components/addon/component.js +1 -1
  340. package/pure-cell/components/addon/index.d.ts +1 -1
  341. package/pure-cell/components/addon/index.js +1 -1
  342. package/pure-cell/components/amount/component.js +1 -1
  343. package/pure-cell/components/amount/index.d.ts +1 -1
  344. package/pure-cell/components/amount/index.js +1 -1
  345. package/pure-cell/components/amount-title/component.js +1 -1
  346. package/pure-cell/components/amount-title/index.d.ts +1 -1
  347. package/pure-cell/components/amount-title/index.js +1 -1
  348. package/pure-cell/components/category/component.js +1 -1
  349. package/pure-cell/components/category/index.d.ts +1 -1
  350. package/pure-cell/components/category/index.js +1 -1
  351. package/pure-cell/components/content/component.js +1 -1
  352. package/pure-cell/components/content/index.d.ts +1 -1
  353. package/pure-cell/components/content/index.js +1 -1
  354. package/pure-cell/components/footer/component.js +1 -1
  355. package/pure-cell/components/footer/index.d.ts +1 -1
  356. package/pure-cell/components/footer/index.js +1 -1
  357. package/pure-cell/components/footer-button/component.js +1 -1
  358. package/pure-cell/components/footer-button/index.d.ts +1 -1
  359. package/pure-cell/components/footer-button/index.js +1 -1
  360. package/pure-cell/components/footer-text/component.js +1 -1
  361. package/pure-cell/components/footer-text/index.d.ts +1 -1
  362. package/pure-cell/components/footer-text/index.js +1 -1
  363. package/pure-cell/components/graphics/component.js +1 -1
  364. package/pure-cell/components/graphics/index.d.ts +1 -1
  365. package/pure-cell/components/graphics/index.js +1 -1
  366. package/pure-cell/components/main/component.js +1 -1
  367. package/pure-cell/components/main/index.d.ts +1 -1
  368. package/pure-cell/components/main/index.js +1 -1
  369. package/pure-cell/components/text/component.js +1 -1
  370. package/pure-cell/components/text/index.d.ts +1 -1
  371. package/pure-cell/components/text/index.js +1 -1
  372. package/pure-cell/esm/component.js +1 -1
  373. package/pure-cell/esm/components/addon/component.js +1 -1
  374. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  375. package/pure-cell/esm/components/addon/index.js +1 -1
  376. package/pure-cell/esm/components/amount/component.js +1 -1
  377. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  378. package/pure-cell/esm/components/amount/index.js +1 -1
  379. package/pure-cell/esm/components/amount-title/component.js +1 -1
  380. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  381. package/pure-cell/esm/components/amount-title/index.js +1 -1
  382. package/pure-cell/esm/components/category/component.js +1 -1
  383. package/pure-cell/esm/components/category/index.d.ts +1 -1
  384. package/pure-cell/esm/components/category/index.js +1 -1
  385. package/pure-cell/esm/components/content/component.js +1 -1
  386. package/pure-cell/esm/components/content/index.d.ts +1 -1
  387. package/pure-cell/esm/components/content/index.js +1 -1
  388. package/pure-cell/esm/components/footer/component.js +1 -1
  389. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  390. package/pure-cell/esm/components/footer/index.js +1 -1
  391. package/pure-cell/esm/components/footer-button/component.js +1 -1
  392. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  393. package/pure-cell/esm/components/footer-button/index.js +1 -1
  394. package/pure-cell/esm/components/footer-text/component.js +1 -1
  395. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  396. package/pure-cell/esm/components/footer-text/index.js +1 -1
  397. package/pure-cell/esm/components/graphics/component.js +1 -1
  398. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  399. package/pure-cell/esm/components/graphics/index.js +1 -1
  400. package/pure-cell/esm/components/main/component.js +1 -1
  401. package/pure-cell/esm/components/main/index.d.ts +1 -1
  402. package/pure-cell/esm/components/main/index.js +1 -1
  403. package/pure-cell/esm/components/text/component.js +1 -1
  404. package/pure-cell/esm/components/text/index.d.ts +1 -1
  405. package/pure-cell/esm/components/text/index.js +1 -1
  406. package/pure-cell/esm/index.js +1 -1
  407. package/pure-cell/index.js +1 -1
  408. package/pure-cell/modern/component.js +1 -1
  409. package/pure-cell/modern/components/addon/component.js +1 -1
  410. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  411. package/pure-cell/modern/components/addon/index.js +1 -1
  412. package/pure-cell/modern/components/amount/component.js +1 -1
  413. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  414. package/pure-cell/modern/components/amount/index.js +1 -1
  415. package/pure-cell/modern/components/amount-title/component.js +1 -1
  416. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  417. package/pure-cell/modern/components/amount-title/index.js +1 -1
  418. package/pure-cell/modern/components/category/component.js +1 -1
  419. package/pure-cell/modern/components/category/index.d.ts +1 -1
  420. package/pure-cell/modern/components/category/index.js +1 -1
  421. package/pure-cell/modern/components/content/component.js +1 -1
  422. package/pure-cell/modern/components/content/index.d.ts +1 -1
  423. package/pure-cell/modern/components/content/index.js +1 -1
  424. package/pure-cell/modern/components/footer/component.js +1 -1
  425. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  426. package/pure-cell/modern/components/footer/index.js +1 -1
  427. package/pure-cell/modern/components/footer-button/component.js +1 -1
  428. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  429. package/pure-cell/modern/components/footer-button/index.js +1 -1
  430. package/pure-cell/modern/components/footer-text/component.js +1 -1
  431. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  432. package/pure-cell/modern/components/footer-text/index.js +1 -1
  433. package/pure-cell/modern/components/graphics/component.js +1 -1
  434. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  435. package/pure-cell/modern/components/graphics/index.js +1 -1
  436. package/pure-cell/modern/components/main/component.js +1 -1
  437. package/pure-cell/modern/components/main/index.d.ts +1 -1
  438. package/pure-cell/modern/components/main/index.js +1 -1
  439. package/pure-cell/modern/components/text/component.js +1 -1
  440. package/pure-cell/modern/components/text/index.d.ts +1 -1
  441. package/pure-cell/modern/components/text/index.js +1 -1
  442. package/pure-cell/modern/index.js +1 -1
  443. package/select/components/base-option/Component.js +5 -4
  444. package/select/components/base-option/index.css +7 -2
  445. package/select/components/base-select/Component.js +4 -3
  446. package/select/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  447. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  448. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  449. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  450. package/select/components/base-select/index.css +7 -2
  451. package/select/components/optgroup/Component.js +1 -1
  452. package/select/components/optgroup/index.css +1 -2
  453. package/select/components/option/desktop/index.css +2 -3
  454. package/select/components/option/mobile/index.css +2 -3
  455. package/select/components/options-list/Component.js +1 -1
  456. package/select/components/options-list/index.css +1 -2
  457. package/select/components/virtual-options-list/Component.js +1 -1
  458. package/select/components/virtual-options-list/index.css +1 -2
  459. package/select/cssm/components/base-option/Component.js +4 -3
  460. package/select/cssm/components/base-option/index.module.css +7 -2
  461. package/select/cssm/components/base-select/Component.js +2 -1
  462. package/select/cssm/components/base-select/index.module.css +7 -2
  463. package/select/cssm/components/optgroup/index.module.css +1 -2
  464. package/select/cssm/components/option/desktop/index.module.css +2 -3
  465. package/select/cssm/components/option/index.module.css +2 -3
  466. package/select/cssm/components/option/mobile/index.module.css +2 -3
  467. package/select/cssm/components/options-list/index.module.css +1 -2
  468. package/select/cssm/components/virtual-options-list/index.module.css +1 -2
  469. package/select/cssm/{hook-928265a3.js → hook-bb149630.js} +3 -3
  470. package/select/cssm/mobile/Component.mobile.js +1 -1
  471. package/select/cssm/presets/index.js +1 -1
  472. package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
  473. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  474. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  475. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -2
  476. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +6 -2
  477. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  478. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +6 -2
  479. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +7 -3
  480. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  481. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  482. package/select/cssm/shared/index.js +1 -1
  483. package/select/esm/Component.responsive.js +4 -4
  484. package/select/esm/components/base-option/Component.js +5 -4
  485. package/select/esm/components/base-option/index.css +7 -2
  486. package/select/esm/components/base-option/index.js +1 -0
  487. package/select/esm/components/base-select/Component.js +4 -3
  488. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  489. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  490. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  491. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  492. package/select/esm/components/base-select/index.css +7 -2
  493. package/select/esm/components/base-select/index.js +3 -2
  494. package/select/esm/components/index.js +3 -3
  495. package/select/esm/components/optgroup/Component.js +1 -1
  496. package/select/esm/components/optgroup/index.css +1 -2
  497. package/select/esm/components/option/desktop/index.css +2 -3
  498. package/select/esm/components/option/mobile/index.css +2 -3
  499. package/select/esm/components/options-list/Component.js +1 -1
  500. package/select/esm/components/options-list/index.css +1 -2
  501. package/select/esm/components/virtual-options-list/Component.js +1 -1
  502. package/select/esm/components/virtual-options-list/index.css +1 -2
  503. package/select/esm/desktop/Component.desktop.js +3 -3
  504. package/select/esm/desktop/index.js +3 -3
  505. package/select/esm/{hook-8ea33033.js → hook-975eda46.js} +3 -3
  506. package/select/esm/index.js +4 -4
  507. package/select/esm/{list-popover-desktop-19302cc2.js → list-popover-desktop-42f1e1b8.js} +1 -1
  508. package/select/esm/mobile/Component.mobile.js +4 -4
  509. package/select/esm/mobile/Component.modal.mobile.js +4 -4
  510. package/select/esm/mobile/index.js +4 -4
  511. package/select/esm/presets/index.js +1 -1
  512. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  513. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  514. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  515. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -3
  516. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -2
  517. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  518. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +7 -3
  519. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -3
  520. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  521. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  522. package/select/esm/shared/index.js +3 -3
  523. package/select/{hook-969a9282.js → hook-4af6f85f.js} +3 -3
  524. package/select/{list-popover-desktop-7c0c3ff4.js → list-popover-desktop-668b6105.js} +1 -1
  525. package/select/mobile/Component.mobile.js +1 -1
  526. package/select/modern/Component.responsive.js +4 -4
  527. package/select/modern/components/base-option/Component.js +4 -3
  528. package/select/modern/components/base-option/index.css +7 -2
  529. package/select/modern/components/base-option/index.js +1 -0
  530. package/select/modern/components/base-select/Component.js +4 -3
  531. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  532. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  533. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  534. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  535. package/select/modern/components/base-select/index.css +7 -2
  536. package/select/modern/components/base-select/index.js +3 -2
  537. package/select/modern/components/index.js +3 -3
  538. package/select/modern/components/optgroup/Component.js +1 -1
  539. package/select/modern/components/optgroup/index.css +1 -2
  540. package/select/modern/components/option/desktop/index.css +2 -3
  541. package/select/modern/components/option/mobile/index.css +2 -3
  542. package/select/modern/components/options-list/Component.js +1 -1
  543. package/select/modern/components/options-list/index.css +1 -2
  544. package/select/modern/components/virtual-options-list/Component.js +1 -1
  545. package/select/modern/components/virtual-options-list/index.css +1 -2
  546. package/select/modern/desktop/Component.desktop.js +3 -3
  547. package/select/modern/desktop/index.js +3 -3
  548. package/select/modern/{hook-944ae153.js → hook-a397e0e3.js} +3 -3
  549. package/select/modern/index.js +4 -4
  550. package/select/modern/{list-popover-desktop-e1ffb5ee.js → list-popover-desktop-3f79e255.js} +1 -1
  551. package/select/modern/mobile/Component.mobile.js +4 -4
  552. package/select/modern/mobile/Component.modal.mobile.js +4 -4
  553. package/select/modern/mobile/index.js +4 -4
  554. package/select/modern/presets/index.js +1 -1
  555. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  556. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  557. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  558. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -3
  559. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -2
  560. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  561. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +6 -2
  562. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -3
  563. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  564. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  565. package/select/modern/shared/index.js +3 -3
  566. package/select/moderncssm/Component.responsive.js +2 -2
  567. package/select/moderncssm/components/base-option/Component.js +3 -2
  568. package/select/moderncssm/components/base-option/index.js +1 -0
  569. package/select/moderncssm/components/base-option/index.module.css +7 -0
  570. package/select/moderncssm/components/base-select/Component.js +2 -1
  571. package/select/moderncssm/components/base-select/index.js +1 -0
  572. package/select/moderncssm/components/base-select/index.module.css +4 -0
  573. package/select/moderncssm/components/index.js +1 -1
  574. package/select/moderncssm/components/optgroup/index.module.css +0 -1
  575. package/select/moderncssm/components/option/desktop/index.module.css +1 -2
  576. package/select/moderncssm/components/option/index.module.css +1 -2
  577. package/select/moderncssm/components/option/mobile/index.module.css +1 -2
  578. package/select/moderncssm/components/options-list/index.module.css +0 -1
  579. package/select/moderncssm/components/virtual-options-list/index.module.css +0 -1
  580. package/select/moderncssm/desktop/Component.desktop.js +1 -1
  581. package/select/moderncssm/desktop/index.js +1 -1
  582. package/select/moderncssm/{hook-0c8b8277.js → hook-fc2403e7.js} +3 -3
  583. package/select/moderncssm/index.js +2 -2
  584. package/select/moderncssm/mobile/Component.mobile.js +2 -2
  585. package/select/moderncssm/mobile/Component.modal.mobile.js +2 -2
  586. package/select/moderncssm/mobile/index.js +2 -2
  587. package/select/moderncssm/presets/index.js +1 -1
  588. package/select/moderncssm/presets/useSelectWithApply/hook.js +1 -1
  589. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -2
  590. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  591. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +4 -2
  592. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +3 -0
  593. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  594. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +5 -1
  595. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +5 -1
  596. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  597. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  598. package/select/moderncssm/shared/index.js +1 -1
  599. package/select/presets/index.js +1 -1
  600. package/select/presets/useSelectWithApply/hook.js +1 -1
  601. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  602. package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  603. package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +6 -3
  604. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -2
  605. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  606. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +7 -3
  607. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -3
  608. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  609. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  610. package/select/shared/index.js +1 -1
  611. package/shared/context/PortalContext/PortalContext.d.ts +4 -0
  612. package/shared/context/PortalContext/PortalContext.js +7 -0
  613. package/shared/context/PortalContext/index.d.ts +1 -0
  614. package/shared/context/PortalContext/index.js +7 -0
  615. package/shared/cssm/context/PortalContext/PortalContext.d.ts +4 -0
  616. package/shared/cssm/context/PortalContext/PortalContext.js +7 -0
  617. package/shared/cssm/context/PortalContext/index.d.ts +1 -0
  618. package/shared/cssm/context/PortalContext/index.js +7 -0
  619. package/shared/cssm/index.d.ts +1 -0
  620. package/shared/cssm/index.js +2 -0
  621. package/shared/esm/context/PortalContext/PortalContext.d.ts +4 -0
  622. package/shared/esm/context/PortalContext/PortalContext.js +5 -0
  623. package/shared/esm/context/PortalContext/index.d.ts +1 -0
  624. package/shared/esm/context/PortalContext/index.js +2 -0
  625. package/shared/esm/index.d.ts +1 -0
  626. package/shared/esm/index.js +1 -0
  627. package/shared/index.d.ts +1 -0
  628. package/shared/index.js +2 -0
  629. package/shared/modern/context/PortalContext/PortalContext.d.ts +4 -0
  630. package/shared/modern/context/PortalContext/PortalContext.js +5 -0
  631. package/shared/modern/context/PortalContext/index.d.ts +1 -0
  632. package/shared/modern/context/PortalContext/index.js +2 -0
  633. package/shared/modern/index.d.ts +1 -0
  634. package/shared/modern/index.js +1 -0
  635. package/shared/moderncssm/context/PortalContext/PortalContext.d.ts +4 -0
  636. package/shared/moderncssm/context/PortalContext/PortalContext.js +5 -0
  637. package/shared/moderncssm/context/PortalContext/index.d.ts +1 -0
  638. package/shared/moderncssm/context/PortalContext/index.js +2 -0
  639. package/shared/moderncssm/index.d.ts +1 -0
  640. package/shared/moderncssm/index.js +1 -0
  641. package/side-panel/components/controls/Component.js +1 -1
  642. package/side-panel/components/footer/Component.js +1 -1
  643. package/side-panel/esm/Component.responsive.js +1 -1
  644. package/side-panel/esm/components/controls/Component.js +1 -1
  645. package/side-panel/esm/components/controls/index.js +1 -1
  646. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  647. package/side-panel/esm/components/footer/Component.js +1 -1
  648. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  649. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  650. package/side-panel/esm/desktop/index.js +1 -1
  651. package/side-panel/esm/index.js +1 -1
  652. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  653. package/side-panel/esm/mobile/index.js +1 -1
  654. package/side-panel/modern/Component.responsive.js +1 -1
  655. package/side-panel/modern/components/controls/Component.js +1 -1
  656. package/side-panel/modern/components/controls/index.js +1 -1
  657. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  658. package/side-panel/modern/components/footer/Component.js +1 -1
  659. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  660. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  661. package/side-panel/modern/desktop/index.js +1 -1
  662. package/side-panel/modern/index.js +1 -1
  663. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  664. package/side-panel/modern/mobile/index.js +1 -1
  665. package/spinner/cssm/index.module.css +0 -1
  666. package/spinner/esm/index.css +0 -1
  667. package/spinner/index.css +0 -1
  668. package/spinner/modern/index.css +0 -1
  669. package/spinner/moderncssm/index.module.css +0 -1
  670. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  671. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  672. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  673. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  674. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  675. package/tabs/esm/collapsible/index.js +1 -1
  676. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  677. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  678. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  679. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  680. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  681. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  682. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  683. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  684. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  685. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  686. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  687. package/tabs/esm/desktop/index.js +2 -2
  688. package/tabs/esm/index.js +2 -2
  689. package/tabs/esm/mobile/index.js +2 -2
  690. package/tabs/modern/collapsible/index.js +1 -1
  691. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  692. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  693. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  694. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  695. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  696. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  697. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  698. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  699. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  700. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  701. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  702. package/tabs/modern/desktop/index.js +2 -2
  703. package/tabs/modern/index.js +2 -2
  704. package/tabs/modern/mobile/index.js +2 -2
  705. package/tag/moderncssm/components/base-tag/Component.d.ts +1 -1
  706. package/themes/compiled/mobile-dark-bluetint.css +173 -34
  707. package/universal-date-input/cssm/index-5712fce2.d.ts +2 -2
  708. package/universal-date-input/esm/index-5712fce2.d.ts +2 -2
  709. package/universal-date-input/index-5712fce2.d.ts +2 -2
  710. package/universal-date-input/modern/index-5712fce2.d.ts +2 -2
  711. package/universal-date-input/moderncssm/index-5712fce2.d.ts +2 -2
  712. package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
  713. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  714. package/universal-modal/esm/Component.responsive.js +1 -1
  715. package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
  716. package/universal-modal/esm/components/header/index.js +1 -1
  717. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  718. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  719. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  720. package/universal-modal/esm/desktop/index.js +1 -1
  721. package/universal-modal/esm/index.js +1 -1
  722. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  723. package/universal-modal/esm/mobile/index.js +1 -1
  724. package/universal-modal/modern/Component.responsive.js +1 -1
  725. package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
  726. package/universal-modal/modern/components/header/index.js +1 -1
  727. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  728. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  729. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  730. package/universal-modal/modern/desktop/index.js +1 -1
  731. package/universal-modal/modern/index.js +1 -1
  732. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  733. package/universal-modal/modern/mobile/index.js +1 -1
  734. package/plate/moderncssm/index-7a60c8a5.d.ts +0 -87
  735. package/plate/warning-bde58dcf.d.ts +0 -19
  736. /package/calendar/{calendarMonthOnlyView-97ffe928.d.ts → calendarMonthOnlyView-4b08bdf0.d.ts} +0 -0
  737. /package/calendar/{calendarMonthOnlyView-97ffe928.js → calendarMonthOnlyView-4b08bdf0.js} +0 -0
  738. /package/calendar/esm/{calendarMonthOnlyView-82aed7a3.d.ts → calendarMonthOnlyView-ed62adc4.d.ts} +0 -0
  739. /package/calendar/esm/{calendarMonthOnlyView-82aed7a3.js → calendarMonthOnlyView-ed62adc4.js} +0 -0
  740. /package/calendar/modern/{calendarMonthOnlyView-e737b030.d.ts → calendarMonthOnlyView-c5271ea5.d.ts} +0 -0
  741. /package/calendar/modern/{calendarMonthOnlyView-e737b030.js → calendarMonthOnlyView-c5271ea5.js} +0 -0
  742. /package/confirmation/{countdown-section-9b3f57d9.d.ts → countdown-section-b36544f6.d.ts} +0 -0
  743. /package/confirmation/{countdown-section-9b3f57d9.js → countdown-section-b36544f6.js} +0 -0
  744. /package/confirmation/esm/{countdown-section-846f3d8f.d.ts → countdown-section-dee14f72.d.ts} +0 -0
  745. /package/confirmation/esm/{countdown-section-846f3d8f.js → countdown-section-dee14f72.js} +0 -0
  746. /package/confirmation/modern/{countdown-section-4ca6897e.d.ts → countdown-section-3774f897.d.ts} +0 -0
  747. /package/confirmation/modern/{countdown-section-4ca6897e.js → countdown-section-3774f897.js} +0 -0
  748. /package/file-upload-item/{actions-control.module-998010b1.js → actions-control.module-25c4d2fd.js} +0 -0
  749. /package/file-upload-item/esm/{actions-control.module-57ea3bd6.js → actions-control.module-5079160b.js} +0 -0
  750. /package/file-upload-item/modern/{actions-control.module-8e42c7f3.js → actions-control.module-5987c1de.js} +0 -0
  751. /package/gallery/esm/{hooks-53e2d904.d.ts → hooks-63c5334a.d.ts} +0 -0
  752. /package/gallery/esm/{hooks-53e2d904.js → hooks-63c5334a.js} +0 -0
  753. /package/gallery/{hooks-b1e91594.d.ts → hooks-1e52b56a.d.ts} +0 -0
  754. /package/gallery/{hooks-b1e91594.js → hooks-1e52b56a.js} +0 -0
  755. /package/gallery/modern/{hooks-739163e8.d.ts → hooks-f32cd56c.d.ts} +0 -0
  756. /package/gallery/modern/{hooks-739163e8.js → hooks-f32cd56c.js} +0 -0
  757. /package/modal/esm/{layout.module-348fc08c.js → layout.module-032a7797.js} +0 -0
  758. /package/modal/{layout.module-92fdb656.js → layout.module-f58f9b14.js} +0 -0
  759. /package/modal/modern/{layout.module-a9768ae2.js → layout.module-2df1665b.js} +0 -0
  760. /package/pure-cell/{component-1acf736f.d.ts → component-f82df88b.d.ts} +0 -0
  761. /package/pure-cell/{component-1acf736f.js → component-f82df88b.js} +0 -0
  762. /package/pure-cell/esm/{component-f38c8fa9.d.ts → component-e1bd7cac.d.ts} +0 -0
  763. /package/pure-cell/esm/{component-f38c8fa9.js → component-e1bd7cac.js} +0 -0
  764. /package/pure-cell/modern/{component-8478eb62.d.ts → component-e98fa1b8.d.ts} +0 -0
  765. /package/pure-cell/modern/{component-8478eb62.js → component-e98fa1b8.js} +0 -0
  766. /package/select/cssm/{hook-928265a3.d.ts → hook-bb149630.d.ts} +0 -0
  767. /package/select/esm/{hook-8ea33033.d.ts → hook-975eda46.d.ts} +0 -0
  768. /package/select/esm/{list-popover-desktop-19302cc2.d.ts → list-popover-desktop-42f1e1b8.d.ts} +0 -0
  769. /package/select/esm/{mobile.module-a5627c92.js → mobile.module-cbccaab4.js} +0 -0
  770. /package/select/{hook-969a9282.d.ts → hook-4af6f85f.d.ts} +0 -0
  771. /package/select/{list-popover-desktop-7c0c3ff4.d.ts → list-popover-desktop-668b6105.d.ts} +0 -0
  772. /package/select/{mobile.module-92b87d8e.js → mobile.module-63335534.js} +0 -0
  773. /package/select/modern/{hook-944ae153.d.ts → hook-a397e0e3.d.ts} +0 -0
  774. /package/select/modern/{list-popover-desktop-e1ffb5ee.d.ts → list-popover-desktop-3f79e255.d.ts} +0 -0
  775. /package/select/modern/{mobile.module-38c380ea.js → mobile.module-d0d83567.js} +0 -0
  776. /package/select/moderncssm/{hook-0c8b8277.d.ts → hook-fc2403e7.d.ts} +0 -0
  777. /package/side-panel/esm/{layout.module-fe79b7b5.js → layout.module-2af39679.js} +0 -0
  778. /package/side-panel/{layout.module-478eea81.js → layout.module-7fc5583a.js} +0 -0
  779. /package/side-panel/modern/{layout.module-51ce6639.js → layout.module-14ade204.js} +0 -0
  780. /package/tabs/esm/{index.module-77d75a02.js → index.module-4727f97e.js} +0 -0
  781. /package/tabs/esm/{index.module-c3609452.js → index.module-da2e30be.js} +0 -0
  782. /package/tabs/{index.module-e29c8a69.js → index.module-7b4b5510.js} +0 -0
  783. /package/tabs/{index.module-868a5c11.js → index.module-7ddbb45d.js} +0 -0
  784. /package/tabs/modern/{index.module-758d9364.js → index.module-98af5c45.js} +0 -0
  785. /package/tabs/modern/{index.module-cfb61f9c.js → index.module-e8b3b734.js} +0 -0
  786. /package/universal-modal/esm/{index.module-e3ebc48f.js → index.module-bf7c0863.js} +0 -0
  787. /package/universal-modal/{index.module-4ea89642.js → index.module-bd5e6a0c.js} +0 -0
  788. /package/universal-modal/modern/{index.module-6fb41cd2.js → index.module-ce7105c0.js} +0 -0
@@ -34,6 +34,8 @@ detectBrowser.detect();
34
34
 
35
35
  detectBrowser.detect();
36
36
 
37
+ React.createContext(function () { return null; });
38
+
37
39
  /* eslint-disable no-console */
38
40
  if (process.env.NODE_ENV === 'development') ;
39
41
 
@@ -1,4 +1,4 @@
1
- import { useState, useRef, useEffect } from 'react';
1
+ import { createContext, useState, useRef, useEffect } from 'react';
2
2
  import { ResizeObserver } from '@juggle/resize-observer';
3
3
  import { detect } from 'detect-browser';
4
4
  import '@alfalab/hooks';
@@ -32,6 +32,8 @@ detect();
32
32
 
33
33
  detect();
34
34
 
35
+ createContext(function () { return null; });
36
+
35
37
  /* eslint-disable no-console */
36
38
  if (process.env.NODE_ENV === 'development') ;
37
39
 
@@ -34,6 +34,8 @@ detectBrowser.detect();
34
34
 
35
35
  detectBrowser.detect();
36
36
 
37
+ React.createContext(function () { return null; });
38
+
37
39
  /* eslint-disable no-console */
38
40
  if (process.env.NODE_ENV === 'development') ;
39
41
 
@@ -1,4 +1,4 @@
1
- import { useState, useRef, useEffect } from 'react';
1
+ import { createContext, useState, useRef, useEffect } from 'react';
2
2
  import { ResizeObserver } from '@juggle/resize-observer';
3
3
  import { detect } from 'detect-browser';
4
4
  import '@alfalab/hooks';
@@ -32,6 +32,8 @@ detect();
32
32
 
33
33
  detect();
34
34
 
35
+ createContext(() => null);
36
+
35
37
  /* eslint-disable no-console */
36
38
  if (process.env.NODE_ENV === 'development') ;
37
39
 
@@ -1,4 +1,4 @@
1
- import { useState, useRef, useEffect } from 'react';
1
+ import { createContext, useState, useRef, useEffect } from 'react';
2
2
  import { ResizeObserver } from '@juggle/resize-observer';
3
3
  import { detect } from 'detect-browser';
4
4
  import '@alfalab/hooks';
@@ -32,6 +32,8 @@ detect();
32
32
 
33
33
  detect();
34
34
 
35
+ createContext(() => null);
36
+
35
37
  /* eslint-disable no-console */
36
38
  if (process.env.NODE_ENV === 'development') ;
37
39
 
@@ -10,7 +10,7 @@ var mobile = require('../../../modal/mobile');
10
10
  var coreComponentsShared = require('../../../shared');
11
11
  var desktop_Component_desktop = require('../../desktop/Component.desktop.js');
12
12
  var utils = require('../../utils.js');
13
- var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-97ffe928.js');
13
+ var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-4b08bdf0.js');
14
14
 
15
15
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
16
16
 
@@ -15,7 +15,7 @@ require('../../useCalendar.js');
15
15
  require('../../useRange.js');
16
16
  require('../../utils.js');
17
17
  require('../days-table/Component.js');
18
- var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-97ffe928.js');
18
+ var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-4b08bdf0.js');
19
19
 
20
20
 
21
21
 
@@ -1,3 +1,3 @@
1
1
  export * from "./Component";
2
2
  export * from "./typings";
3
- export * from "../../calendarMonthOnlyView-97ffe928";
3
+ export * from "../../calendarMonthOnlyView-4b08bdf0";
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var components_calendarMobile_Component = require('./Component.js');
4
- var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-97ffe928.js');
4
+ var components_calendarMobile_calendarMonthOnlyView = require('../../calendarMonthOnlyView-4b08bdf0.js');
5
5
 
6
6
 
7
7
 
@@ -48,7 +48,7 @@ import '@juggle/resize-observer';
48
48
  import '../../button/esm/mobile';
49
49
  import '../../modal/esm/mobile';
50
50
  import './utils.js';
51
- import './calendarMonthOnlyView-82aed7a3.js';
51
+ import './calendarMonthOnlyView-ed62adc4.js';
52
52
  import './useCalendar.js';
53
53
  import './useRange.js';
54
54
  import './usePeriod.js';
@@ -8,7 +8,7 @@ import { ModalMobile } from '../../../../modal/esm/mobile';
8
8
  import { getDataTestId } from '../../../../shared/esm';
9
9
  import { CalendarDesktop } from '../../desktop/Component.desktop.js';
10
10
  import { WEEKDAYS, isRangeValue } from '../../utils.js';
11
- import { s as styles, C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-82aed7a3.js';
11
+ import { s as styles, C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-ed62adc4.js';
12
12
  import 'date-fns/endOfDay';
13
13
  import 'date-fns/startOfDay';
14
14
  import 'date-fns/startOfMonth';
@@ -36,7 +36,7 @@ import '../../../../shared/esm';
36
36
  import 'date-fns/differenceInDays';
37
37
  import '@alfalab/hooks';
38
38
  import '../days-table/Component.js';
39
- export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-82aed7a3.js';
39
+ export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-ed62adc4.js';
40
40
  import 'react-transition-group';
41
41
  import 'date-fns/isEqual';
42
42
  import 'date-fns/isLastDayOfMonth';
@@ -1,3 +1,3 @@
1
1
  export * from "./Component";
2
2
  export * from "./typings";
3
- export * from "../../calendarMonthOnlyView-82aed7a3";
3
+ export * from "../../calendarMonthOnlyView-ed62adc4";
@@ -1,5 +1,5 @@
1
1
  export { CalendarMobile, CalendarMonthOnlyViewHeader } from './Component.js';
2
- export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-82aed7a3.js';
2
+ export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-ed62adc4.js';
3
3
  import 'tslib';
4
4
  import 'react';
5
5
  import 'react-merge-refs';
@@ -70,6 +70,6 @@ import 'date-fns/setYear';
70
70
  import 'date-fns/subYears';
71
71
  import './useRange.js';
72
72
  import './usePeriod.js';
73
- import './calendarMonthOnlyView-82aed7a3.js';
73
+ import './calendarMonthOnlyView-ed62adc4.js';
74
74
  import 'react-virtuoso';
75
75
  import '../../typography/esm';
@@ -1,5 +1,5 @@
1
1
  export { CalendarMobile, CalendarMonthOnlyViewHeader } from '../components/calendar-mobile/Component.js';
2
- export { C as CalendarMonthOnlyView } from '../calendarMonthOnlyView-82aed7a3.js';
2
+ export { C as CalendarMonthOnlyView } from '../calendarMonthOnlyView-ed62adc4.js';
3
3
  import 'tslib';
4
4
  import 'react';
5
5
  import 'react-merge-refs';
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var components_calendarMobile_Component = require('../components/calendar-mobile/Component.js');
4
- var components_calendarMobile_calendarMonthOnlyView = require('../calendarMonthOnlyView-97ffe928.js');
4
+ var components_calendarMobile_calendarMonthOnlyView = require('../calendarMonthOnlyView-4b08bdf0.js');
5
5
 
6
6
 
7
7
 
@@ -47,7 +47,7 @@ import '@juggle/resize-observer';
47
47
  import '../../button/modern/mobile';
48
48
  import '../../modal/modern/mobile';
49
49
  import './utils.js';
50
- import './calendarMonthOnlyView-e737b030.js';
50
+ import './calendarMonthOnlyView-c5271ea5.js';
51
51
  import './useCalendar.js';
52
52
  import './useRange.js';
53
53
  import './usePeriod.js';
@@ -7,7 +7,7 @@ import { ModalMobile } from '../../../../modal/modern/mobile';
7
7
  import { getDataTestId } from '../../../../shared/modern';
8
8
  import { CalendarDesktop } from '../../desktop/Component.desktop.js';
9
9
  import { WEEKDAYS, isRangeValue } from '../../utils.js';
10
- import { s as styles, C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-e737b030.js';
10
+ import { s as styles, C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-c5271ea5.js';
11
11
  import 'date-fns/endOfDay';
12
12
  import 'date-fns/startOfDay';
13
13
  import 'date-fns/startOfMonth';
@@ -35,7 +35,7 @@ import '../../../../shared/modern';
35
35
  import 'date-fns/differenceInDays';
36
36
  import '@alfalab/hooks';
37
37
  import '../days-table/Component.js';
38
- export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-e737b030.js';
38
+ export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-c5271ea5.js';
39
39
  import 'react-transition-group';
40
40
  import 'date-fns/isEqual';
41
41
  import 'date-fns/isLastDayOfMonth';
@@ -1,3 +1,3 @@
1
1
  export * from "./Component";
2
2
  export * from "./typings";
3
- export * from "../../calendarMonthOnlyView-e737b030";
3
+ export * from "../../calendarMonthOnlyView-c5271ea5";
@@ -1,5 +1,5 @@
1
1
  export { CalendarMobile, CalendarMonthOnlyViewHeader } from './Component.js';
2
- export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-e737b030.js';
2
+ export { C as CalendarMonthOnlyView } from '../../calendarMonthOnlyView-c5271ea5.js';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
5
5
  import '@juggle/resize-observer';
@@ -69,6 +69,6 @@ import 'date-fns/setYear';
69
69
  import 'date-fns/subYears';
70
70
  import './useRange.js';
71
71
  import './usePeriod.js';
72
- import './calendarMonthOnlyView-e737b030.js';
72
+ import './calendarMonthOnlyView-c5271ea5.js';
73
73
  import 'react-virtuoso';
74
74
  import '../../typography/modern';
@@ -1,5 +1,5 @@
1
1
  export { CalendarMobile, CalendarMonthOnlyViewHeader } from '../components/calendar-mobile/Component.js';
2
- export { C as CalendarMonthOnlyView } from '../calendarMonthOnlyView-e737b030.js';
2
+ export { C as CalendarMonthOnlyView } from '../calendarMonthOnlyView-c5271ea5.js';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
5
5
  import '@juggle/resize-observer';
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ChangeEvent, FocusEvent, MouseEvent, ReactNode } from "react";
1
+ import { ChangeEvent, FC, FocusEvent, MouseEvent, ReactNode } from 'react';
4
2
  type Direction = 'horizontal' | 'vertical';
5
3
  type CheckboxGroupType = 'checkbox' | 'tag';
6
4
  type BaseCheckboxGroupProps = {
@@ -62,5 +60,5 @@ type BaseCheckboxGroupProps = {
62
60
  [key: string]: string;
63
61
  };
64
62
  };
65
- declare const BaseCheckboxGroup: React.ForwardRefExoticComponent<BaseCheckboxGroupProps & React.RefAttributes<HTMLDivElement>>;
63
+ declare const BaseCheckboxGroup: FC<BaseCheckboxGroupProps>;
66
64
  export { Direction, CheckboxGroupType, BaseCheckboxGroupProps, BaseCheckboxGroup };
@@ -12,7 +12,7 @@ var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
12
12
  var commonStyles = {"component":"checkbox-group__component_1n5tb","error":"checkbox-group__error_1n5tb","tag":"checkbox-group__tag_1n5tb","checkboxList":"checkbox-group__checkboxList_1n5tb","vertical":"checkbox-group__vertical_1n5tb","checkbox":"checkbox-group__checkbox_1n5tb","horizontal":"checkbox-group__horizontal_1n5tb","tagLabel":"checkbox-group__tagLabel_1n5tb","label":"checkbox-group__label_1n5tb","sub":"checkbox-group__sub_1n5tb","errorMessage":"checkbox-group__errorMessage_1n5tb","hint":"checkbox-group__hint_1n5tb","hiddenInput":"checkbox-group__hiddenInput_1n5tb"};
13
13
  require('./index.css');
14
14
 
15
- var BaseCheckboxGroup = React.forwardRef(function (_a, ref) {
15
+ var BaseCheckboxGroup = function (_a) {
16
16
  var _b, _c;
17
17
  var children = _a.children, className = _a.className, _d = _a.direction, direction = _d === void 0 ? 'vertical' : _d, label = _a.label, error = _a.error, hint = _a.hint, onChange = _a.onChange, onBlur = _a.onBlur, onFocus = _a.onFocus, _e = _a.type, type = _e === void 0 ? 'checkbox' : _e, dataTestId = _a.dataTestId, _f = _a.disabled, disabled = _f === void 0 ? false : _f, styles = _a.styles;
18
18
  var renderCheckbox = function (child) {
@@ -39,20 +39,18 @@ var BaseCheckboxGroup = React.forwardRef(function (_a, ref) {
39
39
  React__default.default.createElement("input", { type: 'checkbox', autoComplete: 'off', onChange: handleChange, disabled: disabled || child.props.disabled, checked: checked, className: commonStyles.hiddenInput, tabIndex: -1 })));
40
40
  };
41
41
  var errorMessage = typeof error === 'boolean' ? '' : error;
42
- return (React__default.default.createElement("div", { ref: ref, className: cn__default.default(commonStyles.component, commonStyles[type], commonStyles[direction], (_b = {}, _b[commonStyles.error] = error, _b), className), "data-test-id": dataTestId },
43
- label ? (React__default.default.createElement("span", { className: cn__default.default(commonStyles.label, styles.label) }, label)) : null,
42
+ return (React__default.default.createElement("div", { className: cn__default.default(commonStyles.component, commonStyles[type], commonStyles[direction], (_b = {}, _b[commonStyles.error] = error, _b), className), "data-test-id": dataTestId },
43
+ label ? React__default.default.createElement("span", { className: cn__default.default(commonStyles.label, styles.label) }, label) : null,
44
44
  children ? (React__default.default.createElement("div", { className: cn__default.default(commonStyles.checkboxList, (_c = {},
45
45
  _c[styles.checkboxList] = type === 'checkbox',
46
46
  _c)), onBlur: onBlur, onFocus: onFocus }, React.Children.map(children, function (child) {
47
47
  if (React.isValidElement(child)) {
48
- return type === 'checkbox'
49
- ? renderCheckbox(child)
50
- : renderTag(child);
48
+ return type === 'checkbox' ? renderCheckbox(child) : renderTag(child);
51
49
  }
52
50
  return null;
53
51
  }))) : null,
54
52
  errorMessage && (React__default.default.createElement("span", { className: cn__default.default(commonStyles.sub, styles.sub, commonStyles.errorMessage), role: 'alert' }, errorMessage)),
55
53
  hint && !errorMessage && (React__default.default.createElement("span", { className: cn__default.default(commonStyles.sub, styles.sub, commonStyles.hint) }, hint))));
56
- });
54
+ };
57
55
 
58
56
  exports.BaseCheckboxGroup = BaseCheckboxGroup;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ChangeEvent, FocusEvent, MouseEvent, ReactNode } from "react";
1
+ import { ChangeEvent, FC, FocusEvent, MouseEvent, ReactNode } from 'react';
4
2
  type Direction = 'horizontal' | 'vertical';
5
3
  type CheckboxGroupType = 'checkbox' | 'tag';
6
4
  type BaseCheckboxGroupProps = {
@@ -62,5 +60,5 @@ type BaseCheckboxGroupProps = {
62
60
  [key: string]: string;
63
61
  };
64
62
  };
65
- declare const BaseCheckboxGroup: React.ForwardRefExoticComponent<BaseCheckboxGroupProps & React.RefAttributes<HTMLDivElement>>;
63
+ declare const BaseCheckboxGroup: FC<BaseCheckboxGroupProps>;
66
64
  export { Direction, CheckboxGroupType, BaseCheckboxGroupProps, BaseCheckboxGroup };
@@ -11,7 +11,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
11
11
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
12
12
  var commonStyles__default = /*#__PURE__*/_interopDefaultCompat(commonStyles);
13
13
 
14
- var BaseCheckboxGroup = React.forwardRef(function (_a, ref) {
14
+ var BaseCheckboxGroup = function (_a) {
15
15
  var _b, _c;
16
16
  var children = _a.children, className = _a.className, _d = _a.direction, direction = _d === void 0 ? 'vertical' : _d, label = _a.label, error = _a.error, hint = _a.hint, onChange = _a.onChange, onBlur = _a.onBlur, onFocus = _a.onFocus, _e = _a.type, type = _e === void 0 ? 'checkbox' : _e, dataTestId = _a.dataTestId, _f = _a.disabled, disabled = _f === void 0 ? false : _f, styles = _a.styles;
17
17
  var renderCheckbox = function (child) {
@@ -38,20 +38,18 @@ var BaseCheckboxGroup = React.forwardRef(function (_a, ref) {
38
38
  React__default.default.createElement("input", { type: 'checkbox', autoComplete: 'off', onChange: handleChange, disabled: disabled || child.props.disabled, checked: checked, className: commonStyles__default.default.hiddenInput, tabIndex: -1 })));
39
39
  };
40
40
  var errorMessage = typeof error === 'boolean' ? '' : error;
41
- return (React__default.default.createElement("div", { ref: ref, className: cn__default.default(commonStyles__default.default.component, commonStyles__default.default[type], commonStyles__default.default[direction], (_b = {}, _b[commonStyles__default.default.error] = error, _b), className), "data-test-id": dataTestId },
42
- label ? (React__default.default.createElement("span", { className: cn__default.default(commonStyles__default.default.label, styles.label) }, label)) : null,
41
+ return (React__default.default.createElement("div", { className: cn__default.default(commonStyles__default.default.component, commonStyles__default.default[type], commonStyles__default.default[direction], (_b = {}, _b[commonStyles__default.default.error] = error, _b), className), "data-test-id": dataTestId },
42
+ label ? React__default.default.createElement("span", { className: cn__default.default(commonStyles__default.default.label, styles.label) }, label) : null,
43
43
  children ? (React__default.default.createElement("div", { className: cn__default.default(commonStyles__default.default.checkboxList, (_c = {},
44
44
  _c[styles.checkboxList] = type === 'checkbox',
45
45
  _c)), onBlur: onBlur, onFocus: onFocus }, React.Children.map(children, function (child) {
46
46
  if (React.isValidElement(child)) {
47
- return type === 'checkbox'
48
- ? renderCheckbox(child)
49
- : renderTag(child);
47
+ return type === 'checkbox' ? renderCheckbox(child) : renderTag(child);
50
48
  }
51
49
  return null;
52
50
  }))) : null,
53
51
  errorMessage && (React__default.default.createElement("span", { className: cn__default.default(commonStyles__default.default.sub, styles.sub, commonStyles__default.default.errorMessage), role: 'alert' }, errorMessage)),
54
52
  hint && !errorMessage && (React__default.default.createElement("span", { className: cn__default.default(commonStyles__default.default.sub, styles.sub, commonStyles__default.default.hint) }, hint))));
55
- });
53
+ };
56
54
 
57
55
  exports.BaseCheckboxGroup = BaseCheckboxGroup;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ChangeEvent, FocusEvent, MouseEvent, ReactNode } from "react";
1
+ import { ChangeEvent, FC, FocusEvent, MouseEvent, ReactNode } from 'react';
4
2
  type Direction = 'horizontal' | 'vertical';
5
3
  type CheckboxGroupType = 'checkbox' | 'tag';
6
4
  type BaseCheckboxGroupProps = {
@@ -62,5 +60,5 @@ type BaseCheckboxGroupProps = {
62
60
  [key: string]: string;
63
61
  };
64
62
  };
65
- declare const BaseCheckboxGroup: React.ForwardRefExoticComponent<BaseCheckboxGroupProps & React.RefAttributes<HTMLDivElement>>;
63
+ declare const BaseCheckboxGroup: FC<BaseCheckboxGroupProps>;
66
64
  export { Direction, CheckboxGroupType, BaseCheckboxGroupProps, BaseCheckboxGroup };
@@ -1,11 +1,11 @@
1
1
  import { __assign } from 'tslib';
2
- import React, { forwardRef, Children, isValidElement, cloneElement } from 'react';
2
+ import React, { Children, isValidElement, cloneElement } from 'react';
3
3
  import cn from 'classnames';
4
4
 
5
5
  var commonStyles = {"component":"checkbox-group__component_1n5tb","error":"checkbox-group__error_1n5tb","tag":"checkbox-group__tag_1n5tb","checkboxList":"checkbox-group__checkboxList_1n5tb","vertical":"checkbox-group__vertical_1n5tb","checkbox":"checkbox-group__checkbox_1n5tb","horizontal":"checkbox-group__horizontal_1n5tb","tagLabel":"checkbox-group__tagLabel_1n5tb","label":"checkbox-group__label_1n5tb","sub":"checkbox-group__sub_1n5tb","errorMessage":"checkbox-group__errorMessage_1n5tb","hint":"checkbox-group__hint_1n5tb","hiddenInput":"checkbox-group__hiddenInput_1n5tb"};
6
6
  require('./index.css');
7
7
 
8
- var BaseCheckboxGroup = forwardRef(function (_a, ref) {
8
+ var BaseCheckboxGroup = function (_a) {
9
9
  var _b, _c;
10
10
  var children = _a.children, className = _a.className, _d = _a.direction, direction = _d === void 0 ? 'vertical' : _d, label = _a.label, error = _a.error, hint = _a.hint, onChange = _a.onChange, onBlur = _a.onBlur, onFocus = _a.onFocus, _e = _a.type, type = _e === void 0 ? 'checkbox' : _e, dataTestId = _a.dataTestId, _f = _a.disabled, disabled = _f === void 0 ? false : _f, styles = _a.styles;
11
11
  var renderCheckbox = function (child) {
@@ -32,20 +32,18 @@ var BaseCheckboxGroup = forwardRef(function (_a, ref) {
32
32
  React.createElement("input", { type: 'checkbox', autoComplete: 'off', onChange: handleChange, disabled: disabled || child.props.disabled, checked: checked, className: commonStyles.hiddenInput, tabIndex: -1 })));
33
33
  };
34
34
  var errorMessage = typeof error === 'boolean' ? '' : error;
35
- return (React.createElement("div", { ref: ref, className: cn(commonStyles.component, commonStyles[type], commonStyles[direction], (_b = {}, _b[commonStyles.error] = error, _b), className), "data-test-id": dataTestId },
36
- label ? (React.createElement("span", { className: cn(commonStyles.label, styles.label) }, label)) : null,
35
+ return (React.createElement("div", { className: cn(commonStyles.component, commonStyles[type], commonStyles[direction], (_b = {}, _b[commonStyles.error] = error, _b), className), "data-test-id": dataTestId },
36
+ label ? React.createElement("span", { className: cn(commonStyles.label, styles.label) }, label) : null,
37
37
  children ? (React.createElement("div", { className: cn(commonStyles.checkboxList, (_c = {},
38
38
  _c[styles.checkboxList] = type === 'checkbox',
39
39
  _c)), onBlur: onBlur, onFocus: onFocus }, Children.map(children, function (child) {
40
40
  if (isValidElement(child)) {
41
- return type === 'checkbox'
42
- ? renderCheckbox(child)
43
- : renderTag(child);
41
+ return type === 'checkbox' ? renderCheckbox(child) : renderTag(child);
44
42
  }
45
43
  return null;
46
44
  }))) : null,
47
45
  errorMessage && (React.createElement("span", { className: cn(commonStyles.sub, styles.sub, commonStyles.errorMessage), role: 'alert' }, errorMessage)),
48
46
  hint && !errorMessage && (React.createElement("span", { className: cn(commonStyles.sub, styles.sub, commonStyles.hint) }, hint))));
49
- });
47
+ };
50
48
 
51
49
  export { BaseCheckboxGroup };
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ChangeEvent, FocusEvent, MouseEvent, ReactNode } from "react";
1
+ import { ChangeEvent, FC, FocusEvent, MouseEvent, ReactNode } from 'react';
4
2
  type Direction = 'horizontal' | 'vertical';
5
3
  type CheckboxGroupType = 'checkbox' | 'tag';
6
4
  type BaseCheckboxGroupProps = {
@@ -62,5 +60,5 @@ type BaseCheckboxGroupProps = {
62
60
  [key: string]: string;
63
61
  };
64
62
  };
65
- declare const BaseCheckboxGroup: React.ForwardRefExoticComponent<BaseCheckboxGroupProps & React.RefAttributes<HTMLDivElement>>;
63
+ declare const BaseCheckboxGroup: FC<BaseCheckboxGroupProps>;
66
64
  export { Direction, CheckboxGroupType, BaseCheckboxGroupProps, BaseCheckboxGroup };
@@ -1,10 +1,10 @@
1
- import React, { forwardRef, Children, isValidElement, cloneElement } from 'react';
1
+ import React, { Children, isValidElement, cloneElement } from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
4
  const commonStyles = {"component":"checkbox-group__component_1n5tb","error":"checkbox-group__error_1n5tb","tag":"checkbox-group__tag_1n5tb","checkboxList":"checkbox-group__checkboxList_1n5tb","vertical":"checkbox-group__vertical_1n5tb","checkbox":"checkbox-group__checkbox_1n5tb","horizontal":"checkbox-group__horizontal_1n5tb","tagLabel":"checkbox-group__tagLabel_1n5tb","label":"checkbox-group__label_1n5tb","sub":"checkbox-group__sub_1n5tb","errorMessage":"checkbox-group__errorMessage_1n5tb","hint":"checkbox-group__hint_1n5tb","hiddenInput":"checkbox-group__hiddenInput_1n5tb"};
5
5
  require('./index.css');
6
6
 
7
- const BaseCheckboxGroup = forwardRef(({ children, className, direction = 'vertical', label, error, hint, onChange, onBlur, onFocus, type = 'checkbox', dataTestId, disabled = false, styles, }, ref) => {
7
+ const BaseCheckboxGroup = ({ children, className, direction = 'vertical', label, error, hint, onChange, onBlur, onFocus, type = 'checkbox', dataTestId, disabled = false, styles, }) => {
8
8
  const renderCheckbox = (child) => {
9
9
  const { name, checked, className: childClassName } = child.props;
10
10
  const handleChange = (event) => {
@@ -34,20 +34,18 @@ const BaseCheckboxGroup = forwardRef(({ children, className, direction = 'vertic
34
34
  React.createElement("input", { type: 'checkbox', autoComplete: 'off', onChange: handleChange, disabled: disabled || child.props.disabled, checked: checked, className: commonStyles.hiddenInput, tabIndex: -1 })));
35
35
  };
36
36
  const errorMessage = typeof error === 'boolean' ? '' : error;
37
- return (React.createElement("div", { ref: ref, className: cn(commonStyles.component, commonStyles[type], commonStyles[direction], { [commonStyles.error]: error }, className), "data-test-id": dataTestId },
38
- label ? (React.createElement("span", { className: cn(commonStyles.label, styles.label) }, label)) : null,
37
+ return (React.createElement("div", { className: cn(commonStyles.component, commonStyles[type], commonStyles[direction], { [commonStyles.error]: error }, className), "data-test-id": dataTestId },
38
+ label ? React.createElement("span", { className: cn(commonStyles.label, styles.label) }, label) : null,
39
39
  children ? (React.createElement("div", { className: cn(commonStyles.checkboxList, {
40
40
  [styles.checkboxList]: type === 'checkbox',
41
41
  }), onBlur: onBlur, onFocus: onFocus }, Children.map(children, (child) => {
42
42
  if (isValidElement(child)) {
43
- return type === 'checkbox'
44
- ? renderCheckbox(child)
45
- : renderTag(child);
43
+ return type === 'checkbox' ? renderCheckbox(child) : renderTag(child);
46
44
  }
47
45
  return null;
48
46
  }))) : null,
49
47
  errorMessage && (React.createElement("span", { className: cn(commonStyles.sub, styles.sub, commonStyles.errorMessage), role: 'alert' }, errorMessage)),
50
48
  hint && !errorMessage && (React.createElement("span", { className: cn(commonStyles.sub, styles.sub, commonStyles.hint) }, hint))));
51
- });
49
+ };
52
50
 
53
51
  export { BaseCheckboxGroup };
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import React from 'react';
3
- import { ChangeEvent, FocusEvent, MouseEvent, ReactNode } from "react";
1
+ import { ChangeEvent, FC, FocusEvent, MouseEvent, ReactNode } from 'react';
4
2
  type Direction = 'horizontal' | 'vertical';
5
3
  type CheckboxGroupType = 'checkbox' | 'tag';
6
4
  type BaseCheckboxGroupProps = {
@@ -62,5 +60,5 @@ type BaseCheckboxGroupProps = {
62
60
  [key: string]: string;
63
61
  };
64
62
  };
65
- declare const BaseCheckboxGroup: React.ForwardRefExoticComponent<BaseCheckboxGroupProps & React.RefAttributes<HTMLDivElement>>;
63
+ declare const BaseCheckboxGroup: FC<BaseCheckboxGroupProps>;
66
64
  export { Direction, CheckboxGroupType, BaseCheckboxGroupProps, BaseCheckboxGroup };
@@ -1,8 +1,8 @@
1
- import React, { forwardRef, Children, isValidElement, cloneElement } from 'react';
1
+ import React, { Children, isValidElement, cloneElement } from 'react';
2
2
  import cn from 'classnames';
3
3
  import commonStyles from './index.module.css';
4
4
 
5
- const BaseCheckboxGroup = forwardRef(({ children, className, direction = 'vertical', label, error, hint, onChange, onBlur, onFocus, type = 'checkbox', dataTestId, disabled = false, styles, }, ref) => {
5
+ const BaseCheckboxGroup = ({ children, className, direction = 'vertical', label, error, hint, onChange, onBlur, onFocus, type = 'checkbox', dataTestId, disabled = false, styles, }) => {
6
6
  const renderCheckbox = (child) => {
7
7
  const { name, checked, className: childClassName } = child.props;
8
8
  const handleChange = (event) => {
@@ -32,20 +32,18 @@ const BaseCheckboxGroup = forwardRef(({ children, className, direction = 'vertic
32
32
  React.createElement("input", { type: 'checkbox', autoComplete: 'off', onChange: handleChange, disabled: disabled || child.props.disabled, checked: checked, className: commonStyles.hiddenInput, tabIndex: -1 })));
33
33
  };
34
34
  const errorMessage = typeof error === 'boolean' ? '' : error;
35
- return (React.createElement("div", { ref: ref, className: cn(commonStyles.component, commonStyles[type], commonStyles[direction], { [commonStyles.error]: error }, className), "data-test-id": dataTestId },
36
- label ? (React.createElement("span", { className: cn(commonStyles.label, styles.label) }, label)) : null,
35
+ return (React.createElement("div", { className: cn(commonStyles.component, commonStyles[type], commonStyles[direction], { [commonStyles.error]: error }, className), "data-test-id": dataTestId },
36
+ label ? React.createElement("span", { className: cn(commonStyles.label, styles.label) }, label) : null,
37
37
  children ? (React.createElement("div", { className: cn(commonStyles.checkboxList, {
38
38
  [styles.checkboxList]: type === 'checkbox',
39
39
  }), onBlur: onBlur, onFocus: onFocus }, Children.map(children, (child) => {
40
40
  if (isValidElement(child)) {
41
- return type === 'checkbox'
42
- ? renderCheckbox(child)
43
- : renderTag(child);
41
+ return type === 'checkbox' ? renderCheckbox(child) : renderTag(child);
44
42
  }
45
43
  return null;
46
44
  }))) : null,
47
45
  errorMessage && (React.createElement("span", { className: cn(commonStyles.sub, styles.sub, commonStyles.errorMessage), role: 'alert' }, errorMessage)),
48
46
  hint && !errorMessage && (React.createElement("span", { className: cn(commonStyles.sub, styles.sub, commonStyles.hint) }, hint))));
49
- });
47
+ };
50
48
 
51
49
  export { BaseCheckboxGroup };
@@ -10,7 +10,7 @@ var coreComponentsTypography = require('../../../../typography');
10
10
  var hooks = require('@alfalab/hooks');
11
11
  var context = require('../../../context.js');
12
12
  var components_header_component = require('../../header/component.js');
13
- var components_screens_initial_countdownSection = require('../../../countdown-section-9b3f57d9.js');
13
+ var components_screens_initial_countdownSection = require('../../../countdown-section-b36544f6.js');
14
14
 
15
15
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
16
16
 
@@ -7,7 +7,7 @@ require('../../../../spinner');
7
7
  require('../../../../typography');
8
8
  require('../../../context.js');
9
9
  require('../../../utils.js');
10
- var components_screens_initial_countdownSection = require('../../../countdown-section-9b3f57d9.js');
10
+ var components_screens_initial_countdownSection = require('../../../countdown-section-b36544f6.js');
11
11
 
12
12
 
13
13
 
@@ -16,7 +16,7 @@ import '../../code-input/esm/mobile';
16
16
  import '../../link/esm';
17
17
  import '../../typography/esm';
18
18
  import './components/header/component.js';
19
- import './countdown-section-846f3d8f.js';
19
+ import './countdown-section-dee14f72.js';
20
20
  import '../../button/esm';
21
21
  import '../../spinner/esm';
22
22
  import './components/screens/hint/component.js';
@@ -15,7 +15,7 @@ import '../../../../code-input/esm/mobile';
15
15
  import '../../../../link/esm';
16
16
  import '../../../../typography/esm';
17
17
  import '../header/component.js';
18
- import '../../countdown-section-846f3d8f.js';
18
+ import '../../countdown-section-dee14f72.js';
19
19
  import '../../../../button/esm';
20
20
  import '../../../../spinner/esm';
21
21
  import '../countdown-loader/component.js';
@@ -13,7 +13,7 @@ import '../../../../code-input/esm/mobile';
13
13
  import '../../../../link/esm';
14
14
  import '../../../../typography/esm';
15
15
  import '../header/component.js';
16
- import '../../countdown-section-846f3d8f.js';
16
+ import '../../countdown-section-dee14f72.js';
17
17
  import '../../../../button/esm';
18
18
  import '../../../../spinner/esm';
19
19
  import '../screens/hint/component.js';
@@ -14,6 +14,6 @@ import '@alfalab/hooks';
14
14
  import '../context.js';
15
15
  import '../utils.js';
16
16
  import './header/component.js';
17
- import '../countdown-section-846f3d8f.js';
17
+ import '../countdown-section-dee14f72.js';
18
18
  import '../../../button/esm';
19
19
  import '../../../spinner/esm';
@@ -13,7 +13,7 @@ import '@alfalab/hooks';
13
13
  import '../../context.js';
14
14
  import '../../utils.js';
15
15
  import '../header/component.js';
16
- import '../../countdown-section-846f3d8f.js';
16
+ import '../../countdown-section-dee14f72.js';
17
17
  import '../../../../button/esm';
18
18
  import '../../../../spinner/esm';
19
19
  import '../countdown-loader/component.js';
@@ -8,7 +8,7 @@ import { Text } from '../../../../../typography/esm';
8
8
  import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
9
9
  import { ConfirmationContext } from '../../../context.js';
10
10
  import { Header } from '../../header/component.js';
11
- import { s as styles, C as CountdownSection } from '../../../countdown-section-846f3d8f.js';
11
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-dee14f72.js';
12
12
  import '../../../utils.js';
13
13
  import '../../../../../button/esm';
14
14
  import '../../../../../spinner/esm';
@@ -4,5 +4,5 @@ import '../../../../../button/esm';
4
4
  import '../../../../../spinner/esm';
5
5
  import '../../../../../typography/esm';
6
6
  import '../../../context.js';
7
- export { C as CountdownSection } from '../../../countdown-section-846f3d8f.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-dee14f72.js';
8
8
  import '../../../utils.js';