@alfalab/core-components 48.22.1-beta.1 → 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 (826) 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/calendar/moderncssm/Component.responsive.d.ts +1 -1
  26. package/calendar/moderncssm/components/calendar-mobile/Component.d.ts +1 -1
  27. package/calendar/moderncssm/components/calendar-mobile/calendarMonthOnlyView.d.ts +1 -1
  28. package/calendar-input/modern/components/calendar-input/Component.d.ts +1 -1
  29. package/checkbox-group/components/base-checkbox-group/Component.d.ts +2 -4
  30. package/checkbox-group/components/base-checkbox-group/Component.js +5 -7
  31. package/checkbox-group/cssm/components/base-checkbox-group/Component.d.ts +2 -4
  32. package/checkbox-group/cssm/components/base-checkbox-group/Component.js +5 -7
  33. package/checkbox-group/esm/components/base-checkbox-group/Component.d.ts +2 -4
  34. package/checkbox-group/esm/components/base-checkbox-group/Component.js +6 -8
  35. package/checkbox-group/modern/components/base-checkbox-group/Component.d.ts +2 -4
  36. package/checkbox-group/modern/components/base-checkbox-group/Component.js +6 -8
  37. package/checkbox-group/moderncssm/components/base-checkbox-group/Component.d.ts +2 -4
  38. package/checkbox-group/moderncssm/components/base-checkbox-group/Component.js +6 -8
  39. package/confirmation/components/screens/initial/component.js +1 -1
  40. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  41. package/confirmation/esm/component.responsive.js +1 -1
  42. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  43. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  44. package/confirmation/esm/components/index.js +1 -1
  45. package/confirmation/esm/components/screens/index.js +1 -1
  46. package/confirmation/esm/components/screens/initial/component.js +1 -1
  47. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  48. package/confirmation/esm/components/screens/initial/index.js +1 -1
  49. package/confirmation/esm/desktop/component.desktop.js +1 -1
  50. package/confirmation/esm/desktop/index.js +1 -1
  51. package/confirmation/esm/index.js +1 -1
  52. package/confirmation/esm/mobile/component.mobile.js +1 -1
  53. package/confirmation/esm/mobile/index.js +1 -1
  54. package/confirmation/esm/shared/index.js +1 -1
  55. package/confirmation/modern/component.responsive.js +1 -1
  56. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  57. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  58. package/confirmation/modern/components/index.js +1 -1
  59. package/confirmation/modern/components/screens/index.js +1 -1
  60. package/confirmation/modern/components/screens/initial/component.js +1 -1
  61. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  62. package/confirmation/modern/components/screens/initial/index.js +1 -1
  63. package/confirmation/modern/desktop/component.desktop.js +1 -1
  64. package/confirmation/modern/desktop/index.js +1 -1
  65. package/confirmation/modern/index.js +1 -1
  66. package/confirmation/modern/mobile/component.mobile.js +1 -1
  67. package/confirmation/modern/mobile/index.js +1 -1
  68. package/confirmation/modern/shared/index.js +1 -1
  69. package/file-upload-item/components/actions-control/actions.js +1 -1
  70. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  71. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  72. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  73. package/file-upload-item/components/content/components/content-subtitle/content-subtitle.js +1 -1
  74. package/file-upload-item/components/status-control/status-control.js +1 -1
  75. package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.js +1 -1
  76. package/file-upload-item/cssm/components/status-control/status-control.js +1 -1
  77. package/file-upload-item/esm/Component.js +2 -2
  78. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  79. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  80. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  81. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  82. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  83. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  84. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  85. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  86. package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.js +1 -1
  87. package/file-upload-item/esm/components/status-control/index.js +1 -1
  88. package/file-upload-item/esm/components/status-control/status-control.js +1 -1
  89. package/file-upload-item/esm/index.js +2 -2
  90. package/file-upload-item/modern/Component.js +2 -2
  91. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  92. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  93. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  94. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  95. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  96. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  97. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  98. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  99. package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.js +1 -1
  100. package/file-upload-item/modern/components/status-control/index.js +1 -1
  101. package/file-upload-item/modern/components/status-control/status-control.js +1 -1
  102. package/file-upload-item/modern/index.js +2 -2
  103. package/file-upload-item/moderncssm/Component.js +1 -1
  104. package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.js +1 -1
  105. package/file-upload-item/moderncssm/components/status-control/index.js +1 -1
  106. package/file-upload-item/moderncssm/components/status-control/status-control.js +1 -1
  107. package/file-upload-item/moderncssm/index.js +1 -1
  108. package/gallery/components/image-viewer/component.js +1 -1
  109. package/gallery/components/image-viewer/hooks.js +1 -1
  110. package/gallery/components/image-viewer/single.js +1 -1
  111. package/gallery/components/image-viewer/slide.js +1 -1
  112. package/gallery/components/image-viewer/video/index.js +1 -1
  113. package/gallery/cssm/components/image-viewer/video/index.js +1 -1
  114. package/gallery/esm/Component.js +2 -2
  115. package/gallery/esm/components/image-viewer/component.js +2 -2
  116. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  117. package/gallery/esm/components/image-viewer/index.js +2 -2
  118. package/gallery/esm/components/image-viewer/single.js +2 -2
  119. package/gallery/esm/components/image-viewer/slide.js +2 -2
  120. package/gallery/esm/components/image-viewer/video/index.js +1 -1
  121. package/gallery/esm/components/index.js +2 -2
  122. package/gallery/esm/index.js +2 -2
  123. package/gallery/modern/Component.js +2 -2
  124. package/gallery/modern/components/image-viewer/component.js +2 -2
  125. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  126. package/gallery/modern/components/image-viewer/index.js +2 -2
  127. package/gallery/modern/components/image-viewer/single.js +2 -2
  128. package/gallery/modern/components/image-viewer/slide.js +2 -2
  129. package/gallery/modern/components/image-viewer/video/index.js +1 -1
  130. package/gallery/modern/components/index.js +2 -2
  131. package/gallery/modern/index.js +2 -2
  132. package/gallery/moderncssm/Component.js +1 -1
  133. package/gallery/moderncssm/components/image-viewer/component.js +1 -1
  134. package/gallery/moderncssm/components/image-viewer/index.js +1 -1
  135. package/gallery/moderncssm/components/image-viewer/single.js +1 -1
  136. package/gallery/moderncssm/components/image-viewer/slide.js +1 -1
  137. package/gallery/moderncssm/components/image-viewer/video/index.js +1 -1
  138. package/gallery/moderncssm/components/index.js +1 -1
  139. package/gallery/moderncssm/index.js +1 -1
  140. package/icon-view/components/base-shape/component.d.ts +0 -1
  141. package/icon-view/components/base-shape/component.js +3 -4
  142. package/icon-view/cssm/components/base-shape/component.d.ts +0 -1
  143. package/icon-view/cssm/components/base-shape/component.js +3 -4
  144. package/icon-view/esm/components/base-shape/component.d.ts +0 -1
  145. package/icon-view/esm/components/base-shape/component.js +3 -4
  146. package/icon-view/modern/components/base-shape/component.d.ts +0 -1
  147. package/icon-view/modern/components/base-shape/component.js +1 -1
  148. package/icon-view/moderncssm/components/base-shape/component.d.ts +0 -1
  149. package/icon-view/moderncssm/components/base-shape/component.js +1 -1
  150. package/international-phone-input/Component.responsive.d.ts +2 -0
  151. package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -0
  152. package/international-phone-input/components/base-international-phone-input/Component.js +1 -1
  153. package/international-phone-input/components/country-select/Component.js +13 -5
  154. package/international-phone-input/components/country-select/index.css +8 -3
  155. package/international-phone-input/components/select-field/component.js +3 -12
  156. package/international-phone-input/components/select-field/index.css +1 -2
  157. package/international-phone-input/consts.d.ts +12 -1
  158. package/international-phone-input/consts.js +12 -0
  159. package/international-phone-input/cssm/Component.responsive.d.ts +2 -0
  160. package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -0
  161. package/international-phone-input/cssm/components/base-international-phone-input/Component.js +1 -1
  162. package/international-phone-input/cssm/components/country-select/Component.js +12 -4
  163. package/international-phone-input/cssm/components/country-select/index.module.css +8 -3
  164. package/international-phone-input/cssm/components/select-field/component.js +2 -11
  165. package/international-phone-input/cssm/components/select-field/index.module.css +1 -2
  166. package/international-phone-input/cssm/consts.d.ts +12 -1
  167. package/international-phone-input/cssm/consts.js +12 -0
  168. package/international-phone-input/cssm/types.d.ts +5 -0
  169. package/international-phone-input/esm/Component.responsive.d.ts +2 -0
  170. package/international-phone-input/esm/Component.responsive.js +1 -1
  171. package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -0
  172. package/international-phone-input/esm/components/base-international-phone-input/Component.js +2 -2
  173. package/international-phone-input/esm/components/base-international-phone-input/index.js +1 -1
  174. package/international-phone-input/esm/components/country-select/Component.js +12 -6
  175. package/international-phone-input/esm/components/country-select/index.css +8 -3
  176. package/international-phone-input/esm/components/country-select/index.js +2 -1
  177. package/international-phone-input/esm/components/select-field/component.js +2 -11
  178. package/international-phone-input/esm/components/select-field/index.css +1 -2
  179. package/international-phone-input/esm/components/select-field/index.js +1 -0
  180. package/international-phone-input/esm/consts.d.ts +12 -1
  181. package/international-phone-input/esm/consts.js +12 -1
  182. package/international-phone-input/esm/desktop/Component.desktop.js +1 -1
  183. package/international-phone-input/esm/desktop/index.js +1 -1
  184. package/international-phone-input/esm/index.js +1 -1
  185. package/international-phone-input/esm/mobile/Component.mobile.js +1 -1
  186. package/international-phone-input/esm/mobile/index.js +1 -1
  187. package/international-phone-input/esm/types.d.ts +5 -0
  188. package/international-phone-input/modern/Component.responsive.d.ts +2 -0
  189. package/international-phone-input/modern/Component.responsive.js +1 -1
  190. package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -0
  191. package/international-phone-input/modern/components/base-international-phone-input/Component.js +2 -2
  192. package/international-phone-input/modern/components/base-international-phone-input/index.js +1 -1
  193. package/international-phone-input/modern/components/country-select/Component.js +12 -6
  194. package/international-phone-input/modern/components/country-select/index.css +8 -3
  195. package/international-phone-input/modern/components/country-select/index.js +2 -1
  196. package/international-phone-input/modern/components/select-field/component.js +2 -11
  197. package/international-phone-input/modern/components/select-field/index.css +1 -2
  198. package/international-phone-input/modern/components/select-field/index.js +1 -0
  199. package/international-phone-input/modern/consts.d.ts +12 -1
  200. package/international-phone-input/modern/consts.js +12 -1
  201. package/international-phone-input/modern/desktop/Component.desktop.js +1 -1
  202. package/international-phone-input/modern/desktop/index.js +1 -1
  203. package/international-phone-input/modern/index.js +1 -1
  204. package/international-phone-input/modern/mobile/Component.mobile.js +1 -1
  205. package/international-phone-input/modern/mobile/index.js +1 -1
  206. package/international-phone-input/modern/types.d.ts +5 -0
  207. package/international-phone-input/modern/typings-d515b24c.d.ts +11 -559
  208. package/international-phone-input/moderncssm/Component.responsive.d.ts +2 -0
  209. package/international-phone-input/moderncssm/Component.responsive.js +1 -1
  210. package/international-phone-input/moderncssm/components/base-international-phone-input/Component.d.ts +1 -0
  211. package/international-phone-input/moderncssm/components/base-international-phone-input/Component.js +2 -2
  212. package/international-phone-input/moderncssm/components/base-international-phone-input/index.js +1 -1
  213. package/international-phone-input/moderncssm/components/country-select/Component.js +11 -5
  214. package/international-phone-input/moderncssm/components/country-select/index.js +2 -1
  215. package/international-phone-input/moderncssm/components/country-select/index.module.css +6 -1
  216. package/international-phone-input/moderncssm/components/select-field/component.js +1 -10
  217. package/international-phone-input/moderncssm/components/select-field/index.js +1 -0
  218. package/international-phone-input/moderncssm/components/select-field/index.module.css +0 -1
  219. package/international-phone-input/moderncssm/consts.d.ts +12 -1
  220. package/international-phone-input/moderncssm/consts.js +12 -1
  221. package/international-phone-input/moderncssm/desktop/Component.desktop.js +1 -1
  222. package/international-phone-input/moderncssm/desktop/index.js +1 -1
  223. package/international-phone-input/moderncssm/index.js +1 -1
  224. package/international-phone-input/moderncssm/mobile/Component.mobile.js +1 -1
  225. package/international-phone-input/moderncssm/mobile/index.js +1 -1
  226. package/international-phone-input/moderncssm/types.d.ts +5 -0
  227. package/international-phone-input/types.d.ts +5 -0
  228. package/international-phone-input/typings-d515b24c.d.ts +559 -11
  229. package/modal/components/controls/Component.js +1 -1
  230. package/modal/components/footer/Component.js +1 -1
  231. package/modal/esm/Component.responsive.js +1 -1
  232. package/modal/esm/components/controls/Component.js +1 -1
  233. package/modal/esm/components/controls/index.js +1 -1
  234. package/modal/esm/components/footer/Component.js +1 -1
  235. package/modal/esm/desktop/Component.desktop.js +1 -1
  236. package/modal/esm/desktop/index.js +1 -1
  237. package/modal/esm/index.js +1 -1
  238. package/modal/esm/mobile/Component.mobile.js +1 -1
  239. package/modal/esm/mobile/index.js +1 -1
  240. package/modal/modern/Component.responsive.js +1 -1
  241. package/modal/modern/components/controls/Component.js +1 -1
  242. package/modal/modern/components/controls/index.js +1 -1
  243. package/modal/modern/components/footer/Component.js +1 -1
  244. package/modal/modern/desktop/Component.desktop.js +1 -1
  245. package/modal/modern/desktop/index.js +1 -1
  246. package/modal/modern/index.js +1 -1
  247. package/modal/modern/mobile/Component.mobile.js +1 -1
  248. package/modal/modern/mobile/index.js +1 -1
  249. package/notification/cssm/utils/getNotificationTestIds.js +3 -1
  250. package/notification/esm/utils/getNotificationTestIds.js +3 -1
  251. package/notification/modern/utils/getNotificationTestIds.js +3 -1
  252. package/notification/moderncssm/utils/getNotificationTestIds.js +3 -1
  253. package/notification/utils/getNotificationTestIds.js +3 -1
  254. package/package.json +2 -2
  255. package/password-input/component.d.ts +0 -14
  256. package/password-input/component.js +6 -8
  257. package/password-input/cssm/component.d.ts +0 -14
  258. package/password-input/cssm/component.js +6 -8
  259. package/password-input/esm/component.d.ts +0 -14
  260. package/password-input/esm/component.js +6 -8
  261. package/password-input/modern/component.d.ts +0 -14
  262. package/password-input/modern/component.js +5 -7
  263. package/password-input/moderncssm/component.d.ts +0 -14
  264. package/password-input/moderncssm/component.js +5 -7
  265. package/picker-button/cssm/index-11f20b2e.d.ts +2 -2
  266. package/picker-button/esm/index-11f20b2e.d.ts +2 -2
  267. package/picker-button/index-11f20b2e.d.ts +2 -2
  268. package/picker-button/modern/index-11f20b2e.d.ts +2 -2
  269. package/picker-button/moderncssm/Component-c44170fe.d.ts +2 -2
  270. package/picker-button/moderncssm/index-11f20b2e.d.ts +2 -2
  271. package/picker-button/moderncssm/transformSize-ebda875c.d.ts +1 -1
  272. package/plate/components/base-plate/Component.js +1 -1
  273. package/plate/cssm/components/base-plate/Component.js +1 -1
  274. package/plate/cssm/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
  275. package/plate/cssm/utils.js +1 -1
  276. package/plate/{esm/warning-f767f1d8.d.ts → cssm/warning-9845719a.d.ts} +4 -1
  277. package/plate/cssm/{warning-f6e0ddce.js → warning-9845719a.js} +3 -0
  278. package/plate/esm/Component.responsive.js +1 -1
  279. package/plate/esm/components/base-plate/Component.js +1 -1
  280. package/plate/esm/components/base-plate/index.js +1 -1
  281. package/plate/esm/desktop/Component.desktop.js +1 -1
  282. package/plate/esm/desktop/index.js +1 -1
  283. package/plate/esm/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
  284. package/plate/esm/index.js +1 -1
  285. package/plate/esm/mobile/Component.mobile.js +1 -1
  286. package/plate/esm/mobile/index.js +1 -1
  287. package/plate/esm/shared/index.js +1 -1
  288. package/plate/esm/utils.js +1 -1
  289. package/plate/{modern/warning-8ef1cad9.d.ts → esm/warning-5cc6af8a.d.ts} +4 -1
  290. package/plate/esm/{warning-f767f1d8.js → warning-5cc6af8a.js} +3 -0
  291. package/plate/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
  292. package/plate/modern/Component.responsive.js +1 -1
  293. package/plate/modern/components/base-plate/Component.js +1 -1
  294. package/plate/modern/components/base-plate/index.js +1 -1
  295. package/plate/modern/desktop/Component.desktop.js +1 -1
  296. package/plate/modern/desktop/index.js +1 -1
  297. package/plate/modern/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
  298. package/plate/modern/index.js +1 -1
  299. package/plate/modern/mobile/Component.mobile.js +1 -1
  300. package/plate/modern/mobile/index.js +1 -1
  301. package/plate/modern/shared/index.js +1 -1
  302. package/plate/modern/utils.js +1 -1
  303. package/plate/{cssm/warning-f6e0ddce.d.ts → modern/warning-ddcfdd3c.d.ts} +4 -1
  304. package/plate/modern/{warning-8ef1cad9.js → warning-ddcfdd3c.js} +3 -0
  305. package/plate/moderncssm/Component.responsive.js +1 -1
  306. package/plate/moderncssm/components/base-plate/Component.js +1 -1
  307. package/plate/moderncssm/components/base-plate/index.js +1 -1
  308. package/plate/moderncssm/desktop/Component.desktop.js +1 -1
  309. package/plate/moderncssm/desktop/index.js +1 -1
  310. package/plate/moderncssm/index-7f6b04c5.d.ts +88 -0
  311. package/plate/moderncssm/index.js +1 -1
  312. package/plate/moderncssm/mobile/Component.mobile.js +1 -1
  313. package/plate/moderncssm/mobile/index.js +1 -1
  314. package/plate/moderncssm/shared/index.js +1 -1
  315. package/plate/moderncssm/utils.js +1 -1
  316. package/plate/moderncssm/{warning-3ebece2f.d.ts → warning-d26c81e4.d.ts} +4 -1
  317. package/plate/moderncssm/{warning-3ebece2f.js → warning-d26c81e4.js} +3 -0
  318. package/plate/utils.js +1 -1
  319. package/plate/warning-030b2408.d.ts +22 -0
  320. package/plate/{warning-bde58dcf.js → warning-030b2408.js} +3 -0
  321. package/portal/Component.d.ts +1 -1
  322. package/portal/cssm/Component.d.ts +1 -1
  323. package/portal/cssm/hooks/usePortalContainer.d.ts +1 -1
  324. package/portal/cssm/hooks/usePortalContainer.js +5 -4
  325. package/portal/esm/Component.d.ts +1 -1
  326. package/portal/esm/Component.js +1 -1
  327. package/portal/esm/hooks/usePortalContainer.d.ts +1 -1
  328. package/portal/esm/hooks/usePortalContainer.js +5 -4
  329. package/portal/esm/index.js +1 -1
  330. package/portal/hooks/usePortalContainer.d.ts +1 -1
  331. package/portal/hooks/usePortalContainer.js +5 -4
  332. package/portal/modern/Component.d.ts +1 -1
  333. package/portal/modern/Component.js +1 -1
  334. package/portal/modern/hooks/usePortalContainer.d.ts +1 -1
  335. package/portal/modern/hooks/usePortalContainer.js +5 -4
  336. package/portal/modern/index.js +1 -1
  337. package/portal/moderncssm/Component.d.ts +1 -1
  338. package/portal/moderncssm/Component.js +1 -1
  339. package/portal/moderncssm/hooks/usePortalContainer.d.ts +1 -1
  340. package/portal/moderncssm/hooks/usePortalContainer.js +5 -4
  341. package/portal/moderncssm/index.js +1 -1
  342. package/pure-cell/component-fb05ccb7.d.ts +5 -5
  343. package/pure-cell/component.js +1 -1
  344. package/pure-cell/components/addon/component.js +1 -1
  345. package/pure-cell/components/addon/index.d.ts +1 -1
  346. package/pure-cell/components/addon/index.js +1 -1
  347. package/pure-cell/components/amount/component.js +1 -1
  348. package/pure-cell/components/amount/index.d.ts +1 -1
  349. package/pure-cell/components/amount/index.js +1 -1
  350. package/pure-cell/components/amount-title/component.js +1 -1
  351. package/pure-cell/components/amount-title/index.d.ts +1 -1
  352. package/pure-cell/components/amount-title/index.js +1 -1
  353. package/pure-cell/components/category/component.js +1 -1
  354. package/pure-cell/components/category/index.d.ts +1 -1
  355. package/pure-cell/components/category/index.js +1 -1
  356. package/pure-cell/components/content/component.js +1 -1
  357. package/pure-cell/components/content/index.d.ts +1 -1
  358. package/pure-cell/components/content/index.js +1 -1
  359. package/pure-cell/components/footer/component.js +1 -1
  360. package/pure-cell/components/footer/index.d.ts +1 -1
  361. package/pure-cell/components/footer/index.js +1 -1
  362. package/pure-cell/components/footer-button/component.js +1 -1
  363. package/pure-cell/components/footer-button/index.d.ts +1 -1
  364. package/pure-cell/components/footer-button/index.js +1 -1
  365. package/pure-cell/components/footer-text/component.js +1 -1
  366. package/pure-cell/components/footer-text/index.d.ts +1 -1
  367. package/pure-cell/components/footer-text/index.js +1 -1
  368. package/pure-cell/components/graphics/component.js +1 -1
  369. package/pure-cell/components/graphics/index.d.ts +1 -1
  370. package/pure-cell/components/graphics/index.js +1 -1
  371. package/pure-cell/components/main/component.js +1 -1
  372. package/pure-cell/components/main/index.d.ts +1 -1
  373. package/pure-cell/components/main/index.js +1 -1
  374. package/pure-cell/components/text/component.js +1 -1
  375. package/pure-cell/components/text/index.d.ts +1 -1
  376. package/pure-cell/components/text/index.js +1 -1
  377. package/pure-cell/esm/component.js +1 -1
  378. package/pure-cell/esm/components/addon/component.js +1 -1
  379. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  380. package/pure-cell/esm/components/addon/index.js +1 -1
  381. package/pure-cell/esm/components/amount/component.js +1 -1
  382. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  383. package/pure-cell/esm/components/amount/index.js +1 -1
  384. package/pure-cell/esm/components/amount-title/component.js +1 -1
  385. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  386. package/pure-cell/esm/components/amount-title/index.js +1 -1
  387. package/pure-cell/esm/components/category/component.js +1 -1
  388. package/pure-cell/esm/components/category/index.d.ts +1 -1
  389. package/pure-cell/esm/components/category/index.js +1 -1
  390. package/pure-cell/esm/components/content/component.js +1 -1
  391. package/pure-cell/esm/components/content/index.d.ts +1 -1
  392. package/pure-cell/esm/components/content/index.js +1 -1
  393. package/pure-cell/esm/components/footer/component.js +1 -1
  394. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  395. package/pure-cell/esm/components/footer/index.js +1 -1
  396. package/pure-cell/esm/components/footer-button/component.js +1 -1
  397. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  398. package/pure-cell/esm/components/footer-button/index.js +1 -1
  399. package/pure-cell/esm/components/footer-text/component.js +1 -1
  400. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  401. package/pure-cell/esm/components/footer-text/index.js +1 -1
  402. package/pure-cell/esm/components/graphics/component.js +1 -1
  403. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  404. package/pure-cell/esm/components/graphics/index.js +1 -1
  405. package/pure-cell/esm/components/main/component.js +1 -1
  406. package/pure-cell/esm/components/main/index.d.ts +1 -1
  407. package/pure-cell/esm/components/main/index.js +1 -1
  408. package/pure-cell/esm/components/text/component.js +1 -1
  409. package/pure-cell/esm/components/text/index.d.ts +1 -1
  410. package/pure-cell/esm/components/text/index.js +1 -1
  411. package/pure-cell/esm/index.js +1 -1
  412. package/pure-cell/index.js +1 -1
  413. package/pure-cell/modern/component.js +1 -1
  414. package/pure-cell/modern/components/addon/component.js +1 -1
  415. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  416. package/pure-cell/modern/components/addon/index.js +1 -1
  417. package/pure-cell/modern/components/amount/component.js +1 -1
  418. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  419. package/pure-cell/modern/components/amount/index.js +1 -1
  420. package/pure-cell/modern/components/amount-title/component.js +1 -1
  421. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  422. package/pure-cell/modern/components/amount-title/index.js +1 -1
  423. package/pure-cell/modern/components/category/component.js +1 -1
  424. package/pure-cell/modern/components/category/index.d.ts +1 -1
  425. package/pure-cell/modern/components/category/index.js +1 -1
  426. package/pure-cell/modern/components/content/component.js +1 -1
  427. package/pure-cell/modern/components/content/index.d.ts +1 -1
  428. package/pure-cell/modern/components/content/index.js +1 -1
  429. package/pure-cell/modern/components/footer/component.js +1 -1
  430. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  431. package/pure-cell/modern/components/footer/index.js +1 -1
  432. package/pure-cell/modern/components/footer-button/component.js +1 -1
  433. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  434. package/pure-cell/modern/components/footer-button/index.js +1 -1
  435. package/pure-cell/modern/components/footer-text/component.js +1 -1
  436. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  437. package/pure-cell/modern/components/footer-text/index.js +1 -1
  438. package/pure-cell/modern/components/graphics/component.js +1 -1
  439. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  440. package/pure-cell/modern/components/graphics/index.js +1 -1
  441. package/pure-cell/modern/components/main/component.js +1 -1
  442. package/pure-cell/modern/components/main/index.d.ts +1 -1
  443. package/pure-cell/modern/components/main/index.js +1 -1
  444. package/pure-cell/modern/components/text/component.js +1 -1
  445. package/pure-cell/modern/components/text/index.d.ts +1 -1
  446. package/pure-cell/modern/components/text/index.js +1 -1
  447. package/pure-cell/modern/index.js +1 -1
  448. package/select/components/base-option/Component.js +5 -4
  449. package/select/components/base-option/index.css +7 -2
  450. package/select/components/base-select/Component.js +4 -3
  451. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  452. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  453. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  454. package/select/components/base-select/index.css +7 -2
  455. package/select/components/optgroup/Component.js +1 -1
  456. package/select/components/optgroup/index.css +1 -2
  457. package/select/components/option/desktop/index.css +2 -3
  458. package/select/components/option/mobile/index.css +2 -3
  459. package/select/components/options-list/Component.js +1 -1
  460. package/select/components/options-list/index.css +1 -2
  461. package/select/components/virtual-options-list/Component.js +1 -1
  462. package/select/components/virtual-options-list/index.css +1 -2
  463. package/select/cssm/components/base-option/Component.js +4 -3
  464. package/select/cssm/components/base-option/index.module.css +7 -2
  465. package/select/cssm/components/base-select/Component.js +2 -1
  466. package/select/cssm/components/base-select/index.module.css +7 -2
  467. package/select/cssm/components/optgroup/index.module.css +1 -2
  468. package/select/cssm/components/option/desktop/index.module.css +2 -3
  469. package/select/cssm/components/option/index.module.css +2 -3
  470. package/select/cssm/components/option/mobile/index.module.css +2 -3
  471. package/select/cssm/components/options-list/index.module.css +1 -2
  472. package/select/cssm/components/virtual-options-list/index.module.css +1 -2
  473. package/select/cssm/{hook-928265a3.js → hook-bb149630.js} +3 -3
  474. package/select/cssm/mobile/Component.mobile.js +1 -1
  475. package/select/cssm/presets/index.js +1 -1
  476. package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
  477. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  478. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  479. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -2
  480. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +6 -2
  481. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  482. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +6 -2
  483. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +7 -3
  484. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  485. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  486. package/select/cssm/shared/index.js +1 -1
  487. package/select/esm/Component.responsive.js +4 -4
  488. package/select/esm/components/base-option/Component.js +5 -4
  489. package/select/esm/components/base-option/index.css +7 -2
  490. package/select/esm/components/base-option/index.js +1 -0
  491. package/select/esm/components/base-select/Component.js +4 -3
  492. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  493. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  494. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  495. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  496. package/select/esm/components/base-select/index.css +7 -2
  497. package/select/esm/components/base-select/index.js +3 -2
  498. package/select/esm/components/index.js +3 -3
  499. package/select/esm/components/optgroup/Component.js +1 -1
  500. package/select/esm/components/optgroup/index.css +1 -2
  501. package/select/esm/components/option/desktop/index.css +2 -3
  502. package/select/esm/components/option/mobile/index.css +2 -3
  503. package/select/esm/components/options-list/Component.js +1 -1
  504. package/select/esm/components/options-list/index.css +1 -2
  505. package/select/esm/components/virtual-options-list/Component.js +1 -1
  506. package/select/esm/components/virtual-options-list/index.css +1 -2
  507. package/select/esm/desktop/Component.desktop.js +3 -3
  508. package/select/esm/desktop/index.js +3 -3
  509. package/select/esm/{hook-a86d4ea0.js → hook-975eda46.js} +3 -3
  510. package/select/esm/index.js +4 -4
  511. package/select/esm/{list-popover-desktop-accfa1d8.js → list-popover-desktop-42f1e1b8.js} +1 -1
  512. package/select/esm/mobile/Component.mobile.js +4 -4
  513. package/select/esm/mobile/Component.modal.mobile.js +4 -4
  514. package/select/esm/mobile/index.js +4 -4
  515. package/select/esm/presets/index.js +1 -1
  516. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  517. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  518. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  519. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -3
  520. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -2
  521. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  522. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +7 -3
  523. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -3
  524. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  525. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  526. package/select/esm/shared/index.js +3 -3
  527. package/select/{hook-3f7d2353.js → hook-4af6f85f.js} +3 -3
  528. package/select/{list-popover-desktop-7f38f5d9.js → list-popover-desktop-668b6105.js} +1 -1
  529. package/select/mobile/Component.mobile.js +1 -1
  530. package/select/modern/Component.responsive.js +4 -4
  531. package/select/modern/components/base-option/Component.js +4 -3
  532. package/select/modern/components/base-option/index.css +7 -2
  533. package/select/modern/components/base-option/index.js +1 -0
  534. package/select/modern/components/base-select/Component.js +4 -3
  535. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  536. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  537. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  538. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  539. package/select/modern/components/base-select/index.css +7 -2
  540. package/select/modern/components/base-select/index.js +3 -2
  541. package/select/modern/components/index.js +3 -3
  542. package/select/modern/components/optgroup/Component.js +1 -1
  543. package/select/modern/components/optgroup/index.css +1 -2
  544. package/select/modern/components/option/desktop/index.css +2 -3
  545. package/select/modern/components/option/mobile/index.css +2 -3
  546. package/select/modern/components/options-list/Component.js +1 -1
  547. package/select/modern/components/options-list/index.css +1 -2
  548. package/select/modern/components/virtual-options-list/Component.js +1 -1
  549. package/select/modern/components/virtual-options-list/index.css +1 -2
  550. package/select/modern/desktop/Component.desktop.js +3 -3
  551. package/select/modern/desktop/index.js +3 -3
  552. package/select/modern/{hook-2469e477.js → hook-a397e0e3.js} +3 -3
  553. package/select/modern/index.js +4 -4
  554. package/select/modern/{list-popover-desktop-d28ccb35.js → list-popover-desktop-3f79e255.js} +1 -1
  555. package/select/modern/mobile/Component.mobile.js +4 -4
  556. package/select/modern/mobile/Component.modal.mobile.js +4 -4
  557. package/select/modern/mobile/index.js +4 -4
  558. package/select/modern/presets/index.js +1 -1
  559. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  560. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  561. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  562. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -3
  563. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -2
  564. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  565. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +6 -2
  566. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -3
  567. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  568. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  569. package/select/modern/shared/index.js +3 -3
  570. package/select/moderncssm/Component.responsive.js +2 -2
  571. package/select/moderncssm/components/base-option/Component.js +3 -2
  572. package/select/moderncssm/components/base-option/index.js +1 -0
  573. package/select/moderncssm/components/base-option/index.module.css +7 -0
  574. package/select/moderncssm/components/base-select/Component.js +2 -1
  575. package/select/moderncssm/components/base-select/index.js +1 -0
  576. package/select/moderncssm/components/base-select/index.module.css +4 -0
  577. package/select/moderncssm/components/index.js +1 -1
  578. package/select/moderncssm/components/optgroup/index.module.css +0 -1
  579. package/select/moderncssm/components/option/desktop/index.module.css +1 -2
  580. package/select/moderncssm/components/option/index.module.css +1 -2
  581. package/select/moderncssm/components/option/mobile/index.module.css +1 -2
  582. package/select/moderncssm/components/options-list/index.module.css +0 -1
  583. package/select/moderncssm/components/virtual-options-list/index.module.css +0 -1
  584. package/select/moderncssm/desktop/Component.desktop.js +1 -1
  585. package/select/moderncssm/desktop/index.js +1 -1
  586. package/select/moderncssm/{hook-0c8b8277.js → hook-fc2403e7.js} +3 -3
  587. package/select/moderncssm/index.js +2 -2
  588. package/select/moderncssm/mobile/Component.mobile.js +2 -2
  589. package/select/moderncssm/mobile/Component.modal.mobile.js +2 -2
  590. package/select/moderncssm/mobile/index.js +2 -2
  591. package/select/moderncssm/presets/index.js +1 -1
  592. package/select/moderncssm/presets/useSelectWithApply/hook.js +1 -1
  593. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -2
  594. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  595. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +4 -2
  596. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +3 -0
  597. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  598. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +5 -1
  599. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +5 -1
  600. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  601. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  602. package/select/moderncssm/shared/index.js +1 -1
  603. package/select/presets/index.js +1 -1
  604. package/select/presets/useSelectWithApply/hook.js +1 -1
  605. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  606. package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  607. package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +6 -3
  608. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -2
  609. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  610. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +7 -3
  611. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -3
  612. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  613. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  614. package/select/shared/index.js +1 -1
  615. package/select-with-tags/Component.responsive.d.ts +1 -1
  616. package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
  617. package/shared/context/PortalContext/PortalContext.d.ts +4 -0
  618. package/shared/context/PortalContext/PortalContext.js +7 -0
  619. package/shared/context/PortalContext/index.d.ts +1 -0
  620. package/shared/context/PortalContext/index.js +7 -0
  621. package/shared/cssm/context/PortalContext/PortalContext.d.ts +4 -0
  622. package/shared/cssm/context/PortalContext/PortalContext.js +7 -0
  623. package/shared/cssm/context/PortalContext/index.d.ts +1 -0
  624. package/shared/cssm/context/PortalContext/index.js +7 -0
  625. package/shared/cssm/index.d.ts +1 -0
  626. package/shared/cssm/index.js +2 -0
  627. package/shared/esm/context/PortalContext/PortalContext.d.ts +4 -0
  628. package/shared/esm/context/PortalContext/PortalContext.js +5 -0
  629. package/shared/esm/context/PortalContext/index.d.ts +1 -0
  630. package/shared/esm/context/PortalContext/index.js +2 -0
  631. package/shared/esm/index.d.ts +1 -0
  632. package/shared/esm/index.js +1 -0
  633. package/shared/index.d.ts +1 -0
  634. package/shared/index.js +2 -0
  635. package/shared/modern/context/PortalContext/PortalContext.d.ts +4 -0
  636. package/shared/modern/context/PortalContext/PortalContext.js +5 -0
  637. package/shared/modern/context/PortalContext/index.d.ts +1 -0
  638. package/shared/modern/context/PortalContext/index.js +2 -0
  639. package/shared/modern/index.d.ts +1 -0
  640. package/shared/modern/index.js +1 -0
  641. package/shared/moderncssm/context/PortalContext/PortalContext.d.ts +4 -0
  642. package/shared/moderncssm/context/PortalContext/PortalContext.js +5 -0
  643. package/shared/moderncssm/context/PortalContext/index.d.ts +1 -0
  644. package/shared/moderncssm/context/PortalContext/index.js +2 -0
  645. package/shared/moderncssm/index.d.ts +1 -0
  646. package/shared/moderncssm/index.js +1 -0
  647. package/side-panel/components/controls/Component.js +1 -1
  648. package/side-panel/components/footer/Component.js +1 -1
  649. package/side-panel/esm/Component.responsive.js +1 -1
  650. package/side-panel/esm/components/controls/Component.js +1 -1
  651. package/side-panel/esm/components/controls/index.js +1 -1
  652. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  653. package/side-panel/esm/components/footer/Component.js +1 -1
  654. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  655. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  656. package/side-panel/esm/desktop/index.js +1 -1
  657. package/side-panel/esm/index.js +1 -1
  658. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  659. package/side-panel/esm/mobile/index.js +1 -1
  660. package/side-panel/modern/Component.responsive.js +1 -1
  661. package/side-panel/modern/components/controls/Component.js +1 -1
  662. package/side-panel/modern/components/controls/index.js +1 -1
  663. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  664. package/side-panel/modern/components/footer/Component.js +1 -1
  665. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  666. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  667. package/side-panel/modern/desktop/index.js +1 -1
  668. package/side-panel/modern/index.js +1 -1
  669. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  670. package/side-panel/modern/mobile/index.js +1 -1
  671. package/spinner/cssm/index.module.css +0 -1
  672. package/spinner/esm/index.css +0 -1
  673. package/spinner/index.css +0 -1
  674. package/spinner/modern/index.css +0 -1
  675. package/spinner/moderncssm/index.module.css +0 -1
  676. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  677. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  678. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  679. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  680. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  681. package/tabs/esm/collapsible/index.js +1 -1
  682. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  683. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  684. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  685. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  686. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  687. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  688. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  689. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  690. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  691. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  692. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  693. package/tabs/esm/desktop/index.js +2 -2
  694. package/tabs/esm/index.js +2 -2
  695. package/tabs/esm/mobile/index.js +2 -2
  696. package/tabs/modern/collapsible/index.js +1 -1
  697. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  698. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  699. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  700. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  701. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  702. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  703. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  704. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  705. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  706. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  707. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  708. package/tabs/modern/desktop/index.js +2 -2
  709. package/tabs/modern/index.js +2 -2
  710. package/tabs/modern/mobile/index.js +2 -2
  711. package/tag/moderncssm/components/base-tag/Component.d.ts +1 -1
  712. package/themes/compiled/mobile-dark-bluetint.css +216 -77
  713. package/typography/esm/component.js +2 -2
  714. package/typography/esm/index.js +2 -2
  715. package/typography/esm/text/component.js +1 -1
  716. package/typography/esm/text/index.js +1 -1
  717. package/typography/esm/title/component.js +1 -1
  718. package/typography/esm/title/index.js +2 -2
  719. package/typography/esm/title-mobile/component.js +2 -2
  720. package/typography/esm/title-mobile/index.js +2 -2
  721. package/typography/esm/title-responsive/component.js +2 -2
  722. package/typography/esm/title-responsive/index.js +2 -2
  723. package/typography/modern/component.js +2 -2
  724. package/typography/modern/index.js +2 -2
  725. package/typography/modern/text/component.js +1 -1
  726. package/typography/modern/text/index.js +1 -1
  727. package/typography/modern/title/component.js +1 -1
  728. package/typography/modern/title/index.js +2 -2
  729. package/typography/modern/title-mobile/component.js +2 -2
  730. package/typography/modern/title-mobile/index.js +2 -2
  731. package/typography/modern/title-responsive/component.js +2 -2
  732. package/typography/modern/title-responsive/index.js +2 -2
  733. package/typography/text/component.js +1 -1
  734. package/typography/title/component.js +1 -1
  735. package/typography/title/index.js +1 -1
  736. package/typography/title-mobile/component.js +1 -1
  737. package/universal-date-input/cssm/index-5712fce2.d.ts +2 -2
  738. package/universal-date-input/esm/index-5712fce2.d.ts +2 -2
  739. package/universal-date-input/index-5712fce2.d.ts +2 -2
  740. package/universal-date-input/modern/index-5712fce2.d.ts +2 -2
  741. package/universal-date-input/moderncssm/index-5712fce2.d.ts +2 -2
  742. package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
  743. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  744. package/universal-modal/esm/Component.responsive.js +1 -1
  745. package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
  746. package/universal-modal/esm/components/header/index.js +1 -1
  747. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  748. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  749. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  750. package/universal-modal/esm/desktop/index.js +1 -1
  751. package/universal-modal/esm/index.js +1 -1
  752. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  753. package/universal-modal/esm/mobile/index.js +1 -1
  754. package/universal-modal/modern/Component.responsive.js +1 -1
  755. package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
  756. package/universal-modal/modern/components/header/index.js +1 -1
  757. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  758. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  759. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  760. package/universal-modal/modern/desktop/index.js +1 -1
  761. package/universal-modal/modern/index.js +1 -1
  762. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  763. package/universal-modal/modern/mobile/index.js +1 -1
  764. package/plate/moderncssm/index-7a60c8a5.d.ts +0 -87
  765. package/plate/warning-bde58dcf.d.ts +0 -19
  766. /package/calendar/{calendarMonthOnlyView-68895ac5.d.ts → calendarMonthOnlyView-4b08bdf0.d.ts} +0 -0
  767. /package/calendar/{calendarMonthOnlyView-68895ac5.js → calendarMonthOnlyView-4b08bdf0.js} +0 -0
  768. /package/calendar/esm/{calendarMonthOnlyView-c15c0f96.d.ts → calendarMonthOnlyView-ed62adc4.d.ts} +0 -0
  769. /package/calendar/esm/{calendarMonthOnlyView-c15c0f96.js → calendarMonthOnlyView-ed62adc4.js} +0 -0
  770. /package/calendar/modern/{calendarMonthOnlyView-cad0fb64.d.ts → calendarMonthOnlyView-c5271ea5.d.ts} +0 -0
  771. /package/calendar/modern/{calendarMonthOnlyView-cad0fb64.js → calendarMonthOnlyView-c5271ea5.js} +0 -0
  772. /package/confirmation/{countdown-section-be147762.d.ts → countdown-section-b36544f6.d.ts} +0 -0
  773. /package/confirmation/{countdown-section-be147762.js → countdown-section-b36544f6.js} +0 -0
  774. /package/confirmation/esm/{countdown-section-207b2a66.d.ts → countdown-section-dee14f72.d.ts} +0 -0
  775. /package/confirmation/esm/{countdown-section-207b2a66.js → countdown-section-dee14f72.js} +0 -0
  776. /package/confirmation/modern/{countdown-section-de1af13c.d.ts → countdown-section-3774f897.d.ts} +0 -0
  777. /package/confirmation/modern/{countdown-section-de1af13c.js → countdown-section-3774f897.js} +0 -0
  778. /package/file-upload-item/{actions-control.module-14aff47d.js → actions-control.module-25c4d2fd.js} +0 -0
  779. /package/file-upload-item/esm/{actions-control.module-75e28cb8.js → actions-control.module-5079160b.js} +0 -0
  780. /package/file-upload-item/modern/{actions-control.module-49ef3478.js → actions-control.module-5987c1de.js} +0 -0
  781. /package/gallery/esm/{hooks-6cc357f3.d.ts → hooks-63c5334a.d.ts} +0 -0
  782. /package/gallery/esm/{hooks-6cc357f3.js → hooks-63c5334a.js} +0 -0
  783. /package/gallery/{hooks-704efc4e.d.ts → hooks-1e52b56a.d.ts} +0 -0
  784. /package/gallery/{hooks-704efc4e.js → hooks-1e52b56a.js} +0 -0
  785. /package/gallery/modern/{hooks-3c3bf105.d.ts → hooks-f32cd56c.d.ts} +0 -0
  786. /package/gallery/modern/{hooks-3c3bf105.js → hooks-f32cd56c.js} +0 -0
  787. /package/international-phone-input/{index-235f6347.d.ts → modern/index-235f6347.d.ts} +0 -0
  788. /package/international-phone-input/{types-464d40a4.d.ts → modern/types-464d40a4.d.ts} +0 -0
  789. /package/modal/esm/{layout.module-37d03953.js → layout.module-032a7797.js} +0 -0
  790. /package/modal/{layout.module-533411da.js → layout.module-f58f9b14.js} +0 -0
  791. /package/modal/modern/{layout.module-c1966482.js → layout.module-2df1665b.js} +0 -0
  792. /package/pure-cell/{component-1c819738.d.ts → component-f82df88b.d.ts} +0 -0
  793. /package/pure-cell/{component-1c819738.js → component-f82df88b.js} +0 -0
  794. /package/pure-cell/esm/{component-9df426a9.d.ts → component-e1bd7cac.d.ts} +0 -0
  795. /package/pure-cell/esm/{component-9df426a9.js → component-e1bd7cac.js} +0 -0
  796. /package/pure-cell/modern/{component-e1caad63.d.ts → component-e98fa1b8.d.ts} +0 -0
  797. /package/pure-cell/modern/{component-e1caad63.js → component-e98fa1b8.js} +0 -0
  798. /package/select/cssm/{hook-928265a3.d.ts → hook-bb149630.d.ts} +0 -0
  799. /package/select/esm/{hook-a86d4ea0.d.ts → hook-975eda46.d.ts} +0 -0
  800. /package/select/esm/{list-popover-desktop-accfa1d8.d.ts → list-popover-desktop-42f1e1b8.d.ts} +0 -0
  801. /package/select/esm/{mobile.module-96d746ff.js → mobile.module-cbccaab4.js} +0 -0
  802. /package/select/{hook-3f7d2353.d.ts → hook-4af6f85f.d.ts} +0 -0
  803. /package/select/{list-popover-desktop-7f38f5d9.d.ts → list-popover-desktop-668b6105.d.ts} +0 -0
  804. /package/select/{mobile.module-1da905c4.js → mobile.module-63335534.js} +0 -0
  805. /package/select/modern/{hook-2469e477.d.ts → hook-a397e0e3.d.ts} +0 -0
  806. /package/select/modern/{list-popover-desktop-d28ccb35.d.ts → list-popover-desktop-3f79e255.d.ts} +0 -0
  807. /package/select/modern/{mobile.module-f29c296f.js → mobile.module-d0d83567.js} +0 -0
  808. /package/select/moderncssm/{hook-0c8b8277.d.ts → hook-fc2403e7.d.ts} +0 -0
  809. /package/side-panel/esm/{layout.module-7e2996ed.js → layout.module-2af39679.js} +0 -0
  810. /package/side-panel/{layout.module-2756e016.js → layout.module-7fc5583a.js} +0 -0
  811. /package/side-panel/modern/{layout.module-108ea33c.js → layout.module-14ade204.js} +0 -0
  812. /package/tabs/esm/{index.module-3db742b2.js → index.module-4727f97e.js} +0 -0
  813. /package/tabs/esm/{index.module-cf779074.js → index.module-da2e30be.js} +0 -0
  814. /package/tabs/{index.module-faadd27c.js → index.module-7b4b5510.js} +0 -0
  815. /package/tabs/{index.module-fc7ff935.js → index.module-7ddbb45d.js} +0 -0
  816. /package/tabs/modern/{index.module-8c901e89.js → index.module-98af5c45.js} +0 -0
  817. /package/tabs/modern/{index.module-e6f80b3b.js → index.module-e8b3b734.js} +0 -0
  818. /package/typography/{colors.module-b523152e.js → colors.module-4d842520.js} +0 -0
  819. /package/typography/{common.module-c46a9cd2.js → common.module-0b25f4c2.js} +0 -0
  820. /package/typography/esm/{colors.module-0c526259.js → colors.module-8125185a.js} +0 -0
  821. /package/typography/esm/{common.module-f2017613.js → common.module-8ebc92e3.js} +0 -0
  822. /package/typography/modern/{colors.module-70c80581.js → colors.module-299e3cdd.js} +0 -0
  823. /package/typography/modern/{common.module-12f63476.js → common.module-98236469.js} +0 -0
  824. /package/universal-modal/esm/{index.module-15e00124.js → index.module-bf7c0863.js} +0 -0
  825. /package/universal-modal/{index.module-894e4741.js → index.module-bd5e6a0c.js} +0 -0
  826. /package/universal-modal/modern/{index.module-ded6b799.js → index.module-ce7105c0.js} +0 -0
