@alfalab/core-components 48.6.0-beta.1 → 48.7.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 (857) hide show
  1. package/amount/cssm/index.d.ts +2 -2
  2. package/amount/cssm/index.js +3 -1
  3. package/amount/esm/index.d.ts +2 -2
  4. package/amount/esm/index.js +2 -2
  5. package/amount/index.d.ts +2 -2
  6. package/amount/index.js +3 -1
  7. package/amount/modern/index.d.ts +2 -2
  8. package/amount/modern/index.js +2 -2
  9. package/amount/moderncssm/index.d.ts +2 -2
  10. package/amount/moderncssm/index.js +3 -3
  11. package/backdrop/cssm/index.module.css +1 -1
  12. package/backdrop/esm/index.css +1 -1
  13. package/backdrop/index.css +1 -1
  14. package/backdrop/modern/index.css +1 -1
  15. package/backdrop/moderncssm/index.module.css +1 -1
  16. package/calendar/Component.responsive.d.ts +1 -1
  17. package/calendar/components/calendar-mobile/Component.d.ts +1 -1
  18. package/calendar/components/calendar-mobile/Component.js +1 -1
  19. package/calendar/components/calendar-mobile/components/calendar-month-only-view/calendarMonthOnlyView.js +1 -1
  20. package/calendar/components/calendar-mobile/components/calendar-month-only-view/index.d.ts +1 -1
  21. package/calendar/components/calendar-mobile/components/calendar-month-only-view/index.js +1 -1
  22. package/calendar/components/calendar-mobile/index.js +1 -1
  23. package/calendar/esm/Component.responsive.js +1 -1
  24. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  25. package/calendar/esm/components/calendar-mobile/components/calendar-month-only-view/calendarMonthOnlyView.js +1 -1
  26. package/calendar/esm/components/calendar-mobile/components/calendar-month-only-view/index.d.ts +1 -1
  27. package/calendar/esm/components/calendar-mobile/components/calendar-month-only-view/index.js +1 -1
  28. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  29. package/calendar/esm/index.js +1 -1
  30. package/calendar/esm/mobile/index.js +1 -1
  31. package/calendar/mobile/index.js +1 -1
  32. package/calendar/modern/Component.responsive.js +1 -1
  33. package/calendar/{calendarMonthOnlyView-216a8aa4.d.ts → modern/calendarMonthOnlyView-8fbaef66.d.ts} +1 -1
  34. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  35. package/calendar/modern/components/calendar-mobile/components/calendar-month-only-view/calendarMonthOnlyView.js +1 -1
  36. package/calendar/modern/components/calendar-mobile/components/calendar-month-only-view/index.d.ts +1 -1
  37. package/calendar/modern/components/calendar-mobile/components/calendar-month-only-view/index.js +1 -1
  38. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  39. package/calendar/modern/index.js +1 -1
  40. package/calendar/modern/mobile/index.js +1 -1
  41. package/calendar-range/@alfalab/core-components-shared/node_modules/@alfalab/hooks/package.json +42 -0
  42. package/calendar-range/@alfalab/core-components-shared/package.json +25 -0
  43. package/calendar-range/@alfalab/data/package.json +27 -0
  44. package/calendar-range/@alfalab/utils/package.json +33 -0
  45. package/calendar-range/Component.d.ts +4 -0
  46. package/calendar-range/cssm/Component.d.ts +4 -0
  47. package/calendar-range/cssm/shared/index.d.ts +1 -0
  48. package/calendar-range/cssm/shared/index.js +7 -0
  49. package/calendar-range/cssm/utils.d.ts +6 -1
  50. package/calendar-range/cssm/utils.js +10 -0
  51. package/calendar-range/cssm/views/index.module.css +5 -1
  52. package/calendar-range/cssm/views/static.js +11 -7
  53. package/calendar-range/esm/Component.d.ts +4 -0
  54. package/calendar-range/esm/Component.js +2 -1
  55. package/calendar-range/esm/index.js +2 -1
  56. package/calendar-range/esm/{index.module-68478545.js → index.module-310fc5cc.js} +1 -1
  57. package/calendar-range/esm/shared/index.d.ts +1 -0
  58. package/calendar-range/esm/shared/index.js +2 -0
  59. package/calendar-range/esm/utils.d.ts +6 -1
  60. package/calendar-range/esm/utils.js +10 -1
  61. package/calendar-range/esm/views/index.css +5 -1
  62. package/calendar-range/esm/views/popover.js +1 -1
  63. package/calendar-range/esm/views/static.js +12 -8
  64. package/calendar-range/{index.module-0764a2af.js → index.module-ed2ad236.js} +1 -1
  65. package/calendar-range/modern/Component.d.ts +4 -0
  66. package/calendar-range/modern/Component.js +2 -1
  67. package/calendar-range/modern/index.js +2 -1
  68. package/calendar-range/modern/{index.module-e111b3f4.js → index.module-33e98a48.js} +1 -1
  69. package/calendar-range/modern/shared/index.d.ts +1 -0
  70. package/calendar-range/modern/shared/index.js +2 -0
  71. package/calendar-range/modern/utils.d.ts +6 -1
  72. package/calendar-range/modern/utils.js +10 -1
  73. package/calendar-range/modern/views/index.css +5 -1
  74. package/calendar-range/modern/views/popover.js +1 -1
  75. package/calendar-range/modern/views/static.js +12 -8
  76. package/calendar-range/moderncssm/Component.d.ts +4 -0
  77. package/calendar-range/moderncssm/Component.js +1 -0
  78. package/calendar-range/moderncssm/index.js +1 -0
  79. package/calendar-range/moderncssm/shared/index.d.ts +1 -0
  80. package/calendar-range/moderncssm/shared/index.js +2 -0
  81. package/calendar-range/moderncssm/utils.d.ts +6 -1
  82. package/calendar-range/moderncssm/utils.js +10 -1
  83. package/calendar-range/moderncssm/views/index.module.css +5 -0
  84. package/calendar-range/moderncssm/views/static.js +11 -7
  85. package/calendar-range/shared/index.d.ts +1 -0
  86. package/calendar-range/shared/index.js +7 -0
  87. package/calendar-range/utils.d.ts +6 -1
  88. package/calendar-range/utils.js +10 -0
  89. package/calendar-range/views/index.css +5 -1
  90. package/calendar-range/views/popover.js +1 -1
  91. package/calendar-range/views/static.js +12 -8
  92. package/confirmation/components/screens/initial/component.js +1 -1
  93. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  94. package/confirmation/esm/component.responsive.js +1 -1
  95. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  96. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  97. package/confirmation/esm/components/index.js +1 -1
  98. package/confirmation/esm/components/screens/index.js +1 -1
  99. package/confirmation/esm/components/screens/initial/component.js +1 -1
  100. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  101. package/confirmation/esm/components/screens/initial/index.js +1 -1
  102. package/confirmation/esm/desktop/component.desktop.js +1 -1
  103. package/confirmation/esm/desktop/index.js +1 -1
  104. package/confirmation/esm/index.js +1 -1
  105. package/confirmation/esm/mobile/component.mobile.js +1 -1
  106. package/confirmation/esm/mobile/index.js +1 -1
  107. package/confirmation/esm/shared/index.js +1 -1
  108. package/confirmation/modern/component.responsive.js +1 -1
  109. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  110. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  111. package/confirmation/modern/components/index.js +1 -1
  112. package/confirmation/modern/components/screens/index.js +1 -1
  113. package/confirmation/modern/components/screens/initial/component.js +1 -1
  114. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  115. package/confirmation/modern/components/screens/initial/index.js +1 -1
  116. package/confirmation/modern/desktop/component.desktop.js +1 -1
  117. package/confirmation/modern/desktop/index.js +1 -1
  118. package/confirmation/modern/index.js +1 -1
  119. package/confirmation/modern/mobile/component.mobile.js +1 -1
  120. package/confirmation/modern/mobile/index.js +1 -1
  121. package/confirmation/modern/shared/index.js +1 -1
  122. package/custom-button/Component.d.ts +2 -29
  123. package/custom-button/Component.js +4 -12
  124. package/custom-button/components/base-custom-button/base-custom-button.d.ts +10 -0
  125. package/custom-button/components/base-custom-button/base-custom-button.js +25 -0
  126. package/custom-button/{index.css → components/base-custom-button/index.css} +25 -25
  127. package/custom-button/components/base-custom-button/index.d.ts +1 -0
  128. package/custom-button/components/base-custom-button/index.js +7 -0
  129. package/custom-button/constants/default-colors.d.ts +3 -0
  130. package/custom-button/constants/default-colors.js +7 -0
  131. package/custom-button/cssm/Component.d.ts +2 -29
  132. package/custom-button/cssm/Component.js +4 -11
  133. package/custom-button/cssm/components/base-custom-button/base-custom-button.d.ts +10 -0
  134. package/custom-button/cssm/components/base-custom-button/base-custom-button.js +24 -0
  135. package/custom-button/cssm/components/base-custom-button/index.d.ts +1 -0
  136. package/custom-button/cssm/components/base-custom-button/index.js +7 -0
  137. package/custom-button/cssm/constants/default-colors.d.ts +3 -0
  138. package/custom-button/cssm/constants/default-colors.js +7 -0
  139. package/custom-button/cssm/desktop/Component.desktop.d.ts +5 -0
  140. package/custom-button/cssm/desktop/Component.desktop.js +18 -0
  141. package/custom-button/cssm/desktop/index.d.ts +2 -0
  142. package/custom-button/cssm/desktop/index.js +7 -0
  143. package/custom-button/cssm/index.d.ts +2 -1
  144. package/custom-button/cssm/mobile/Component.mobile.d.ts +5 -0
  145. package/custom-button/cssm/mobile/Component.mobile.js +18 -0
  146. package/custom-button/cssm/mobile/index.d.ts +2 -0
  147. package/custom-button/cssm/mobile/index.js +7 -0
  148. package/custom-button/cssm/types/props.d.ts +29 -0
  149. package/custom-button/cssm/types/props.js +1 -0
  150. package/custom-button/desktop/Component.desktop.d.ts +5 -0
  151. package/custom-button/desktop/Component.desktop.js +18 -0
  152. package/custom-button/desktop/index.d.ts +2 -0
  153. package/custom-button/desktop/index.js +7 -0
  154. package/custom-button/esm/Component.d.ts +2 -29
  155. package/custom-button/esm/Component.js +7 -12
  156. package/custom-button/esm/components/base-custom-button/base-custom-button.d.ts +10 -0
  157. package/custom-button/esm/components/base-custom-button/base-custom-button.js +18 -0
  158. package/custom-button/{modern → esm/components/base-custom-button}/index.css +25 -25
  159. package/custom-button/esm/components/base-custom-button/index.d.ts +1 -0
  160. package/custom-button/esm/components/base-custom-button/index.js +5 -0
  161. package/custom-button/esm/constants/default-colors.d.ts +3 -0
  162. package/custom-button/esm/constants/default-colors.js +4 -0
  163. package/custom-button/esm/desktop/Component.desktop.d.ts +5 -0
  164. package/custom-button/esm/desktop/Component.desktop.js +14 -0
  165. package/custom-button/esm/desktop/index.d.ts +2 -0
  166. package/custom-button/esm/desktop/index.js +7 -0
  167. package/custom-button/esm/index.d.ts +2 -1
  168. package/custom-button/esm/index.js +3 -1
  169. package/custom-button/esm/mobile/Component.mobile.d.ts +5 -0
  170. package/custom-button/esm/mobile/Component.mobile.js +14 -0
  171. package/custom-button/esm/mobile/index.d.ts +2 -0
  172. package/custom-button/esm/mobile/index.js +7 -0
  173. package/custom-button/esm/types/props.d.ts +29 -0
  174. package/custom-button/esm/types/props.js +1 -0
  175. package/custom-button/index.d.ts +2 -1
  176. package/custom-button/mobile/Component.mobile.d.ts +5 -0
  177. package/custom-button/mobile/Component.mobile.js +18 -0
  178. package/custom-button/mobile/index.d.ts +2 -0
  179. package/custom-button/mobile/index.js +7 -0
  180. package/custom-button/modern/Component.d.ts +2 -29
  181. package/custom-button/modern/Component.js +5 -17
  182. package/custom-button/modern/components/base-custom-button/base-custom-button.d.ts +10 -0
  183. package/custom-button/modern/components/base-custom-button/base-custom-button.js +13 -0
  184. package/custom-button/{esm → modern/components/base-custom-button}/index.css +25 -25
  185. package/custom-button/modern/components/base-custom-button/index.d.ts +1 -0
  186. package/custom-button/modern/components/base-custom-button/index.js +4 -0
  187. package/custom-button/modern/constants/default-colors.d.ts +3 -0
  188. package/custom-button/modern/constants/default-colors.js +4 -0
  189. package/custom-button/modern/desktop/Component.desktop.d.ts +5 -0
  190. package/custom-button/modern/desktop/Component.desktop.js +10 -0
  191. package/custom-button/modern/desktop/index.d.ts +2 -0
  192. package/custom-button/modern/desktop/index.js +6 -0
  193. package/custom-button/modern/index.d.ts +2 -1
  194. package/custom-button/modern/index.js +3 -1
  195. package/custom-button/modern/mobile/Component.mobile.d.ts +5 -0
  196. package/custom-button/modern/mobile/Component.mobile.js +10 -0
  197. package/custom-button/modern/mobile/index.d.ts +2 -0
  198. package/custom-button/modern/mobile/index.js +6 -0
  199. package/custom-button/modern/types/props.d.ts +29 -0
  200. package/custom-button/modern/types/props.js +1 -0
  201. package/custom-button/moderncssm/Component.d.ts +2 -29
  202. package/custom-button/moderncssm/Component.js +6 -15
  203. package/custom-button/moderncssm/components/base-custom-button/base-custom-button.d.ts +10 -0
  204. package/custom-button/moderncssm/components/base-custom-button/base-custom-button.js +11 -0
  205. package/custom-button/moderncssm/components/base-custom-button/index.d.ts +1 -0
  206. package/custom-button/moderncssm/components/base-custom-button/index.js +5 -0
  207. package/custom-button/moderncssm/constants/default-colors.d.ts +3 -0
  208. package/custom-button/moderncssm/constants/default-colors.js +4 -0
  209. package/custom-button/moderncssm/desktop/Component.desktop.d.ts +5 -0
  210. package/custom-button/moderncssm/desktop/Component.desktop.js +11 -0
  211. package/custom-button/moderncssm/desktop/index.d.ts +2 -0
  212. package/custom-button/moderncssm/desktop/index.js +7 -0
  213. package/custom-button/moderncssm/index.d.ts +2 -1
  214. package/custom-button/moderncssm/index.js +4 -2
  215. package/custom-button/moderncssm/mobile/Component.mobile.d.ts +5 -0
  216. package/custom-button/moderncssm/mobile/Component.mobile.js +11 -0
  217. package/custom-button/moderncssm/mobile/index.d.ts +2 -0
  218. package/custom-button/moderncssm/mobile/index.js +7 -0
  219. package/custom-button/moderncssm/types/props.d.ts +29 -0
  220. package/custom-button/moderncssm/types/props.js +1 -0
  221. package/custom-button/types/props.d.ts +29 -0
  222. package/custom-button/types/props.js +1 -0
  223. package/drawer/Component.js +1 -1
  224. package/drawer/cssm/Component.js +1 -1
  225. package/drawer/esm/Component.js +1 -1
  226. package/drawer/modern/Component.js +1 -1
  227. package/drawer/moderncssm/Component.js +1 -1
  228. package/file-upload-item/components/actions-control/actions.js +1 -1
  229. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  230. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  231. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  232. package/file-upload-item/context/file-upload-item-context.d.ts +2 -1
  233. package/file-upload-item/cssm/context/file-upload-item-context.d.ts +2 -1
  234. package/file-upload-item/cssm/index.d.ts +2 -0
  235. package/file-upload-item/cssm/types/file-upload-item-props.d.ts +2 -1
  236. package/file-upload-item/cssm/types/status.d.ts +2 -0
  237. package/file-upload-item/cssm/types/status.js +1 -0
  238. package/file-upload-item/cssm/utils.d.ts +6 -5
  239. package/file-upload-item/esm/Component.js +1 -1
  240. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  241. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  242. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  243. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  244. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  245. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  246. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  247. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  248. package/file-upload-item/esm/context/file-upload-item-context.d.ts +2 -1
  249. package/file-upload-item/esm/index.d.ts +2 -0
  250. package/file-upload-item/esm/index.js +1 -1
  251. package/file-upload-item/esm/types/file-upload-item-props.d.ts +2 -1
  252. package/file-upload-item/esm/types/status.d.ts +2 -0
  253. package/file-upload-item/esm/types/status.js +1 -0
  254. package/file-upload-item/esm/utils.d.ts +6 -5
  255. package/file-upload-item/index.d.ts +2 -0
  256. package/file-upload-item/modern/Component.js +1 -1
  257. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  258. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  259. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  260. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  261. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  262. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  263. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  264. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  265. package/file-upload-item/modern/context/file-upload-item-context.d.ts +2 -1
  266. package/file-upload-item/modern/index.d.ts +2 -0
  267. package/file-upload-item/modern/index.js +1 -1
  268. package/file-upload-item/modern/types/file-upload-item-props.d.ts +2 -1
  269. package/file-upload-item/modern/types/status.d.ts +2 -0
  270. package/file-upload-item/modern/types/status.js +1 -0
  271. package/file-upload-item/modern/utils.d.ts +6 -5
  272. package/file-upload-item/moderncssm/context/file-upload-item-context.d.ts +2 -1
  273. package/file-upload-item/moderncssm/index.d.ts +2 -0
  274. package/file-upload-item/moderncssm/types/file-upload-item-props.d.ts +2 -1
  275. package/file-upload-item/moderncssm/types/status.d.ts +2 -0
  276. package/file-upload-item/moderncssm/types/status.js +1 -0
  277. package/file-upload-item/moderncssm/utils.d.ts +6 -5
  278. package/file-upload-item/types/file-upload-item-props.d.ts +2 -1
  279. package/file-upload-item/types/status.d.ts +2 -0
  280. package/file-upload-item/types/status.js +1 -0
  281. package/file-upload-item/utils.d.ts +6 -5
  282. package/gallery/components/image-viewer/component.js +1 -1
  283. package/gallery/components/image-viewer/hooks.js +1 -1
  284. package/gallery/components/image-viewer/single.js +1 -1
  285. package/gallery/components/image-viewer/slide.js +1 -1
  286. package/gallery/esm/Component.js +1 -1
  287. package/gallery/esm/components/image-viewer/component.js +1 -1
  288. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  289. package/gallery/esm/components/image-viewer/index.js +1 -1
  290. package/gallery/esm/components/image-viewer/single.js +1 -1
  291. package/gallery/esm/components/image-viewer/slide.js +1 -1
  292. package/gallery/esm/components/index.js +1 -1
  293. package/gallery/esm/index.js +1 -1
  294. package/gallery/modern/Component.js +1 -1
  295. package/gallery/modern/components/image-viewer/component.js +1 -1
  296. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  297. package/gallery/modern/components/image-viewer/index.js +1 -1
  298. package/gallery/modern/components/image-viewer/single.js +1 -1
  299. package/gallery/modern/components/image-viewer/slide.js +1 -1
  300. package/gallery/modern/components/index.js +1 -1
  301. package/gallery/modern/index.js +1 -1
  302. package/input/components/base-input/Component.js +28 -3
  303. package/input/cssm/components/base-input/Component.js +28 -3
  304. package/input/esm/components/base-input/Component.js +28 -3
  305. package/input/modern/components/base-input/Component.js +28 -3
  306. package/input/moderncssm/components/base-input/Component.js +28 -3
  307. package/international-phone-input/cssm/typings-a9c8f92e.d.ts +26 -27
  308. package/international-phone-input/esm/typings-a9c8f92e.d.ts +26 -27
  309. package/international-phone-input/modern/typings-a9c8f92e.d.ts +26 -27
  310. package/international-phone-input/moderncssm/typings-a9c8f92e.d.ts +26 -27
  311. package/international-phone-input/typings-a9c8f92e.d.ts +26 -27
  312. package/modal/Component.responsive.d.ts +16 -1
  313. package/modal/Component.responsive.js +5 -0
  314. package/modal/components/controls/Component.js +1 -1
  315. package/modal/components/footer/Component.js +1 -1
  316. package/modal/cssm/Component.responsive.d.ts +16 -1
  317. package/modal/cssm/Component.responsive.js +5 -0
  318. package/modal/cssm/desktop/Component.desktop.d.ts +12 -1
  319. package/modal/cssm/desktop/Component.desktop.js +9 -2
  320. package/modal/cssm/desktop/index.js +7 -0
  321. package/modal/cssm/mobile/Component.mobile.d.ts +6 -1
  322. package/modal/cssm/mobile/Component.mobile.js +7 -1
  323. package/modal/cssm/mobile/index.js +8 -0
  324. package/modal/desktop/Component.desktop.d.ts +12 -1
  325. package/modal/desktop/Component.desktop.js +9 -2
  326. package/modal/desktop/index.js +7 -0
  327. package/modal/esm/Component.responsive.d.ts +16 -1
  328. package/modal/esm/Component.responsive.js +2 -2
  329. package/modal/esm/components/controls/Component.js +1 -1
  330. package/modal/esm/components/controls/index.js +1 -1
  331. package/modal/esm/components/footer/Component.js +1 -1
  332. package/modal/esm/desktop/Component.desktop.d.ts +12 -1
  333. package/modal/esm/desktop/Component.desktop.js +6 -4
  334. package/modal/esm/desktop/index.js +6 -6
  335. package/modal/esm/index.js +1 -1
  336. package/modal/esm/mobile/Component.mobile.d.ts +6 -1
  337. package/modal/esm/mobile/Component.mobile.js +4 -3
  338. package/modal/esm/mobile/index.js +6 -6
  339. package/modal/mobile/Component.mobile.d.ts +6 -1
  340. package/modal/mobile/Component.mobile.js +7 -1
  341. package/modal/mobile/index.js +8 -0
  342. package/modal/modern/Component.responsive.d.ts +16 -1
  343. package/modal/modern/Component.responsive.js +2 -2
  344. package/modal/modern/components/controls/Component.js +1 -1
  345. package/modal/modern/components/controls/index.js +1 -1
  346. package/modal/modern/components/footer/Component.js +1 -1
  347. package/modal/modern/desktop/Component.desktop.d.ts +12 -1
  348. package/modal/modern/desktop/Component.desktop.js +6 -4
  349. package/modal/modern/desktop/index.js +6 -6
  350. package/modal/modern/index.js +1 -1
  351. package/modal/modern/mobile/Component.mobile.d.ts +6 -1
  352. package/modal/modern/mobile/Component.mobile.js +4 -3
  353. package/modal/modern/mobile/index.js +6 -6
  354. package/modal/moderncssm/Component.responsive.d.ts +16 -1
  355. package/modal/moderncssm/Component.responsive.js +1 -1
  356. package/modal/moderncssm/desktop/Component.desktop.d.ts +12 -1
  357. package/modal/moderncssm/desktop/Component.desktop.js +5 -3
  358. package/modal/moderncssm/desktop/index.js +11 -11
  359. package/modal/moderncssm/mobile/Component.mobile.d.ts +6 -1
  360. package/modal/moderncssm/mobile/Component.mobile.js +3 -2
  361. package/modal/moderncssm/mobile/index.js +7 -7
  362. package/package.json +1 -1
  363. package/picker-button/cssm/typings-a9c8f92e.d.ts +26 -27
  364. package/picker-button/esm/typings-a9c8f92e.d.ts +26 -27
  365. package/picker-button/modern/typings-a9c8f92e.d.ts +26 -27
  366. package/picker-button/moderncssm/typings-a9c8f92e.d.ts +26 -27
  367. package/picker-button/typings-a9c8f92e.d.ts +26 -27
  368. package/plate/components/base-plate/Component.js +22 -3
  369. package/plate/components/base-plate/index.css +2 -0
  370. package/plate/cssm/components/base-plate/Component.js +20 -1
  371. package/plate/cssm/components/base-plate/index.module.css +2 -0
  372. package/plate/esm/Component.responsive.js +1 -1
  373. package/plate/esm/components/base-plate/Component.js +22 -3
  374. package/plate/esm/components/base-plate/index.css +2 -0
  375. package/plate/esm/components/base-plate/index.js +1 -1
  376. package/plate/esm/desktop/Component.desktop.js +1 -1
  377. package/plate/esm/desktop/index.js +1 -1
  378. package/plate/esm/index-a8f55d3a.d.ts +2 -2
  379. package/plate/esm/index.js +1 -1
  380. package/plate/esm/mobile/Component.mobile.js +1 -1
  381. package/plate/esm/mobile/index.js +1 -1
  382. package/plate/esm/shared/index.js +1 -1
  383. package/plate/esm/utils.js +1 -1
  384. package/plate/index-a8f55d3a.d.ts +2 -2
  385. package/plate/modern/Component.responsive.js +1 -1
  386. package/plate/modern/components/base-plate/Component.js +23 -3
  387. package/plate/modern/components/base-plate/index.css +2 -0
  388. package/plate/modern/components/base-plate/index.js +1 -1
  389. package/plate/modern/desktop/Component.desktop.js +1 -1
  390. package/plate/modern/desktop/index.js +1 -1
  391. package/plate/modern/index-a8f55d3a.d.ts +2 -2
  392. package/plate/modern/index.js +1 -1
  393. package/plate/modern/mobile/Component.mobile.js +1 -1
  394. package/plate/modern/mobile/index.js +1 -1
  395. package/plate/modern/shared/index.js +1 -1
  396. package/plate/modern/utils.js +1 -1
  397. package/plate/moderncssm/components/base-plate/Component.js +21 -1
  398. package/plate/moderncssm/components/base-plate/index.module.css +3 -0
  399. package/plate/utils.js +1 -1
  400. package/pure-cell/{component-1d89c343.js → component-4ddb1c01.js} +4 -1
  401. package/pure-cell/{component-8c83a9ca.d.ts → component-fb05ccb7.d.ts} +14 -1
  402. package/pure-cell/component.js +18 -2
  403. package/pure-cell/components/addon/component.js +1 -1
  404. package/pure-cell/components/addon/index.d.ts +1 -1
  405. package/pure-cell/components/addon/index.js +1 -1
  406. package/pure-cell/components/amount/component.js +1 -1
  407. package/pure-cell/components/amount/index.d.ts +1 -1
  408. package/pure-cell/components/amount/index.js +1 -1
  409. package/pure-cell/components/amount-title/component.js +1 -1
  410. package/pure-cell/components/amount-title/index.d.ts +1 -1
  411. package/pure-cell/components/amount-title/index.js +1 -1
  412. package/pure-cell/components/category/component.js +1 -1
  413. package/pure-cell/components/category/index.d.ts +1 -1
  414. package/pure-cell/components/category/index.js +1 -1
  415. package/pure-cell/components/content/component.js +1 -1
  416. package/pure-cell/components/content/index.d.ts +1 -1
  417. package/pure-cell/components/content/index.js +1 -1
  418. package/pure-cell/components/footer/component.js +1 -1
  419. package/pure-cell/components/footer/index.d.ts +1 -1
  420. package/pure-cell/components/footer/index.js +1 -1
  421. package/pure-cell/components/footer-button/component.js +1 -1
  422. package/pure-cell/components/footer-button/index.d.ts +1 -1
  423. package/pure-cell/components/footer-button/index.js +1 -1
  424. package/pure-cell/components/footer-text/component.js +1 -1
  425. package/pure-cell/components/footer-text/index.d.ts +1 -1
  426. package/pure-cell/components/footer-text/index.js +1 -1
  427. package/pure-cell/components/graphics/component.js +1 -1
  428. package/pure-cell/components/graphics/index.d.ts +1 -1
  429. package/pure-cell/components/graphics/index.js +1 -1
  430. package/pure-cell/components/main/component.js +1 -1
  431. package/pure-cell/components/main/index.d.ts +1 -1
  432. package/pure-cell/components/main/index.js +1 -1
  433. package/pure-cell/components/text/component.js +1 -1
  434. package/pure-cell/components/text/index.d.ts +1 -1
  435. package/pure-cell/components/text/index.js +1 -1
  436. package/pure-cell/cssm/{component-24c65922.js → component-195fb685.js} +4 -1
  437. package/pure-cell/{moderncssm/component-8c83a9ca.d.ts → cssm/component-fb05ccb7.d.ts} +14 -1
  438. package/pure-cell/cssm/component.js +18 -2
  439. package/pure-cell/cssm/components/addon/component.js +1 -1
  440. package/pure-cell/cssm/components/addon/index.d.ts +1 -1
  441. package/pure-cell/cssm/components/addon/index.js +1 -1
  442. package/pure-cell/cssm/components/amount/component.js +1 -1
  443. package/pure-cell/cssm/components/amount/index.d.ts +1 -1
  444. package/pure-cell/cssm/components/amount/index.js +1 -1
  445. package/pure-cell/cssm/components/amount-title/component.js +1 -1
  446. package/pure-cell/cssm/components/amount-title/index.d.ts +1 -1
  447. package/pure-cell/cssm/components/amount-title/index.js +1 -1
  448. package/pure-cell/cssm/components/category/component.js +1 -1
  449. package/pure-cell/cssm/components/category/index.d.ts +1 -1
  450. package/pure-cell/cssm/components/category/index.js +1 -1
  451. package/pure-cell/cssm/components/content/component.js +1 -1
  452. package/pure-cell/cssm/components/content/index.d.ts +1 -1
  453. package/pure-cell/cssm/components/content/index.js +1 -1
  454. package/pure-cell/cssm/components/footer/component.js +1 -1
  455. package/pure-cell/cssm/components/footer/index.d.ts +1 -1
  456. package/pure-cell/cssm/components/footer/index.js +1 -1
  457. package/pure-cell/cssm/components/footer-button/component.js +1 -1
  458. package/pure-cell/cssm/components/footer-button/index.d.ts +1 -1
  459. package/pure-cell/cssm/components/footer-button/index.js +1 -1
  460. package/pure-cell/cssm/components/footer-text/component.js +1 -1
  461. package/pure-cell/cssm/components/footer-text/index.d.ts +1 -1
  462. package/pure-cell/cssm/components/footer-text/index.js +1 -1
  463. package/pure-cell/cssm/components/graphics/component.js +1 -1
  464. package/pure-cell/cssm/components/graphics/index.d.ts +1 -1
  465. package/pure-cell/cssm/components/graphics/index.js +1 -1
  466. package/pure-cell/cssm/components/main/component.js +1 -1
  467. package/pure-cell/cssm/components/main/index.d.ts +1 -1
  468. package/pure-cell/cssm/components/main/index.js +1 -1
  469. package/pure-cell/cssm/components/text/component.js +1 -1
  470. package/pure-cell/cssm/components/text/index.d.ts +1 -1
  471. package/pure-cell/cssm/components/text/index.js +1 -1
  472. package/pure-cell/cssm/index.d.ts +2 -2
  473. package/pure-cell/cssm/index.js +18 -1
  474. package/pure-cell/esm/{component-0e84b5b7.js → component-820518e9.js} +3 -2
  475. package/pure-cell/esm/{component-8c83a9ca.d.ts → component-fb05ccb7.d.ts} +14 -1
  476. package/pure-cell/esm/component.js +2 -2
  477. package/pure-cell/esm/components/addon/component.js +1 -1
  478. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  479. package/pure-cell/esm/components/addon/index.js +1 -1
  480. package/pure-cell/esm/components/amount/component.js +1 -1
  481. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  482. package/pure-cell/esm/components/amount/index.js +1 -1
  483. package/pure-cell/esm/components/amount-title/component.js +1 -1
  484. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  485. package/pure-cell/esm/components/amount-title/index.js +1 -1
  486. package/pure-cell/esm/components/category/component.js +1 -1
  487. package/pure-cell/esm/components/category/index.d.ts +1 -1
  488. package/pure-cell/esm/components/category/index.js +1 -1
  489. package/pure-cell/esm/components/content/component.js +1 -1
  490. package/pure-cell/esm/components/content/index.d.ts +1 -1
  491. package/pure-cell/esm/components/content/index.js +1 -1
  492. package/pure-cell/esm/components/footer/component.js +1 -1
  493. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  494. package/pure-cell/esm/components/footer/index.js +1 -1
  495. package/pure-cell/esm/components/footer-button/component.js +1 -1
  496. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  497. package/pure-cell/esm/components/footer-button/index.js +1 -1
  498. package/pure-cell/esm/components/footer-text/component.js +1 -1
  499. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  500. package/pure-cell/esm/components/footer-text/index.js +1 -1
  501. package/pure-cell/esm/components/graphics/component.js +1 -1
  502. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  503. package/pure-cell/esm/components/graphics/index.js +1 -1
  504. package/pure-cell/esm/components/main/component.js +1 -1
  505. package/pure-cell/esm/components/main/index.d.ts +1 -1
  506. package/pure-cell/esm/components/main/index.js +1 -1
  507. package/pure-cell/esm/components/text/component.js +1 -1
  508. package/pure-cell/esm/components/text/index.d.ts +1 -1
  509. package/pure-cell/esm/components/text/index.js +1 -1
  510. package/pure-cell/esm/index.d.ts +2 -2
  511. package/pure-cell/esm/index.js +2 -2
  512. package/pure-cell/index.d.ts +2 -2
  513. package/pure-cell/index.js +18 -1
  514. package/pure-cell/modern/{component-fa474b18.js → component-644d2c3d.js} +3 -2
  515. package/pure-cell/{cssm/component-8c83a9ca.d.ts → modern/component-fb05ccb7.d.ts} +14 -1
  516. package/pure-cell/modern/component.js +2 -2
  517. package/pure-cell/modern/components/addon/component.js +1 -1
  518. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  519. package/pure-cell/modern/components/addon/index.js +1 -1
  520. package/pure-cell/modern/components/amount/component.js +1 -1
  521. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  522. package/pure-cell/modern/components/amount/index.js +1 -1
  523. package/pure-cell/modern/components/amount-title/component.js +1 -1
  524. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  525. package/pure-cell/modern/components/amount-title/index.js +1 -1
  526. package/pure-cell/modern/components/category/component.js +1 -1
  527. package/pure-cell/modern/components/category/index.d.ts +1 -1
  528. package/pure-cell/modern/components/category/index.js +1 -1
  529. package/pure-cell/modern/components/content/component.js +1 -1
  530. package/pure-cell/modern/components/content/index.d.ts +1 -1
  531. package/pure-cell/modern/components/content/index.js +1 -1
  532. package/pure-cell/modern/components/footer/component.js +1 -1
  533. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  534. package/pure-cell/modern/components/footer/index.js +1 -1
  535. package/pure-cell/modern/components/footer-button/component.js +1 -1
  536. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  537. package/pure-cell/modern/components/footer-button/index.js +1 -1
  538. package/pure-cell/modern/components/footer-text/component.js +1 -1
  539. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  540. package/pure-cell/modern/components/footer-text/index.js +1 -1
  541. package/pure-cell/modern/components/graphics/component.js +1 -1
  542. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  543. package/pure-cell/modern/components/graphics/index.js +1 -1
  544. package/pure-cell/modern/components/main/component.js +1 -1
  545. package/pure-cell/modern/components/main/index.d.ts +1 -1
  546. package/pure-cell/modern/components/main/index.js +1 -1
  547. package/pure-cell/modern/components/text/component.js +1 -1
  548. package/pure-cell/modern/components/text/index.d.ts +1 -1
  549. package/pure-cell/modern/components/text/index.js +1 -1
  550. package/pure-cell/modern/index.d.ts +2 -2
  551. package/pure-cell/modern/index.js +2 -2
  552. package/pure-cell/moderncssm/{component-1bce2bd3.js → component-5b5fde55.js} +3 -2
  553. package/pure-cell/{modern/component-8c83a9ca.d.ts → moderncssm/component-fb05ccb7.d.ts} +14 -1
  554. package/pure-cell/moderncssm/component.js +2 -2
  555. package/pure-cell/moderncssm/components/addon/component.js +1 -1
  556. package/pure-cell/moderncssm/components/addon/index.d.ts +1 -1
  557. package/pure-cell/moderncssm/components/addon/index.js +1 -1
  558. package/pure-cell/moderncssm/components/amount/component.js +1 -1
  559. package/pure-cell/moderncssm/components/amount/index.d.ts +1 -1
  560. package/pure-cell/moderncssm/components/amount/index.js +1 -1
  561. package/pure-cell/moderncssm/components/amount-title/component.js +1 -1
  562. package/pure-cell/moderncssm/components/amount-title/index.d.ts +1 -1
  563. package/pure-cell/moderncssm/components/amount-title/index.js +1 -1
  564. package/pure-cell/moderncssm/components/category/component.js +1 -1
  565. package/pure-cell/moderncssm/components/category/index.d.ts +1 -1
  566. package/pure-cell/moderncssm/components/category/index.js +1 -1
  567. package/pure-cell/moderncssm/components/content/component.js +1 -1
  568. package/pure-cell/moderncssm/components/content/index.d.ts +1 -1
  569. package/pure-cell/moderncssm/components/content/index.js +1 -1
  570. package/pure-cell/moderncssm/components/footer/component.js +1 -1
  571. package/pure-cell/moderncssm/components/footer/index.d.ts +1 -1
  572. package/pure-cell/moderncssm/components/footer/index.js +1 -1
  573. package/pure-cell/moderncssm/components/footer-button/component.js +1 -1
  574. package/pure-cell/moderncssm/components/footer-button/index.d.ts +1 -1
  575. package/pure-cell/moderncssm/components/footer-button/index.js +1 -1
  576. package/pure-cell/moderncssm/components/footer-text/component.js +1 -1
  577. package/pure-cell/moderncssm/components/footer-text/index.d.ts +1 -1
  578. package/pure-cell/moderncssm/components/footer-text/index.js +1 -1
  579. package/pure-cell/moderncssm/components/graphics/component.js +1 -1
  580. package/pure-cell/moderncssm/components/graphics/index.d.ts +1 -1
  581. package/pure-cell/moderncssm/components/graphics/index.js +1 -1
  582. package/pure-cell/moderncssm/components/main/component.js +1 -1
  583. package/pure-cell/moderncssm/components/main/index.d.ts +1 -1
  584. package/pure-cell/moderncssm/components/main/index.js +1 -1
  585. package/pure-cell/moderncssm/components/text/component.js +1 -1
  586. package/pure-cell/moderncssm/components/text/index.d.ts +1 -1
  587. package/pure-cell/moderncssm/components/text/index.js +1 -1
  588. package/pure-cell/moderncssm/index.d.ts +2 -2
  589. package/pure-cell/moderncssm/index.js +2 -2
  590. package/select/components/base-select/Component.js +2 -2
  591. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  592. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  593. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  594. package/select/components/virtual-options-list/Component.js +3 -7
  595. package/select/cssm/components/virtual-options-list/Component.js +3 -7
  596. package/select/esm/Component.responsive.js +3 -3
  597. package/select/esm/components/base-select/Component.js +2 -2
  598. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  599. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  600. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  601. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  602. package/select/esm/components/base-select/index.js +2 -2
  603. package/select/esm/components/index.js +2 -2
  604. package/select/esm/components/virtual-options-list/Component.js +3 -7
  605. package/select/esm/desktop/Component.desktop.js +2 -2
  606. package/select/esm/desktop/index.js +2 -2
  607. package/select/esm/index.js +3 -3
  608. package/select/esm/mobile/Component.mobile.js +3 -3
  609. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  610. package/select/esm/mobile/index.js +3 -3
  611. package/select/esm/presets/index.js +1 -1
  612. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  613. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  614. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  615. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  616. package/select/esm/shared/index.js +3 -3
  617. package/select/mobile/Component.mobile.js +1 -1
  618. package/select/modern/Component.responsive.js +3 -3
  619. package/select/modern/components/base-select/Component.js +2 -2
  620. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  621. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  622. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  623. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  624. package/select/modern/components/base-select/index.js +2 -2
  625. package/select/modern/components/index.js +2 -2
  626. package/select/modern/components/virtual-options-list/Component.js +2 -2
  627. package/select/modern/desktop/Component.desktop.js +2 -2
  628. package/select/modern/desktop/index.js +2 -2
  629. package/select/modern/index.js +3 -3
  630. package/select/modern/mobile/Component.mobile.js +3 -3
  631. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  632. package/select/modern/mobile/index.js +3 -3
  633. package/select/modern/presets/index.js +1 -1
  634. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  635. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  636. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  637. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  638. package/select/modern/shared/index.js +3 -3
  639. package/select/moderncssm/components/virtual-options-list/Component.js +2 -2
  640. package/select/presets/index.js +1 -1
  641. package/select/presets/useSelectWithApply/hook.js +1 -1
  642. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  643. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  644. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  645. package/select/shared/index.js +1 -1
  646. package/select-with-tags/Component.responsive.d.ts +1 -1
  647. package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
  648. package/side-panel/Component.responsive.d.ts +32 -1
  649. package/side-panel/Component.responsive.js +10 -2
  650. package/side-panel/components/controls/Component.js +1 -1
  651. package/side-panel/components/footer/Component.js +1 -1
  652. package/side-panel/cssm/Component.responsive.d.ts +32 -1
  653. package/side-panel/cssm/Component.responsive.js +10 -2
  654. package/side-panel/cssm/desktop/Component.desktop.d.ts +17 -1
  655. package/side-panel/cssm/desktop/Component.desktop.js +9 -2
  656. package/side-panel/cssm/desktop/index.js +7 -0
  657. package/side-panel/cssm/index.d.ts +3 -2
  658. package/side-panel/cssm/index.js +26 -0
  659. package/side-panel/cssm/mobile/Component.mobile.d.ts +12 -1
  660. package/side-panel/cssm/mobile/Component.mobile.js +7 -1
  661. package/side-panel/cssm/mobile/index.js +8 -0
  662. package/side-panel/desktop/Component.desktop.d.ts +17 -1
  663. package/side-panel/desktop/Component.desktop.js +9 -2
  664. package/side-panel/desktop/index.js +7 -0
  665. package/side-panel/esm/Component.responsive.d.ts +32 -1
  666. package/side-panel/esm/Component.responsive.js +7 -4
  667. package/side-panel/esm/components/controls/Component.js +1 -1
  668. package/side-panel/esm/components/controls/index.js +1 -1
  669. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  670. package/side-panel/esm/components/footer/Component.js +1 -1
  671. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  672. package/side-panel/esm/desktop/Component.desktop.d.ts +17 -1
  673. package/side-panel/esm/desktop/Component.desktop.js +6 -4
  674. package/side-panel/esm/desktop/index.js +10 -10
  675. package/side-panel/esm/index.d.ts +3 -2
  676. package/side-panel/esm/index.js +16 -16
  677. package/side-panel/esm/mobile/Component.mobile.d.ts +12 -1
  678. package/side-panel/esm/mobile/Component.mobile.js +4 -3
  679. package/side-panel/esm/mobile/index.js +8 -8
  680. package/side-panel/index.d.ts +3 -2
  681. package/side-panel/index.js +26 -0
  682. package/side-panel/mobile/Component.mobile.d.ts +12 -1
  683. package/side-panel/mobile/Component.mobile.js +7 -1
  684. package/side-panel/mobile/index.js +8 -0
  685. package/side-panel/modern/Component.responsive.d.ts +32 -1
  686. package/side-panel/modern/Component.responsive.js +7 -4
  687. package/side-panel/modern/components/controls/Component.js +1 -1
  688. package/side-panel/modern/components/controls/index.js +1 -1
  689. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  690. package/side-panel/modern/components/footer/Component.js +1 -1
  691. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  692. package/side-panel/modern/desktop/Component.desktop.d.ts +17 -1
  693. package/side-panel/modern/desktop/Component.desktop.js +6 -4
  694. package/side-panel/modern/desktop/index.js +10 -10
  695. package/side-panel/modern/index.d.ts +3 -2
  696. package/side-panel/modern/index.js +16 -16
  697. package/side-panel/modern/mobile/Component.mobile.d.ts +12 -1
  698. package/side-panel/modern/mobile/Component.mobile.js +4 -3
  699. package/side-panel/modern/mobile/index.js +8 -8
  700. package/side-panel/moderncssm/Component.responsive.d.ts +32 -1
  701. package/side-panel/moderncssm/Component.responsive.js +6 -3
  702. package/side-panel/moderncssm/desktop/Component.desktop.d.ts +17 -1
  703. package/side-panel/moderncssm/desktop/Component.desktop.js +5 -3
  704. package/side-panel/moderncssm/desktop/index.js +13 -13
  705. package/side-panel/moderncssm/index.d.ts +3 -2
  706. package/side-panel/moderncssm/index.js +25 -25
  707. package/side-panel/moderncssm/mobile/Component.mobile.d.ts +12 -1
  708. package/side-panel/moderncssm/mobile/Component.mobile.js +3 -2
  709. package/side-panel/moderncssm/mobile/index.js +11 -11
  710. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  711. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  712. package/tabs/components/primary-tablist/Component.js +7 -1
  713. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  714. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  715. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  716. package/tabs/components/title/Component.d.ts +1 -0
  717. package/tabs/components/title/Component.js +21 -2
  718. package/tabs/cssm/components/primary-tablist/Component.js +7 -1
  719. package/tabs/cssm/components/title/Component.d.ts +1 -0
  720. package/tabs/cssm/components/title/Component.js +21 -2
  721. package/tabs/esm/collapsible/index.js +1 -1
  722. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  723. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  724. package/tabs/esm/components/primary-tablist/Component.js +8 -2
  725. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  726. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  727. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  728. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  729. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  730. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  731. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  732. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  733. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  734. package/tabs/esm/components/title/Component.d.ts +1 -0
  735. package/tabs/esm/components/title/Component.js +21 -3
  736. package/tabs/esm/components/title/index.js +1 -0
  737. package/tabs/esm/desktop/index.js +2 -2
  738. package/tabs/esm/index.js +2 -2
  739. package/tabs/esm/mobile/index.js +2 -2
  740. package/tabs/modern/collapsible/index.js +1 -1
  741. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  742. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  743. package/tabs/modern/components/primary-tablist/Component.js +8 -2
  744. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  745. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  746. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  747. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  748. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  749. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  750. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  751. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  752. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  753. package/tabs/modern/components/title/Component.d.ts +1 -0
  754. package/tabs/modern/components/title/Component.js +21 -3
  755. package/tabs/modern/components/title/index.js +1 -0
  756. package/tabs/modern/desktop/index.js +2 -2
  757. package/tabs/modern/index.js +2 -2
  758. package/tabs/modern/mobile/index.js +2 -2
  759. package/tabs/moderncssm/components/primary-tablist/Component.js +8 -2
  760. package/tabs/moderncssm/components/title/Component.d.ts +1 -0
  761. package/tabs/moderncssm/components/title/Component.js +21 -3
  762. package/tabs/moderncssm/components/title/index.js +1 -0
  763. package/themes/compiled/mobile-dark-bluetint.css +57 -57
  764. package/toast/Component.responsive.d.ts +1 -1
  765. package/toast/components/base-toast/component.d.ts +1 -1
  766. package/typography/esm/component.js +2 -2
  767. package/typography/esm/index.js +2 -2
  768. package/typography/esm/text/component.js +1 -1
  769. package/typography/esm/text/index.js +1 -1
  770. package/typography/esm/title/component.js +1 -1
  771. package/typography/esm/title/index.js +2 -2
  772. package/typography/esm/title-mobile/component.js +2 -2
  773. package/typography/esm/title-mobile/index.js +2 -2
  774. package/typography/esm/title-responsive/component.js +2 -2
  775. package/typography/esm/title-responsive/index.js +2 -2
  776. package/typography/modern/component.js +2 -2
  777. package/typography/modern/index.js +2 -2
  778. package/typography/modern/text/component.js +1 -1
  779. package/typography/modern/text/index.js +1 -1
  780. package/typography/modern/title/component.js +1 -1
  781. package/typography/modern/title/index.js +2 -2
  782. package/typography/modern/title-mobile/component.js +2 -2
  783. package/typography/modern/title-mobile/index.js +2 -2
  784. package/typography/modern/title-responsive/component.js +2 -2
  785. package/typography/modern/title-responsive/index.js +2 -2
  786. package/typography/text/component.js +1 -1
  787. package/typography/title/component.js +1 -1
  788. package/typography/title/index.js +1 -1
  789. package/typography/title-mobile/component.js +1 -1
  790. package/universal-date-input/cssm/index-5712fce2.d.ts +53 -49
  791. package/universal-date-input/esm/index-5712fce2.d.ts +53 -49
  792. package/universal-date-input/index-5712fce2.d.ts +53 -49
  793. package/universal-date-input/modern/index-5712fce2.d.ts +53 -49
  794. package/universal-date-input/moderncssm/index-5712fce2.d.ts +53 -49
  795. /package/calendar/{esm/calendarMonthOnlyView-f4583853.d.ts → calendarMonthOnlyView-173b9223.d.ts} +0 -0
  796. /package/calendar/{calendarMonthOnlyView-216a8aa4.js → calendarMonthOnlyView-173b9223.js} +0 -0
  797. /package/calendar/{modern/calendarMonthOnlyView-37a2af5d.d.ts → esm/calendarMonthOnlyView-d9b489af.d.ts} +0 -0
  798. /package/calendar/esm/{calendarMonthOnlyView-f4583853.js → calendarMonthOnlyView-d9b489af.js} +0 -0
  799. /package/calendar/modern/{calendarMonthOnlyView-37a2af5d.js → calendarMonthOnlyView-8fbaef66.js} +0 -0
  800. /package/confirmation/{countdown-section-b4484461.d.ts → countdown-section-04472df7.d.ts} +0 -0
  801. /package/confirmation/{countdown-section-b4484461.js → countdown-section-04472df7.js} +0 -0
  802. /package/confirmation/esm/{countdown-section-617a570f.d.ts → countdown-section-706697ef.d.ts} +0 -0
  803. /package/confirmation/esm/{countdown-section-617a570f.js → countdown-section-706697ef.js} +0 -0
  804. /package/confirmation/modern/{countdown-section-7fa613dc.d.ts → countdown-section-a75f3606.d.ts} +0 -0
  805. /package/confirmation/modern/{countdown-section-7fa613dc.js → countdown-section-a75f3606.js} +0 -0
  806. /package/custom-button/cssm/{index.module.css → components/base-custom-button/index.module.css} +0 -0
  807. /package/custom-button/moderncssm/{index.module.css → components/base-custom-button/index.module.css} +0 -0
  808. /package/file-upload-item/{actions-control.module-a7a4b575.js → actions-control.module-340119ff.js} +0 -0
  809. /package/file-upload-item/esm/{actions-control.module-98c09ab4.js → actions-control.module-9f6e94da.js} +0 -0
  810. /package/file-upload-item/modern/{actions-control.module-05f4246e.js → actions-control.module-4ddd7980.js} +0 -0
  811. /package/gallery/esm/{index.module-e08f1a14.js → index.module-becebb0c.js} +0 -0
  812. /package/gallery/{index.module-179d71da.js → index.module-1e975ef9.js} +0 -0
  813. /package/gallery/modern/{index.module-6085e667.js → index.module-25834c2f.js} +0 -0
  814. /package/modal/esm/{layout.module-9299f71b.js → layout.module-4dab57e4.js} +0 -0
  815. /package/modal/{layout.module-5edf7433.js → layout.module-5a73e32f.js} +0 -0
  816. /package/modal/modern/{layout.module-1a314c78.js → layout.module-dc6efbf4.js} +0 -0
  817. /package/plate/esm/{warning-f71305f9.d.ts → warning-555f5627.d.ts} +0 -0
  818. /package/plate/esm/{warning-f71305f9.js → warning-555f5627.js} +0 -0
  819. /package/plate/modern/{warning-529d7e2e.d.ts → warning-edbf6a14.d.ts} +0 -0
  820. /package/plate/modern/{warning-529d7e2e.js → warning-edbf6a14.js} +0 -0
  821. /package/plate/{warning-5c40c8ff.d.ts → warning-6210dd39.d.ts} +0 -0
  822. /package/plate/{warning-5c40c8ff.js → warning-6210dd39.js} +0 -0
  823. /package/pure-cell/{component-1d89c343.d.ts → component-4ddb1c01.d.ts} +0 -0
  824. /package/pure-cell/cssm/{component-24c65922.d.ts → component-195fb685.d.ts} +0 -0
  825. /package/pure-cell/esm/{component-0e84b5b7.d.ts → component-820518e9.d.ts} +0 -0
  826. /package/pure-cell/modern/{component-fa474b18.d.ts → component-644d2c3d.d.ts} +0 -0
  827. /package/pure-cell/moderncssm/{component-1bce2bd3.d.ts → component-5b5fde55.d.ts} +0 -0
  828. /package/select/esm/{hook-d9e37ad2.d.ts → hook-aaef0610.d.ts} +0 -0
  829. /package/select/esm/{hook-d9e37ad2.js → hook-aaef0610.js} +0 -0
  830. /package/select/esm/{list-popover-desktop-31dcf582.d.ts → list-popover-desktop-7752b0d6.d.ts} +0 -0
  831. /package/select/esm/{list-popover-desktop-31dcf582.js → list-popover-desktop-7752b0d6.js} +0 -0
  832. /package/select/esm/{mobile.module-05b7e7a8.js → mobile.module-cea6059d.js} +0 -0
  833. /package/select/{hook-7f76d0ec.d.ts → hook-d32fd6d1.d.ts} +0 -0
  834. /package/select/{hook-7f76d0ec.js → hook-d32fd6d1.js} +0 -0
  835. /package/select/{list-popover-desktop-5114250e.d.ts → list-popover-desktop-0112e158.d.ts} +0 -0
  836. /package/select/{list-popover-desktop-5114250e.js → list-popover-desktop-0112e158.js} +0 -0
  837. /package/select/{mobile.module-ab3549de.js → mobile.module-c0872fa7.js} +0 -0
  838. /package/select/modern/{hook-b57d5769.d.ts → hook-07c71261.d.ts} +0 -0
  839. /package/select/modern/{hook-b57d5769.js → hook-07c71261.js} +0 -0
  840. /package/select/modern/{list-popover-desktop-31bbff94.d.ts → list-popover-desktop-dd9395b6.d.ts} +0 -0
  841. /package/select/modern/{list-popover-desktop-31bbff94.js → list-popover-desktop-dd9395b6.js} +0 -0
  842. /package/select/modern/{mobile.module-ce19a0bb.js → mobile.module-64428fbc.js} +0 -0
  843. /package/side-panel/esm/{layout.module-af536700.js → layout.module-c5def0b4.js} +0 -0
  844. /package/side-panel/{layout.module-837c5604.js → layout.module-6dca0f1d.js} +0 -0
  845. /package/side-panel/modern/{layout.module-6a50f713.js → layout.module-c6a07a4c.js} +0 -0
  846. /package/tabs/esm/{index.module-bf409628.js → index.module-56154675.js} +0 -0
  847. /package/tabs/esm/{index.module-68d92895.js → index.module-b46d929a.js} +0 -0
  848. /package/tabs/{index.module-b46623d0.js → index.module-db8a0c46.js} +0 -0
  849. /package/tabs/{index.module-439d7c2f.js → index.module-e8478416.js} +0 -0
  850. /package/tabs/modern/{index.module-923d7cbd.js → index.module-1d462755.js} +0 -0
  851. /package/tabs/modern/{index.module-48a1b54e.js → index.module-e008d842.js} +0 -0
  852. /package/typography/{colors.module-ab93d388.js → colors.module-386aa13d.js} +0 -0
  853. /package/typography/{common.module-94ad71b0.js → common.module-b7161de1.js} +0 -0
  854. /package/typography/esm/{colors.module-6658cd3c.js → colors.module-f826795b.js} +0 -0
  855. /package/typography/esm/{common.module-f4b1cdf8.js → common.module-1fd9d659.js} +0 -0
  856. /package/typography/modern/{colors.module-8482104b.js → colors.module-70bdb614.js} +0 -0
  857. /package/typography/modern/{common.module-4e2299d9.js → common.module-563dd876.js} +0 -0
