@alfalab/core-components 47.9.0-beta.1 → 47.10.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 (475) hide show
  1. package/calendar/Component.responsive.d.ts +1 -0
  2. package/calendar/components/calendar-mobile/Component.d.ts +18 -2
  3. package/calendar/components/calendar-mobile/Component.js +63 -26
  4. package/calendar/components/calendar-mobile/index.css +26 -4
  5. package/calendar/components/calendar-mobile/typings.d.ts +8 -1
  6. package/calendar/components/days-table/Component.d.ts +8 -0
  7. package/calendar/components/days-table/Component.js +21 -2
  8. package/calendar/components/days-table/index.css +8 -0
  9. package/calendar/cssm/Component.responsive.d.ts +1 -0
  10. package/calendar/cssm/components/calendar-mobile/Component.d.ts +18 -2
  11. package/calendar/cssm/components/calendar-mobile/Component.js +62 -25
  12. package/calendar/cssm/components/calendar-mobile/index.module.css +26 -4
  13. package/calendar/cssm/components/calendar-mobile/typings.d.ts +8 -1
  14. package/calendar/cssm/components/days-table/Component.d.ts +8 -0
  15. package/calendar/cssm/components/days-table/Component.js +20 -1
  16. package/calendar/cssm/components/days-table/index.module.css +8 -0
  17. package/calendar/cssm/useCalendar.d.ts +8 -2
  18. package/calendar/cssm/useCalendar.js +4 -1
  19. package/calendar/esm/Component.responsive.d.ts +1 -0
  20. package/calendar/esm/Component.responsive.js +3 -1
  21. package/calendar/esm/components/calendar-mobile/Component.d.ts +18 -2
  22. package/calendar/esm/components/calendar-mobile/Component.js +65 -29
  23. package/calendar/esm/components/calendar-mobile/index.css +26 -4
  24. package/calendar/esm/components/calendar-mobile/index.js +3 -1
  25. package/calendar/esm/components/calendar-mobile/typings.d.ts +8 -1
  26. package/calendar/esm/components/days-table/Component.d.ts +8 -0
  27. package/calendar/esm/components/days-table/Component.js +22 -3
  28. package/calendar/esm/components/days-table/index.css +8 -0
  29. package/calendar/esm/components/days-table/index.js +1 -0
  30. package/calendar/esm/desktop/Component.desktop.js +1 -0
  31. package/calendar/esm/desktop/index.js +1 -0
  32. package/calendar/esm/index.js +3 -1
  33. package/calendar/esm/mobile/index.js +3 -1
  34. package/calendar/esm/useCalendar.d.ts +8 -2
  35. package/calendar/esm/useCalendar.js +4 -1
  36. package/calendar/modern/Component.responsive.d.ts +1 -0
  37. package/calendar/modern/Component.responsive.js +3 -1
  38. package/calendar/modern/components/calendar-mobile/Component.d.ts +18 -2
  39. package/calendar/modern/components/calendar-mobile/Component.js +64 -16
  40. package/calendar/modern/components/calendar-mobile/index.css +26 -4
  41. package/calendar/modern/components/calendar-mobile/index.js +3 -1
  42. package/calendar/modern/components/calendar-mobile/typings.d.ts +8 -1
  43. package/calendar/modern/components/days-table/Component.d.ts +8 -0
  44. package/calendar/modern/components/days-table/Component.js +22 -3
  45. package/calendar/modern/components/days-table/index.css +8 -0
  46. package/calendar/modern/components/days-table/index.js +1 -0
  47. package/calendar/modern/desktop/Component.desktop.js +1 -0
  48. package/calendar/modern/desktop/index.js +1 -0
  49. package/calendar/modern/index.js +3 -1
  50. package/calendar/modern/mobile/index.js +3 -1
  51. package/calendar/modern/useCalendar.d.ts +8 -2
  52. package/calendar/modern/useCalendar.js +3 -1
  53. package/calendar/useCalendar.d.ts +8 -2
  54. package/calendar/useCalendar.js +4 -1
  55. package/calendar-input/components/calendar-input/Component.d.ts +1 -0
  56. package/calendar-input/cssm/components/calendar-input/Component.d.ts +1 -0
  57. package/calendar-input/esm/components/calendar-input/Component.d.ts +1 -0
  58. package/calendar-input/modern/components/calendar-input/Component.d.ts +1 -0
  59. package/date-time-input/components/date-time-input/Component.d.ts +2 -3
  60. package/date-time-input/cssm/components/date-time-input/Component.d.ts +2 -3
  61. package/date-time-input/esm/components/date-time-input/Component.d.ts +2 -3
  62. package/date-time-input/modern/components/date-time-input/Component.d.ts +2 -3
  63. package/gallery/components/header/Component.js +1 -1
  64. package/gallery/components/header/buttons.js +1 -1
  65. package/gallery/components/image-viewer/component.js +1 -1
  66. package/gallery/components/image-viewer/slide.js +1 -1
  67. package/gallery/esm/Component.js +2 -2
  68. package/gallery/esm/components/header/Component.js +1 -1
  69. package/gallery/esm/components/header/buttons.js +1 -1
  70. package/gallery/esm/components/header/index.js +1 -1
  71. package/gallery/esm/components/image-preview/Component.js +1 -1
  72. package/gallery/esm/components/image-preview/index.js +1 -1
  73. package/gallery/esm/components/image-viewer/component.js +1 -1
  74. package/gallery/esm/components/image-viewer/index.js +1 -1
  75. package/gallery/esm/components/image-viewer/slide.js +1 -1
  76. package/gallery/esm/components/index.js +2 -2
  77. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  78. package/gallery/esm/components/navigation-bar/index.js +1 -1
  79. package/gallery/esm/index.js +2 -2
  80. package/gallery/modern/Component.js +2 -2
  81. package/gallery/modern/components/header/Component.js +1 -1
  82. package/gallery/modern/components/header/buttons.js +1 -1
  83. package/gallery/modern/components/header/index.js +1 -1
  84. package/gallery/modern/components/image-preview/Component.js +1 -1
  85. package/gallery/modern/components/image-preview/index.js +1 -1
  86. package/gallery/modern/components/image-viewer/component.js +1 -1
  87. package/gallery/modern/components/image-viewer/index.js +1 -1
  88. package/gallery/modern/components/image-viewer/slide.js +1 -1
  89. package/gallery/modern/components/index.js +2 -2
  90. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  91. package/gallery/modern/components/navigation-bar/index.js +1 -1
  92. package/gallery/modern/index.js +2 -2
  93. package/international-phone-input/{Component-6563e05c.d.ts → Component-9d430401.d.ts} +1 -1
  94. package/international-phone-input/Component.responsive.d.ts +4 -4
  95. package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -1
  96. package/international-phone-input/cssm/{Component-6563e05c.d.ts → Component-9d430401.d.ts} +1 -1
  97. package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
  98. package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -1
  99. package/international-phone-input/cssm/types.d.ts +1 -1
  100. package/international-phone-input/cssm/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
  101. package/international-phone-input/cssm/utils-87b0c1c6.d.ts +1 -1
  102. package/international-phone-input/esm/{Component-6563e05c.d.ts → Component-9d430401.d.ts} +1 -1
  103. package/international-phone-input/esm/Component.responsive.d.ts +4 -4
  104. package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -1
  105. package/international-phone-input/esm/types.d.ts +1 -1
  106. package/international-phone-input/esm/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
  107. package/international-phone-input/esm/utils-87b0c1c6.d.ts +1 -1
  108. package/international-phone-input/modern/{Component-6563e05c.d.ts → Component-9d430401.d.ts} +1 -1
  109. package/international-phone-input/modern/Component.responsive.d.ts +4 -4
  110. package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -1
  111. package/international-phone-input/modern/types.d.ts +1 -1
  112. package/international-phone-input/modern/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
  113. package/international-phone-input/modern/utils-87b0c1c6.d.ts +1 -1
  114. package/international-phone-input/types.d.ts +1 -1
  115. package/international-phone-input/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
  116. package/international-phone-input/utils-87b0c1c6.d.ts +1 -1
  117. package/package.json +1 -1
  118. package/picker-button/Component-9d430401.d.ts +5 -0
  119. package/picker-button/cssm/Component-9d430401.d.ts +5 -0
  120. package/picker-button/cssm/field/Component.d.ts +1 -1
  121. package/picker-button/cssm/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
  122. package/picker-button/cssm/utils-87b0c1c6.d.ts +1 -1
  123. package/picker-button/esm/Component-9d430401.d.ts +5 -0
  124. package/picker-button/esm/field/Component.d.ts +1 -1
  125. package/picker-button/esm/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
  126. package/picker-button/esm/utils-87b0c1c6.d.ts +1 -1
  127. package/picker-button/field/Component.d.ts +1 -1
  128. package/picker-button/modern/Component-9d430401.d.ts +5 -0
  129. package/picker-button/modern/field/Component.d.ts +1 -1
  130. package/picker-button/modern/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
  131. package/picker-button/modern/utils-87b0c1c6.d.ts +1 -1
  132. package/picker-button/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
  133. package/picker-button/utils-87b0c1c6.d.ts +1 -1
  134. package/plate/components/base-plate/Component.js +1 -1
  135. package/plate/esm/Component.responsive.js +1 -1
  136. package/plate/esm/components/base-plate/Component.js +1 -1
  137. package/plate/esm/components/base-plate/index.js +1 -1
  138. package/plate/esm/desktop/Component.desktop.js +1 -1
  139. package/plate/esm/desktop/index.js +1 -1
  140. package/plate/esm/index-2f466837.d.ts +2 -2
  141. package/plate/esm/index.js +1 -1
  142. package/plate/esm/mobile/Component.mobile.js +1 -1
  143. package/plate/esm/mobile/index.js +1 -1
  144. package/plate/esm/shared/index.js +1 -1
  145. package/plate/esm/utils.js +1 -1
  146. package/plate/index-2f466837.d.ts +2 -2
  147. package/plate/modern/Component.responsive.js +1 -1
  148. package/plate/modern/components/base-plate/Component.js +1 -1
  149. package/plate/modern/components/base-plate/index.js +1 -1
  150. package/plate/modern/desktop/Component.desktop.js +1 -1
  151. package/plate/modern/desktop/index.js +1 -1
  152. package/plate/modern/index-2f466837.d.ts +2 -2
  153. package/plate/modern/index.js +1 -1
  154. package/plate/modern/mobile/Component.mobile.js +1 -1
  155. package/plate/modern/mobile/index.js +1 -1
  156. package/plate/modern/shared/index.js +1 -1
  157. package/plate/modern/utils.js +1 -1
  158. package/plate/utils.js +1 -1
  159. package/pure-cell/component.js +1 -1
  160. package/pure-cell/components/addon/component.js +1 -1
  161. package/pure-cell/components/addon/index.d.ts +1 -1
  162. package/pure-cell/components/addon/index.js +1 -1
  163. package/pure-cell/components/amount/component.js +1 -1
  164. package/pure-cell/components/amount/index.d.ts +1 -1
  165. package/pure-cell/components/amount/index.js +1 -1
  166. package/pure-cell/components/amount-title/component.js +1 -1
  167. package/pure-cell/components/amount-title/index.d.ts +1 -1
  168. package/pure-cell/components/amount-title/index.js +1 -1
  169. package/pure-cell/components/category/component.js +1 -1
  170. package/pure-cell/components/category/index.d.ts +1 -1
  171. package/pure-cell/components/category/index.js +1 -1
  172. package/pure-cell/components/content/component.js +1 -1
  173. package/pure-cell/components/content/index.d.ts +1 -1
  174. package/pure-cell/components/content/index.js +1 -1
  175. package/pure-cell/components/footer/component.js +1 -1
  176. package/pure-cell/components/footer/index.d.ts +1 -1
  177. package/pure-cell/components/footer/index.js +1 -1
  178. package/pure-cell/components/footer-button/component.js +1 -1
  179. package/pure-cell/components/footer-button/index.d.ts +1 -1
  180. package/pure-cell/components/footer-button/index.js +1 -1
  181. package/pure-cell/components/footer-text/component.js +1 -1
  182. package/pure-cell/components/footer-text/index.d.ts +1 -1
  183. package/pure-cell/components/footer-text/index.js +1 -1
  184. package/pure-cell/components/graphics/component.js +1 -1
  185. package/pure-cell/components/graphics/index.d.ts +1 -1
  186. package/pure-cell/components/graphics/index.js +1 -1
  187. package/pure-cell/components/main/component.js +1 -1
  188. package/pure-cell/components/main/index.d.ts +1 -1
  189. package/pure-cell/components/main/index.js +1 -1
  190. package/pure-cell/components/text/component.js +1 -1
  191. package/pure-cell/components/text/index.d.ts +1 -1
  192. package/pure-cell/components/text/index.js +1 -1
  193. package/pure-cell/esm/component.js +1 -1
  194. package/pure-cell/esm/components/addon/component.js +1 -1
  195. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  196. package/pure-cell/esm/components/addon/index.js +1 -1
  197. package/pure-cell/esm/components/amount/component.js +1 -1
  198. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  199. package/pure-cell/esm/components/amount/index.js +1 -1
  200. package/pure-cell/esm/components/amount-title/component.js +1 -1
  201. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  202. package/pure-cell/esm/components/amount-title/index.js +1 -1
  203. package/pure-cell/esm/components/category/component.js +1 -1
  204. package/pure-cell/esm/components/category/index.d.ts +1 -1
  205. package/pure-cell/esm/components/category/index.js +1 -1
  206. package/pure-cell/esm/components/content/component.js +1 -1
  207. package/pure-cell/esm/components/content/index.d.ts +1 -1
  208. package/pure-cell/esm/components/content/index.js +1 -1
  209. package/pure-cell/esm/components/footer/component.js +1 -1
  210. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  211. package/pure-cell/esm/components/footer/index.js +1 -1
  212. package/pure-cell/esm/components/footer-button/component.js +1 -1
  213. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  214. package/pure-cell/esm/components/footer-button/index.js +1 -1
  215. package/pure-cell/esm/components/footer-text/component.js +1 -1
  216. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  217. package/pure-cell/esm/components/footer-text/index.js +1 -1
  218. package/pure-cell/esm/components/graphics/component.js +1 -1
  219. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  220. package/pure-cell/esm/components/graphics/index.js +1 -1
  221. package/pure-cell/esm/components/main/component.js +1 -1
  222. package/pure-cell/esm/components/main/index.d.ts +1 -1
  223. package/pure-cell/esm/components/main/index.js +1 -1
  224. package/pure-cell/esm/components/text/component.js +1 -1
  225. package/pure-cell/esm/components/text/index.d.ts +1 -1
  226. package/pure-cell/esm/components/text/index.js +1 -1
  227. package/pure-cell/esm/index.js +1 -1
  228. package/pure-cell/index.js +1 -1
  229. package/pure-cell/modern/component.js +1 -1
  230. package/pure-cell/modern/components/addon/component.js +1 -1
  231. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  232. package/pure-cell/modern/components/addon/index.js +1 -1
  233. package/pure-cell/modern/components/amount/component.js +1 -1
  234. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  235. package/pure-cell/modern/components/amount/index.js +1 -1
  236. package/pure-cell/modern/components/amount-title/component.js +1 -1
  237. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  238. package/pure-cell/modern/components/amount-title/index.js +1 -1
  239. package/pure-cell/modern/components/category/component.js +1 -1
  240. package/pure-cell/modern/components/category/index.d.ts +1 -1
  241. package/pure-cell/modern/components/category/index.js +1 -1
  242. package/pure-cell/modern/components/content/component.js +1 -1
  243. package/pure-cell/modern/components/content/index.d.ts +1 -1
  244. package/pure-cell/modern/components/content/index.js +1 -1
  245. package/pure-cell/modern/components/footer/component.js +1 -1
  246. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  247. package/pure-cell/modern/components/footer/index.js +1 -1
  248. package/pure-cell/modern/components/footer-button/component.js +1 -1
  249. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  250. package/pure-cell/modern/components/footer-button/index.js +1 -1
  251. package/pure-cell/modern/components/footer-text/component.js +1 -1
  252. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  253. package/pure-cell/modern/components/footer-text/index.js +1 -1
  254. package/pure-cell/modern/components/graphics/component.js +1 -1
  255. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  256. package/pure-cell/modern/components/graphics/index.js +1 -1
  257. package/pure-cell/modern/components/main/component.js +1 -1
  258. package/pure-cell/modern/components/main/index.d.ts +1 -1
  259. package/pure-cell/modern/components/main/index.js +1 -1
  260. package/pure-cell/modern/components/text/component.js +1 -1
  261. package/pure-cell/modern/components/text/index.d.ts +1 -1
  262. package/pure-cell/modern/components/text/index.js +1 -1
  263. package/pure-cell/modern/index.js +1 -1
  264. package/select/components/base-select/Component.js +14 -14
  265. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  266. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  267. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  268. package/select/components/options-list/Component.js +4 -4
  269. package/select/cssm/components/base-select/Component.js +12 -12
  270. package/select/cssm/components/options-list/Component.js +4 -4
  271. package/select/cssm/typings.d.ts +0 -12
  272. package/select/esm/Component.responsive.js +3 -3
  273. package/select/esm/components/base-select/Component.js +14 -14
  274. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  275. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  276. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  277. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  278. package/select/esm/components/base-select/index.js +2 -2
  279. package/select/esm/components/index.js +2 -2
  280. package/select/esm/components/options-list/Component.js +4 -4
  281. package/select/esm/desktop/Component.desktop.js +2 -2
  282. package/select/esm/desktop/index.js +2 -2
  283. package/select/esm/index.js +3 -3
  284. package/select/esm/mobile/Component.mobile.js +3 -3
  285. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  286. package/select/esm/mobile/index.js +3 -3
  287. package/select/esm/presets/index.js +1 -1
  288. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  289. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  290. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  291. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  292. package/select/esm/shared/index.js +3 -3
  293. package/select/esm/typings.d.ts +0 -12
  294. package/select/mobile/Component.mobile.js +1 -1
  295. package/select/modern/Component.responsive.js +3 -3
  296. package/select/modern/components/base-select/Component.js +4 -4
  297. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  298. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  299. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  300. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  301. package/select/modern/components/base-select/index.js +2 -2
  302. package/select/modern/components/index.js +2 -2
  303. package/select/modern/components/options-list/Component.js +2 -2
  304. package/select/modern/desktop/Component.desktop.js +2 -2
  305. package/select/modern/desktop/index.js +2 -2
  306. package/select/modern/index.js +3 -3
  307. package/select/modern/mobile/Component.mobile.js +3 -3
  308. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  309. package/select/modern/mobile/index.js +3 -3
  310. package/select/modern/presets/index.js +1 -1
  311. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  312. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  313. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  314. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  315. package/select/modern/shared/index.js +3 -3
  316. package/select/modern/typings.d.ts +0 -12
  317. package/select/presets/index.js +1 -1
  318. package/select/presets/useSelectWithApply/hook.js +1 -1
  319. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  320. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  321. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  322. package/select/shared/index.js +1 -1
  323. package/select/typings.d.ts +0 -12
  324. package/side-panel/components/controls/Component.js +1 -1
  325. package/side-panel/components/footer/Component.js +1 -1
  326. package/side-panel/esm/Component.responsive.js +1 -1
  327. package/side-panel/esm/components/controls/Component.js +1 -1
  328. package/side-panel/esm/components/controls/index.js +1 -1
  329. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  330. package/side-panel/esm/components/footer/Component.js +1 -1
  331. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  332. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  333. package/side-panel/esm/desktop/index.js +1 -1
  334. package/side-panel/esm/index.js +1 -1
  335. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  336. package/side-panel/esm/mobile/index.js +1 -1
  337. package/side-panel/modern/Component.responsive.js +1 -1
  338. package/side-panel/modern/components/controls/Component.js +1 -1
  339. package/side-panel/modern/components/controls/index.js +1 -1
  340. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  341. package/side-panel/modern/components/footer/Component.js +1 -1
  342. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  343. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  344. package/side-panel/modern/desktop/index.js +1 -1
  345. package/side-panel/modern/index.js +1 -1
  346. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  347. package/side-panel/modern/mobile/index.js +1 -1
  348. package/themes/compiled/mobile-dark-bluetint.css +5 -5
  349. package/toast-plate/components/base-toast-plate/component.js +2 -2
  350. package/toast-plate/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  351. package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  352. package/toast-plate/esm/Component.responsive.js +2 -2
  353. package/toast-plate/esm/components/base-toast-plate/component.js +2 -2
  354. package/toast-plate/esm/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  355. package/toast-plate/esm/components/base-toast-plate/index.js +2 -2
  356. package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  357. package/toast-plate/esm/desktop/Component.desktop.js +2 -2
  358. package/toast-plate/esm/desktop/index.js +2 -2
  359. package/toast-plate/esm/index-2f466837.d.ts +2 -2
  360. package/toast-plate/esm/index.js +2 -2
  361. package/toast-plate/esm/mobile/Component.mobile.js +2 -2
  362. package/toast-plate/esm/mobile/index.js +2 -2
  363. package/toast-plate/index-2f466837.d.ts +2 -2
  364. package/toast-plate/modern/Component.responsive.js +2 -2
  365. package/toast-plate/modern/components/base-toast-plate/component.js +2 -2
  366. package/toast-plate/modern/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  367. package/toast-plate/modern/components/base-toast-plate/index.js +2 -2
  368. package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  369. package/toast-plate/modern/desktop/Component.desktop.js +2 -2
  370. package/toast-plate/modern/desktop/index.js +2 -2
  371. package/toast-plate/modern/index-2f466837.d.ts +2 -2
  372. package/toast-plate/modern/index.js +2 -2
  373. package/toast-plate/modern/mobile/Component.mobile.js +2 -2
  374. package/toast-plate/modern/mobile/index.js +2 -2
  375. package/typography/esm/component.js +2 -2
  376. package/typography/esm/index.js +2 -2
  377. package/typography/esm/text/component.js +1 -1
  378. package/typography/esm/text/index.js +1 -1
  379. package/typography/esm/title/component.js +1 -1
  380. package/typography/esm/title/index.js +2 -2
  381. package/typography/esm/title-mobile/component.js +2 -2
  382. package/typography/esm/title-mobile/index.js +2 -2
  383. package/typography/esm/title-responsive/component.js +2 -2
  384. package/typography/esm/title-responsive/index.js +2 -2
  385. package/typography/modern/component.js +2 -2
  386. package/typography/modern/index.js +2 -2
  387. package/typography/modern/text/component.js +1 -1
  388. package/typography/modern/text/index.js +1 -1
  389. package/typography/modern/title/component.js +1 -1
  390. package/typography/modern/title/index.js +2 -2
  391. package/typography/modern/title-mobile/component.js +2 -2
  392. package/typography/modern/title-mobile/index.js +2 -2
  393. package/typography/modern/title-responsive/component.js +2 -2
  394. package/typography/modern/title-responsive/index.js +2 -2
  395. package/typography/text/component.js +1 -1
  396. package/typography/title/component.js +1 -1
  397. package/typography/title/index.js +1 -1
  398. package/typography/title-mobile/component.js +1 -1
  399. package/typography/title-responsive/component.js +1 -1
  400. package/universal-date-input/Component-ee245301.d.ts +26 -0
  401. package/universal-date-input/cssm/Component-ee245301.d.ts +26 -0
  402. package/universal-date-input/cssm/index-5712fce2.d.ts +16 -202
  403. package/universal-date-input/cssm/index-ee245301.d.ts +180 -0
  404. package/universal-date-input/esm/Component-ee245301.d.ts +26 -0
  405. package/universal-date-input/esm/index-5712fce2.d.ts +16 -202
  406. package/universal-date-input/esm/index-ee245301.d.ts +180 -0
  407. package/universal-date-input/index-5712fce2.d.ts +16 -202
  408. package/universal-date-input/index-ee245301.d.ts +180 -0
  409. package/universal-date-input/modern/Component-ee245301.d.ts +26 -0
  410. package/universal-date-input/modern/index-5712fce2.d.ts +16 -202
  411. package/universal-date-input/modern/index-ee245301.d.ts +180 -0
  412. package/picker-button/Component-6563e05c.d.ts +0 -5
  413. package/picker-button/cssm/Component-6563e05c.d.ts +0 -5
  414. package/picker-button/esm/Component-6563e05c.d.ts +0 -5
  415. package/picker-button/modern/Component-6563e05c.d.ts +0 -5
  416. /package/gallery/{buttons-9c44ac86.d.ts → buttons-e7e85fbd.d.ts} +0 -0
  417. /package/gallery/{buttons-9c44ac86.js → buttons-e7e85fbd.js} +0 -0
  418. /package/gallery/esm/{buttons-9b94693c.d.ts → buttons-31154ee0.d.ts} +0 -0
  419. /package/gallery/esm/{buttons-9b94693c.js → buttons-31154ee0.js} +0 -0
  420. /package/gallery/esm/{slide-5405aac6.d.ts → slide-3a81fe9b.d.ts} +0 -0
  421. /package/gallery/esm/{slide-5405aac6.js → slide-3a81fe9b.js} +0 -0
  422. /package/gallery/modern/{buttons-d0cf70a8.d.ts → buttons-f48cd370.d.ts} +0 -0
  423. /package/gallery/modern/{buttons-d0cf70a8.js → buttons-f48cd370.js} +0 -0
  424. /package/gallery/modern/{slide-6f8df05e.d.ts → slide-300dada8.d.ts} +0 -0
  425. /package/gallery/modern/{slide-6f8df05e.js → slide-300dada8.js} +0 -0
  426. /package/gallery/{slide-70439402.d.ts → slide-fe937849.d.ts} +0 -0
  427. /package/gallery/{slide-70439402.js → slide-fe937849.js} +0 -0
  428. /package/plate/{PortalContext-fa01f35c.d.ts → PortalContext-7660408e.d.ts} +0 -0
  429. /package/plate/{PortalContext-fa01f35c.js → PortalContext-7660408e.js} +0 -0
  430. /package/plate/esm/{PortalContext-68e159b4.d.ts → PortalContext-ecb78253.d.ts} +0 -0
  431. /package/plate/esm/{PortalContext-68e159b4.js → PortalContext-ecb78253.js} +0 -0
  432. /package/plate/modern/{PortalContext-6b50db51.d.ts → PortalContext-1187e777.d.ts} +0 -0
  433. /package/plate/modern/{PortalContext-6b50db51.js → PortalContext-1187e777.js} +0 -0
  434. /package/pure-cell/{component-d9b4960f.d.ts → component-8e5a4272.d.ts} +0 -0
  435. /package/pure-cell/{component-d9b4960f.js → component-8e5a4272.js} +0 -0
  436. /package/pure-cell/esm/{component-fc54c265.d.ts → component-b802ac98.d.ts} +0 -0
  437. /package/pure-cell/esm/{component-fc54c265.js → component-b802ac98.js} +0 -0
  438. /package/pure-cell/modern/{component-9f2ec12c.d.ts → component-5fcbafb6.d.ts} +0 -0
  439. /package/pure-cell/modern/{component-9f2ec12c.js → component-5fcbafb6.js} +0 -0
  440. /package/select/esm/{hook-ea6af842.d.ts → hook-b2de24a8.d.ts} +0 -0
  441. /package/select/esm/{hook-ea6af842.js → hook-b2de24a8.js} +0 -0
  442. /package/select/esm/{list-popover-desktop-ae0d4030.d.ts → list-popover-desktop-05da245e.d.ts} +0 -0
  443. /package/select/esm/{list-popover-desktop-ae0d4030.js → list-popover-desktop-05da245e.js} +0 -0
  444. /package/select/esm/{mobile.module-549309dc.js → mobile.module-463c9a08.js} +0 -0
  445. /package/select/{hook-d36891be.d.ts → hook-8c4a3c4b.d.ts} +0 -0
  446. /package/select/{hook-d36891be.js → hook-8c4a3c4b.js} +0 -0
  447. /package/select/{list-popover-desktop-ee1e436c.d.ts → list-popover-desktop-0191d188.d.ts} +0 -0
  448. /package/select/{list-popover-desktop-ee1e436c.js → list-popover-desktop-0191d188.js} +0 -0
  449. /package/select/{mobile.module-02f8a33d.js → mobile.module-34ed4d36.js} +0 -0
  450. /package/select/modern/{hook-c1d1e364.d.ts → hook-f6ee5904.d.ts} +0 -0
  451. /package/select/modern/{hook-c1d1e364.js → hook-f6ee5904.js} +0 -0
  452. /package/select/modern/{list-popover-desktop-feab4a2f.d.ts → list-popover-desktop-dde86217.d.ts} +0 -0
  453. /package/select/modern/{list-popover-desktop-feab4a2f.js → list-popover-desktop-dde86217.js} +0 -0
  454. /package/select/modern/{mobile.module-9fee11c2.js → mobile.module-4026b4ce.js} +0 -0
  455. /package/side-panel/esm/{layout.module-15c30846.js → layout.module-57debcbd.js} +0 -0
  456. /package/side-panel/{layout.module-f68730e9.js → layout.module-11cb84d7.js} +0 -0
  457. /package/side-panel/modern/{layout.module-546000a4.js → layout.module-436b690f.js} +0 -0
  458. /package/toast-plate/{PortalContext-5870903f.d.ts → PortalContext-0d20ef98.d.ts} +0 -0
  459. /package/toast-plate/{PortalContext-5870903f.js → PortalContext-0d20ef98.js} +0 -0
  460. /package/toast-plate/esm/{PortalContext-87b75f64.d.ts → PortalContext-0baec972.d.ts} +0 -0
  461. /package/toast-plate/esm/{PortalContext-87b75f64.js → PortalContext-0baec972.js} +0 -0
  462. /package/toast-plate/esm/{getDataTestId-036beec3.d.ts → getDataTestId-7b6aa0a9.d.ts} +0 -0
  463. /package/toast-plate/esm/{getDataTestId-036beec3.js → getDataTestId-7b6aa0a9.js} +0 -0
  464. /package/toast-plate/{getDataTestId-68f38cd2.d.ts → getDataTestId-d6ea897e.d.ts} +0 -0
  465. /package/toast-plate/{getDataTestId-68f38cd2.js → getDataTestId-d6ea897e.js} +0 -0
  466. /package/toast-plate/modern/{PortalContext-4dcb459f.d.ts → PortalContext-3c15badc.d.ts} +0 -0
  467. /package/toast-plate/modern/{PortalContext-4dcb459f.js → PortalContext-3c15badc.js} +0 -0
  468. /package/toast-plate/modern/{getDataTestId-778a5839.d.ts → getDataTestId-d44651c2.d.ts} +0 -0
  469. /package/toast-plate/modern/{getDataTestId-778a5839.js → getDataTestId-d44651c2.js} +0 -0
  470. /package/typography/{colors.module-db7937b7.js → colors.module-78983cf7.js} +0 -0
  471. /package/typography/{common.module-400d3b44.js → common.module-e36e45ad.js} +0 -0
  472. /package/typography/esm/{colors.module-6187dd90.js → colors.module-bbf7489b.js} +0 -0
  473. /package/typography/esm/{common.module-e6ab81d6.js → common.module-26e271a2.js} +0 -0
  474. /package/typography/modern/{colors.module-60a8eceb.js → colors.module-a3636f20.js} +0 -0
  475. /package/typography/modern/{common.module-2115a63b.js → common.module-7f7bb8d3.js} +0 -0