@@ -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-207b2a66.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-207b2a66.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-207b2a66.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-207b2a66.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-207b2a66.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-dee14f72.js';
8
8
  import '../../../utils.js';
@@ -10,6 +10,6 @@ import '@alfalab/hooks';
10
10
  import '../../../context.js';
11
11
  import '../../../utils.js';
12
12
  import '../../header/component.js';
13
- import '../../../countdown-section-207b2a66.js';
13
+ import '../../../countdown-section-dee14f72.js';
14
14
  import '../../../../../button/esm';
15
15
  import '../../../../../spinner/esm';
@@ -13,7 +13,7 @@ import '../../../code-input/esm/mobile';
13
13
  import '../../../link/esm';
14
14
  import '../../../typography/esm';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-207b2a66.js';
16
+ import '../countdown-section-dee14f72.js';
17
17
  import '../../../button/esm';
18
18
  import '../../../spinner/esm';
19
19
  import '../components/screens/hint/component.js';
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
14
14
  import '../../../link/esm';
15
15
  import '../../../typography/esm';
16
16
  import '../components/header/component.js';
17
- import '../countdown-section-207b2a66.js';
17
+ import '../countdown-section-dee14f72.js';
18
18
  import '../../../button/esm';
19
19
  import '../../../spinner/esm';
