@alfalab/core-components 47.24.0-beta.0 → 47.24.1

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 (726) hide show
  1. package/confirmation/components/screens/initial/component.js +1 -1
  2. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  3. package/confirmation/esm/component.responsive.js +1 -1
  4. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  5. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  6. package/confirmation/esm/components/index.js +1 -1
  7. package/confirmation/esm/components/screens/index.js +1 -1
  8. package/confirmation/esm/components/screens/initial/component.js +1 -1
  9. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  10. package/confirmation/esm/components/screens/initial/index.js +1 -1
  11. package/confirmation/esm/desktop/component.desktop.js +1 -1
  12. package/confirmation/esm/desktop/index.js +1 -1
  13. package/confirmation/esm/index.js +1 -1
  14. package/confirmation/esm/mobile/component.mobile.js +1 -1
  15. package/confirmation/esm/mobile/index.js +1 -1
  16. package/confirmation/esm/shared/index.js +1 -1
  17. package/confirmation/modern/component.responsive.js +1 -1
  18. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  19. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  20. package/confirmation/modern/components/index.js +1 -1
  21. package/confirmation/modern/components/screens/index.js +1 -1
  22. package/confirmation/modern/components/screens/initial/component.js +1 -1
  23. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  24. package/confirmation/modern/components/screens/initial/index.js +1 -1
  25. package/confirmation/modern/desktop/component.desktop.js +1 -1
  26. package/confirmation/modern/desktop/index.js +1 -1
  27. package/confirmation/modern/index.js +1 -1
  28. package/confirmation/modern/mobile/component.mobile.js +1 -1
  29. package/confirmation/modern/mobile/index.js +1 -1
  30. package/confirmation/modern/shared/index.js +1 -1
  31. package/file-upload-item/Component.d.ts +92 -7
  32. package/file-upload-item/Component.js +65 -41
  33. package/file-upload-item/cssm/Component.d.ts +92 -7
  34. package/file-upload-item/cssm/Component.js +64 -40
  35. package/file-upload-item/cssm/index.js +0 -1
  36. package/file-upload-item/cssm/index.module.css +96 -5
  37. package/file-upload-item/cssm/utils.d.ts +3 -6
  38. package/file-upload-item/cssm/utils.js +28 -10
  39. package/file-upload-item/esm/Component.d.ts +92 -7
  40. package/file-upload-item/esm/Component.js +68 -64
  41. package/file-upload-item/esm/index.css +96 -5
  42. package/file-upload-item/esm/index.js +10 -26
  43. package/file-upload-item/esm/utils.d.ts +3 -6
  44. package/file-upload-item/esm/utils.js +28 -6
  45. package/file-upload-item/index.css +96 -5
  46. package/file-upload-item/index.js +0 -1
  47. package/file-upload-item/modern/Component.d.ts +92 -7
  48. package/file-upload-item/modern/Component.js +68 -62
  49. package/file-upload-item/modern/index.css +96 -5
  50. package/file-upload-item/modern/index.js +10 -25
  51. package/file-upload-item/modern/utils.d.ts +3 -6
  52. package/file-upload-item/modern/utils.js +28 -6
  53. package/file-upload-item/moderncssm/Component.d.ts +92 -7
  54. package/file-upload-item/moderncssm/Component.js +67 -66
  55. package/file-upload-item/moderncssm/index.js +10 -30
  56. package/file-upload-item/moderncssm/index.module.css +117 -2
  57. package/file-upload-item/moderncssm/utils.d.ts +3 -6
  58. package/file-upload-item/moderncssm/utils.js +28 -6
  59. package/file-upload-item/utils.d.ts +3 -6
  60. package/file-upload-item/utils.js +28 -10
  61. package/gallery/components/image-viewer/component.js +1 -1
  62. package/gallery/components/image-viewer/slide.js +1 -1
  63. package/gallery/esm/Component.js +1 -1
  64. package/gallery/esm/components/image-viewer/component.js +1 -1
  65. package/gallery/esm/components/image-viewer/index.js +1 -1
  66. package/gallery/esm/components/image-viewer/slide.js +1 -1
  67. package/gallery/esm/components/index.js +1 -1
  68. package/gallery/esm/index.js +1 -1
  69. package/gallery/modern/Component.js +1 -1
  70. package/gallery/modern/components/image-viewer/component.js +1 -1
  71. package/gallery/modern/components/image-viewer/index.js +1 -1
  72. package/gallery/modern/components/image-viewer/slide.js +1 -1
  73. package/gallery/modern/components/index.js +1 -1
  74. package/gallery/modern/index.js +1 -1
  75. package/modal/components/controls/Component.js +1 -1
  76. package/modal/components/footer/Component.js +1 -1
  77. package/modal/esm/Component.responsive.js +1 -1
  78. package/modal/esm/components/controls/Component.js +1 -1
  79. package/modal/esm/components/controls/index.js +1 -1
  80. package/modal/esm/components/footer/Component.js +1 -1
  81. package/modal/esm/desktop/Component.desktop.js +1 -1
  82. package/modal/esm/desktop/index.js +1 -1
  83. package/modal/esm/index.js +1 -1
  84. package/modal/esm/mobile/Component.mobile.js +1 -1
  85. package/modal/esm/mobile/index.js +1 -1
  86. package/modal/modern/Component.responsive.js +1 -1
  87. package/modal/modern/components/controls/Component.js +1 -1
  88. package/modal/modern/components/controls/index.js +1 -1
  89. package/modal/modern/components/footer/Component.js +1 -1
  90. package/modal/modern/desktop/Component.desktop.js +1 -1
  91. package/modal/modern/desktop/index.js +1 -1
  92. package/modal/modern/index.js +1 -1
  93. package/modal/modern/mobile/Component.mobile.js +1 -1
  94. package/modal/modern/mobile/index.js +1 -1
  95. package/package.json +2 -2
  96. package/pure-cell/component.js +1 -1
  97. package/pure-cell/components/addon/component.js +1 -1
  98. package/pure-cell/components/addon/index.d.ts +1 -1
  99. package/pure-cell/components/addon/index.js +1 -1
  100. package/pure-cell/components/amount/component.js +1 -1
  101. package/pure-cell/components/amount/index.d.ts +1 -1
  102. package/pure-cell/components/amount/index.js +1 -1
  103. package/pure-cell/components/amount-title/component.js +1 -1
  104. package/pure-cell/components/amount-title/index.d.ts +1 -1
  105. package/pure-cell/components/amount-title/index.js +1 -1
  106. package/pure-cell/components/category/component.js +1 -1
  107. package/pure-cell/components/category/index.d.ts +1 -1
  108. package/pure-cell/components/category/index.js +1 -1
  109. package/pure-cell/components/content/component.js +1 -1
  110. package/pure-cell/components/content/index.d.ts +1 -1
  111. package/pure-cell/components/content/index.js +1 -1
  112. package/pure-cell/components/footer/component.js +1 -1
  113. package/pure-cell/components/footer/index.d.ts +1 -1
  114. package/pure-cell/components/footer/index.js +1 -1
  115. package/pure-cell/components/footer-button/component.js +1 -1
  116. package/pure-cell/components/footer-button/index.d.ts +1 -1
  117. package/pure-cell/components/footer-button/index.js +1 -1
  118. package/pure-cell/components/footer-text/component.js +1 -1
  119. package/pure-cell/components/footer-text/index.d.ts +1 -1
  120. package/pure-cell/components/footer-text/index.js +1 -1
  121. package/pure-cell/components/graphics/component.js +1 -1
  122. package/pure-cell/components/graphics/index.d.ts +1 -1
  123. package/pure-cell/components/graphics/index.js +1 -1
  124. package/pure-cell/components/main/component.js +1 -1
  125. package/pure-cell/components/main/index.d.ts +1 -1
  126. package/pure-cell/components/main/index.js +1 -1
  127. package/pure-cell/components/text/component.js +1 -1
  128. package/pure-cell/components/text/index.d.ts +1 -1
  129. package/pure-cell/components/text/index.js +1 -1
  130. package/pure-cell/esm/component.js +1 -1
  131. package/pure-cell/esm/components/addon/component.js +1 -1
  132. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  133. package/pure-cell/esm/components/addon/index.js +1 -1
  134. package/pure-cell/esm/components/amount/component.js +1 -1
  135. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  136. package/pure-cell/esm/components/amount/index.js +1 -1
  137. package/pure-cell/esm/components/amount-title/component.js +1 -1
  138. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  139. package/pure-cell/esm/components/amount-title/index.js +1 -1
  140. package/pure-cell/esm/components/category/component.js +1 -1
  141. package/pure-cell/esm/components/category/index.d.ts +1 -1
  142. package/pure-cell/esm/components/category/index.js +1 -1
  143. package/pure-cell/esm/components/content/component.js +1 -1
  144. package/pure-cell/esm/components/content/index.d.ts +1 -1
  145. package/pure-cell/esm/components/content/index.js +1 -1
  146. package/pure-cell/esm/components/footer/component.js +1 -1
  147. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  148. package/pure-cell/esm/components/footer/index.js +1 -1
  149. package/pure-cell/esm/components/footer-button/component.js +1 -1
  150. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  151. package/pure-cell/esm/components/footer-button/index.js +1 -1
  152. package/pure-cell/esm/components/footer-text/component.js +1 -1
  153. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  154. package/pure-cell/esm/components/footer-text/index.js +1 -1
  155. package/pure-cell/esm/components/graphics/component.js +1 -1
  156. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  157. package/pure-cell/esm/components/graphics/index.js +1 -1
  158. package/pure-cell/esm/components/main/component.js +1 -1
  159. package/pure-cell/esm/components/main/index.d.ts +1 -1
  160. package/pure-cell/esm/components/main/index.js +1 -1
  161. package/pure-cell/esm/components/text/component.js +1 -1
  162. package/pure-cell/esm/components/text/index.d.ts +1 -1
  163. package/pure-cell/esm/components/text/index.js +1 -1
  164. package/pure-cell/esm/index.js +1 -1
  165. package/pure-cell/index.js +1 -1
  166. package/pure-cell/modern/component.js +1 -1
  167. package/pure-cell/modern/components/addon/component.js +1 -1
  168. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  169. package/pure-cell/modern/components/addon/index.js +1 -1
  170. package/pure-cell/modern/components/amount/component.js +1 -1
  171. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  172. package/pure-cell/modern/components/amount/index.js +1 -1
  173. package/pure-cell/modern/components/amount-title/component.js +1 -1
  174. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  175. package/pure-cell/modern/components/amount-title/index.js +1 -1
  176. package/pure-cell/modern/components/category/component.js +1 -1
  177. package/pure-cell/modern/components/category/index.d.ts +1 -1
  178. package/pure-cell/modern/components/category/index.js +1 -1
  179. package/pure-cell/modern/components/content/component.js +1 -1
  180. package/pure-cell/modern/components/content/index.d.ts +1 -1
  181. package/pure-cell/modern/components/content/index.js +1 -1
  182. package/pure-cell/modern/components/footer/component.js +1 -1
  183. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  184. package/pure-cell/modern/components/footer/index.js +1 -1
  185. package/pure-cell/modern/components/footer-button/component.js +1 -1
  186. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  187. package/pure-cell/modern/components/footer-button/index.js +1 -1
  188. package/pure-cell/modern/components/footer-text/component.js +1 -1
  189. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  190. package/pure-cell/modern/components/footer-text/index.js +1 -1
  191. package/pure-cell/modern/components/graphics/component.js +1 -1
  192. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  193. package/pure-cell/modern/components/graphics/index.js +1 -1
  194. package/pure-cell/modern/components/main/component.js +1 -1
  195. package/pure-cell/modern/components/main/index.d.ts +1 -1
  196. package/pure-cell/modern/components/main/index.js +1 -1
  197. package/pure-cell/modern/components/text/component.js +1 -1
  198. package/pure-cell/modern/components/text/index.d.ts +1 -1
  199. package/pure-cell/modern/components/text/index.js +1 -1
  200. package/pure-cell/modern/index.js +1 -1
  201. package/select/components/base-select/Component.js +2 -2
  202. package/select/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  203. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  204. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  205. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  206. package/select/components/options-list/Component.js +7 -3
  207. package/select/cssm/components/options-list/Component.js +7 -3
  208. package/select/esm/Component.responsive.js +3 -3
  209. package/select/esm/components/base-select/Component.js +2 -2
  210. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  211. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  212. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  213. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  214. package/select/esm/components/base-select/index.js +2 -2
  215. package/select/esm/components/index.js +2 -2
  216. package/select/esm/components/options-list/Component.js +7 -3
  217. package/select/esm/desktop/Component.desktop.js +2 -2
  218. package/select/esm/desktop/index.js +2 -2
  219. package/select/esm/index.js +3 -3
  220. package/select/esm/mobile/Component.mobile.js +3 -3
  221. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  222. package/select/esm/mobile/index.js +3 -3
  223. package/select/esm/presets/index.js +1 -1
  224. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  225. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  226. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  227. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  228. package/select/esm/shared/index.js +3 -3
  229. package/select/mobile/Component.mobile.js +1 -1
  230. package/select/modern/Component.responsive.js +3 -3
  231. package/select/modern/components/base-select/Component.js +2 -2
  232. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  233. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  234. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  235. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  236. package/select/modern/components/base-select/index.js +2 -2
  237. package/select/modern/components/index.js +2 -2
  238. package/select/modern/components/options-list/Component.js +2 -2
  239. package/select/modern/desktop/Component.desktop.js +2 -2
  240. package/select/modern/desktop/index.js +2 -2
  241. package/select/modern/index.js +3 -3
  242. package/select/modern/mobile/Component.mobile.js +3 -3
  243. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  244. package/select/modern/mobile/index.js +3 -3
  245. package/select/modern/presets/index.js +1 -1
  246. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  247. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  248. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  249. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  250. package/select/modern/shared/index.js +3 -3
  251. package/select/moderncssm/components/options-list/Component.js +2 -2
  252. package/select/presets/index.js +1 -1
  253. package/select/presets/useSelectWithApply/hook.js +1 -1
  254. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  255. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  256. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  257. package/select/shared/index.js +1 -1
  258. package/side-panel/components/controls/Component.js +1 -1
  259. package/side-panel/components/footer/Component.js +1 -1
  260. package/side-panel/esm/Component.responsive.js +1 -1
  261. package/side-panel/esm/components/controls/Component.js +1 -1
  262. package/side-panel/esm/components/controls/index.js +1 -1
  263. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  264. package/side-panel/esm/components/footer/Component.js +1 -1
  265. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  266. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  267. package/side-panel/esm/desktop/index.js +1 -1
  268. package/side-panel/esm/index.js +1 -1
  269. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  270. package/side-panel/esm/mobile/index.js +1 -1
  271. package/side-panel/modern/Component.responsive.js +1 -1
  272. package/side-panel/modern/components/controls/Component.js +1 -1
  273. package/side-panel/modern/components/controls/index.js +1 -1
  274. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  275. package/side-panel/modern/components/footer/Component.js +1 -1
  276. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  277. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  278. package/side-panel/modern/desktop/index.js +1 -1
  279. package/side-panel/modern/index.js +1 -1
  280. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  281. package/side-panel/modern/mobile/index.js +1 -1
  282. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  283. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  284. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  285. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  286. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  287. package/tabs/esm/collapsible/index.js +1 -1
  288. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  289. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  290. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  291. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  292. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  293. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  294. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  295. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  296. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  297. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  298. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  299. package/tabs/esm/desktop/index.js +2 -2
  300. package/tabs/esm/index.js +2 -2
  301. package/tabs/esm/mobile/index.js +2 -2
  302. package/tabs/modern/collapsible/index.js +1 -1
  303. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  304. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  305. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  306. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  307. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  308. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  309. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  310. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  311. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  312. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  313. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  314. package/tabs/modern/desktop/index.js +2 -2
  315. package/tabs/modern/index.js +2 -2
  316. package/tabs/modern/mobile/index.js +2 -2
  317. package/themes/compiled/mobile-dark-bluetint.css +30 -30
  318. package/typography/esm/component.js +2 -2
  319. package/typography/esm/index.js +2 -2
  320. package/typography/esm/text/component.js +1 -1
  321. package/typography/esm/text/index.js +1 -1
  322. package/typography/esm/title/component.js +1 -1
  323. package/typography/esm/title/index.js +2 -2
  324. package/typography/esm/title-mobile/component.js +2 -2
  325. package/typography/esm/title-mobile/index.js +2 -2
  326. package/typography/esm/title-responsive/component.js +2 -2
  327. package/typography/esm/title-responsive/index.js +2 -2
  328. package/typography/modern/component.js +2 -2
  329. package/typography/modern/index.js +2 -2
  330. package/typography/modern/text/component.js +1 -1
  331. package/typography/modern/text/index.js +1 -1
  332. package/typography/modern/title/component.js +1 -1
  333. package/typography/modern/title/index.js +2 -2
  334. package/typography/modern/title-mobile/component.js +2 -2
  335. package/typography/modern/title-mobile/index.js +2 -2
  336. package/typography/modern/title-responsive/component.js +2 -2
  337. package/typography/modern/title-responsive/index.js +2 -2
  338. package/typography/text/component.js +1 -1
  339. package/typography/title/component.js +1 -1
  340. package/typography/title/index.js +1 -1
  341. package/typography/title-mobile/component.js +1 -1
  342. package/accordion/@alfalab/icons-glyph/package.json +0 -14
  343. package/attach/@alfalab/icons-glyph/package.json +0 -14
  344. package/bank-card/@alfalab/icons-glyph/package.json +0 -14
  345. package/calendar/@alfalab/icons-glyph/package.json +0 -14
  346. package/calendar-input/@alfalab/icons-glyph/package.json +0 -14
  347. package/checkbox/@alfalab/icons-glyph/package.json +0 -14
  348. package/collapse/@alfalab/icons-glyph/package.json +0 -14
  349. package/confirmation-v1/@alfalab/icons-glyph/package.json +0 -14
  350. package/date-range-input/@alfalab/icons-glyph/package.json +0 -14
  351. package/date-time-input/@alfalab/icons-glyph/package.json +0 -14
  352. package/dropzone/@alfalab/icons-glyph/package.json +0 -14
  353. package/file-upload-item/actions-control.module-5e3c7233.js +0 -4
  354. package/file-upload-item/components/actions-control/actions-control.css +0 -34
  355. package/file-upload-item/components/actions-control/actions.d.ts +0 -4
  356. package/file-upload-item/components/actions-control/actions.js +0 -22
  357. package/file-upload-item/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
  358. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +0 -24
  359. package/file-upload-item/components/actions-control/components/delete-button/index.d.ts +0 -1
  360. package/file-upload-item/components/actions-control/components/delete-button/index.js +0 -7
  361. package/file-upload-item/components/actions-control/components/download-button/download-button.d.ts +0 -4
  362. package/file-upload-item/components/actions-control/components/download-button/download-button.js +0 -25
  363. package/file-upload-item/components/actions-control/components/download-button/index.d.ts +0 -1
  364. package/file-upload-item/components/actions-control/components/download-button/index.js +0 -7
  365. package/file-upload-item/components/actions-control/components/restore-button/index.d.ts +0 -1
  366. package/file-upload-item/components/actions-control/components/restore-button/index.js +0 -7
  367. package/file-upload-item/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
  368. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +0 -24
  369. package/file-upload-item/components/actions-control/index.d.ts +0 -1
  370. package/file-upload-item/components/actions-control/index.js +0 -7
  371. package/file-upload-item/components/content/components/content-error/content-error.css +0 -4
  372. package/file-upload-item/components/content/components/content-error/content-error.d.ts +0 -4
  373. package/file-upload-item/components/content/components/content-error/content-error.js +0 -25
  374. package/file-upload-item/components/content/components/content-error/index.d.ts +0 -1
  375. package/file-upload-item/components/content/components/content-error/index.js +0 -7
  376. package/file-upload-item/components/content/components/content-subtitle/content-subtitle.css +0 -31
  377. package/file-upload-item/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
  378. package/file-upload-item/components/content/components/content-subtitle/content-subtitle.js +0 -61
  379. package/file-upload-item/components/content/content.css +0 -50
  380. package/file-upload-item/components/content/content.d.ts +0 -4
  381. package/file-upload-item/components/content/content.js +0 -33
  382. package/file-upload-item/components/content/index.d.ts +0 -1
  383. package/file-upload-item/components/content/index.js +0 -7
  384. package/file-upload-item/components/content/utils/isError.d.ts +0 -2
  385. package/file-upload-item/components/content/utils/isError.js +0 -13
  386. package/file-upload-item/components/status-control/components/status-control-icon/index.d.ts +0 -1
  387. package/file-upload-item/components/status-control/components/status-control-icon/index.js +0 -7
  388. package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.css +0 -37
  389. package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
  390. package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.js +0 -68
  391. package/file-upload-item/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
  392. package/file-upload-item/components/status-control/components/status-control-progress-bar/index.js +0 -7
  393. package/file-upload-item/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
  394. package/file-upload-item/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -20
  395. package/file-upload-item/components/status-control/index.d.ts +0 -1
  396. package/file-upload-item/components/status-control/index.js +0 -7
  397. package/file-upload-item/components/status-control/status-control.css +0 -57
  398. package/file-upload-item/components/status-control/status-control.d.ts +0 -4
  399. package/file-upload-item/components/status-control/status-control.js +0 -46
  400. package/file-upload-item/const/progress-bar.d.ts +0 -2
  401. package/file-upload-item/const/progress-bar.js +0 -5
  402. package/file-upload-item/context/file-upload-item-context.d.ts +0 -30
  403. package/file-upload-item/context/file-upload-item-context.js +0 -30
  404. package/file-upload-item/cssm/components/actions-control/actions-control.module.css +0 -33
  405. package/file-upload-item/cssm/components/actions-control/actions.d.ts +0 -4
  406. package/file-upload-item/cssm/components/actions-control/actions.js +0 -23
  407. package/file-upload-item/cssm/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
  408. package/file-upload-item/cssm/components/actions-control/components/delete-button/delete-button.js +0 -25
  409. package/file-upload-item/cssm/components/actions-control/components/delete-button/index.d.ts +0 -1
  410. package/file-upload-item/cssm/components/actions-control/components/delete-button/index.js +0 -7
  411. package/file-upload-item/cssm/components/actions-control/components/download-button/download-button.d.ts +0 -4
  412. package/file-upload-item/cssm/components/actions-control/components/download-button/download-button.js +0 -26
  413. package/file-upload-item/cssm/components/actions-control/components/download-button/index.d.ts +0 -1
  414. package/file-upload-item/cssm/components/actions-control/components/download-button/index.js +0 -7
  415. package/file-upload-item/cssm/components/actions-control/components/restore-button/index.d.ts +0 -1
  416. package/file-upload-item/cssm/components/actions-control/components/restore-button/index.js +0 -7
  417. package/file-upload-item/cssm/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
  418. package/file-upload-item/cssm/components/actions-control/components/restore-button/restore-button.js +0 -25
  419. package/file-upload-item/cssm/components/actions-control/index.d.ts +0 -1
  420. package/file-upload-item/cssm/components/actions-control/index.js +0 -7
  421. package/file-upload-item/cssm/components/content/components/content-error/content-error.d.ts +0 -4
  422. package/file-upload-item/cssm/components/content/components/content-error/content-error.js +0 -24
  423. package/file-upload-item/cssm/components/content/components/content-error/content-error.module.css +0 -3
  424. package/file-upload-item/cssm/components/content/components/content-error/index.d.ts +0 -1
  425. package/file-upload-item/cssm/components/content/components/content-error/index.js +0 -7
  426. package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
  427. package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.js +0 -60
  428. package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.module.css +0 -30
  429. package/file-upload-item/cssm/components/content/content.d.ts +0 -4
  430. package/file-upload-item/cssm/components/content/content.js +0 -32
  431. package/file-upload-item/cssm/components/content/content.module.css +0 -49
  432. package/file-upload-item/cssm/components/content/index.d.ts +0 -1
  433. package/file-upload-item/cssm/components/content/index.js +0 -7
  434. package/file-upload-item/cssm/components/content/utils/isError.d.ts +0 -2
  435. package/file-upload-item/cssm/components/content/utils/isError.js +0 -13
  436. package/file-upload-item/cssm/components/status-control/components/status-control-icon/index.d.ts +0 -1
  437. package/file-upload-item/cssm/components/status-control/components/status-control-icon/index.js +0 -7
  438. package/file-upload-item/cssm/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
  439. package/file-upload-item/cssm/components/status-control/components/status-control-icon/status-control-icon.js +0 -67
  440. package/file-upload-item/cssm/components/status-control/components/status-control-icon/status-control-icon.module.css +0 -36
  441. package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
  442. package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/index.js +0 -7
  443. package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
  444. package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -20
  445. package/file-upload-item/cssm/components/status-control/index.d.ts +0 -1
  446. package/file-upload-item/cssm/components/status-control/index.js +0 -7
  447. package/file-upload-item/cssm/components/status-control/status-control.d.ts +0 -4
  448. package/file-upload-item/cssm/components/status-control/status-control.js +0 -45
  449. package/file-upload-item/cssm/components/status-control/status-control.module.css +0 -56
  450. package/file-upload-item/cssm/const/progress-bar.d.ts +0 -2
  451. package/file-upload-item/cssm/const/progress-bar.js +0 -5
  452. package/file-upload-item/cssm/context/file-upload-item-context.d.ts +0 -30
  453. package/file-upload-item/cssm/context/file-upload-item-context.js +0 -30
  454. package/file-upload-item/cssm/types/file-upload-item-props.d.ts +0 -113
  455. package/file-upload-item/cssm/types/file-upload-item-props.js +0 -1
  456. package/file-upload-item/esm/actions-control.module-cf792128.js +0 -4
  457. package/file-upload-item/esm/components/actions-control/actions-control.css +0 -34
  458. package/file-upload-item/esm/components/actions-control/actions.d.ts +0 -4
  459. package/file-upload-item/esm/components/actions-control/actions.js +0 -20
  460. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
  461. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +0 -17
  462. package/file-upload-item/esm/components/actions-control/components/delete-button/index.d.ts +0 -1
  463. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +0 -6
  464. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.d.ts +0 -4
  465. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +0 -18
  466. package/file-upload-item/esm/components/actions-control/components/download-button/index.d.ts +0 -1
  467. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +0 -6
  468. package/file-upload-item/esm/components/actions-control/components/restore-button/index.d.ts +0 -1
  469. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +0 -6
  470. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
  471. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +0 -17
  472. package/file-upload-item/esm/components/actions-control/index.d.ts +0 -1
  473. package/file-upload-item/esm/components/actions-control/index.js +0 -11
  474. package/file-upload-item/esm/components/content/components/content-error/content-error.css +0 -4
  475. package/file-upload-item/esm/components/content/components/content-error/content-error.d.ts +0 -4
  476. package/file-upload-item/esm/components/content/components/content-error/content-error.js +0 -19
  477. package/file-upload-item/esm/components/content/components/content-error/index.d.ts +0 -1
  478. package/file-upload-item/esm/components/content/components/content-error/index.js +0 -4
  479. package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.css +0 -31
  480. package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
  481. package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.js +0 -54
  482. package/file-upload-item/esm/components/content/content.css +0 -50
  483. package/file-upload-item/esm/components/content/content.d.ts +0 -4
  484. package/file-upload-item/esm/components/content/content.js +0 -30
  485. package/file-upload-item/esm/components/content/index.d.ts +0 -1
  486. package/file-upload-item/esm/components/content/index.js +0 -10
  487. package/file-upload-item/esm/components/content/utils/isError.d.ts +0 -2
  488. package/file-upload-item/esm/components/content/utils/isError.js +0 -11
  489. package/file-upload-item/esm/components/status-control/components/status-control-icon/index.d.ts +0 -1
  490. package/file-upload-item/esm/components/status-control/components/status-control-icon/index.js +0 -13
  491. package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.css +0 -37
  492. package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
  493. package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.js +0 -60
  494. package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
  495. package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/index.js +0 -2
  496. package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
  497. package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -14
  498. package/file-upload-item/esm/components/status-control/index.d.ts +0 -1
  499. package/file-upload-item/esm/components/status-control/index.js +0 -17
  500. package/file-upload-item/esm/components/status-control/status-control.css +0 -57
  501. package/file-upload-item/esm/components/status-control/status-control.d.ts +0 -4
  502. package/file-upload-item/esm/components/status-control/status-control.js +0 -47
  503. package/file-upload-item/esm/const/progress-bar.d.ts +0 -2
  504. package/file-upload-item/esm/const/progress-bar.js +0 -3
  505. package/file-upload-item/esm/context/file-upload-item-context.d.ts +0 -30
  506. package/file-upload-item/esm/context/file-upload-item-context.js +0 -28
  507. package/file-upload-item/esm/types/file-upload-item-props.d.ts +0 -113
  508. package/file-upload-item/esm/types/file-upload-item-props.js +0 -1
  509. package/file-upload-item/modern/actions-control.module-81af344b.js +0 -4
  510. package/file-upload-item/modern/components/actions-control/actions-control.css +0 -34
  511. package/file-upload-item/modern/components/actions-control/actions.d.ts +0 -4
  512. package/file-upload-item/modern/components/actions-control/actions.js +0 -20
  513. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
  514. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +0 -17
  515. package/file-upload-item/modern/components/actions-control/components/delete-button/index.d.ts +0 -1
  516. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +0 -6
  517. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.d.ts +0 -4
  518. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +0 -18
  519. package/file-upload-item/modern/components/actions-control/components/download-button/index.d.ts +0 -1
  520. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +0 -6
  521. package/file-upload-item/modern/components/actions-control/components/restore-button/index.d.ts +0 -1
  522. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +0 -6
  523. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
  524. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +0 -17
  525. package/file-upload-item/modern/components/actions-control/index.d.ts +0 -1
  526. package/file-upload-item/modern/components/actions-control/index.js +0 -11
  527. package/file-upload-item/modern/components/content/components/content-error/content-error.css +0 -4
  528. package/file-upload-item/modern/components/content/components/content-error/content-error.d.ts +0 -4
  529. package/file-upload-item/modern/components/content/components/content-error/content-error.js +0 -19
  530. package/file-upload-item/modern/components/content/components/content-error/index.d.ts +0 -1
  531. package/file-upload-item/modern/components/content/components/content-error/index.js +0 -4
  532. package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.css +0 -31
  533. package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
  534. package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.js +0 -53
  535. package/file-upload-item/modern/components/content/content.css +0 -50
  536. package/file-upload-item/modern/components/content/content.d.ts +0 -4
  537. package/file-upload-item/modern/components/content/content.js +0 -29
  538. package/file-upload-item/modern/components/content/index.d.ts +0 -1
  539. package/file-upload-item/modern/components/content/index.js +0 -10
  540. package/file-upload-item/modern/components/content/utils/isError.d.ts +0 -2
  541. package/file-upload-item/modern/components/content/utils/isError.js +0 -11
  542. package/file-upload-item/modern/components/status-control/components/status-control-icon/index.d.ts +0 -1
  543. package/file-upload-item/modern/components/status-control/components/status-control-icon/index.js +0 -13
  544. package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.css +0 -37
  545. package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
  546. package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.js +0 -59
  547. package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
  548. package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/index.js +0 -2
  549. package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
  550. package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -11
  551. package/file-upload-item/modern/components/status-control/index.d.ts +0 -1
  552. package/file-upload-item/modern/components/status-control/index.js +0 -16
  553. package/file-upload-item/modern/components/status-control/status-control.css +0 -57
  554. package/file-upload-item/modern/components/status-control/status-control.d.ts +0 -4
  555. package/file-upload-item/modern/components/status-control/status-control.js +0 -43
  556. package/file-upload-item/modern/const/progress-bar.d.ts +0 -2
  557. package/file-upload-item/modern/const/progress-bar.js +0 -3
  558. package/file-upload-item/modern/context/file-upload-item-context.d.ts +0 -30
  559. package/file-upload-item/modern/context/file-upload-item-context.js +0 -28
  560. package/file-upload-item/modern/types/file-upload-item-props.d.ts +0 -113
  561. package/file-upload-item/modern/types/file-upload-item-props.js +0 -1
  562. package/file-upload-item/moderncssm/components/actions-control/actions-control.module.css +0 -23
  563. package/file-upload-item/moderncssm/components/actions-control/actions.d.ts +0 -4
  564. package/file-upload-item/moderncssm/components/actions-control/actions.js +0 -20
  565. package/file-upload-item/moderncssm/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
  566. package/file-upload-item/moderncssm/components/actions-control/components/delete-button/delete-button.js +0 -17
  567. package/file-upload-item/moderncssm/components/actions-control/components/delete-button/index.d.ts +0 -1
  568. package/file-upload-item/moderncssm/components/actions-control/components/delete-button/index.js +0 -6
  569. package/file-upload-item/moderncssm/components/actions-control/components/download-button/download-button.d.ts +0 -4
  570. package/file-upload-item/moderncssm/components/actions-control/components/download-button/download-button.js +0 -18
  571. package/file-upload-item/moderncssm/components/actions-control/components/download-button/index.d.ts +0 -1
  572. package/file-upload-item/moderncssm/components/actions-control/components/download-button/index.js +0 -6
  573. package/file-upload-item/moderncssm/components/actions-control/components/restore-button/index.d.ts +0 -1
  574. package/file-upload-item/moderncssm/components/actions-control/components/restore-button/index.js +0 -6
  575. package/file-upload-item/moderncssm/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
  576. package/file-upload-item/moderncssm/components/actions-control/components/restore-button/restore-button.js +0 -17
  577. package/file-upload-item/moderncssm/components/actions-control/index.d.ts +0 -1
  578. package/file-upload-item/moderncssm/components/actions-control/index.js +0 -11
  579. package/file-upload-item/moderncssm/components/content/components/content-error/content-error.d.ts +0 -4
  580. package/file-upload-item/moderncssm/components/content/components/content-error/content-error.js +0 -17
  581. package/file-upload-item/moderncssm/components/content/components/content-error/content-error.module.css +0 -3
  582. package/file-upload-item/moderncssm/components/content/components/content-error/index.d.ts +0 -1
  583. package/file-upload-item/moderncssm/components/content/components/content-error/index.js +0 -5
  584. package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
  585. package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.js +0 -52
  586. package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.module.css +0 -15
  587. package/file-upload-item/moderncssm/components/content/content.d.ts +0 -4
  588. package/file-upload-item/moderncssm/components/content/content.js +0 -29
  589. package/file-upload-item/moderncssm/components/content/content.module.css +0 -37
  590. package/file-upload-item/moderncssm/components/content/index.d.ts +0 -1
  591. package/file-upload-item/moderncssm/components/content/index.js +0 -13
  592. package/file-upload-item/moderncssm/components/content/utils/isError.d.ts +0 -2
  593. package/file-upload-item/moderncssm/components/content/utils/isError.js +0 -11
  594. package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/index.d.ts +0 -1
  595. package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/index.js +0 -14
  596. package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
  597. package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/status-control-icon.js +0 -57
  598. package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/status-control-icon.module.css +0 -22
  599. package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
  600. package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/index.js +0 -2
  601. package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
  602. package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -11
  603. package/file-upload-item/moderncssm/components/status-control/index.d.ts +0 -1
  604. package/file-upload-item/moderncssm/components/status-control/index.js +0 -18
  605. package/file-upload-item/moderncssm/components/status-control/status-control.d.ts +0 -4
  606. package/file-upload-item/moderncssm/components/status-control/status-control.js +0 -42
  607. package/file-upload-item/moderncssm/components/status-control/status-control.module.css +0 -48
  608. package/file-upload-item/moderncssm/const/progress-bar.d.ts +0 -2
  609. package/file-upload-item/moderncssm/const/progress-bar.js +0 -3
  610. package/file-upload-item/moderncssm/context/file-upload-item-context.d.ts +0 -30
  611. package/file-upload-item/moderncssm/context/file-upload-item-context.js +0 -28
  612. package/file-upload-item/moderncssm/types/file-upload-item-props.d.ts +0 -113
  613. package/file-upload-item/moderncssm/types/file-upload-item-props.js +0 -1
  614. package/file-upload-item/types/file-upload-item-props.d.ts +0 -113
  615. package/file-upload-item/types/file-upload-item-props.js +0 -1
  616. package/file-upload-item-v1/@alfalab/icons-glyph/package.json +0 -14
  617. package/file-upload-item-v1/Component.d.ts +0 -95
  618. package/file-upload-item-v1/Component.js +0 -81
  619. package/file-upload-item-v1/cssm/Component.d.ts +0 -95
  620. package/file-upload-item-v1/cssm/Component.js +0 -80
  621. package/file-upload-item-v1/cssm/index.d.ts +0 -1
  622. package/file-upload-item-v1/cssm/index.js +0 -7
  623. package/file-upload-item-v1/cssm/index.module.css +0 -124
  624. package/file-upload-item-v1/cssm/utils.d.ts +0 -5
  625. package/file-upload-item-v1/cssm/utils.js +0 -45
  626. package/file-upload-item-v1/esm/Component.d.ts +0 -95
  627. package/file-upload-item-v1/esm/Component.js +0 -79
  628. package/file-upload-item-v1/esm/index.css +0 -125
  629. package/file-upload-item-v1/esm/index.d.ts +0 -1
  630. package/file-upload-item-v1/esm/index.js +0 -17
  631. package/file-upload-item-v1/esm/utils.d.ts +0 -5
  632. package/file-upload-item-v1/esm/utils.js +0 -41
  633. package/file-upload-item-v1/index.css +0 -125
  634. package/file-upload-item-v1/index.d.ts +0 -1
  635. package/file-upload-item-v1/index.js +0 -7
  636. package/file-upload-item-v1/modern/Component.d.ts +0 -95
  637. package/file-upload-item-v1/modern/Component.js +0 -77
  638. package/file-upload-item-v1/modern/index.css +0 -125
  639. package/file-upload-item-v1/modern/index.d.ts +0 -1
  640. package/file-upload-item-v1/modern/index.js +0 -17
  641. package/file-upload-item-v1/modern/utils.d.ts +0 -5
  642. package/file-upload-item-v1/modern/utils.js +0 -41
  643. package/file-upload-item-v1/moderncssm/Component.d.ts +0 -95
  644. package/file-upload-item-v1/moderncssm/Component.js +0 -75
  645. package/file-upload-item-v1/moderncssm/index.d.ts +0 -1
  646. package/file-upload-item-v1/moderncssm/index.js +0 -18
  647. package/file-upload-item-v1/moderncssm/index.module.css +0 -129
  648. package/file-upload-item-v1/moderncssm/utils.d.ts +0 -5
  649. package/file-upload-item-v1/moderncssm/utils.js +0 -41
  650. package/file-upload-item-v1/package.json +0 -3
  651. package/file-upload-item-v1/utils.d.ts +0 -5
  652. package/file-upload-item-v1/utils.js +0 -45
  653. package/filter-tag/@alfalab/icons-glyph/package.json +0 -14
  654. package/gallery/@alfalab/icons-glyph/package.json +0 -14
  655. package/input/@alfalab/icons-glyph/package.json +0 -14
  656. package/international-phone-input/@alfalab/icons-glyph/package.json +0 -14
  657. package/intl-phone-input/@alfalab/icons-glyph/package.json +0 -14
  658. package/navigation-bar/@alfalab/icons-glyph/package.json +0 -14
  659. package/navigation-bar-private/@alfalab/icons-glyph/package.json +0 -14
  660. package/number-input/@alfalab/icons-glyph/package.json +0 -14
  661. package/pagination/@alfalab/icons-glyph/package.json +0 -14
  662. package/pass-code/@alfalab/icons-glyph/package.json +0 -14
  663. package/pass-code-v1/@alfalab/icons-glyph/package.json +0 -14
  664. package/password-input/@alfalab/icons-glyph/package.json +0 -14
  665. package/picker-button/@alfalab/icons-glyph/package.json +0 -14
  666. package/plate/@alfalab/icons-glyph/package.json +0 -14
  667. package/product-cover/@alfalab/icons-glyph/package.json +0 -14
  668. package/select/@alfalab/icons-glyph/package.json +0 -14
  669. package/select-with-tags/@alfalab/icons-glyph/package.json +0 -14
  670. package/sortable-list/@alfalab/icons-glyph/package.json +0 -14
  671. package/status-badge/@alfalab/icons-glyph/package.json +0 -14
  672. package/steps/@alfalab/icons-glyph/package.json +0 -14
  673. package/tabs/@alfalab/icons-glyph/package.json +0 -14
  674. package/toast-plate/@alfalab/icons-glyph/package.json +0 -14
  675. package/universal-date-input/@alfalab/icons-glyph/package.json +0 -14
  676. /package/confirmation/{countdown-section-0276cc22.d.ts → countdown-section-16d6c007.d.ts} +0 -0
  677. /package/confirmation/{countdown-section-0276cc22.js → countdown-section-16d6c007.js} +0 -0
  678. /package/confirmation/esm/{countdown-section-51966768.d.ts → countdown-section-e376b321.d.ts} +0 -0
  679. /package/confirmation/esm/{countdown-section-51966768.js → countdown-section-e376b321.js} +0 -0
  680. /package/confirmation/modern/{countdown-section-c91cd28e.d.ts → countdown-section-66e28bb2.d.ts} +0 -0
  681. /package/confirmation/modern/{countdown-section-c91cd28e.js → countdown-section-66e28bb2.js} +0 -0
  682. /package/gallery/esm/{slide-e83af4ae.d.ts → slide-5fb257fd.d.ts} +0 -0
  683. /package/gallery/esm/{slide-e83af4ae.js → slide-5fb257fd.js} +0 -0
  684. /package/gallery/modern/{slide-ebf1875f.d.ts → slide-eb4cf3a0.d.ts} +0 -0
  685. /package/gallery/modern/{slide-ebf1875f.js → slide-eb4cf3a0.js} +0 -0
  686. /package/gallery/{slide-b1eb08cd.d.ts → slide-8251b28e.d.ts} +0 -0
  687. /package/gallery/{slide-b1eb08cd.js → slide-8251b28e.js} +0 -0
  688. /package/modal/esm/{layout.module-cbdf5b23.js → layout.module-2943ecd0.js} +0 -0
  689. /package/modal/{layout.module-3ba66d38.js → layout.module-38604ebe.js} +0 -0
  690. /package/modal/modern/{layout.module-f7b4118b.js → layout.module-c8884365.js} +0 -0
  691. /package/pure-cell/{component-e7968462.d.ts → component-b287484e.d.ts} +0 -0
  692. /package/pure-cell/{component-e7968462.js → component-b287484e.js} +0 -0
  693. /package/pure-cell/esm/{component-76e6b37b.d.ts → component-c9f87e9e.d.ts} +0 -0
  694. /package/pure-cell/esm/{component-76e6b37b.js → component-c9f87e9e.js} +0 -0
  695. /package/pure-cell/modern/{component-64ed20dc.d.ts → component-601eed2f.d.ts} +0 -0
  696. /package/pure-cell/modern/{component-64ed20dc.js → component-601eed2f.js} +0 -0
  697. /package/select/esm/{hook-4475f0d6.d.ts → hook-5c62c301.d.ts} +0 -0
  698. /package/select/esm/{hook-4475f0d6.js → hook-5c62c301.js} +0 -0
  699. /package/select/esm/{list-popover-desktop-d657d5fe.d.ts → list-popover-desktop-bafc9490.d.ts} +0 -0
  700. /package/select/esm/{list-popover-desktop-d657d5fe.js → list-popover-desktop-bafc9490.js} +0 -0
  701. /package/select/esm/{mobile.module-8b82371b.js → mobile.module-3a10018f.js} +0 -0
  702. /package/select/{hook-9528cd4d.d.ts → hook-07cb7608.d.ts} +0 -0
  703. /package/select/{hook-9528cd4d.js → hook-07cb7608.js} +0 -0
  704. /package/select/{list-popover-desktop-37fd040c.d.ts → list-popover-desktop-747f244b.d.ts} +0 -0
  705. /package/select/{list-popover-desktop-37fd040c.js → list-popover-desktop-747f244b.js} +0 -0
  706. /package/select/{mobile.module-4ed49ee9.js → mobile.module-ff64b811.js} +0 -0
  707. /package/select/modern/{hook-378975f1.d.ts → hook-2824140e.d.ts} +0 -0
  708. /package/select/modern/{hook-378975f1.js → hook-2824140e.js} +0 -0
  709. /package/select/modern/{list-popover-desktop-b88cccbf.d.ts → list-popover-desktop-c9b03ea7.d.ts} +0 -0
  710. /package/select/modern/{list-popover-desktop-b88cccbf.js → list-popover-desktop-c9b03ea7.js} +0 -0
  711. /package/select/modern/{mobile.module-02ca6526.js → mobile.module-6575652f.js} +0 -0
  712. /package/side-panel/esm/{layout.module-5c370928.js → layout.module-d560610b.js} +0 -0
  713. /package/side-panel/{layout.module-9821422d.js → layout.module-09fa7a49.js} +0 -0
  714. /package/side-panel/modern/{layout.module-1bc813ba.js → layout.module-95df9f40.js} +0 -0
  715. /package/tabs/esm/{index.module-33c7b948.js → index.module-67d867f0.js} +0 -0
  716. /package/tabs/esm/{index.module-845121a4.js → index.module-df4ff73b.js} +0 -0
  717. /package/tabs/{index.module-14deaa39.js → index.module-b6bde4e7.js} +0 -0
  718. /package/tabs/{index.module-27a2b652.js → index.module-e8a52c11.js} +0 -0
  719. /package/tabs/modern/{index.module-7bcec231.js → index.module-9c7d0822.js} +0 -0
  720. /package/tabs/modern/{index.module-6f76af03.js → index.module-ec0448f8.js} +0 -0
  721. /package/typography/{colors.module-9a7c7597.js → colors.module-d5109cca.js} +0 -0
  722. /package/typography/{common.module-81c26a97.js → common.module-373c8f6c.js} +0 -0
  723. /package/typography/esm/{colors.module-25efb793.js → colors.module-c705982c.js} +0 -0
  724. /package/typography/esm/{common.module-a66b7257.js → common.module-3291a37c.js} +0 -0
  725. /package/typography/modern/{colors.module-8e7dd705.js → colors.module-353d3340.js} +0 -0
  726. /package/typography/modern/{common.module-e5a542b6.js → common.module-5a09b326.js} +0 -0
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/modern';
4
4
  import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
