@alfalab/core-components 48.25.0-beta.0 → 48.26.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (733) hide show
  1. package/bottom-sheet/component.js +4 -4
  2. package/bottom-sheet/cssm/component.js +4 -4
  3. package/bottom-sheet/cssm/hooks/index.d.ts +1 -1
  4. package/bottom-sheet/cssm/hooks/index.js +0 -1
  5. package/bottom-sheet/cssm/hooks/use-visualviewport-size.d.ts +2 -6
  6. package/bottom-sheet/cssm/hooks/use-visualviewport-size.js +24 -50
  7. package/bottom-sheet/esm/component.js +5 -6
  8. package/bottom-sheet/esm/hooks/index.d.ts +1 -1
  9. package/bottom-sheet/esm/hooks/index.js +2 -3
  10. package/bottom-sheet/esm/hooks/use-visualviewport-size.d.ts +2 -6
  11. package/bottom-sheet/esm/hooks/use-visualviewport-size.js +26 -51
  12. package/bottom-sheet/esm/index.js +0 -1
  13. package/bottom-sheet/hooks/index.d.ts +1 -1
  14. package/bottom-sheet/hooks/index.js +0 -1
  15. package/bottom-sheet/hooks/use-visualviewport-size.d.ts +2 -6
  16. package/bottom-sheet/hooks/use-visualviewport-size.js +24 -50
  17. package/bottom-sheet/modern/component.js +5 -6
  18. package/bottom-sheet/modern/hooks/index.d.ts +1 -1
  19. package/bottom-sheet/modern/hooks/index.js +2 -2
  20. package/bottom-sheet/modern/hooks/use-visualviewport-size.d.ts +2 -6
  21. package/bottom-sheet/modern/hooks/use-visualviewport-size.js +22 -50
  22. package/bottom-sheet/modern/index.js +0 -1
  23. package/bottom-sheet/moderncssm/component.js +5 -6
  24. package/bottom-sheet/moderncssm/hooks/index.d.ts +1 -1
  25. package/bottom-sheet/moderncssm/hooks/index.js +2 -2
  26. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.d.ts +2 -6
  27. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.js +22 -50
  28. package/bottom-sheet/moderncssm/index.js +0 -1
  29. package/calendar/components/calendar-mobile/Component.js +1 -1
  30. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  31. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  32. package/calendar/components/calendar-mobile/index.js +1 -1
  33. package/calendar/esm/Component.responsive.js +1 -1
  34. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  35. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  36. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  37. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  38. package/calendar/esm/index.js +1 -1
  39. package/calendar/esm/mobile/index.js +1 -1
  40. package/calendar/mobile/index.js +1 -1
  41. package/calendar/modern/Component.responsive.js +1 -1
  42. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  43. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  44. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  45. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  46. package/calendar/modern/index.js +1 -1
  47. package/calendar/modern/mobile/index.js +1 -1
  48. package/calendar-range/esm/Component.js +1 -1
  49. package/calendar-range/esm/index.js +1 -1
  50. package/calendar-range/esm/views/popover.js +1 -1
  51. package/calendar-range/esm/views/static.js +1 -1
  52. package/calendar-range/modern/Component.js +1 -1
  53. package/calendar-range/modern/index.js +1 -1
  54. package/calendar-range/modern/views/popover.js +1 -1
  55. package/calendar-range/modern/views/static.js +1 -1
  56. package/calendar-range/views/popover.js +1 -1
  57. package/calendar-range/views/static.js +1 -1
  58. package/confirmation/components/base-confirmation/component.js +4 -1
  59. package/confirmation/components/index.js +2 -0
  60. package/confirmation/components/screens/hint/component.js +9 -9
  61. package/confirmation/components/screens/index.d.ts +1 -0
  62. package/confirmation/components/screens/index.js +2 -0
  63. package/confirmation/components/screens/initial/component.js +8 -5
  64. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  65. package/confirmation/components/screens/initial/index.css +6 -0
  66. package/confirmation/components/screens/temp-block/component.js +2 -2
  67. package/confirmation/components/screens/temp-block/index.css +6 -0
  68. package/confirmation/components/screens/temp-block-over/component.d.ts +9 -0
  69. package/confirmation/components/screens/temp-block-over/component.js +35 -0
  70. package/confirmation/components/screens/temp-block-over/index.css +59 -0
  71. package/confirmation/components/screens/temp-block-over/index.d.ts +1 -0
  72. package/confirmation/components/screens/temp-block-over/index.js +7 -0
  73. package/confirmation/{countdown-section-8494fee7.js → countdown-section-ed5afdf6.js} +7 -4
  74. package/confirmation/cssm/components/base-confirmation/component.js +4 -1
  75. package/confirmation/cssm/components/index.js +2 -0
  76. package/confirmation/cssm/components/screens/hint/component.js +9 -9
  77. package/confirmation/cssm/components/screens/index.d.ts +1 -0
  78. package/confirmation/cssm/components/screens/index.js +2 -0
  79. package/confirmation/cssm/components/screens/initial/component.js +7 -4
  80. package/confirmation/cssm/components/screens/initial/countdown-section.js +6 -3
  81. package/confirmation/cssm/components/screens/initial/index.module.css +7 -0
  82. package/confirmation/cssm/components/screens/temp-block/component.js +1 -1
  83. package/confirmation/cssm/components/screens/temp-block/index.module.css +7 -0
  84. package/confirmation/cssm/components/screens/temp-block-over/component.d.ts +9 -0
  85. package/confirmation/cssm/components/screens/temp-block-over/component.js +34 -0
  86. package/confirmation/cssm/components/screens/temp-block-over/index.d.ts +1 -0
  87. package/confirmation/cssm/components/screens/temp-block-over/index.js +7 -0
  88. package/confirmation/cssm/components/screens/temp-block-over/index.module.css +58 -0
  89. package/confirmation/cssm/shared/index.js +2 -0
  90. package/confirmation/cssm/types.d.ts +13 -2
  91. package/confirmation/cssm/types.js +17 -9
  92. package/confirmation/esm/component.responsive.js +2 -1
  93. package/confirmation/esm/components/base-confirmation/component.js +5 -2
  94. package/confirmation/esm/components/base-confirmation/index.js +2 -1
  95. package/confirmation/esm/components/index.js +2 -1
  96. package/confirmation/esm/components/screens/hint/component.js +9 -9
  97. package/confirmation/esm/components/screens/index.d.ts +1 -0
  98. package/confirmation/esm/components/screens/index.js +2 -1
  99. package/confirmation/esm/components/screens/initial/component.js +8 -5
  100. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  101. package/confirmation/esm/components/screens/initial/index.css +6 -0
  102. package/confirmation/esm/components/screens/initial/index.js +1 -1
  103. package/confirmation/esm/components/screens/temp-block/component.js +2 -2
  104. package/confirmation/esm/components/screens/temp-block/index.css +6 -0
  105. package/confirmation/esm/components/screens/temp-block-over/component.d.ts +9 -0
  106. package/confirmation/esm/components/screens/temp-block-over/component.js +29 -0
  107. package/confirmation/esm/components/screens/temp-block-over/index.css +59 -0
  108. package/confirmation/esm/components/screens/temp-block-over/index.d.ts +1 -0
  109. package/confirmation/esm/components/screens/temp-block-over/index.js +8 -0
  110. package/confirmation/esm/{countdown-section-210293dc.js → countdown-section-ac318a99.js} +8 -5
  111. package/confirmation/esm/desktop/component.desktop.js +2 -1
  112. package/confirmation/esm/desktop/index.js +2 -1
  113. package/confirmation/esm/index.js +2 -1
  114. package/confirmation/esm/mobile/component.mobile.js +2 -1
  115. package/confirmation/esm/mobile/index.js +2 -1
  116. package/confirmation/esm/shared/index.js +2 -1
  117. package/confirmation/esm/types.d.ts +13 -2
  118. package/confirmation/esm/types.js +17 -9
  119. package/confirmation/modern/component.responsive.js +2 -1
  120. package/confirmation/modern/components/base-confirmation/component.js +5 -2
  121. package/confirmation/modern/components/base-confirmation/index.js +2 -1
  122. package/confirmation/modern/components/index.js +2 -1
  123. package/confirmation/modern/components/screens/hint/component.js +9 -9
  124. package/confirmation/modern/components/screens/index.d.ts +1 -0
  125. package/confirmation/modern/components/screens/index.js +2 -1
  126. package/confirmation/modern/components/screens/initial/component.js +8 -5
  127. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  128. package/confirmation/modern/components/screens/initial/index.css +6 -0
  129. package/confirmation/modern/components/screens/initial/index.js +1 -1
  130. package/confirmation/modern/components/screens/temp-block/component.js +2 -2
  131. package/confirmation/modern/components/screens/temp-block/index.css +6 -0
  132. package/confirmation/modern/components/screens/temp-block-over/component.d.ts +9 -0
  133. package/confirmation/modern/components/screens/temp-block-over/component.js +27 -0
  134. package/confirmation/modern/components/screens/temp-block-over/index.css +59 -0
  135. package/confirmation/modern/components/screens/temp-block-over/index.d.ts +1 -0
  136. package/confirmation/modern/components/screens/temp-block-over/index.js +8 -0
  137. package/confirmation/modern/{countdown-section-c7e8c587.js → countdown-section-67dedb5c.js} +8 -5
  138. package/confirmation/modern/desktop/component.desktop.js +2 -1
  139. package/confirmation/modern/desktop/index.js +2 -1
  140. package/confirmation/modern/index.js +2 -1
  141. package/confirmation/modern/mobile/component.mobile.js +2 -1
  142. package/confirmation/modern/mobile/index.js +2 -1
  143. package/confirmation/modern/shared/index.js +2 -1
  144. package/confirmation/modern/types.d.ts +13 -2
  145. package/confirmation/modern/types.js +17 -9
  146. package/confirmation/moderncssm/component.responsive.js +2 -0
  147. package/confirmation/moderncssm/components/base-confirmation/component.js +5 -1
  148. package/confirmation/moderncssm/components/base-confirmation/index.js +2 -0
  149. package/confirmation/moderncssm/components/index.js +2 -0
  150. package/confirmation/moderncssm/components/screens/hint/component.js +9 -9
  151. package/confirmation/moderncssm/components/screens/index.d.ts +1 -0
  152. package/confirmation/moderncssm/components/screens/index.js +2 -0
  153. package/confirmation/moderncssm/components/screens/initial/component.js +7 -4
  154. package/confirmation/moderncssm/components/screens/initial/countdown-section.js +7 -4
  155. package/confirmation/moderncssm/components/screens/initial/index.module.css +9 -0
  156. package/confirmation/moderncssm/components/screens/temp-block/component.js +1 -1
  157. package/confirmation/moderncssm/components/screens/temp-block/index.module.css +9 -0
  158. package/confirmation/moderncssm/components/screens/temp-block-over/component.d.ts +9 -0
  159. package/confirmation/moderncssm/components/screens/temp-block-over/component.js +26 -0
  160. package/confirmation/moderncssm/components/screens/temp-block-over/index.d.ts +1 -0
  161. package/confirmation/moderncssm/components/screens/temp-block-over/index.js +10 -0
  162. package/confirmation/moderncssm/components/screens/temp-block-over/index.module.css +42 -0
  163. package/confirmation/moderncssm/desktop/component.desktop.js +2 -0
  164. package/confirmation/moderncssm/desktop/index.js +2 -0
  165. package/confirmation/moderncssm/index.js +2 -0
  166. package/confirmation/moderncssm/mobile/component.mobile.js +2 -0
  167. package/confirmation/moderncssm/mobile/index.js +2 -0
  168. package/confirmation/moderncssm/shared/index.js +2 -0
  169. package/confirmation/moderncssm/types.d.ts +13 -2
  170. package/confirmation/moderncssm/types.js +17 -9
  171. package/confirmation/shared/index.js +2 -0
  172. package/confirmation/types.d.ts +13 -2
  173. package/confirmation/types.js +17 -9
  174. package/confirmation-v1/component.js +1 -1
  175. package/confirmation-v1/components/countdown/component.js +2 -2
  176. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  177. package/confirmation-v1/cssm/component.js +1 -1
  178. package/confirmation-v1/cssm/components/countdown/component.js +2 -2
  179. package/confirmation-v1/cssm/components/sign-confirmation/component.js +1 -1
  180. package/confirmation-v1/esm/component.js +1 -1
  181. package/confirmation-v1/esm/components/countdown/component.js +2 -2
  182. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  183. package/confirmation-v1/modern/component.js +1 -1
  184. package/confirmation-v1/modern/components/countdown/component.js +2 -2
  185. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  186. package/confirmation-v1/moderncssm/component.js +1 -1
  187. package/confirmation-v1/moderncssm/components/countdown/component.js +2 -2
  188. package/confirmation-v1/moderncssm/components/sign-confirmation/component.js +1 -1
  189. package/file-upload-item/components/actions-control/actions.js +1 -1
  190. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  191. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  192. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  193. package/file-upload-item/esm/Component.js +1 -1
  194. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  195. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  196. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  197. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  198. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  199. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  200. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  201. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  202. package/file-upload-item/esm/index.js +1 -1
  203. package/file-upload-item/modern/Component.js +1 -1
  204. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  205. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  206. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  207. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  208. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  209. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  210. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  211. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  212. package/file-upload-item/modern/index.js +1 -1
  213. package/gallery/components/image-viewer/component.js +1 -1
  214. package/gallery/components/image-viewer/hooks.js +1 -1
  215. package/gallery/components/image-viewer/single.js +1 -1
  216. package/gallery/components/image-viewer/slide.js +1 -1
  217. package/gallery/esm/Component.js +1 -1
  218. package/gallery/esm/components/image-viewer/component.js +1 -1
  219. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  220. package/gallery/esm/components/image-viewer/index.js +1 -1
  221. package/gallery/esm/components/image-viewer/single.js +1 -1
  222. package/gallery/esm/components/image-viewer/slide.js +1 -1
  223. package/gallery/esm/components/index.js +1 -1
  224. package/gallery/esm/index.js +1 -1
  225. package/gallery/modern/Component.js +1 -1
  226. package/gallery/modern/components/image-viewer/component.js +1 -1
  227. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  228. package/gallery/modern/components/image-viewer/index.js +1 -1
  229. package/gallery/modern/components/image-viewer/single.js +1 -1
  230. package/gallery/modern/components/image-viewer/slide.js +1 -1
  231. package/gallery/modern/components/index.js +1 -1
  232. package/gallery/modern/index.js +1 -1
  233. package/input-autocomplete/cssm/mobile/Component.mobile.d.ts +0 -1
  234. package/input-autocomplete/cssm/mobile/Component.mobile.js +3 -3
  235. package/input-autocomplete/cssm/mobile/Component.modal.mobile.d.ts +0 -1
  236. package/input-autocomplete/cssm/types.d.ts +0 -5
  237. package/input-autocomplete/esm/mobile/Component.mobile.d.ts +0 -1
  238. package/input-autocomplete/esm/mobile/Component.mobile.js +3 -3
  239. package/input-autocomplete/esm/mobile/Component.modal.mobile.d.ts +0 -1
  240. package/input-autocomplete/esm/types.d.ts +0 -5
  241. package/input-autocomplete/mobile/Component.mobile.d.ts +0 -1
  242. package/input-autocomplete/mobile/Component.mobile.js +3 -3
  243. package/input-autocomplete/mobile/Component.modal.mobile.d.ts +0 -1
  244. package/input-autocomplete/modern/mobile/Component.mobile.d.ts +0 -1
  245. package/input-autocomplete/modern/mobile/Component.mobile.js +2 -2
  246. package/input-autocomplete/modern/mobile/Component.modal.mobile.d.ts +0 -1
  247. package/input-autocomplete/modern/types.d.ts +0 -5
  248. package/input-autocomplete/moderncssm/mobile/Component.mobile.d.ts +0 -1
  249. package/input-autocomplete/moderncssm/mobile/Component.mobile.js +2 -2
  250. package/input-autocomplete/moderncssm/mobile/Component.modal.mobile.d.ts +0 -1
  251. package/input-autocomplete/moderncssm/types.d.ts +0 -5
  252. package/input-autocomplete/types.d.ts +0 -5
  253. package/international-phone-input/cssm/typings-d515b24c.d.ts +2 -6
  254. package/international-phone-input/esm/typings-d515b24c.d.ts +2 -6
  255. package/international-phone-input/modern/typings-d515b24c.d.ts +2 -6
  256. package/international-phone-input/moderncssm/typings-d515b24c.d.ts +2 -6
  257. package/international-phone-input/typings-d515b24c.d.ts +2 -6
  258. package/list/Component.js +1 -1
  259. package/list/components/item/Component.js +1 -1
  260. package/list/components/item/index.d.ts +1 -1
  261. package/list/components/item/index.js +1 -1
  262. package/list/esm/Component.js +1 -1
  263. package/list/esm/components/item/Component.js +1 -1
  264. package/list/esm/components/item/index.d.ts +1 -1
  265. package/list/esm/components/item/index.js +1 -1
  266. package/list/esm/index.js +1 -1
  267. package/list/index.js +1 -1
  268. package/list/modern/Component.js +1 -1
  269. package/list/modern/components/item/Component.js +1 -1
  270. package/list/modern/components/item/index.d.ts +1 -1
  271. package/list/modern/components/item/index.js +1 -1
  272. package/list/modern/index.js +1 -1
  273. package/modal/components/controls/Component.js +1 -1
  274. package/modal/components/footer/Component.js +1 -1
  275. package/modal/esm/Component.responsive.js +1 -1
  276. package/modal/esm/components/controls/Component.js +1 -1
  277. package/modal/esm/components/controls/index.js +1 -1
  278. package/modal/esm/components/footer/Component.js +1 -1
  279. package/modal/esm/desktop/Component.desktop.js +1 -1
  280. package/modal/esm/desktop/index.js +1 -1
  281. package/modal/esm/index.js +1 -1
  282. package/modal/esm/mobile/Component.mobile.js +1 -1
  283. package/modal/esm/mobile/index.js +1 -1
  284. package/modal/modern/Component.responsive.js +1 -1
  285. package/modal/modern/components/controls/Component.js +1 -1
  286. package/modal/modern/components/controls/index.js +1 -1
  287. package/modal/modern/components/footer/Component.js +1 -1
  288. package/modal/modern/desktop/Component.desktop.js +1 -1
  289. package/modal/modern/desktop/index.js +1 -1
  290. package/modal/modern/index.js +1 -1
  291. package/modal/modern/mobile/Component.mobile.js +1 -1
  292. package/modal/modern/mobile/index.js +1 -1
  293. package/package.json +2 -2
  294. package/picker-button/cssm/typings-d515b24c.d.ts +2 -6
  295. package/picker-button/esm/typings-d515b24c.d.ts +2 -6
  296. package/picker-button/modern/typings-d515b24c.d.ts +2 -6
  297. package/picker-button/moderncssm/typings-d515b24c.d.ts +2 -6
  298. package/picker-button/typings-d515b24c.d.ts +2 -6
  299. package/plate/components/base-plate/Component.js +1 -1
  300. package/plate/esm/Component.responsive.js +1 -1
  301. package/plate/esm/components/base-plate/Component.js +1 -1
  302. package/plate/esm/components/base-plate/index.js +1 -1
  303. package/plate/esm/desktop/Component.desktop.js +1 -1
  304. package/plate/esm/desktop/index.js +1 -1
  305. package/plate/esm/index-7f6b04c5.d.ts +2 -2
  306. package/plate/esm/index.js +1 -1
  307. package/plate/esm/mobile/Component.mobile.js +1 -1
  308. package/plate/esm/mobile/index.js +1 -1
  309. package/plate/esm/shared/index.js +1 -1
  310. package/plate/esm/utils.js +1 -1
  311. package/plate/index-7f6b04c5.d.ts +2 -2
  312. package/plate/modern/Component.responsive.js +1 -1
  313. package/plate/modern/components/base-plate/Component.js +1 -1
  314. package/plate/modern/components/base-plate/index.js +1 -1
  315. package/plate/modern/desktop/Component.desktop.js +1 -1
  316. package/plate/modern/desktop/index.js +1 -1
  317. package/plate/modern/index-7f6b04c5.d.ts +2 -2
  318. package/plate/modern/index.js +1 -1
  319. package/plate/modern/mobile/Component.mobile.js +1 -1
  320. package/plate/modern/mobile/index.js +1 -1
  321. package/plate/modern/shared/index.js +1 -1
  322. package/plate/modern/utils.js +1 -1
  323. package/plate/utils.js +1 -1
  324. package/pure-cell/component.js +1 -1
  325. package/pure-cell/components/addon/component.js +1 -1
  326. package/pure-cell/components/addon/index.d.ts +1 -1
  327. package/pure-cell/components/addon/index.js +1 -1
  328. package/pure-cell/components/amount/component.js +1 -1
  329. package/pure-cell/components/amount/index.d.ts +1 -1
  330. package/pure-cell/components/amount/index.js +1 -1
  331. package/pure-cell/components/amount-title/component.js +1 -1
  332. package/pure-cell/components/amount-title/index.d.ts +1 -1
  333. package/pure-cell/components/amount-title/index.js +1 -1
  334. package/pure-cell/components/category/component.js +1 -1
  335. package/pure-cell/components/category/index.d.ts +1 -1
  336. package/pure-cell/components/category/index.js +1 -1
  337. package/pure-cell/components/content/component.js +1 -1
  338. package/pure-cell/components/content/index.d.ts +1 -1
  339. package/pure-cell/components/content/index.js +1 -1
  340. package/pure-cell/components/footer/component.js +1 -1
  341. package/pure-cell/components/footer/index.d.ts +1 -1
  342. package/pure-cell/components/footer/index.js +1 -1
  343. package/pure-cell/components/footer-button/component.js +1 -1
  344. package/pure-cell/components/footer-button/index.d.ts +1 -1
  345. package/pure-cell/components/footer-button/index.js +1 -1
  346. package/pure-cell/components/footer-text/component.js +1 -1
  347. package/pure-cell/components/footer-text/index.d.ts +1 -1
  348. package/pure-cell/components/footer-text/index.js +1 -1
  349. package/pure-cell/components/graphics/component.js +1 -1
  350. package/pure-cell/components/graphics/index.d.ts +1 -1
  351. package/pure-cell/components/graphics/index.js +1 -1
  352. package/pure-cell/components/main/component.js +1 -1
  353. package/pure-cell/components/main/index.d.ts +1 -1
  354. package/pure-cell/components/main/index.js +1 -1
  355. package/pure-cell/components/text/component.js +1 -1
  356. package/pure-cell/components/text/index.d.ts +1 -1
  357. package/pure-cell/components/text/index.js +1 -1
  358. package/pure-cell/esm/component.js +1 -1
  359. package/pure-cell/esm/components/addon/component.js +1 -1
  360. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  361. package/pure-cell/esm/components/addon/index.js +1 -1
  362. package/pure-cell/esm/components/amount/component.js +1 -1
  363. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  364. package/pure-cell/esm/components/amount/index.js +1 -1
  365. package/pure-cell/esm/components/amount-title/component.js +1 -1
  366. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  367. package/pure-cell/esm/components/amount-title/index.js +1 -1
  368. package/pure-cell/esm/components/category/component.js +1 -1
  369. package/pure-cell/esm/components/category/index.d.ts +1 -1
  370. package/pure-cell/esm/components/category/index.js +1 -1
  371. package/pure-cell/esm/components/content/component.js +1 -1
  372. package/pure-cell/esm/components/content/index.d.ts +1 -1
  373. package/pure-cell/esm/components/content/index.js +1 -1
  374. package/pure-cell/esm/components/footer/component.js +1 -1
  375. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  376. package/pure-cell/esm/components/footer/index.js +1 -1
  377. package/pure-cell/esm/components/footer-button/component.js +1 -1
  378. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  379. package/pure-cell/esm/components/footer-button/index.js +1 -1
  380. package/pure-cell/esm/components/footer-text/component.js +1 -1
  381. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  382. package/pure-cell/esm/components/footer-text/index.js +1 -1
  383. package/pure-cell/esm/components/graphics/component.js +1 -1
  384. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  385. package/pure-cell/esm/components/graphics/index.js +1 -1
  386. package/pure-cell/esm/components/main/component.js +1 -1
  387. package/pure-cell/esm/components/main/index.d.ts +1 -1
  388. package/pure-cell/esm/components/main/index.js +1 -1
  389. package/pure-cell/esm/components/text/component.js +1 -1
  390. package/pure-cell/esm/components/text/index.d.ts +1 -1
  391. package/pure-cell/esm/components/text/index.js +1 -1
  392. package/pure-cell/esm/index.js +1 -1
  393. package/pure-cell/index.js +1 -1
  394. package/pure-cell/modern/component.js +1 -1
  395. package/pure-cell/modern/components/addon/component.js +1 -1
  396. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  397. package/pure-cell/modern/components/addon/index.js +1 -1
  398. package/pure-cell/modern/components/amount/component.js +1 -1
  399. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  400. package/pure-cell/modern/components/amount/index.js +1 -1
  401. package/pure-cell/modern/components/amount-title/component.js +1 -1
  402. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  403. package/pure-cell/modern/components/amount-title/index.js +1 -1
  404. package/pure-cell/modern/components/category/component.js +1 -1
  405. package/pure-cell/modern/components/category/index.d.ts +1 -1
  406. package/pure-cell/modern/components/category/index.js +1 -1
  407. package/pure-cell/modern/components/content/component.js +1 -1
  408. package/pure-cell/modern/components/content/index.d.ts +1 -1
  409. package/pure-cell/modern/components/content/index.js +1 -1
  410. package/pure-cell/modern/components/footer/component.js +1 -1
  411. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  412. package/pure-cell/modern/components/footer/index.js +1 -1
  413. package/pure-cell/modern/components/footer-button/component.js +1 -1
  414. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  415. package/pure-cell/modern/components/footer-button/index.js +1 -1
  416. package/pure-cell/modern/components/footer-text/component.js +1 -1
  417. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  418. package/pure-cell/modern/components/footer-text/index.js +1 -1
  419. package/pure-cell/modern/components/graphics/component.js +1 -1
  420. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  421. package/pure-cell/modern/components/graphics/index.js +1 -1
  422. package/pure-cell/modern/components/main/component.js +1 -1
  423. package/pure-cell/modern/components/main/index.d.ts +1 -1
  424. package/pure-cell/modern/components/main/index.js +1 -1
  425. package/pure-cell/modern/components/text/component.js +1 -1
  426. package/pure-cell/modern/components/text/index.d.ts +1 -1
  427. package/pure-cell/modern/components/text/index.js +1 -1
  428. package/pure-cell/modern/index.js +1 -1
  429. package/select/components/base-select/Component.js +2 -2
  430. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  431. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  432. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  433. package/select/esm/Component.responsive.js +3 -3
  434. package/select/esm/components/base-select/Component.js +2 -2
  435. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  436. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  437. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  438. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  439. package/select/esm/components/base-select/index.js +2 -2
  440. package/select/esm/components/index.js +2 -2
  441. package/select/esm/desktop/Component.desktop.js +2 -2
  442. package/select/esm/desktop/index.js +2 -2
  443. package/select/esm/index.js +3 -3
  444. package/select/esm/mobile/Component.mobile.js +3 -3
  445. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  446. package/select/esm/mobile/index.js +3 -3
  447. package/select/esm/presets/index.js +1 -1
  448. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  449. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  450. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  451. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  452. package/select/esm/shared/index.js +3 -3
  453. package/select/mobile/Component.mobile.js +1 -1
  454. package/select/modern/Component.responsive.js +3 -3
  455. package/select/modern/components/base-select/Component.js +2 -2
  456. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  457. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  458. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  459. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  460. package/select/modern/components/base-select/index.js +2 -2
  461. package/select/modern/components/index.js +2 -2
  462. package/select/modern/desktop/Component.desktop.js +2 -2
  463. package/select/modern/desktop/index.js +2 -2
  464. package/select/modern/index.js +3 -3
  465. package/select/modern/mobile/Component.mobile.js +3 -3
  466. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  467. package/select/modern/mobile/index.js +3 -3
  468. package/select/modern/presets/index.js +1 -1
  469. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  470. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  471. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  472. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  473. package/select/modern/shared/index.js +3 -3
  474. package/select/presets/index.js +1 -1
  475. package/select/presets/useSelectWithApply/hook.js +1 -1
  476. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  477. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  478. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  479. package/select/shared/index.js +1 -1
  480. package/side-panel/components/controls/Component.js +1 -1
  481. package/side-panel/components/footer/Component.js +1 -1
  482. package/side-panel/esm/Component.responsive.js +1 -1
  483. package/side-panel/esm/components/controls/Component.js +1 -1
  484. package/side-panel/esm/components/controls/index.js +1 -1
  485. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  486. package/side-panel/esm/components/footer/Component.js +1 -1
  487. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  488. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  489. package/side-panel/esm/desktop/index.js +1 -1
  490. package/side-panel/esm/index.js +1 -1
  491. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  492. package/side-panel/esm/mobile/index.js +1 -1
  493. package/side-panel/modern/Component.responsive.js +1 -1
  494. package/side-panel/modern/components/controls/Component.js +1 -1
  495. package/side-panel/modern/components/controls/index.js +1 -1
  496. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  497. package/side-panel/modern/components/footer/Component.js +1 -1
  498. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  499. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  500. package/side-panel/modern/desktop/index.js +1 -1
  501. package/side-panel/modern/index.js +1 -1
  502. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  503. package/side-panel/modern/mobile/index.js +1 -1
  504. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  505. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  506. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  507. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  508. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  509. package/tabs/esm/collapsible/index.js +1 -1
  510. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  511. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  512. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  513. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  514. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  515. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  516. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  517. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  518. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  519. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  520. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  521. package/tabs/esm/desktop/index.js +2 -2
  522. package/tabs/esm/index.js +2 -2
  523. package/tabs/esm/mobile/index.js +2 -2
  524. package/tabs/modern/collapsible/index.js +1 -1
  525. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  526. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  527. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  528. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  529. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  530. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  531. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  532. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  533. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  534. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  535. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  536. package/tabs/modern/desktop/index.js +2 -2
  537. package/tabs/modern/index.js +2 -2
  538. package/tabs/modern/mobile/index.js +2 -2
  539. package/textarea/Component.js +1 -1
  540. package/textarea/components/PseudoTextArea.js +1 -1
  541. package/textarea/components/index.d.ts +1 -1
  542. package/textarea/components/index.js +1 -1
  543. package/textarea/esm/Component.js +1 -1
  544. package/textarea/esm/components/PseudoTextArea.js +1 -1
  545. package/textarea/esm/components/index.d.ts +1 -1
  546. package/textarea/esm/components/index.js +1 -1
  547. package/textarea/esm/index.js +1 -1
  548. package/textarea/modern/Component.js +1 -1
  549. package/textarea/modern/components/PseudoTextArea.js +1 -1
  550. package/textarea/modern/components/index.d.ts +1 -1
  551. package/textarea/modern/components/index.js +1 -1
  552. package/textarea/modern/index.js +1 -1
  553. package/themes/click.d.ts +1 -1
  554. package/themes/click.js +2 -8
  555. package/themes/compiled/mobile-dark-bluetint.css +3296 -21
  556. package/themes/compiled/mobile-dark-bluetint.d.ts +2 -2
  557. package/themes/compiled/mobile-dark-bluetint.js +3 -8
  558. package/themes/corp.d.ts +1 -1
  559. package/themes/corp.js +2 -8
  560. package/themes/dark.d.ts +1 -1
  561. package/themes/dark.js +2 -8
  562. package/themes/esm/click.d.ts +1 -1
  563. package/themes/esm/click.js +2 -4
  564. package/themes/esm/compiled/mobile-dark-bluetint.d.ts +2 -2
  565. package/themes/esm/compiled/mobile-dark-bluetint.js +4 -1
  566. package/themes/esm/corp.d.ts +1 -1
  567. package/themes/esm/corp.js +2 -4
  568. package/themes/esm/dark.d.ts +1 -1
  569. package/themes/esm/dark.js +2 -4
  570. package/themes/esm/intranet.d.ts +1 -1
  571. package/themes/esm/intranet.js +2 -4
  572. package/themes/esm/mobile.d.ts +1 -1
  573. package/themes/esm/mobile.js +2 -4
  574. package/themes/esm/site.d.ts +1 -1
  575. package/themes/esm/site.js +2 -4
  576. package/themes/intranet.d.ts +1 -1
  577. package/themes/intranet.js +2 -8
  578. package/themes/mobile.d.ts +1 -1
  579. package/themes/mobile.js +2 -8
  580. package/themes/modern/click.d.ts +1 -1
  581. package/themes/modern/click.js +2029 -3
  582. package/themes/modern/compiled/mobile-dark-bluetint.d.ts +2 -2
  583. package/themes/modern/compiled/mobile-dark-bluetint.js +3877 -1
  584. package/themes/modern/corp.d.ts +1 -1
  585. package/themes/modern/corp.js +1986 -3
  586. package/themes/modern/dark.d.ts +1 -1
  587. package/themes/modern/dark.js +688 -4
  588. package/themes/modern/intranet.d.ts +1 -1
  589. package/themes/modern/intranet.js +1915 -3
  590. package/themes/modern/mobile.d.ts +1 -1
  591. package/themes/modern/mobile.js +1911 -3
  592. package/themes/modern/site.d.ts +1 -1
  593. package/themes/modern/site.js +2036 -3
  594. package/themes/site.d.ts +1 -1
  595. package/themes/site.js +2 -8
  596. package/typography/cssm/text/alfasans-index.module.css +6 -2
  597. package/typography/esm/component.js +2 -2
  598. package/typography/esm/index.js +2 -2
  599. package/typography/esm/text/alfasans-index.css +6 -2
  600. package/typography/esm/text/component.js +1 -1
  601. package/typography/esm/text/index.js +1 -1
  602. package/typography/esm/title/component.js +1 -1
  603. package/typography/esm/title/index.js +2 -2
  604. package/typography/esm/title-mobile/component.js +2 -2
  605. package/typography/esm/title-mobile/index.js +2 -2
  606. package/typography/esm/title-responsive/component.js +2 -2
  607. package/typography/esm/title-responsive/index.js +2 -2
  608. package/typography/modern/component.js +2 -2
  609. package/typography/modern/index.js +2 -2
  610. package/typography/modern/text/alfasans-index.css +6 -2
  611. package/typography/modern/text/component.js +1 -1
  612. package/typography/modern/text/index.js +1 -1
  613. package/typography/modern/title/component.js +1 -1
  614. package/typography/modern/title/index.js +2 -2
  615. package/typography/modern/title-mobile/component.js +2 -2
  616. package/typography/modern/title-mobile/index.js +2 -2
  617. package/typography/modern/title-responsive/component.js +2 -2
  618. package/typography/modern/title-responsive/index.js +2 -2
  619. package/typography/moderncssm/text/alfasans-index.module.css +22 -2
  620. package/typography/moderncssm/title/alfasans-index.module.css +0 -10
  621. package/typography/text/alfasans-index.css +6 -2
  622. package/typography/text/component.js +1 -1
  623. package/typography/title/component.js +1 -1
  624. package/typography/title/index.js +1 -1
  625. package/typography/title-mobile/component.js +1 -1
  626. package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
  627. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  628. package/universal-modal/esm/Component.responsive.d.ts +2 -2
  629. package/universal-modal/esm/Component.responsive.js +1 -1
  630. package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
  631. package/universal-modal/esm/components/header/index.js +1 -1
  632. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  633. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  634. package/universal-modal/esm/desktop/Component.desktop.d.ts +2 -2
  635. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  636. package/universal-modal/esm/desktop/components/center-modal/center-modal.d.ts +1 -1
  637. package/universal-modal/esm/desktop/components/side-modal/side-modal.d.ts +1 -1
  638. package/universal-modal/esm/desktop/index.js +1 -1
  639. package/universal-modal/esm/index.js +1 -1
  640. package/universal-modal/esm/mobile/Component.mobile.d.ts +2 -2
  641. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  642. package/universal-modal/esm/mobile/index.js +1 -1
  643. package/universal-modal/modern/Component.responsive.js +1 -1
  644. package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
  645. package/universal-modal/modern/components/header/index.js +1 -1
  646. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  647. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  648. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  649. package/universal-modal/modern/desktop/index.js +1 -1
  650. package/universal-modal/modern/index.js +1 -1
  651. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  652. package/universal-modal/modern/mobile/index.js +1 -1
  653. /package/calendar/{calendarMonthOnlyView-0a5266fb.d.ts → calendarMonthOnlyView-154be5cd.d.ts} +0 -0
  654. /package/calendar/{calendarMonthOnlyView-0a5266fb.js → calendarMonthOnlyView-154be5cd.js} +0 -0
  655. /package/calendar/esm/{calendarMonthOnlyView-ee290d74.d.ts → calendarMonthOnlyView-c4b0990e.d.ts} +0 -0
  656. /package/calendar/esm/{calendarMonthOnlyView-ee290d74.js → calendarMonthOnlyView-c4b0990e.js} +0 -0
  657. /package/calendar/modern/{calendarMonthOnlyView-cb6130fd.d.ts → calendarMonthOnlyView-5228af9c.d.ts} +0 -0
  658. /package/calendar/modern/{calendarMonthOnlyView-cb6130fd.js → calendarMonthOnlyView-5228af9c.js} +0 -0
  659. /package/calendar-range/esm/{index.module-614f41e2.js → index.module-844e5e20.js} +0 -0
  660. /package/calendar-range/{index.module-8638edb5.js → index.module-24b2e6b3.js} +0 -0
  661. /package/calendar-range/modern/{index.module-23ee63c3.js → index.module-249bd0bf.js} +0 -0
  662. /package/confirmation/{countdown-section-8494fee7.d.ts → countdown-section-ed5afdf6.d.ts} +0 -0
  663. /package/confirmation/esm/{countdown-section-210293dc.d.ts → countdown-section-ac318a99.d.ts} +0 -0
  664. /package/confirmation/modern/{countdown-section-c7e8c587.d.ts → countdown-section-67dedb5c.d.ts} +0 -0
  665. /package/file-upload-item/{actions-control.module-200ab9de.js → actions-control.module-981e6d88.js} +0 -0
  666. /package/file-upload-item/esm/{actions-control.module-091e8b81.js → actions-control.module-9d404427.js} +0 -0
  667. /package/file-upload-item/modern/{actions-control.module-0d2be3c4.js → actions-control.module-cfa22303.js} +0 -0
  668. /package/gallery/esm/{hooks-d3284a04.d.ts → hooks-f5653065.d.ts} +0 -0
  669. /package/gallery/esm/{hooks-d3284a04.js → hooks-f5653065.js} +0 -0
  670. /package/gallery/{hooks-c84dacce.d.ts → hooks-ed93173c.d.ts} +0 -0
  671. /package/gallery/{hooks-c84dacce.js → hooks-ed93173c.js} +0 -0
  672. /package/gallery/modern/{hooks-3938f1b1.d.ts → hooks-f5d729d2.d.ts} +0 -0
  673. /package/gallery/modern/{hooks-3938f1b1.js → hooks-f5d729d2.js} +0 -0
  674. /package/list/{Component-7824cae7.d.ts → Component-d820b5f0.d.ts} +0 -0
  675. /package/list/{Component-7824cae7.js → Component-d820b5f0.js} +0 -0
  676. /package/list/esm/{Component-34960d42.d.ts → Component-1bda4abd.d.ts} +0 -0
  677. /package/list/esm/{Component-34960d42.js → Component-1bda4abd.js} +0 -0
  678. /package/list/modern/{Component-eb92f4e0.d.ts → Component-245adfda.d.ts} +0 -0
  679. /package/list/modern/{Component-eb92f4e0.js → Component-245adfda.js} +0 -0
  680. /package/modal/esm/{layout.module-cb2014c2.js → layout.module-88c2cd2c.js} +0 -0
  681. /package/modal/{layout.module-971e2d9b.js → layout.module-b8b8c4c5.js} +0 -0
  682. /package/modal/modern/{layout.module-48ecd138.js → layout.module-2da0e614.js} +0 -0
  683. /package/plate/esm/{warning-12014c94.d.ts → warning-55b2c14b.d.ts} +0 -0
  684. /package/plate/esm/{warning-12014c94.js → warning-55b2c14b.js} +0 -0
  685. /package/plate/modern/{warning-0dd47e10.d.ts → warning-1db6c76d.d.ts} +0 -0
  686. /package/plate/modern/{warning-0dd47e10.js → warning-1db6c76d.js} +0 -0
  687. /package/plate/{warning-e86f12cd.d.ts → warning-d3ae8fcd.d.ts} +0 -0
  688. /package/plate/{warning-e86f12cd.js → warning-d3ae8fcd.js} +0 -0
  689. /package/pure-cell/{component-e25f6d24.d.ts → component-daee4234.d.ts} +0 -0
  690. /package/pure-cell/{component-e25f6d24.js → component-daee4234.js} +0 -0
  691. /package/pure-cell/esm/{component-2cbdee0c.d.ts → component-89ffe775.d.ts} +0 -0
  692. /package/pure-cell/esm/{component-2cbdee0c.js → component-89ffe775.js} +0 -0
  693. /package/pure-cell/modern/{component-11cadaf1.d.ts → component-b3cbf3fd.d.ts} +0 -0
  694. /package/pure-cell/modern/{component-11cadaf1.js → component-b3cbf3fd.js} +0 -0
  695. /package/select/esm/{hook-a050950e.d.ts → hook-1bfdb0fc.d.ts} +0 -0
  696. /package/select/esm/{hook-a050950e.js → hook-1bfdb0fc.js} +0 -0
  697. /package/select/esm/{list-popover-desktop-1336e6f2.d.ts → list-popover-desktop-a853ce4a.d.ts} +0 -0
  698. /package/select/esm/{list-popover-desktop-1336e6f2.js → list-popover-desktop-a853ce4a.js} +0 -0
  699. /package/select/esm/{mobile.module-d180a568.js → mobile.module-cd365f67.js} +0 -0
  700. /package/select/{hook-d49b4877.d.ts → hook-a840076d.d.ts} +0 -0
  701. /package/select/{hook-d49b4877.js → hook-a840076d.js} +0 -0
  702. /package/select/{list-popover-desktop-65c244cb.d.ts → list-popover-desktop-2ec8e83c.d.ts} +0 -0
  703. /package/select/{list-popover-desktop-65c244cb.js → list-popover-desktop-2ec8e83c.js} +0 -0
  704. /package/select/{mobile.module-45650e6b.js → mobile.module-0de8fc36.js} +0 -0
  705. /package/select/modern/{hook-aae4ec24.d.ts → hook-095ee822.d.ts} +0 -0
  706. /package/select/modern/{hook-aae4ec24.js → hook-095ee822.js} +0 -0
  707. /package/select/modern/{list-popover-desktop-db643371.d.ts → list-popover-desktop-e77b41d0.d.ts} +0 -0
  708. /package/select/modern/{list-popover-desktop-db643371.js → list-popover-desktop-e77b41d0.js} +0 -0
  709. /package/select/modern/{mobile.module-b3570534.js → mobile.module-492a8cc0.js} +0 -0
  710. /package/side-panel/esm/{layout.module-ed6c4a10.js → layout.module-d264cc45.js} +0 -0
  711. /package/side-panel/{layout.module-015850ee.js → layout.module-b7d4e75d.js} +0 -0
  712. /package/side-panel/modern/{layout.module-47f6670f.js → layout.module-d652b3d8.js} +0 -0
  713. /package/tabs/esm/{index.module-7bbdbbc4.js → index.module-6c0aa222.js} +0 -0
  714. /package/tabs/esm/{index.module-d6d9c12d.js → index.module-8ee88556.js} +0 -0
  715. /package/tabs/{index.module-65e5a2fa.js → index.module-b0163905.js} +0 -0
  716. /package/tabs/{index.module-9d3df3f9.js → index.module-b6d5cc24.js} +0 -0
  717. /package/tabs/modern/{index.module-b46d134e.js → index.module-00ead3f7.js} +0 -0
  718. /package/tabs/modern/{index.module-319370a0.js → index.module-9740378c.js} +0 -0
  719. /package/textarea/{PseudoTextArea-13d4f383.d.ts → PseudoTextArea-63acc5ad.d.ts} +0 -0
  720. /package/textarea/{PseudoTextArea-13d4f383.js → PseudoTextArea-63acc5ad.js} +0 -0
  721. /package/textarea/esm/{PseudoTextArea-80e94373.d.ts → PseudoTextArea-70617958.d.ts} +0 -0
  722. /package/textarea/esm/{PseudoTextArea-80e94373.js → PseudoTextArea-70617958.js} +0 -0
  723. /package/textarea/modern/{PseudoTextArea-619f241a.d.ts → PseudoTextArea-9b243b09.d.ts} +0 -0
  724. /package/textarea/modern/{PseudoTextArea-619f241a.js → PseudoTextArea-9b243b09.js} +0 -0
  725. /package/typography/{colors.module-c75cdd23.js → colors.module-e1e906c3.js} +0 -0
  726. /package/typography/{common.module-eebc0203.js → common.module-a4e4d663.js} +0 -0
  727. /package/typography/esm/{colors.module-d5ecddb2.js → colors.module-e2af082a.js} +0 -0
  728. /package/typography/esm/{common.module-4c346c14.js → common.module-83d69222.js} +0 -0
  729. /package/typography/modern/{colors.module-38ef620f.js → colors.module-4a38339f.js} +0 -0
  730. /package/typography/modern/{common.module-595fec7a.js → common.module-02ca3b65.js} +0 -0
  731. /package/universal-modal/esm/{index.module-a77a9ec0.js → index.module-e88d6669.js} +0 -0
  732. /package/universal-modal/{index.module-fa416195.js → index.module-adc95e6b.js} +0 -0
  733. /package/universal-modal/modern/{index.module-acadab38.js → index.module-60e434e6.js} +0 -0