@@ -13,10 +13,11 @@ var desktop = require('../../calendar/desktop');
13
13
  var shared$1 = require('../../calendar/shared');
14
14
  var shared = require('../../calendar-input/shared');
15
15
  var coreComponentsDateInput = require('../../date-input');
16
+ var coreComponentsShared = require('../../shared');
16
17
  var components_divider_Component = require('../components/divider/Component.js');
17
18
  var hooks = require('../hooks.js');
18
19
  var utils = require('../utils.js');
19
- var index_module = require('../index.module-0764a2af.js');
20
+ var index_module = require('../index.module-ed2ad236.js');
20
21
 
21
22
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
22
23
 
@@ -30,7 +31,7 @@ var startOfMonth__default = /*#__PURE__*/_interopDefaultCompat(startOfMonth);
30
31
  var subMonths__default = /*#__PURE__*/_interopDefaultCompat(subMonths);
31
32
 
32
33
  var CalendarRangeStatic = function (_a) {
33
- var className = _a.className, _b = _a.defaultMonth, defaultMonth = _b === void 0 ? startOfMonth__default.default(new Date()).getTime() : _b, _c = _a.defaultMonthPosition, defaultMonthPosition = _c === void 0 ? 'left' : _c, minDate = _a.minDate, maxDate = _a.maxDate, _d = _a.valueFrom, valueFrom = _d === void 0 ? '' : _d, _e = _a.valueTo, valueTo = _e === void 0 ? '' : _e, _f = _a.onDateFromChange, onDateFromChange = _f === void 0 ? function () { return null; } : _f, _g = _a.onDateToChange, onDateToChange = _g === void 0 ? function () { return null; } : _g, _h = _a.onChange, onChange = _h === void 0 ? function () { return null; } : _h, onError = _a.onError, _j = _a.inputFromProps, inputFromProps = _j === void 0 ? {} : _j, _k = _a.inputToProps, inputToProps = _k === void 0 ? {} : _k, offDays = _a.offDays, events = _a.events, _l = _a.returnInvalidDates, returnInvalidDates = _l === void 0 ? false : _l, dataTestId = _a.dataTestId;
34
+ var className = _a.className, _b = _a.defaultMonth, defaultMonth = _b === void 0 ? startOfMonth__default.default(new Date()).getTime() : _b, _c = _a.defaultMonthPosition, defaultMonthPosition = _c === void 0 ? 'left' : _c, minDate = _a.minDate, maxDate = _a.maxDate, _d = _a.valueFrom, valueFrom = _d === void 0 ? '' : _d, _e = _a.valueTo, valueTo = _e === void 0 ? '' : _e, _f = _a.onDateFromChange, onDateFromChange = _f === void 0 ? function () { return null; } : _f, _g = _a.onDateToChange, onDateToChange = _g === void 0 ? function () { return null; } : _g, _h = _a.onChange, onChange = _h === void 0 ? function () { return null; } : _h, onError = _a.onError, _j = _a.inputFromProps, inputFromProps = _j === void 0 ? {} : _j, _k = _a.inputToProps, inputToProps = _k === void 0 ? {} : _k, offDays = _a.offDays, events = _a.events, _l = _a.returnInvalidDates, returnInvalidDates = _l === void 0 ? false : _l, dataTestId = _a.dataTestId, calendarContainerClassName = _a.calendarContainerClassName;
34
35
  var _m = React.useState(valueFrom), inputFromValue = _m[0], setInputFromValue = _m[1];
35
36
  var _o = React.useState(valueTo), inputToValue = _o[0], setInputToValue = _o[1];
36
37
  var dateFrom = shared.isValidInputValue(inputFromValue, minDate, maxDate, offDays)
@@ -174,17 +175,20 @@ var CalendarRangeStatic = function (_a) {
174
175
  React__default.default.createElement(coreComponentsDateInput.DateInput, tslib.__assign({}, dateInputFromProps, { mobileMode: dateInputFromProps.mobileMode === 'popover'
175
176
  ? 'input'
176
177
  : dateInputFromProps.mobileMode, value: inputFromValue, onChange: handleInputFromChange, onClear: handleClearFrom, onBlur: handleValidInputFrom, error: bothInvalid || inputFromInvalid || dateInputFromProps.error, clear: true, block: true })),
177
- React__default.default.createElement(CalendarFromComponent, tslib.__assign({}, calendarFromProps, { className: cn__default.default(index_module.styles.calendar, calendarFromProps === null || calendarFromProps === void 0 ? void 0 : calendarFromProps.className), month: monthFrom, selectorView: 'month-only', offDays: offDays, events: events, onChange: period.updatePeriod, onMonthChange: handleMonthFromChange, minDate: minDate, maxDate: minMaxInSameMonth
178
- ? maxDate
179
- : maxDate && max__default.default([maxDate, endOfMonth__default.default(subMonths__default.default(maxDate, 1))]).getTime() }, rangeProps))),
178
+ React__default.default.createElement("div", { className: cn__default.default(index_module.styles.calendarContainer, calendarContainerClassName), "data-test-id": coreComponentsShared.getDataTestId(dataTestId, 'container-from') },
179
+ React__default.default.createElement(CalendarFromComponent, tslib.__assign({}, calendarFromProps, { className: cn__default.default(index_module.styles.calendar, calendarFromProps === null || calendarFromProps === void 0 ? void 0 : calendarFromProps.className), month: monthFrom, selectorView: 'month-only', offDays: offDays, events: events, onChange: period.updatePeriod, onMonthChange: handleMonthFromChange, minDate: minDate, maxDate: minMaxInSameMonth
180
+ ? maxDate
181
+ : maxDate &&
182
+ max__default.default([maxDate, endOfMonth__default.default(subMonths__default.default(maxDate, 1))]).getTime() }, rangeProps)))),
180
183
  React__default.default.createElement(components_divider_Component.Divider, { inputFromProps: inputFromProps, inputToProps: inputToProps }),