20
20
  import '../components/screens/hint/component.js';
@@ -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-207b2a66.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';
@@ -13,7 +13,7 @@ import '../../../code-input/esm/mobile';
13
13
  import '../../../link/esm';
14
14
  import '../../../typography/esm';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-207b2a66.js';
16
+ import '../countdown-section-dee14f72.js';
17
17
  import '../../../button/esm';
18
18
  import '../../../spinner/esm';
19
19
  import '../components/screens/hint/component.js';
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
14
14
  import '../../../link/esm';
15
15
  import '../../../typography/esm';
16
16
  import '../components/header/component.js';
17
- import '../countdown-section-207b2a66.js';
17
+ import '../countdown-section-dee14f72.js';
18
18
  import '../../../button/esm';
19
19
  import '../../../spinner/esm';
20
20
  import '../components/screens/hint/component.js';
@@ -15,6 +15,6 @@ import '../../../link/esm';
15
15
  import '../../../typography/esm';
16
16
  import '@alfalab/hooks';
17
17
  import '../components/header/component.js';
18
- import '../countdown-section-207b2a66.js';
18
+ import '../countdown-section-dee14f72.js';
19
19
  import '../../../button/esm';
20
20
  import '../../../spinner/esm';
@@ -15,7 +15,7 @@ import '../../code-input/modern/mobile';
15
15
  import '../../link/modern';