- import { l as layoutStyles } from '../../layout.module-1bc813ba.js';
6
+ import { l as layoutStyles } from '../../layout.module-95df9f40.js';
7
7
  import '../../../../base-modal/modern';
8
8
 
9
9
  const styles = {"footer":"side-panel__footer_ljmy3","sticky":"side-panel__sticky_ljmy3","highlighted":"side-panel__highlighted_ljmy3"};
@@ -5,7 +5,7 @@ import '../../../../shared/modern';
5
5
  import '../../Context.js';
6
6
  import '../../../../base-modal/modern';
7
7
  import '../../ResponsiveContext.js';
8
- import '../../layout.module-1bc813ba.js';
8
+ import '../../layout.module-95df9f40.js';
9
9
 
10
10
  const styles = {"footer":"side-panel__footer_1deoz","sticky":"side-panel__sticky_1deoz"};
11
11
  require('./mobile.css');
@@ -12,7 +12,7 @@ import '../components/content/Component.js';
12
12
  import '../../../shared/modern';
13
13
  import '../Context.js';
14
14
  import '../../../base-modal/modern';
15
- import '../layout.module-1bc813ba.js';
15
+ import '../layout.module-95df9f40.js';
16
16
  import '../components/footer/Component.js';
17
17
  import '../../../navigation-bar-private/modern';