181
184
  React__default.default.createElement("div", null,
182
185
  React__default.default.createElement(coreComponentsDateInput.DateInput, tslib.__assign({}, dateInputToProps, { mobileMode: dateInputToProps.mobileMode === 'popover'
183
186
  ? 'input'
184
187
  : dateInputToProps.mobileMode, value: inputToValue, onChange: handleInputToChange, onClear: handleClearTo, onBlur: handleValidInputTo, error: bothInvalid || inputToInvalid || dateInputToProps.error, clear: true, block: true })),
185
- React__default.default.createElement(CalendarToComponent, tslib.__assign({}, calendarToProps, { className: cn__default.default(index_module.styles.calendar, calendarToProps === null || calendarToProps === void 0 ? void 0 : calendarToProps.className), month: monthTo, selectorView: 'month-only', offDays: offDays, events: events, onChange: period.updatePeriod, onMonthChange: handleMonthToChange, minDate: minMaxInSameMonth
186
- ? minDate
187
- : minDate && startOfMonth__default.default(addMonths__default.default(minDate, 1)).getTime(), maxDate: maxDate }, rangeProps)))));
188
+ React__default.default.createElement("div", { "data-test-id": coreComponentsShared.getDataTestId(dataTestId, 'container-to') },
189
+ React__default.default.createElement(CalendarToComponent, tslib.__assign({}, calendarToProps, { className: cn__default.default(index_module.styles.calendar, calendarToProps === null || calendarToProps === void 0 ? void 0 : calendarToProps.className), month: monthTo, selectorView: 'month-only', offDays: offDays, events: events, onChange: period.updatePeriod, onMonthChange: handleMonthToChange, minDate: minMaxInSameMonth
190
+ ? minDate
191
+ : minDate && startOfMonth__default.default(addMonths__default.default(minDate, 1)).getTime(), maxDate: maxDate }, rangeProps))))));
188
192
  };