16
16
  import '../../typography/modern';
17
17
  import './components/header/component.js';
18
- import './countdown-section-de1af13c.js';
18
+ import './countdown-section-3774f897.js';
19
19
  import '../../button/modern';
20
20
  import '../../spinner/modern';
21
21
  import './components/screens/hint/component.js';
@@ -14,7 +14,7 @@ import '../../../../code-input/modern/mobile';
14
14
  import '../../../../link/modern';
15
15
  import '../../../../typography/modern';
16
16
  import '../header/component.js';
17
- import '../../countdown-section-de1af13c.js';
17
+ import '../../countdown-section-3774f897.js';
18
18
  import '../../../../button/modern';
19
19
  import '../../../../spinner/modern';
20
20
  import '../countdown-loader/component.js';
@@ -12,7 +12,7 @@ import '../../../../code-input/modern/mobile';
12
12
  import '../../../../link/modern';
13
13
  import '../../../../typography/modern';
14
14
  import '../header/component.js';
15
- import '../../countdown-section-de1af13c.js';
15
+ import '../../countdown-section-3774f897.js';
16
16
  import '../../../../button/modern';
17
17
  import '../../../../spinner/modern';
18
18
  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-de1af13c.js';
17
+ import '../countdown-section-3774f897.js';
18
18
  import '../../../button/modern';