@@ -9,7 +9,7 @@ var desktop = require('../../../picker-button/desktop');
9
9
  var hooks_useTablistTitles = require('../../hooks/use-tablist-titles.js');
10
10
  var syntheticEvents = require('../../synthetic-events.js');
11
11
  var components_title_Component = require('../title/Component.js');
12
- var index_module = require('../../index.module-65e5a2fa.js');
12
+ var index_module = require('../../index.module-b0163905.js');
13
13
 
14
14
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
15
15
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var components_primaryTablist_Component = require('./Component.js');
6
- var index_module = require('../../index.module-65e5a2fa.js');
6
+ var index_module = require('../../index.module-b0163905.js');
7
7
 
8
8
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
9
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var components_primaryTablist_Component = require('./Component.js');
6
- var index_module = require('../../index.module-65e5a2fa.js');
6
+ var index_module = require('../../index.module-b0163905.js');
7
7
 
8
8
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
9
 
@@ -4,7 +4,7 @@ var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var desktop = require('../../../tag/desktop');
6
6
  var components_secondaryTablist_Component = require('./Component.js');
7
- var index_module = require('../../index.module-9d3df3f9.js');
7
+ var index_module = require('../../index.module-b6d5cc24.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -5,7 +5,7 @@ var React = require('react');
5
5
  var cn = require('classnames');
6
6
  var mobile = require('../../../tag/mobile');
7
7
  var components_secondaryTablist_Component = require('./Component.js');
8
- var index_module = require('../../index.module-9d3df3f9.js');
8
+ var index_module = require('../../index.module-b6d5cc24.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
@@ -18,5 +18,5 @@ import '../../../shared/esm';
18
18
  import '../synthetic-events.js';
19
19
  import '../components/title/Component.js';
20
20
  import '../../../skeleton/esm';
21
- import '../index.module-7bbdbbc4.js';
21
+ import '../index.module-6c0aa222.js';
22
22
  import '../components/tabs/Component.js';
@@ -7,7 +7,7 @@ import { PickerButtonDesktop } from '../../../../picker-button/esm/desktop';
7
7
  import { useTablistTitles } from '../../hooks/use-tablist-titles.js';
8
8
  import { createSyntheticMouseEvent } from '../../synthetic-events.js';
9
9
  import { Title } from '../title/Component.js';
10
- import { s as styles } from '../../index.module-7bbdbbc4.js';
10
+ import { s as styles } from '../../index.module-6c0aa222.js';
11
11
  import '../../../../mq/esm';
12
12
  import '../../hooks/use-collapsible-elements.js';
13
13
  import '@juggle/resize-observer';
@@ -1,7 +1,7 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { PrimaryTabList } from './Component.js';
4
- import { s as styles } from '../../index.module-7bbdbbc4.js';
4
+ import { s as styles } from '../../index.module-6c0aa222.js';
5
5
  import '@juggle/resize-observer';
6
6
  import 'classnames';
7
7
  import '../../../../keyboard-focusable/esm';
@@ -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-7bbdbbc4.js';
4
+ import { s as styles$1 } from '../../index.module-6c0aa222.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-7bbdbbc4.js';
23
+ import '../../index.module-6c0aa222.js';
24
24
 
25
25
  var PrimaryTabListResponsive = function (_a) {
26
26
  var size = _a.size, breakpoint = _a.breakpoint, client = _a.client, fullWidthScroll = _a.fullWidthScroll, _b = _a.defaultMatchMediaValue, defaultMatchMediaValue = _b === void 0 ? client === undefined ? undefined : client === 'desktop' : _b, restProps = __rest(_a, ["size", "breakpoint", "client", "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-d6d9c12d.js';
5
+ import { c as commonStyles } from '../../index.module-8ee88556.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-d6d9c12d.js';
6
+ import { c as commonStyles } from '../../index.module-8ee88556.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-d6d9c12d.js';
21
+ import '../../index.module-8ee88556.js';
22
22
  import '../../../../tag/esm/mobile';
23
23
 
24
24
  var SecondaryTabListResponsive = function (_a) {
@@ -17,7 +17,7 @@ import '../../../../shared/esm';
17
17
  import '../../synthetic-events.js';
18
18
  import '../title/Component.js';
19
19
  import '../../../../skeleton/esm';
20
- import '../../index.module-7bbdbbc4.js';
20
+ import '../../index.module-6c0aa222.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-7bbdbbc4.js';
23
+ import '../../index.module-6c0aa222.js';
24
24
  import '../../../../tag/esm/desktop';
25
25
  import '../secondary-tablist/Component.js';
26
- import '../../index.module-d6d9c12d.js';
26
+ import '../../index.module-8ee88556.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-7bbdbbc4.js';
23
+ import '../../index.module-6c0aa222.js';
24
24
  import '../../../../tag/esm/mobile';
25
25
  import '../secondary-tablist/Component.js';
26
- import '../../index.module-d6d9c12d.js';
26
+ import '../../index.module-8ee88556.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-7bbdbbc4.js';
25
+ import '../../index.module-6c0aa222.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-d6d9c12d.js';
30
+ import '../../index.module-8ee88556.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-7bbdbbc4.js';
24
+ import '../index.module-6c0aa222.js';
25
25
  import '../../../tag/esm/desktop';
26
26
  import '../components/secondary-tablist/Component.js';
27
- import '../index.module-d6d9c12d.js';
27
+ import '../index.module-8ee88556.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-7bbdbbc4.js';
26
+ import './index.module-6c0aa222.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-d6d9c12d.js';
31
+ import './index.module-8ee88556.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-7bbdbbc4.js';
24
+ import '../index.module-6c0aa222.js';
25
25
  import '../../../tag/esm/mobile';
26
26
  import '../components/secondary-tablist/Component.js';
27
- import '../index.module-d6d9c12d.js';
27
+ import '../index.module-8ee88556.js';
28
28
  import '../components/tabs/Component.js';
@@ -17,5 +17,5 @@ import '../../../shared/modern';
17
17
  import '../synthetic-events.js';
18
18
  import '../components/title/Component.js';
19
19
  import '../../../skeleton/modern';
20
- import '../index.module-319370a0.js';
20
+ import '../index.module-9740378c.js';
21
21
  import '../components/tabs/Component.js';
@@ -6,7 +6,7 @@ import { PickerButtonDesktop } from '../../../../picker-button/modern/desktop';
6
6
  import { useTablistTitles } from '../../hooks/use-tablist-titles.js';
7
7
  import { createSyntheticMouseEvent } from '../../synthetic-events.js';
8
8
  import { Title } from '../title/Component.js';
9
- import { s as styles } from '../../index.module-319370a0.js';
9
+ import { s as styles } from '../../index.module-9740378c.js';
10
10
  import '../../../../mq/modern';
11
11
  import '../../hooks/use-collapsible-elements.js';
12
12
  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-319370a0.js';
3
+ import { s as styles } from '../../index.module-9740378c.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-319370a0.js';
3
+ import { s as styles$1 } from '../../index.module-9740378c.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-319370a0.js';
22
+ import '../../index.module-9740378c.js';
23
23
 
24
24
  const PrimaryTabListResponsive = ({ size, breakpoint, client, fullWidthScroll, defaultMatchMediaValue = client === undefined ? undefined : client === 'desktop', ...restProps }) => {
25
25
  const isDesktop = useIsDesktop(breakpoint, 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-b46d134e.js';
4
+ import { c as commonStyles } from '../../index.module-00ead3f7.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-b46d134e.js';
5
+ import { c as commonStyles } from '../../index.module-00ead3f7.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-b46d134e.js';
20
+ import '../../index.module-00ead3f7.js';
21
21
  import '../../../../tag/modern/mobile';
22
22
 
23
23
  const SecondaryTabListResponsive = ({ fullWidthScroll, breakpoint, client, defaultMatchMediaValue = client === undefined ? undefined : client === 'desktop', ...restProps }) => {
@@ -16,7 +16,7 @@ import '../../../../shared/modern';
16
16
  import '../../synthetic-events.js';
17
17
  import '../title/Component.js';
18
18
  import '../../../../skeleton/modern';
19
- import '../../index.module-319370a0.js';
19
+ import '../../index.module-9740378c.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-319370a0.js';
22
+ import '../../index.module-9740378c.js';
23
23
  import '../../../../tag/modern/desktop';
24
24
  import '../secondary-tablist/Component.js';
25
- import '../../index.module-b46d134e.js';
25
+ import '../../index.module-00ead3f7.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-319370a0.js';
22
+ import '../../index.module-9740378c.js';
23
23
  import '../../../../tag/modern/mobile';
24
24
  import '../secondary-tablist/Component.js';
25
- import '../../index.module-b46d134e.js';
25
+ import '../../index.module-00ead3f7.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-319370a0.js';
24
+ import '../../index.module-9740378c.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-b46d134e.js';
29
+ import '../../index.module-00ead3f7.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-319370a0.js';
23
+ import '../index.module-9740378c.js';
24
24
  import '../../../tag/modern/desktop';
25
25
  import '../components/secondary-tablist/Component.js';
26
- import '../index.module-b46d134e.js';
26
+ import '../index.module-00ead3f7.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-319370a0.js';
25
+ import './index.module-9740378c.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-b46d134e.js';
30
+ import './index.module-00ead3f7.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-319370a0.js';
23
+ import '../index.module-9740378c.js';
24
24
  import '../../../tag/modern/mobile';
25
25
  import '../components/secondary-tablist/Component.js';
26
- import '../index.module-b46d134e.js';
26
+ import '../index.module-00ead3f7.js';
27
27
  import '../components/tabs/Component.js';
@@ -9,7 +9,7 @@ var coreComponentsFormControl = require('../form-control');
9
9
  var coreComponentsMq = require('../mq');
10
10
  var coreComponentsShared = require('../shared');
11
11
  var hooks = require('@alfalab/hooks');
12
- var components_PseudoTextArea = require('./PseudoTextArea-13d4f383.js');
12
+ var components_PseudoTextArea = require('./PseudoTextArea-63acc5ad.js');
13
13
  var consts = require('./consts.js');
14
14
 
15
15
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  require('react');
4
4
  require('classnames');
5
5
  require('../consts.js');
6
- var components_PseudoTextArea = require('../PseudoTextArea-13d4f383.js');
6
+ var components_PseudoTextArea = require('../PseudoTextArea-63acc5ad.js');
7
7
 
8
8
 
9
9
 
@@ -1 +1 @@
1
- export * from "../PseudoTextArea-13d4f383";
1
+ export * from "../PseudoTextArea-63acc5ad";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var components_PseudoTextArea = require('../PseudoTextArea-13d4f383.js');
3
+ var components_PseudoTextArea = require('../PseudoTextArea-63acc5ad.js');
4
4
 
5
5
 
6
6
 
@@ -7,7 +7,7 @@ import { FormControl } from '../../form-control/esm';
7
7
  import { useIsDesktop } from '../../mq/esm';
8
8
  import { getDataTestId } from '../../shared/esm';
9
9
  import { useFocus } from '@alfalab/hooks';
10
- import { s as styles, P as PseudoTextArea } from './PseudoTextArea-80e94373.js';
10
+ import { s as styles, P as PseudoTextArea } from './PseudoTextArea-70617958.js';
11
11
  import { SIZE_TO_CLASSNAME_MAP } from './consts.js';
12
12
 
13
13
  var defaultColors = {"input":"textarea__input_1i3c7","hasInnerLabel":"textarea__hasInnerLabel_1i3c7","disableUserInput":"textarea__disableUserInput_1i3c7","error":"textarea__error_1i3c7","textarea":"textarea__textarea_1i3c7","hint":"textarea__hint_1i3c7"};
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- export { P as PseudoTextArea } from '../PseudoTextArea-80e94373.js';
3
+ export { P as PseudoTextArea } from '../PseudoTextArea-70617958.js';
4
4
  import '../consts.js';
@@ -1 +1 @@
1
- export * from "../PseudoTextArea-80e94373";
1
+ export * from "../PseudoTextArea-70617958";
@@ -1,4 +1,4 @@
1
- export { P as PseudoTextArea } from '../PseudoTextArea-80e94373.js';
1
+ export { P as PseudoTextArea } from '../PseudoTextArea-70617958.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '../consts.js';
@@ -8,5 +8,5 @@ import '../../form-control/esm';
8
8
  import '../../mq/esm';
9
9
  import '../../shared/esm';
10
10
  import '@alfalab/hooks';
11
- import './PseudoTextArea-80e94373.js';
11
+ import './PseudoTextArea-70617958.js';
12
12
  import './consts.js';
@@ -6,7 +6,7 @@ import { FormControl } from '../../form-control/modern';
6
6
  import { useIsDesktop } from '../../mq/modern';
7
7
  import { getDataTestId } from '../../shared/modern';
8
8
  import { useFocus } from '@alfalab/hooks';
9
- import { s as styles, P as PseudoTextArea } from './PseudoTextArea-619f241a.js';
9
+ import { s as styles, P as PseudoTextArea } from './PseudoTextArea-9b243b09.js';
10
10
  import { SIZE_TO_CLASSNAME_MAP } from './consts.js';
11
11
 
12
12
  const defaultColors = {"input":"textarea__input_1i3c7","hasInnerLabel":"textarea__hasInnerLabel_1i3c7","disableUserInput":"textarea__disableUserInput_1i3c7","error":"textarea__error_1i3c7","textarea":"textarea__textarea_1i3c7","hint":"textarea__hint_1i3c7"};
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- export { P as PseudoTextArea } from '../PseudoTextArea-619f241a.js';
3
+ export { P as PseudoTextArea } from '../PseudoTextArea-9b243b09.js';
4
4
  import '../consts.js';
@@ -1 +1 @@
1
- export * from "../PseudoTextArea-619f241a";
1
+ export * from "../PseudoTextArea-9b243b09";
@@ -1,4 +1,4 @@
1
- export { P as PseudoTextArea } from '../PseudoTextArea-619f241a.js';
1
+ export { P as PseudoTextArea } from '../PseudoTextArea-9b243b09.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '../consts.js';
@@ -7,5 +7,5 @@ import '../../form-control/modern';
7
7
  import '../../mq/modern';
8
8
  import '../../shared/modern';
9
9
  import '@alfalab/hooks';
10
- import './PseudoTextArea-619f241a.js';
10
+ import './PseudoTextArea-9b243b09.js';
11
11
  import './consts.js';