@astral/ui 4.18.4 → 4.18.5

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 (817) hide show
  1. package/components/Accordion/styles.d.ts +2 -8
  2. package/components/AddressAutocomplete/AddressAutocomplete.d.ts +2 -38
  3. package/components/AddressAutocomplete/AddressAutocomplete.js +1 -1
  4. package/components/AddressAutocomplete/index.d.ts +2 -1
  5. package/components/AddressAutocomplete/index.js +1 -1
  6. package/components/AddressAutocomplete/public.d.ts +2 -1
  7. package/components/AddressAutocomplete/public.js +1 -1
  8. package/components/AddressAutocomplete/types.d.ts +24 -0
  9. package/components/AddressAutocomplete/types.js +1 -0
  10. package/components/AddressAutocomplete/useLogic/useLogic.d.ts +1 -1
  11. package/components/Alert/Alert.js +1 -1
  12. package/components/Alert/constants.js +1 -1
  13. package/components/Alert/styles.d.ts +4 -16
  14. package/components/AsyncAutocomplete/AsyncAutocomplete.d.ts +2 -121
  15. package/components/AsyncAutocomplete/AsyncAutocomplete.js +1 -0
  16. package/components/AsyncAutocomplete/index.d.ts +2 -1
  17. package/components/AsyncAutocomplete/index.js +1 -1
  18. package/components/AsyncAutocomplete/public.d.ts +2 -1
  19. package/components/AsyncAutocomplete/public.js +1 -1
  20. package/components/AsyncAutocomplete/types.d.ts +66 -0
  21. package/components/AsyncAutocomplete/types.js +1 -0
  22. package/components/AsyncAutocomplete/useLogic/useLogic.d.ts +1 -1
  23. package/components/AutoSaveIndicator/styles.d.ts +4 -16
  24. package/components/Autocomplete/Autocomplete.d.ts +14 -85
  25. package/components/Autocomplete/Autocomplete.js +3 -3
  26. package/components/Autocomplete/index.d.ts +1 -1
  27. package/components/Autocomplete/public.d.ts +1 -1
  28. package/components/Autocomplete/types.d.ts +49 -0
  29. package/components/Autocomplete/useLogic/useLogic.d.ts +1 -1
  30. package/components/Avatar/types.d.ts +1 -1
  31. package/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  32. package/components/BackdropStack/hooks/useBackdropStackToggle/useBackdropStackToggle.d.ts +1 -1
  33. package/components/BackdropStack/services/BackdropStackManager/BackdropStackManager.d.ts +1 -1
  34. package/components/Badge/Badge.d.ts +1 -1
  35. package/components/Banner/constants.js +1 -1
  36. package/components/BottomDrawer/BottomDrawer.d.ts +1 -1
  37. package/components/BottomDrawer/styles.d.ts +3 -9
  38. package/components/BulletListItem/BulletListItem.d.ts +1 -1
  39. package/components/BulletListItem/BulletListItem.js +1 -1
  40. package/components/Button/Button.d.ts +3 -43
  41. package/components/Button/Button.js +1 -1
  42. package/components/Button/constants.js +1 -1
  43. package/components/Button/types.d.ts +25 -0
  44. package/components/Button/useLogic/useLogic.d.ts +1 -1
  45. package/components/CardGridInfinite/NoDataPlaceholder/NoDataPlaceholder.js +1 -1
  46. package/components/CardGridInfinite/constants.js +1 -1
  47. package/components/CardGridInfinite/styles.js +1 -1
  48. package/components/CardGridInfinite/useLogic/useLogic.js +1 -1
  49. package/components/Checkbox/Icon/Icon.js +1 -1
  50. package/components/Checkbox/constants.js +1 -1
  51. package/components/Checkbox/useLogic/useLogic.js +1 -1
  52. package/components/CheckboxField/constants.js +1 -1
  53. package/components/Chevron/Chevron.d.ts +1 -1
  54. package/components/CodeField/styles.d.ts +2 -8
  55. package/components/Collapse/Collapse.d.ts +1 -1
  56. package/components/CollapsibleTypography/CollapsibleTypography.d.ts +2 -8
  57. package/components/CollapsibleTypography/styles.d.ts +2 -8
  58. package/components/ConfigProvider/ConfigProvider.d.ts +1 -1
  59. package/components/ConfigProvider/ConfigProvider.js +1 -1
  60. package/components/ConfirmAction/ConfirmAction.d.ts +1 -37
  61. package/components/ConfirmAction/constants.js +1 -1
  62. package/components/ConfirmAction/index.d.ts +2 -1
  63. package/components/ConfirmAction/index.js +1 -1
  64. package/components/ConfirmAction/public.d.ts +2 -1
  65. package/components/ConfirmAction/public.js +1 -1
  66. package/components/ConfirmAction/styles.d.ts +2 -8
  67. package/components/ConfirmAction/types.d.ts +37 -0
  68. package/components/ConfirmAction/types.js +1 -0
  69. package/components/ConfirmAction/useLogic/useLogic.d.ts +1 -1
  70. package/components/ConfirmDialog/ConfirmDialog.d.ts +1 -36
  71. package/components/ConfirmDialog/index.d.ts +1 -0
  72. package/components/ConfirmDialog/public.d.ts +1 -0
  73. package/components/ConfirmDialog/types.d.ts +36 -0
  74. package/components/ConfirmDialog/types.js +1 -0
  75. package/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
  76. package/components/ContentState/ContentState.js +2 -1
  77. package/components/ContentState/types.d.ts +1 -1
  78. package/components/CopyTypography/CopyTypography.d.ts +1 -23
  79. package/components/CopyTypography/CopyTypography.js +1 -1
  80. package/components/CopyTypography/constants.js +1 -1
  81. package/components/CopyTypography/index.d.ts +2 -1
  82. package/components/CopyTypography/public.d.ts +2 -1
  83. package/components/CopyTypography/styles.d.ts +2 -8
  84. package/components/CopyTypography/types.d.ts +23 -0
  85. package/components/CopyTypography/types.js +1 -0
  86. package/components/CopyTypography/useLogic/useLogic.d.ts +2 -2
  87. package/components/Counter/Counter.d.ts +1 -1
  88. package/components/DashboardLayout/DashboardLayout.d.ts +2 -13
  89. package/components/DashboardLayout/Header/Header.js +1 -1
  90. package/components/DashboardLayout/Header/constants.js +1 -1
  91. package/components/DashboardLayout/Main/constants.js +1 -1
  92. package/components/DashboardLayout/constants.js +1 -1
  93. package/components/DashboardLayout/index.d.ts +2 -1
  94. package/components/DashboardLayout/public.d.ts +2 -1
  95. package/components/DashboardLayout/types.d.ts +13 -0
  96. package/components/DashboardLayout/types.js +1 -0
  97. package/components/DashboardLayoutSkeleton/DashboardLayoutSkeleton.js +1 -1
  98. package/components/DashboardSidebar/DashboardSidebar.js +2 -1
  99. package/components/DashboardSidebar/constants.js +1 -1
  100. package/components/DashboardSidebar/useLogic/useLogic.js +2 -1
  101. package/components/DashboardSidebarPopover/SidebarPopoverItem/SidebarPopoverItem.js +1 -1
  102. package/components/DashboardSidebarPopover/SidebarPopoverItem/constants.js +1 -1
  103. package/components/DashboardSidebarPopover/styles.d.ts +2 -8
  104. package/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +2 -2
  105. package/components/DataGrid/Body/Body.js +1 -1
  106. package/components/DataGrid/Cell/Cell.js +1 -1
  107. package/components/DataGrid/DataGrid.js +2 -1
  108. package/components/DataGrid/NoData/NoData.d.ts +1 -1
  109. package/components/DataGrid/NoData/NoData.js +1 -1
  110. package/components/DataGrid/Row/Row.js +1 -1
  111. package/components/DataGrid/Row/constants.js +1 -1
  112. package/components/DataGrid/Row/useLogic/useLogic.js +1 -1
  113. package/components/DataGrid/constants.js +1 -1
  114. package/components/DataGrid/types.d.ts +1 -1
  115. package/components/DataGrid/useLogic/useLogic.js +2 -1
  116. package/components/DataGridInfinite/DataGridInfinite.js +2 -1
  117. package/components/DataGridInfinite/NoData/NoData.js +1 -1
  118. package/components/DataGridInfinite/useLogic/useLogic.js +2 -1
  119. package/components/DataGridPagination/styles.d.ts +2 -8
  120. package/components/DataGridPaginationContainer/styles.d.ts +2 -8
  121. package/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +2 -8
  122. package/components/DatePicker/DatePicker.d.ts +10 -103
  123. package/components/DatePicker/DatePicker.js +1 -1
  124. package/components/DatePicker/DatePickerPopover/DatePickerPopover.d.ts +1 -1
  125. package/components/DatePicker/MonthPicker/hooks/useMonthsGrid/useMonthsGrid.d.ts +1 -1
  126. package/components/DatePicker/YearPicker/hooks/useYearsGrid/useYearsGrid.d.ts +1 -1
  127. package/components/DatePicker/constants.js +1 -1
  128. package/components/DatePicker/index.d.ts +2 -1
  129. package/components/DatePicker/public.d.ts +2 -1
  130. package/components/DatePicker/types/props.d.ts +60 -0
  131. package/components/DatePicker/types/props.js +1 -0
  132. package/components/DatePicker/useLogic/useLogic.d.ts +1 -1
  133. package/components/DateRangePicker/DateRangePicker.d.ts +6 -72
  134. package/components/DateRangePicker/index.d.ts +2 -1
  135. package/components/DateRangePicker/index.js +1 -1
  136. package/components/DateRangePicker/public.d.ts +2 -1
  137. package/components/DateRangePicker/public.js +1 -1
  138. package/components/DateRangePicker/types.d.ts +44 -0
  139. package/components/DateRangePicker/useLogic/useLogic.d.ts +1 -1
  140. package/components/Description/Value/styles.d.ts +4 -16
  141. package/components/Description/constants.js +1 -1
  142. package/components/DescriptionCell/constants.js +1 -1
  143. package/components/DescriptionCell/useLogic/useLogic.js +1 -1
  144. package/components/DescriptionList/styles.d.ts +2 -8
  145. package/components/Dialog/Dialog.d.ts +1 -1
  146. package/components/DialogActions/DialogActions.d.ts +1 -1
  147. package/components/DialogContent/DialogContent.d.ts +1 -1
  148. package/components/DialogContentText/DialogContentText.d.ts +1 -1
  149. package/components/DialogContentText/styles.d.ts +1 -1
  150. package/components/DialogTitle/DialogTitle.d.ts +1 -1
  151. package/components/Divider/Divider.d.ts +1 -1
  152. package/components/EmailField/EmailField.js +1 -1
  153. package/components/EmailOrPhoneField/EmailOrPhoneField.js +1 -1
  154. package/components/ErrorBoundary/ErrorBoundary.js +2 -1
  155. package/components/ExpansionPanel/Summary/Summary.js +1 -1
  156. package/components/ExpansionPanel/constants.js +1 -1
  157. package/components/Fab/Fab.d.ts +1 -1
  158. package/components/Fieldset/styles.d.ts +4 -16
  159. package/components/Filename/Filename.js +1 -1
  160. package/components/Filename/styles.d.ts +2 -8
  161. package/components/FlowButton/styles.d.ts +2 -8
  162. package/components/FormControl/FormControl.d.ts +1 -1
  163. package/components/FormControlLabel/types.d.ts +1 -1
  164. package/components/FormHelperText/FormHelperText.d.ts +1 -1
  165. package/components/FormLabel/FormLabel.d.ts +1 -1
  166. package/components/GuidTypography/GuidTypography.js +1 -1
  167. package/components/HintIcon/constants.js +1 -1
  168. package/components/InfiniteDataList/NoData/NoData.js +1 -1
  169. package/components/InfiniteDataList/constants.js +1 -1
  170. package/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +1 -1
  171. package/components/InfiniteTreeList/NoDataPlaceholder/NoDataPlaceholder.js +1 -1
  172. package/components/InfiniteTreeList/constants.js +1 -1
  173. package/components/JsonViewer/NodeValue/styles.d.ts +6 -24
  174. package/components/LegacyNotification/NotificationTemplate/styles.d.ts +4 -16
  175. package/components/LegacyNotification/constants.js +1 -1
  176. package/components/Link/Link.d.ts +1 -1
  177. package/components/Link/styles.d.ts +1 -1
  178. package/components/List/List.d.ts +1 -1
  179. package/components/ListItem/styles.d.ts +1 -1
  180. package/components/ListItem/types.d.ts +1 -1
  181. package/components/ListItemAvatar/ListItemAvatar.d.ts +1 -1
  182. package/components/ListItemButton/ListItemButton.d.ts +1 -1
  183. package/components/ListItemIcon/ListItemIcon.d.ts +1 -1
  184. package/components/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +1 -1
  185. package/components/ListItemText/ListItemText.d.ts +1 -1
  186. package/components/ListSubheader/ListSubheader.d.ts +1 -1
  187. package/components/Loader/Loader.js +1 -1
  188. package/components/Loader/constants.js +1 -1
  189. package/components/Menu/Menu.d.ts +1 -1
  190. package/components/MenuGroup/styles.d.ts +2 -8
  191. package/components/MenuItem/MenuItem.d.ts +1 -1
  192. package/components/MenuList/types.d.ts +1 -1
  193. package/components/MenuOrganization/OrganizationButton/styles.d.ts +2 -8
  194. package/components/MenuOrganization/OrganizationGroup/styles.d.ts +2 -8
  195. package/components/MenuOrganization/constants.js +1 -1
  196. package/components/MenuOrganization/styles.d.ts +2 -8
  197. package/components/MinimalisticPagination/styles.d.ts +2 -8
  198. package/components/NavMenu/Item/ItemButton/styles.d.ts +2 -8
  199. package/components/NotFoundPage/constants.js +1 -1
  200. package/components/NotFoundPage/styles.d.ts +4 -16
  201. package/components/Notification/NotificationStackContainer/NotificationStackContainer.js +1 -1
  202. package/components/Notification/NotificationStackContainer/useLogic/useLogic.js +1 -1
  203. package/components/Notification/NotificationTemplate/styles.d.ts +4 -16
  204. package/components/Notification/constants.js +1 -1
  205. package/components/NotificationList/ListItem/styles.d.ts +4 -16
  206. package/components/OverflowTypography/OverflowTypography.d.ts +340 -41
  207. package/components/OverflowTypography/index.d.ts +1 -0
  208. package/components/OverflowTypography/public.d.ts +1 -0
  209. package/components/OverflowTypography/styles.d.ts +4 -16
  210. package/components/OverflowTypography/types.d.ts +32 -0
  211. package/components/OverflowTypography/types.js +1 -0
  212. package/components/OverflowTypography/useLogic/useLogic.d.ts +1 -1
  213. package/components/PageContent/PageContent.js +1 -1
  214. package/components/PageContent/PageContentHeader/Title/styles.d.ts +2 -8
  215. package/components/PageContent/constants.js +1 -1
  216. package/components/PageContent/useLogic/useLogic.js +1 -1
  217. package/components/PageHeader/HeaderContent/Description/styles.d.ts +2 -8
  218. package/components/PageHeader/HeaderContent/HeaderContent.js +1 -1
  219. package/components/PageHeader/PageHeader.js +1 -1
  220. package/components/PageHeader/Title/styles.d.ts +2 -8
  221. package/components/PageHeader/constants.js +1 -1
  222. package/components/PageHeader/hooks/usePageTitle/usePageTitle.js +1 -1
  223. package/components/PageHeader/useLogic/useLogic.js +1 -1
  224. package/components/PageLayout/PageLayout.js +1 -1
  225. package/components/PageLayoutContainer/PageLayoutContainer.js +1 -1
  226. package/components/PageLayoutContainer/constants.js +1 -1
  227. package/components/PageLayoutLoader/PageLayoutLoader.js +1 -1
  228. package/components/PagePinnableAside/PagePinnableAside.js +1 -1
  229. package/components/PagePinnableAside/constants.js +2 -1
  230. package/components/Pagination/PaginationItem/styles.d.ts +2 -8
  231. package/components/Paper/Paper.d.ts +1 -1
  232. package/components/PasswordField/PasswordField.js +1 -1
  233. package/components/PdfViewer/PdfDocument/PdfDocument.js +1 -1
  234. package/components/PdfViewer/PdfViewer.js +1 -1
  235. package/components/PdfViewer/constants.js +1 -1
  236. package/components/PinButton/PinButton.js +1 -1
  237. package/components/PinButton/constants.js +1 -1
  238. package/components/PinButton/styles.d.ts +2 -8
  239. package/components/Popover/Popover.d.ts +1 -1
  240. package/components/ProductSwitcher/Content/styles.d.ts +2 -8
  241. package/components/Profile/MenuList/MenuList.d.ts +1 -1
  242. package/components/Profile/constants.js +1 -1
  243. package/components/Profile/types.d.ts +2 -1
  244. package/components/Radio/constants.js +1 -1
  245. package/components/Radio/useLogic/useLogic.js +1 -1
  246. package/components/RadioCard/RadioCard.js +1 -1
  247. package/components/RadioCard/constants.js +1 -1
  248. package/components/Select/Select.d.ts +1 -71
  249. package/components/Select/index.d.ts +1 -0
  250. package/components/Select/public.d.ts +1 -0
  251. package/components/Select/types.d.ts +49 -0
  252. package/components/Select/types.js +1 -0
  253. package/components/Select/useLogic/useLogic.d.ts +1 -1
  254. package/components/Select/useLogic/useLogic.js +2 -1
  255. package/components/SideDialog/SideDialog.d.ts +1 -1
  256. package/components/SideDialog/styles.d.ts +1 -1
  257. package/components/SideDialogActions/types.d.ts +1 -1
  258. package/components/SideDialogContent/types.d.ts +1 -1
  259. package/components/SideDialogContentText/types.d.ts +1 -1
  260. package/components/SideDialogTitle/SideDialogTitle.d.ts +1 -1
  261. package/components/SideDialogTitle/styles.d.ts +1 -1
  262. package/components/Skeleton/Skeleton.d.ts +1 -1
  263. package/components/StaticCalendar/StaticDaysCalendar/constants.js +1 -1
  264. package/components/StepSlider/StepSlider.d.ts +1 -1
  265. package/components/StepSlider/StepSlider.js +1 -1
  266. package/components/Stepper/StepButton/StepButton.d.ts +1 -1
  267. package/components/Stepper/StepConnector/index.d.ts +1 -1
  268. package/components/Stepper/StepIcon/StepIcon.d.ts +1 -1
  269. package/components/Stepper/StepLabel/StepLabel.d.ts +1 -1
  270. package/components/Stepper/Stepper.d.ts +1 -1
  271. package/components/Stepper/constants.js +1 -1
  272. package/components/StepperWizard/StepperWizard.d.ts +1 -13
  273. package/components/StepperWizard/StepperWizard.js +1 -1
  274. package/components/StepperWizard/index.d.ts +2 -2
  275. package/components/StepperWizard/public.d.ts +2 -2
  276. package/components/StepperWizard/types.d.ts +12 -0
  277. package/components/StepperWizard/useLogic/useLogic.d.ts +3 -3
  278. package/components/SvgIcon/SvgIcon.js +1 -1
  279. package/components/SvgIcon/constants.js +1 -1
  280. package/components/Switch/Switch.d.ts +1 -1
  281. package/components/Tabs/Tab/Tab.d.ts +1 -1
  282. package/components/Tabs/Tabs.d.ts +1 -1
  283. package/components/Tag/constants.js +1 -1
  284. package/components/Tag/useLogic/useLogic.js +1 -1
  285. package/components/TagBadge/TagBadge.js +1 -1
  286. package/components/TagsList/TagsList.d.ts +1 -28
  287. package/components/TagsList/types.d.ts +28 -0
  288. package/components/TagsList/useLogic/useLogic.d.ts +1 -1
  289. package/components/TextField/TextField.d.ts +1 -1
  290. package/components/TextField/TextField.js +1 -1
  291. package/components/TextField/constants.js +1 -1
  292. package/components/ToggleButton/types.d.ts +1 -1
  293. package/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  294. package/components/Tooltip/Tooltip.d.ts +1 -1
  295. package/components/Tooltip/constants.js +1 -1
  296. package/components/Tooltip/styles.d.ts +1 -1
  297. package/components/Tree/MultipleTreeList/TreeItem/TreeItem.d.ts +1 -42
  298. package/components/Tree/MultipleTreeList/TreeItem/index.d.ts +1 -0
  299. package/components/Tree/MultipleTreeList/TreeItem/types.d.ts +43 -0
  300. package/components/Tree/MultipleTreeList/TreeItem/types.js +1 -0
  301. package/components/Tree/MultipleTreeList/TreeItem/useLogic/useLogic.d.ts +1 -1
  302. package/components/Tree/MultipleTreeList/types.d.ts +1 -1
  303. package/components/Tree/MultipleTreeList/useLogic/useLogic.js +1 -1
  304. package/components/Tree/TreeItem/TreeItem.d.ts +1 -70
  305. package/components/Tree/TreeItem/constants.js +1 -1
  306. package/components/Tree/TreeItem/index.d.ts +2 -1
  307. package/components/Tree/TreeItem/index.js +1 -1
  308. package/components/Tree/TreeItem/styles.d.ts +4 -16
  309. package/components/Tree/TreeItem/types.d.ts +70 -0
  310. package/components/Tree/TreeItem/types.js +1 -0
  311. package/components/Tree/TreeItem/useLogic/useLogic.d.ts +1 -1
  312. package/components/Tree/TreeList/TreeItem/TreeItem.d.ts +1 -48
  313. package/components/Tree/TreeList/TreeItem/index.d.ts +1 -0
  314. package/components/Tree/TreeList/TreeItem/types.d.ts +49 -0
  315. package/components/Tree/TreeList/TreeItem/types.js +1 -0
  316. package/components/Tree/TreeList/TreeItem/useLogic/useLogic.d.ts +1 -1
  317. package/components/Tree/TreeList/TreeList.js +1 -1
  318. package/components/Tree/TreeList/constants.js +1 -1
  319. package/components/Tree/TreeList/types.d.ts +1 -1
  320. package/components/Tree/TreeList/useLogic/useLogic.js +1 -1
  321. package/components/TreeAutocomplete/Input/Input.d.ts +1 -5
  322. package/components/TreeAutocomplete/Input/index.d.ts +1 -0
  323. package/components/TreeAutocomplete/Input/types.d.ts +5 -0
  324. package/components/TreeAutocomplete/Input/types.js +1 -0
  325. package/components/TreeAutocomplete/Input/useLogic/useLogic.d.ts +1 -1
  326. package/components/TreeAutocomplete/OptionsModal/OptionsModal.d.ts +1 -47
  327. package/components/TreeAutocomplete/OptionsModal/index.d.ts +1 -0
  328. package/components/TreeAutocomplete/OptionsModal/types.d.ts +47 -0
  329. package/components/TreeAutocomplete/OptionsModal/types.js +1 -0
  330. package/components/TreeAutocomplete/OptionsModal/useLogic/useLogic.d.ts +2 -3
  331. package/components/TreeLikeAsyncAutocomplete/OptionsModal/useLogic/hooks/useSelectedTreeView/useSelectedTreeView.js +3 -1
  332. package/components/TreeLikeAutocomplete/Input/Input.d.ts +1 -15
  333. package/components/TreeLikeAutocomplete/Input/index.d.ts +1 -0
  334. package/components/TreeLikeAutocomplete/Input/types.d.ts +15 -0
  335. package/components/TreeLikeAutocomplete/Input/types.js +1 -0
  336. package/components/TreeLikeAutocomplete/Input/useLogic/useLogic.d.ts +2 -4
  337. package/components/TreeLikeAutocomplete/OptionsModal/OptionsModal.d.ts +1 -52
  338. package/components/TreeLikeAutocomplete/OptionsModal/index.d.ts +1 -0
  339. package/components/TreeLikeAutocomplete/OptionsModal/types.d.ts +52 -0
  340. package/components/TreeLikeAutocomplete/OptionsModal/types.js +1 -0
  341. package/components/TreeLikeAutocomplete/OptionsModal/useLogic/useLogic.d.ts +1 -1
  342. package/components/TreeLikeList/TreeItem/types.d.ts +1 -1
  343. package/components/TreeLikeList/types.d.ts +1 -1
  344. package/components/Typography/Typography.d.ts +7 -58
  345. package/components/Typography/index.d.ts +1 -1
  346. package/components/Typography/index.js +0 -1
  347. package/components/Typography/public.d.ts +1 -1
  348. package/components/Typography/public.js +0 -1
  349. package/components/Typography/types.d.ts +31 -0
  350. package/components/WelcomeScreen/styles.d.ts +4 -16
  351. package/components/declaration/mui-material.d.ts +5 -2
  352. package/components/fileUploading/FileInfo/styles.d.ts +2 -8
  353. package/components/fileUploading/FileUploaderDropzone/HintPlaceholder/HintPlaceholder.js +1 -1
  354. package/components/fileUploading/FileUploaderDropzone/LimitMaxFilePlaceholder/LimitMaxFilePlaceholder.js +1 -1
  355. package/components/fileUploading/FileUploaderFile/Actions/useLogic/useLogic.js +1 -1
  356. package/components/fileUploading/FileUploaderFile/FileUploaderFile.js +1 -1
  357. package/components/fileUploading/PreviewFileUploaderFile/FilePreview/useLogic/useLogic.js +1 -1
  358. package/components/fileUploading/PreviewFileUploaderFile/PreviewFileUploaderFile.js +1 -1
  359. package/components/fileUploading/constants.js +1 -1
  360. package/components/fileUploading/hooks/useFileUploader/useFileUploader.js +3 -1
  361. package/components/fileUploading/hooks/usePreviewFileUploader/usePreviewFileUploader.js +3 -1
  362. package/components/fileUploading/hooks/useSyncFiles/useSyncFiles.js +1 -1
  363. package/components/hooks/useClickAwayEffect/useClickAwayEffect.d.ts +1 -1
  364. package/components/hooks/useEscapeClickEffect/useEscapeClickEffect.d.ts +1 -1
  365. package/components/hooks/useFocusAwayEffect/useFocusAwayEffect.d.ts +1 -1
  366. package/components/hooks/useInputPopover/useInputPopover.d.ts +1 -1
  367. package/components/index.d.ts +57 -8
  368. package/components/index.js +57 -8
  369. package/components/personalDataSecurity/PersonalData/PersonalData.d.ts +1 -1
  370. package/components/placeholders/LoadingPlaceholder/constants.js +1 -1
  371. package/components/placeholders/Placeholder/styles.d.ts +4 -16
  372. package/components/styled/mixins/list/list.js +1 -1
  373. package/components/styled/mixins/transitions/easeOutBackTransition.js +1 -1
  374. package/components/styled/mixins/transitions/fadeDropDownTransition.js +1 -1
  375. package/components/styled/styled.d.ts +1 -2
  376. package/components/theme/baseTheme/baseTheme.js +2 -2
  377. package/components/theme/types.d.ts +121 -1
  378. package/components/theme/types.js +117 -1
  379. package/components/transitions/Slide/Slide.d.ts +1 -1
  380. package/components/utils/date/buildDaysCalendarGrid/buildDaysCalendarGrid.d.ts +2 -1
  381. package/components/utils/date/checkIsDateInRange/checkIsDateInRange.d.ts +1 -1
  382. package/components/utils/date/checkIsDateInRange/checkIsDateInRange.js +1 -1
  383. package/hook-form/EditableText/EditingForm/styles.d.ts +2 -8
  384. package/hook-form/EditableText/styles.d.ts +2 -8
  385. package/hook-form/EditableText/useLogic/useLogic.d.ts +1 -1
  386. package/hook-form/EditableText/useLogic/useLogic.js +1 -1
  387. package/hook-form/Form/Form.js +1 -1
  388. package/hook-form/FormAddressAutocomplete/FormAddressAutocomplete.d.ts +1 -1
  389. package/hook-form/FormFileUploader/FormFileUploader.d.ts +1 -1
  390. package/hook-form/FormFileUploader/FormFileUploader.js +1 -1
  391. package/hook-form/FormMobilePhoneField/FormMobilePhoneField.js +1 -1
  392. package/hook-form/FormPageLayout/FormPageLayout.js +1 -1
  393. package/hook-form/FormPageLayoutBase/FormPageLayoutBase.js +1 -1
  394. package/hook-form/FormPageLayoutBase/constants.js +1 -1
  395. package/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.d.ts +2 -2
  396. package/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.js +1 -1
  397. package/hook-form/FormWizardPageLayout/FormWizardPageLayout.js +1 -1
  398. package/hook-form/hooks/useFormFieldProps/useFormFieldProps.js +1 -1
  399. package/node/components/Accordion/styles.d.ts +2 -8
  400. package/node/components/AddressAutocomplete/AddressAutocomplete.d.ts +2 -38
  401. package/node/components/AddressAutocomplete/index.d.ts +2 -1
  402. package/node/components/AddressAutocomplete/public.d.ts +2 -1
  403. package/node/components/AddressAutocomplete/types.d.ts +24 -0
  404. package/node/components/AddressAutocomplete/types.js +2 -0
  405. package/node/components/AddressAutocomplete/useLogic/useLogic.d.ts +1 -1
  406. package/node/components/Alert/Alert.js +2 -2
  407. package/node/components/Alert/constants.js +7 -7
  408. package/node/components/Alert/styles.d.ts +4 -16
  409. package/node/components/AsyncAutocomplete/AsyncAutocomplete.d.ts +2 -121
  410. package/node/components/AsyncAutocomplete/AsyncAutocomplete.js +1 -0
  411. package/node/components/AsyncAutocomplete/index.d.ts +2 -1
  412. package/node/components/AsyncAutocomplete/public.d.ts +2 -1
  413. package/node/components/AsyncAutocomplete/types.d.ts +66 -0
  414. package/node/components/AsyncAutocomplete/types.js +2 -0
  415. package/node/components/AsyncAutocomplete/useLogic/useLogic.d.ts +1 -1
  416. package/node/components/AutoSaveIndicator/styles.d.ts +4 -16
  417. package/node/components/Autocomplete/Autocomplete.d.ts +14 -85
  418. package/node/components/Autocomplete/Autocomplete.js +2 -2
  419. package/node/components/Autocomplete/index.d.ts +1 -1
  420. package/node/components/Autocomplete/public.d.ts +1 -1
  421. package/node/components/Autocomplete/types.d.ts +49 -0
  422. package/node/components/Autocomplete/useLogic/useLogic.d.ts +1 -1
  423. package/node/components/Avatar/types.d.ts +1 -1
  424. package/node/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  425. package/node/components/BackdropStack/hooks/useBackdropStackToggle/useBackdropStackToggle.d.ts +1 -1
  426. package/node/components/BackdropStack/services/BackdropStackManager/BackdropStackManager.d.ts +1 -1
  427. package/node/components/Badge/Badge.d.ts +1 -1
  428. package/node/components/Banner/constants.js +2 -2
  429. package/node/components/BottomDrawer/BottomDrawer.d.ts +1 -1
  430. package/node/components/BottomDrawer/styles.d.ts +3 -9
  431. package/node/components/BulletListItem/BulletListItem.d.ts +1 -1
  432. package/node/components/BulletListItem/BulletListItem.js +2 -2
  433. package/node/components/Button/Button.d.ts +3 -43
  434. package/node/components/Button/Button.js +2 -2
  435. package/node/components/Button/constants.js +3 -3
  436. package/node/components/Button/types.d.ts +25 -0
  437. package/node/components/Button/useLogic/useLogic.d.ts +1 -1
  438. package/node/components/CardGridInfinite/NoDataPlaceholder/NoDataPlaceholder.js +2 -2
  439. package/node/components/CardGridInfinite/constants.js +4 -4
  440. package/node/components/CardGridInfinite/styles.js +2 -2
  441. package/node/components/CardGridInfinite/useLogic/useLogic.js +2 -2
  442. package/node/components/Checkbox/Icon/Icon.js +2 -2
  443. package/node/components/Checkbox/constants.js +12 -12
  444. package/node/components/Checkbox/useLogic/useLogic.js +2 -2
  445. package/node/components/CheckboxField/constants.js +2 -2
  446. package/node/components/Chevron/Chevron.d.ts +1 -1
  447. package/node/components/CodeField/styles.d.ts +2 -8
  448. package/node/components/Collapse/Collapse.d.ts +1 -1
  449. package/node/components/CollapsibleTypography/CollapsibleTypography.d.ts +2 -8
  450. package/node/components/CollapsibleTypography/styles.d.ts +2 -8
  451. package/node/components/ConfigProvider/ConfigProvider.d.ts +1 -1
  452. package/node/components/ConfigProvider/ConfigProvider.js +3 -3
  453. package/node/components/ConfirmAction/ConfirmAction.d.ts +1 -37
  454. package/node/components/ConfirmAction/constants.js +2 -2
  455. package/node/components/ConfirmAction/index.d.ts +2 -1
  456. package/node/components/ConfirmAction/public.d.ts +2 -1
  457. package/node/components/ConfirmAction/styles.d.ts +2 -8
  458. package/node/components/ConfirmAction/types.d.ts +37 -0
  459. package/node/components/ConfirmAction/types.js +2 -0
  460. package/node/components/ConfirmAction/useLogic/useLogic.d.ts +1 -1
  461. package/node/components/ConfirmDialog/ConfirmDialog.d.ts +1 -36
  462. package/node/components/ConfirmDialog/index.d.ts +1 -0
  463. package/node/components/ConfirmDialog/public.d.ts +1 -0
  464. package/node/components/ConfirmDialog/types.d.ts +36 -0
  465. package/node/components/ConfirmDialog/types.js +2 -0
  466. package/node/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
  467. package/node/components/ContentState/ContentState.js +5 -4
  468. package/node/components/ContentState/types.d.ts +1 -1
  469. package/node/components/CopyTypography/CopyTypography.d.ts +1 -23
  470. package/node/components/CopyTypography/CopyTypography.js +3 -3
  471. package/node/components/CopyTypography/constants.js +3 -3
  472. package/node/components/CopyTypography/index.d.ts +2 -1
  473. package/node/components/CopyTypography/public.d.ts +2 -1
  474. package/node/components/CopyTypography/styles.d.ts +2 -8
  475. package/node/components/CopyTypography/types.d.ts +23 -0
  476. package/node/components/CopyTypography/types.js +2 -0
  477. package/node/components/CopyTypography/useLogic/useLogic.d.ts +2 -2
  478. package/node/components/Counter/Counter.d.ts +1 -1
  479. package/node/components/DashboardLayout/DashboardLayout.d.ts +2 -13
  480. package/node/components/DashboardLayout/Header/Header.js +2 -2
  481. package/node/components/DashboardLayout/Header/constants.js +3 -3
  482. package/node/components/DashboardLayout/Main/constants.js +3 -3
  483. package/node/components/DashboardLayout/constants.js +2 -2
  484. package/node/components/DashboardLayout/index.d.ts +2 -1
  485. package/node/components/DashboardLayout/public.d.ts +2 -1
  486. package/node/components/DashboardLayout/types.d.ts +13 -0
  487. package/node/components/DashboardLayout/types.js +2 -0
  488. package/node/components/DashboardLayoutSkeleton/DashboardLayoutSkeleton.js +2 -2
  489. package/node/components/DashboardSidebar/DashboardSidebar.js +3 -2
  490. package/node/components/DashboardSidebar/constants.js +2 -2
  491. package/node/components/DashboardSidebar/useLogic/useLogic.js +5 -4
  492. package/node/components/DashboardSidebarPopover/SidebarPopoverItem/SidebarPopoverItem.js +2 -2
  493. package/node/components/DashboardSidebarPopover/SidebarPopoverItem/constants.js +2 -2
  494. package/node/components/DashboardSidebarPopover/styles.d.ts +2 -8
  495. package/node/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +3 -3
  496. package/node/components/DataGrid/Body/Body.js +2 -2
  497. package/node/components/DataGrid/Cell/Cell.js +2 -2
  498. package/node/components/DataGrid/DataGrid.js +3 -2
  499. package/node/components/DataGrid/NoData/NoData.d.ts +1 -1
  500. package/node/components/DataGrid/NoData/NoData.js +2 -2
  501. package/node/components/DataGrid/Row/Row.js +4 -4
  502. package/node/components/DataGrid/Row/constants.js +2 -2
  503. package/node/components/DataGrid/Row/useLogic/useLogic.js +4 -4
  504. package/node/components/DataGrid/constants.js +5 -5
  505. package/node/components/DataGrid/types.d.ts +1 -1
  506. package/node/components/DataGrid/useLogic/useLogic.js +6 -5
  507. package/node/components/DataGridInfinite/DataGridInfinite.js +3 -2
  508. package/node/components/DataGridInfinite/NoData/NoData.js +2 -2
  509. package/node/components/DataGridInfinite/useLogic/useLogic.js +3 -2
  510. package/node/components/DataGridPagination/styles.d.ts +2 -8
  511. package/node/components/DataGridPaginationContainer/styles.d.ts +2 -8
  512. package/node/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +2 -8
  513. package/node/components/DatePicker/DatePicker.d.ts +10 -103
  514. package/node/components/DatePicker/DatePickerPopover/DatePickerPopover.d.ts +1 -1
  515. package/node/components/DatePicker/MonthPicker/hooks/useMonthsGrid/useMonthsGrid.d.ts +1 -1
  516. package/node/components/DatePicker/YearPicker/hooks/useYearsGrid/useYearsGrid.d.ts +1 -1
  517. package/node/components/DatePicker/constants.js +10 -10
  518. package/node/components/DatePicker/index.d.ts +2 -1
  519. package/node/components/DatePicker/public.d.ts +2 -1
  520. package/node/components/DatePicker/types/props.d.ts +60 -0
  521. package/node/components/DatePicker/types/props.js +2 -0
  522. package/node/components/DatePicker/useLogic/useLogic.d.ts +1 -1
  523. package/node/components/DateRangePicker/DateRangePicker.d.ts +6 -72
  524. package/node/components/DateRangePicker/index.d.ts +2 -1
  525. package/node/components/DateRangePicker/public.d.ts +2 -1
  526. package/node/components/DateRangePicker/types.d.ts +44 -0
  527. package/node/components/DateRangePicker/useLogic/useLogic.d.ts +1 -1
  528. package/node/components/Description/Value/styles.d.ts +4 -16
  529. package/node/components/Description/constants.js +2 -2
  530. package/node/components/DescriptionCell/constants.js +4 -4
  531. package/node/components/DescriptionCell/useLogic/useLogic.js +2 -2
  532. package/node/components/DescriptionList/styles.d.ts +2 -8
  533. package/node/components/Dialog/Dialog.d.ts +1 -1
  534. package/node/components/DialogActions/DialogActions.d.ts +1 -1
  535. package/node/components/DialogContent/DialogContent.d.ts +1 -1
  536. package/node/components/DialogContentText/DialogContentText.d.ts +1 -1
  537. package/node/components/DialogContentText/styles.d.ts +1 -1
  538. package/node/components/DialogTitle/DialogTitle.d.ts +1 -1
  539. package/node/components/Divider/Divider.d.ts +1 -1
  540. package/node/components/EmailField/EmailField.js +2 -2
  541. package/node/components/EmailOrPhoneField/EmailOrPhoneField.js +2 -2
  542. package/node/components/ErrorBoundary/ErrorBoundary.js +4 -3
  543. package/node/components/ExpansionPanel/Summary/Summary.js +2 -2
  544. package/node/components/ExpansionPanel/constants.js +6 -6
  545. package/node/components/Fab/Fab.d.ts +1 -1
  546. package/node/components/Fieldset/styles.d.ts +4 -16
  547. package/node/components/Filename/Filename.js +2 -2
  548. package/node/components/Filename/styles.d.ts +2 -8
  549. package/node/components/FlowButton/styles.d.ts +2 -8
  550. package/node/components/FormControl/FormControl.d.ts +1 -1
  551. package/node/components/FormControlLabel/types.d.ts +1 -1
  552. package/node/components/FormHelperText/FormHelperText.d.ts +1 -1
  553. package/node/components/FormLabel/FormLabel.d.ts +1 -1
  554. package/node/components/GuidTypography/GuidTypography.js +3 -3
  555. package/node/components/HintIcon/constants.js +2 -2
  556. package/node/components/InfiniteDataList/NoData/NoData.js +2 -2
  557. package/node/components/InfiniteDataList/constants.js +2 -2
  558. package/node/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +2 -2
  559. package/node/components/InfiniteTreeList/NoDataPlaceholder/NoDataPlaceholder.js +2 -2
  560. package/node/components/InfiniteTreeList/constants.js +3 -3
  561. package/node/components/JsonViewer/NodeValue/styles.d.ts +6 -24
  562. package/node/components/LegacyNotification/NotificationTemplate/styles.d.ts +4 -16
  563. package/node/components/LegacyNotification/constants.js +4 -4
  564. package/node/components/Link/Link.d.ts +1 -1
  565. package/node/components/Link/styles.d.ts +1 -1
  566. package/node/components/List/List.d.ts +1 -1
  567. package/node/components/ListItem/styles.d.ts +1 -1
  568. package/node/components/ListItem/types.d.ts +1 -1
  569. package/node/components/ListItemAvatar/ListItemAvatar.d.ts +1 -1
  570. package/node/components/ListItemButton/ListItemButton.d.ts +1 -1
  571. package/node/components/ListItemIcon/ListItemIcon.d.ts +1 -1
  572. package/node/components/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +1 -1
  573. package/node/components/ListItemText/ListItemText.d.ts +1 -1
  574. package/node/components/ListSubheader/ListSubheader.d.ts +1 -1
  575. package/node/components/Loader/Loader.js +2 -2
  576. package/node/components/Loader/constants.js +2 -2
  577. package/node/components/Menu/Menu.d.ts +1 -1
  578. package/node/components/MenuGroup/styles.d.ts +2 -8
  579. package/node/components/MenuItem/MenuItem.d.ts +1 -1
  580. package/node/components/MenuList/types.d.ts +1 -1
  581. package/node/components/MenuOrganization/OrganizationButton/styles.d.ts +2 -8
  582. package/node/components/MenuOrganization/OrganizationGroup/styles.d.ts +2 -8
  583. package/node/components/MenuOrganization/constants.js +3 -3
  584. package/node/components/MenuOrganization/styles.d.ts +2 -8
  585. package/node/components/MinimalisticPagination/styles.d.ts +2 -8
  586. package/node/components/NavMenu/Item/ItemButton/styles.d.ts +2 -8
  587. package/node/components/NotFoundPage/constants.js +2 -2
  588. package/node/components/NotFoundPage/styles.d.ts +4 -16
  589. package/node/components/Notification/NotificationStackContainer/NotificationStackContainer.js +3 -3
  590. package/node/components/Notification/NotificationStackContainer/useLogic/useLogic.js +2 -2
  591. package/node/components/Notification/NotificationTemplate/styles.d.ts +4 -16
  592. package/node/components/Notification/constants.js +8 -8
  593. package/node/components/NotificationList/ListItem/styles.d.ts +4 -16
  594. package/node/components/OverflowTypography/OverflowTypography.d.ts +340 -41
  595. package/node/components/OverflowTypography/index.d.ts +1 -0
  596. package/node/components/OverflowTypography/public.d.ts +1 -0
  597. package/node/components/OverflowTypography/styles.d.ts +4 -16
  598. package/node/components/OverflowTypography/types.d.ts +32 -0
  599. package/node/components/OverflowTypography/types.js +2 -0
  600. package/node/components/OverflowTypography/useLogic/useLogic.d.ts +1 -1
  601. package/node/components/PageContent/PageContent.js +2 -2
  602. package/node/components/PageContent/PageContentHeader/Title/styles.d.ts +2 -8
  603. package/node/components/PageContent/constants.js +5 -5
  604. package/node/components/PageContent/useLogic/useLogic.js +2 -2
  605. package/node/components/PageHeader/HeaderContent/Description/styles.d.ts +2 -8
  606. package/node/components/PageHeader/HeaderContent/HeaderContent.js +2 -2
  607. package/node/components/PageHeader/PageHeader.js +2 -2
  608. package/node/components/PageHeader/Title/styles.d.ts +2 -8
  609. package/node/components/PageHeader/constants.js +5 -5
  610. package/node/components/PageHeader/hooks/usePageTitle/usePageTitle.js +2 -2
  611. package/node/components/PageHeader/useLogic/useLogic.js +2 -2
  612. package/node/components/PageLayout/PageLayout.js +2 -2
  613. package/node/components/PageLayoutContainer/PageLayoutContainer.js +2 -2
  614. package/node/components/PageLayoutContainer/constants.js +2 -2
  615. package/node/components/PageLayoutLoader/PageLayoutLoader.js +2 -2
  616. package/node/components/PagePinnableAside/PagePinnableAside.js +2 -2
  617. package/node/components/PagePinnableAside/constants.js +4 -3
  618. package/node/components/Pagination/PaginationItem/styles.d.ts +2 -8
  619. package/node/components/Paper/Paper.d.ts +1 -1
  620. package/node/components/PasswordField/PasswordField.js +2 -2
  621. package/node/components/PdfViewer/PdfDocument/PdfDocument.js +2 -2
  622. package/node/components/PdfViewer/PdfViewer.js +2 -2
  623. package/node/components/PdfViewer/constants.js +5 -5
  624. package/node/components/PinButton/PinButton.js +2 -2
  625. package/node/components/PinButton/constants.js +2 -2
  626. package/node/components/PinButton/styles.d.ts +2 -8
  627. package/node/components/Popover/Popover.d.ts +1 -1
  628. package/node/components/ProductSwitcher/Content/styles.d.ts +2 -8
  629. package/node/components/Profile/MenuList/MenuList.d.ts +1 -1
  630. package/node/components/Profile/constants.js +2 -2
  631. package/node/components/Profile/types.d.ts +2 -1
  632. package/node/components/Radio/constants.js +8 -8
  633. package/node/components/Radio/useLogic/useLogic.js +2 -2
  634. package/node/components/RadioCard/RadioCard.js +2 -2
  635. package/node/components/RadioCard/constants.js +3 -3
  636. package/node/components/Select/Select.d.ts +1 -71
  637. package/node/components/Select/index.d.ts +1 -0
  638. package/node/components/Select/public.d.ts +1 -0
  639. package/node/components/Select/types.d.ts +49 -0
  640. package/node/components/Select/types.js +2 -0
  641. package/node/components/Select/useLogic/useLogic.d.ts +1 -1
  642. package/node/components/Select/useLogic/useLogic.js +5 -4
  643. package/node/components/SideDialog/SideDialog.d.ts +1 -1
  644. package/node/components/SideDialog/styles.d.ts +1 -1
  645. package/node/components/SideDialogActions/types.d.ts +1 -1
  646. package/node/components/SideDialogContent/types.d.ts +1 -1
  647. package/node/components/SideDialogContentText/types.d.ts +1 -1
  648. package/node/components/SideDialogTitle/SideDialogTitle.d.ts +1 -1
  649. package/node/components/SideDialogTitle/styles.d.ts +1 -1
  650. package/node/components/Skeleton/Skeleton.d.ts +1 -1
  651. package/node/components/StaticCalendar/StaticDaysCalendar/constants.js +5 -5
  652. package/node/components/StepSlider/StepSlider.d.ts +1 -1
  653. package/node/components/StepSlider/StepSlider.js +2 -2
  654. package/node/components/Stepper/StepButton/StepButton.d.ts +1 -1
  655. package/node/components/Stepper/StepConnector/index.d.ts +1 -1
  656. package/node/components/Stepper/StepIcon/StepIcon.d.ts +1 -1
  657. package/node/components/Stepper/StepLabel/StepLabel.d.ts +1 -1
  658. package/node/components/Stepper/Stepper.d.ts +1 -1
  659. package/node/components/Stepper/constants.js +2 -2
  660. package/node/components/StepperWizard/StepperWizard.d.ts +1 -13
  661. package/node/components/StepperWizard/index.d.ts +2 -2
  662. package/node/components/StepperWizard/public.d.ts +2 -2
  663. package/node/components/StepperWizard/types.d.ts +12 -0
  664. package/node/components/StepperWizard/useLogic/useLogic.d.ts +3 -3
  665. package/node/components/SvgIcon/SvgIcon.js +2 -2
  666. package/node/components/SvgIcon/constants.js +2 -2
  667. package/node/components/Switch/Switch.d.ts +1 -1
  668. package/node/components/Tabs/Tab/Tab.d.ts +1 -1
  669. package/node/components/Tabs/Tabs.d.ts +1 -1
  670. package/node/components/Tag/constants.js +14 -14
  671. package/node/components/Tag/useLogic/useLogic.js +2 -2
  672. package/node/components/TagBadge/TagBadge.js +2 -2
  673. package/node/components/TagsList/TagsList.d.ts +1 -28
  674. package/node/components/TagsList/types.d.ts +28 -0
  675. package/node/components/TagsList/useLogic/useLogic.d.ts +1 -1
  676. package/node/components/TextField/TextField.d.ts +1 -1
  677. package/node/components/TextField/TextField.js +2 -2
  678. package/node/components/TextField/constants.js +2 -2
  679. package/node/components/ToggleButton/types.d.ts +1 -1
  680. package/node/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  681. package/node/components/Tooltip/Tooltip.d.ts +1 -1
  682. package/node/components/Tooltip/constants.js +2 -2
  683. package/node/components/Tooltip/styles.d.ts +1 -1
  684. package/node/components/Tree/MultipleTreeList/TreeItem/TreeItem.d.ts +1 -42
  685. package/node/components/Tree/MultipleTreeList/TreeItem/index.d.ts +1 -0
  686. package/node/components/Tree/MultipleTreeList/TreeItem/types.d.ts +43 -0
  687. package/node/components/Tree/MultipleTreeList/TreeItem/types.js +2 -0
  688. package/node/components/Tree/MultipleTreeList/TreeItem/useLogic/useLogic.d.ts +1 -1
  689. package/node/components/Tree/MultipleTreeList/types.d.ts +1 -1
  690. package/node/components/Tree/MultipleTreeList/useLogic/useLogic.js +2 -2
  691. package/node/components/Tree/TreeItem/TreeItem.d.ts +1 -70
  692. package/node/components/Tree/TreeItem/constants.js +3 -3
  693. package/node/components/Tree/TreeItem/index.d.ts +2 -1
  694. package/node/components/Tree/TreeItem/index.js +3 -1
  695. package/node/components/Tree/TreeItem/styles.d.ts +4 -16
  696. package/node/components/Tree/TreeItem/types.d.ts +70 -0
  697. package/node/components/Tree/TreeItem/types.js +2 -0
  698. package/node/components/Tree/TreeItem/useLogic/useLogic.d.ts +1 -1
  699. package/node/components/Tree/TreeList/TreeItem/TreeItem.d.ts +1 -48
  700. package/node/components/Tree/TreeList/TreeItem/index.d.ts +1 -0
  701. package/node/components/Tree/TreeList/TreeItem/types.d.ts +49 -0
  702. package/node/components/Tree/TreeList/TreeItem/types.js +2 -0
  703. package/node/components/Tree/TreeList/TreeItem/useLogic/useLogic.d.ts +1 -1
  704. package/node/components/Tree/TreeList/TreeList.js +2 -2
  705. package/node/components/Tree/TreeList/constants.js +2 -2
  706. package/node/components/Tree/TreeList/types.d.ts +1 -1
  707. package/node/components/Tree/TreeList/useLogic/useLogic.js +4 -4
  708. package/node/components/TreeAutocomplete/Input/Input.d.ts +1 -5
  709. package/node/components/TreeAutocomplete/Input/index.d.ts +1 -0
  710. package/node/components/TreeAutocomplete/Input/types.d.ts +5 -0
  711. package/node/components/TreeAutocomplete/Input/types.js +2 -0
  712. package/node/components/TreeAutocomplete/Input/useLogic/useLogic.d.ts +1 -1
  713. package/node/components/TreeAutocomplete/OptionsModal/OptionsModal.d.ts +1 -47
  714. package/node/components/TreeAutocomplete/OptionsModal/index.d.ts +1 -0
  715. package/node/components/TreeAutocomplete/OptionsModal/types.d.ts +47 -0
  716. package/node/components/TreeAutocomplete/OptionsModal/types.js +2 -0
  717. package/node/components/TreeAutocomplete/OptionsModal/useLogic/useLogic.d.ts +2 -3
  718. package/node/components/TreeLikeAsyncAutocomplete/OptionsModal/useLogic/hooks/useSelectedTreeView/useSelectedTreeView.js +6 -4
  719. package/node/components/TreeLikeAutocomplete/Input/Input.d.ts +1 -15
  720. package/node/components/TreeLikeAutocomplete/Input/index.d.ts +1 -0
  721. package/node/components/TreeLikeAutocomplete/Input/types.d.ts +15 -0
  722. package/node/components/TreeLikeAutocomplete/Input/types.js +2 -0
  723. package/node/components/TreeLikeAutocomplete/Input/useLogic/useLogic.d.ts +2 -4
  724. package/node/components/TreeLikeAutocomplete/OptionsModal/OptionsModal.d.ts +1 -52
  725. package/node/components/TreeLikeAutocomplete/OptionsModal/index.d.ts +1 -0
  726. package/node/components/TreeLikeAutocomplete/OptionsModal/types.d.ts +52 -0
  727. package/node/components/TreeLikeAutocomplete/OptionsModal/types.js +2 -0
  728. package/node/components/TreeLikeAutocomplete/OptionsModal/useLogic/useLogic.d.ts +1 -1
  729. package/node/components/TreeLikeList/TreeItem/types.d.ts +1 -1
  730. package/node/components/TreeLikeList/types.d.ts +1 -1
  731. package/node/components/Typography/Typography.d.ts +7 -58
  732. package/node/components/Typography/index.d.ts +1 -1
  733. package/node/components/Typography/index.js +0 -1
  734. package/node/components/Typography/public.d.ts +1 -1
  735. package/node/components/Typography/public.js +0 -1
  736. package/node/components/Typography/types.d.ts +31 -0
  737. package/node/components/WelcomeScreen/styles.d.ts +4 -16
  738. package/node/components/fileUploading/FileInfo/styles.d.ts +2 -8
  739. package/node/components/fileUploading/FileUploaderDropzone/HintPlaceholder/HintPlaceholder.js +2 -2
  740. package/node/components/fileUploading/FileUploaderDropzone/LimitMaxFilePlaceholder/LimitMaxFilePlaceholder.js +2 -2
  741. package/node/components/fileUploading/FileUploaderFile/Actions/useLogic/useLogic.js +2 -2
  742. package/node/components/fileUploading/FileUploaderFile/FileUploaderFile.js +2 -2
  743. package/node/components/fileUploading/PreviewFileUploaderFile/FilePreview/useLogic/useLogic.js +2 -2
  744. package/node/components/fileUploading/PreviewFileUploaderFile/PreviewFileUploaderFile.js +2 -2
  745. package/node/components/fileUploading/constants.js +4 -4
  746. package/node/components/fileUploading/hooks/useFileUploader/useFileUploader.js +6 -4
  747. package/node/components/fileUploading/hooks/usePreviewFileUploader/usePreviewFileUploader.js +6 -4
  748. package/node/components/fileUploading/hooks/useSyncFiles/useSyncFiles.js +2 -2
  749. package/node/components/hooks/useClickAwayEffect/useClickAwayEffect.d.ts +1 -1
  750. package/node/components/hooks/useEscapeClickEffect/useEscapeClickEffect.d.ts +1 -1
  751. package/node/components/hooks/useFocusAwayEffect/useFocusAwayEffect.d.ts +1 -1
  752. package/node/components/hooks/useInputPopover/useInputPopover.d.ts +1 -1
  753. package/node/components/index.d.ts +57 -8
  754. package/node/components/index.js +105 -31
  755. package/node/components/personalDataSecurity/PersonalData/PersonalData.d.ts +1 -1
  756. package/node/components/placeholders/LoadingPlaceholder/constants.js +2 -2
  757. package/node/components/placeholders/Placeholder/styles.d.ts +4 -16
  758. package/node/components/styled/mixins/list/list.js +1 -1
  759. package/node/components/styled/mixins/transitions/easeOutBackTransition.js +1 -1
  760. package/node/components/styled/mixins/transitions/fadeDropDownTransition.js +1 -1
  761. package/node/components/styled/styled.d.ts +1 -2
  762. package/node/components/theme/baseTheme/baseTheme.js +5 -5
  763. package/node/components/theme/types.d.ts +121 -1
  764. package/node/components/theme/types.js +119 -0
  765. package/node/components/transitions/Slide/Slide.d.ts +1 -1
  766. package/node/components/utils/date/buildDaysCalendarGrid/buildDaysCalendarGrid.d.ts +2 -1
  767. package/node/components/utils/date/checkIsDateInRange/checkIsDateInRange.d.ts +1 -1
  768. package/node/components/utils/date/checkIsDateInRange/checkIsDateInRange.js +2 -2
  769. package/node/hook-form/EditableText/EditingForm/styles.d.ts +2 -8
  770. package/node/hook-form/EditableText/styles.d.ts +2 -8
  771. package/node/hook-form/EditableText/useLogic/useLogic.d.ts +1 -1
  772. package/node/hook-form/EditableText/useLogic/useLogic.js +2 -2
  773. package/node/hook-form/Form/Form.js +2 -2
  774. package/node/hook-form/FormAddressAutocomplete/FormAddressAutocomplete.d.ts +1 -1
  775. package/node/hook-form/FormFileUploader/FormFileUploader.d.ts +1 -1
  776. package/node/hook-form/FormFileUploader/FormFileUploader.js +2 -2
  777. package/node/hook-form/FormMobilePhoneField/FormMobilePhoneField.js +2 -2
  778. package/node/hook-form/FormPageLayout/FormPageLayout.js +2 -2
  779. package/node/hook-form/FormPageLayoutBase/FormPageLayoutBase.js +2 -2
  780. package/node/hook-form/FormPageLayoutBase/constants.js +5 -5
  781. package/node/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.d.ts +2 -2
  782. package/node/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.js +2 -2
  783. package/node/hook-form/FormWizardPageLayout/FormWizardPageLayout.js +2 -2
  784. package/node/hook-form/hooks/useFormFieldProps/useFormFieldProps.js +2 -2
  785. package/package.json +1 -1
  786. package/components/fileUploading/index.d.ts +0 -8
  787. package/components/fileUploading/index.js +0 -8
  788. package/components/hooks/index.d.ts +0 -24
  789. package/components/hooks/index.js +0 -24
  790. package/components/placeholders/index.d.ts +0 -4
  791. package/components/placeholders/index.js +0 -4
  792. package/components/theme/index.d.ts +0 -9
  793. package/components/theme/index.js +0 -9
  794. package/components/theme/typography.d.ts +0 -122
  795. package/components/theme/typography.js +0 -117
  796. package/components/transitions/index.d.ts +0 -4
  797. package/components/transitions/index.js +0 -4
  798. package/components/types/index.d.ts +0 -6
  799. package/components/types/index.js +0 -6
  800. package/components/utils/index.d.ts +0 -18
  801. package/components/utils/index.js +0 -18
  802. package/node/components/fileUploading/index.d.ts +0 -8
  803. package/node/components/fileUploading/index.js +0 -21
  804. package/node/components/hooks/index.d.ts +0 -24
  805. package/node/components/hooks/index.js +0 -51
  806. package/node/components/placeholders/index.d.ts +0 -4
  807. package/node/components/placeholders/index.js +0 -12
  808. package/node/components/theme/index.d.ts +0 -9
  809. package/node/components/theme/index.js +0 -25
  810. package/node/components/theme/typography.d.ts +0 -122
  811. package/node/components/theme/typography.js +0 -121
  812. package/node/components/transitions/index.d.ts +0 -4
  813. package/node/components/transitions/index.js +0 -11
  814. package/node/components/types/index.d.ts +0 -6
  815. package/node/components/types/index.js +0 -22
  816. package/node/components/utils/index.d.ts +0 -18
  817. package/node/components/utils/index.js +0 -34
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.HeaderContent = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const Breadcrumbs_1 = require("../../Breadcrumbs");
6
- const utils_1 = require("../../utils");
6
+ const classNames_1 = require("../../utils/classNames");
7
7
  const constants_1 = require("../constants");