18
18
 
@@ -11,7 +11,7 @@ import '../Context.js';
11
11
  import '../../../base-modal/modern';
12
12
  import '../ResponsiveContext.js';
13
13
  import '../components/controls/Component.js';
14
- import '../layout.module-1bc813ba.js';
14
+ import '../layout.module-95df9f40.js';
15
15
  import '../components/footer/Component.desktop.js';
16
16
  import '../components/footer/Component.js';
17
17
  import '../components/header/Component.js';
@@ -5,7 +5,7 @@ import '../../shared/modern';
5
5
  import './components/controls/Component.js';
6
6
  import 'classnames';
7
7
  import './ResponsiveContext.js';
8
- import './layout.module-1bc813ba.js';
8
+ import './layout.module-95df9f40.js';
9
9
  import './components/header/Component.js';
10
10
  import '../../navigation-bar-private/modern';
11
11
  import './consts.js';
@@ -9,7 +9,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
9
9
  import '../components/content/Component.js';
10
10
  import '../../../shared/modern';
11
11
  import '../Context.js';
12
- import '../layout.module-1bc813ba.js';
12
+ import '../layout.module-95df9f40.js';
13
13
  import '../components/footer/Component.js';
14
14
  import '../../../navigation-bar-private/modern';
15
15
  import '../consts.js';