19
19
  import '../../../spinner/modern';
@@ -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-de1af13c.js';
16
+ import '../../countdown-section-3774f897.js';
17
17
  import '../../../../button/modern';
18
18
  import '../../../../spinner/modern';
19
19
  import '../countdown-loader/component.js';
@@ -8,7 +8,7 @@ import { Text } from '../../../../../typography/modern';
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-de1af13c.js';
11
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-3774f897.js';
12
12
  import '../../../utils.js';
13
13
  import '../../../../../button/modern';
14
14
  import '../../../../../spinner/modern';
@@ -4,5 +4,5 @@ import '../../../../../button/modern';
4
4
  import '../../../../../spinner/modern';
5
5
  import '../../../../../typography/modern';
6
6
  import '../../../context.js';
7
- export { C as CountdownSection } from '../../../countdown-section-de1af13c.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-3774f897.js';
8
8
  import '../../../utils.js';
@@ -10,6 +10,6 @@ import '@alfalab/hooks';
10
10
  import '../../../context.js';
11
11
  import '../../../utils.js';
12
12
  import '../../header/component.js';
13
- import '../../../countdown-section-de1af13c.js';
13
+ import '../../../countdown-section-3774f897.js';
14
14
  import '../../../../../button/modern';
15
15
  import '../../../../../spinner/modern';