@@ -1169,10 +1169,6 @@ type BaseSelectProps = {
1169
1169
  * Пропсы, которые будут прокинуты в компонент пункта меню
1170
1170
  */
1171
1171
  optionProps?: unknown;
1172
- /**
1173
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
1174
- */
1175
- groupOptionProps?: AnyObject;
1176
1172
  /**
1177
1173
  * Компонент выпадающего меню
1178
1174
  */
@@ -1365,10 +1361,6 @@ type OptionsListProps = {
1365
1361
  * Функция для получения пропсов для ячейки
1366
1362
  */
1367
1363
  getOptionProps: (option: OptionShape, index: number) => OptionProps;
1368
- /**
1369
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
1370
- */
1371
- groupOptionProps?: AnyObject;
1372
1364
  /**
1373
1365
  * Список выбранных пунктов
1374
1366
  */
@@ -1497,10 +1489,6 @@ type OptgroupProps = {
1497
1489
  * Обработчик выбранных вариантов
1498
1490
  */
1499
1491
  setSelectedItems?: (items: OptionShape[]) => void;
1500
- /**
1501
- * Указать индекс пункта для hover состояния
1502
- */
1503
- setHighlightedIndex?: (index: number) => void;
1504
1492
  /**
1505
1493
  * Значение поиска
1506
1494
  */
@@ -1,5 +1,5 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-6563e05c";
2
+ import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-9d430401";
3
3
  declare const isGroup: (item: OptionShape | GroupShape) => item is GroupShape;
4
4
  declare const isOptionShape: (item: OptionShape | string | null) => item is OptionShape;
5
5
  declare const joinOptions: ({ selected, selectedMultiple, }: {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import React from 'react';
3
- import { OptgroupProps } from "./typings-6563e05c";
3
+ import { OptgroupProps } from "./typings-9d430401";
4
4
  declare const Optgroup: ({ children, className, label, size }: OptgroupProps) => React.JSX.Element;
5
5
  export { Optgroup };
@@ -7,7 +7,7 @@ declare const InternationalPhoneInput: React.ForwardRefExoticComponent<(({
7
7
  clearableCountryCode?: boolean | "preserve" | undefined;
8
8
  countrySelectProps?: import("./components/country-select/index").SharedCountrySelectProps | undefined;
9
9
  clear?: boolean | undefined;
10
- filterFn?: ((value: string | undefined, option: import("./typings-6563e05c").OptionShape) => boolean) | undefined;
10
+ filterFn?: ((value: string | undefined, option: import("./typings-9d430401").OptionShape) => boolean) | undefined;
11
11
  onCountryChange?: ((country?: import("./types").Country | undefined) => void) | undefined;
12
12
  onChange?: ((phone: string) => void) | undefined;
13
13
  onBlur?: ((event: React.FocusEvent<HTMLDivElement | HTMLInputElement, Element>) => void) | undefined;
@@ -26,15 +26,15 @@ declare const InternationalPhoneInput: React.ForwardRefExoticComponent<(({
26
26
  clearableCountryCode?: boolean | "preserve" | undefined;
27
27
  countrySelectProps?: import("./components/country-select/index").SharedCountrySelectProps | undefined;
28
28
  clear?: boolean | undefined;
29
- filterFn?: ((value: string | undefined, option: import("./typings-6563e05c").OptionShape) => boolean) | undefined;
29
+ filterFn?: ((value: string | undefined, option: import("./typings-9d430401").OptionShape) => boolean) | undefined;
30
30
  onCountryChange?: ((country?: import("./types").Country | undefined) => void) | undefined;
31
31
  onChange?: ((phone: string) => void) | undefined;
32
32
  onBlur?: ((event: React.FocusEvent<HTMLDivElement | HTMLInputElement, Element>) => void) | undefined;
33
33
  onFocus?: ((event: React.FocusEvent<HTMLDivElement | HTMLInputElement, Element>) => void) | undefined;
34
34
  } & {
35
- options: (import("./typings-6563e05c").OptionShape | import("./typings-6563e05c").GroupShape)[];
35
+ options: (import("./typings-9d430401").OptionShape | import("./typings-9d430401").GroupShape)[];
36
36
  } & Omit<import("../../input-autocomplete/types").InputAutocompleteCommonProps, "onChange" | "onInput"> & {
37
- options: (import("./typings-6563e05c").OptionShape | import("./typings-6563e05c").GroupShape)[];
37
+ options: (import("./typings-9d430401").OptionShape | import("./typings-9d430401").GroupShape)[];
38
38
  } & Omit<import("../../input-autocomplete/types").InputAutocompleteMobileProps, "onChange" | "onInput"> & {
39
39
  breakpoint?: number | undefined;
40
40
  defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
@@ -9,7 +9,7 @@ declare const BaseInternationalPhoneInput: React.ForwardRefExoticComponent<{
9
9
  clearableCountryCode?: boolean | "preserve" | undefined;
10
10
  countrySelectProps?: import("../country-select/index").SharedCountrySelectProps | undefined;
11
11
  clear?: boolean | undefined;
12
- filterFn?: ((value: string | undefined, option: import("../../typings-6563e05c").OptionShape) => boolean) | undefined;
12
+ filterFn?: ((value: string | undefined, option: import("../../typings-9d430401").OptionShape) => boolean) | undefined;
13
13
  onCountryChange?: ((country?: Country | undefined) => void) | undefined;
14
14
  onChange?: ((phone: string) => void) | undefined;
15
15
  onBlur?: ((event: React.FocusEvent<HTMLDivElement | HTMLInputElement, Element>) => void) | undefined;
@@ -5,7 +5,7 @@ import { InputMobileProps } from "../../input/mobile";
5
5
  import { InputAutocompleteProps } from "../../input-autocomplete";
6
6
  import { InputAutocompleteDesktopProps } from "../../input-autocomplete/desktop";
7
7
  import { InputAutocompleteMobileProps } from "../../input-autocomplete/mobile";
8
- import { OptionShape } from "./typings-6563e05c";
8
+ import { OptionShape } from "./typings-9d430401";
9
9
  import { SharedCountrySelectProps } from "./components/country-select/index";
10
10
  type Country = {
11
11
  name: string;
@@ -1169,10 +1169,6 @@ type BaseSelectProps = {
1169
1169
  * Пропсы, которые будут прокинуты в компонент пункта меню
1170
1170
  */
1171
1171
  optionProps?: unknown;
1172
- /**
1173
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
1174
- */
1175
- groupOptionProps?: AnyObject;
1176
1172
  /**
1177
1173
  * Компонент выпадающего меню
1178
1174
  */
@@ -1365,10 +1361,6 @@ type OptionsListProps = {
1365
1361
  * Функция для получения пропсов для ячейки
1366
1362
  */
1367
1363
  getOptionProps: (option: OptionShape, index: number) => OptionProps;
1368
- /**
1369
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
1370
- */
1371
- groupOptionProps?: AnyObject;
1372
1364
  /**
1373
1365
  * Список выбранных пунктов
1374
1366
  */
@@ -1497,10 +1489,6 @@ type OptgroupProps = {
1497
1489
  * Обработчик выбранных вариантов
1498
1490
  */
1499
1491
  setSelectedItems?: (items: OptionShape[]) => void;
1500
- /**
1501
- * Указать индекс пункта для hover состояния
1502
- */
1503
- setHighlightedIndex?: (index: number) => void;
1504
1492
  /**
1505
1493
  * Значение поиска
1506
1494
  */
@@ -1,5 +1,5 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-6563e05c";
2
+ import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-9d430401";
3
3
  declare const isGroup: (item: OptionShape | GroupShape) => item is GroupShape;
4
4
  declare const isOptionShape: (item: OptionShape | string | null) => item is OptionShape;
5
5
  declare const joinOptions: ({ selected, selectedMultiple, }: {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import React from 'react';
3
- import { OptgroupProps } from "./typings-6563e05c";
3
+ import { OptgroupProps } from "./typings-9d430401";
4
4
  declare const Optgroup: ({ children, className, label, size }: OptgroupProps) => React.JSX.Element;
5
5
  export { Optgroup };
@@ -7,7 +7,7 @@ declare const InternationalPhoneInput: React.ForwardRefExoticComponent<(({
7
7
  clearableCountryCode?: boolean | "preserve" | undefined;
8
8
  countrySelectProps?: import("./components/country-select/index").SharedCountrySelectProps | undefined;
9
9
  clear?: boolean | undefined;
10
- filterFn?: ((value: string | undefined, option: import("./typings-6563e05c").OptionShape) => boolean) | undefined;
10
+ filterFn?: ((value: string | undefined, option: import("./typings-9d430401").OptionShape) => boolean) | undefined;
11
11
  onCountryChange?: ((country?: import("./types").Country | undefined) => void) | undefined;
12
12
  onChange?: ((phone: string) => void) | undefined;
13
13
  onBlur?: ((event: React.FocusEvent<HTMLDivElement | HTMLInputElement, Element>) => void) | undefined;
@@ -26,15 +26,15 @@ declare const InternationalPhoneInput: React.ForwardRefExoticComponent<(({
26
26
  clearableCountryCode?: boolean | "preserve" | undefined;
27
27
  countrySelectProps?: import("./components/country-select/index").SharedCountrySelectProps | undefined;
28
28
  clear?: boolean | undefined;
29
- filterFn?: ((value: string | undefined, option: import("./typings-6563e05c").OptionShape) => boolean) | undefined;
29
+ filterFn?: ((value: string | undefined, option: import("./typings-9d430401").OptionShape) => boolean) | undefined;
30
30
  onCountryChange?: ((country?: import("./types").Country | undefined) => void) | undefined;
31
31
  onChange?: ((phone: string) => void) | undefined;
32
32
  onBlur?: ((event: React.FocusEvent<HTMLDivElement | HTMLInputElement, Element>) => void) | undefined;
33
33
  onFocus?: ((event: React.FocusEvent<HTMLDivElement | HTMLInputElement, Element>) => void) | undefined;
34
34
  } & {
35
- options: (import("./typings-6563e05c").OptionShape | import("./typings-6563e05c").GroupShape)[];
35
+ options: (import("./typings-9d430401").OptionShape | import("./typings-9d430401").GroupShape)[];
36
36
  } & Omit<import("../../input-autocomplete/types").InputAutocompleteCommonProps, "onChange" | "onInput"> & {
37
- options: (import("./typings-6563e05c").OptionShape | import("./typings-6563e05c").GroupShape)[];
37
+ options: (import("./typings-9d430401").OptionShape | import("./typings-9d430401").GroupShape)[];
38
38
  } & Omit<import("../../input-autocomplete/types").InputAutocompleteMobileProps, "onChange" | "onInput"> & {
39
39
  breakpoint?: number | undefined;
40
40
  defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
@@ -9,7 +9,7 @@ declare const BaseInternationalPhoneInput: React.ForwardRefExoticComponent<{
9
9
  clearableCountryCode?: boolean | "preserve" | undefined;
10
10
  countrySelectProps?: import("../country-select/index").SharedCountrySelectProps | undefined;
11
11
  clear?: boolean | undefined;
12
- filterFn?: ((value: string | undefined, option: import("../../typings-6563e05c").OptionShape) => boolean) | undefined;
12
+ filterFn?: ((value: string | undefined, option: import("../../typings-9d430401").OptionShape) => boolean) | undefined;
13
13
  onCountryChange?: ((country?: Country | undefined) => void) | undefined;
14
14
  onChange?: ((phone: string) => void) | undefined;
15
15
  onBlur?: ((event: React.FocusEvent<HTMLDivElement | HTMLInputElement, Element>) => void) | undefined;
@@ -5,7 +5,7 @@ import { InputMobileProps } from "../../input/mobile";
5
5
  import { InputAutocompleteProps } from "../../input-autocomplete";
6
6
  import { InputAutocompleteDesktopProps } from "../../input-autocomplete/desktop";
7
7
  import { InputAutocompleteMobileProps } from "../../input-autocomplete/mobile";
8
- import { OptionShape } from "./typings-6563e05c";
8
+ import { OptionShape } from "./typings-9d430401";
9
9
  import { SharedCountrySelectProps } from "./components/country-select/index";
10
10
  type Country = {
11
11
  name: string;
@@ -1169,10 +1169,6 @@ type BaseSelectProps = {
1169
1169
  * Пропсы, которые будут прокинуты в компонент пункта меню
1170
1170
  */
1171
1171
  optionProps?: unknown;
1172
- /**
1173
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
1174
- */
1175
- groupOptionProps?: AnyObject;
1176
1172
  /**
1177
1173
  * Компонент выпадающего меню
1178
1174
  */
@@ -1365,10 +1361,6 @@ type OptionsListProps = {
1365
1361
  * Функция для получения пропсов для ячейки
1366
1362
  */
1367
1363
  getOptionProps: (option: OptionShape, index: number) => OptionProps;
1368
- /**
1369
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
1370
- */
1371
- groupOptionProps?: AnyObject;
1372
1364
  /**
1373
1365
  * Список выбранных пунктов
1374
1366
  */
@@ -1497,10 +1489,6 @@ type OptgroupProps = {
1497
1489
  * Обработчик выбранных вариантов
1498
1490
  */
1499
1491
  setSelectedItems?: (items: OptionShape[]) => void;
1500
- /**
1501
- * Указать индекс пункта для hover состояния
1502
- */
1503
- setHighlightedIndex?: (index: number) => void;
1504
1492
  /**
1505
1493
  * Значение поиска
1506
1494
  */
@@ -1,5 +1,5 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-6563e05c";
2
+ import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-9d430401";
3
3
  declare const isGroup: (item: OptionShape | GroupShape) => item is GroupShape;
4
4
  declare const isOptionShape: (item: OptionShape | string | null) => item is OptionShape;
5
5
  declare const joinOptions: ({ selected, selectedMultiple, }: {
@@ -5,7 +5,7 @@ import { InputMobileProps } from "../input/mobile";
5
5
  import { InputAutocompleteProps } from "../input-autocomplete";
6
6
  import { InputAutocompleteDesktopProps } from "../input-autocomplete/desktop";
7
7
  import { InputAutocompleteMobileProps } from "../input-autocomplete/mobile";
8
- import { OptionShape } from "./typings-6563e05c";
8
+ import { OptionShape } from "./typings-9d430401";
9
9
  import { SharedCountrySelectProps } from "./components/country-select/index";
10
10
  type Country = {
11
11
  name: string;
@@ -1169,10 +1169,6 @@ type BaseSelectProps = {
1169
1169
  * Пропсы, которые будут прокинуты в компонент пункта меню
1170
1170
  */
1171
1171
  optionProps?: unknown;
1172
- /**
1173
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
1174
- */
1175
- groupOptionProps?: AnyObject;
1176
1172
  /**
1177
1173
  * Компонент выпадающего меню
1178
1174
  */
@@ -1365,10 +1361,6 @@ type OptionsListProps = {
1365
1361
  * Функция для получения пропсов для ячейки
1366
1362
  */
1367
1363
  getOptionProps: (option: OptionShape, index: number) => OptionProps;
1368
- /**
1369
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
1370
- */
1371
- groupOptionProps?: AnyObject;
1372
1364
  /**
1373
1365
  * Список выбранных пунктов
1374
1366
  */
@@ -1497,10 +1489,6 @@ type OptgroupProps = {
1497
1489
  * Обработчик выбранных вариантов
1498
1490
  */
1499
1491
  setSelectedItems?: (items: OptionShape[]) => void;
1500
- /**
1501
- * Указать индекс пункта для hover состояния
1502
- */
1503
- setHighlightedIndex?: (index: number) => void;
1504
1492
  /**
1505
1493
  * Значение поиска
1506
1494
  */
@@ -1,5 +1,5 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-6563e05c";
2
+ import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-9d430401";
3
3
  declare const isGroup: (item: OptionShape | GroupShape) => item is GroupShape;
4
4
  declare const isOptionShape: (item: OptionShape | string | null) => item is OptionShape;
5
5
  declare const joinOptions: ({ selected, selectedMultiple, }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components",
3
- "version": "47.9.0-beta.1",
3
+ "version": "47.10.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import React from 'react';
3
+ import { OptgroupProps } from "./typings-9d430401";
4
+ declare const Optgroup: ({ children, className, label, size }: OptgroupProps) => React.JSX.Element;
5
+ export { Optgroup };
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import React from 'react';
3
+ import { OptgroupProps } from "./typings-9d430401";
4
+ declare const Optgroup: ({ children, className, label, size }: OptgroupProps) => React.JSX.Element;
5
+ export { Optgroup };
@@ -2,7 +2,7 @@
2
2
  import React from 'react';
3
3
  import { ComponentType, SVGProps } from "react";
4
4
  import { ButtonProps } from "../../../button";
5
- import { FieldProps as BaseFieldProps } from "../typings-6563e05c";
5
+ import { FieldProps as BaseFieldProps } from "../typings-9d430401";
6
6
  import { PickerButtonSize, PickerButtonVariant } from "../types";
7
7
  type FieldProps = Omit<BaseFieldProps, 'size' | 'hint' | 'success' | 'error' | 'placeholder'> & ButtonProps & {
8
8
  buttonSize?: PickerButtonSize;
@@ -618,10 +618,6 @@ type BaseSelectProps = {
618
618
  * Пропсы, которые будут прокинуты в компонент пункта меню
619
619
  */
620
620
  optionProps?: unknown;
621
- /**
622
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
623
- */
624
- groupOptionProps?: AnyObject;
625
621
  /**
626
622
  * Компонент выпадающего меню
627
623
  */
@@ -814,10 +810,6 @@ type OptionsListProps = {
814
810
  * Функция для получения пропсов для ячейки
815
811
  */
816
812
  getOptionProps: (option: OptionShape, index: number) => OptionProps;
817
- /**
818
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
819
- */
820
- groupOptionProps?: AnyObject;
821
813
  /**
822
814
  * Список выбранных пунктов
823
815
  */
@@ -946,10 +938,6 @@ type OptgroupProps = {
946
938
  * Обработчик выбранных вариантов
947
939
  */
948
940
  setSelectedItems?: (items: OptionShape[]) => void;
949
- /**
950
- * Указать индекс пункта для hover состояния
951
- */
952
- setHighlightedIndex?: (index: number) => void;
953
941
  /**
954
942
  * Значение поиска
955
943
  */
@@ -1,5 +1,5 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-6563e05c";
2
+ import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-9d430401";
3
3
  declare const isGroup: (item: OptionShape | GroupShape) => item is GroupShape;
4
4
  declare const isOptionShape: (item: OptionShape | string | null) => item is OptionShape;
5
5
  declare const joinOptions: ({ selected, selectedMultiple, }: {
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import React from 'react';
3
+ import { OptgroupProps } from "./typings-9d430401";
4
+ declare const Optgroup: ({ children, className, label, size }: OptgroupProps) => React.JSX.Element;
5
+ export { Optgroup };
@@ -2,7 +2,7 @@
2
2
  import React from 'react';
3
3
  import { ComponentType, SVGProps } from "react";
4
4
  import { ButtonProps } from "../../../button";
5
- import { FieldProps as BaseFieldProps } from "../typings-6563e05c";
5
+ import { FieldProps as BaseFieldProps } from "../typings-9d430401";
6
6
  import { PickerButtonSize, PickerButtonVariant } from "../types";
7
7
  type FieldProps = Omit<BaseFieldProps, 'size' | 'hint' | 'success' | 'error' | 'placeholder'> & ButtonProps & {
8
8
  buttonSize?: PickerButtonSize;
@@ -618,10 +618,6 @@ type BaseSelectProps = {
618
618
  * Пропсы, которые будут прокинуты в компонент пункта меню
619
619
  */
620
620
  optionProps?: unknown;
621
- /**
622
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
623
- */
624
- groupOptionProps?: AnyObject;
625
621
  /**
626
622
  * Компонент выпадающего меню
627
623
  */
@@ -814,10 +810,6 @@ type OptionsListProps = {
814
810
  * Функция для получения пропсов для ячейки
815
811
  */
816
812
  getOptionProps: (option: OptionShape, index: number) => OptionProps;
817
- /**
818
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
819
- */
820
- groupOptionProps?: AnyObject;
821
813
  /**
822
814
  * Список выбранных пунктов
823
815
  */
@@ -946,10 +938,6 @@ type OptgroupProps = {
946
938
  * Обработчик выбранных вариантов
947
939
  */
948
940
  setSelectedItems?: (items: OptionShape[]) => void;
949
- /**
950
- * Указать индекс пункта для hover состояния
951
- */
952
- setHighlightedIndex?: (index: number) => void;
953
941
  /**
954
942
  * Значение поиска
955
943
  */
@@ -1,5 +1,5 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-6563e05c";
2
+ import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-9d430401";
3
3
  declare const isGroup: (item: OptionShape | GroupShape) => item is GroupShape;
4
4
  declare const isOptionShape: (item: OptionShape | string | null) => item is OptionShape;
5
5
  declare const joinOptions: ({ selected, selectedMultiple, }: {
@@ -2,7 +2,7 @@
2
2
  import React from 'react';
3
3
  import { ComponentType, SVGProps } from "react";
4
4
  import { ButtonProps } from "../../button";
5
- import { FieldProps as BaseFieldProps } from "../typings-6563e05c";
5
+ import { FieldProps as BaseFieldProps } from "../typings-9d430401";
6
6
  import { PickerButtonSize, PickerButtonVariant } from "../types";
7
7
  type FieldProps = Omit<BaseFieldProps, 'size' | 'hint' | 'success' | 'error' | 'placeholder'> & ButtonProps & {
8
8
  buttonSize?: PickerButtonSize;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import React from 'react';
3
+ import { OptgroupProps } from "./typings-9d430401";
4
+ declare const Optgroup: ({ children, className, label, size }: OptgroupProps) => React.JSX.Element;
5
+ export { Optgroup };
@@ -2,7 +2,7 @@
2
2
  import React from 'react';
3
3
  import { ComponentType, SVGProps } from "react";
4
4
  import { ButtonProps } from "../../../button";
5
- import { FieldProps as BaseFieldProps } from "../typings-6563e05c";
5
+ import { FieldProps as BaseFieldProps } from "../typings-9d430401";
6
6
  import { PickerButtonSize, PickerButtonVariant } from "../types";
7
7
  type FieldProps = Omit<BaseFieldProps, 'size' | 'hint' | 'success' | 'error' | 'placeholder'> & ButtonProps & {
8
8
  buttonSize?: PickerButtonSize;
@@ -618,10 +618,6 @@ type BaseSelectProps = {
618
618
  * Пропсы, которые будут прокинуты в компонент пункта меню
619
619
  */
620
620
  optionProps?: unknown;
621
- /**
622
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
623
- */
624
- groupOptionProps?: AnyObject;
625
621
  /**
626
622
  * Компонент выпадающего меню
627
623
  */
@@ -814,10 +810,6 @@ type OptionsListProps = {
814
810
  * Функция для получения пропсов для ячейки
815
811
  */
816
812
  getOptionProps: (option: OptionShape, index: number) => OptionProps;
817
- /**
818
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
819
- */
820
- groupOptionProps?: AnyObject;
821
813
  /**
822
814
  * Список выбранных пунктов
823
815
  */
@@ -946,10 +938,6 @@ type OptgroupProps = {
946
938
  * Обработчик выбранных вариантов
947
939
  */
948
940
  setSelectedItems?: (items: OptionShape[]) => void;
949
- /**
950
- * Указать индекс пункта для hover состояния
951
- */
952
- setHighlightedIndex?: (index: number) => void;
953
941
  /**
954
942
  * Значение поиска
955
943
  */
@@ -1,5 +1,5 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-6563e05c";
2
+ import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-9d430401";
3
3
  declare const isGroup: (item: OptionShape | GroupShape) => item is GroupShape;
4
4
  declare const isOptionShape: (item: OptionShape | string | null) => item is OptionShape;
5
5
  declare const joinOptions: ({ selected, selectedMultiple, }: {
@@ -618,10 +618,6 @@ type BaseSelectProps = {
618
618
  * Пропсы, которые будут прокинуты в компонент пункта меню
619
619
  */
620
620
  optionProps?: unknown;
621
- /**
622
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
623
- */
624
- groupOptionProps?: AnyObject;
625
621
  /**
626
622
  * Компонент выпадающего меню
627
623
  */
@@ -814,10 +810,6 @@ type OptionsListProps = {
814
810
  * Функция для получения пропсов для ячейки
815
811
  */
816
812
  getOptionProps: (option: OptionShape, index: number) => OptionProps;
817
- /**
818
- * Пропсы, которые будут прокинуты в компонент группового пункта меню
819
- */
820
- groupOptionProps?: AnyObject;
821
813
  /**
822
814
  * Список выбранных пунктов
823
815
  */
@@ -946,10 +938,6 @@ type OptgroupProps = {
946
938
  * Обработчик выбранных вариантов
947
939
  */
948
940
  setSelectedItems?: (items: OptionShape[]) => void;
949
- /**
950
- * Указать индекс пункта для hover состояния
951
- */
952
- setHighlightedIndex?: (index: number) => void;
953
941
  /**
954
942
  * Значение поиска
955
943
  */
@@ -1,5 +1,5 @@
1
1
  import { ReactNode, RefObject } from 'react';
2
- import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-6563e05c";
2
+ import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-9d430401";
3
3
  declare const isGroup: (item: OptionShape | GroupShape) => item is GroupShape;
4
4
  declare const isOptionShape: (item: OptionShape | string | null) => item is OptionShape;
5
5
  declare const joinOptions: ({ selected, selectedMultiple, }: {
@@ -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 PortalContext = require('../../PortalContext-fa01f35c.js');
8
+ var PortalContext = require('../../PortalContext-7660408e.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');
@@ -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 './PortalContext-68e159b4.js';
10
+ import './PortalContext-ecb78253.js';
11
11
  import '@alfalab/hooks';
12
12
  import '@alfalab/icons-glyph/ChevronDownMIcon';
13
13
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -3,7 +3,7 @@ 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 '../../PortalContext-68e159b4.js';
6
+ import { g as getDataTestId } from '../../PortalContext-ecb78253.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';
@@ -4,7 +4,7 @@ import 'react';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../../icon-button/esm';
7
- import '../../PortalContext-68e159b4.js';
7
+ import '../../PortalContext-ecb78253.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 '../PortalContext-68e159b4.js';
7
+ import '../PortalContext-ecb78253.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 '../PortalContext-68e159b4.js';
8
+ import '../PortalContext-ecb78253.js';
9
9
  import '@alfalab/hooks';
10
10
  import '@alfalab/icons-glyph/ChevronDownMIcon';
11
11
  import '@alfalab/icons-glyph/CrossMIcon';
@@ -72,6 +72,6 @@ declare const dom: {
72
72
  };
73
73
  declare const exhaustiveCheck: (value: never) => never;
74
74
  export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom, exhaustiveCheck };
75
- export * from "./PortalContext-68e159b4";
76
- export { PortalContext } from "./PortalContext-68e159b4";
75
+ export * from "./PortalContext-ecb78253";
76
+ export { PortalContext } from "./PortalContext-ecb78253";
77
77
  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 './PortalContext-68e159b4.js';
10
+ import './PortalContext-ecb78253.js';
11
11
  import '@alfalab/hooks';
12
12
  import '@alfalab/icons-glyph/ChevronDownMIcon';
13
13
  import '@alfalab/icons-glyph/CrossMIcon';