8
8
  const PageActions_1 = require("../PageActions");
9
9
  const Title_1 = require("../Title");
@@ -16,6 +16,6 @@ const HeaderContent = ({ backButton, description, subheader, breadcrumbs, action
16
16
  }
17
17
  return ((0, jsx_runtime_1.jsx)(styles_1.BreadcrumbsWrapper, { children: Array.isArray(breadcrumbs) ? ((0, jsx_runtime_1.jsx)(Breadcrumbs_1.Breadcrumbs, { children: breadcrumbs })) : (breadcrumbs) }));
18
18
  };
19
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [renderBreadcrumbs(), (0, jsx_runtime_1.jsx)(styles_1.DesktopTitleWrapper, { children: (0, jsx_runtime_1.jsx)(Title_1.Title, { backButton: backButton, title: title, isLoading: isLoading, hasDescription: Boolean(description), hasBreadcrumbs: Boolean(breadcrumbs) }) }), (0, jsx_runtime_1.jsx)(Description_1.Description, { description: description, isLoading: isLoading }), actions && ((0, jsx_runtime_1.jsx)(PageActions_1.PageActions, { className: (0, utils_1.classNames)(constants_1.pageHeaderClassnames.pageHeaderActions), isLoading: isLoading, size: "medium", ...actions })), subheader && (0, jsx_runtime_1.jsx)(styles_1.PageSubheader, { children: subheader })] }));
19
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [renderBreadcrumbs(), (0, jsx_runtime_1.jsx)(styles_1.DesktopTitleWrapper, { children: (0, jsx_runtime_1.jsx)(Title_1.Title, { backButton: backButton, title: title, isLoading: isLoading, hasDescription: Boolean(description), hasBreadcrumbs: Boolean(breadcrumbs) }) }), (0, jsx_runtime_1.jsx)(Description_1.Description, { description: description, isLoading: isLoading }), actions && ((0, jsx_runtime_1.jsx)(PageActions_1.PageActions, { className: (0, classNames_1.classNames)(constants_1.pageHeaderClassnames.pageHeaderActions), isLoading: isLoading, size: "medium", ...actions })), subheader && (0, jsx_runtime_1.jsx)(styles_1.PageSubheader, { children: subheader })] }));
20
20
  };