189
193
 
190
194
  exports.CalendarRangeStatic = CalendarRangeStatic;
@@ -10,7 +10,7 @@ var coreComponentsTypography = require('../../../../typography');
10
10
  var hooks = require('@alfalab/hooks');
11
11
  var context = require('../../../context.js');
12
12
  var components_header_component = require('../../header/component.js');
13
- var components_screens_initial_countdownSection = require('../../../countdown-section-b4484461.js');
13
+ var components_screens_initial_countdownSection = require('../../../countdown-section-04472df7.js');
14
14
 
15
15
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
16
16
 
@@ -7,7 +7,7 @@ require('../../../../spinner');
7
7
  require('../../../../typography');
8
8
  require('../../../context.js');
9
9
  require('../../../utils.js');
10
- var components_screens_initial_countdownSection = require('../../../countdown-section-b4484461.js');
10
+ var components_screens_initial_countdownSection = require('../../../countdown-section-04472df7.js');
11
11
 
12
12
 
13
13
 
@@ -16,7 +16,7 @@ import '../../code-input/esm/mobile';
16
16
  import '../../link/esm';
17
17
  import '../../typography/esm';
18
18
  import './components/header/component.js';
19
- import './countdown-section-617a570f.js';
19
+ import './countdown-section-706697ef.js';
20
20
  import '../../button/esm';
