@alfalab/core-components 45.5.0-rc.2 → 45.5.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 (713) hide show
  1. package/amount-input/Component.d.ts +1 -1
  2. package/amount-input/cssm/Component.d.ts +1 -1
  3. package/amount-input/esm/Component.d.ts +1 -1
  4. package/amount-input/modern/Component.d.ts +1 -1
  5. package/calendar/esm/Component.responsive.d.ts +1 -1
  6. package/calendar/esm/components/calendar-mobile/Component.d.ts +1 -1
  7. package/calendar/esm/components/select-button/Component.d.ts +1 -1
  8. package/calendar-input/modern/components/calendar-input/Component.d.ts +1 -1
  9. package/calendar-range/esm/Component.js +1 -1
  10. package/calendar-range/esm/index.js +1 -1
  11. package/calendar-range/esm/views/popover.js +1 -1
  12. package/calendar-range/esm/views/static.js +1 -1
  13. package/calendar-range/modern/Component.js +1 -1
  14. package/calendar-range/modern/index.js +1 -1
  15. package/calendar-range/modern/views/popover.js +1 -1
  16. package/calendar-range/modern/views/static.js +1 -1
  17. package/calendar-range/utils.js +3 -1
  18. package/calendar-range/views/popover.js +1 -1
  19. package/calendar-range/views/static.js +1 -1
  20. package/collapse/cssm/index.module.css +1 -1
  21. package/collapse/esm/index.css +1 -1
  22. package/collapse/index.css +1 -1
  23. package/collapse/modern/index.css +1 -1
  24. package/confirmation/components/base-confirmation/component.js +2 -1
  25. package/confirmation/components/screens/hint/index.css +0 -1
  26. package/confirmation/components/screens/initial/component.js +2 -2
  27. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  28. package/confirmation/components/screens/initial/index.css +3 -0
  29. package/confirmation/{countdown-section-c2781db9.js → countdown-section-000130ba.js} +1 -1
  30. package/confirmation/cssm/components/base-confirmation/component.js +2 -1
  31. package/confirmation/cssm/components/screens/hint/index.module.css +0 -1
  32. package/confirmation/cssm/components/screens/initial/component.js +1 -1
  33. package/confirmation/cssm/components/screens/initial/index.module.css +3 -0
  34. package/confirmation/esm/component.responsive.js +1 -1
  35. package/confirmation/esm/components/base-confirmation/component.js +4 -3
  36. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  37. package/confirmation/esm/components/index.js +1 -1
  38. package/confirmation/esm/components/screens/hint/index.css +0 -1
  39. package/confirmation/esm/components/screens/index.js +1 -1
  40. package/confirmation/esm/components/screens/initial/component.js +2 -2
  41. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  42. package/confirmation/esm/components/screens/initial/index.css +3 -0
  43. package/confirmation/esm/components/screens/initial/index.js +1 -1
  44. package/confirmation/esm/{countdown-section-7b98fe20.js → countdown-section-50b5ddd3.js} +1 -1
  45. package/confirmation/esm/desktop/component.desktop.js +1 -1
  46. package/confirmation/esm/desktop/index.js +1 -1
  47. package/confirmation/esm/index.js +1 -1
  48. package/confirmation/esm/mobile/component.mobile.js +1 -1
  49. package/confirmation/esm/mobile/index.js +1 -1
  50. package/confirmation/esm/shared/index.js +1 -1
  51. package/confirmation/modern/component.responsive.js +1 -1
  52. package/confirmation/modern/components/base-confirmation/component.js +4 -3
  53. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  54. package/confirmation/modern/components/index.js +1 -1
  55. package/confirmation/modern/components/screens/hint/index.css +0 -1
  56. package/confirmation/modern/components/screens/index.js +1 -1
  57. package/confirmation/modern/components/screens/initial/component.js +2 -2
  58. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  59. package/confirmation/modern/components/screens/initial/index.css +3 -0
  60. package/confirmation/modern/components/screens/initial/index.js +1 -1
  61. package/confirmation/modern/{countdown-section-441d9037.js → countdown-section-4a016350.js} +1 -1
  62. package/confirmation/modern/desktop/component.desktop.js +1 -1
  63. package/confirmation/modern/desktop/index.js +1 -1
  64. package/confirmation/modern/index.js +1 -1
  65. package/confirmation/modern/mobile/component.mobile.js +1 -1
  66. package/confirmation/modern/mobile/index.js +1 -1
  67. package/confirmation/modern/shared/index.js +1 -1
  68. package/gallery/components/header/Component.js +1 -1
  69. package/gallery/components/header/buttons.js +1 -1
  70. package/gallery/components/image-viewer/component.js +1 -1
  71. package/gallery/components/image-viewer/slide.js +1 -1
  72. package/gallery/esm/Component.js +2 -2
  73. package/gallery/esm/components/header/Component.js +1 -1
  74. package/gallery/esm/components/header/buttons.js +1 -1
  75. package/gallery/esm/components/header/index.js +1 -1
  76. package/gallery/esm/components/image-preview/Component.js +1 -1
  77. package/gallery/esm/components/image-preview/index.js +1 -1
  78. package/gallery/esm/components/image-viewer/component.js +1 -1
  79. package/gallery/esm/components/image-viewer/index.js +1 -1
  80. package/gallery/esm/components/image-viewer/slide.js +1 -1
  81. package/gallery/esm/components/index.js +2 -2
  82. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  83. package/gallery/esm/components/navigation-bar/index.js +1 -1
  84. package/gallery/esm/index.js +2 -2
  85. package/gallery/modern/Component.js +2 -2
  86. package/gallery/modern/components/header/Component.js +1 -1
  87. package/gallery/modern/components/header/buttons.js +1 -1
  88. package/gallery/modern/components/header/index.js +1 -1
  89. package/gallery/modern/components/image-preview/Component.js +1 -1
  90. package/gallery/modern/components/image-preview/index.js +1 -1
  91. package/gallery/modern/components/image-viewer/component.js +1 -1
  92. package/gallery/modern/components/image-viewer/index.js +1 -1
  93. package/gallery/modern/components/image-viewer/slide.js +1 -1
  94. package/gallery/modern/components/index.js +2 -2
  95. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  96. package/gallery/modern/components/navigation-bar/index.js +1 -1
  97. package/gallery/modern/index.js +2 -2
  98. package/grid/col/Component.js +1 -1
  99. package/grid/esm/Component.js +1 -1
  100. package/grid/esm/col/Component.js +1 -1
  101. package/grid/esm/col/index.js +1 -1
  102. package/grid/esm/index.js +1 -1
  103. package/grid/esm/row/Component.js +1 -1
  104. package/grid/esm/row/index.js +1 -1
  105. package/grid/modern/Component.js +1 -1
  106. package/grid/modern/col/Component.js +1 -1
  107. package/grid/modern/col/index.js +1 -1
  108. package/grid/modern/index.js +1 -1
  109. package/grid/modern/row/Component.js +1 -1
  110. package/grid/modern/row/index.js +1 -1
  111. package/grid/row/Component.js +1 -1
  112. package/input/modern/components/base-input/Component.d.ts +1 -1
  113. package/input-autocomplete/Component.responsive.d.ts +1 -1
  114. package/international-phone-input/cssm/data/country-data.d.ts +1 -9
  115. package/international-phone-input/cssm/data/country-data.js +19 -0
  116. package/international-phone-input/cssm/typings-70284312.d.ts +1 -1
  117. package/international-phone-input/modern/Component.responsive.d.ts +4 -4
  118. package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +2 -2
  119. package/international-phone-input/modern/typings-70284312.d.ts +3 -3
  120. package/list/Component.js +1 -1
  121. package/list/components/item/Component.js +1 -1
  122. package/list/components/item/index.d.ts +1 -1
  123. package/list/components/item/index.js +1 -1
  124. package/list/esm/Component.js +1 -1
  125. package/list/esm/components/item/Component.js +1 -1
  126. package/list/esm/components/item/index.d.ts +1 -1
  127. package/list/esm/components/item/index.js +1 -1
  128. package/list/esm/index.js +1 -1
  129. package/list/index.js +1 -1
  130. package/list/modern/Component.js +1 -1
  131. package/list/modern/components/item/Component.js +1 -1
  132. package/list/modern/components/item/index.d.ts +1 -1
  133. package/list/modern/components/item/index.js +1 -1
  134. package/list/modern/index.js +1 -1
  135. package/markdown/Component.js +1 -1
  136. package/markdown/esm/Component.desktop.js +1 -1
  137. package/markdown/esm/Component.js +1 -1
  138. package/markdown/esm/Component.mobile.js +1 -1
  139. package/markdown/esm/Component.responsive.js +1 -1
  140. package/markdown/esm/desktop/index.js +1 -1
  141. package/markdown/esm/hooks/use-overrides.js +1 -1
  142. package/markdown/esm/index.js +1 -1
  143. package/markdown/esm/mobile/index.js +1 -1
  144. package/markdown/hooks/use-overrides.js +1 -1
  145. package/markdown/modern/Component.desktop.js +1 -1
  146. package/markdown/modern/Component.js +1 -1
  147. package/markdown/modern/Component.mobile.js +1 -1
  148. package/markdown/modern/Component.responsive.js +1 -1
  149. package/markdown/modern/desktop/index.js +1 -1
  150. package/markdown/modern/hooks/use-overrides.js +1 -1
  151. package/markdown/modern/index.js +1 -1
  152. package/markdown/modern/mobile/index.js +1 -1
  153. package/modal/components/controls/Component.js +1 -1
  154. package/modal/components/footer/Component.js +1 -1
  155. package/modal/esm/Component.responsive.js +1 -1
  156. package/modal/esm/components/controls/Component.js +1 -1
  157. package/modal/esm/components/controls/index.js +1 -1
  158. package/modal/esm/components/footer/Component.js +1 -1
  159. package/modal/esm/desktop/Component.desktop.js +1 -1
  160. package/modal/esm/desktop/index.js +1 -1
  161. package/modal/esm/index.js +1 -1
  162. package/modal/esm/mobile/Component.mobile.js +1 -1
  163. package/modal/esm/mobile/index.js +1 -1
  164. package/modal/modern/Component.responsive.js +1 -1
  165. package/modal/modern/components/controls/Component.js +1 -1
  166. package/modal/modern/components/controls/index.js +1 -1
  167. package/modal/modern/components/footer/Component.js +1 -1
  168. package/modal/modern/desktop/Component.desktop.js +1 -1
  169. package/modal/modern/desktop/index.js +1 -1
  170. package/modal/modern/index.js +1 -1
  171. package/modal/modern/mobile/Component.mobile.js +1 -1
  172. package/modal/modern/mobile/index.js +1 -1
  173. package/package.json +3 -3
  174. package/phone-input/Component.js +8 -0
  175. package/phone-input/cssm/Component.js +8 -0
  176. package/phone-input/esm/Component.js +8 -0
  177. package/phone-input/modern/Component.js +8 -0
  178. package/phone-input/utils/index.js +3 -1
  179. package/portal/Component.js +6 -17
  180. package/portal/cssm/Component.js +6 -17
  181. package/portal/esm/Component.js +8 -19
  182. package/portal/esm/index.js +0 -1
  183. package/portal/modern/Component.js +6 -17
  184. package/portal/modern/index.js +0 -1
  185. package/pure-cell/{component-9cd60393.d.ts → component-21d7b687.d.ts} +11 -2
  186. package/pure-cell/{component-d7aa26ce.d.ts → component-40566f8c.d.ts} +5 -1
  187. package/pure-cell/{component-d7aa26ce.js → component-40566f8c.js} +12 -6
  188. package/pure-cell/component.js +1 -1
  189. package/pure-cell/components/addon/component.js +1 -1
  190. package/pure-cell/components/addon/index.d.ts +1 -1
  191. package/pure-cell/components/addon/index.js +1 -1
  192. package/pure-cell/components/amount/component.js +1 -1
  193. package/pure-cell/components/amount/index.d.ts +1 -1
  194. package/pure-cell/components/amount/index.js +1 -1
  195. package/pure-cell/components/amount-title/component.js +1 -1
  196. package/pure-cell/components/amount-title/index.d.ts +1 -1
  197. package/pure-cell/components/amount-title/index.js +1 -1
  198. package/pure-cell/components/category/component.js +1 -1
  199. package/pure-cell/components/category/index.d.ts +1 -1
  200. package/pure-cell/components/category/index.js +1 -1
  201. package/pure-cell/components/content/component.js +1 -1
  202. package/pure-cell/components/content/index.d.ts +1 -1
  203. package/pure-cell/components/content/index.js +1 -1
  204. package/pure-cell/components/footer/component.js +1 -1
  205. package/pure-cell/components/footer/index.d.ts +1 -1
  206. package/pure-cell/components/footer/index.js +1 -1
  207. package/pure-cell/components/footer-button/component.js +1 -1
  208. package/pure-cell/components/footer-button/index.d.ts +1 -1
  209. package/pure-cell/components/footer-button/index.js +1 -1
  210. package/pure-cell/components/footer-text/component.js +1 -1
  211. package/pure-cell/components/footer-text/index.d.ts +1 -1
  212. package/pure-cell/components/footer-text/index.js +1 -1
  213. package/pure-cell/components/graphics/component.js +1 -1
  214. package/pure-cell/components/graphics/index.css +25 -1
  215. package/pure-cell/components/graphics/index.d.ts +1 -1
  216. package/pure-cell/components/graphics/index.js +1 -1
  217. package/pure-cell/components/main/component.js +1 -1
  218. package/pure-cell/components/main/index.d.ts +1 -1
  219. package/pure-cell/components/main/index.js +1 -1
  220. package/pure-cell/components/text/component.js +1 -1
  221. package/pure-cell/components/text/index.d.ts +1 -1
  222. package/pure-cell/components/text/index.js +1 -1
  223. package/pure-cell/{esm/component-1c912a43.d.ts → cssm/component-063660c0.d.ts} +5 -1
  224. package/pure-cell/cssm/{component-4445c77d.js → component-063660c0.js} +10 -4
  225. package/pure-cell/{modern/component-9cd60393.d.ts → cssm/component-21d7b687.d.ts} +11 -2
  226. package/pure-cell/cssm/component.js +1 -1
  227. package/pure-cell/cssm/components/addon/component.js +1 -1
  228. package/pure-cell/cssm/components/addon/index.d.ts +1 -1
  229. package/pure-cell/cssm/components/addon/index.js +1 -1
  230. package/pure-cell/cssm/components/amount/component.js +1 -1
  231. package/pure-cell/cssm/components/amount/index.d.ts +1 -1
  232. package/pure-cell/cssm/components/amount/index.js +1 -1
  233. package/pure-cell/cssm/components/amount-title/component.js +1 -1
  234. package/pure-cell/cssm/components/amount-title/index.d.ts +1 -1
  235. package/pure-cell/cssm/components/amount-title/index.js +1 -1
  236. package/pure-cell/cssm/components/category/component.js +1 -1
  237. package/pure-cell/cssm/components/category/index.d.ts +1 -1
  238. package/pure-cell/cssm/components/category/index.js +1 -1
  239. package/pure-cell/cssm/components/content/component.js +1 -1
  240. package/pure-cell/cssm/components/content/index.d.ts +1 -1
  241. package/pure-cell/cssm/components/content/index.js +1 -1
  242. package/pure-cell/cssm/components/footer/component.js +1 -1
  243. package/pure-cell/cssm/components/footer/index.d.ts +1 -1
  244. package/pure-cell/cssm/components/footer/index.js +1 -1
  245. package/pure-cell/cssm/components/footer-button/component.js +1 -1
  246. package/pure-cell/cssm/components/footer-button/index.d.ts +1 -1
  247. package/pure-cell/cssm/components/footer-button/index.js +1 -1
  248. package/pure-cell/cssm/components/footer-text/component.js +1 -1
  249. package/pure-cell/cssm/components/footer-text/index.d.ts +1 -1
  250. package/pure-cell/cssm/components/footer-text/index.js +1 -1
  251. package/pure-cell/cssm/components/graphics/component.js +1 -1
  252. package/pure-cell/cssm/components/graphics/index.d.ts +1 -1
  253. package/pure-cell/cssm/components/graphics/index.js +1 -1
  254. package/pure-cell/cssm/components/graphics/index.module.css +25 -1
  255. package/pure-cell/cssm/components/main/component.js +1 -1
  256. package/pure-cell/cssm/components/main/index.d.ts +1 -1
  257. package/pure-cell/cssm/components/main/index.js +1 -1
  258. package/pure-cell/cssm/components/text/component.js +1 -1
  259. package/pure-cell/cssm/components/text/index.d.ts +1 -1
  260. package/pure-cell/cssm/components/text/index.js +1 -1
  261. package/pure-cell/cssm/index.d.ts +2 -2
  262. package/pure-cell/cssm/index.js +1 -1
  263. package/pure-cell/cssm/index.module.css +25 -9
  264. package/pure-cell/{cssm/component-9cd60393.d.ts → esm/component-21d7b687.d.ts} +11 -2
  265. package/pure-cell/{cssm/component-4445c77d.d.ts → esm/component-c5ff489c.d.ts} +5 -1
  266. package/pure-cell/esm/{component-1c912a43.js → component-c5ff489c.js} +12 -6
  267. package/pure-cell/esm/component.js +1 -1
  268. package/pure-cell/esm/components/addon/component.js +1 -1
  269. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  270. package/pure-cell/esm/components/addon/index.js +1 -1
  271. package/pure-cell/esm/components/amount/component.js +1 -1
  272. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  273. package/pure-cell/esm/components/amount/index.js +1 -1
  274. package/pure-cell/esm/components/amount-title/component.js +1 -1
  275. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  276. package/pure-cell/esm/components/amount-title/index.js +1 -1
  277. package/pure-cell/esm/components/category/component.js +1 -1
  278. package/pure-cell/esm/components/category/index.d.ts +1 -1
  279. package/pure-cell/esm/components/category/index.js +1 -1
  280. package/pure-cell/esm/components/content/component.js +1 -1
  281. package/pure-cell/esm/components/content/index.d.ts +1 -1
  282. package/pure-cell/esm/components/content/index.js +1 -1
  283. package/pure-cell/esm/components/footer/component.js +1 -1
  284. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  285. package/pure-cell/esm/components/footer/index.js +1 -1
  286. package/pure-cell/esm/components/footer-button/component.js +1 -1
  287. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  288. package/pure-cell/esm/components/footer-button/index.js +1 -1
  289. package/pure-cell/esm/components/footer-text/component.js +1 -1
  290. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  291. package/pure-cell/esm/components/footer-text/index.js +1 -1
  292. package/pure-cell/esm/components/graphics/component.js +1 -1
  293. package/pure-cell/esm/components/graphics/index.css +25 -1
  294. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  295. package/pure-cell/esm/components/graphics/index.js +1 -1
  296. package/pure-cell/esm/components/main/component.js +1 -1
  297. package/pure-cell/esm/components/main/index.d.ts +1 -1
  298. package/pure-cell/esm/components/main/index.js +1 -1
  299. package/pure-cell/esm/components/text/component.js +1 -1
  300. package/pure-cell/esm/components/text/index.d.ts +1 -1
  301. package/pure-cell/esm/components/text/index.js +1 -1
  302. package/pure-cell/esm/index.css +25 -9
  303. package/pure-cell/esm/index.d.ts +2 -2
  304. package/pure-cell/esm/index.js +1 -1
  305. package/pure-cell/index.css +25 -9
  306. package/pure-cell/index.d.ts +2 -2
  307. package/pure-cell/index.js +1 -1
  308. package/pure-cell/{esm/component-9cd60393.d.ts → modern/component-21d7b687.d.ts} +16 -7
  309. package/pure-cell/modern/{component-b109d28a.d.ts → component-4f06f921.d.ts} +5 -1
  310. package/pure-cell/modern/{component-b109d28a.js → component-4f06f921.js} +12 -6
  311. package/pure-cell/modern/component.js +1 -1
  312. package/pure-cell/modern/components/addon/component.js +1 -1
  313. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  314. package/pure-cell/modern/components/addon/index.js +1 -1
  315. package/pure-cell/modern/components/amount/component.js +1 -1
  316. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  317. package/pure-cell/modern/components/amount/index.js +1 -1
  318. package/pure-cell/modern/components/amount-title/component.js +1 -1
  319. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  320. package/pure-cell/modern/components/amount-title/index.js +1 -1
  321. package/pure-cell/modern/components/category/component.js +1 -1
  322. package/pure-cell/modern/components/category/index.d.ts +1 -1
  323. package/pure-cell/modern/components/category/index.js +1 -1
  324. package/pure-cell/modern/components/content/component.js +1 -1
  325. package/pure-cell/modern/components/content/index.d.ts +1 -1
  326. package/pure-cell/modern/components/content/index.js +1 -1
  327. package/pure-cell/modern/components/footer/component.js +1 -1
  328. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  329. package/pure-cell/modern/components/footer/index.js +1 -1
  330. package/pure-cell/modern/components/footer-button/component.js +1 -1
  331. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  332. package/pure-cell/modern/components/footer-button/index.js +1 -1
  333. package/pure-cell/modern/components/footer-text/component.js +1 -1
  334. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  335. package/pure-cell/modern/components/footer-text/index.js +1 -1
  336. package/pure-cell/modern/components/graphics/component.js +1 -1
  337. package/pure-cell/modern/components/graphics/index.css +25 -1
  338. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  339. package/pure-cell/modern/components/graphics/index.js +1 -1
  340. package/pure-cell/modern/components/main/component.js +1 -1
  341. package/pure-cell/modern/components/main/index.d.ts +1 -1
  342. package/pure-cell/modern/components/main/index.js +1 -1
  343. package/pure-cell/modern/components/text/component.js +1 -1
  344. package/pure-cell/modern/components/text/index.d.ts +1 -1
  345. package/pure-cell/modern/components/text/index.js +1 -1
  346. package/pure-cell/modern/index.css +25 -9
  347. package/pure-cell/modern/index.d.ts +2 -2
  348. package/pure-cell/modern/index.js +1 -1
  349. package/select/esm/Component.responsive.js +1 -1
  350. package/select/esm/index.js +1 -1
  351. package/select/esm/mobile/Component.mobile.js +1 -1
  352. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  353. package/select/esm/mobile/index.js +1 -1
  354. package/select/esm/presets/index.js +1 -1
  355. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  356. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  357. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  358. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  359. package/select/esm/shared/index.js +1 -1
  360. package/select/mobile/Component.mobile.js +1 -1
  361. package/select/modern/Component.responsive.js +1 -1
  362. package/select/modern/index.js +1 -1
  363. package/select/modern/mobile/Component.mobile.js +1 -1
  364. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  365. package/select/modern/mobile/index.js +1 -1
  366. package/select/modern/presets/index.js +1 -1
  367. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  368. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  369. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  370. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  371. package/select/modern/shared/index.js +1 -1
  372. package/select/presets/index.js +1 -1
  373. package/select/presets/useSelectWithApply/hook.js +1 -1
  374. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  375. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  376. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  377. package/select/shared/index.js +1 -1
  378. package/select-with-tags/Component.responsive.d.ts +1 -1
  379. package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
  380. package/select-with-tags/components/tag-list/component.js +1 -2
  381. package/select-with-tags/components/tag-list/index.css +0 -2
  382. package/select-with-tags/cssm/components/tag-list/component.js +0 -1
  383. package/select-with-tags/cssm/components/tag-list/index.module.css +0 -2
  384. package/select-with-tags/esm/components/tag-list/component.js +1 -2
  385. package/select-with-tags/esm/components/tag-list/index.css +0 -2
  386. package/select-with-tags/modern/components/tag-list/component.js +1 -2
  387. package/select-with-tags/modern/components/tag-list/index.css +0 -2
  388. package/side-panel/components/controls/Component.js +1 -1
  389. package/side-panel/components/footer/Component.js +1 -1
  390. package/side-panel/esm/Component.responsive.js +1 -1
  391. package/side-panel/esm/components/controls/Component.js +1 -1
  392. package/side-panel/esm/components/controls/index.js +1 -1
  393. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  394. package/side-panel/esm/components/footer/Component.js +1 -1
  395. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  396. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  397. package/side-panel/esm/desktop/index.js +1 -1
  398. package/side-panel/esm/index.js +1 -1
  399. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  400. package/side-panel/esm/mobile/index.js +1 -1
  401. package/side-panel/modern/Component.responsive.js +1 -1
  402. package/side-panel/modern/components/controls/Component.js +1 -1
  403. package/side-panel/modern/components/controls/index.js +1 -1
  404. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  405. package/side-panel/modern/components/footer/Component.js +1 -1
  406. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  407. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  408. package/side-panel/modern/desktop/index.js +1 -1
  409. package/side-panel/modern/index.js +1 -1
  410. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  411. package/side-panel/modern/mobile/index.js +1 -1
  412. package/slider/Component.d.ts +2 -0
  413. package/slider/Component.js +3 -5
  414. package/slider/cssm/Component.d.ts +2 -0
  415. package/slider/cssm/Component.js +3 -5
  416. package/slider/esm/Component.d.ts +2 -0
  417. package/slider/esm/Component.js +3 -5
  418. package/slider/modern/Component.d.ts +2 -0
  419. package/slider/modern/Component.js +3 -5
  420. package/switch/Component.d.ts +8 -0
  421. package/switch/Component.js +6 -4
  422. package/switch/cssm/Component.d.ts +8 -0
  423. package/switch/cssm/Component.js +5 -3
  424. package/switch/cssm/index.module.css +7 -0
  425. package/switch/esm/Component.d.ts +8 -0
  426. package/switch/esm/Component.js +6 -4
  427. package/switch/esm/index.css +7 -0
  428. package/switch/index.css +7 -0
  429. package/switch/modern/Component.d.ts +8 -0
  430. package/switch/modern/Component.js +6 -4
  431. package/switch/modern/index.css +7 -0
  432. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  433. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  434. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  435. package/tabs/components/primary-tablist/index.css +2 -0
  436. package/tabs/components/primary-tablist/mobile.css +2 -0
  437. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  438. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  439. package/tabs/components/title/Component.js +5 -3
  440. package/tabs/cssm/components/primary-tablist/index.module.css +2 -0
  441. package/tabs/cssm/components/title/Component.js +5 -3
  442. package/tabs/esm/collapsible/index.js +1 -1
  443. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  444. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  445. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  446. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  447. package/tabs/esm/components/primary-tablist/index.css +2 -0
  448. package/tabs/esm/components/primary-tablist/mobile.css +2 -0
  449. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  450. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  451. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  452. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  453. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  454. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  455. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  456. package/tabs/esm/components/title/Component.js +5 -3
  457. package/tabs/esm/desktop/index.js +2 -2
  458. package/tabs/esm/index.js +2 -2
  459. package/tabs/esm/{index.module-734b114f.js → index.module-f26e0db8.js} +1 -1
  460. package/tabs/esm/mobile/index.js +2 -2
  461. package/tabs/{index.module-1dc7ab34.js → index.module-1a2e5af7.js} +1 -1
  462. package/tabs/modern/collapsible/index.js +1 -1
  463. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  464. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  465. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  466. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  467. package/tabs/modern/components/primary-tablist/index.css +2 -0
  468. package/tabs/modern/components/primary-tablist/mobile.css +2 -0
  469. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  470. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  471. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  472. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  473. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  474. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  475. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  476. package/tabs/modern/components/title/Component.js +3 -1
  477. package/tabs/modern/desktop/index.js +2 -2
  478. package/tabs/modern/index.js +2 -2
  479. package/tabs/modern/{index.module-ba4e239a.js → index.module-bdc2fa90.js} +1 -1
  480. package/tabs/modern/mobile/index.js +2 -2
  481. package/tag/components/base-tag/Component.d.ts +1 -1
  482. package/tag/esm/components/base-tag/Component.d.ts +1 -1
  483. package/textarea/Component.js +1 -1
  484. package/textarea/components/PseudoTextArea.js +1 -1
  485. package/textarea/components/index.d.ts +1 -1
  486. package/textarea/components/index.js +1 -1
  487. package/textarea/esm/Component.js +1 -1
  488. package/textarea/esm/components/PseudoTextArea.js +1 -1
  489. package/textarea/esm/components/index.d.ts +1 -1
  490. package/textarea/esm/components/index.js +1 -1
  491. package/textarea/esm/index.js +1 -1
  492. package/textarea/modern/Component.js +1 -1
  493. package/textarea/modern/components/PseudoTextArea.js +1 -1
  494. package/textarea/modern/components/index.d.ts +1 -1
  495. package/textarea/modern/components/index.js +1 -1
  496. package/textarea/modern/index.js +1 -1
  497. package/themes/compiled/mobile-dark-bluetint.css +239 -100
  498. package/toast/Component.responsive.d.ts +1 -1
  499. package/toast/components/base-toast/component.d.ts +1 -1
  500. package/toast/esm/Component.responsive.d.ts +1 -1
  501. package/toast/esm/components/base-toast/component.d.ts +1 -1
  502. package/toast/modern/Component.responsive.d.ts +1 -1
  503. package/toast/modern/components/base-toast/component.d.ts +1 -1
  504. package/typography/esm/component.js +2 -2
  505. package/typography/esm/index.js +2 -2
  506. package/typography/esm/text/component.js +1 -1
  507. package/typography/esm/text/index.js +1 -1
  508. package/typography/esm/title/component.js +1 -1
  509. package/typography/esm/title/index.js +2 -2
  510. package/typography/esm/title-mobile/component.js +2 -2
  511. package/typography/esm/title-mobile/index.js +2 -2
  512. package/typography/esm/title-responsive/component.js +2 -2
  513. package/typography/esm/title-responsive/index.js +2 -2
  514. package/typography/modern/component.js +2 -2
  515. package/typography/modern/index.js +2 -2
  516. package/typography/modern/text/component.js +1 -1
  517. package/typography/modern/text/index.js +1 -1
  518. package/typography/modern/title/component.js +1 -1
  519. package/typography/modern/title/index.js +2 -2
  520. package/typography/modern/title-mobile/component.js +2 -2
  521. package/typography/modern/title-mobile/index.js +2 -2
  522. package/typography/modern/title-responsive/component.js +2 -2
  523. package/typography/modern/title-responsive/index.js +2 -2
  524. package/typography/text/component.js +1 -1
  525. package/typography/title/component.d.ts +1 -1
  526. package/typography/title/component.js +1 -1
  527. package/typography/title/index.d.ts +1 -1
  528. package/typography/title/index.js +1 -1
  529. package/typography/title-mobile/component.d.ts +1 -1
  530. package/typography/title-mobile/component.js +1 -1
  531. package/typography/title-responsive/component.d.ts +1 -1
  532. package/typography/title-responsive/component.js +1 -1
  533. package/underlay/Component.js +1 -1
  534. package/underlay/esm/Component.js +1 -1
  535. package/underlay/esm/index.js +1 -1
  536. package/underlay/esm/utils/getBorderCorners.js +1 -1
  537. package/underlay/esm/utils/getClasses.js +1 -1
  538. package/underlay/modern/Component.js +1 -1
  539. package/underlay/modern/index.js +1 -1
  540. package/underlay/modern/utils/getBorderCorners.js +1 -1
  541. package/underlay/modern/utils/getClasses.js +1 -1
  542. package/underlay/utils/getBorderCorners.js +1 -1
  543. package/underlay/utils/getClasses.js +1 -1
  544. package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
  545. package/universal-date-input/components/date-input/Component.js +1 -1
  546. package/universal-date-input/components/date-range-input/Component.js +1 -1
  547. package/universal-date-input/esm/Component.responsive.js +1 -1
  548. package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
  549. package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
  550. package/universal-date-input/esm/components/date-input/Component.js +1 -1
  551. package/universal-date-input/esm/components/date-input/index.js +1 -1
  552. package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
  553. package/universal-date-input/esm/components/date-range-input/index.js +1 -1
  554. package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
  555. package/universal-date-input/esm/desktop/index.js +1 -1
  556. package/universal-date-input/esm/index.js +1 -1
  557. package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
  558. package/universal-date-input/esm/mobile/index.js +1 -1
  559. package/universal-date-input/modern/Component.responsive.js +1 -1
  560. package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
  561. package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
  562. package/universal-date-input/modern/components/date-input/Component.js +1 -1
  563. package/universal-date-input/modern/components/date-input/index.js +1 -1
  564. package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
  565. package/universal-date-input/modern/components/date-range-input/index.js +1 -1
  566. package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
  567. package/universal-date-input/modern/desktop/index.js +1 -1
  568. package/universal-date-input/modern/index.js +1 -1
  569. package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
  570. package/universal-date-input/modern/mobile/index.js +1 -1
  571. package/international-phone-input/cssm/index-5ba128a4.d.ts +0 -24
  572. package/international-phone-input/cssm/use-component-overrides-5ba128a4.d.ts +0 -6
  573. package/international-phone-input/cssm/use-context-5ba128a4.d.ts +0 -5
  574. package/international-phone-input/esm/index-5ba128a4.d.ts +0 -24
  575. package/international-phone-input/esm/use-component-overrides-5ba128a4.d.ts +0 -6
  576. package/international-phone-input/esm/use-context-5ba128a4.d.ts +0 -5
  577. package/international-phone-input/index-5ba128a4.d.ts +0 -24
  578. package/international-phone-input/modern/index-5ba128a4.d.ts +0 -24
  579. package/international-phone-input/modern/use-component-overrides-5ba128a4.d.ts +0 -6
  580. package/international-phone-input/modern/use-context-5ba128a4.d.ts +0 -5
  581. package/international-phone-input/use-component-overrides-5ba128a4.d.ts +0 -6
  582. package/international-phone-input/use-context-5ba128a4.d.ts +0 -5
  583. package/picker-button/cssm/index-5ba128a4.d.ts +0 -24
  584. package/picker-button/cssm/use-component-overrides-5ba128a4.d.ts +0 -6
  585. package/picker-button/cssm/use-context-5ba128a4.d.ts +0 -5
  586. package/picker-button/esm/index-5ba128a4.d.ts +0 -24
  587. package/picker-button/esm/use-component-overrides-5ba128a4.d.ts +0 -6
  588. package/picker-button/esm/use-context-5ba128a4.d.ts +0 -5
  589. package/picker-button/index-5ba128a4.d.ts +0 -24
  590. package/picker-button/modern/index-5ba128a4.d.ts +0 -24
  591. package/picker-button/modern/use-component-overrides-5ba128a4.d.ts +0 -6
  592. package/picker-button/modern/use-context-5ba128a4.d.ts +0 -5
  593. package/picker-button/use-component-overrides-5ba128a4.d.ts +0 -6
  594. package/picker-button/use-context-5ba128a4.d.ts +0 -5
  595. package/provider/context/index.d.ts +0 -20
  596. package/provider/context/index.js +0 -16
  597. package/provider/cssm/context/index.d.ts +0 -20
  598. package/provider/cssm/context/index.js +0 -16
  599. package/provider/cssm/hooks/index.d.ts +0 -2
  600. package/provider/cssm/hooks/index.js +0 -9
  601. package/provider/cssm/hooks/use-component-overrides.d.ts +0 -6
  602. package/provider/cssm/hooks/use-component-overrides.js +0 -17
  603. package/provider/cssm/hooks/use-context.d.ts +0 -5
  604. package/provider/cssm/hooks/use-context.js +0 -11
  605. package/provider/cssm/index.d.ts +0 -2
  606. package/provider/cssm/index.js +0 -12
  607. package/provider/esm/context/index.d.ts +0 -20
  608. package/provider/esm/context/index.js +0 -9
  609. package/provider/esm/hooks/index.d.ts +0 -2
  610. package/provider/esm/hooks/index.js +0 -4
  611. package/provider/esm/hooks/use-component-overrides.d.ts +0 -6
  612. package/provider/esm/hooks/use-component-overrides.js +0 -16
  613. package/provider/esm/hooks/use-context.d.ts +0 -5
  614. package/provider/esm/hooks/use-context.js +0 -9
  615. package/provider/esm/index.d.ts +0 -2
  616. package/provider/esm/index.js +0 -4
  617. package/provider/hooks/index.d.ts +0 -2
  618. package/provider/hooks/index.js +0 -9
  619. package/provider/hooks/use-component-overrides.d.ts +0 -6
  620. package/provider/hooks/use-component-overrides.js +0 -17
  621. package/provider/hooks/use-context.d.ts +0 -5
  622. package/provider/hooks/use-context.js +0 -11
  623. package/provider/index.d.ts +0 -2
  624. package/provider/index.js +0 -12
  625. package/provider/modern/context/index.d.ts +0 -20
  626. package/provider/modern/context/index.js +0 -6
  627. package/provider/modern/hooks/index.d.ts +0 -2
  628. package/provider/modern/hooks/index.js +0 -4
  629. package/provider/modern/hooks/use-component-overrides.d.ts +0 -6
  630. package/provider/modern/hooks/use-component-overrides.js +0 -16
  631. package/provider/modern/hooks/use-context.d.ts +0 -5
  632. package/provider/modern/hooks/use-context.js +0 -9
  633. package/provider/modern/index.d.ts +0 -2
  634. package/provider/modern/index.js +0 -4
  635. package/provider/package.json +0 -3
  636. package/universal-date-input/cssm/index-5ba128a4.d.ts +0 -24
  637. package/universal-date-input/cssm/use-component-overrides-5ba128a4.d.ts +0 -6
  638. package/universal-date-input/cssm/use-context-5ba128a4.d.ts +0 -5
  639. package/universal-date-input/esm/index-5ba128a4.d.ts +0 -24
  640. package/universal-date-input/esm/use-component-overrides-5ba128a4.d.ts +0 -6
  641. package/universal-date-input/esm/use-context-5ba128a4.d.ts +0 -5
  642. package/universal-date-input/index-5ba128a4.d.ts +0 -24
  643. package/universal-date-input/modern/index-5ba128a4.d.ts +0 -24
  644. package/universal-date-input/modern/use-component-overrides-5ba128a4.d.ts +0 -6
  645. package/universal-date-input/modern/use-context-5ba128a4.d.ts +0 -5
  646. package/universal-date-input/use-component-overrides-5ba128a4.d.ts +0 -6
  647. package/universal-date-input/use-context-5ba128a4.d.ts +0 -5
  648. /package/calendar-range/esm/{index.module-7ec19810.js → index.module-ddf3f111.js} +0 -0
  649. /package/calendar-range/{index.module-8e255a0a.js → index.module-9d605e81.js} +0 -0
  650. /package/calendar-range/modern/{index.module-a6c6f375.js → index.module-70fe42c4.js} +0 -0
  651. /package/confirmation/{countdown-section-c2781db9.d.ts → countdown-section-000130ba.d.ts} +0 -0
  652. /package/confirmation/esm/{countdown-section-7b98fe20.d.ts → countdown-section-50b5ddd3.d.ts} +0 -0
  653. /package/confirmation/modern/{countdown-section-441d9037.d.ts → countdown-section-4a016350.d.ts} +0 -0
  654. /package/gallery/{buttons-d88fc3e9.d.ts → buttons-c40f78fd.d.ts} +0 -0
  655. /package/gallery/{buttons-d88fc3e9.js → buttons-c40f78fd.js} +0 -0
  656. /package/gallery/esm/{buttons-f4e65be8.d.ts → buttons-8f685a7a.d.ts} +0 -0
  657. /package/gallery/esm/{buttons-f4e65be8.js → buttons-8f685a7a.js} +0 -0
  658. /package/gallery/esm/{slide-14ff72c7.d.ts → slide-60fcd0ad.d.ts} +0 -0
  659. /package/gallery/esm/{slide-14ff72c7.js → slide-60fcd0ad.js} +0 -0
  660. /package/gallery/modern/{buttons-0100e400.d.ts → buttons-6d20c613.d.ts} +0 -0
  661. /package/gallery/modern/{buttons-0100e400.js → buttons-6d20c613.js} +0 -0
  662. /package/gallery/modern/{slide-ae729e70.d.ts → slide-0d591a4a.d.ts} +0 -0
  663. /package/gallery/modern/{slide-ae729e70.js → slide-0d591a4a.js} +0 -0
  664. /package/gallery/{slide-1da90d8d.d.ts → slide-6b7e8155.d.ts} +0 -0
  665. /package/gallery/{slide-1da90d8d.js → slide-6b7e8155.js} +0 -0
  666. /package/grid/esm/{gutters.module-6f1884f4.js → gutters.module-1f9147b7.js} +0 -0
  667. /package/grid/{gutters.module-122fac4e.js → gutters.module-6719d32e.js} +0 -0
  668. /package/grid/modern/{gutters.module-079007f8.js → gutters.module-7c02c82b.js} +0 -0
  669. /package/list/{Component-4dae25e5.d.ts → Component-40a165a3.d.ts} +0 -0
  670. /package/list/{Component-4dae25e5.js → Component-40a165a3.js} +0 -0
  671. /package/list/esm/{Component-920d9217.d.ts → Component-4bdba92c.d.ts} +0 -0
  672. /package/list/esm/{Component-920d9217.js → Component-4bdba92c.js} +0 -0
  673. /package/list/modern/{Component-211b789d.d.ts → Component-93552bc0.d.ts} +0 -0
  674. /package/list/modern/{Component-211b789d.js → Component-93552bc0.js} +0 -0
  675. /package/markdown/esm/{use-overrides-2308c887.d.ts → use-overrides-93cbe601.d.ts} +0 -0
  676. /package/markdown/esm/{use-overrides-2308c887.js → use-overrides-93cbe601.js} +0 -0
  677. /package/markdown/modern/{use-overrides-7610e3a0.d.ts → use-overrides-04e5ed06.d.ts} +0 -0
  678. /package/markdown/modern/{use-overrides-7610e3a0.js → use-overrides-04e5ed06.js} +0 -0
  679. /package/markdown/{use-overrides-3392e1d8.d.ts → use-overrides-5ad0f88e.d.ts} +0 -0
  680. /package/markdown/{use-overrides-3392e1d8.js → use-overrides-5ad0f88e.js} +0 -0
  681. /package/modal/esm/{layout.module-b65fc55b.js → layout.module-bd630a18.js} +0 -0
  682. /package/modal/{layout.module-a067cd04.js → layout.module-6aeff9f0.js} +0 -0
  683. /package/modal/modern/{layout.module-4dcb024f.js → layout.module-76fbcfac.js} +0 -0
  684. /package/select/esm/{hook-81fcef4b.d.ts → hook-1497dfde.d.ts} +0 -0
  685. /package/select/esm/{hook-81fcef4b.js → hook-1497dfde.js} +0 -0
  686. /package/select/{hook-ff32cb36.d.ts → hook-fec3319a.d.ts} +0 -0
  687. /package/select/{hook-ff32cb36.js → hook-fec3319a.js} +0 -0
  688. /package/select/modern/{hook-b20b5a07.d.ts → hook-aedee0e8.d.ts} +0 -0
  689. /package/select/modern/{hook-b20b5a07.js → hook-aedee0e8.js} +0 -0
  690. /package/side-panel/esm/{layout.module-2323f5dc.js → layout.module-0fa8b870.js} +0 -0
  691. /package/side-panel/{layout.module-fde18426.js → layout.module-d30b4bb0.js} +0 -0
  692. /package/side-panel/modern/{layout.module-cf7702ee.js → layout.module-ce6004f9.js} +0 -0
  693. /package/tabs/esm/{index.module-2b698b98.js → index.module-5d3f9f1c.js} +0 -0
  694. /package/tabs/{index.module-fb7f58aa.js → index.module-140851b3.js} +0 -0
  695. /package/tabs/modern/{index.module-949165ce.js → index.module-d2f38de9.js} +0 -0
  696. /package/textarea/{PseudoTextArea-5e5b5017.d.ts → PseudoTextArea-9323d02b.d.ts} +0 -0
  697. /package/textarea/{PseudoTextArea-5e5b5017.js → PseudoTextArea-9323d02b.js} +0 -0
  698. /package/textarea/esm/{PseudoTextArea-57e9ee60.d.ts → PseudoTextArea-cf5e8605.d.ts} +0 -0
  699. /package/textarea/esm/{PseudoTextArea-57e9ee60.js → PseudoTextArea-cf5e8605.js} +0 -0
  700. /package/textarea/modern/{PseudoTextArea-fb8d27a0.d.ts → PseudoTextArea-1f8eb905.d.ts} +0 -0
  701. /package/textarea/modern/{PseudoTextArea-fb8d27a0.js → PseudoTextArea-1f8eb905.js} +0 -0
  702. /package/typography/{colors.module-87ab8111.js → colors.module-c5c1ea2c.js} +0 -0
  703. /package/typography/{common.module-acb5eae2.js → common.module-6de70641.js} +0 -0
  704. /package/typography/esm/{colors.module-7226e32f.js → colors.module-6fd7dfcb.js} +0 -0
  705. /package/typography/esm/{common.module-7b73974f.js → common.module-4dfd4859.js} +0 -0
  706. /package/typography/modern/{colors.module-5a2885a6.js → colors.module-68d2938f.js} +0 -0
  707. /package/typography/modern/{common.module-42168b35.js → common.module-d1ac3c0f.js} +0 -0
  708. /package/underlay/esm/{index.module-e8b7e11b.js → index.module-a251a48b.js} +0 -0
  709. /package/underlay/{index.module-6956fb36.js → index.module-e1ff2a34.js} +0 -0
  710. /package/underlay/modern/{index.module-df83595d.js → index.module-549f184e.js} +0 -0
  711. /package/universal-date-input/esm/{index.module-e73c48d0.js → index.module-5c6a3deb.js} +0 -0
  712. /package/universal-date-input/{index.module-3d9a7ddc.js → index.module-14739333.js} +0 -0
  713. /package/universal-date-input/modern/{index.module-5fac084b.js → index.module-282d786a.js} +0 -0
@@ -2,14 +2,14 @@ import { __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { useMatchMedia } from '../../../mq/esm';
4
4
  import { TitleBase } from '../title/component.js';
5
- import { c as commonStyles } from '../common.module-7b73974f.js';
5
+ import { c as commonStyles } from '../common.module-4dfd4859.js';
6
6
  import 'react-merge-refs';
7
7
  import 'classnames';
8
8
  import '../hooks/use-skeleton.js';
9
9
  import '../../../skeleton/esm';
10
10
  import '@alfalab/hooks';
11
11
  import '../title/utils.js';
12
- import '../colors.module-7226e32f.js';
12
+ import '../colors.module-6fd7dfcb.js';
13
13
 
14
14
  var styles = {"styrene-xlarge":"typography__styrene-xlarge_553pu","styrene-large":"typography__styrene-large_553pu","styrene-medium":"typography__styrene-medium_553pu","styrene-small":"typography__styrene-small_553pu","styrene-xsmall":"typography__styrene-xsmall_553pu","system-xlarge":"typography__system-xlarge_553pu","system-large":"typography__system-large_553pu","system-medium":"typography__system-medium_553pu","system-small":"typography__system-small_553pu","system-xsmall":"typography__system-xsmall_553pu","margins-xlarge":"typography__margins-xlarge_553pu","margins-large":"typography__margins-large_553pu","margins-medium":"typography__margins-medium_553pu","margins-small":"typography__margins-small_553pu","margins-xsmall":"typography__margins-xsmall_553pu"};
15
15
  require('./index.css');
@@ -9,5 +9,5 @@ import '../hooks/use-skeleton.js';
9
9
  import '../../../skeleton/esm';
10
10
  import '@alfalab/hooks';
11
11
  import '../title/utils.js';
12
- import '../colors.module-7226e32f.js';
13
- import '../common.module-7b73974f.js';
12
+ import '../colors.module-6fd7dfcb.js';
13
+ import '../common.module-4dfd4859.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-5a2885a6.js';
11
+ import './colors.module-68d2938f.js';
12
12
  import './title/component.js';
13
13
  import './title/utils.js';
14
- import './common.module-42168b35.js';
14
+ import './common.module-d1ac3c0f.js';
15
15
  import '../../mq/modern';
16
16
 
17
17
  const Typography = {
@@ -7,11 +7,11 @@ import 'classnames';
7
7
  import './hooks/use-skeleton.js';
8
8
  import '../../skeleton/modern';
9
9
  import '@alfalab/hooks';
10
- import './colors.module-5a2885a6.js';
10
+ import './colors.module-68d2938f.js';
11
11
  import './title/index.js';
12
12
  import './title/component.js';
13
13
  import './title/utils.js';
14
- import './common.module-42168b35.js';
14
+ import './common.module-d1ac3c0f.js';
15
15
  import './title-mobile/component.js';
16
16
  import './title-responsive/component.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-5a2885a6.js';
5
+ import { c as colors } from '../colors.module-68d2938f.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-5a2885a6.js';
8
+ import '../colors.module-68d2938f.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-5a2885a6.js';
6
+ import { c as colors } from '../colors.module-68d2938f.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-42168b35.js';
3
+ import { c as commonStyles } from '../common.module-d1ac3c0f.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-5a2885a6.js';
10
+ import '../colors.module-68d2938f.js';
11
11
 
12
12
  const styles = {"styrene-xlarge":"typography__styrene-xlarge_1yhw8","styrene-large":"typography__styrene-large_1yhw8","styrene-medium":"typography__styrene-medium_1yhw8","styrene-small":"typography__styrene-small_1yhw8","styrene-xsmall":"typography__styrene-xsmall_1yhw8","system-xlarge":"typography__system-xlarge_1yhw8","system-large":"typography__system-large_1yhw8","system-medium":"typography__system-medium_1yhw8","system-small":"typography__system-small_1yhw8","system-xsmall":"typography__system-xsmall_1yhw8","margins-xlarge":"typography__margins-xlarge_1yhw8","margins-large":"typography__margins-large_1yhw8","margins-medium":"typography__margins-medium_1yhw8","margins-small":"typography__margins-small_1yhw8","margins-xsmall":"typography__margins-xsmall_1yhw8","rowLimit1":"typography__rowLimit1_1yhw8","rowLimit2":"typography__rowLimit2_1yhw8","rowLimit3":"typography__rowLimit3_1yhw8"};
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-42168b35.js';
3
+ import { c as commonStyles } from '../common.module-d1ac3c0f.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-5a2885a6.js';
10
+ import '../colors.module-68d2938f.js';
11
11
 
12
12
  const styles = {"styrene-xlarge":"typography__styrene-xlarge_12qvn","styrene-large":"typography__styrene-large_12qvn","styrene-medium":"typography__styrene-medium_12qvn","styrene-small":"typography__styrene-small_12qvn","styrene-xsmall":"typography__styrene-xsmall_12qvn","system-xlarge":"typography__system-xlarge_12qvn","system-large":"typography__system-large_12qvn","system-medium":"typography__system-medium_12qvn","system-small":"typography__system-small_12qvn","system-xsmall":"typography__system-xsmall_12qvn"};
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-5a2885a6.js';
11
- import '../common.module-42168b35.js';
10
+ import '../colors.module-68d2938f.js';
11
+ import '../common.module-d1ac3c0f.js';
@@ -1,14 +1,14 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import { useMatchMedia } from '../../../mq/modern';
3
3
  import { TitleBase } from '../title/component.js';
4
- import { c as commonStyles } from '../common.module-42168b35.js';
4
+ import { c as commonStyles } from '../common.module-d1ac3c0f.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../hooks/use-skeleton.js';
8
8
  import '../../../skeleton/modern';
9
9
  import '@alfalab/hooks';
10
10
  import '../title/utils.js';
11
- import '../colors.module-5a2885a6.js';
11
+ import '../colors.module-68d2938f.js';
12
12
 
13
13
  const styles = {"styrene-xlarge":"typography__styrene-xlarge_553pu","styrene-large":"typography__styrene-large_553pu","styrene-medium":"typography__styrene-medium_553pu","styrene-small":"typography__styrene-small_553pu","styrene-xsmall":"typography__styrene-xsmall_553pu","system-xlarge":"typography__system-xlarge_553pu","system-large":"typography__system-large_553pu","system-medium":"typography__system-medium_553pu","system-small":"typography__system-small_553pu","system-xsmall":"typography__system-xsmall_553pu","margins-xlarge":"typography__margins-xlarge_553pu","margins-large":"typography__margins-large_553pu","margins-medium":"typography__margins-medium_553pu","margins-small":"typography__margins-small_553pu","margins-xsmall":"typography__margins-xsmall_553pu"};
14
14
  require('./index.css');
@@ -8,5 +8,5 @@ import '../hooks/use-skeleton.js';
8
8
  import '../../../skeleton/modern';
9
9
  import '@alfalab/hooks';
10
10
  import '../title/utils.js';
11
- import '../colors.module-5a2885a6.js';
12
- import '../common.module-42168b35.js';
11
+ import '../colors.module-68d2938f.js';
12
+ import '../common.module-d1ac3c0f.js';
@@ -5,7 +5,7 @@ var React = require('react');
5
5
  var mergeRefs = require('react-merge-refs');
6
6
  var cn = require('classnames');
7
7
  var hooks_useSkeleton = require('../hooks/use-skeleton.js');
8
- var colors_module = require('../colors.module-87ab8111.js');
8
+ var colors_module = require('../colors.module-c5c1ea2c.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
@@ -73,7 +73,7 @@ declare const TitleBase: React.ForwardRefExoticComponent<Omit<NativeProps, "colo
73
73
  /**
74
74
  * Цвет текста
75
75
  */
76
- color?: "link" | "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
76
+ color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
77
77
  /**
78
78
  * Толщина шрифта
79
79
  */
@@ -6,7 +6,7 @@ var mergeRefs = require('react-merge-refs');
6
6
  var cn = require('classnames');
7
7
  var hooks_useSkeleton = require('../hooks/use-skeleton.js');
8
8
  var title_utils = require('./utils.js');
9
- var colors_module = require('../colors.module-87ab8111.js');
9
+ var colors_module = require('../colors.module-c5c1ea2c.js');
10
10
 
11
11
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
12
12
 
@@ -4,7 +4,7 @@ import { TitleProps } from "./component";
4
4
  declare const Title: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLHeadingElement>, "color"> & {
5
5
  tag: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
6
6
  view?: "small" | "medium" | "xlarge" | "large" | "xsmall" | undefined;
7
- color?: "link" | "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
7
+ color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
8
8
  weight?: "bold" | "regular" | "medium" | "semibold" | undefined;
9
9
  font?: "styrene" | "system" | undefined;
10
10
  defaultMargins?: boolean | undefined;
@@ -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 title_component = require('./component.js');
6
- var common_module = require('../common.module-acb5eae2.js');
6
+ var common_module = require('../common.module-6de70641.js');
7
7
 
8
8
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
9
 
@@ -5,7 +5,7 @@ type TitleMobileProps = Omit<TitleProps, 'defaultMargins'>;
5
5
  declare const TitleMobile: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLHeadingElement>, "color"> & {
6
6
  tag: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
7
7
  view?: "small" | "medium" | "xlarge" | "large" | "xsmall" | undefined;
8
- color?: "link" | "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
8
+ color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
9
9
  weight?: "bold" | "regular" | "medium" | "semibold" | undefined;
10
10
  font?: "styrene" | "system" | undefined;
11
11
  defaultMargins?: boolean | undefined;
@@ -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 title_component = require('../title/component.js');
6
- var common_module = require('../common.module-acb5eae2.js');
6
+ var common_module = require('../common.module-6de70641.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 @@ import React from 'react';
3
3
  declare const TitleResponsive: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLHeadingElement>, "color"> & {
4
4
  tag: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
5
5
  view?: "small" | "medium" | "xlarge" | "large" | "xsmall" | undefined;
6
- color?: "link" | "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
6
+ color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
7
7
  weight?: "bold" | "regular" | "medium" | "semibold" | undefined;
8
8
  font?: "styrene" | "system" | undefined;
9
9
  defaultMargins?: boolean | undefined;
@@ -4,7 +4,7 @@ var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var coreComponentsMq = require('../../mq');
6
6
  var title_component = require('../title/component.js');
7
- var common_module = require('../common.module-acb5eae2.js');
7
+ var common_module = require('../common.module-6de70641.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -4,7 +4,7 @@ var React = require('react');
4
4
  var cn = require('classnames');
5
5
  var utils_getBorderCorners = require('./utils/getBorderCorners.js');
6
6
  var utils_getClasses = require('./utils/getClasses.js');
7
- var index_module = require('./index.module-6956fb36.js');
7
+ var index_module = require('./index.module-e1ff2a34.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -2,7 +2,7 @@ import React, { forwardRef } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getBorderCorners } from './utils/getBorderCorners.js';
4
4
  import { isBackgroundToken, getClasses } from './utils/getClasses.js';
5
- import { s as styles } from './index.module-e8b7e11b.js';
5
+ import { s as styles } from './index.module-a251a48b.js';
6
6
  import './constants.js';
7
7
 
8
8
  /******************************************************************************
@@ -2,6 +2,6 @@ export { Underlay } from './Component.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import './utils/getBorderCorners.js';
5
- import './index.module-e8b7e11b.js';
5
+ import './index.module-a251a48b.js';
6
6
  import './utils/getClasses.js';
7
7
  import './constants.js';
@@ -1,4 +1,4 @@
1
- import { s as styles } from '../index.module-e8b7e11b.js';
1
+ import { s as styles } from '../index.module-a251a48b.js';
2
2
 
3
3
  var getBorderCorners = function (borderRadius) {
4
4
  var _a;
@@ -1,5 +1,5 @@
1
1
  import { BACKGROUND } from '../constants.js';
2
- import { s as styles } from '../index.module-e8b7e11b.js';
2
+ import { s as styles } from '../index.module-a251a48b.js';
3
3
 
4
4
  var isBackgroundToken = function (token) { return token && BACKGROUND.includes(token); };
5
5
  var getClasses = function (backgroundColor, borderColor, borderSize, shadow) {
@@ -2,7 +2,7 @@ import React, { forwardRef } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getBorderCorners } from './utils/getBorderCorners.js';
4
4
  import { isBackgroundToken, getClasses } from './utils/getClasses.js';
5
- import { s as styles } from './index.module-df83595d.js';
5
+ import { s as styles } from './index.module-549f184e.js';
6
6
  import './constants.js';
7
7
 
8
8
  const Underlay = forwardRef(({ children, borderRadius, shadow, dimensions, borderSize, backgroundColor, borderColor, className, padding, dataTestId, overflow = true, contentProps, ...restProps }, ref) => {
@@ -2,6 +2,6 @@ export { Underlay } from './Component.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import './utils/getBorderCorners.js';
5
- import './index.module-df83595d.js';
5
+ import './index.module-549f184e.js';
6
6
  import './utils/getClasses.js';
7
7
  import './constants.js';
@@ -1,4 +1,4 @@
1
- import { s as styles } from '../index.module-df83595d.js';
1
+ import { s as styles } from '../index.module-549f184e.js';
2
2
 
3
3
  const getBorderCorners = (borderRadius) => {
4
4
  const bordersSize = typeof borderRadius === 'string'
@@ -1,5 +1,5 @@
1
1
  import { BACKGROUND } from '../constants.js';
2
- import { s as styles } from '../index.module-df83595d.js';
2
+ import { s as styles } from '../index.module-549f184e.js';
3
3
 
4
4
  const isBackgroundToken = (token) => token && BACKGROUND.includes(token);
5
5
  const getClasses = (backgroundColor, borderColor, borderSize, shadow) => ({
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var index_module = require('../index.module-6956fb36.js');
3
+ var index_module = require('../index.module-e1ff2a34.js');
4
4
 
5
5
  var getBorderCorners = function (borderRadius) {
6
6
  var _a;
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var constants = require('../constants.js');
4
- var index_module = require('../index.module-6956fb36.js');
4
+ var index_module = require('../index.module-e1ff2a34.js');
5
5
 
6
6
  var isBackgroundToken = function (token) { return token && constants.BACKGROUND.includes(token); };
7
7
  var getClasses = function (backgroundColor, borderColor, borderSize, shadow) {
@@ -12,7 +12,7 @@ var mask_index = require('../../mask/index.js');
12
12
  var components_dateInput_Component = require('../date-input/Component.js');
13
13
  var components_dateRangeInput_Component = require('../date-range-input/Component.js');
14
14
  var components_timeInput_Component = require('../time-input/Component.js');
15
- var index_module = require('../../index.module-3d9a7ddc.js');
15
+ var index_module = require('../../index.module-14739333.js');
16
16
 
17
17
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
18
18
 
@@ -11,7 +11,7 @@ var coreComponentsShared = require('../../../shared');
11
11
  var CalendarMIcon = require('@alfalab/icons-glyph/CalendarMIcon');
12
12
  var consts = require('../../consts.js');
13
13
  var utils_index = require('../../utils/index.js');
14
- var index_module = require('../../index.module-3d9a7ddc.js');
14
+ var index_module = require('../../index.module-14739333.js');
15
15
 
16
16
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
17
17
 
@@ -13,7 +13,7 @@ var coreComponentsShared = require('../../../shared');
13
13
  var CalendarMIcon = require('@alfalab/icons-glyph/CalendarMIcon');
14
14
  var consts = require('../../consts.js');
15
15
  var utils_index = require('../../utils/index.js');
16
- var index_module = require('../../index.module-3d9a7ddc.js');
16
+ var index_module = require('../../index.module-14739333.js');
17
17
 
18
18
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
19
19
 
@@ -26,7 +26,7 @@ import './components/date-input/Component.js';
26
26
  import '../../input/esm';
27
27
  import '../../popover/esm';
28
28
  import '@alfalab/icons-glyph/CalendarMIcon';
29
- import './index.module-e73c48d0.js';
29
+ import './index.module-5c6a3deb.js';
30
30
  import './components/date-range-input/Component.js';
31
31
  import 'date-fns/isAfter';
32
32
  import 'date-fns/startOfMonth';
@@ -10,7 +10,7 @@ import { createMaskOptions } from '../../mask/index.js';
10
10
  import { DateInput } from '../date-input/Component.js';
11
11
  import { DateRangeInput } from '../date-range-input/Component.js';
12
12
  import { TimeInput } from '../time-input/Component.js';
13
- import { s as styles } from '../../index.module-e73c48d0.js';
13
+ import { s as styles } from '../../index.module-5c6a3deb.js';
14
14
  import '../../mask/plugins.js';
15
15
  import '../../mask/utils.js';
16
16
  import 'date-fns/clamp';
@@ -25,7 +25,7 @@ import '../date-input/Component.js';
25
25
  import '../../../../input/esm';
26
26
  import '../../../../popover/esm';
27
27
  import '@alfalab/icons-glyph/CalendarMIcon';
28
- import '../../index.module-e73c48d0.js';
28
+ import '../../index.module-5c6a3deb.js';
29
29
  import '../date-range-input/Component.js';
30
30
  import 'date-fns/isAfter';
31
31
  import 'date-fns/startOfMonth';
@@ -9,7 +9,7 @@ import { getDataTestId } from '../../../../shared/esm';
9
9
  import { CalendarMIcon } from '@alfalab/icons-glyph/CalendarMIcon';
10
10
  import { DATE_TIME_SEPARATOR, DATE_TIME_FORMAT, DATE_FORMAT, DEFAULT_MIN_DATE, DEFAULT_MAX_DATE } from '../../consts.js';
11
11
  import { isValidDate, isCompleteTime, formatDate, isCompleteDate, preventDefault, parseDateString } from '../../utils/index.js';
12
- import { s as styles } from '../../index.module-e73c48d0.js';
12
+ import { s as styles } from '../../index.module-5c6a3deb.js';
13
13
  import 'date-fns/differenceInDays';
14
14
  import 'date-fns/format';
15
15
  import 'date-fns/isSameDay';
@@ -14,4 +14,4 @@ import 'date-fns/differenceInDays';
14
14
  import 'date-fns/format';
15
15
  import 'date-fns/isSameDay';
16
16
  import 'date-fns/parse';
17
- import '../../index.module-e73c48d0.js';
17
+ import '../../index.module-5c6a3deb.js';
@@ -11,7 +11,7 @@ import { getDataTestId } from '../../../../shared/esm';
11
11
  import { CalendarMIcon } from '@alfalab/icons-glyph/CalendarMIcon';
12
12
  import { DATE_RANGE_SEPARATOR, DEFAULT_MAX_DATE, DEFAULT_MIN_DATE } from '../../consts.js';
13
13
  import { getValidRange, formatDate, formatDateRange, isCompleteDateRange, preventDefault, isCompleteDate, parseDateString, updateRange } from '../../utils/index.js';
14
- import { s as styles } from '../../index.module-e73c48d0.js';
14
+ import { s as styles } from '../../index.module-5c6a3deb.js';
15
15
  import 'date-fns/differenceInDays';
16
16
  import 'date-fns/format';
17
17
  import 'date-fns/isSameDay';
@@ -16,4 +16,4 @@ import 'date-fns/differenceInDays';
16
16
  import 'date-fns/format';
17
17
  import 'date-fns/isSameDay';
18
18
  import 'date-fns/parse';
19
- import '../../index.module-e73c48d0.js';
19
+ import '../../index.module-5c6a3deb.js';
@@ -25,7 +25,7 @@ import '../components/date-input/Component.js';
25
25
  import '../../../input/esm';
26
26
  import '../../../popover/esm';
27
27
  import '@alfalab/icons-glyph/CalendarMIcon';
28
- import '../index.module-e73c48d0.js';
28
+ import '../index.module-5c6a3deb.js';
29
29
  import '../components/date-range-input/Component.js';
30
30
  import 'date-fns/isAfter';
31
31
  import 'date-fns/startOfMonth';
@@ -26,7 +26,7 @@ import '../components/date-input/Component.js';
26
26
  import '../../../input/esm';
27
27
  import '../../../popover/esm';
28
28
  import '@alfalab/icons-glyph/CalendarMIcon';
29
- import '../index.module-e73c48d0.js';
29
+ import '../index.module-5c6a3deb.js';
30
30
  import '../components/date-range-input/Component.js';
31
31
  import 'date-fns/isAfter';
32
32
  import 'date-fns/startOfMonth';
@@ -27,7 +27,7 @@ import './components/date-input/Component.js';
27
27
  import '../../input/esm';
28
28
  import '../../popover/esm';
29
29
  import '@alfalab/icons-glyph/CalendarMIcon';
30
- import './index.module-e73c48d0.js';
30
+ import './index.module-5c6a3deb.js';
31
31
  import './components/date-range-input/Component.js';
32
32
  import 'date-fns/isAfter';
33
33
  import 'date-fns/startOfMonth';
@@ -25,7 +25,7 @@ import '../components/date-input/Component.js';
25
25
  import '../../../input/esm';
26
26
  import '../../../popover/esm';
27
27
  import '@alfalab/icons-glyph/CalendarMIcon';
28
- import '../index.module-e73c48d0.js';
28
+ import '../index.module-5c6a3deb.js';
29
29
  import '../components/date-range-input/Component.js';
30
30
  import 'date-fns/isAfter';
31
31
  import 'date-fns/startOfMonth';
@@ -26,7 +26,7 @@ import '../components/date-input/Component.js';
26
26
  import '../../../input/esm';
27
27
  import '../../../popover/esm';
28
28
  import '@alfalab/icons-glyph/CalendarMIcon';
29
- import '../index.module-e73c48d0.js';
29
+ import '../index.module-5c6a3deb.js';
30
30
  import '../components/date-range-input/Component.js';
31
31
  import 'date-fns/isAfter';
32
32
  import 'date-fns/startOfMonth';
@@ -25,7 +25,7 @@ import './components/date-input/Component.js';
25
25
  import '../../input/modern';
26
26
  import '../../popover/modern';
27
27
  import '@alfalab/icons-glyph/CalendarMIcon';
28
- import './index.module-5fac084b.js';
28
+ import './index.module-282d786a.js';
29
29
  import './components/date-range-input/Component.js';
30
30
  import 'date-fns/isAfter';
31
31
  import 'date-fns/startOfMonth';
@@ -9,7 +9,7 @@ import { createMaskOptions } from '../../mask/index.js';
9
9
  import { DateInput } from '../date-input/Component.js';
10
10
  import { DateRangeInput } from '../date-range-input/Component.js';
11
11
  import { TimeInput } from '../time-input/Component.js';
12
- import { s as styles } from '../../index.module-5fac084b.js';
12
+ import { s as styles } from '../../index.module-282d786a.js';
13
13
  import '../../mask/plugins.js';
14
14
  import '../../mask/utils.js';
15
15
  import 'date-fns/clamp';
@@ -24,7 +24,7 @@ import '../date-input/Component.js';
24
24
  import '../../../../input/modern';
25
25
  import '../../../../popover/modern';
26
26
  import '@alfalab/icons-glyph/CalendarMIcon';
27
- import '../../index.module-5fac084b.js';
27
+ import '../../index.module-282d786a.js';
28
28
  import '../date-range-input/Component.js';
29
29
  import 'date-fns/isAfter';
30
30
  import 'date-fns/startOfMonth';
@@ -8,7 +8,7 @@ import { getDataTestId } from '../../../../shared/modern';
8
8
  import { CalendarMIcon } from '@alfalab/icons-glyph/CalendarMIcon';
9
9
  import { DATE_TIME_SEPARATOR, DEFAULT_MIN_DATE, DEFAULT_MAX_DATE, DATE_TIME_FORMAT, DATE_FORMAT } from '../../consts.js';
10
10
  import { isValidDate, isCompleteTime, formatDate, isCompleteDate, preventDefault, parseDateString } from '../../utils/index.js';
11
- import { s as styles } from '../../index.module-5fac084b.js';
11
+ import { s as styles } from '../../index.module-282d786a.js';
12
12
  import 'date-fns/differenceInDays';
13
13
  import 'date-fns/format';
14
14
  import 'date-fns/isSameDay';
@@ -13,4 +13,4 @@ import 'date-fns/differenceInDays';
13
13
  import 'date-fns/format';
14
14
  import 'date-fns/isSameDay';
15
15
  import 'date-fns/parse';
16
- import '../../index.module-5fac084b.js';
16
+ import '../../index.module-282d786a.js';
@@ -10,7 +10,7 @@ import { getDataTestId } from '../../../../shared/modern';
10
10
  import { CalendarMIcon } from '@alfalab/icons-glyph/CalendarMIcon';
11
11
  import { DATE_RANGE_SEPARATOR, DEFAULT_MAX_DATE, DEFAULT_MIN_DATE } from '../../consts.js';
12
12
  import { getValidRange, formatDate, formatDateRange, isCompleteDateRange, preventDefault, isCompleteDate, parseDateString, updateRange } from '../../utils/index.js';
13
- import { s as styles } from '../../index.module-5fac084b.js';
13
+ import { s as styles } from '../../index.module-282d786a.js';
14
14
  import 'date-fns/differenceInDays';
15
15
  import 'date-fns/format';
16
16
  import 'date-fns/isSameDay';
@@ -15,4 +15,4 @@ import 'date-fns/differenceInDays';
15
15
  import 'date-fns/format';
16
16
  import 'date-fns/isSameDay';
17
17
  import 'date-fns/parse';
18
- import '../../index.module-5fac084b.js';
18
+ import '../../index.module-282d786a.js';
@@ -24,7 +24,7 @@ import '../components/date-input/Component.js';
24
24
  import '../../../input/modern';
25
25
  import '../../../popover/modern';
26
26
  import '@alfalab/icons-glyph/CalendarMIcon';
27
- import '../index.module-5fac084b.js';
27
+ import '../index.module-282d786a.js';
28
28
  import '../components/date-range-input/Component.js';
29
29
  import 'date-fns/isAfter';
30
30
  import 'date-fns/startOfMonth';
@@ -25,7 +25,7 @@ import '../components/date-input/Component.js';
25
25
  import '../../../input/modern';
26
26
  import '../../../popover/modern';
27
27
  import '@alfalab/icons-glyph/CalendarMIcon';
28
- import '../index.module-5fac084b.js';
28
+ import '../index.module-282d786a.js';
29
29
  import '../components/date-range-input/Component.js';
30
30
  import 'date-fns/isAfter';
31
31
  import 'date-fns/startOfMonth';