21
21
  exports.HeaderContent = HeaderContent;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PageHeader = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
- const utils_1 = require("../utils");
5
+ const classNames_1 = require("../utils/classNames");
6
6
  const constants_1 = require("./constants");
7
7
  const HeaderContent_1 = require("./HeaderContent");
8
8
  const MobilePageActions_1 = require("./MobilePageActions");
@@ -12,6 +12,6 @@ const useLogic_1 = require("./useLogic");
12
12
  const PageHeader = (props) => {
13
13
  const { title, description, subheader, breadcrumbs, actions, backButton, className, } = props;
14
14
  const { isLoading, mobileTitleActions, isShowMobileActions, mobileClassnames, } = (0, useLogic_1.useLogic)(props);
15
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(styles_1.MobileTitleWrapper, { className: mobileClassnames, children: [(0, jsx_runtime_1.jsx)(Title_1.Title, { backButton: backButton, title: title, isLoading: isLoading }), mobileTitleActions && mobileTitleActions] }), (0, jsx_runtime_1.jsx)(styles_1.Wrapper, { className: className, children: (0, jsx_runtime_1.jsx)(HeaderContent_1.HeaderContent, { breadcrumbs: breadcrumbs, backButton: backButton, title: title, description: description, actions: actions, subheader: subheader, isLoading: isLoading }) }), isShowMobileActions && ((0, jsx_runtime_1.jsx)(MobilePageActions_1.MobilePageActions, { className: (0, utils_1.classNames)(constants_1.pageHeaderClassnames.pageHeaderActions), isLoading: isLoading, ...actions }))] }));
15
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(styles_1.MobileTitleWrapper, { className: mobileClassnames, children: [(0, jsx_runtime_1.jsx)(Title_1.Title, { backButton: backButton, title: title, isLoading: isLoading }), mobileTitleActions && mobileTitleActions] }), (0, jsx_runtime_1.jsx)(styles_1.Wrapper, { className: className, children: (0, jsx_runtime_1.jsx)(HeaderContent_1.HeaderContent, { breadcrumbs: breadcrumbs, backButton: backButton, title: title, description: description, actions: actions, subheader: subheader, isLoading: isLoading }) }), isShowMobileActions && ((0, jsx_runtime_1.jsx)(MobilePageActions_1.MobilePageActions, { className: (0, classNames_1.classNames)(constants_1.pageHeaderClassnames.pageHeaderActions), isLoading: isLoading, ...actions }))] }));
16
16
  };