@@ -12,7 +12,7 @@ import '../../../code-input/modern/mobile';
12
12
  import '../../../link/modern';
13
13
  import '../../../typography/modern';
14
14
  import '../components/header/component.js';
15
- import '../countdown-section-de1af13c.js';
15
+ import '../countdown-section-3774f897.js';
16
16
  import '../../../button/modern';
17
17
  import '../../../spinner/modern';
18
18
  import '../components/screens/hint/component.js';
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
13
13
  import '../../../link/modern';
14
14
  import '../../../typography/modern';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-de1af13c.js';
16
+ import '../countdown-section-3774f897.js';
17
17
  import '../../../button/modern';
18
18
  import '../../../spinner/modern';
19
19
  import '../components/screens/hint/component.js';
@@ -15,7 +15,7 @@ import '../../code-input/modern/mobile';
15
15
  import '../../link/modern';
16
16
  import '../../typography/modern';
17
17
  import './components/header/component.js';
18
- import './countdown-section-de1af13c.js';
18
+ import './countdown-section-3774f897.js';
19
19
  import '../../button/modern';
20
20
  import '../../spinner/modern';
21
21
  import './components/screens/hint/component.js';
@@ -12,7 +12,7 @@ import '../../../code-input/modern/mobile';
12
12
  import '../../../link/modern';
