@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
@@ -6,13 +6,13 @@ import { HandledEvents } from "react-swipeable/es/types";
6
6
  import { TransitionProps } from "react-transition-group/Transition";
7
7
  import { BaseModalProps, BaseModalContext } from "./index-11f20b2e";
8
8
  import { BaseInputProps, BackdropProps } from "./index-ebda875c";
9
+ import { ContentProps } from "./typings-4b7234ef";
10
+ import { ModalResponsiveProps as ModalProps } from "./typings-4b7234ef";
9
11
  import { SwipeableHandlers, SwipeDirections } from "react-swipeable";
10
12
  import { Color } from "./colors-facf1d2a";
11
13
  import { TextElementType, TextSkeletonProps } from "./types-1328ead9";
12
14
  import { Title, TitleProps } from "./index-03d088c4";
13
15
  import { TitleMobile, TitleMobileProps } from "./index-281accb7";
14
- import { ContentProps } from "./typings-4b7234ef";
15
- import { ModalResponsiveProps as ModalProps } from "./typings-4b7234ef";
16
16
  import { FormControlProps } from "./index-c44170fe";
17
17
  import { PopoverProps } from "../popover";
18
18
  import { UseSelectWithApplyProps } from "./field/Component";
@@ -481,29 +481,6 @@ declare const Input: React.ForwardRefExoticComponent<Omit<BaseInputProps, "FormC
481
481
  client?: "desktop" | "mobile" | undefined;
482
482
  defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
483
483
  } & React.RefAttributes<HTMLInputElement>>;
484
- type HeaderProps = Omit<NavigationBarPrivateProps, "size" | "view" | "parentRef">;
485
- type FooterProps = {
486
- /**
487
- * Контент футера
488
- */
489
- children?: ReactNode;
490
- /**
491
- * Дополнительный класс
492
- */
493
- className?: string;
494
- /**
495
- * Фиксирует футер
496
- */
497
- sticky?: boolean;
498
- /**
499
- * Выравнивание элементов футера
500
- */
501
- layout?: "start" | "center" | "space-between" | "column";
502
- /**
503
- * Отступы между элементами футера
504
- */
505
- gap?: 16 | 24 | 32;
506
- };
507
484
  interface ControlsProps {
508
485
  /**
509
486
  * Основной слот
@@ -528,6 +505,29 @@ interface ControlsProps {
528
505
  */
529
506
  gap?: 16 | 24 | 32;
530
507
  }