21
21
  import '../../spinner/esm';
22
22
  import './components/screens/hint/component.js';
@@ -15,7 +15,7 @@ import '../../../../code-input/esm/mobile';
15
15
  import '../../../../link/esm';
16
16
  import '../../../../typography/esm';
17
17
  import '../header/component.js';
18
- import '../../countdown-section-617a570f.js';
18
+ import '../../countdown-section-706697ef.js';
19
19
  import '../../../../button/esm';
20
20
  import '../../../../spinner/esm';
21
21
  import '../countdown-loader/component.js';
@@ -13,7 +13,7 @@ import '../../../../code-input/esm/mobile';
13
13
  import '../../../../link/esm';
14
14
  import '../../../../typography/esm';
15
15
  import '../header/component.js';
16
- import '../../countdown-section-617a570f.js';
16
+ import '../../countdown-section-706697ef.js';
17
17
  import '../../../../button/esm';
18
18
  import '../../../../spinner/esm';
19
19
  import '../screens/hint/component.js';
@@ -14,6 +14,6 @@ import '@alfalab/hooks';
14
14
  import '../context.js';
15
15
  import '../utils.js';
16
16
  import './header/component.js';
17
- import '../countdown-section-617a570f.js';
17
+ import '../countdown-section-706697ef.js';
18
18
  import '../../../button/esm';