13
13
  import '../../../typography/modern';
14
14
  import '../components/header/component.js';
15
- import '../countdown-section-de1af13c.js';
15
+ import '../countdown-section-3774f897.js';
16
16
  import '../../../button/modern';
17
17
  import '../../../spinner/modern';
18
18
  import '../components/screens/hint/component.js';
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
13
13
  import '../../../link/modern';
14
14
  import '../../../typography/modern';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-de1af13c.js';
16
+ import '../countdown-section-3774f897.js';
17
17
  import '../../../button/modern';
18
18
  import '../../../spinner/modern';
19
19
  import '../components/screens/hint/component.js';
@@ -15,6 +15,6 @@ import '../../../link/modern';
15
15
  import '../../../typography/modern';
16
16
  import '@alfalab/hooks';
17
17
  import '../components/header/component.js';
18
- import '../countdown-section-de1af13c.js';
18
+ import '../countdown-section-3774f897.js';
19
19
  import '../../../button/modern';
20
20
  import '../../../spinner/modern';
@@ -5,7 +5,7 @@ var context_fileUploadItemContext = require('../../context/file-upload-item-cont
5
5
  var components_actionsControl_components_deleteButton_deleteButton = require('./components/delete-button/delete-button.js');
6
6
  var components_actionsControl_components_downloadButton_downloadButton = require('./components/download-button/download-button.js');
7
7
  var components_actionsControl_components_restoreButton_restoreButton = require('./components/restore-button/restore-button.js');
8
- var actionsControl_module = require('../../actions-control.module-14aff47d.js');
8
+ var actionsControl_module = require('../../actions-control.module-25c4d2fd.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
@@ -4,7 +4,7 @@ var React = require('react');
4
4
  var coreComponentsIconButton = require('../../../../../icon-button');
5
5
  var CrossMIcon = require('@alfalab/icons-glyph/CrossMIcon');
6
6
  var context_fileUploadItemContext = require('../../../../context/file-upload-item-context.js');
7
- var actionsControl_module = require('../../../../actions-control.module-14aff47d.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-25c4d2fd.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -4,7 +4,7 @@ var React = require('react');
4
4
  var coreComponentsIconButton = require('../../../../../icon-button');
5
5
  var ArrowDownLineDownCompactMIcon = require('@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon');
6
6
  var context_fileUploadItemContext = require('../../../../context/file-upload-item-context.js');
7
- var actionsControl_module = require('../../../../actions-control.module-14aff47d.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-25c4d2fd.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -4,7 +4,7 @@ var React = require('react');
4
4
  var coreComponentsIconButton = require('../../../../../icon-button');
5
5
  var ArrowsCwCompactMIcon = require('@alfalab/icons-glyph/ArrowsCwCompactMIcon');
6
6
  var context_fileUploadItemContext = require('../../../../context/file-upload-item-context.js');
7
- var actionsControl_module = require('../../../../actions-control.module-14aff47d.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-25c4d2fd.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -33,7 +33,7 @@ var ContentSubtitle = function () {
33
33
  // uploading status
34
34
  if (utils.isUploadingStatus(uploadStatus)) {
35
35
  return (React__default.default.createElement(coreComponentsTypography.Text, { view: 'primary-small', color: 'secondary' },
36
- "\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E",
36
+ "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
37
37
  '\u00A0',
38
38
  Math.floor(validProgressBar),
39
39
  "%"));
@@ -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 cn = require('classnames');
6
- var superEllipse = require('../../../icon-view/super-ellipse');
6
+ var superEllipse = require('@alfalab/core-components/icon-view/super-ellipse');
7
7
  var const_progressBar = require('../../const/progress-bar.js');
8
8
  var context_fileUploadItemContext = require('../../context/file-upload-item-context.js');
9
9
  var utils = require('../../utils.js');
@@ -32,7 +32,7 @@ var ContentSubtitle = function () {
32
32
  // uploading status
33
33
  if (utils.isUploadingStatus(uploadStatus)) {
34
34
  return (React__default.default.createElement(coreComponentsTypography.Text, { view: 'primary-small', color: 'secondary' },
35
- "\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E",
35
+ "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
36
36
  '\u00A0',
37
37
  Math.floor(validProgressBar),
38
38
  "%"));
@@ -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 cn = require('classnames');
6
- var superEllipse = require('../../../../icon-view/cssm/super-ellipse');
6
+ var superEllipse = require('@alfalab/core-components/icon-view/super-ellipse');
7
7
  var const_progressBar = require('../../const/progress-bar.js');
8
8
  var context_fileUploadItemContext = require('../../context/file-upload-item-context.js');
9
9
  var utils = require('../../utils.js');
@@ -7,7 +7,7 @@ import { FileUploadItemContext } from './context/file-upload-item-context.js';
7
7
  import './components/actions-control/components/delete-button/delete-button.js';
8
8
  import '../../icon-button/esm';
9
9
  import '@alfalab/icons-glyph/CrossMIcon';
10
- import './actions-control.module-75e28cb8.js';
10
+ import './actions-control.module-5079160b.js';
11
11
  import './components/actions-control/components/download-button/download-button.js';
12
12
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
13
13
  import './components/actions-control/components/restore-button/restore-button.js';
@@ -19,7 +19,7 @@ import './utils.js';
19
19
  import './components/content/utils/isError.js';
20
20
  import './components/content/components/content-error/content-error.js';
21
21
  import 'tslib';
22
- import '../../icon-view/esm/super-ellipse';
22
+ import '@alfalab/core-components/icon-view/super-ellipse';
23
23
  import './components/status-control/components/status-control-icon/status-control-icon.js';
24
24
  import '@alfalab/icons-glyph/Document1CMIcon';
25
25
  import '@alfalab/icons-glyph/DocumentDocMIcon';
@@ -3,7 +3,7 @@ import { FileUploadItemContext } from '../../context/file-upload-item-context.js
3
3
  import { DeleteButton } from './components/delete-button/delete-button.js';
4
4
  import { DownloadButton } from './components/download-button/download-button.js';
5
5
  import { RestoreButton } from './components/restore-button/restore-button.js';
6
- import { s as styles } from '../../actions-control.module-75e28cb8.js';
6
+ import { s as styles } from '../../actions-control.module-5079160b.js';
7
7
  import '../../../../icon-button/esm';
8
8
  import '@alfalab/icons-glyph/CrossMIcon';
9
9
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/esm';
3
3
  import CrossMIcon from '@alfalab/icons-glyph/CrossMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-75e28cb8.js';
5
+ import { s as styles } from '../../../../actions-control.module-5079160b.js';
6
6
 
7
7
  var DeleteButton = function () {
8
8
  var _a = useContext(FileUploadItemContext), _b = _a.id, id = _b === void 0 ? '0' : _b, disableButtons = _a.disableButtons, onDelete = _a.onDelete;
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/esm';
4
4
  import '@alfalab/icons-glyph/CrossMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-75e28cb8.js';
6
+ import '../../../../actions-control.module-5079160b.js';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/esm';
3
3
  import ArrowDownLineDownCompactMIcon from '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-75e28cb8.js';
5
+ import { s as styles } from '../../../../actions-control.module-5079160b.js';
6
6
 
7
7
  var DownloadButton = function () {
8
8
  var _a = useContext(FileUploadItemContext), _b = _a.id, id = _b === void 0 ? '0' : _b, downloadLink = _a.downloadLink, download = _a.download, disableButtons = _a.disableButtons, target = _a.target, onDownload = _a.onDownload;
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/esm';
4
4
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-75e28cb8.js';
6
+ import '../../../../actions-control.module-5079160b.js';
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/esm';
4
4
  import '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-75e28cb8.js';
6
+ import '../../../../actions-control.module-5079160b.js';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/esm';
3
3
  import ArrowsCwCompactMIcon from '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-75e28cb8.js';
5
+ import { s as styles } from '../../../../actions-control.module-5079160b.js';
6
6
 
7
7
  var RestoreButton = function () {
8
8
  var _a = useContext(FileUploadItemContext), _b = _a.id, id = _b === void 0 ? '0' : _b, disableButtons = _a.disableButtons, onRestore = _a.onRestore;
@@ -4,7 +4,7 @@ import '../../context/file-upload-item-context.js';
4
4
  import './components/delete-button/delete-button.js';
5
5
  import '../../../../icon-button/esm';
6
6
  import '@alfalab/icons-glyph/CrossMIcon';
7
- import '../../actions-control.module-75e28cb8.js';
7
+ import '../../actions-control.module-5079160b.js';
8
8
  import './components/download-button/download-button.js';
9
9
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
10
10
  import './components/restore-button/restore-button.js';
@@ -26,7 +26,7 @@ var ContentSubtitle = function () {
26
26
  // uploading status
27
27
  if (isUploadingStatus(uploadStatus)) {
28
28
  return (React.createElement(Text, { view: 'primary-small', color: 'secondary' },
29
- "\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E",
29
+ "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
30
30
  '\u00A0',
31
31
  Math.floor(validProgressBar),
32
32
  "%"));
@@ -2,7 +2,7 @@ export { StatusControl } from './status-control.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'classnames';
5
- import '../../../../icon-view/esm/super-ellipse';
5
+ import '@alfalab/core-components/icon-view/super-ellipse';
6
6
  import '../../const/progress-bar.js';
7
7
  import '../../context/file-upload-item-context.js';
8
8
  import '../../utils.js';
@@ -1,7 +1,7 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React, { useContext, useRef } from 'react';
3
3
  import cn from 'classnames';
4
- import { SuperEllipse } from '../../../../icon-view/esm/super-ellipse';
4
+ import { SuperEllipse } from '@alfalab/core-components/icon-view/super-ellipse';
5
5
  import { RADIUS, MAX_PROGRESS_BAR_VALUE } from '../../const/progress-bar.js';
6
6
  import { FileUploadItemContext } from '../../context/file-upload-item-context.js';
7
7
  import { isUploadingStatus, isSuccessStatus, isErrorStatus } from '../../utils.js';
@@ -6,7 +6,7 @@ import './context/file-upload-item-context.js';
6
6
  import './components/actions-control/components/delete-button/delete-button.js';
7
7
  import '../../icon-button/esm';
8
8
  import '@alfalab/icons-glyph/CrossMIcon';
9
- import './actions-control.module-75e28cb8.js';
9
+ import './actions-control.module-5079160b.js';
10
10
  import './components/actions-control/components/download-button/download-button.js';
11
11
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
12
12
  import './components/actions-control/components/restore-button/restore-button.js';
@@ -20,7 +20,7 @@ import './components/content/utils/isError.js';
20
20
  import './components/content/components/content-error/content-error.js';
21
21
  import './components/status-control/status-control.js';
22
22
  import 'tslib';
23
- import '../../icon-view/esm/super-ellipse';
23
+ import '@alfalab/core-components/icon-view/super-ellipse';
24
24
  import './components/status-control/components/status-control-icon/status-control-icon.js';
25
25
  import '@alfalab/icons-glyph/Document1CMIcon';
26
26
  import '@alfalab/icons-glyph/DocumentDocMIcon';
@@ -7,7 +7,7 @@ import { FileUploadItemContext } from './context/file-upload-item-context.js';
7
7
  import './components/actions-control/components/delete-button/delete-button.js';
8
8
  import '../../icon-button/modern';
9
9
  import '@alfalab/icons-glyph/CrossMIcon';
10
- import './actions-control.module-49ef3478.js';
10
+ import './actions-control.module-5987c1de.js';
11
11
  import './components/actions-control/components/download-button/download-button.js';
12
12
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
13
13
  import './components/actions-control/components/restore-button/restore-button.js';
@@ -18,7 +18,7 @@ import './const/progress-bar.js';
18
18
  import './utils.js';
19
19
  import './components/content/utils/isError.js';
20
20
  import './components/content/components/content-error/content-error.js';
21
- import '../../icon-view/modern/super-ellipse';
21
+ import '@alfalab/core-components/icon-view/super-ellipse';
22
22
  import './components/status-control/components/status-control-icon/status-control-icon.js';
23
23
  import '@alfalab/icons-glyph/Document1CMIcon';
24
24
  import '@alfalab/icons-glyph/DocumentDocMIcon';
@@ -3,7 +3,7 @@ import { FileUploadItemContext } from '../../context/file-upload-item-context.js
3
3
  import { DeleteButton } from './components/delete-button/delete-button.js';
4
4
  import { DownloadButton } from './components/download-button/download-button.js';
5
5
  import { RestoreButton } from './components/restore-button/restore-button.js';
6
- import { s as styles } from '../../actions-control.module-49ef3478.js';
6
+ import { s as styles } from '../../actions-control.module-5987c1de.js';
7
7
  import '../../../../icon-button/modern';
8
8
  import '@alfalab/icons-glyph/CrossMIcon';
9
9
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/modern';
3
3
  import CrossMIcon from '@alfalab/icons-glyph/CrossMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-49ef3478.js';
5
+ import { s as styles } from '../../../../actions-control.module-5987c1de.js';
6
6
 
7
7
  const DeleteButton = () => {
8
8
  const { id = '0', disableButtons, onDelete } = useContext(FileUploadItemContext);
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/modern';
4
4
  import '@alfalab/icons-glyph/CrossMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-49ef3478.js';
6
+ import '../../../../actions-control.module-5987c1de.js';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/modern';
3
3
  import ArrowDownLineDownCompactMIcon from '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-49ef3478.js';
5
+ import { s as styles } from '../../../../actions-control.module-5987c1de.js';
6
6
 
7
7
  const DownloadButton = () => {
8
8
  const { id = '0', downloadLink, download, disableButtons, target, onDownload, } = useContext(FileUploadItemContext);
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/modern';
4
4
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-49ef3478.js';
6
+ import '../../../../actions-control.module-5987c1de.js';
@@ -3,4 +3,4 @@ import 'react';
3
3
  import '../../../../../../icon-button/modern';
4
4
  import '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
5
5
  import '../../../../context/file-upload-item-context.js';
6
- import '../../../../actions-control.module-49ef3478.js';
6
+ import '../../../../actions-control.module-5987c1de.js';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import { IconButton } from '../../../../../../icon-button/modern';
3
3
  import ArrowsCwCompactMIcon from '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
4
4
  import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
5
- import { s as styles } from '../../../../actions-control.module-49ef3478.js';
5
+ import { s as styles } from '../../../../actions-control.module-5987c1de.js';
6
6
 
7
7
  const RestoreButton = () => {
8
8
  const { id = '0', disableButtons, onRestore } = useContext(FileUploadItemContext);
@@ -4,7 +4,7 @@ import '../../context/file-upload-item-context.js';
4
4
  import './components/delete-button/delete-button.js';
5
5
  import '../../../../icon-button/modern';
6
6
  import '@alfalab/icons-glyph/CrossMIcon';
7
- import '../../actions-control.module-49ef3478.js';
7
+ import '../../actions-control.module-5987c1de.js';
8
8
  import './components/download-button/download-button.js';
9
9
  import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
10
10
  import './components/restore-button/restore-button.js';
@@ -25,7 +25,7 @@ const ContentSubtitle = () => {
25
25
  // uploading status
26
26
  if (isUploadingStatus(uploadStatus)) {
27
27
  return (React.createElement(Text, { view: 'primary-small', color: 'secondary' },
28
- "\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E",
28
+ "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
29
29
  '\u00A0',
30
30
  Math.floor(validProgressBar),
31
31
  "%"));