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

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