19
19
  import '../../../spinner/esm';
@@ -13,7 +13,7 @@ import '@alfalab/hooks';
13
13
  import '../../context.js';
14
14
  import '../../utils.js';
15
15
  import '../header/component.js';
16
- import '../../countdown-section-617a570f.js';
16
+ import '../../countdown-section-706697ef.js';
17
17
  import '../../../../button/esm';
18
18
  import '../../../../spinner/esm';
19
19
  import '../countdown-loader/component.js';
@@ -8,7 +8,7 @@ import { Text } from '../../../../../typography/esm';
8
8
  import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
9
9
  import { ConfirmationContext } from '../../../context.js';
10
10
  import { Header } from '../../header/component.js';
11
- import { s as styles, C as CountdownSection } from '../../../countdown-section-617a570f.js';
11
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-706697ef.js';
12
12
  import '../../../utils.js';
13
13
  import '../../../../../button/esm';
14
14
  import '../../../../../spinner/esm';
@@ -4,5 +4,5 @@ import '../../../../../button/esm';
4
4
  import '../../../../../spinner/esm';
5
5
  import '../../../../../typography/esm';
6
6
  import '../../../context.js';
7
- export { C as CountdownSection } from '../../../countdown-section-617a570f.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-706697ef.js';
8
8
  import '../../../utils.js';
@@ -10,6 +10,6 @@ import '@alfalab/hooks';
10
10
  import '../../../context.js';
11
11
  import '../../../utils.js';
12
12
  import '../../header/component.js';
13
- import '../../../countdown-section-617a570f.js';
13
+ import '../../../countdown-section-706697ef.js';
14
14
  import '../../../../../button/esm';
15
15
  import '../../../../../spinner/esm';
@@ -13,7 +13,7 @@ import '../../../code-input/esm/mobile';
13
13
  import '../../../link/esm';
14
14
  import '../../../typography/esm';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-617a570f.js';