@@ -8,7 +8,7 @@ import '../../../shared/modern';
8
8
  import '../Context.js';
9
9
  import '../ResponsiveContext.js';
10
10
  import '../components/controls/Component.js';
11
- import '../layout.module-1bc813ba.js';
11
+ import '../layout.module-95df9f40.js';
12
12
  import '../components/footer/Component.mobile.js';
13
13
  import '../components/footer/Component.js';
14
14
  import '../components/header/Component.js';
@@ -10,7 +10,7 @@ var coreComponentsShared = require('../../../shared');
10
10
  var hooks_useTablistTitles = require('../../hooks/use-tablist-titles.js');
11
11
  var syntheticEvents = require('../../synthetic-events.js');
12
12
  var components_title_Component = require('../title/Component.js');
13
- var index_module = require('../../index.module-27a2b652.js');
13
+ var index_module = require('../../index.module-e8a52c11.js');
14
14
 
15
15
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
16
16
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var components_primaryTablist_Component = require('./Component.js');
6
- var index_module = require('../../index.module-27a2b652.js');
6
+ var index_module = require('../../index.module-e8a52c11.js');
7
7
 
8
8
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
9
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var components_primaryTablist_Component = require('./Component.js');
6
- var index_module = require('../../index.module-27a2b652.js');
6
+ var index_module = require('../../index.module-e8a52c11.js');
7
7
 