508
+ type FooterProps = {
509
+ /**
510
+ * Контент футера
511
+ */
512
+ children?: ReactNode;
513
+ /**
514
+ * Дополнительный класс
515
+ */
516
+ className?: string;
517
+ /**
518
+ * Фиксирует футер
519
+ */
520
+ sticky?: boolean;
521
+ /**
522
+ * Выравнивание элементов футера
523
+ */
524
+ layout?: "start" | "center" | "space-between" | "column";
525
+ /**
526
+ * Отступы между элементами футера
527
+ */
528
+ gap?: 16 | 24 | 32;
529
+ };
530
+ type HeaderProps = Omit<NavigationBarPrivateProps, "size" | "view" | "parentRef">;
531
531
  declare const ModalResponsive: React.ForwardRefExoticComponent<import("./index-11f20b2e").BaseModalProps & {
532
532
  size?: "s" | "m" | "l" | "xl" | 500 | "fullscreen" | 600 | 800 | 1140 | undefined;
533
533
  fullscreen?: boolean | undefined;
@@ -692,7 +692,6 @@ declare enum SwipeDirection {
692
692
  Up = "Up",
693
693
  Down = "Down"
694
694
  }
695
- declare const Content: FC<ContentProps>;
696
695
  type AnyObject = Record<string, any>;
697
696
  type OptionShape = {
698
697
  /**
@@ -1444,7 +1443,7 @@ type ClearButtonProps = {
1444
1443
  */
1445
1444
  dataTestId?: string;
1446
1445
  };
1447
- export { BottomSheet, CLOSE_OFFSET, HEADER_OFFSET, InputProps, Input, ModalResponsive as Modal, ModalContext, getModalTestIds, FooterProps$0 as FooterProps, Footer$0 as Footer, HeaderProps$0 as HeaderProps, Header$0 as Header, SwipeableBackdropProps, SwipeableBackdrop, horizontalDirections, ShouldSkipSwipingParams, useVisibleViewportSize, Typography, Text, Title as TitleDesktop, TitleResponsive, TitleMobile, typographyPresets, SwipeDirection, Content, AnyObject, OptionShape, GroupShape, BaseSelectChangePayload, BaseSelectProps, FieldProps, ArrowProps, OptionsListProps, OptgroupProps, OptionProps, CheckmarkProps, SearchProps, SelectFieldProps, AdditionalMobileProps, BottomSheetSelectMobileProps, ModalSelectMobileProps, SelectModalMobileProps, SelectMobileProps, SelectDesktopProps, SelectProps, ClearButtonProps };
1446
+ export { BottomSheet, CLOSE_OFFSET, HEADER_OFFSET, InputProps, Input, ModalResponsive as Modal, ModalContext, getModalTestIds, FooterProps$0 as FooterProps, Footer$0 as Footer, HeaderProps$0 as HeaderProps, Header$0 as Header, SwipeableBackdropProps, SwipeableBackdrop, horizontalDirections, ShouldSkipSwipingParams, useVisibleViewportSize, Typography, Text, Title as TitleDesktop, TitleResponsive, TitleMobile, typographyPresets, SwipeDirection, AnyObject, OptionShape, GroupShape, BaseSelectChangePayload, BaseSelectProps, FieldProps, ArrowProps, OptionsListProps, OptgroupProps, OptionProps, CheckmarkProps, SearchProps, SelectFieldProps, AdditionalMobileProps, BottomSheetSelectMobileProps, ModalSelectMobileProps, SelectModalMobileProps, SelectMobileProps, SelectDesktopProps, SelectProps, ClearButtonProps };
1448
1447
  export type { BottomSheetProps, BottomSheetTitleAlign, HeaderProps as ModalHeaderProps, FooterProps as ModalFooterProps, TextProps };
1449
1448
  export { ModalResponsiveProps as ModalProps } from "./typings-4b7234ef";
1450
1449
  export type { ContentProps as ModalContentProps } from "./typings-4b7234ef";
@@ -5,7 +5,7 @@ var React = require('react');
5
5
  var mergeRefs = require('react-merge-refs');
6
6
  var cn = require('classnames');
7
7
  var coreComponentsIconButton = require('../../../icon-button');
8
- var warning = require('../../warning-5c40c8ff.js');
8
+ var warning = require('../../warning-6210dd39.js');
9
9
  var hooks = require('@alfalab/hooks');
10
10
  var ChevronDownMIcon = require('@alfalab/icons-glyph/ChevronDownMIcon');
11
11
  var CrossMIcon = require('@alfalab/icons-glyph/CrossMIcon');
@@ -17,7 +17,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
17
17
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
18
18
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
19
19
 
20
- var commonStyles = {"component":"plate__component_1y4y7","foldable":"plate__foldable_1y4y7","focused":"plate__focused_1y4y7","inner":"plate__inner_1y4y7","rounded":"plate__rounded_1y4y7","noBorder":"plate__noBorder_1y4y7","shadow":"plate__shadow_1y4y7","common":"plate__common_1y4y7","negative":"plate__negative_1y4y7","positive":"plate__positive_1y4y7","attention":"plate__attention_1y4y7","custom":"plate__custom_1y4y7","rect":"plate__rect_1y4y7","isHidden":"plate__isHidden_1y4y7","leftAddons":"plate__leftAddons_1y4y7","rightAddons":"plate__rightAddons_1y4y7","subAddons":"plate__subAddons_1y4y7","rowReverse":"plate__rowReverse_1y4y7","bold":"plate__bold_1y4y7","light":"plate__light_1y4y7","content":"plate__content_1y4y7","isFolded":"plate__isFolded_1y4y7","contentContainer":"plate__contentContainer_1y4y7","withoutTitle":"plate__withoutTitle_1y4y7","limitWidth":"plate__limitWidth_1y4y7","description":"plate__description_1y4y7","closer":"plate__closer_1y4y7","folder":"plate__folder_1y4y7","containerButton":"plate__containerButton_1y4y7","button":"plate__button_1y4y7","rowLimit1":"plate__rowLimit1_1y4y7","rowLimit2":"plate__rowLimit2_1y4y7","rowLimit3":"plate__rowLimit3_1y4y7"};
20
+ var commonStyles = {"component":"plate__component_1y4y7","customBorder":"plate__customBorder_1y4y7","foldable":"plate__foldable_1y4y7","focused":"plate__focused_1y4y7","inner":"plate__inner_1y4y7","rounded":"plate__rounded_1y4y7","noBorder":"plate__noBorder_1y4y7","shadow":"plate__shadow_1y4y7","common":"plate__common_1y4y7","negative":"plate__negative_1y4y7","positive":"plate__positive_1y4y7","attention":"plate__attention_1y4y7","custom":"plate__custom_1y4y7","rect":"plate__rect_1y4y7","isHidden":"plate__isHidden_1y4y7","leftAddons":"plate__leftAddons_1y4y7","rightAddons":"plate__rightAddons_1y4y7","subAddons":"plate__subAddons_1y4y7","rowReverse":"plate__rowReverse_1y4y7","bold":"plate__bold_1y4y7","light":"plate__light_1y4y7","content":"plate__content_1y4y7","isFolded":"plate__isFolded_1y4y7","contentContainer":"plate__contentContainer_1y4y7","withoutTitle":"plate__withoutTitle_1y4y7","limitWidth":"plate__limitWidth_1y4y7","description":"plate__description_1y4y7","closer":"plate__closer_1y4y7","folder":"plate__folder_1y4y7","containerButton":"plate__containerButton_1y4y7","button":"plate__button_1y4y7","rowLimit1":"plate__rowLimit1_1y4y7","rowLimit2":"plate__rowLimit2_1y4y7","rowLimit3":"plate__rowLimit3_1y4y7"};
21
21
  require('./index.css');
22
22
 
23
23
  /* eslint-disable complexity */
@@ -38,6 +38,7 @@ var BasePlate = React.forwardRef(function (_a, ref) {
38
38
  var hasSubAddons = !!subAddons && typeof subAddons !== 'boolean';
39
39
  var hasAnyAddons = leftAddons || subAddons || foldable || hasCloser;
40
40
  var rowLimitStyles = rowLimit && commonStyles["rowLimit".concat(rowLimit)];
41
+ var isCustomView = view === 'custom';
41
42
  var handleClick = React.useCallback(function (event) {
42
43
  var clickSimilarKeys = ['Enter', ' '].includes(event.key);
43
44
  if (event.type !== 'click' && !clickSimilarKeys) {
@@ -66,6 +67,23 @@ var BasePlate = React.forwardRef(function (_a, ref) {
66
67
  onClose(event);
67
68
  }
68
69
  }, [onClose]);
70
+ var setCustomViewColors = function () {
71
+ if (isCustomView) {
72
+ return {
73
+ background: background,
74
+ borderColor: borderColor,
75
+ };
76
+ }
77
+ return {};
78
+ };
79
+ var setCustomViewRectangleBorderColor = function () {
80
+ if (isCustomView && border && !rounded && borderColor) {
81
+ return {
82
+ boxShadow: "2px 0 0 0 ".concat(borderColor, " inset"),
83
+ };
84
+ }
85
+ return {};
86
+ };
69
87
  return (
70
88
  // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
71
89
  React__default.default.createElement("div", { className: cn__default.default(commonStyles.component, commonStyles[view], (_b = {},
@@ -79,7 +97,8 @@ var BasePlate = React.forwardRef(function (_a, ref) {
79
97
  _b[commonStyles.noBorder] = !border,
80
98
  _b[commonStyles.shadow] = shadow,
81
99
  _b[styles.shadow] = shadow,
82
- _b), className), style: tslib.__assign({}, (view === 'custom' && { background: background, borderColor: borderColor })), onClick: handleClick, onKeyDown: handleClick, role: 'alert', ref: mergeRefs__default.default([plateRef, ref]),
100
+ _b[commonStyles.customBorder] = border && !rounded && isCustomView,
101
+ _b), className), style: tslib.__assign(tslib.__assign({}, setCustomViewColors()), setCustomViewRectangleBorderColor()), onClick: handleClick, onKeyDown: handleClick, role: 'alert', ref: mergeRefs__default.default([plateRef, ref]),
83
102
  /* eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex */
84
103
  tabIndex: foldable ? 0 : -1, "data-test-id": dataTestId },
85
104
  React__default.default.createElement("div", { className: commonStyles.inner },
@@ -69,6 +69,8 @@
69
69
  height: 100%;
70
70
  top: var(--gap-0);
71
71
  left: var(--gap-0);
72
+ } .plate__component_1y4y7.plate__customBorder_1y4y7:before {
73
+ all: unset;
72
74
  } .plate__foldable_1y4y7 {
73
75
  cursor: pointer;
74
76
  } .plate__component_1y4y7 * {
@@ -37,6 +37,7 @@ var BasePlate = React.forwardRef(function (_a, ref) {
37
37
  var hasSubAddons = !!subAddons && typeof subAddons !== 'boolean';
38
38
  var hasAnyAddons = leftAddons || subAddons || foldable || hasCloser;
39
39
  var rowLimitStyles = rowLimit && commonStyles__default.default["rowLimit".concat(rowLimit)];
40
+ var isCustomView = view === 'custom';
40
41
  var handleClick = React.useCallback(function (event) {
41
42
  var clickSimilarKeys = ['Enter', ' '].includes(event.key);
42
43
  if (event.type !== 'click' && !clickSimilarKeys) {
@@ -65,6 +66,23 @@ var BasePlate = React.forwardRef(function (_a, ref) {
65
66
  onClose(event);
66
67
  }
67
68
  }, [onClose]);
69
+ var setCustomViewColors = function () {
70
+ if (isCustomView) {
71
+ return {
72
+ background: background,
73
+ borderColor: borderColor,
74
+ };
75
+ }
76
+ return {};
77
+ };
78
+ var setCustomViewRectangleBorderColor = function () {
79
+ if (isCustomView && border && !rounded && borderColor) {
80
+ return {
81
+ boxShadow: "2px 0 0 0 ".concat(borderColor, " inset"),
82
+ };
83
+ }
84
+ return {};
85
+ };
68
86
  return (
69
87
  // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
70
88
  React__default.default.createElement("div", { className: cn__default.default(commonStyles__default.default.component, commonStyles__default.default[view], (_b = {},
@@ -78,7 +96,8 @@ var BasePlate = React.forwardRef(function (_a, ref) {
78
96
  _b[commonStyles__default.default.noBorder] = !border,
79
97
  _b[commonStyles__default.default.shadow] = shadow,
80
98
  _b[styles.shadow] = shadow,
81
- _b), className), style: tslib.__assign({}, (view === 'custom' && { background: background, borderColor: borderColor })), onClick: handleClick, onKeyDown: handleClick, role: 'alert', ref: mergeRefs__default.default([plateRef, ref]),
99
+ _b[commonStyles__default.default.customBorder] = border && !rounded && isCustomView,
100
+ _b), className), style: tslib.__assign(tslib.__assign({}, setCustomViewColors()), setCustomViewRectangleBorderColor()), onClick: handleClick, onKeyDown: handleClick, role: 'alert', ref: mergeRefs__default.default([plateRef, ref]),
82
101
  /* eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex */
83
102
  tabIndex: foldable ? 0 : -1, "data-test-id": dataTestId },
84
103
  React__default.default.createElement("div", { className: commonStyles__default.default.inner },
@@ -68,6 +68,8 @@
68
68
  height: 100%;
69
69
  top: var(--gap-0);
70
70
  left: var(--gap-0);
71
+ } .component.customBorder:before {
72
+ all: unset;
71
73
  } .foldable {
72
74
  cursor: pointer;
73
75
  } .component * {
@@ -7,7 +7,7 @@ import './components/base-plate/Component.js';
7
7
  import 'react-merge-refs';
8
8
  import 'classnames';
9
9
  import '../../icon-button/esm';
10
- import './warning-f71305f9.js';
10
+ import './warning-555f5627.js';
11
11
  import '@alfalab/hooks';
12
12
  import '@alfalab/icons-glyph/ChevronDownMIcon';
13
13
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -3,13 +3,13 @@ import React, { forwardRef, useRef, useState, useCallback } from 'react';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { IconButton } from '../../../../icon-button/esm';
6
- import { g as getDataTestId } from '../../warning-f71305f9.js';
6
+ import { g as getDataTestId } from '../../warning-555f5627.js';
7
7
  import { useFocus } from '@alfalab/hooks';
8
8
  import { ChevronDownMIcon } from '@alfalab/icons-glyph/ChevronDownMIcon';
9
9
  import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
10
10
  import { ButtonList } from '../button-list/component.js';
11
11
 
12
- var commonStyles = {"component":"plate__component_1y4y7","foldable":"plate__foldable_1y4y7","focused":"plate__focused_1y4y7","inner":"plate__inner_1y4y7","rounded":"plate__rounded_1y4y7","noBorder":"plate__noBorder_1y4y7","shadow":"plate__shadow_1y4y7","common":"plate__common_1y4y7","negative":"plate__negative_1y4y7","positive":"plate__positive_1y4y7","attention":"plate__attention_1y4y7","custom":"plate__custom_1y4y7","rect":"plate__rect_1y4y7","isHidden":"plate__isHidden_1y4y7","leftAddons":"plate__leftAddons_1y4y7","rightAddons":"plate__rightAddons_1y4y7","subAddons":"plate__subAddons_1y4y7","rowReverse":"plate__rowReverse_1y4y7","bold":"plate__bold_1y4y7","light":"plate__light_1y4y7","content":"plate__content_1y4y7","isFolded":"plate__isFolded_1y4y7","contentContainer":"plate__contentContainer_1y4y7","withoutTitle":"plate__withoutTitle_1y4y7","limitWidth":"plate__limitWidth_1y4y7","description":"plate__description_1y4y7","closer":"plate__closer_1y4y7","folder":"plate__folder_1y4y7","containerButton":"plate__containerButton_1y4y7","button":"plate__button_1y4y7","rowLimit1":"plate__rowLimit1_1y4y7","rowLimit2":"plate__rowLimit2_1y4y7","rowLimit3":"plate__rowLimit3_1y4y7"};
12
+ var commonStyles = {"component":"plate__component_1y4y7","customBorder":"plate__customBorder_1y4y7","foldable":"plate__foldable_1y4y7","focused":"plate__focused_1y4y7","inner":"plate__inner_1y4y7","rounded":"plate__rounded_1y4y7","noBorder":"plate__noBorder_1y4y7","shadow":"plate__shadow_1y4y7","common":"plate__common_1y4y7","negative":"plate__negative_1y4y7","positive":"plate__positive_1y4y7","attention":"plate__attention_1y4y7","custom":"plate__custom_1y4y7","rect":"plate__rect_1y4y7","isHidden":"plate__isHidden_1y4y7","leftAddons":"plate__leftAddons_1y4y7","rightAddons":"plate__rightAddons_1y4y7","subAddons":"plate__subAddons_1y4y7","rowReverse":"plate__rowReverse_1y4y7","bold":"plate__bold_1y4y7","light":"plate__light_1y4y7","content":"plate__content_1y4y7","isFolded":"plate__isFolded_1y4y7","contentContainer":"plate__contentContainer_1y4y7","withoutTitle":"plate__withoutTitle_1y4y7","limitWidth":"plate__limitWidth_1y4y7","description":"plate__description_1y4y7","closer":"plate__closer_1y4y7","folder":"plate__folder_1y4y7","containerButton":"plate__containerButton_1y4y7","button":"plate__button_1y4y7","rowLimit1":"plate__rowLimit1_1y4y7","rowLimit2":"plate__rowLimit2_1y4y7","rowLimit3":"plate__rowLimit3_1y4y7"};
13
13
  require('./index.css');
14
14
 
15
15
  /* eslint-disable complexity */
@@ -30,6 +30,7 @@ var BasePlate = forwardRef(function (_a, ref) {
30
30
  var hasSubAddons = !!subAddons && typeof subAddons !== 'boolean';
31
31
  var hasAnyAddons = leftAddons || subAddons || foldable || hasCloser;
32
32
  var rowLimitStyles = rowLimit && commonStyles["rowLimit".concat(rowLimit)];
33
+ var isCustomView = view === 'custom';
33
34
  var handleClick = useCallback(function (event) {
34
35
  var clickSimilarKeys = ['Enter', ' '].includes(event.key);
35
36
  if (event.type !== 'click' && !clickSimilarKeys) {
@@ -58,6 +59,23 @@ var BasePlate = forwardRef(function (_a, ref) {
58
59
  onClose(event);
59
60
  }
60
61
  }, [onClose]);
62
+ var setCustomViewColors = function () {
63
+ if (isCustomView) {
64
+ return {
65
+ background: background,
66
+ borderColor: borderColor,
67
+ };
68
+ }
69
+ return {};
70
+ };
71
+ var setCustomViewRectangleBorderColor = function () {
72
+ if (isCustomView && border && !rounded && borderColor) {
73
+ return {
74
+ boxShadow: "2px 0 0 0 ".concat(borderColor, " inset"),
75
+ };
76
+ }
77
+ return {};
78
+ };
61
79
  return (
62
80
  // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
63
81
  React.createElement("div", { className: cn(commonStyles.component, commonStyles[view], (_b = {},
@@ -71,7 +89,8 @@ var BasePlate = forwardRef(function (_a, ref) {
71
89
  _b[commonStyles.noBorder] = !border,
72
90
  _b[commonStyles.shadow] = shadow,
73
91
  _b[styles.shadow] = shadow,
74
- _b), className), style: __assign({}, (view === 'custom' && { background: background, borderColor: borderColor })), onClick: handleClick, onKeyDown: handleClick, role: 'alert', ref: mergeRefs([plateRef, ref]),
92
+ _b[commonStyles.customBorder] = border && !rounded && isCustomView,
93
+ _b), className), style: __assign(__assign({}, setCustomViewColors()), setCustomViewRectangleBorderColor()), onClick: handleClick, onKeyDown: handleClick, role: 'alert', ref: mergeRefs([plateRef, ref]),
75
94
  /* eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex */
76
95
  tabIndex: foldable ? 0 : -1, "data-test-id": dataTestId },
77
96
  React.createElement("div", { className: commonStyles.inner },
@@ -69,6 +69,8 @@
69
69
  height: 100%;
70
70
  top: var(--gap-0);
71
71
  left: var(--gap-0);
72
+ } .plate__component_1y4y7.plate__customBorder_1y4y7:before {
73
+ all: unset;
72
74
  } .plate__foldable_1y4y7 {
73
75
  cursor: pointer;
74
76
  } .plate__component_1y4y7 * {
@@ -4,7 +4,7 @@ import 'react';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../../icon-button/esm';
7
- import '../../warning-f71305f9.js';
7
+ import '../../warning-555f5627.js';
8
8
  import '@alfalab/hooks';
9
9
  import '@alfalab/icons-glyph/ChevronDownMIcon';
10
10
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -4,7 +4,7 @@ import { BasePlate } from '../components/base-plate/Component.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../icon-button/esm';
7
- import '../warning-f71305f9.js';
7
+ import '../warning-555f5627.js';
8
8
  import '@alfalab/hooks';
9
9
  import '@alfalab/icons-glyph/ChevronDownMIcon';
10
10
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -5,7 +5,7 @@ import '../components/base-plate/Component.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../../../icon-button/esm';
8
- import '../warning-f71305f9.js';
8
+ import '../warning-555f5627.js';
9
9
  import '@alfalab/hooks';
10
10
  import '@alfalab/icons-glyph/ChevronDownMIcon';
11
11
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -77,7 +77,7 @@ declare const dom: {
77
77
  declare const exhaustiveCheck: (value: never) => never;
78
78
  export { isClient, os, createPaddingStyle, easingFns, maskUtils, isObject, hasOwnProperty, hooks, dom, exhaustiveCheck };
79
79
  export { useIsMounted } from "./useIsMounted-edf8408d";
80
- export * from "./warning-f71305f9";
81
- export { PortalContext } from "./warning-f71305f9";
80
+ export * from "./warning-555f5627";
81
+ export { PortalContext } from "./warning-555f5627";
82
82
  export * from "./fnUtils-edf8408d";
83
83
  export * from "./browser-a216f694";
@@ -7,7 +7,7 @@ import './components/base-plate/Component.js';
7
7
  import 'react-merge-refs';
8
8
  import 'classnames';
9
9
  import '../../icon-button/esm';
10
- import './warning-f71305f9.js';
10
+ import './warning-555f5627.js';
11
11
  import '@alfalab/hooks';
12
12
  import '@alfalab/icons-glyph/ChevronDownMIcon';
13
13
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -4,7 +4,7 @@ import { BasePlate } from '../components/base-plate/Component.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../icon-button/esm';
7
- import '../warning-f71305f9.js';
7
+ import '../warning-555f5627.js';
8
8
  import '@alfalab/hooks';
9
9
  import '@alfalab/icons-glyph/ChevronDownMIcon';
10
10
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -5,7 +5,7 @@ import '../components/base-plate/Component.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../../../icon-button/esm';
8
- import '../warning-f71305f9.js';
8
+ import '../warning-555f5627.js';
9
9
  import '@alfalab/hooks';
10
10
  import '@alfalab/icons-glyph/ChevronDownMIcon';
11
11
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -1,4 +1,4 @@
1
1
  export { getPlateTestIds } from '../utils.js';
2
- import '../warning-f71305f9.js';
2
+ import '../warning-555f5627.js';
3
3
  import 'react';
4
4
  import '@alfalab/hooks';
@@ -1,4 +1,4 @@
1
- import { g as getDataTestId } from './warning-f71305f9.js';
1
+ import { g as getDataTestId } from './warning-555f5627.js';
2
2
  import 'react';
3
3
  import '@alfalab/hooks';
4
4
 
@@ -77,7 +77,7 @@ declare const dom: {
77
77
  declare const exhaustiveCheck: (value: never) => never;
78
78
  export { isClient, os, createPaddingStyle, easingFns, maskUtils, isObject, hasOwnProperty, hooks, dom, exhaustiveCheck };
79
79
  export { useIsMounted } from "./useIsMounted-edf8408d";
80
- export * from "./warning-5c40c8ff";
81
- export { PortalContext } from "./warning-5c40c8ff";
80
+ export * from "./warning-6210dd39";
81
+ export { PortalContext } from "./warning-6210dd39";
82
82
  export * from "./fnUtils-edf8408d";
83
83
  export * from "./browser-a216f694";
@@ -6,7 +6,7 @@ import './components/base-plate/Component.js';
6
6
  import 'react-merge-refs';
7
7
  import 'classnames';
8
8
  import '../../icon-button/modern';
9
- import './warning-529d7e2e.js';
9
+ import './warning-edbf6a14.js';
10
10
  import '@alfalab/hooks';
11
11
  import '@alfalab/icons-glyph/ChevronDownMIcon';
12
12
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -2,13 +2,13 @@ import React, { forwardRef, useRef, useState, useCallback } from 'react';
2
2
  import mergeRefs from 'react-merge-refs';
3
3
  import cn from 'classnames';
4
4
  import { IconButton } from '../../../../icon-button/modern';
5
- import { g as getDataTestId } from '../../warning-529d7e2e.js';
5
+ import { g as getDataTestId } from '../../warning-edbf6a14.js';
6
6
  import { useFocus } from '@alfalab/hooks';
7
7
  import { ChevronDownMIcon } from '@alfalab/icons-glyph/ChevronDownMIcon';
8
8
  import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
9
9
  import { ButtonList } from '../button-list/component.js';
10
10
 
11
- const commonStyles = {"component":"plate__component_1y4y7","foldable":"plate__foldable_1y4y7","focused":"plate__focused_1y4y7","inner":"plate__inner_1y4y7","rounded":"plate__rounded_1y4y7","noBorder":"plate__noBorder_1y4y7","shadow":"plate__shadow_1y4y7","common":"plate__common_1y4y7","negative":"plate__negative_1y4y7","positive":"plate__positive_1y4y7","attention":"plate__attention_1y4y7","custom":"plate__custom_1y4y7","rect":"plate__rect_1y4y7","isHidden":"plate__isHidden_1y4y7","leftAddons":"plate__leftAddons_1y4y7","rightAddons":"plate__rightAddons_1y4y7","subAddons":"plate__subAddons_1y4y7","rowReverse":"plate__rowReverse_1y4y7","bold":"plate__bold_1y4y7","light":"plate__light_1y4y7","content":"plate__content_1y4y7","isFolded":"plate__isFolded_1y4y7","contentContainer":"plate__contentContainer_1y4y7","withoutTitle":"plate__withoutTitle_1y4y7","limitWidth":"plate__limitWidth_1y4y7","description":"plate__description_1y4y7","closer":"plate__closer_1y4y7","folder":"plate__folder_1y4y7","containerButton":"plate__containerButton_1y4y7","button":"plate__button_1y4y7","rowLimit1":"plate__rowLimit1_1y4y7","rowLimit2":"plate__rowLimit2_1y4y7","rowLimit3":"plate__rowLimit3_1y4y7"};
11
+ const commonStyles = {"component":"plate__component_1y4y7","customBorder":"plate__customBorder_1y4y7","foldable":"plate__foldable_1y4y7","focused":"plate__focused_1y4y7","inner":"plate__inner_1y4y7","rounded":"plate__rounded_1y4y7","noBorder":"plate__noBorder_1y4y7","shadow":"plate__shadow_1y4y7","common":"plate__common_1y4y7","negative":"plate__negative_1y4y7","positive":"plate__positive_1y4y7","attention":"plate__attention_1y4y7","custom":"plate__custom_1y4y7","rect":"plate__rect_1y4y7","isHidden":"plate__isHidden_1y4y7","leftAddons":"plate__leftAddons_1y4y7","rightAddons":"plate__rightAddons_1y4y7","subAddons":"plate__subAddons_1y4y7","rowReverse":"plate__rowReverse_1y4y7","bold":"plate__bold_1y4y7","light":"plate__light_1y4y7","content":"plate__content_1y4y7","isFolded":"plate__isFolded_1y4y7","contentContainer":"plate__contentContainer_1y4y7","withoutTitle":"plate__withoutTitle_1y4y7","limitWidth":"plate__limitWidth_1y4y7","description":"plate__description_1y4y7","closer":"plate__closer_1y4y7","folder":"plate__folder_1y4y7","containerButton":"plate__containerButton_1y4y7","button":"plate__button_1y4y7","rowLimit1":"plate__rowLimit1_1y4y7","rowLimit2":"plate__rowLimit2_1y4y7","rowLimit3":"plate__rowLimit3_1y4y7"};
12
12
  require('./index.css');
13
13
 
14
14
  /* eslint-disable complexity */
@@ -27,6 +27,7 @@ const BasePlate = forwardRef(({ hasCloser, foldable: foldableProp = false, folde
27
27
  const hasSubAddons = !!subAddons && typeof subAddons !== 'boolean';
28
28
  const hasAnyAddons = leftAddons || subAddons || foldable || hasCloser;
29
29
  const rowLimitStyles = rowLimit && commonStyles[`rowLimit${rowLimit}`];
30
+ const isCustomView = view === 'custom';
30
31
  const handleClick = useCallback((event) => {
31
32
  const clickSimilarKeys = ['Enter', ' '].includes(event.key);
32
33
  if (event.type !== 'click' && !clickSimilarKeys) {
@@ -55,6 +56,23 @@ const BasePlate = forwardRef(({ hasCloser, foldable: foldableProp = false, folde
55
56
  onClose(event);
56
57
  }
57
58
  }, [onClose]);
59
+ const setCustomViewColors = () => {
60
+ if (isCustomView) {
61
+ return {
62
+ background,
63
+ borderColor,
64
+ };
65
+ }
66
+ return {};
67
+ };
68
+ const setCustomViewRectangleBorderColor = () => {
69
+ if (isCustomView && border && !rounded && borderColor) {
70
+ return {
71
+ boxShadow: `2px 0 0 0 ${borderColor} inset`,
72
+ };
73
+ }
74
+ return {};
75
+ };
58
76
  return (
59
77
  // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
60
78
  React.createElement("div", { className: cn(commonStyles.component, commonStyles[view], {
@@ -68,8 +86,10 @@ const BasePlate = forwardRef(({ hasCloser, foldable: foldableProp = false, folde
68
86
  [commonStyles.noBorder]: !border,
69
87
  [commonStyles.shadow]: shadow,
70
88
  [styles.shadow]: shadow,
89
+ [commonStyles.customBorder]: border && !rounded && isCustomView,
71
90
  }, className), style: {
72
- ...(view === 'custom' && { background, borderColor }),
91
+ ...setCustomViewColors(),
92
+ ...setCustomViewRectangleBorderColor(),
73
93
  }, onClick: handleClick, onKeyDown: handleClick, role: 'alert', ref: mergeRefs([plateRef, ref]),
74
94
  /* eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex */
75
95
  tabIndex: foldable ? 0 : -1, "data-test-id": dataTestId },
@@ -69,6 +69,8 @@
69
69
  height: 100%;
70
70
  top: var(--gap-0);
71
71
  left: var(--gap-0);
72
+ } .plate__component_1y4y7.plate__customBorder_1y4y7:before {
73
+ all: unset;
72
74
  } .plate__foldable_1y4y7 {
73
75
  cursor: pointer;
74
76
  } .plate__component_1y4y7 * {
@@ -3,7 +3,7 @@ import 'react';
3
3
  import 'react-merge-refs';
4
4
  import 'classnames';
5
5
  import '../../../../icon-button/modern';
6
- import '../../warning-529d7e2e.js';
6
+ import '../../warning-edbf6a14.js';
7
7
  import '@alfalab/hooks';
8
8
  import '@alfalab/icons-glyph/ChevronDownMIcon';
9
9
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -3,7 +3,7 @@ import { BasePlate } from '../components/base-plate/Component.js';
3
3
  import 'react-merge-refs';
4
4
  import 'classnames';
5
5
  import '../../../icon-button/modern';
6
- import '../warning-529d7e2e.js';
6
+ import '../warning-edbf6a14.js';
7
7
  import '@alfalab/hooks';
8
8
  import '@alfalab/icons-glyph/ChevronDownMIcon';
9
9
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -4,7 +4,7 @@ import '../components/base-plate/Component.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../icon-button/modern';
7
- import '../warning-529d7e2e.js';
7
+ import '../warning-edbf6a14.js';
8
8
  import '@alfalab/hooks';
9
9
  import '@alfalab/icons-glyph/ChevronDownMIcon';
10
10
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -77,7 +77,7 @@ declare const dom: {
77
77
  declare const exhaustiveCheck: (value: never) => never;
78
78
  export { isClient, os, createPaddingStyle, easingFns, maskUtils, isObject, hasOwnProperty, hooks, dom, exhaustiveCheck };
79
79
  export { useIsMounted } from "./useIsMounted-edf8408d";
80
- export * from "./warning-529d7e2e";
81
- export { PortalContext } from "./warning-529d7e2e";
80
+ export * from "./warning-edbf6a14";
81
+ export { PortalContext } from "./warning-edbf6a14";
82
82
  export * from "./fnUtils-edf8408d";
83
83
  export * from "./browser-a216f694";
@@ -6,7 +6,7 @@ import './components/base-plate/Component.js';
6
6
  import 'react-merge-refs';
7
7
  import 'classnames';
8
8
  import '../../icon-button/modern';
9
- import './warning-529d7e2e.js';
9
+ import './warning-edbf6a14.js';
10
10
  import '@alfalab/hooks';
11
11
  import '@alfalab/icons-glyph/ChevronDownMIcon';
12
12
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -3,7 +3,7 @@ import { BasePlate } from '../components/base-plate/Component.js';
3
3
  import 'react-merge-refs';
4
4
  import 'classnames';
5
5
  import '../../../icon-button/modern';
6
- import '../warning-529d7e2e.js';
6
+ import '../warning-edbf6a14.js';
7
7
  import '@alfalab/hooks';
8
8
  import '@alfalab/icons-glyph/ChevronDownMIcon';
9
9
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -4,7 +4,7 @@ import '../components/base-plate/Component.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../icon-button/modern';
7
- import '../warning-529d7e2e.js';
7
+ import '../warning-edbf6a14.js';
8
8
  import '@alfalab/hooks';
9
9
  import '@alfalab/icons-glyph/ChevronDownMIcon';
10
10
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -1,4 +1,4 @@
1
1
  export { getPlateTestIds } from '../utils.js';
2
- import '../warning-529d7e2e.js';
2
+ import '../warning-edbf6a14.js';
3
3
  import 'react';
4
4
  import '@alfalab/hooks';
@@ -1,4 +1,4 @@
1
- import { g as getDataTestId } from './warning-529d7e2e.js';
1
+ import { g as getDataTestId } from './warning-edbf6a14.js';
2
2
  import 'react';
3
3
  import '@alfalab/hooks';
4
4
 
@@ -25,6 +25,7 @@ const BasePlate = forwardRef(({ hasCloser, foldable: foldableProp = false, folde
25
25
  const hasSubAddons = !!subAddons && typeof subAddons !== 'boolean';
26
26
  const hasAnyAddons = leftAddons || subAddons || foldable || hasCloser;
27
27
  const rowLimitStyles = rowLimit && commonStyles[`rowLimit${rowLimit}`];
28
+ const isCustomView = view === 'custom';
28
29
  const handleClick = useCallback((event) => {
29
30
  const clickSimilarKeys = ['Enter', ' '].includes(event.key);
30
31
  if (event.type !== 'click' && !clickSimilarKeys) {
@@ -53,6 +54,23 @@ const BasePlate = forwardRef(({ hasCloser, foldable: foldableProp = false, folde
53
54
  onClose(event);
54
55
  }
55
56
  }, [onClose]);
57
+ const setCustomViewColors = () => {
58
+ if (isCustomView) {
59
+ return {
60
+ background,
61
+ borderColor,
62
+ };
63
+ }
64
+ return {};
65
+ };
66
+ const setCustomViewRectangleBorderColor = () => {
67
+ if (isCustomView && border && !rounded && borderColor) {
68
+ return {
69
+ boxShadow: `2px 0 0 0 ${borderColor} inset`,
70
+ };
71
+ }
72
+ return {};
73
+ };
56
74
  return (
57
75
  // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
58
76
  React.createElement("div", { className: cn(commonStyles.component, commonStyles[view], {
@@ -66,8 +84,10 @@ const BasePlate = forwardRef(({ hasCloser, foldable: foldableProp = false, folde
66
84
  [commonStyles.noBorder]: !border,
67
85
  [commonStyles.shadow]: shadow,
68
86
  [styles.shadow]: shadow,
87
+ [commonStyles.customBorder]: border && !rounded && isCustomView,
69
88
  }, className), style: {
70
- ...(view === 'custom' && { background, borderColor }),
89
+ ...setCustomViewColors(),
90
+ ...setCustomViewRectangleBorderColor(),
71
91
  }, onClick: handleClick, onKeyDown: handleClick, role: 'alert', ref: mergeRefs([plateRef, ref]),
72
92
  /* eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex */
73
93
  tabIndex: foldable ? 0 : -1, "data-test-id": dataTestId },
@@ -30,6 +30,9 @@
30
30
  top: var(--gap-0);
31
31
  left: var(--gap-0);
32
32
  }
33
+ .component.customBorder:before {
34
+ all: unset;
35
+ }
33
36
  .foldable {
34
37
  cursor: pointer;
35
38
  }