17
17
  exports.PageHeader = PageHeader;
@@ -1,15 +1,9 @@
1
1
  /// <reference types="react" />
2
- export declare const TitleWrapper: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
3
- children?: import("react").ReactNode;
4
- align?: "inherit" | "center" | "left" | "right" | "justify" | undefined;
5
- gutterBottom?: boolean | undefined;
6
- noWrap?: boolean | undefined;
7
- paragraph?: boolean | undefined;
8
- } & {
2
+ export declare const TitleWrapper: import("@emotion/styled/dist/declarations/src/types").StyledComponent<import("../../Typography/types").TypographyPropsBase & {
9
3
  color?: import("../../Typography").TypographyColor | undefined;
10
4
  variant?: import("../../Typography").TypographyVariant | undefined;
11
5
  colorIntensity?: import("../../Typography").Intensity | undefined;
12
- component?: ("symbol" | "object" | "main" | "body" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "slot" | "style" | "title" | import("react").ComponentType<any> | "search" | "big" | "sub" | "sup" | "map" | "filter" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "br" | "canvas" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view") | undefined;
6
+ component?: import("../../Typography/types").ComponentProp | undefined;
13
7
  isUpperCase?: boolean | undefined;
14
8
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
15
9
  theme?: import("@emotion/react").Theme | undefined;
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PAGE_HEADER_HEIGHT_MOBILE = exports.pageHeaderClassnames = void 0;
4
- const utils_1 = require("../utils");
4
+ const createUIKitClassname_1 = require("../utils/createUIKitClassname");
5
5
  exports.pageHeaderClassnames = {
6
- pageHeaderMobileTitle: (0, utils_1.createUIKitClassname)('page-header__mobile-title'),
7
- pageHeaderActions: (0, utils_1.createUIKitClassname)('page-header__actions'),
8
- hasBackButton: (0, utils_1.createUIKitClassname)('page-header_has-back-button'),
9
- hasTitle: (0, utils_1.createUIKitClassname)('page-header_has-title'),
6
+ pageHeaderMobileTitle: (0, createUIKitClassname_1.createUIKitClassname)('page-header__mobile-title'),
7
+ pageHeaderActions: (0, createUIKitClassname_1.createUIKitClassname)('page-header__actions'),
8
+ hasBackButton: (0, createUIKitClassname_1.createUIKitClassname)('page-header_has-back-button'),
9
+ hasTitle: (0, createUIKitClassname_1.createUIKitClassname)('page-header_has-title'),
10
10
  };
11
11
  exports.PAGE_HEADER_HEIGHT_MOBILE = '48px';
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.usePageTitle = void 0;
4
4
  const react_1 = require("react");
5
5
  const ConfigProvider_1 = require("../../../ConfigProvider");
6
- const utils_1 = require("../../../utils");
6
+ const getNodeText_1 = require("../../../utils/getNodeText");
7
7
  const usePageTitle = ({ shouldUpdateDocumentTitle, title, htmlTitle, }) => {
8
8
  const prevTitleRef = (0, react_1.useRef)(null);
9
9
  const { components } = (0, react_1.useContext)(ConfigProvider_1.ConfigContext);
@@ -14,7 +14,7 @@ const usePageTitle = ({ shouldUpdateDocumentTitle, title, htmlTitle, }) => {
14
14
  if (!isDynamicTitle) {
15
15
  return;
16
16
  }
17
- const newTitle = (0, utils_1.getNodeText)(title);
17
+ const newTitle = (0, getNodeText_1.getNodeText)(title);
18
18
  if (!newTitle && !htmlTitle) {
19
19
  // biome-ignore lint/suspicious/noConsole: Ошибка для интеграторов
20
20
  console.warn('@astral/ui:PageHeader: Не получилось определить заголовок страницы. Передайте htmlTitle.');
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useLogic = void 0;
4
4
  const react_1 = require("react");
5
5
  const PageContext_1 = require("../../PageContext");
6
- const utils_1 = require("../../utils");
6
+ const classNames_1 = require("../../utils/classNames");
7
7
  const constants_1 = require("../constants");
8
8
  const usePageTitle_1 = require("../hooks/usePageTitle");
9
9
  const useLogic = ({ shouldUpdateDocumentTitle, title, actions, htmlTitle, backButton, }) => {
@@ -11,7 +11,7 @@ const useLogic = ({ shouldUpdateDocumentTitle, title, actions, htmlTitle, backBu
11
11
  (0, usePageTitle_1.usePageTitle)({ shouldUpdateDocumentTitle, htmlTitle, title });
12
12
  const { mobileTitleActions, isLoading } = (0, react_1.useContext)(PageContext_1.PageContext);
13
13
  const isShowMobileActions = actions && !mobileTitleActions;
14
- const mobileClassnames = (0, react_1.useMemo)(() => (0, utils_1.classNames)(constants_1.pageHeaderClassnames.pageHeaderMobileTitle, {
14
+ const mobileClassnames = (0, react_1.useMemo)(() => (0, classNames_1.classNames)(constants_1.pageHeaderClassnames.pageHeaderMobileTitle, {
15
15
  [constants_1.pageHeaderClassnames.hasTitle]: Boolean(title) || isLoading,
16
16
  [constants_1.pageHeaderClassnames.hasBackButton]: Boolean(backButton),
17
17
  }), [title, backButton, isLoading]);
@@ -8,7 +8,7 @@ const PageContent_1 = require("../PageContent");
8
8
  const PageContext_1 = require("../PageContext");
9
9
  const PageHeader_1 = require("../PageHeader");
10
10
  const PageLayoutContainer_1 = require("../PageLayoutContainer");
11
- const placeholders_1 = require("../placeholders");
11
+ const LoadingPlaceholder_1 = require("../placeholders/LoadingPlaceholder");
12
12
  const styles_1 = require("./styles");
13
13
  const useLogic_1 = require("./useLogic");
14
14
  const PageLayout = (props) => {
@@ -16,7 +16,7 @@ const PageLayout = (props) => {
16
16
  const { hasAside, ref } = (0, useLogic_1.useLogic)(props);
17
17
  return ((0, jsx_runtime_1.jsxs)(PageContext_1.PageContextProvider, { hasAside: hasAside, isLoading: isLoading, children: [alert && (0, jsx_runtime_1.jsx)(styles_1.DesktopAlertWrapper, { children: alert }), (0, jsx_runtime_1.jsxs)(PageLayoutContainer_1.PageLayoutContainer, { className: className, ref: ref, children: [alert && (0, jsx_runtime_1.jsx)(styles_1.MobileAlertWrapper, { children: alert }), (0, react_1.isValidElement)(header)
18
18
  ? header
19
- : header && (0, jsx_runtime_1.jsx)(PageHeader_1.PageHeader, { ...header }), isLoading ? ((0, jsx_runtime_1.jsx)(styles_1.LoaderWrapper, { children: (0, jsx_runtime_1.jsx)(placeholders_1.LoadingPlaceholder, { title: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445..." }) })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, react_1.isValidElement)(content) ? (content) : ((0, jsx_runtime_1.jsx)(PageContent_1.PageContent, { ...content, footer: footer })), aside && !(0, react_1.isValidElement)(aside) && ((0, jsx_runtime_1.jsx)(PageAside_1.PageAside, { ...aside })), (0, react_1.isValidElement)(aside) && aside] }))] })] }));
19
+ : header && (0, jsx_runtime_1.jsx)(PageHeader_1.PageHeader, { ...header }), isLoading ? ((0, jsx_runtime_1.jsx)(styles_1.LoaderWrapper, { children: (0, jsx_runtime_1.jsx)(LoadingPlaceholder_1.LoadingPlaceholder, { title: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445..." }) })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, react_1.isValidElement)(content) ? (content) : ((0, jsx_runtime_1.jsx)(PageContent_1.PageContent, { ...content, footer: footer })), aside && !(0, react_1.isValidElement)(aside) && ((0, jsx_runtime_1.jsx)(PageAside_1.PageAside, { ...aside })), (0, react_1.isValidElement)(aside) && aside] }))] })] }));
20
20
  };
21
21
  exports.PageLayout = PageLayout;
22
22
  exports.default = exports.PageLayout;
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PageLayoutContainer = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const react_1 = require("react");
6
- const utils_1 = require("../utils");
6
+ const classNames_1 = require("../utils/classNames");
7
7
  const constants_1 = require("./constants");
8
8
  const styles_1 = require("./styles");
9
9
  exports.PageLayoutContainer = (0, react_1.forwardRef)(({ children, className }, forwardedRef) => {
10
- return ((0, jsx_runtime_1.jsx)(styles_1.StylePaper, { variant: "outlined", children: (0, jsx_runtime_1.jsx)(styles_1.Wrapper, { className: (0, utils_1.classNames)(className, constants_1.pageLayoutClassnames.root), ref: forwardedRef, children: children }) }));
10
+ return ((0, jsx_runtime_1.jsx)(styles_1.StylePaper, { variant: "outlined", children: (0, jsx_runtime_1.jsx)(styles_1.Wrapper, { className: (0, classNames_1.classNames)(className, constants_1.pageLayoutClassnames.root), ref: forwardedRef, children: children }) }));
11
11
  });
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pageLayoutClassnames = void 0;
4
- const utils_1 = require("../utils");
4
+ const createUIKitClassname_1 = require("../utils/createUIKitClassname");
5
5
  exports.pageLayoutClassnames = {
6
- root: (0, utils_1.createUIKitClassname)('page-layout'),
6
+ root: (0, createUIKitClassname_1.createUIKitClassname)('page-layout'),
7
7
  };
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PageLayoutLoader = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
- const placeholders_1 = require("../placeholders");
5
+ const LoadingPlaceholder_1 = require("../placeholders/LoadingPlaceholder");
6
6
  const styles_1 = require("./styles");
7
7
  /**
8
8
  * Легковесный компонент для отображения Suspense fallback для lazy import PageLayout
9
9
  */
10
- const PageLayoutLoader = () => ((0, jsx_runtime_1.jsx)(styles_1.Wrapper, { children: (0, jsx_runtime_1.jsx)(placeholders_1.LoadingPlaceholder, { title: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445..." }) }));
10
+ const PageLayoutLoader = () => ((0, jsx_runtime_1.jsx)(styles_1.Wrapper, { children: (0, jsx_runtime_1.jsx)(LoadingPlaceholder_1.LoadingPlaceholder, { title: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445..." }) }));
11
11
  exports.PageLayoutLoader = PageLayoutLoader;
@@ -4,7 +4,7 @@ exports.PagePinnableAside = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const MenuOnOutlineMd_1 = require("../../icons/MenuOnOutlineMd");
6
6
  const PinButton_1 = require("../PinButton");
7
- const utils_1 = require("../utils");
7
+ const classNames_1 = require("../utils/classNames");
8
8
  const constants_1 = require("./constants");
9
9
  const styles_1 = require("./styles");
10
10
  const useLogic_1 = require("./useLogic");
@@ -13,6 +13,6 @@ const useLogic_1 = require("./useLogic");
13
13
  */
14
14
  const PagePinnableAside = ({ children, className, ...restProps }) => {
15
15
  const { isPinned, togglePin } = (0, useLogic_1.useLogic)(restProps);
16
- return ((0, jsx_runtime_1.jsxs)(styles_1.Aside, { "$isPinned": isPinned, children: [(0, jsx_runtime_1.jsx)(styles_1.Dummy, { "$isPinned": isPinned, children: (0, jsx_runtime_1.jsx)(MenuOnOutlineMd_1.MenuOnOutlineMd, {}) }), (0, jsx_runtime_1.jsxs)(styles_1.Content, { "$isPinned": isPinned, className: (0, utils_1.classNames)(className, constants_1.pinnableAsideClassnames.content), children: [(0, jsx_runtime_1.jsx)(styles_1.ChildrenWrapper, { children: children }), (0, jsx_runtime_1.jsx)(styles_1.Footer, { children: (0, jsx_runtime_1.jsx)(PinButton_1.PinButton, { isPinned: isPinned, isUseCollapse: false, onClick: togglePin }) })] })] }));
16
+ return ((0, jsx_runtime_1.jsxs)(styles_1.Aside, { "$isPinned": isPinned, children: [(0, jsx_runtime_1.jsx)(styles_1.Dummy, { "$isPinned": isPinned, children: (0, jsx_runtime_1.jsx)(MenuOnOutlineMd_1.MenuOnOutlineMd, {}) }), (0, jsx_runtime_1.jsxs)(styles_1.Content, { "$isPinned": isPinned, className: (0, classNames_1.classNames)(className, constants_1.pinnableAsideClassnames.content), children: [(0, jsx_runtime_1.jsx)(styles_1.ChildrenWrapper, { children: children }), (0, jsx_runtime_1.jsx)(styles_1.Footer, { children: (0, jsx_runtime_1.jsx)(PinButton_1.PinButton, { isPinned: isPinned, isUseCollapse: false, onClick: togglePin }) })] })] }));
17
17
  };
18
18
  exports.PagePinnableAside = PagePinnableAside;
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ASIDE_LOCAL_STORAGE_KEY = exports.pinnableAsideClassnames = void 0;
4
- const utils_1 = require("../utils");
4
+ const createUIKitClassname_1 = require("../utils/createUIKitClassname");
5
+ const generateLocalStorageKey_1 = require("../utils/generateLocalStorageKey");
5
6
  exports.pinnableAsideClassnames = {
6
- content: (0, utils_1.createUIKitClassname)('pinnable-aside__content'),
7
+ content: (0, createUIKitClassname_1.createUIKitClassname)('pinnable-aside__content'),
7
8
  };
8
- exports.ASIDE_LOCAL_STORAGE_KEY = (0, utils_1.generateLocalStorageKey)('Aside', 'isPinned');
9
+ exports.ASIDE_LOCAL_STORAGE_KEY = (0, generateLocalStorageKey_1.generateLocalStorageKey)('Aside', 'isPinned');
@@ -1,15 +1,9 @@
1
1
  /// <reference types="react" />
2
- export declare const Ellipsis: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
3
- children?: import("react").ReactNode;
4
- align?: "inherit" | "center" | "left" | "right" | "justify" | undefined;
5
- gutterBottom?: boolean | undefined;
6
- noWrap?: boolean | undefined;
7
- paragraph?: boolean | undefined;
8
- } & {
2
+ export declare const Ellipsis: import("@emotion/styled/dist/declarations/src/types").StyledComponent<import("../../Typography/types").TypographyPropsBase & {
9
3
  color?: import("../../Typography").TypographyColor | undefined;
10
4
  variant?: import("../../Typography").TypographyVariant | undefined;
11
5
  colorIntensity?: import("../../Typography").Intensity | undefined;
12
- component?: ("symbol" | "object" | "main" | "body" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "slot" | "style" | "title" | import("react").ComponentType<any> | "search" | "big" | "sub" | "sup" | "map" | "filter" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "br" | "canvas" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view") | undefined;
6
+ component?: import("../../Typography/types").ComponentProp | undefined;
13
7
  isUpperCase?: boolean | undefined;
14
8
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
15
9
  theme?: import("@emotion/react").Theme | undefined;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import type { PaperProps as MuiPaperProps } from '@mui/material/Paper';
3
- import { type WithoutEmotionSpecific } from '../types';
3
+ import { type WithoutEmotionSpecific } from '../types/WithoutEmotionSpecific';
4
4
  export type PaperProps = Omit<WithoutEmotionSpecific<MuiPaperProps>, 'elevation'> & {
5
5
  /**
6
6
  * Определяет, на какой высоте над поверхностью находится элемент. Чем больше значение, тем дальше элемент визуально.
@@ -8,7 +8,7 @@ const EyeOutlineMd_1 = require("../../icons/EyeOutlineMd");
8
8
  const IconButton_1 = require("../IconButton");
9
9
  const personalDataSecurity_1 = require("../personalDataSecurity");
10
10
  const TextField_1 = require("../TextField");
11
- const utils_1 = require("../utils");
11
+ const classNames_1 = require("../utils/classNames");
12
12
  exports.PasswordField = (0, react_1.forwardRef)(({ label, disabled = false, showSymbols = false, isHidePersonalData, inputProps, ...props }, ref) => {
13
13
  const [showPassword, setShowPassword] = (0, react_1.useState)(showSymbols);
14
14
  const handleClickShowPassword = () => setShowPassword((show) => !show);
@@ -21,7 +21,7 @@ exports.PasswordField = (0, react_1.forwardRef)(({ label, disabled = false, show
21
21
  });
22
22
  return ((0, jsx_runtime_1.jsx)(TextField_1.TextField, { inputProps: {
23
23
  ...inputProps,
24
- className: (0, utils_1.classNames)(inputProps?.className, hidePersonalDataClassname),
24
+ className: (0, classNames_1.classNames)(inputProps?.className, hidePersonalDataClassname),
25
25
  }, ref: ref, label: label, type: showPassword ? 'text' : 'password', disabled: disabled, InputProps: {
26
26
  endAdornment: ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { variant: "text", color: "grey", disabled: disabled, "aria-label": "\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0432\u0438\u0434\u0438\u043C\u043E\u0441\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044F", onClick: handleClickShowPassword, onMouseDown: handleMouseDownPassword, children: showPassword ? ((0, jsx_runtime_1.jsx)(EyeCrossedOutlineMd_1.EyeCrossedOutlineMd, { id: "visibility-off" })) : ((0, jsx_runtime_1.jsx)(EyeOutlineMd_1.EyeOutlineMd, { id: "visibility-on" })) })),
27
27
  }, ...props }));
@@ -2,14 +2,14 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PDFDocument = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
- const utils_1 = require("../../utils");
5
+ const classNames_1 = require("../../utils/classNames");
6
6
  const constants_1 = require("../constants");
7
7
  const styles_1 = require("./styles");
8
8
  const useLogic_1 = require("./useLogic");
9
9
  const PDFDocument = (props) => {
10
10
  const { documentRef, onAnimationEnd, isLoading } = (0, useLogic_1.useLogic)(props);
11
11
  const { enabledZoom, ...restProps } = props;
12
- return ((0, jsx_runtime_1.jsx)(styles_1.StyledDocument, { ...restProps, "$isLoading": isLoading, className: (0, utils_1.classNames)(constants_1.pdfViewerClassnames.document, {
12
+ return ((0, jsx_runtime_1.jsx)(styles_1.StyledDocument, { ...restProps, "$isLoading": isLoading, className: (0, classNames_1.classNames)(constants_1.pdfViewerClassnames.document, {
13
13
  [constants_1.pdfViewerClassnames.zoom]: enabledZoom,
14
14
  }), inputRef: documentRef, onAnimationEnd: onAnimationEnd }));
15
15
  };
@@ -5,7 +5,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const react_1 = require("react");
6
6
  const react_pdf_1 = require("react-pdf");
7
7
  const ContentState_1 = require("../ContentState");
8
- const placeholders_1 = require("../placeholders");
8
+ const LoadingPlaceholder_1 = require("../placeholders/LoadingPlaceholder");
9
9
  const polyfills_1 = require("../polyfills");
10
10
  const ControlBar_1 = require("./ControlBar");
11
11
  const constants_1 = require("./constants");
@@ -21,7 +21,7 @@ react_pdf_1.pdfjs.GlobalWorkerOptions.workerSrc = constants_1.PDFJS_WORKER_URL;
21
21
  */
22
22
  const PdfViewer = (props) => {
23
23
  const { documentProps, pageProps, pageCount, pageHeightList, isError, errorState, paginationRef, isLoading, initialIndex, isRenderList, isViewerLite, scale, zoomOut, zoomIn, isDisabledZoomOutButton, isDisabledZoomInButton, scrollContainerRef, loadingPlaceholderTitle, enabledZoom, } = (0, useLogic_1.useLogic)(props);
24
- return ((0, jsx_runtime_1.jsx)(ContentState_1.ContentState, { isError: isError, errorState: errorState, children: (0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { "$isViewerLite": isViewerLite, "$enabledZoom": enabledZoom, children: [(0, jsx_runtime_1.jsx)(styles_1.PDFViewerContainer, { "$isViewerLite": isViewerLite, "$enabledZoom": enabledZoom, children: (0, jsx_runtime_1.jsx)(styles_1.ScrollContainer, { ref: scrollContainerRef, "$isViewerLite": isViewerLite, "$enabledZoom": enabledZoom, children: (0, jsx_runtime_1.jsx)(PdfDocument_1.PDFDocument, { ...documentProps, isLoading: isLoading, loading: (0, jsx_runtime_1.jsx)(placeholders_1.LoadingPlaceholder, { title: loadingPlaceholderTitle }), isViewerLite: isViewerLite, enabledZoom: enabledZoom, children: isRenderList && ((0, jsx_runtime_1.jsx)(List_1.List, { paginationRef: paginationRef, initialIndex: initialIndex, children: pageHeightList?.map((height, index) => ((0, react_1.createElement)(PdfPage_1.PDFPage, { ...pageProps,
24
+ return ((0, jsx_runtime_1.jsx)(ContentState_1.ContentState, { isError: isError, errorState: errorState, children: (0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { "$isViewerLite": isViewerLite, "$enabledZoom": enabledZoom, children: [(0, jsx_runtime_1.jsx)(styles_1.PDFViewerContainer, { "$isViewerLite": isViewerLite, "$enabledZoom": enabledZoom, children: (0, jsx_runtime_1.jsx)(styles_1.ScrollContainer, { ref: scrollContainerRef, "$isViewerLite": isViewerLite, "$enabledZoom": enabledZoom, children: (0, jsx_runtime_1.jsx)(PdfDocument_1.PDFDocument, { ...documentProps, isLoading: isLoading, loading: (0, jsx_runtime_1.jsx)(LoadingPlaceholder_1.LoadingPlaceholder, { title: loadingPlaceholderTitle }), isViewerLite: isViewerLite, enabledZoom: enabledZoom, children: isRenderList && ((0, jsx_runtime_1.jsx)(List_1.List, { paginationRef: paginationRef, initialIndex: initialIndex, children: pageHeightList?.map((height, index) => ((0, react_1.createElement)(PdfPage_1.PDFPage, { ...pageProps,
25
25
  // biome-ignore lint/suspicious/noArrayIndexKey: Страницы статичны
26
26
  key: index, height: height * scale, pageNumber: index + 1, pageCount: pageCount, isViewerLite: isViewerLite, scale: scale, enabledZoom: enabledZoom }))) }, pageHeightList?.[0])) }) }) }), (0, jsx_runtime_1.jsx)(ControlBar_1.ControlBar, { zoomOut: zoomOut, zoomIn: zoomIn, pageNumber: Number(initialIndex) + 1, buttonProps: {
27
27
  isDisabledZoomIn: isDisabledZoomInButton,
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TRACKPAD_DELTA_Y_THRESHOLD = exports.ZOOM_INTENSITY_TRACKPAD = exports.ZOOM_INTENSITY_MOUSE = exports.ZOOM_STEP_OUT = exports.ZOOM_STEP_IN = exports.ZOOM_MAX = exports.ZOOM_MIN = exports.RESERVED_TOP_SPACE = exports.RESERVED_CONTROL_BAR_SPACE = exports.PDF_VIEWER_ANIMATION = exports.ANNOTATION_LAYER_CSS_URL = exports.TEXT_LAYER_CSS_URL = exports.PDFJS_WORKER_URL = exports.pdfViewerClassnames = void 0;
4
- const utils_1 = require("../utils");
4
+ const createUIKitClassname_1 = require("../utils/createUIKitClassname");
5
5
  exports.pdfViewerClassnames = {
6
- document: (0, utils_1.createUIKitClassname)('pdf-viewer__document'),
7
- page: (0, utils_1.createUIKitClassname)('pdf-viewer__page'),
8
- animation: (0, utils_1.createUIKitClassname)('pdf-viewer_animation'),
9
- zoom: (0, utils_1.createUIKitClassname)('pdf-viewer__zoom_enabled'),
6
+ document: (0, createUIKitClassname_1.createUIKitClassname)('pdf-viewer__document'),
7
+ page: (0, createUIKitClassname_1.createUIKitClassname)('pdf-viewer__page'),
8
+ animation: (0, createUIKitClassname_1.createUIKitClassname)('pdf-viewer_animation'),
9
+ zoom: (0, createUIKitClassname_1.createUIKitClassname)('pdf-viewer__zoom_enabled'),
10
10
  };
11
11
  // Worker и CSS загружаются из сервиса статики https://git.astralnalog.ru/frontend.shared/static-files
12
12
  exports.PDFJS_WORKER_URL = 'https://frontend-static.astral.ru/libs/pdfjs-dist/4.8.69/pdf.worker.min.mjs';
@@ -5,12 +5,12 @@ const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const PinOutlineMd_1 = require("../../icons/PinOutlineMd");
6
6
  const UnpinOutlineMd_1 = require("../../icons/UnpinOutlineMd");
7
7
  const Collapse_1 = require("../Collapse");
8
- const utils_1 = require("../utils");
8
+ const classNames_1 = require("../utils/classNames");
9
9
  const constants_1 = require("./constants");
10
10
  const styles_1 = require("./styles");
11
11
  const PinButton = (props) => {
12
12
  const { isPinned, collapsedIn, isUseCollapse = true, className, ...restProps } = props;
13
13
  const PinIcon = isPinned ? UnpinOutlineMd_1.UnpinOutlineMd : PinOutlineMd_1.PinOutlineMd;
14
- return ((0, jsx_runtime_1.jsx)(styles_1.TogglerButton, { startIcon: (0, jsx_runtime_1.jsx)(PinIcon, {}), variant: "text", className: (0, utils_1.classNames)(className, constants_1.pinButtonClassnames.root), ...restProps, children: isUseCollapse ? ((0, jsx_runtime_1.jsx)(Collapse_1.Collapse, { in: collapsedIn, orientation: "horizontal", children: (0, jsx_runtime_1.jsx)(styles_1.Content, { children: isPinned ? 'Открепить меню' : 'Закрепить меню' }) })) : ((0, jsx_runtime_1.jsx)(styles_1.Content, { children: isPinned ? 'Открепить меню' : 'Закрепить меню' })) }));
14
+ return ((0, jsx_runtime_1.jsx)(styles_1.TogglerButton, { startIcon: (0, jsx_runtime_1.jsx)(PinIcon, {}), variant: "text", className: (0, classNames_1.classNames)(className, constants_1.pinButtonClassnames.root), ...restProps, children: isUseCollapse ? ((0, jsx_runtime_1.jsx)(Collapse_1.Collapse, { in: collapsedIn, orientation: "horizontal", children: (0, jsx_runtime_1.jsx)(styles_1.Content, { children: isPinned ? 'Открепить меню' : 'Закрепить меню' }) })) : ((0, jsx_runtime_1.jsx)(styles_1.Content, { children: isPinned ? 'Открепить меню' : 'Закрепить меню' })) }));
15
15
  };
16
16
  exports.PinButton = PinButton;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pinButtonClassnames = void 0;
4
- const utils_1 = require("../utils");
4
+ const createUIKitClassname_1 = require("../utils/createUIKitClassname");
5
5
  exports.pinButtonClassnames = {
6
- root: (0, utils_1.createUIKitClassname)('pin-button'),
6
+ root: (0, createUIKitClassname_1.createUIKitClassname)('pin-button'),
7
7
  };
@@ -8,17 +8,11 @@ export declare const TogglerButton: import("@emotion/styled/dist/declarations/sr
8
8
  } & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ""> & import("react").RefAttributes<HTMLButtonElement> & {
9
9
  theme?: import("@emotion/react").Theme | undefined;
10
10
  }, {}, {}>;
11
- export declare const Content: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
12
- children?: import("react").ReactNode;
13
- align?: "inherit" | "center" | "left" | "right" | "justify" | undefined;
14
- gutterBottom?: boolean | undefined;
15
- noWrap?: boolean | undefined;
16
- paragraph?: boolean | undefined;
17
- } & {
11
+ export declare const Content: import("@emotion/styled/dist/declarations/src/types").StyledComponent<import("../Typography/types").TypographyPropsBase & {
18
12
  color?: import("../Typography").TypographyColor | undefined;
19
13
  variant?: import("../Typography").TypographyVariant | undefined;
20
14
  colorIntensity?: import("../Typography").Intensity | undefined;
21
- component?: ("symbol" | "object" | "main" | "body" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "slot" | "style" | "title" | import("react").ComponentType<any> | "search" | "big" | "sub" | "sup" | "map" | "filter" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "br" | "canvas" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view") | undefined;
15
+ component?: import("../Typography/types").ComponentProp | undefined;
22
16
  isUpperCase?: boolean | undefined;
23
17
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
24
18
  theme?: import("@emotion/react").Theme | undefined;
@@ -1,5 +1,5 @@
1
1
  import type { PopoverProps as MuiPopoverProps } from '@mui/material/Popover';
2
- import { type WithoutEmotionSpecific } from '../types';
2
+ import { type WithoutEmotionSpecific } from '../types/WithoutEmotionSpecific';
3
3
  export type PopoverProps = WithoutEmotionSpecific<MuiPopoverProps> & {
4
4
  /**
5
5
  * Заголовок для отображения в мобильной версии
@@ -13,17 +13,11 @@ export declare const Logo: import("@emotion/styled/dist/declarations/src/types")
13
13
  export declare const TitleErrorContainer: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../Grid/GridComponent").GridComponentProps, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
14
14
  theme?: import("@emotion/react").Theme | undefined;
15
15
  } & import("../../Grid/styles").StyledGridProps, {}, {}>;
16
- export declare const ProductName: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
17
- children?: import("react").ReactNode;
18
- align?: "inherit" | "center" | "left" | "right" | "justify" | undefined;
19
- gutterBottom?: boolean | undefined;
20
- noWrap?: boolean | undefined;
21
- paragraph?: boolean | undefined;
22
- } & {
16
+ export declare const ProductName: import("@emotion/styled/dist/declarations/src/types").StyledComponent<import("../../Typography/types").TypographyPropsBase & {
23
17
  color?: import("../../Typography").TypographyColor | undefined;
24
18
  variant?: import("../../Typography").TypographyVariant | undefined;
25
19
  colorIntensity?: import("../../Typography").Intensity | undefined;
26
- component?: ("symbol" | "object" | "main" | "body" | "small" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "link" | "slot" | "style" | "title" | import("react").ComponentType<any> | "search" | "big" | "sub" | "sup" | "map" | "filter" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "br" | "canvas" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view") | undefined;
20
+ component?: import("../../Typography/types").ComponentProp | undefined;
27
21
  isUpperCase?: boolean | undefined;
28
22
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
29
23
  theme?: import("@emotion/react").Theme | undefined;
@@ -1,5 +1,5 @@
1
1
  import type { MenuProps as MuiMenuProps } from '@mui/material/Menu';
2
- import { type WithoutEmotionSpecific } from '../../types';
2
+ import { type WithoutEmotionSpecific } from '../../types/WithoutEmotionSpecific';
3
3
  import { type ProfileMenuItemData } from '../types';
4
4
  type MenuListProps = WithoutEmotionSpecific<MuiMenuProps> & {
5
5
  menuList?: ProfileMenuItemData[];
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.profileClassnames = void 0;
4
- const utils_1 = require("../utils");
4
+ const createUIKitClassname_1 = require("../utils/createUIKitClassname");
5
5
  exports.profileClassnames = {
6
- credentials: (0, utils_1.createUIKitClassname)('profile__credentials'),
6
+ credentials: (0, createUIKitClassname_1.createUIKitClassname)('profile__credentials'),
7
7
  };
@@ -1,7 +1,8 @@
1
1
  import type { AvatarProps } from '@mui/material/Avatar';
2
2
  import type { MenuProps } from '@mui/material/Menu';
3
3
  import type { PropsWithChildren, ReactElement, ReactNode } from 'react';
4
- import type { SyncFunctionComponent, WithoutEmotionSpecific } from '../types';
4
+ import type { SyncFunctionComponent } from '../types/SyncFunctionComponent';
5
+ import type { WithoutEmotionSpecific } from '../types/WithoutEmotionSpecific';
5
6
  export type ProfileMenuItemData = {
6
7
  icon?: ReactNode;
7
8
  title: ReactNode;
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.radioClassnames = void 0;
4
- const utils_1 = require("../utils");
4
+ const createUIKitClassname_1 = require("../utils/createUIKitClassname");
5
5
  exports.radioClassnames = {
6
- root: (0, utils_1.createUIKitClassname)('radio'),
7
- checked: (0, utils_1.createUIKitClassname)('radio_checked'),
8
- disabled: (0, utils_1.createUIKitClassname)('radio_disabled'),
9
- iconWrapper: (0, utils_1.createUIKitClassname)('radio__icon-wrapper'),
10
- icon: (0, utils_1.createUIKitClassname)('radio__icon'),
11
- outerCircle: (0, utils_1.createUIKitClassname)('radio__outer-circle'),
12
- dot: (0, utils_1.createUIKitClassname)('radio__dot'),
6
+ root: (0, createUIKitClassname_1.createUIKitClassname)('radio'),
7
+ checked: (0, createUIKitClassname_1.createUIKitClassname)('radio_checked'),
8
+ disabled: (0, createUIKitClassname_1.createUIKitClassname)('radio_disabled'),
9
+ iconWrapper: (0, createUIKitClassname_1.createUIKitClassname)('radio__icon-wrapper'),
10
+ icon: (0, createUIKitClassname_1.createUIKitClassname)('radio__icon'),
11
+ outerCircle: (0, createUIKitClassname_1.createUIKitClassname)('radio__outer-circle'),
12
+ dot: (0, createUIKitClassname_1.createUIKitClassname)('radio__dot'),
13
13
  };
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useLogic = void 0;
4
4
  const react_1 = require("react");
5
5
  const useUpdateEffect_1 = require("../../hooks/useUpdateEffect");
6
- const utils_1 = require("../../utils");
6
+ const classNames_1 = require("../../utils/classNames");
7
7
  const constants_1 = require("../constants");
8
8
  const useLogic = ({ checked = false, disabled = false, isError = false, onChange: propsOnChange, className: propClassNames, name, style, inputRef, value, id, ...restProps }) => {
9
9
  const [isChecked, setIsChecked] = (0, react_1.useState)(checked);
@@ -14,7 +14,7 @@ const useLogic = ({ checked = false, disabled = false, isError = false, onChange
14
14
  propsOnChange?.(event, event.target.checked);
15
15
  setIsChecked(event.target.checked);
16
16
  };
17
- const className = (0, react_1.useMemo)(() => (0, utils_1.classNames)(constants_1.radioClassnames.root, isChecked ? constants_1.radioClassnames.checked : '', disabled ? constants_1.radioClassnames.disabled : '', propClassNames), [isChecked, disabled, propClassNames]);
17
+ const className = (0, react_1.useMemo)(() => (0, classNames_1.classNames)(constants_1.radioClassnames.root, isChecked ? constants_1.radioClassnames.checked : '', disabled ? constants_1.radioClassnames.disabled : '', propClassNames), [isChecked, disabled, propClassNames]);
18
18
  return {
19
19
  onChange,
20
20
  isChecked,
@@ -4,11 +4,11 @@ exports.RadioCard = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const react_1 = require("react");
6
6
  const RadioGroup_1 = require("../RadioGroup");
7
- const utils_1 = require("../utils");
7
+ const classNames_1 = require("../utils/classNames");
8
8
  const constants_1 = require("./constants");
9
9
  const styles_1 = require("./styles");
10
10
  const RadioCard = ({ id, disabled: propsIsDisabled, className, header, children, value, ...props }) => {
11
11
  const { isError, value: groupValue, name, onChange, disabled, } = (0, react_1.useContext)(RadioGroup_1.RadioGroupContext);
12
- return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { className: (0, utils_1.classNames)(className, constants_1.radioCardClassnames.root), "$isError": isError, "$isChecked": groupValue === value, "$isDisabled": disabled || propsIsDisabled, children: [(0, jsx_runtime_1.jsx)(styles_1.StyledRadio, { disabled: disabled || propsIsDisabled, checked: groupValue === value, name: name, onChange: (event) => onChange?.(event, event.target.value), value: value, ...props }), (0, jsx_runtime_1.jsxs)(styles_1.Content, { className: constants_1.radioCardClassnames.content, children: [(0, jsx_runtime_1.jsx)("div", { children: header }), (0, jsx_runtime_1.jsx)("div", { children: children })] })] }));
12
+ return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { className: (0, classNames_1.classNames)(className, constants_1.radioCardClassnames.root), "$isError": isError, "$isChecked": groupValue === value, "$isDisabled": disabled || propsIsDisabled, children: [(0, jsx_runtime_1.jsx)(styles_1.StyledRadio, { disabled: disabled || propsIsDisabled, checked: groupValue === value, name: name, onChange: (event) => onChange?.(event, event.target.value), value: value, ...props }), (0, jsx_runtime_1.jsxs)(styles_1.Content, { className: constants_1.radioCardClassnames.content, children: [(0, jsx_runtime_1.jsx)("div", { children: header }), (0, jsx_runtime_1.jsx)("div", { children: children })] })] }));
13
13
  };
14
14
  exports.RadioCard = RadioCard;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.radioCardClassnames = void 0;
4
- const utils_1 = require("../utils");
4
+ const createUIKitClassname_1 = require("../utils/createUIKitClassname");
5
5
  exports.radioCardClassnames = {
6
- root: (0, utils_1.createUIKitClassname)('radio-card'),
7
- content: (0, utils_1.createUIKitClassname)('radio-card__content'),
6
+ root: (0, createUIKitClassname_1.createUIKitClassname)('radio-card'),
7
+ content: (0, createUIKitClassname_1.createUIKitClassname)('radio-card__content'),
8
8
  };