@alfalab/core-components 48.23.0-beta.0 → 48.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (688) hide show
  1. package/calendar/components/calendar-mobile/Component.js +1 -1
  2. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  3. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  4. package/calendar/components/calendar-mobile/index.js +1 -1
  5. package/calendar/esm/Component.responsive.js +1 -1
  6. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  7. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  8. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  9. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  10. package/calendar/esm/index.js +1 -1
  11. package/calendar/esm/mobile/index.js +1 -1
  12. package/calendar/mobile/index.js +1 -1
  13. package/calendar/modern/Component.responsive.js +1 -1
  14. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  15. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  16. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  17. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  18. package/calendar/modern/index.js +1 -1
  19. package/calendar/modern/mobile/index.js +1 -1
  20. package/checkbox-group/components/base-checkbox-group/Component.d.ts +4 -2
  21. package/checkbox-group/components/base-checkbox-group/Component.js +7 -5
  22. package/checkbox-group/cssm/components/base-checkbox-group/Component.d.ts +4 -2
  23. package/checkbox-group/cssm/components/base-checkbox-group/Component.js +7 -5
  24. package/checkbox-group/esm/components/base-checkbox-group/Component.d.ts +4 -2
  25. package/checkbox-group/esm/components/base-checkbox-group/Component.js +8 -6
  26. package/checkbox-group/modern/components/base-checkbox-group/Component.d.ts +4 -2
  27. package/checkbox-group/modern/components/base-checkbox-group/Component.js +8 -6
  28. package/checkbox-group/moderncssm/components/base-checkbox-group/Component.d.ts +4 -2
  29. package/checkbox-group/moderncssm/components/base-checkbox-group/Component.js +8 -6
  30. package/confirmation/components/screens/initial/component.js +1 -1
  31. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  32. package/confirmation/esm/component.responsive.js +1 -1
  33. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  34. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  35. package/confirmation/esm/components/index.js +1 -1
  36. package/confirmation/esm/components/screens/index.js +1 -1
  37. package/confirmation/esm/components/screens/initial/component.js +1 -1
  38. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  39. package/confirmation/esm/components/screens/initial/index.js +1 -1
  40. package/confirmation/esm/desktop/component.desktop.js +1 -1
  41. package/confirmation/esm/desktop/index.js +1 -1
  42. package/confirmation/esm/index.js +1 -1
  43. package/confirmation/esm/mobile/component.mobile.js +1 -1
  44. package/confirmation/esm/mobile/index.js +1 -1
  45. package/confirmation/esm/shared/index.js +1 -1
  46. package/confirmation/modern/component.responsive.js +1 -1
  47. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  48. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  49. package/confirmation/modern/components/index.js +1 -1
  50. package/confirmation/modern/components/screens/index.js +1 -1
  51. package/confirmation/modern/components/screens/initial/component.js +1 -1
  52. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  53. package/confirmation/modern/components/screens/initial/index.js +1 -1
  54. package/confirmation/modern/desktop/component.desktop.js +1 -1
  55. package/confirmation/modern/desktop/index.js +1 -1
  56. package/confirmation/modern/index.js +1 -1
  57. package/confirmation/modern/mobile/component.mobile.js +1 -1
  58. package/confirmation/modern/mobile/index.js +1 -1
  59. package/confirmation/modern/shared/index.js +1 -1
  60. package/file-upload-item/components/actions-control/actions.js +1 -1
  61. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  62. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  63. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  64. package/file-upload-item/components/content/components/content-subtitle/content-subtitle.js +1 -1
  65. package/file-upload-item/components/status-control/status-control.js +1 -1
  66. package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.js +1 -1
  67. package/file-upload-item/cssm/components/status-control/status-control.js +1 -1
  68. package/file-upload-item/esm/Component.js +2 -2
  69. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  70. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  71. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  72. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  73. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  74. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  75. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  76. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  77. package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.js +1 -1
  78. package/file-upload-item/esm/components/status-control/index.js +1 -1
  79. package/file-upload-item/esm/components/status-control/status-control.js +1 -1
  80. package/file-upload-item/esm/index.js +2 -2
  81. package/file-upload-item/modern/Component.js +2 -2
  82. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  83. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  84. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  85. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  86. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  87. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  88. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  89. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  90. package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.js +1 -1
  91. package/file-upload-item/modern/components/status-control/index.js +1 -1
  92. package/file-upload-item/modern/components/status-control/status-control.js +1 -1
  93. package/file-upload-item/modern/index.js +2 -2
  94. package/file-upload-item/moderncssm/Component.js +1 -1
  95. package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.js +1 -1
  96. package/file-upload-item/moderncssm/components/status-control/index.js +1 -1
  97. package/file-upload-item/moderncssm/components/status-control/status-control.js +1 -1
  98. package/file-upload-item/moderncssm/index.js +1 -1
  99. package/gallery/components/image-viewer/component.js +1 -1
  100. package/gallery/components/image-viewer/hooks.js +1 -1
  101. package/gallery/components/image-viewer/single.js +1 -1
  102. package/gallery/components/image-viewer/slide.js +1 -1
  103. package/gallery/components/image-viewer/video/index.js +1 -1
  104. package/gallery/cssm/components/image-viewer/video/index.js +1 -1
  105. package/gallery/esm/Component.js +2 -2
  106. package/gallery/esm/components/image-viewer/component.js +2 -2
  107. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  108. package/gallery/esm/components/image-viewer/index.js +2 -2
  109. package/gallery/esm/components/image-viewer/single.js +2 -2
  110. package/gallery/esm/components/image-viewer/slide.js +2 -2
  111. package/gallery/esm/components/image-viewer/video/index.js +1 -1
  112. package/gallery/esm/components/index.js +2 -2
  113. package/gallery/esm/index.js +2 -2
  114. package/gallery/modern/Component.js +2 -2
  115. package/gallery/modern/components/image-viewer/component.js +2 -2
  116. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  117. package/gallery/modern/components/image-viewer/index.js +2 -2
  118. package/gallery/modern/components/image-viewer/single.js +2 -2
  119. package/gallery/modern/components/image-viewer/slide.js +2 -2
  120. package/gallery/modern/components/image-viewer/video/index.js +1 -1
  121. package/gallery/modern/components/index.js +2 -2
  122. package/gallery/modern/index.js +2 -2
  123. package/gallery/moderncssm/Component.js +1 -1
  124. package/gallery/moderncssm/components/image-viewer/component.js +1 -1
  125. package/gallery/moderncssm/components/image-viewer/index.js +1 -1
  126. package/gallery/moderncssm/components/image-viewer/single.js +1 -1
  127. package/gallery/moderncssm/components/image-viewer/slide.js +1 -1
  128. package/gallery/moderncssm/components/image-viewer/video/index.js +1 -1
  129. package/gallery/moderncssm/components/index.js +1 -1
  130. package/gallery/moderncssm/index.js +1 -1
  131. package/icon-view/components/base-shape/component.d.ts +1 -0
  132. package/icon-view/components/base-shape/component.js +9 -9
  133. package/icon-view/cssm/components/base-shape/component.d.ts +1 -0
  134. package/icon-view/cssm/components/base-shape/component.js +9 -9
  135. package/icon-view/esm/components/base-shape/component.d.ts +1 -0
  136. package/icon-view/esm/components/base-shape/component.js +9 -9
  137. package/icon-view/modern/components/base-shape/component.d.ts +1 -0
  138. package/icon-view/modern/components/base-shape/component.js +6 -7
  139. package/icon-view/moderncssm/components/base-shape/component.d.ts +1 -0
  140. package/icon-view/moderncssm/components/base-shape/component.js +6 -7
  141. package/input/components/base-input/Component.js +1 -3
  142. package/input/cssm/components/base-input/Component.js +1 -3
  143. package/input/esm/Component.responsive.js +0 -5
  144. package/input/esm/components/base-input/Component.js +1 -7
  145. package/input/esm/components/base-input/index.js +0 -5
  146. package/input/esm/desktop/Component.desktop.js +0 -5
  147. package/input/esm/desktop/index.js +0 -5
  148. package/input/esm/index.js +0 -5
  149. package/input/esm/mobile/Component.mobile.js +0 -5
  150. package/input/esm/mobile/index.js +0 -5
  151. package/input/modern/Component.responsive.js +0 -5
  152. package/input/modern/components/base-input/Component.js +1 -7
  153. package/input/modern/components/base-input/index.js +0 -5
  154. package/input/modern/desktop/Component.desktop.js +0 -5
  155. package/input/modern/desktop/index.js +0 -5
  156. package/input/modern/index.js +0 -5
  157. package/input/modern/mobile/Component.mobile.js +0 -5
  158. package/input/modern/mobile/index.js +0 -5
  159. package/input/moderncssm/Component.responsive.js +0 -5
  160. package/input/moderncssm/components/base-input/Component.js +1 -7
  161. package/input/moderncssm/components/base-input/index.js +0 -5
  162. package/input/moderncssm/desktop/Component.desktop.js +0 -5
  163. package/input/moderncssm/desktop/index.js +0 -5
  164. package/input/moderncssm/index.js +0 -5
  165. package/input/moderncssm/mobile/Component.mobile.js +0 -5
  166. package/input/moderncssm/mobile/index.js +0 -5
  167. package/international-phone-input/typings-d515b24c.d.ts +559 -11
  168. package/modal/components/controls/Component.js +1 -1
  169. package/modal/components/footer/Component.js +1 -1
  170. package/modal/esm/Component.responsive.js +1 -1
  171. package/modal/esm/components/controls/Component.js +1 -1
  172. package/modal/esm/components/controls/index.js +1 -1
  173. package/modal/esm/components/footer/Component.js +1 -1
  174. package/modal/esm/desktop/Component.desktop.js +1 -1
  175. package/modal/esm/desktop/index.js +1 -1
  176. package/modal/esm/index.js +1 -1
  177. package/modal/esm/mobile/Component.mobile.js +1 -1
  178. package/modal/esm/mobile/index.js +1 -1
  179. package/modal/modern/Component.responsive.js +1 -1
  180. package/modal/modern/components/controls/Component.js +1 -1
  181. package/modal/modern/components/controls/index.js +1 -1
  182. package/modal/modern/components/footer/Component.js +1 -1
  183. package/modal/modern/desktop/Component.desktop.js +1 -1
  184. package/modal/modern/desktop/index.js +1 -1
  185. package/modal/modern/index.js +1 -1
  186. package/modal/modern/mobile/Component.mobile.js +1 -1
  187. package/modal/modern/mobile/index.js +1 -1
  188. package/package.json +3 -2
  189. package/password-input/component.d.ts +14 -0
  190. package/password-input/component.js +8 -6
  191. package/password-input/cssm/component.d.ts +14 -0
  192. package/password-input/cssm/component.js +8 -6
  193. package/password-input/esm/component.d.ts +14 -0
  194. package/password-input/esm/component.js +8 -6
  195. package/password-input/modern/component.d.ts +14 -0
  196. package/password-input/modern/component.js +7 -5
  197. package/password-input/moderncssm/component.d.ts +14 -0
  198. package/password-input/moderncssm/component.js +7 -5
  199. package/picker-button/Component-c44170fe.d.ts +3 -34
  200. package/picker-button/cssm/Component-c44170fe.d.ts +5 -36
  201. package/picker-button/cssm/transformSize-ebda875c.d.ts +1 -1
  202. package/picker-button/esm/Component-c44170fe.d.ts +3 -34
  203. package/picker-button/modern/Component-c44170fe.d.ts +3 -34
  204. package/picker-button/moderncssm/Component-c44170fe.d.ts +3 -34
  205. package/product-cover/components/image-card/Component.d.ts +6 -1
  206. package/product-cover/components/image-card/Component.js +2 -2
  207. package/product-cover/components/text/Component.d.ts +6 -1
  208. package/product-cover/components/text/Component.js +6 -6
  209. package/product-cover/cssm/components/image-card/Component.d.ts +6 -1
  210. package/product-cover/cssm/components/image-card/Component.js +2 -2
  211. package/product-cover/cssm/components/text/Component.d.ts +6 -1
  212. package/product-cover/cssm/components/text/Component.js +6 -6
  213. package/product-cover/cssm/single/Component.js +4 -4
  214. package/product-cover/cssm/stack/Component.js +2 -2
  215. package/product-cover/cssm/typings.d.ts +14 -4
  216. package/product-cover/cssm/utils/index.d.ts +2 -2
  217. package/product-cover/cssm/utils/index.js +4 -4
  218. package/product-cover/esm/components/image-card/Component.d.ts +6 -1
  219. package/product-cover/esm/components/image-card/Component.js +2 -2
  220. package/product-cover/esm/components/text/Component.d.ts +6 -1
  221. package/product-cover/esm/components/text/Component.js +7 -7
  222. package/product-cover/esm/single/Component.js +4 -4
  223. package/product-cover/esm/stack/Component.js +2 -2
  224. package/product-cover/esm/typings.d.ts +14 -4
  225. package/product-cover/esm/utils/index.d.ts +2 -2
  226. package/product-cover/esm/utils/index.js +4 -4
  227. package/product-cover/modern/components/image-card/Component.d.ts +6 -1
  228. package/product-cover/modern/components/image-card/Component.js +2 -2
  229. package/product-cover/modern/components/text/Component.d.ts +6 -1
  230. package/product-cover/modern/components/text/Component.js +7 -7
  231. package/product-cover/modern/single/Component.js +4 -4
  232. package/product-cover/modern/stack/Component.js +2 -2
  233. package/product-cover/modern/typings.d.ts +14 -4
  234. package/product-cover/modern/utils/index.d.ts +2 -2
  235. package/product-cover/modern/utils/index.js +4 -4
  236. package/product-cover/moderncssm/components/image-card/Component.d.ts +6 -1
  237. package/product-cover/moderncssm/components/image-card/Component.js +2 -2
  238. package/product-cover/moderncssm/components/text/Component.d.ts +6 -1
  239. package/product-cover/moderncssm/components/text/Component.js +7 -7
  240. package/product-cover/moderncssm/single/Component.js +4 -4
  241. package/product-cover/moderncssm/stack/Component.js +2 -2
  242. package/product-cover/moderncssm/typings.d.ts +14 -4
  243. package/product-cover/moderncssm/utils/index.d.ts +2 -2
  244. package/product-cover/moderncssm/utils/index.js +4 -4
  245. package/product-cover/single/Component.js +4 -4
  246. package/product-cover/stack/Component.js +2 -2
  247. package/product-cover/typings.d.ts +14 -4
  248. package/product-cover/utils/index.d.ts +2 -2
  249. package/product-cover/utils/index.js +4 -4
  250. package/pure-cell/component.js +1 -1
  251. package/pure-cell/components/addon/component.js +1 -1
  252. package/pure-cell/components/addon/index.d.ts +1 -1
  253. package/pure-cell/components/addon/index.js +1 -1
  254. package/pure-cell/components/amount/component.js +1 -1
  255. package/pure-cell/components/amount/index.d.ts +1 -1
  256. package/pure-cell/components/amount/index.js +1 -1
  257. package/pure-cell/components/amount-title/component.js +1 -1
  258. package/pure-cell/components/amount-title/index.d.ts +1 -1
  259. package/pure-cell/components/amount-title/index.js +1 -1
  260. package/pure-cell/components/category/component.js +1 -1
  261. package/pure-cell/components/category/index.d.ts +1 -1
  262. package/pure-cell/components/category/index.js +1 -1
  263. package/pure-cell/components/content/component.js +1 -1
  264. package/pure-cell/components/content/index.d.ts +1 -1
  265. package/pure-cell/components/content/index.js +1 -1
  266. package/pure-cell/components/footer/component.js +1 -1
  267. package/pure-cell/components/footer/index.d.ts +1 -1
  268. package/pure-cell/components/footer/index.js +1 -1
  269. package/pure-cell/components/footer-button/component.js +1 -1
  270. package/pure-cell/components/footer-button/index.d.ts +1 -1
  271. package/pure-cell/components/footer-button/index.js +1 -1
  272. package/pure-cell/components/footer-text/component.js +1 -1
  273. package/pure-cell/components/footer-text/index.d.ts +1 -1
  274. package/pure-cell/components/footer-text/index.js +1 -1
  275. package/pure-cell/components/graphics/component.js +1 -1
  276. package/pure-cell/components/graphics/index.d.ts +1 -1
  277. package/pure-cell/components/graphics/index.js +1 -1
  278. package/pure-cell/components/main/component.js +1 -1
  279. package/pure-cell/components/main/index.d.ts +1 -1
  280. package/pure-cell/components/main/index.js +1 -1
  281. package/pure-cell/components/text/component.js +1 -1
  282. package/pure-cell/components/text/index.d.ts +1 -1
  283. package/pure-cell/components/text/index.js +1 -1
  284. package/pure-cell/esm/component.js +1 -1
  285. package/pure-cell/esm/components/addon/component.js +1 -1
  286. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  287. package/pure-cell/esm/components/addon/index.js +1 -1
  288. package/pure-cell/esm/components/amount/component.js +1 -1
  289. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  290. package/pure-cell/esm/components/amount/index.js +1 -1
  291. package/pure-cell/esm/components/amount-title/component.js +1 -1
  292. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  293. package/pure-cell/esm/components/amount-title/index.js +1 -1
  294. package/pure-cell/esm/components/category/component.js +1 -1
  295. package/pure-cell/esm/components/category/index.d.ts +1 -1
  296. package/pure-cell/esm/components/category/index.js +1 -1
  297. package/pure-cell/esm/components/content/component.js +1 -1
  298. package/pure-cell/esm/components/content/index.d.ts +1 -1
  299. package/pure-cell/esm/components/content/index.js +1 -1
  300. package/pure-cell/esm/components/footer/component.js +1 -1
  301. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  302. package/pure-cell/esm/components/footer/index.js +1 -1
  303. package/pure-cell/esm/components/footer-button/component.js +1 -1
  304. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  305. package/pure-cell/esm/components/footer-button/index.js +1 -1
  306. package/pure-cell/esm/components/footer-text/component.js +1 -1
  307. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  308. package/pure-cell/esm/components/footer-text/index.js +1 -1
  309. package/pure-cell/esm/components/graphics/component.js +1 -1
  310. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  311. package/pure-cell/esm/components/graphics/index.js +1 -1
  312. package/pure-cell/esm/components/main/component.js +1 -1
  313. package/pure-cell/esm/components/main/index.d.ts +1 -1
  314. package/pure-cell/esm/components/main/index.js +1 -1
  315. package/pure-cell/esm/components/text/component.js +1 -1
  316. package/pure-cell/esm/components/text/index.d.ts +1 -1
  317. package/pure-cell/esm/components/text/index.js +1 -1
  318. package/pure-cell/esm/index.js +1 -1
  319. package/pure-cell/index.js +1 -1
  320. package/pure-cell/modern/component.js +1 -1
  321. package/pure-cell/modern/components/addon/component.js +1 -1
  322. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  323. package/pure-cell/modern/components/addon/index.js +1 -1
  324. package/pure-cell/modern/components/amount/component.js +1 -1
  325. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  326. package/pure-cell/modern/components/amount/index.js +1 -1
  327. package/pure-cell/modern/components/amount-title/component.js +1 -1
  328. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  329. package/pure-cell/modern/components/amount-title/index.js +1 -1
  330. package/pure-cell/modern/components/category/component.js +1 -1
  331. package/pure-cell/modern/components/category/index.d.ts +1 -1
  332. package/pure-cell/modern/components/category/index.js +1 -1
  333. package/pure-cell/modern/components/content/component.js +1 -1
  334. package/pure-cell/modern/components/content/index.d.ts +1 -1
  335. package/pure-cell/modern/components/content/index.js +1 -1
  336. package/pure-cell/modern/components/footer/component.js +1 -1
  337. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  338. package/pure-cell/modern/components/footer/index.js +1 -1
  339. package/pure-cell/modern/components/footer-button/component.js +1 -1
  340. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  341. package/pure-cell/modern/components/footer-button/index.js +1 -1
  342. package/pure-cell/modern/components/footer-text/component.js +1 -1
  343. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  344. package/pure-cell/modern/components/footer-text/index.js +1 -1
  345. package/pure-cell/modern/components/graphics/component.js +1 -1
  346. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  347. package/pure-cell/modern/components/graphics/index.js +1 -1
  348. package/pure-cell/modern/components/main/component.js +1 -1
  349. package/pure-cell/modern/components/main/index.d.ts +1 -1
  350. package/pure-cell/modern/components/main/index.js +1 -1
  351. package/pure-cell/modern/components/text/component.js +1 -1
  352. package/pure-cell/modern/components/text/index.d.ts +1 -1
  353. package/pure-cell/modern/components/text/index.js +1 -1
  354. package/pure-cell/modern/index.js +1 -1
  355. package/select/components/base-select/Component.js +2 -2
  356. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  357. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  358. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  359. package/select/esm/Component.responsive.js +3 -3
  360. package/select/esm/components/base-select/Component.js +2 -2
  361. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  362. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  363. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  364. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  365. package/select/esm/components/base-select/index.js +2 -2
  366. package/select/esm/components/index.js +2 -2
  367. package/select/esm/desktop/Component.desktop.js +2 -2
  368. package/select/esm/desktop/index.js +2 -2
  369. package/select/esm/index.js +3 -3
  370. package/select/esm/mobile/Component.mobile.js +3 -3
  371. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  372. package/select/esm/mobile/index.js +3 -3
  373. package/select/esm/presets/index.js +1 -1
  374. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  375. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  376. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  377. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  378. package/select/esm/shared/index.js +3 -3
  379. package/select/mobile/Component.mobile.js +1 -1
  380. package/select/modern/Component.responsive.js +3 -3
  381. package/select/modern/components/base-select/Component.js +2 -2
  382. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  383. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  384. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  385. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  386. package/select/modern/components/base-select/index.js +2 -2
  387. package/select/modern/components/index.js +2 -2
  388. package/select/modern/desktop/Component.desktop.js +2 -2
  389. package/select/modern/desktop/index.js +2 -2
  390. package/select/modern/index.js +3 -3
  391. package/select/modern/mobile/Component.mobile.js +3 -3
  392. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  393. package/select/modern/mobile/index.js +3 -3
  394. package/select/modern/presets/index.js +1 -1
  395. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  396. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  397. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  398. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  399. package/select/modern/shared/index.js +3 -3
  400. package/select/presets/index.js +1 -1
  401. package/select/presets/useSelectWithApply/hook.js +1 -1
  402. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  403. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  404. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  405. package/select/shared/index.js +1 -1
  406. package/side-panel/components/controls/Component.js +1 -1
  407. package/side-panel/components/footer/Component.js +1 -1
  408. package/side-panel/esm/Component.responsive.js +1 -1
  409. package/side-panel/esm/components/controls/Component.js +1 -1
  410. package/side-panel/esm/components/controls/index.js +1 -1
  411. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  412. package/side-panel/esm/components/footer/Component.js +1 -1
  413. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  414. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  415. package/side-panel/esm/desktop/index.js +1 -1
  416. package/side-panel/esm/index.js +1 -1
  417. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  418. package/side-panel/esm/mobile/index.js +1 -1
  419. package/side-panel/modern/Component.responsive.js +1 -1
  420. package/side-panel/modern/components/controls/Component.js +1 -1
  421. package/side-panel/modern/components/controls/index.js +1 -1
  422. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  423. package/side-panel/modern/components/footer/Component.js +1 -1
  424. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  425. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  426. package/side-panel/modern/desktop/index.js +1 -1
  427. package/side-panel/modern/index.js +1 -1
  428. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  429. package/side-panel/modern/mobile/index.js +1 -1
  430. package/spinner/cssm/index.module.css +1 -0
  431. package/spinner/esm/index.css +1 -0
  432. package/spinner/index.css +1 -0
  433. package/spinner/modern/index.css +1 -0
  434. package/spinner/moderncssm/index.module.css +1 -0
  435. package/status/Component.d.ts +8 -2
  436. package/status/Component.js +4 -2
  437. package/status/cssm/Component.d.ts +8 -2
  438. package/status/cssm/Component.js +3 -1
  439. package/status/cssm/index.module.css +24 -2
  440. package/status/esm/Component.d.ts +8 -2
  441. package/status/esm/Component.js +4 -2
  442. package/status/esm/index.css +28 -2
  443. package/status/index.css +28 -2
  444. package/status/modern/Component.d.ts +8 -2
  445. package/status/modern/Component.js +4 -2
  446. package/status/modern/index.css +28 -2
  447. package/status/moderncssm/Component.d.ts +8 -2
  448. package/status/moderncssm/Component.js +3 -1
  449. package/status/moderncssm/index.module.css +25 -0
  450. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  451. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  452. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  453. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  454. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  455. package/tabs/esm/collapsible/index.js +1 -1
  456. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  457. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  458. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  459. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  460. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  461. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  462. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  463. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  464. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  465. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  466. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  467. package/tabs/esm/desktop/index.js +2 -2
  468. package/tabs/esm/index.js +2 -2
  469. package/tabs/esm/mobile/index.js +2 -2
  470. package/tabs/modern/collapsible/index.js +1 -1
  471. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  472. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  473. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  474. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  475. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  476. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  477. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  478. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  479. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  480. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  481. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  482. package/tabs/modern/desktop/index.js +2 -2
  483. package/tabs/modern/index.js +2 -2
  484. package/tabs/modern/mobile/index.js +2 -2
  485. package/textarea/Component.js +1 -1
  486. package/textarea/components/PseudoTextArea.js +1 -1
  487. package/textarea/components/index.d.ts +1 -1
  488. package/textarea/components/index.js +1 -1
  489. package/textarea/esm/Component.js +1 -1
  490. package/textarea/esm/components/PseudoTextArea.js +1 -1
  491. package/textarea/esm/components/index.d.ts +1 -1
  492. package/textarea/esm/components/index.js +1 -1
  493. package/textarea/esm/index.js +1 -1
  494. package/textarea/modern/Component.js +1 -1
  495. package/textarea/modern/components/PseudoTextArea.js +1 -1
  496. package/textarea/modern/components/index.d.ts +1 -1
  497. package/textarea/modern/components/index.js +1 -1
  498. package/textarea/modern/index.js +1 -1
  499. package/themes/compiled/mobile-dark-bluetint.css +20 -20
  500. package/typography/esm/component.js +2 -2
  501. package/typography/esm/index.js +2 -2
  502. package/typography/esm/text/component.js +1 -1
  503. package/typography/esm/text/index.js +1 -1
  504. package/typography/esm/title/component.js +1 -1
  505. package/typography/esm/title/index.js +2 -2
  506. package/typography/esm/title-mobile/component.js +2 -2
  507. package/typography/esm/title-mobile/index.js +2 -2
  508. package/typography/esm/title-responsive/component.js +2 -2
  509. package/typography/esm/title-responsive/index.js +2 -2
  510. package/typography/modern/component.js +2 -2
  511. package/typography/modern/index.js +2 -2
  512. package/typography/modern/text/component.js +1 -1
  513. package/typography/modern/text/index.js +1 -1
  514. package/typography/modern/title/component.js +1 -1
  515. package/typography/modern/title/index.js +2 -2
  516. package/typography/modern/title-mobile/component.js +2 -2
  517. package/typography/modern/title-mobile/index.js +2 -2
  518. package/typography/modern/title-responsive/component.js +2 -2
  519. package/typography/modern/title-responsive/index.js +2 -2
  520. package/typography/text/component.js +1 -1
  521. package/typography/title/component.js +1 -1
  522. package/typography/title/index.js +1 -1
  523. package/typography/title-mobile/component.js +1 -1
  524. package/universal-modal/Component.responsive.d.ts +2 -2
  525. package/universal-modal/components/header/desktop/Component.desktop.js +14 -4
  526. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  527. package/universal-modal/cssm/components/header/desktop/Component.desktop.js +13 -3
  528. package/universal-modal/cssm/utils/getUniversalModalTestIds.d.ts +1 -0
  529. package/universal-modal/cssm/utils/getUniversalModalTestIds.js +1 -0
  530. package/universal-modal/desktop/Component.desktop.d.ts +2 -2
  531. package/universal-modal/desktop/components/center-modal/center-modal.d.ts +1 -1
  532. package/universal-modal/desktop/components/side-modal/side-modal.d.ts +1 -1
  533. package/universal-modal/esm/Component.responsive.js +1 -1
  534. package/universal-modal/esm/components/header/desktop/Component.desktop.js +14 -4
  535. package/universal-modal/esm/components/header/index.js +1 -1
  536. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  537. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  538. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  539. package/universal-modal/esm/desktop/index.js +1 -1
  540. package/universal-modal/esm/index.js +1 -1
  541. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  542. package/universal-modal/esm/mobile/index.js +1 -1
  543. package/universal-modal/esm/utils/getUniversalModalTestIds.d.ts +1 -0
  544. package/universal-modal/esm/utils/getUniversalModalTestIds.js +1 -0
  545. package/universal-modal/mobile/Component.mobile.d.ts +2 -2
  546. package/universal-modal/modern/Component.responsive.js +1 -1
  547. package/universal-modal/modern/components/header/desktop/Component.desktop.js +10 -4
  548. package/universal-modal/modern/components/header/index.js +1 -1
  549. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  550. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  551. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  552. package/universal-modal/modern/desktop/index.js +1 -1
  553. package/universal-modal/modern/index.js +1 -1
  554. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  555. package/universal-modal/modern/mobile/index.js +1 -1
  556. package/universal-modal/modern/utils/getUniversalModalTestIds.d.ts +1 -0
  557. package/universal-modal/modern/utils/getUniversalModalTestIds.js +1 -0
  558. package/universal-modal/moderncssm/Component.responsive.d.ts +2 -2
  559. package/universal-modal/moderncssm/components/header/desktop/Component.desktop.js +9 -3
  560. package/universal-modal/moderncssm/desktop/Component.desktop.d.ts +2 -2
  561. package/universal-modal/moderncssm/desktop/components/center-modal/center-modal.d.ts +1 -1
  562. package/universal-modal/moderncssm/desktop/components/side-modal/side-modal.d.ts +1 -1
  563. package/universal-modal/moderncssm/mobile/Component.mobile.d.ts +2 -2
  564. package/universal-modal/moderncssm/utils/getUniversalModalTestIds.d.ts +1 -0
  565. package/universal-modal/moderncssm/utils/getUniversalModalTestIds.js +1 -0
  566. package/universal-modal/utils/getUniversalModalTestIds.d.ts +1 -0
  567. package/universal-modal/utils/getUniversalModalTestIds.js +1 -0
  568. package/input/cssm/helpers/findScrollableParent.d.ts +0 -11
  569. package/input/cssm/helpers/findScrollableParent.js +0 -25
  570. package/input/cssm/helpers/isInput.d.ts +0 -16
  571. package/input/cssm/helpers/isInput.js +0 -42
  572. package/input/cssm/helpers/isScrollable.d.ts +0 -2
  573. package/input/cssm/helpers/isScrollable.js +0 -14
  574. package/input/cssm/hooks/usePreventScrollOnFocus.d.ts +0 -3
  575. package/input/cssm/hooks/usePreventScrollOnFocus.js +0 -67
  576. package/input/cssm/hooks/useVirtualKeyboard.d.ts +0 -5
  577. package/input/cssm/hooks/useVirtualKeyboard.js +0 -31
  578. package/input/esm/helpers/findScrollableParent.d.ts +0 -11
  579. package/input/esm/helpers/findScrollableParent.js +0 -23
  580. package/input/esm/helpers/isInput.d.ts +0 -16
  581. package/input/esm/helpers/isInput.js +0 -40
  582. package/input/esm/helpers/isScrollable.d.ts +0 -2
  583. package/input/esm/helpers/isScrollable.js +0 -12
  584. package/input/esm/hooks/usePreventScrollOnFocus.d.ts +0 -3
  585. package/input/esm/hooks/usePreventScrollOnFocus.js +0 -66
  586. package/input/esm/hooks/useVirtualKeyboard.d.ts +0 -5
  587. package/input/esm/hooks/useVirtualKeyboard.js +0 -29
  588. package/input/helpers/findScrollableParent.d.ts +0 -11
  589. package/input/helpers/findScrollableParent.js +0 -25
  590. package/input/helpers/isInput.d.ts +0 -16
  591. package/input/helpers/isInput.js +0 -42
  592. package/input/helpers/isScrollable.d.ts +0 -2
  593. package/input/helpers/isScrollable.js +0 -14
  594. package/input/hooks/usePreventScrollOnFocus.d.ts +0 -3
  595. package/input/hooks/usePreventScrollOnFocus.js +0 -67
  596. package/input/hooks/useVirtualKeyboard.d.ts +0 -5
  597. package/input/hooks/useVirtualKeyboard.js +0 -31
  598. package/input/modern/helpers/findScrollableParent.d.ts +0 -11
  599. package/input/modern/helpers/findScrollableParent.js +0 -23
  600. package/input/modern/helpers/isInput.d.ts +0 -16
  601. package/input/modern/helpers/isInput.js +0 -40
  602. package/input/modern/helpers/isScrollable.d.ts +0 -2
  603. package/input/modern/helpers/isScrollable.js +0 -12
  604. package/input/modern/hooks/usePreventScrollOnFocus.d.ts +0 -3
  605. package/input/modern/hooks/usePreventScrollOnFocus.js +0 -64
  606. package/input/modern/hooks/useVirtualKeyboard.d.ts +0 -5
  607. package/input/modern/hooks/useVirtualKeyboard.js +0 -29
  608. package/input/moderncssm/helpers/findScrollableParent.d.ts +0 -11
  609. package/input/moderncssm/helpers/findScrollableParent.js +0 -23
  610. package/input/moderncssm/helpers/isInput.d.ts +0 -16
  611. package/input/moderncssm/helpers/isInput.js +0 -40
  612. package/input/moderncssm/helpers/isScrollable.d.ts +0 -2
  613. package/input/moderncssm/helpers/isScrollable.js +0 -12
  614. package/input/moderncssm/hooks/usePreventScrollOnFocus.d.ts +0 -3
  615. package/input/moderncssm/hooks/usePreventScrollOnFocus.js +0 -64
  616. package/input/moderncssm/hooks/useVirtualKeyboard.d.ts +0 -5
  617. package/input/moderncssm/hooks/useVirtualKeyboard.js +0 -29
  618. package/international-phone-input/index-235f6347.d.ts +0 -272
  619. package/international-phone-input/types-464d40a4.d.ts +0 -293
  620. /package/calendar/{calendarMonthOnlyView-d9c730cf.d.ts → calendarMonthOnlyView-d7962ba1.d.ts} +0 -0
  621. /package/calendar/{calendarMonthOnlyView-d9c730cf.js → calendarMonthOnlyView-d7962ba1.js} +0 -0
  622. /package/calendar/esm/{calendarMonthOnlyView-a6afa5b6.d.ts → calendarMonthOnlyView-fd95c592.d.ts} +0 -0
  623. /package/calendar/esm/{calendarMonthOnlyView-a6afa5b6.js → calendarMonthOnlyView-fd95c592.js} +0 -0
  624. /package/calendar/modern/{calendarMonthOnlyView-44e1c26b.d.ts → calendarMonthOnlyView-1bf0d693.d.ts} +0 -0
  625. /package/calendar/modern/{calendarMonthOnlyView-44e1c26b.js → calendarMonthOnlyView-1bf0d693.js} +0 -0
  626. /package/confirmation/{countdown-section-a0ef9e36.d.ts → countdown-section-4b769e3d.d.ts} +0 -0
  627. /package/confirmation/{countdown-section-a0ef9e36.js → countdown-section-4b769e3d.js} +0 -0
  628. /package/confirmation/esm/{countdown-section-2f6f8adb.d.ts → countdown-section-8cccd867.d.ts} +0 -0
  629. /package/confirmation/esm/{countdown-section-2f6f8adb.js → countdown-section-8cccd867.js} +0 -0
  630. /package/confirmation/modern/{countdown-section-ff0b9f85.d.ts → countdown-section-b6f5538b.d.ts} +0 -0
  631. /package/confirmation/modern/{countdown-section-ff0b9f85.js → countdown-section-b6f5538b.js} +0 -0
  632. /package/file-upload-item/{actions-control.module-2eb76329.js → actions-control.module-abc8f125.js} +0 -0
  633. /package/file-upload-item/esm/{actions-control.module-8047680e.js → actions-control.module-7305124e.js} +0 -0
  634. /package/file-upload-item/modern/{actions-control.module-5d194cf0.js → actions-control.module-0da6088b.js} +0 -0
  635. /package/gallery/esm/{hooks-62f2553f.d.ts → hooks-37b45d6d.d.ts} +0 -0
  636. /package/gallery/esm/{hooks-62f2553f.js → hooks-37b45d6d.js} +0 -0
  637. /package/gallery/{hooks-39acefec.d.ts → hooks-931c1aa3.d.ts} +0 -0
  638. /package/gallery/{hooks-39acefec.js → hooks-931c1aa3.js} +0 -0
  639. /package/gallery/modern/{hooks-b30860a1.d.ts → hooks-4af7cd73.d.ts} +0 -0
  640. /package/gallery/modern/{hooks-b30860a1.js → hooks-4af7cd73.js} +0 -0
  641. /package/modal/esm/{layout.module-cc3d7d30.js → layout.module-80a5db61.js} +0 -0
  642. /package/modal/{layout.module-88dae8bd.js → layout.module-8bb05af0.js} +0 -0
  643. /package/modal/modern/{layout.module-a5cb3874.js → layout.module-a40a71f3.js} +0 -0
  644. /package/pure-cell/{component-d8a26783.d.ts → component-ffa871c3.d.ts} +0 -0
  645. /package/pure-cell/{component-d8a26783.js → component-ffa871c3.js} +0 -0
  646. /package/pure-cell/esm/{component-a85d77b3.d.ts → component-11f84b19.d.ts} +0 -0
  647. /package/pure-cell/esm/{component-a85d77b3.js → component-11f84b19.js} +0 -0
  648. /package/pure-cell/modern/{component-92dbeeda.d.ts → component-e725d224.d.ts} +0 -0
  649. /package/pure-cell/modern/{component-92dbeeda.js → component-e725d224.js} +0 -0
  650. /package/select/esm/{hook-7199f493.d.ts → hook-bc1ea911.d.ts} +0 -0
  651. /package/select/esm/{hook-7199f493.js → hook-bc1ea911.js} +0 -0
  652. /package/select/esm/{list-popover-desktop-b5f1a09c.d.ts → list-popover-desktop-f5cda104.d.ts} +0 -0
  653. /package/select/esm/{list-popover-desktop-b5f1a09c.js → list-popover-desktop-f5cda104.js} +0 -0
  654. /package/select/esm/{mobile.module-ca5601d6.js → mobile.module-b7dd0d6a.js} +0 -0
  655. /package/select/{hook-c5dc8941.d.ts → hook-fe1c7ed3.d.ts} +0 -0
  656. /package/select/{hook-c5dc8941.js → hook-fe1c7ed3.js} +0 -0
  657. /package/select/{list-popover-desktop-39ddc283.d.ts → list-popover-desktop-4037363d.d.ts} +0 -0
  658. /package/select/{list-popover-desktop-39ddc283.js → list-popover-desktop-4037363d.js} +0 -0
  659. /package/select/{mobile.module-1203bf61.js → mobile.module-9cea3820.js} +0 -0
  660. /package/select/modern/{hook-db27571c.d.ts → hook-72d02bc6.d.ts} +0 -0
  661. /package/select/modern/{hook-db27571c.js → hook-72d02bc6.js} +0 -0
  662. /package/select/modern/{list-popover-desktop-6a634875.d.ts → list-popover-desktop-d892a206.d.ts} +0 -0
  663. /package/select/modern/{list-popover-desktop-6a634875.js → list-popover-desktop-d892a206.js} +0 -0
  664. /package/select/modern/{mobile.module-4896283c.js → mobile.module-a79b5ac2.js} +0 -0
  665. /package/side-panel/esm/{layout.module-b2ec1308.js → layout.module-5e09b4ce.js} +0 -0
  666. /package/side-panel/{layout.module-1a0e4490.js → layout.module-3bf6f157.js} +0 -0
  667. /package/side-panel/modern/{layout.module-a929650c.js → layout.module-6a165f20.js} +0 -0
  668. /package/tabs/esm/{index.module-1728571d.js → index.module-4727f97e.js} +0 -0
  669. /package/tabs/esm/{index.module-9e20d95f.js → index.module-da2e30be.js} +0 -0
  670. /package/tabs/{index.module-417412d8.js → index.module-7b4b5510.js} +0 -0
  671. /package/tabs/{index.module-8f8b64f2.js → index.module-7ddbb45d.js} +0 -0
  672. /package/tabs/modern/{index.module-6a379f5e.js → index.module-98af5c45.js} +0 -0
  673. /package/tabs/modern/{index.module-f21c4ecb.js → index.module-e8b3b734.js} +0 -0
  674. /package/textarea/{PseudoTextArea-4e483f15.d.ts → PseudoTextArea-6237dbc3.d.ts} +0 -0
  675. /package/textarea/{PseudoTextArea-4e483f15.js → PseudoTextArea-6237dbc3.js} +0 -0
  676. /package/textarea/esm/{PseudoTextArea-79dc6712.d.ts → PseudoTextArea-691ebeeb.d.ts} +0 -0
  677. /package/textarea/esm/{PseudoTextArea-79dc6712.js → PseudoTextArea-691ebeeb.js} +0 -0
  678. /package/textarea/modern/{PseudoTextArea-01e573fc.d.ts → PseudoTextArea-25604eec.d.ts} +0 -0
  679. /package/textarea/modern/{PseudoTextArea-01e573fc.js → PseudoTextArea-25604eec.js} +0 -0
  680. /package/typography/{colors.module-6207a2cb.js → colors.module-60c27fcf.js} +0 -0
  681. /package/typography/{common.module-da186315.js → common.module-4a8391af.js} +0 -0
  682. /package/typography/esm/{colors.module-1321afaf.js → colors.module-a9d133f9.js} +0 -0
  683. /package/typography/esm/{common.module-45c113f5.js → common.module-9b64ffa3.js} +0 -0
  684. /package/typography/modern/{colors.module-855bb586.js → colors.module-04ff9960.js} +0 -0
  685. /package/typography/modern/{common.module-cfed8796.js → common.module-f418479d.js} +0 -0
  686. /package/universal-modal/esm/{index.module-635b2d9f.js → index.module-5bdb438d.js} +0 -0
  687. /package/universal-modal/{index.module-331fa14f.js → index.module-cf6eab05.js} +0 -0
  688. /package/universal-modal/modern/{index.module-958e796d.js → index.module-803ae65c.js} +0 -0