8
8
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
9
 
@@ -4,7 +4,7 @@ var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var desktop = require('../../../tag/desktop');
6
6
  var components_secondaryTablist_Component = require('./Component.js');
7
- var index_module = require('../../index.module-14deaa39.js');
7
+ var index_module = require('../../index.module-b6bde4e7.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -5,7 +5,7 @@ var React = require('react');
5
5
  var cn = require('classnames');
6
6
  var mobile = require('../../../tag/mobile');
7
7
  var components_secondaryTablist_Component = require('./Component.js');
8
- var index_module = require('../../index.module-14deaa39.js');
8
+ var index_module = require('../../index.module-b6bde4e7.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
@@ -18,5 +18,5 @@ import 'react-merge-refs';
18
18
  import '../synthetic-events.js';
19
19
  import '../components/title/Component.js';
20
20
  import '../../../skeleton/esm';
21
- import '../index.module-33c7b948.js';
21
+ import '../index.module-67d867f0.js';
22
22
  import '../components/tabs/Component.js';
@@ -8,7 +8,7 @@ import { getComponentBreakpoint } from '../../../../shared/esm';
8
8
  import { useTablistTitles } from '../../hooks/use-tablist-titles.js';
9
9
  import { createSyntheticMouseEvent } from '../../synthetic-events.js';
10
10
  import { Title } from '../title/Component.js';
11
- import { s as styles } from '../../index.module-33c7b948.js';
11
+ import { s as styles } from '../../index.module-67d867f0.js';
12
12
  import '../../../../mq/esm';
13
13
  import '../../hooks/use-collapsible-elements.js';
14
14
  import '@juggle/resize-observer';
@@ -1,7 +1,7 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { PrimaryTabList } from './Component.js';
4
- import { s as styles } from '../../index.module-33c7b948.js';
4
+ import { s as styles } from '../../index.module-67d867f0.js';
5
5
  import '@juggle/resize-observer';
6
6
  import 'classnames';
7
7
  import '../../../../keyboard-focusable/esm';
@@ -1,7 +1,7 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { PrimaryTabList } from './Component.js';
4
- import { s as styles$1 } from '../../index.module-33c7b948.js';
4
+ import { s as styles$1 } from '../../index.module-67d867f0.js';
5
5
  import '@juggle/resize-observer';
6
6
  import 'classnames';
7
7
  import '../../../../keyboard-focusable/esm';
@@ -20,7 +20,7 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
20
20
  import '../scroll-controls/utils.js';
21
21
  import '../title/Component.js';
22
22
  import '../../../../skeleton/esm';
23
- import '../../index.module-33c7b948.js';
23
+ import '../../index.module-67d867f0.js';
24
24
 
25
25
  var PrimaryTabListResponsive = function (_a) {
26
26
  var size = _a.size, _b = _a.breakpoint, breakpoint = _b === void 0 ? getComponentBreakpoint() : _b, fullWidthScroll = _a.fullWidthScroll, defaultMatchMediaValue = _a.defaultMatchMediaValue, restProps = __rest(_a, ["size", "breakpoint", "fullWidthScroll", "defaultMatchMediaValue"]);
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { TagDesktop } from '../../../../tag/esm/desktop';
4
4
  import { SecondaryTabList } from './Component.js';
5
- import { c as commonStyles } from '../../index.module-845121a4.js';
5
+ import { c as commonStyles } from '../../index.module-df4ff73b.js';
6
6
  import 'classnames';
7
7
  import '../../../../skeleton/esm';
8
8
  import '../../hooks/use-tabs.js';
@@ -3,7 +3,7 @@ import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TagMobile } from '../../../../tag/esm/mobile';
5
5
  import { SecondaryTabList } from './Component.js';
6
- import { c as commonStyles } from '../../index.module-845121a4.js';
6
+ import { c as commonStyles } from '../../index.module-df4ff73b.js';
7
7
  import '../../../../skeleton/esm';
8
8
  import '../../hooks/use-tabs.js';
9
9
  import 'react-merge-refs';
@@ -18,7 +18,7 @@ import '../../../../icon-button/esm';
18
18
  import '@alfalab/icons-glyph/ChevronLeftCompactSIcon';
19
19
  import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
20
20
  import '../scroll-controls/utils.js';
21
- import '../../index.module-845121a4.js';
21
+ import '../../index.module-df4ff73b.js';
22
22
  import '../../../../tag/esm/mobile';
23
23
 
24
24
  var SecondaryTabListResponsive = function (_a) {
@@ -17,7 +17,7 @@ import 'react-merge-refs';
17
17
  import '../../synthetic-events.js';
18
18
  import '../title/Component.js';
19
19
  import '../../../../skeleton/esm';
20
- import '../../index.module-33c7b948.js';
20
+ import '../../index.module-67d867f0.js';
21
21
 
22
22
  var TabsCollapsible = function (_a) {
23
23
  var restProps = __rest(_a, []);
@@ -20,10 +20,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
20
20
  import '../scroll-controls/utils.js';
21
21
  import '../title/Component.js';
22
22
  import '../../../../skeleton/esm';
23
- import '../../index.module-33c7b948.js';
23
+ import '../../index.module-67d867f0.js';
24
24
  import '../../../../tag/esm/desktop';
25
25
  import '../secondary-tablist/Component.js';
26
- import '../../index.module-845121a4.js';
26
+ import '../../index.module-df4ff73b.js';
27
27
 
28
28
  var views = {
29
29
  primary: PrimaryTabListDesktop,
@@ -20,10 +20,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
20
20
  import '../scroll-controls/utils.js';
21
21
  import '../title/Component.js';
22
22
  import '../../../../skeleton/esm';
23
- import '../../index.module-33c7b948.js';
23
+ import '../../index.module-67d867f0.js';
24
24
  import '../../../../tag/esm/mobile';
25
25
  import '../secondary-tablist/Component.js';
26
- import '../../index.module-845121a4.js';
26
+ import '../../index.module-df4ff73b.js';
27
27
 
28
28
  var views = {
29
29
  primary: PrimaryTabListMobile,
@@ -22,12 +22,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
22
22
  import '../scroll-controls/utils.js';
23
23
  import '../title/Component.js';
24
24
  import '../../../../skeleton/esm';
25
- import '../../index.module-33c7b948.js';
25
+ import '../../index.module-67d867f0.js';
26
26
  import '../primary-tablist/Component.mobile.js';
27
27
  import '../secondary-tablist/Component.desktop.js';
28
28
  import '../../../../tag/esm/desktop';
29
29
  import '../secondary-tablist/Component.js';
30
- import '../../index.module-845121a4.js';
30
+ import '../../index.module-df4ff73b.js';
31
31
  import '../secondary-tablist/Component.mobile.js';
32
32
  import '../../../../tag/esm/mobile';
33
33
 
@@ -21,8 +21,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
21
21
  import '../components/scroll-controls/utils.js';
22
22
  import '../components/title/Component.js';
23
23
  import '../../../skeleton/esm';
24
- import '../index.module-33c7b948.js';
24
+ import '../index.module-67d867f0.js';
25
25
  import '../../../tag/esm/desktop';
26
26
  import '../components/secondary-tablist/Component.js';
27
- import '../index.module-845121a4.js';
27
+ import '../index.module-df4ff73b.js';
28
28
  import '../components/tabs/Component.js';
package/tabs/esm/index.js CHANGED
@@ -23,12 +23,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
23
23
  import './components/scroll-controls/utils.js';
24
24
  import './components/title/Component.js';
25
25
  import '../../skeleton/esm';
26
- import './index.module-33c7b948.js';
26
+ import './index.module-67d867f0.js';
27
27
  import './components/primary-tablist/Component.mobile.js';
28
28
  import './components/secondary-tablist/Component.desktop.js';
29
29
  import '../../tag/esm/desktop';
30
30
  import './components/secondary-tablist/Component.js';
31
- import './index.module-845121a4.js';
31
+ import './index.module-df4ff73b.js';
32
32
  import './components/secondary-tablist/Component.mobile.js';
33
33
  import '../../tag/esm/mobile';
34
34
  import './components/tabs/Component.js';
@@ -21,8 +21,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
21
21
  import '../components/scroll-controls/utils.js';
22
22
  import '../components/title/Component.js';
23
23
  import '../../../skeleton/esm';
24
- import '../index.module-33c7b948.js';
24
+ import '../index.module-67d867f0.js';
25
25
  import '../../../tag/esm/mobile';
26
26
  import '../components/secondary-tablist/Component.js';
27
- import '../index.module-845121a4.js';
27
+ import '../index.module-df4ff73b.js';
28
28
  import '../components/tabs/Component.js';
@@ -17,5 +17,5 @@ import 'react-merge-refs';
17
17
  import '../synthetic-events.js';
18
18
  import '../components/title/Component.js';
19
19
  import '../../../skeleton/modern';
20
- import '../index.module-6f76af03.js';
20
+ import '../index.module-ec0448f8.js';
21
21
  import '../components/tabs/Component.js';
@@ -7,7 +7,7 @@ import { getComponentBreakpoint } from '../../../../shared/modern';
7
7
  import { useTablistTitles } from '../../hooks/use-tablist-titles.js';
8
8
  import { createSyntheticMouseEvent } from '../../synthetic-events.js';
9
9
  import { Title } from '../title/Component.js';
10
- import { s as styles } from '../../index.module-6f76af03.js';
10
+ import { s as styles } from '../../index.module-ec0448f8.js';
11
11
  import '../../../../mq/modern';
12
12
  import '../../hooks/use-collapsible-elements.js';
13
13
  import '@juggle/resize-observer';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { PrimaryTabList } from './Component.js';
3
- import { s as styles } from '../../index.module-6f76af03.js';
3
+ import { s as styles } from '../../index.module-ec0448f8.js';
4
4
  import '@juggle/resize-observer';
5
5
  import 'classnames';
6
6
  import '../../../../keyboard-focusable/modern';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { PrimaryTabList } from './Component.js';
3
- import { s as styles$1 } from '../../index.module-6f76af03.js';
3
+ import { s as styles$1 } from '../../index.module-ec0448f8.js';
4
4
  import '@juggle/resize-observer';
5
5
  import 'classnames';
6
6
  import '../../../../keyboard-focusable/modern';
@@ -19,7 +19,7 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
19
19
  import '../scroll-controls/utils.js';
20
20
  import '../title/Component.js';
21
21
  import '../../../../skeleton/modern';
22
- import '../../index.module-6f76af03.js';
22
+ import '../../index.module-ec0448f8.js';
23
23
 
24
24
  const PrimaryTabListResponsive = ({ size, breakpoint = getComponentBreakpoint(), fullWidthScroll, defaultMatchMediaValue, ...restProps }) => {
25
25
  const [isDesktop] = useMatchMedia(`(min-width: ${breakpoint}px)`, defaultMatchMediaValue);
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { TagDesktop } from '../../../../tag/modern/desktop';
3
3
  import { SecondaryTabList } from './Component.js';
4
- import { c as commonStyles } from '../../index.module-7bcec231.js';
4
+ import { c as commonStyles } from '../../index.module-9c7d0822.js';
5
5
  import 'classnames';
6
6
  import '../../../../skeleton/modern';
7
7
  import '../../hooks/use-tabs.js';
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { TagMobile } from '../../../../tag/modern/mobile';
4
4
  import { SecondaryTabList } from './Component.js';
5
- import { c as commonStyles } from '../../index.module-7bcec231.js';
5
+ import { c as commonStyles } from '../../index.module-9c7d0822.js';
6
6
  import '../../../../skeleton/modern';
7
7
  import '../../hooks/use-tabs.js';
8
8
  import 'react-merge-refs';
@@ -17,7 +17,7 @@ import '../../../../icon-button/modern';
17
17
  import '@alfalab/icons-glyph/ChevronLeftCompactSIcon';
18
18
  import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
19
19
  import '../scroll-controls/utils.js';
20
- import '../../index.module-7bcec231.js';
20
+ import '../../index.module-9c7d0822.js';
21
21
  import '../../../../tag/modern/mobile';
22
22
 
23
23
  const SecondaryTabListResponsive = ({ defaultMatchMediaValue, fullWidthScroll, breakpoint = getComponentBreakpoint(), ...restProps }) => {
@@ -16,7 +16,7 @@ import 'react-merge-refs';
16
16
  import '../../synthetic-events.js';
17
17
  import '../title/Component.js';
18
18
  import '../../../../skeleton/modern';
19
- import '../../index.module-6f76af03.js';
19
+ import '../../index.module-ec0448f8.js';
20
20
 
21
21
  const TabsCollapsible = ({ ...restProps }) => (React.createElement(Tabs, { TabList: CollapsiblePrimaryTabList, ...restProps }));
22
22
 
@@ -19,10 +19,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
19
19
  import '../scroll-controls/utils.js';
20
20
  import '../title/Component.js';
21
21
  import '../../../../skeleton/modern';
22
- import '../../index.module-6f76af03.js';
22
+ import '../../index.module-ec0448f8.js';
23
23
  import '../../../../tag/modern/desktop';
24
24
  import '../secondary-tablist/Component.js';
25
- import '../../index.module-7bcec231.js';
25
+ import '../../index.module-9c7d0822.js';
26
26
 
27
27
  const views = {
28
28
  primary: PrimaryTabListDesktop,
@@ -19,10 +19,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
19
19
  import '../scroll-controls/utils.js';
20
20
  import '../title/Component.js';
21
21
  import '../../../../skeleton/modern';
22
- import '../../index.module-6f76af03.js';
22
+ import '../../index.module-ec0448f8.js';
23
23
  import '../../../../tag/modern/mobile';
24
24
  import '../secondary-tablist/Component.js';
25
- import '../../index.module-7bcec231.js';
25
+ import '../../index.module-9c7d0822.js';
26
26
 
27
27
  const views = {
28
28
  primary: PrimaryTabListMobile,
@@ -21,12 +21,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
21
21
  import '../scroll-controls/utils.js';
22
22
  import '../title/Component.js';
23
23
  import '../../../../skeleton/modern';
24
- import '../../index.module-6f76af03.js';
24
+ import '../../index.module-ec0448f8.js';
25
25
  import '../primary-tablist/Component.mobile.js';
26
26
  import '../secondary-tablist/Component.desktop.js';
27
27
  import '../../../../tag/modern/desktop';
28
28
  import '../secondary-tablist/Component.js';
29
- import '../../index.module-7bcec231.js';
29
+ import '../../index.module-9c7d0822.js';
30
30
  import '../secondary-tablist/Component.mobile.js';
31
31
  import '../../../../tag/modern/mobile';
32
32
 
@@ -20,8 +20,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
20
20
  import '../components/scroll-controls/utils.js';
21
21
  import '../components/title/Component.js';
22
22
  import '../../../skeleton/modern';
23
- import '../index.module-6f76af03.js';
23
+ import '../index.module-ec0448f8.js';
24
24
  import '../../../tag/modern/desktop';
25
25
  import '../components/secondary-tablist/Component.js';
26
- import '../index.module-7bcec231.js';
26
+ import '../index.module-9c7d0822.js';
27
27
  import '../components/tabs/Component.js';
@@ -22,12 +22,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
22
22
  import './components/scroll-controls/utils.js';
23
23
  import './components/title/Component.js';
24
24
  import '../../skeleton/modern';
25
- import './index.module-6f76af03.js';
25
+ import './index.module-ec0448f8.js';
26
26
  import './components/primary-tablist/Component.mobile.js';
27
27
  import './components/secondary-tablist/Component.desktop.js';
28
28
  import '../../tag/modern/desktop';
29
29
  import './components/secondary-tablist/Component.js';
30
- import './index.module-7bcec231.js';
30
+ import './index.module-9c7d0822.js';
31
31
  import './components/secondary-tablist/Component.mobile.js';
32
32
  import '../../tag/modern/mobile';
33
33
  import './components/tabs/Component.js';
@@ -20,8 +20,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
20
20
  import '../components/scroll-controls/utils.js';
21
21
  import '../components/title/Component.js';
22
22
  import '../../../skeleton/modern';
23
- import '../index.module-6f76af03.js';
23
+ import '../index.module-ec0448f8.js';
24
24
  import '../../../tag/modern/mobile';
25
25
  import '../components/secondary-tablist/Component.js';
26
- import '../index.module-7bcec231.js';
26
+ import '../index.module-9c7d0822.js';
27
27
  import '../components/tabs/Component.js';
@@ -1,20 +1,7 @@
1
- .backdrop__backdrop_1iva8 {
2
- -webkit-tap-highlight-color: transparent;
3
- } .backdrop__appear_1iva8,
4
- .backdrop__enter_1iva8 {
5
- background-color: transparent;
6
- } .backdrop__appearActive_1iva8,
7
- .backdrop__enterActive_1iva8,
8
- .backdrop__appearDone_1iva8,
9
- .backdrop__enterDone_1iva8 {
10
- background-color: rgba(0, 0, 0, 0.7);
11
- } .backdrop__exit_1iva8 {
12
- background-color: rgba(0, 0, 0, 0.7);
13
- } .backdrop__exitActive_1iva8,
14
- .backdrop__exitDone_1iva8 {
15
- background-color: transparent;
16
- } .backdrop__transparent_1iva8 {
17
- background-color: transparent;
1
+ .card-image__cardImage_1w4s6 {
2
+ background: #e7e8ea;
3
+ } .card-image__loaded_1w4s6 {
4
+ background: transparent
18
5
  }.badge__component_1a627.badge__background-accent_1a627 {
19
6
  background-color: #f83a2a;
20
7
  color: rgba(255, 255, 255, 0.94);
@@ -75,10 +62,23 @@
75
62
  background-color: rgba(255, 255, 255, 0.94);
76
63
  } .badge__dot_1a627.badge__outlineCount_1a627 {
77
64
  border: 1px solid rgba(3, 3, 6, 0.88);
78
- }.card-image__cardImage_1w4s6 {
79
- background: #e7e8ea;
80
- } .card-image__loaded_1w4s6 {
81
- background: transparent
65
+ }.backdrop__backdrop_1iva8 {
66
+ -webkit-tap-highlight-color: transparent;
67
+ } .backdrop__appear_1iva8,
68
+ .backdrop__enter_1iva8 {
69
+ background-color: transparent;
70
+ } .backdrop__appearActive_1iva8,
71
+ .backdrop__enterActive_1iva8,
72
+ .backdrop__appearDone_1iva8,
73
+ .backdrop__enterDone_1iva8 {
74
+ background-color: rgba(0, 0, 0, 0.7);
75
+ } .backdrop__exit_1iva8 {
76
+ background-color: rgba(0, 0, 0, 0.7);
77
+ } .backdrop__exitActive_1iva8,
78
+ .backdrop__exitDone_1iva8 {
79
+ background-color: transparent;
80
+ } .backdrop__transparent_1iva8 {
81
+ background-color: transparent;
82
82
  }.divider__component_12r1p {
83
83
  border-bottom: 1px solid #353539;
84
84
  }.dropzone__component_q6h7f {
@@ -170,14 +170,7 @@
170
170
  background: rgba(255, 255, 255, 0.94);
171
171
  } .hatching-progress-bar__accent_10cbq {
172
172
  background: #f83a2a;
173
- }.icon-view__component_un1ot {
174
- color: rgba(238, 238, 251, 0.55)
175
- } .icon-view__bg_un1ot {
176
- fill: #1c1c1e;
177
- } .icon-view__border_un1ot {
178
- stroke: rgba(225, 225, 248, 0.09);
179
- fill: transparent;
180
- }.indicator__component_qsr06 {
173
+ }.indicator__component_qsr06 {
181
174
  color: rgba(255, 255, 255, 0.94);
182
175
  background-color: #f83a2a;
183
176
  } .indicator__red_qsr06 {
@@ -195,7 +188,14 @@
195
188
  color: rgba(255, 255, 255, 0.94)
196
189
  } .indicator__grey_qsr06.indicator__border_qsr06 {
197
190
  outline: 2px solid rgba(3, 3, 6, 0.88);
198
- }@keyframes loader__blink_62xke {
191
+ }.icon-view__component_un1ot {
192
+ color: rgba(238, 238, 251, 0.55)
193
+ } .icon-view__bg_un1ot {
194
+ fill: #1c1c1e;
195
+ } .icon-view__border_un1ot {
196
+ stroke: rgba(225, 225, 248, 0.09);
197
+ fill: transparent;
198
+ }@keyframes loader__blink_62xke {
199
199
  }.link__primary_rv1dc {
200
200
  color: rgba(255, 255, 255, 0.94);
201
201
  border-bottom-color: rgba(255, 255, 255, 0.94)
@@ -9,10 +9,10 @@ import 'classnames';
9
9
  import './hooks/use-skeleton.js';
10
10
  import '../../skeleton/esm';
11
11
  import '@alfalab/hooks';
12
- import './colors.module-25efb793.js';
12
+ import './colors.module-c705982c.js';
13
13
  import './title/component.js';
14
14
  import './title/utils.js';
15
- import './common.module-a66b7257.js';
15
+ import './common.module-3291a37c.js';
16
16
  import '../../mq/esm';
17
17
 
18
18
  var Typography = {
@@ -8,11 +8,11 @@ import 'classnames';
8
8
  import './hooks/use-skeleton.js';
9
9
  import '../../skeleton/esm';
10
10
  import '@alfalab/hooks';
11
- import './colors.module-25efb793.js';
11
+ import './colors.module-c705982c.js';
12
12
  import './title/index.js';
13
13
  import './title/component.js';
14
14
  import './title/utils.js';
15
- import './common.module-a66b7257.js';
15
+ import './common.module-3291a37c.js';
16
16
  import './title-mobile/component.js';
17
17
  import './title-responsive/component.js';
18
18
  import '../../mq/esm';
@@ -3,7 +3,7 @@ import React, { forwardRef } from 'react';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { useSkeleton } from '../hooks/use-skeleton.js';
6
- import { c as colors } from '../colors.module-25efb793.js';
6
+ import { c as colors } from '../colors.module-c705982c.js';
7
7
  import '../../../skeleton/esm';
8
8
  import '@alfalab/hooks';
9
9
 
@@ -6,4 +6,4 @@ import 'classnames';
6
6
  import '../hooks/use-skeleton.js';
7
7
  import '../../../skeleton/esm';
8
8
  import '@alfalab/hooks';
9
- import '../colors.module-25efb793.js';
9
+ import '../colors.module-c705982c.js';
@@ -4,7 +4,7 @@ import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { useSkeleton } from '../hooks/use-skeleton.js';
6
6
  import { getDefaultWeight } from './utils.js';
7
- import { c as colors } from '../colors.module-25efb793.js';
7
+ import { c as colors } from '../colors.module-c705982c.js';
8
8
  import '../../../skeleton/esm';
9
9
  import '@alfalab/hooks';
10
10