16
+ import '../countdown-section-706697ef.js';
17
17
  import '../../../button/esm';
18
18
  import '../../../spinner/esm';
19
19
  import '../components/screens/hint/component.js';
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
14
14
  import '../../../link/esm';
15
15
  import '../../../typography/esm';
16
16
  import '../components/header/component.js';
17
- import '../countdown-section-617a570f.js';
17
+ import '../countdown-section-706697ef.js';
18
18
  import '../../../button/esm';
19
19
  import '../../../spinner/esm';
20
20
  import '../components/screens/hint/component.js';
@@ -16,7 +16,7 @@ import '../../code-input/esm/mobile';
16
16
  import '../../link/esm';
17
17
  import '../../typography/esm';
18
18
  import './components/header/component.js';
19
- import './countdown-section-617a570f.js';
19
+ import './countdown-section-706697ef.js';
20
20
  import '../../button/esm';
21
21
  import '../../spinner/esm';
22
22
  import './components/screens/hint/component.js';
@@ -13,7 +13,7 @@ import '../../../code-input/esm/mobile';
13
13
  import '../../../link/esm';
14
14
  import '../../../typography/esm';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-617a570f.js';
16
+ import '../countdown-section-706697ef.js';
17
17
  import '../../../button/esm';
18
18
  import '../../../spinner/esm';
19
19
  import '../components/screens/hint/component.js';
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
14
14
  import '../../../link/esm';
15
15
  import '../../../typography/esm';
16
16
  import '../components/header/component.js';
17
- import '../countdown-section-617a570f.js';
17
+ import '../countdown-section-706697ef.js';
18
18
  import '../../../button/esm';
19
19
  import '../../../spinner/esm';
20
20
  import '../components/screens/hint/component.js';
@@ -15,6 +15,6 @@ import '../../../link/esm';
15
15
  import '../../../typography/esm';
16
16
  import '@alfalab/hooks';
17
17
  import '../components/header/component.js';
18
- import '../countdown-section-617a570f.js';
18
+ import '../countdown-section-706697ef.js';
19
19
  import '../../../button/esm';
20
20
  import '../../../spinner/esm';
@@ -15,7 +15,7 @@ import '../../code-input/modern/mobile';
15
15
  import '../../link/modern';
16
16
  import '../../typography/modern';
17
17
  import './components/header/component.js';
18
- import './countdown-section-7fa613dc.js';
18
+ import './countdown-section-a75f3606.js';
19
19
  import '../../button/modern';
20
20
  import '../../spinner/modern';
21
21
  import './components/screens/hint/component.js';
@@ -14,7 +14,7 @@ import '../../../../code-input/modern/mobile';
14
14
  import '../../../../link/modern';
15
15
  import '../../../../typography/modern';
16
16
  import '../header/component.js';
17
- import '../../countdown-section-7fa613dc.js';
17
+ import '../../countdown-section-a75f3606.js';
18
18
  import '../../../../button/modern';
19
19
  import '../../../../spinner/modern';
20
20
  import '../countdown-loader/component.js';
@@ -12,7 +12,7 @@ import '../../../../code-input/modern/mobile';
12
12
  import '../../../../link/modern';
13
13
  import '../../../../typography/modern';
14
14
  import '../header/component.js';
15
- import '../../countdown-section-7fa613dc.js';
15
+ import '../../countdown-section-a75f3606.js';
16
16
  import '../../../../button/modern';
17
17
  import '../../../../spinner/modern';
18
18
  import '../screens/hint/component.js';
@@ -14,6 +14,6 @@ import '@alfalab/hooks';
14
14
  import '../context.js';
15
15
  import '../utils.js';
16
16
  import './header/component.js';
17
- import '../countdown-section-7fa613dc.js';
17
+ import '../countdown-section-a75f3606.js';
18
18
  import '../../../button/modern';
19
19
  import '../../../spinner/modern';
@@ -13,7 +13,7 @@ import '@alfalab/hooks';
13
13
  import '../../context.js';
14
14
  import '../../utils.js';
15
15
  import '../header/component.js';
16
- import '../../countdown-section-7fa613dc.js';
16
+ import '../../countdown-section-a75f3606.js';
17
17
  import '../../../../button/modern';
18
18
  import '../../../../spinner/modern';
19
19
  import '../countdown-loader/component.js';
@@ -8,7 +8,7 @@ import { Text } from '../../../../../typography/modern';
8
8
  import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
9
9
  import { ConfirmationContext } from '../../../context.js';
10
10
  import { Header } from '../../header/component.js';
11
- import { s as styles, C as CountdownSection } from '../../../countdown-section-7fa613dc.js';
11
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-a75f3606.js';
12
12
  import '../../../utils.js';
13
13
  import '../../../../../button/modern';
14
14
  import '../../../../../spinner/modern';
@@ -4,5 +4,5 @@ import '../../../../../button/modern';
4
4
  import '../../../../../spinner/modern';
5
5
  import '../../../../../typography/modern';
6
6
  import '../../../context.js';
7
- export { C as CountdownSection } from '../../../countdown-section-7fa613dc.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-a75f3606.js';
8
8
  import '../../../utils.js';
@@ -10,6 +10,6 @@ import '@alfalab/hooks';
10
10
  import '../../../context.js';
11
11
  import '../../../utils.js';
12
12
  import '../../header/component.js';
13
- import '../../../countdown-section-7fa613dc.js';
13
+ import '../../../countdown-section-a75f3606.js';
14
14
  import '../../../../../button/modern';
15
15
  import '../../../../../spinner/modern';
@@ -12,7 +12,7 @@ import '../../../code-input/modern/mobile';
12
12
  import '../../../link/modern';
13
13
  import '../../../typography/modern';
14
14
  import '../components/header/component.js';
15
- import '../countdown-section-7fa613dc.js';
15
+ import '../countdown-section-a75f3606.js';
16
16
  import '../../../button/modern';
17
17
  import '../../../spinner/modern';
18
18
  import '../components/screens/hint/component.js';
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
13
13
  import '../../../link/modern';
14
14
  import '../../../typography/modern';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-7fa613dc.js';
16
+ import '../countdown-section-a75f3606.js';
17
17
  import '../../../button/modern';
18
18
  import '../../../spinner/modern';
19
19
  import '../components/screens/hint/component.js';
@@ -15,7 +15,7 @@ import '../../code-input/modern/mobile';
15
15
  import '../../link/modern';
16
16
  import '../../typography/modern';
17
17
  import './components/header/component.js';
18
- import './countdown-section-7fa613dc.js';
18
+ import './countdown-section-a75f3606.js';
19
19
  import '../../button/modern';
20
20
  import '../../spinner/modern';
21
21
  import './components/screens/hint/component.js';
@@ -12,7 +12,7 @@ import '../../../code-input/modern/mobile';
12
12
  import '../../../link/modern';
13
13
  import '../../../typography/modern';
14
14
  import '../components/header/component.js';
15
- import '../countdown-section-7fa613dc.js';
15
+ import '../countdown-section-a75f3606.js';
16
16
  import '../../../button/modern';
17
17
  import '../../../spinner/modern';
18
18
  import '../components/screens/hint/component.js';
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
13
13
  import '../../../link/modern';
14
14
  import '../../../typography/modern';
15
15
  import '../components/header/component.js';
16
- import '../countdown-section-7fa613dc.js';
16
+ import '../countdown-section-a75f3606.js';
17
17
  import '../../../button/modern';
18
18
  import '../../../spinner/modern';
19
19
  import '../components/screens/hint/component.js';
@@ -15,6 +15,6 @@ import '../../../link/modern';
15
15
  import '../../../typography/modern';
16
16
  import '@alfalab/hooks';
17
17
  import '../components/header/component.js';
18
- import '../countdown-section-7fa613dc.js';
18
+ import '../countdown-section-a75f3606.js';
19
19
  import '../../../button/modern';
20
20
  import '../../../spinner/modern';
@@ -1,32 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import React from 'react';
3
- import { AnchorHTMLAttributes, ButtonHTMLAttributes } from "react";
4
- import { ButtonProps } from "../button";
5
- type ComponentProps = Omit<ButtonProps, 'view' | 'colors'> & {
6
- /**
7
- * Цвет кнопки
8
- */
9
- backgroundColor?: string;
10
- /**
11
- * Цвет контента
12
- */
13
- contentColor?: 'black' | 'white' | 'static-black' | 'static-white';
14
- /**
15
- * Затемнение или осветление кнопки при hover и active
16
- */
17
- stateType?: 'darkening' | 'lightening' | 'static-darkening' | 'static-lightening';
18
- /**
19
- * Блокировка кнопки
20
- */
21
- disabled?: boolean;
22
- /**
23
- * Тип цвета для заблокированного состояния
24
- * @default default
25
- */
26
- disableType?: 'default' | 'static' | 'inverted' | 'static-inverted';
27
- };
28
- type AnchorButtonProps = ComponentProps & AnchorHTMLAttributes<HTMLAnchorElement>;
29
- type NativeButtonProps = ComponentProps & ButtonHTMLAttributes<HTMLButtonElement>;
30
- type CustomButtonProps = Partial<AnchorButtonProps | NativeButtonProps>;
3
+ import { CustomButtonProps } from "./types/props";
31
4
  declare const CustomButton: React.ForwardRefExoticComponent<CustomButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
32
- export { ComponentProps, CustomButtonProps, CustomButton };
5
+ export { CustomButton };
@@ -2,24 +2,16 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
- var cn = require('classnames');
6
5
  var coreComponentsButton = require('../button');
6
+ var components_baseCustomButton_baseCustomButton = require('./components/base-custom-button/base-custom-button.js');
7
7
 
8
8
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
9
 
10
10
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
11
- var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
12
11
 
13
- var styles = {"customButton":"custom-button__customButton_1uca8","border":"custom-button__border_1uca8","white":"custom-button__white_1uca8","black":"custom-button__black_1uca8","static-white":"custom-button__static-white_1uca8","static-black":"custom-button__static-black_1uca8","darkening":"custom-button__darkening_1uca8","lightening":"custom-button__lightening_1uca8","static-darkening":"custom-button__static-darkening_1uca8","static-lightening":"custom-button__static-lightening_1uca8","disableType-default":"custom-button__disableType-default_1uca8","disableType-static":"custom-button__disableType-static_1uca8","disableType-inverted":"custom-button__disableType-inverted_1uca8","disableType-static-inverted":"custom-button__disableType-static-inverted_1uca8"};
14
- require('./index.css');
15
-
16
- var DEFAULT_BUTTON_COLOR = '#FF45C3';
17
- var DEFAULT_CONTENT_COLOR = 'white';
18
- var CustomButton = React__default.default.forwardRef(function (_a, ref) {
19
- var children = _a.children, className = _a.className, loading = _a.loading, _b = _a.backgroundColor, backgroundColor = _b === void 0 ? DEFAULT_BUTTON_COLOR : _b, _c = _a.contentColor, contentColor = _c === void 0 ? DEFAULT_CONTENT_COLOR : _c, _d = _a.stateType, stateType = _d === void 0 ? 'darkening' : _d, _e = _a.disableType, disableType = _e === void 0 ? 'default' : _e, restProps = tslib.__rest(_a, ["children", "className", "loading", "backgroundColor", "contentColor", "stateType", "disableType"]);
20
- var buttonProps = tslib.__assign({ style: tslib.__assign({}, (!restProps.disabled && { background: backgroundColor })) }, restProps);
21
- var buttonClassName = cn__default.default(styles.customButton, styles.border, className, styles[contentColor], styles[stateType], styles["disableType-".concat(disableType)]);
22
- return (React__default.default.createElement(coreComponentsButton.Button, tslib.__assign({}, buttonProps, { view: 'primary', ref: ref, className: buttonClassName, loading: loading }), children));
12
+ var CustomButton = React.forwardRef(function (_a, ref) {
13
+ var children = _a.children, restProps = tslib.__rest(_a, ["children"]);
14
+ return (React__default.default.createElement(components_baseCustomButton_baseCustomButton.BaseCustomButton, tslib.__assign({ ref: ref }, restProps, { componentButton: coreComponentsButton.Button }), children));
23
15
  });
24
16
  CustomButton.displayName = 'CustomButton';
25
17
 
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import React from 'react';
3
+ import { Button } from "../../../button";
4
+ import { ButtonDesktop } from "../../../button/desktop";
5
+ import { ButtonMobile } from "../../../button/mobile";
6
+ import { CustomButtonProps } from "../../types/props";
7
+ declare const BaseCustomButton: React.ForwardRefExoticComponent<(CustomButtonProps & {
8
+ componentButton: typeof Button | typeof ButtonDesktop | typeof ButtonMobile;
9
+ }) & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
10
+ export { BaseCustomButton };
@@ -0,0 +1,25 @@
1
+ Object.defineProperty(exports, '__esModule', { value: true });
2
+
3
+ var tslib = require('tslib');
4
+ var React = require('react');
5
+ var cn = require('classnames');
6
+ var constants_defaultColors = require('../../constants/default-colors.js');
7
+
8
+ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
+
10
+ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
11
+ var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
12
+
13
+ var styles = {"customButton":"custom-button__customButton_l67aj","border":"custom-button__border_l67aj","white":"custom-button__white_l67aj","black":"custom-button__black_l67aj","static-white":"custom-button__static-white_l67aj","static-black":"custom-button__static-black_l67aj","darkening":"custom-button__darkening_l67aj","lightening":"custom-button__lightening_l67aj","static-darkening":"custom-button__static-darkening_l67aj","static-lightening":"custom-button__static-lightening_l67aj","disableType-default":"custom-button__disableType-default_l67aj","disableType-static":"custom-button__disableType-static_l67aj","disableType-inverted":"custom-button__disableType-inverted_l67aj","disableType-static-inverted":"custom-button__disableType-static-inverted_l67aj"};
14
+ require('./index.css');
15
+
16
+ var BaseCustomButton = React.forwardRef(function (_a, ref) {
17
+ var _b;
18
+ var children = _a.children, className = _a.className, loading = _a.loading, _c = _a.backgroundColor, backgroundColor = _c === void 0 ? constants_defaultColors.DEFAULT_BUTTON_COLOR : _c, _d = _a.contentColor, contentColor = _d === void 0 ? constants_defaultColors.DEFAULT_CONTENT_COLOR : _d, _e = _a.stateType, stateType = _e === void 0 ? 'darkening' : _e, _f = _a.disableType, disableType = _f === void 0 ? 'default' : _f, ComponentButton = _a.componentButton, restProps = tslib.__rest(_a, ["children", "className", "loading", "backgroundColor", "contentColor", "stateType", "disableType", "componentButton"]);
19
+ return (React__default.default.createElement(ComponentButton, tslib.__assign({ style: tslib.__assign({}, (!restProps.disabled && { background: backgroundColor })) }, restProps, { view: 'primary', ref: ref, className: cn__default.default(styles.customButton, styles.border, className, styles[contentColor], styles[stateType], styles["disableType-".concat(disableType)], (_b = {},
20
+ _b[styles.customLoading] = loading,
21
+ _b)), loading: loading }), children));
22
+ });
23
+ BaseCustomButton.displayName = 'BaseCustomButton';
24
+
25
+ exports.BaseCustomButton = BaseCustomButton;
@@ -1,4 +1,4 @@
1
- /* hash: ffq8g */
1
+ /* hash: 10pgt */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-translucent-100: rgba(38, 55, 88, 0.06);
@@ -35,23 +35,23 @@
35
35
  --gap-0: 0;
36
36
  } :root {
37
37
  } :root {
38
- } /* сбрасывает синюю подсветку при нажатии */ .custom-button__customButton_1uca8 {
38
+ } /* сбрасывает синюю подсветку при нажатии */ .custom-button__customButton_l67aj {
39
39
  overflow: hidden;
40
40
  position: relative
41
- } .custom-button__customButton_1uca8.custom-button__border_1uca8 {
41
+ } .custom-button__customButton_l67aj.custom-button__border_l67aj {
42
42
  border: 0;
43
- } .custom-button__customButton_1uca8.custom-button__white_1uca8 * {
43
+ } .custom-button__customButton_l67aj.custom-button__white_l67aj * {
44
44
  color: var(--color-light-text-primary-inverted);
45
- } .custom-button__customButton_1uca8.custom-button__black_1uca8 * {
45
+ } .custom-button__customButton_l67aj.custom-button__black_l67aj * {
46
46
  color: var(--color-light-text-primary);
47
- } .custom-button__customButton_1uca8.custom-button__static-white_1uca8 * {
47
+ } .custom-button__customButton_l67aj.custom-button__static-white_l67aj * {
48
48
  color: var(--color-static-text-primary-inverted);
49
- } .custom-button__customButton_1uca8.custom-button__static-black_1uca8 * {
49
+ } .custom-button__customButton_l67aj.custom-button__static-black_l67aj * {
50
50
  color: var(--color-static-text-primary);
51
- } .custom-button__customButton_1uca8 span {
51
+ } .custom-button__customButton_l67aj span {
52
52
  position: relative;
53
53
  z-index: 3;
54
- } .custom-button__customButton_1uca8:before {
54
+ } .custom-button__customButton_l67aj:before {
55
55
  position: absolute;
56
56
  left: var(--gap-0);
57
57
  right: var(--gap-0);
@@ -62,36 +62,36 @@
62
62
  transition: 0.2s;
63
63
  opacity: 1;
64
64
  pointer-events: none;
65
- } .custom-button__customButton_1uca8.custom-button__darkening_1uca8:hover:before {
65
+ } .custom-button__customButton_l67aj.custom-button__darkening_l67aj:hover:before {
66
66
  background-color: var(--color-light-neutral-translucent-200);
67
- } .custom-button__customButton_1uca8.custom-button__darkening_1uca8:active:before {
67
+ } .custom-button__customButton_l67aj.custom-button__darkening_l67aj:active:before {
68
68
  background-color: var(--color-light-neutral-translucent-400);
69
- } .custom-button__customButton_1uca8.custom-button__lightening_1uca8:hover:before {
69
+ } .custom-button__customButton_l67aj.custom-button__lightening_l67aj:hover:before {
70
70
  background-color: var(--color-light-neutral-translucent-200-inverted);
71
- } .custom-button__customButton_1uca8.custom-button__lightening_1uca8:active:before {
71
+ } .custom-button__customButton_l67aj.custom-button__lightening_l67aj:active:before {
72
72
  background-color: var(--color-light-neutral-translucent-400-inverted);
73
- } .custom-button__customButton_1uca8.custom-button__static-darkening_1uca8:hover:before {
73
+ } .custom-button__customButton_l67aj.custom-button__static-darkening_l67aj:hover:before {
74
74
  background-color: rgba(0, 0, 0, 0.07);
75
- } .custom-button__customButton_1uca8.custom-button__static-darkening_1uca8:active:before {
75
+ } .custom-button__customButton_l67aj.custom-button__static-darkening_l67aj:active:before {
76
76
  background-color: rgba(0, 0, 0, 0.15);
77
- } .custom-button__customButton_1uca8.custom-button__static-lightening_1uca8:hover:before {
77
+ } .custom-button__customButton_l67aj.custom-button__static-lightening_l67aj:hover:before {
78
78
  background-color: rgba(255, 255, 255, 0.07);
79
- } .custom-button__customButton_1uca8.custom-button__static-lightening_1uca8:active:before {
79
+ } .custom-button__customButton_l67aj.custom-button__static-lightening_l67aj:active:before {
80
80
  background-color: rgba(255, 255, 255, 0.15);
81
- } /* Disabled */ .custom-button__customButton_1uca8:disabled.custom-button__disableType-default_1uca8 {
81
+ } /* Disabled */ .custom-button__customButton_l67aj:disabled.custom-button__disableType-default_l67aj {
82
82
  background-color: var(--color-light-neutral-translucent-100)
83
- } .custom-button__customButton_1uca8:disabled.custom-button__disableType-default_1uca8 span {
83
+ } .custom-button__customButton_l67aj:disabled.custom-button__disableType-default_l67aj span {
84
84
  color: var(--color-light-text-tertiary);
85
- } .custom-button__customButton_1uca8:disabled.custom-button__disableType-static_1uca8 {
85
+ } .custom-button__customButton_l67aj:disabled.custom-button__disableType-static_l67aj {
86
86
  background-color: var(--color-static-neutral-translucent-100)
87
- } .custom-button__customButton_1uca8:disabled.custom-button__disableType-static_1uca8 span {
87
+ } .custom-button__customButton_l67aj:disabled.custom-button__disableType-static_l67aj span {
88
88
  color: var(--color-static-text-tertiary);
89
- } .custom-button__customButton_1uca8:disabled.custom-button__disableType-inverted_1uca8 {
89
+ } .custom-button__customButton_l67aj:disabled.custom-button__disableType-inverted_l67aj {
90
90
  background-color: var(--color-light-neutral-translucent-100-inverted)
91
- } .custom-button__customButton_1uca8:disabled.custom-button__disableType-inverted_1uca8 span {
91
+ } .custom-button__customButton_l67aj:disabled.custom-button__disableType-inverted_l67aj span {
92
92
  color: var(--color-light-text-tertiary-inverted);
93
- } .custom-button__customButton_1uca8:disabled.custom-button__disableType-static-inverted_1uca8 {
93
+ } .custom-button__customButton_l67aj:disabled.custom-button__disableType-static-inverted_l67aj {
94
94
  background-color: var(--color-static-neutral-translucent-100-inverted)
95
- } .custom-button__customButton_1uca8:disabled.custom-button__disableType-static-inverted_1uca8 span {
95
+ } .custom-button__customButton_l67aj:disabled.custom-button__disableType-static-inverted_l67aj span {
96
96
  color: var(--color-static-text-tertiary-inverted);
97
97
  }
@@ -0,0 +1 @@
1
+ export { BaseCustomButton } from "./base-custom-button";
@@ -0,0 +1,7 @@
1
+ Object.defineProperty(exports, '__esModule', { value: true });
2
+
3
+ var components_baseCustomButton_baseCustomButton = require('./base-custom-button.js');
4
+
5
+
6
+
7
+ exports.BaseCustomButton = components_baseCustomButton_baseCustomButton.BaseCustomButton;
@@ -0,0 +1,3 @@
1
+ declare const DEFAULT_BUTTON_COLOR = "#FF45C3";
2
+ declare const DEFAULT_CONTENT_COLOR = "white";
3
+ export { DEFAULT_BUTTON_COLOR, DEFAULT_CONTENT_COLOR };
@@ -0,0 +1,7 @@
1
+ Object.defineProperty(exports, '__esModule', { value: true });
2
+
3
+ var DEFAULT_BUTTON_COLOR = '#FF45C3';
4
+ var DEFAULT_CONTENT_COLOR = 'white';
5
+
6
+ exports.DEFAULT_BUTTON_COLOR = DEFAULT_BUTTON_COLOR;
7
+ exports.DEFAULT_CONTENT_COLOR = DEFAULT_CONTENT_COLOR;