@@ -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-ff0b9f85.js';
18
+ import './countdown-section-b6f5538b.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-ff0b9f85.js';
17
+ import '../../countdown-section-b6f5538b.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-ff0b9f85.js';
15
+ import '../../countdown-section-b6f5538b.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-ff0b9f85.js';
17
+ import '../countdown-section-b6f5538b.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-ff0b9f85.js';
16
+ import '../../countdown-section-b6f5538b.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-ff0b9f85.js';
11
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-b6f5538b.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-ff0b9f85.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-b6f5538b.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-ff0b9f85.js';
13
+ import '../../../countdown-section-b6f5538b.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-ff0b9f85.js';
15
+ import '../countdown-section-b6f5538b.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-ff0b9f85.js';
16
+ import '../countdown-section-b6f5538b.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-ff0b9f85.js';
18
+ import './countdown-section-b6f5538b.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-ff0b9f85.js';
15
+ import '../countdown-section-b6f5538b.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-ff0b9f85.js';
16
+ import '../countdown-section-b6f5538b.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-ff0b9f85.js';
18
+ import '../countdown-section-b6f5538b.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-2eb76329.js');
8
+ var actionsControl_module = require('../../actions-control.module-abc8f125.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-2eb76329.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-abc8f125.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-2eb76329.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-abc8f125.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-2eb76329.js');
7
+ var actionsControl_module = require('../../../../actions-control.module-abc8f125.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\u0437\u043A\u0430",
36
+ "\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E",
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('@alfalab/core-components/icon-view/super-ellipse');
6
+ var superEllipse = require('../../../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\u0437\u043A\u0430",
35
+ "\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E",
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('@alfalab/core-components/icon-view/super-ellipse');
6
+ var superEllipse = require('../../../../icon-view/cssm/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-8047680e.js';
10
+ import './actions-control.module-7305124e.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 '@alfalab/core-components/icon-view/super-ellipse';
22
+ import '../../icon-view/esm/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-8047680e.js';
6
+ import { s as styles } from '../../actions-control.module-7305124e.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-8047680e.js';
5
+ import { s as styles } from '../../../../actions-control.module-7305124e.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-8047680e.js';
6
+ import '../../../../actions-control.module-7305124e.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-8047680e.js';
5
+ import { s as styles } from '../../../../actions-control.module-7305124e.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-8047680e.js';
6
+ import '../../../../actions-control.module-7305124e.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-8047680e.js';
6
+ import '../../../../actions-control.module-7305124e.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-8047680e.js';
5
+ import { s as styles } from '../../../../actions-control.module-7305124e.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-8047680e.js';
7
+ import '../../actions-control.module-7305124e.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\u0437\u043A\u0430",
29
+ "\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E",
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 '@alfalab/core-components/icon-view/super-ellipse';
5
+ import '../../../../icon-view/esm/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 '@alfalab/core-components/icon-view/super-ellipse';
4
+ import { SuperEllipse } from '../../../../icon-view/esm/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-8047680e.js';
9
+ import './actions-control.module-7305124e.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 '@alfalab/core-components/icon-view/super-ellipse';
23
+ import '../../icon-view/esm/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-5d194cf0.js';
10
+ import './actions-control.module-0da6088b.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 '@alfalab/core-components/icon-view/super-ellipse';
21
+ import '../../icon-view/modern/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-5d194cf0.js';
6
+ import { s as styles } from '../../actions-control.module-0da6088b.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-5d194cf0.js';
5
+ import { s as styles } from '../../../../actions-control.module-0da6088b.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-5d194cf0.js';
6
+ import '../../../../actions-control.module-0da6088b.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-5d194cf0.js';
5
+ import { s as styles } from '../../../../actions-control.module-0da6088b.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-5d194cf0.js';
6
+ import '../../../../actions-control.module-0da6088b.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-5d194cf0.js';
6
+ import '../../../../actions-control.module-0da6088b.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-5d194cf0.js';
5
+ import { s as styles } from '../../../../actions-control.module-0da6088b.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-5d194cf0.js';
7
+ import '../../actions-control.module-0da6088b.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\u0437\u043A\u0430",
28
+ "\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E",
29
29
  '\u00A0',
30
30
  Math.floor(validProgressBar),
31
31
  "%"));
@@ -1,7 +1,7 @@
1
1
  export { StatusControl } from './status-control.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
- import '@alfalab/core-components/icon-view/super-ellipse';
4
+ import '../../../../icon-view/modern/super-ellipse';
5
5
  import '../../const/progress-bar.js';
6
6
  import '../../context/file-upload-item-context.js';
7
7
  import '../../utils.js';
@@ -1,6 +1,6 @@
1
1
  import React, { useContext, useRef } from 'react';
2
2
  import cn from 'classnames';
3
- import { SuperEllipse } from '@alfalab/core-components/icon-view/super-ellipse';
3
+ import { SuperEllipse } from '../../../../icon-view/modern/super-ellipse';
4
4
  import { RADIUS, MAX_PROGRESS_BAR_VALUE } from '../../const/progress-bar.js';
5
5
  import { FileUploadItemContext } from '../../context/file-upload-item-context.js';
6
6
  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/modern';
8
8
  import '@alfalab/icons-glyph/CrossMIcon';
9
- import './actions-control.module-5d194cf0.js';
9
+ import './actions-control.module-0da6088b.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';
@@ -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 './components/status-control/status-control.js';
22
- import '@alfalab/core-components/icon-view/super-ellipse';
22
+ import '../../icon-view/modern/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';
@@ -22,7 +22,7 @@ import './components/content/components/content-error/content-error.js';
22
22
  import './components/content/components/content-error/content-error.module.css';
23
23
  import './components/content/components/content-subtitle/content-subtitle.module.css';
24
24
  import './components/content/content.module.css';
25
- import '@alfalab/core-components/icon-view/super-ellipse';
25
+ import '../../icon-view/moderncssm/super-ellipse';
26
26
  import './components/status-control/components/status-control-icon/status-control-icon.js';
27
27
  import '@alfalab/icons-glyph/Document1CMIcon';
28
28
  import '@alfalab/icons-glyph/DocumentDocMIcon';
@@ -24,7 +24,7 @@ const ContentSubtitle = () => {
24
24
  // uploading status
25
25
  if (isUploadingStatus(uploadStatus)) {
26
26
  return (React.createElement(Text, { view: 'primary-small', color: 'secondary' },
27
- "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
27
+ "\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E",
28
28
  '\u00A0',
29
29
  Math.floor(validProgressBar),
30
30
  "%"));
@@ -1,7 +1,7 @@
1
1
  export { StatusControl } from './status-control.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
- import '@alfalab/core-components/icon-view/super-ellipse';
4
+ import '../../../../icon-view/moderncssm/super-ellipse';
5
5
  import '../../const/progress-bar.js';
6
6
  import '../../context/file-upload-item-context.js';
7
7
  import '../../utils.js';
@@ -1,6 +1,6 @@
1
1
  import React, { useContext, useRef } from 'react';
2
2
  import cn from 'classnames';
3
- import { SuperEllipse } from '@alfalab/core-components/icon-view/super-ellipse';
3
+ import { SuperEllipse } from '../../../../icon-view/moderncssm/super-ellipse';
4
4
  import { RADIUS, MAX_PROGRESS_BAR_VALUE } from '../../const/progress-bar.js';
5
5
  import { FileUploadItemContext } from '../../context/file-upload-item-context.js';
6
6
  import { isUploadingStatus, isSuccessStatus, isErrorStatus } from '../../utils.js';
@@ -22,7 +22,7 @@ import './components/content/components/content-error/content-error.module.css';
22
22
  import './components/content/components/content-subtitle/content-subtitle.module.css';
23
23
  import './components/content/content.module.css';
24
24
  import './components/status-control/status-control.js';
25
- import '@alfalab/core-components/icon-view/super-ellipse';
25
+ import '../../icon-view/moderncssm/super-ellipse';
26
26
  import './components/status-control/components/status-control-icon/status-control-icon.js';
27
27
  import '@alfalab/icons-glyph/Document1CMIcon';
28
28
  import '@alfalab/icons-glyph/DocumentDocMIcon';
@@ -11,7 +11,7 @@ var ChevronForwardHeavyMIcon = require('@alfalab/icons-glyph/ChevronForwardHeavy
11
11
  var context = require('../../context.js');
12
12
  var utils_utils = require('../../utils/utils.js');
13
13
  var utils_constants = require('../../utils/constants.js');
14
- var components_imageViewer_hooks = require('../../hooks-39acefec.js');
14
+ var components_imageViewer_hooks = require('../../hooks-931c1aa3.js');
15
15
  var components_imageViewer_slide = require('./slide.js');
16
16
  require('swiper/swiper.min.css');
17
17
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  require('react');
4
4
  require('element-closest');
5
5
  require('../../context.js');
6
- var components_imageViewer_hooks = require('../../hooks-39acefec.js');
6
+ var components_imageViewer_hooks = require('../../hooks-931c1aa3.js');
7
7
 
8
8
 
9
9
 
@@ -4,7 +4,7 @@ var React = require('react');
4
4
  var cn = require('classnames');
5
5
  var context = require('../../context.js');
6
6
  var utils_utils = require('../../utils/utils.js');
7
- var components_imageViewer_hooks = require('../../hooks-39acefec.js');
7
+ var components_imageViewer_hooks = require('../../hooks-931c1aa3.js');
8
8
  var components_imageViewer_slide = require('./slide.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }