@astral/ui 4.99.2 → 4.101.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Accordion/styles.js +4 -4
- package/components/Alert/styles.js +2 -2
- package/components/Autocomplete/styles.js +1 -1
- package/components/Badge/styles.js +1 -1
- package/components/Banner/BannerTemplate/styles.js +3 -3
- package/components/Button/styles.js +1 -1
- package/components/CardGridInfinite/Card/styles.js +1 -1
- package/components/CardGridInfinite/CardGridSecondaryAction/CardGridSecondaryActionsSkeleton/styles.js +2 -2
- package/components/CardGridInfinite/ErrorMessage/styles.js +1 -1
- package/components/CardGridInfinite/List/styles.js +1 -1
- package/components/CardGridInfinite/OnTopButton/styles.js +1 -1
- package/components/CardGridInfinite/styles.js +1 -1
- package/components/Checkbox/styles.js +2 -2
- package/components/CheckboxField/styles.js +2 -2
- package/components/Chip/styles.js +4 -4
- package/components/ConfirmAction/styles.js +3 -3
- package/components/ConfirmDialog/styles.js +1 -1
- package/components/DashboardAlert/styles.js +2 -2
- package/components/DashboardLayout/Container/styles.js +2 -2
- package/components/DashboardLayout/DashboardSidebar/styles.js +6 -6
- package/components/DashboardLayout/DashboardWrapper/styles.js +1 -1
- package/components/DashboardLayout/Header/styles.js +10 -10
- package/components/DashboardLayout/Main/styles.js +3 -3
- package/components/DashboardLayoutNotificationList/styles.js +1 -1
- package/components/DashboardLayoutSkeleton/styles.js +1 -1
- package/components/DashboardSidebarButton/styles.js +1 -1
- package/components/DashboardSidebarCounter/styles.js +1 -1
- package/components/DashboardSidebarPopover/FadePopup/styles.js +1 -1
- package/components/DashboardSidebarPopover/SidebarPopoverItem/styles.js +1 -1
- package/components/DashboardSidebarPopover/styles.js +2 -2
- package/components/DashboardSidebarSkeleton/styles.js +1 -1
- package/components/DataGrid/Body/styles.js +1 -1
- package/components/DataGrid/Cell/CellInner/styles.js +2 -2
- package/components/DataGrid/Cell/styles.js +1 -1
- package/components/DataGrid/Head/styles.js +1 -1
- package/components/DataGrid/Loader/styles.js +2 -2
- package/components/DataGrid/Row/NestedChildren/styles.js +3 -3
- package/components/DataGrid/Row/styles.js +8 -8
- package/components/DataGrid/RowBase/GroupCell/styles.js +1 -1
- package/components/DataGrid/RowBase/styles.js +3 -3
- package/components/DataGrid/styles.js +3 -3
- package/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.js +1 -1
- package/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.js +1 -1
- package/components/DataGridActionCell/SecondaryActionsButton/styles.js +1 -1
- package/components/DataGridActionCell/styles.js +1 -1
- package/components/DataGridCollapsibleRow/styles.js +4 -4
- package/components/DataGridInfinite/ErrorMessage/styles.js +1 -1
- package/components/DataGridInfinite/styles.js +1 -1
- package/components/DataGridPaginationContainer/styles.js +2 -2
- package/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarNextButton/styles.js +2 -2
- package/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarPrevButton/styles.js +2 -2
- package/components/DatePicker/DateCalendar/DateCalendarHead/styles.js +2 -2
- package/components/DatePicker/DateCalendar/DateCalendarWrapper/styles.js +1 -1
- package/components/DatePicker/DatePickerPopover/styles.js +1 -1
- package/components/DatePicker/styles.js +1 -1
- package/components/DateRangePicker/styles.js +1 -1
- package/components/Description/Value/styles.js +2 -2
- package/components/Description/styles.js +1 -1
- package/components/DescriptionCell/styles.js +2 -2
- package/components/DescriptionList/styles.js +3 -3
- package/components/DialogActions/styles.js +2 -2
- package/components/DialogContent/styles.js +1 -1
- package/components/ExpansionPanel/Details/ErrorState/styles.js +1 -1
- package/components/ExpansionPanel/Details/LoadingState/styles.js +1 -1
- package/components/Fieldset/styles.js +5 -5
- package/components/FlowButton/styles.js +1 -1
- package/components/GlobalStyles/GlobalStyles.js +1 -1
- package/components/HintPopover/styles.js +4 -4
- package/components/IconButton/styles.js +1 -1
- package/components/InfiniteDataList/EndData/styles.js +1 -1
- package/components/InfiniteDataList/ErrorMessage/styles.js +1 -1
- package/components/InfiniteDataList/Loader/styles.js +1 -1
- package/components/InfiniteDataList/styles.js +1 -1
- package/components/InfiniteTreeList/InfiniteTreeList.d.ts +18 -0
- package/components/InfiniteTreeList/InfiniteTreeList.js +26 -19
- package/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.d.ts +9 -0
- package/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.js +9 -0
- package/components/InfiniteTreeList/InfiniteTreeListActions/types.d.ts +5 -0
- package/components/InfiniteTreeList/InfiniteTreeListActions/useLogic/useLogic.js +5 -6
- package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.d.ts +81 -0
- package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.js +21 -0
- package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.d.ts +3 -2
- package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.js +69 -13
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.d.ts +6 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.js +8 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.d.ts +1 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.js +1 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.d.ts +1 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.js +1 -0
- package/components/InfiniteTreeList/{ErrorMessage → InfiniteTreeListItem/ErrorPlaceholder}/styles.d.ts +1 -1
- package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/styles.js +8 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +29 -7
- package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.d.ts +19 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.js +4 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.d.ts +4 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.js +13 -8
- package/components/InfiniteTreeList/InfiniteTreeListItem/constants.d.ts +6 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/constants.js +7 -0
- package/components/InfiniteTreeList/InfiniteTreeListItem/styles.d.ts +4 -4
- package/components/InfiniteTreeList/InfiniteTreeListItem/styles.js +28 -5
- package/components/InfiniteTreeList/InfiniteTreeListItem/types.d.ts +20 -3
- package/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.d.ts +7 -1
- package/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.js +57 -5
- package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.js +1 -1
- package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.js +2 -2
- package/components/InfiniteTreeList/ListFooter/ErrorMessage/styles.d.ts +5 -0
- package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/styles.js +2 -2
- package/components/InfiniteTreeList/ListFooter/ListFooter.d.ts +10 -0
- package/components/InfiniteTreeList/ListFooter/ListFooter.js +25 -0
- package/components/InfiniteTreeList/ListFooter/index.d.ts +2 -0
- package/components/InfiniteTreeList/ListFooter/index.js +1 -0
- package/components/InfiniteTreeList/{styles.d.ts → ListFooter/styles.d.ts} +2 -2
- package/components/InfiniteTreeList/{styles.js → ListFooter/styles.js} +1 -1
- package/components/InfiniteTreeList/ListFooter/types.d.ts +22 -0
- package/components/InfiniteTreeList/ListFooter/types.js +1 -0
- package/components/InfiniteTreeList/OnTopButton/OnTopButton.d.ts +8 -2
- package/components/InfiniteTreeList/OnTopButton/OnTopButton.js +6 -5
- package/components/InfiniteTreeList/OnTopButton/styles.d.ts +4 -0
- package/components/InfiniteTreeList/OnTopButton/styles.js +10 -0
- package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.d.ts +23 -0
- package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.js +12 -0
- package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.d.ts +1 -0
- package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.js +1 -0
- package/components/InfiniteTreeList/ParentItems/Item/Item.d.ts +10 -0
- package/components/InfiniteTreeList/ParentItems/Item/Item.js +22 -0
- package/components/InfiniteTreeList/ParentItems/Item/index.d.ts +2 -0
- package/components/InfiniteTreeList/ParentItems/Item/index.js +2 -0
- package/components/InfiniteTreeList/ParentItems/Item/types.d.ts +8 -0
- package/components/InfiniteTreeList/ParentItems/Item/types.js +1 -0
- package/components/InfiniteTreeList/ParentItems/Item/useLogic/index.d.ts +1 -0
- package/components/InfiniteTreeList/ParentItems/Item/useLogic/index.js +1 -0
- package/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.d.ts +12 -0
- package/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.js +12 -0
- package/components/InfiniteTreeList/ParentItems/ParentItems.d.ts +11 -0
- package/components/InfiniteTreeList/ParentItems/ParentItems.js +11 -0
- package/components/InfiniteTreeList/ParentItems/index.d.ts +3 -0
- package/components/InfiniteTreeList/ParentItems/index.js +3 -0
- package/components/InfiniteTreeList/ParentItems/types.d.ts +8 -0
- package/components/InfiniteTreeList/ParentItems/types.js +1 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.d.ts +9 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.js +22 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.d.ts +1 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.js +5 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.d.ts +1 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.js +1 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.d.ts +1 -0
- package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.js +1 -0
- package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.d.ts +20 -0
- package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.js +10 -0
- package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.d.ts +1 -0
- package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.js +1 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.d.ts +5 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.js +38 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/index.d.ts +2 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/index.js +2 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/styles.d.ts +9 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/styles.js +8 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/types.d.ts +6 -0
- package/components/InfiniteTreeList/TreeItem/ParentSlot/types.js +1 -0
- package/components/InfiniteTreeList/TreeItem/TreeItem.d.ts +5 -2
- package/components/InfiniteTreeList/TreeItem/TreeItem.js +31 -4
- package/components/InfiniteTreeList/TreeItem/constants.d.ts +3 -0
- package/components/InfiniteTreeList/TreeItem/constants.js +3 -1
- package/components/InfiniteTreeList/TreeItem/styles.d.ts +0 -3
- package/components/InfiniteTreeList/TreeItem/styles.js +23 -8
- package/components/InfiniteTreeList/TreeItem/types.d.ts +4 -9
- package/components/InfiniteTreeList/TreeItem/useLogic/useLogic.d.ts +29 -9
- package/components/InfiniteTreeList/TreeItem/useLogic/useLogic.js +61 -19
- package/components/InfiniteTreeList/constants.d.ts +14 -2
- package/components/InfiniteTreeList/constants.js +14 -2
- package/components/InfiniteTreeList/hooks/index.d.ts +5 -0
- package/components/InfiniteTreeList/hooks/index.js +5 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/index.d.ts +2 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/index.js +2 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/types.d.ts +43 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/types.js +1 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.d.ts +20 -0
- package/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.js +115 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/index.d.ts +2 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/index.js +2 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/types.d.ts +29 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/types.js +1 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.d.ts +6 -0
- package/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.js +35 -0
- package/components/InfiniteTreeList/hooks/useExpandNotifier/index.d.ts +1 -0
- package/components/InfiniteTreeList/hooks/useExpandNotifier/index.js +1 -0
- package/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.d.ts +8 -0
- package/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.js +19 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/index.d.ts +2 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/index.js +2 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/types.d.ts +20 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/types.js +1 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.d.ts +15 -0
- package/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.js +88 -0
- package/components/InfiniteTreeList/hooks/useListScroll/index.d.ts +2 -0
- package/components/InfiniteTreeList/hooks/useListScroll/index.js +2 -0
- package/components/InfiniteTreeList/hooks/useListScroll/types.d.ts +25 -0
- package/components/InfiniteTreeList/hooks/useListScroll/types.js +1 -0
- package/components/InfiniteTreeList/hooks/useListScroll/useListScroll.d.ts +29 -0
- package/components/InfiniteTreeList/hooks/useListScroll/useListScroll.js +59 -0
- package/components/InfiniteTreeList/index.d.ts +1 -1
- package/components/InfiniteTreeList/public.d.ts +1 -1
- package/components/InfiniteTreeList/types.d.ts +83 -17
- package/components/InfiniteTreeList/useLogic/useLogic.d.ts +22 -12
- package/components/InfiniteTreeList/useLogic/useLogic.js +66 -71
- package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.d.ts +5 -0
- package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.js +6 -0
- package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.js +1 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.d.ts +5 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.js +4 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.js +1 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.d.ts +5 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.js +5 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.js +1 -0
- package/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.d.ts +6 -0
- package/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.js +6 -0
- package/components/InfiniteTreeList/utils/checkIsDirectChild/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkIsDirectChild/index.js +1 -0
- package/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.d.ts +12 -0
- package/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.js +14 -0
- package/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.d.ts +5 -0
- package/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.js +16 -0
- package/components/InfiniteTreeList/utils/checkIsSameChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/checkIsSameChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.d.ts +5 -0
- package/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.js +5 -0
- package/components/InfiniteTreeList/utils/countDirectChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/countDirectChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.d.ts +24 -0
- package/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.js +35 -0
- package/components/InfiniteTreeList/utils/createParentSlots/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/createParentSlots/index.js +1 -0
- package/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.d.ts +21 -0
- package/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.js +40 -0
- package/components/InfiniteTreeList/utils/createTailRegistry/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/createTailRegistry/index.js +1 -0
- package/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.d.ts +5 -0
- package/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.js +5 -0
- package/components/InfiniteTreeList/utils/flattenChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/flattenChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/flattenTree/flattenTree.d.ts +6 -0
- package/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/flattenTree.js +9 -4
- package/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.d.ts +17 -0
- package/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.js +14 -0
- package/components/InfiniteTreeList/utils/getEnteringChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/getEnteringChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.d.ts +10 -0
- package/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.js +27 -0
- package/components/InfiniteTreeList/utils/getIdsToKeep/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/getIdsToKeep/index.js +1 -0
- package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.d.ts +4 -2
- package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.js +5 -4
- package/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.d.ts +6 -0
- package/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.js +18 -0
- package/components/InfiniteTreeList/utils/getNestedItems/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/getNestedItems/index.js +1 -0
- package/components/InfiniteTreeList/utils/index.d.ts +20 -0
- package/components/InfiniteTreeList/utils/index.js +20 -0
- package/components/InfiniteTreeList/utils/insertChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/insertChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/insertChildren/insertChildren.d.ts +5 -0
- package/components/InfiniteTreeList/utils/insertChildren/insertChildren.js +41 -0
- package/components/InfiniteTreeList/utils/removeChildren/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/removeChildren/index.js +1 -0
- package/components/InfiniteTreeList/utils/removeChildren/removeChildren.d.ts +5 -0
- package/components/InfiniteTreeList/utils/removeChildren/removeChildren.js +12 -0
- package/components/InfiniteTreeList/utils/sortCollapsed/sortCollapsed.d.ts +5 -0
- package/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/sortCollapsed.js +1 -6
- package/components/InfiniteTreeList/utils/startRemoveAnimation/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/startRemoveAnimation/index.js +1 -0
- package/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.d.ts +1 -0
- package/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.js +5 -0
- package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.d.ts +1 -0
- package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.js +1 -0
- package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.d.ts +11 -0
- package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.js +99 -0
- package/components/MenuOrganization/NoData/styles.js +1 -1
- package/components/MenuOrganization/OrganizationButton/styles.js +1 -1
- package/components/MenuOrganization/OrganizationItem/styles.js +1 -1
- package/components/MenuOrganization/OrganizationListSkeleton/styles.js +2 -2
- package/components/MenuOrganization/styles.js +4 -4
- package/components/MinimalisticPagination/styles.js +1 -1
- package/components/NavMenu/Item/ItemButton/styles.js +4 -4
- package/components/NewStepper/Step/Description/styles.js +1 -1
- package/components/NewStepper/Step/Label/styles.js +2 -2
- package/components/NewStepper/Step/styles.js +8 -8
- package/components/NewStepper/styles.js +1 -1
- package/components/NotFoundPage/styles.js +4 -4
- package/components/Notification/NotificationContainer/styles.js +8 -8
- package/components/Notification/NotificationStackContainer/styles.js +10 -10
- package/components/Notification/NotificationTemplate/styles.js +3 -3
- package/components/NotificationList/ListItem/styles.js +1 -1
- package/components/NotificationList/SettingsButton/styles.js +1 -1
- package/components/NotificationList/styles.js +4 -4
- package/components/PageAside/MobileAsideButton/styles.js +1 -1
- package/components/PageAside/styles.js +3 -3
- package/components/PageAsideBlock/styles.js +2 -2
- package/components/PageAsideNavigation/PageAsideNavigationItem/styles.js +2 -2
- package/components/PageAsideNavigation/styles.js +3 -3
- package/components/PageContent/PageContentHeader/Description/styles.js +1 -1
- package/components/PageContent/PageContentHeader/PageContentHeaderActions/MobilePageContentHeaderActions/styles.js +3 -3
- package/components/PageContent/PageContentHeader/PageContentHeaderActions/PageContentHeaderActionsSkeleton/styles.js +1 -1
- package/components/PageContent/PageContentHeader/Title/styles.js +1 -1
- package/components/PageContent/PageContentHeader/styles.js +2 -2
- package/components/PageContent/styles.js +4 -4
- package/components/PageHeader/HeaderContent/Description/styles.js +2 -2
- package/components/PageHeader/HeaderContent/styles.js +4 -4
- package/components/PageHeader/MobilePageActions/styles.js +3 -3
- package/components/PageHeader/PageActions/MainActions/styles.js +1 -1
- package/components/PageHeader/PageActions/SecondaryActions/styles.js +2 -2
- package/components/PageHeader/PageActions/SecondaryVisibleActions/styles.js +2 -2
- package/components/PageHeader/PageActions/styles.js +4 -4
- package/components/PageHeader/Title/styles.js +2 -2
- package/components/PageHeader/styles.js +3 -3
- package/components/PageLayout/styles.js +3 -3
- package/components/PageLayoutContainer/styles.js +2 -2
- package/components/PageLayoutFooter/styles.js +1 -1
- package/components/PageLayoutLoader/styles.js +1 -1
- package/components/PageLayoutSection/PageLayoutSectionContainer/styles.js +2 -2
- package/components/PageLayoutSection/styles.js +2 -2
- package/components/PagePinnableAside/styles.js +3 -3
- package/components/Pagination/PaginationItem/styles.js +1 -1
- package/components/PdfViewer/ControlBar/styles.js +1 -1
- package/components/PdfViewer/List/styles.js +1 -1
- package/components/PdfViewer/PdfDocument/styles.js +1 -1
- package/components/PdfViewer/PdfPage/styles.js +1 -1
- package/components/PdfViewer/styles.js +2 -2
- package/components/Profile/MenuList/styles.js +3 -3
- package/components/Profile/ProfileSkeleton/styles.js +1 -1
- package/components/Profile/styles.js +3 -3
- package/components/Radio/styles.js +2 -2
- package/components/RadioCard/styles.js +6 -6
- package/components/RadioField/styles.js +1 -1
- package/components/ScrollToTopButton/styles.js +1 -1
- package/components/Select/styles.js +1 -1
- package/components/SideDialog/styles.js +1 -1
- package/components/SideDialogHeader/styles.js +1 -1
- package/components/StaticCalendar/StaticCalendarButton/styles.js +1 -1
- package/components/StaticCalendar/StaticCalendarGridButton/styles.js +1 -1
- package/components/Stepper/StepIcon/styles.js +1 -1
- package/components/SvgIcon/styles.js +0 -1
- package/components/Switch/styles.js +2 -2
- package/components/Tabs/styles.js +1 -1
- package/components/Tag/styles.js +1 -1
- package/components/ToggleButtonGroup/styles.js +1 -1
- package/components/Tree/MultipleTreeList/TreeItem/styles.js +6 -5
- package/components/Tree/MultipleTreeList/styles.js +7 -8
- package/components/Tree/TreeItem/MobileSlidePanel/MobileSlidePanelContent/styles.js +22 -20
- package/components/Tree/TreeItem/styles.js +19 -19
- package/components/Tree/TreeList/TreeItem/styles.js +4 -5
- package/components/Tree/TreeList/styles.js +7 -8
- package/components/TreeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/components/TreeAsyncAutocomplete/OptionsModal/styles.js +14 -15
- package/components/TreeAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/components/TreeAutocomplete/OptionsModal/styles.js +7 -8
- package/components/TreeLikeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/components/TreeLikeAsyncAutocomplete/OptionsModal/styles.js +18 -18
- package/components/TreeLikeAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/components/TreeLikeAutocomplete/OptionsModal/styles.js +9 -9
- package/components/TreeLikeList/TreeItem/styles.js +7 -6
- package/components/TreeLikeList/styles.js +6 -8
- package/components/declaration/mui-material.d.ts +1 -0
- package/components/fileUploading/FileInfo/styles.js +3 -3
- package/components/fileUploading/FileUploader/FIleList/styles.js +1 -1
- package/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/styles.js +1 -1
- package/components/fileUploading/FileUploaderDropzone/HintPlaceholder/styles.js +1 -1
- package/components/fileUploading/FileUploaderDropzone/PlaceholderContainer/styles.js +1 -1
- package/components/fileUploading/FileUploaderFile/styles.js +1 -1
- package/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/styles.js +1 -1
- package/components/fileUploading/PreviewFileUploaderDropZone/PlaceholderWrapper/styles.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FileError/styles.js +2 -2
- package/components/fileUploading/PreviewFileUploaderFile/FilePreview/styles.js +4 -4
- package/components/placeholders/Placeholder/Image/styles.js +1 -1
- package/components/placeholders/Placeholder/styles.js +4 -4
- package/components/theme/baseTheme/baseTheme.js +11 -2
- package/components/theme/breakpoints.d.ts +1 -0
- package/components/theme/breakpoints.js +1 -0
- package/components/theme/components/MuiAlert.js +1 -1
- package/components/theme/components/MuiButton.js +2 -2
- package/components/theme/components/MuiMenuItem.js +1 -1
- package/components/theme/components/MuiTextField.js +4 -4
- package/components/theme/types.d.ts +1 -0
- package/components/theme/types.js +12 -12
- package/components/useViewportType/useViewportType.js +1 -1
- package/hook-form/EditableText/EditingForm/styles.js +4 -4
- package/hook-form/FormFilters/AllFiltersButton/styles.js +2 -2
- package/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.js +2 -2
- package/hook-form/FormFilters/FormFiltersDialog/styles.js +2 -2
- package/hook-form/FormFilters/FormFiltersSkeleton/styles.js +2 -2
- package/hook-form/FormFilters/styles.js +2 -2
- package/hook-form/FormFiltersModalGroup/styles.js +1 -1
- package/hook-form/FormFiltersSearchField/styles.js +2 -2
- package/hook-form/FormPageFooterContainer/styles.js +1 -1
- package/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.js +3 -3
- package/hook-form/FormPageLayout/FormPageFooter/styles.js +3 -3
- package/hook-form/FormPageLayout/styles.js +1 -1
- package/hook-form/FormPageLayoutBase/FormMobileActions/styles.js +2 -2
- package/hook-form/FormPageLayoutBase/styles.js +5 -5
- package/hook-form/FormQuickFilters/styles.js +2 -2
- package/hook-form/FormWizard/styles.js +3 -3
- package/hook-form/FormWizardPageLayout/FormWizardFooter/styles.js +3 -3
- package/node/components/Accordion/styles.js +4 -4
- package/node/components/Alert/styles.js +2 -2
- package/node/components/Autocomplete/styles.js +1 -1
- package/node/components/Badge/styles.js +1 -1
- package/node/components/Banner/BannerTemplate/styles.js +3 -3
- package/node/components/Button/styles.js +1 -1
- package/node/components/CardGridInfinite/Card/styles.js +1 -1
- package/node/components/CardGridInfinite/CardGridSecondaryAction/CardGridSecondaryActionsSkeleton/styles.js +2 -2
- package/node/components/CardGridInfinite/ErrorMessage/styles.js +1 -1
- package/node/components/CardGridInfinite/List/styles.js +1 -1
- package/node/components/CardGridInfinite/OnTopButton/styles.js +1 -1
- package/node/components/CardGridInfinite/styles.js +1 -1
- package/node/components/Checkbox/styles.js +2 -2
- package/node/components/CheckboxField/styles.js +2 -2
- package/node/components/Chip/styles.js +4 -4
- package/node/components/ConfirmAction/styles.js +3 -3
- package/node/components/ConfirmDialog/styles.js +1 -1
- package/node/components/DashboardAlert/styles.js +2 -2
- package/node/components/DashboardLayout/Container/styles.js +2 -2
- package/node/components/DashboardLayout/DashboardSidebar/styles.js +6 -6
- package/node/components/DashboardLayout/DashboardWrapper/styles.js +1 -1
- package/node/components/DashboardLayout/Header/styles.js +10 -10
- package/node/components/DashboardLayout/Main/styles.js +3 -3
- package/node/components/DashboardLayoutNotificationList/styles.js +1 -1
- package/node/components/DashboardLayoutSkeleton/styles.js +1 -1
- package/node/components/DashboardSidebarButton/styles.js +1 -1
- package/node/components/DashboardSidebarCounter/styles.js +1 -1
- package/node/components/DashboardSidebarPopover/FadePopup/styles.js +1 -1
- package/node/components/DashboardSidebarPopover/SidebarPopoverItem/styles.js +1 -1
- package/node/components/DashboardSidebarPopover/styles.js +2 -2
- package/node/components/DashboardSidebarSkeleton/styles.js +1 -1
- package/node/components/DataGrid/Body/styles.js +1 -1
- package/node/components/DataGrid/Cell/CellInner/styles.js +2 -2
- package/node/components/DataGrid/Cell/styles.js +1 -1
- package/node/components/DataGrid/Head/styles.js +1 -1
- package/node/components/DataGrid/Loader/styles.js +2 -2
- package/node/components/DataGrid/Row/NestedChildren/styles.js +3 -3
- package/node/components/DataGrid/Row/styles.js +8 -8
- package/node/components/DataGrid/RowBase/GroupCell/styles.js +1 -1
- package/node/components/DataGrid/RowBase/styles.js +3 -3
- package/node/components/DataGrid/styles.js +3 -3
- package/node/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.js +1 -1
- package/node/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.js +1 -1
- package/node/components/DataGridActionCell/SecondaryActionsButton/styles.js +1 -1
- package/node/components/DataGridActionCell/styles.js +1 -1
- package/node/components/DataGridCollapsibleRow/styles.js +4 -4
- package/node/components/DataGridInfinite/ErrorMessage/styles.js +1 -1
- package/node/components/DataGridInfinite/styles.js +1 -1
- package/node/components/DataGridPaginationContainer/styles.js +2 -2
- package/node/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarNextButton/styles.js +2 -2
- package/node/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarPrevButton/styles.js +2 -2
- package/node/components/DatePicker/DateCalendar/DateCalendarHead/styles.js +2 -2
- package/node/components/DatePicker/DateCalendar/DateCalendarWrapper/styles.js +1 -1
- package/node/components/DatePicker/DatePickerPopover/styles.js +1 -1
- package/node/components/DatePicker/styles.js +1 -1
- package/node/components/DateRangePicker/styles.js +1 -1
- package/node/components/Description/Value/styles.js +2 -2
- package/node/components/Description/styles.js +1 -1
- package/node/components/DescriptionCell/styles.js +2 -2
- package/node/components/DescriptionList/styles.js +3 -3
- package/node/components/DialogActions/styles.js +2 -2
- package/node/components/DialogContent/styles.js +1 -1
- package/node/components/ExpansionPanel/Details/ErrorState/styles.js +1 -1
- package/node/components/ExpansionPanel/Details/LoadingState/styles.js +1 -1
- package/node/components/Fieldset/styles.js +5 -5
- package/node/components/FlowButton/styles.js +1 -1
- package/node/components/GlobalStyles/GlobalStyles.js +1 -1
- package/node/components/HintPopover/styles.js +4 -4
- package/node/components/IconButton/styles.js +1 -1
- package/node/components/InfiniteDataList/EndData/styles.js +1 -1
- package/node/components/InfiniteDataList/ErrorMessage/styles.js +1 -1
- package/node/components/InfiniteDataList/Loader/styles.js +1 -1
- package/node/components/InfiniteDataList/styles.js +1 -1
- package/node/components/InfiniteTreeList/InfiniteTreeList.d.ts +18 -0
- package/node/components/InfiniteTreeList/InfiniteTreeList.js +24 -17
- package/node/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.d.ts +9 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.js +9 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListActions/types.d.ts +5 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListActions/useLogic/useLogic.js +5 -6
- package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.d.ts +81 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.js +21 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.d.ts +3 -2
- package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.js +69 -13
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.d.ts +6 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.js +12 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.d.ts +1 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.js +4 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.js +5 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/styles.js +11 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +28 -6
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.d.ts +19 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.js +4 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.d.ts +4 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.js +13 -8
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/constants.d.ts +6 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/constants.js +10 -0
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/styles.d.ts +4 -4
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/styles.js +29 -6
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/types.d.ts +20 -3
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.d.ts +7 -1
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.js +56 -4
- package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.js +1 -1
- package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.js +2 -2
- package/node/components/InfiniteTreeList/ListFooter/ErrorMessage/styles.d.ts +5 -0
- package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/styles.js +2 -2
- package/node/components/InfiniteTreeList/ListFooter/ListFooter.d.ts +10 -0
- package/node/components/InfiniteTreeList/ListFooter/ListFooter.js +29 -0
- package/node/components/InfiniteTreeList/ListFooter/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/ListFooter/index.js +17 -0
- package/node/components/InfiniteTreeList/{styles.js → ListFooter/styles.js} +1 -1
- package/node/components/InfiniteTreeList/ListFooter/types.d.ts +22 -0
- package/node/components/InfiniteTreeList/ListFooter/types.js +2 -0
- package/node/components/InfiniteTreeList/OnTopButton/OnTopButton.d.ts +8 -2
- package/node/components/InfiniteTreeList/OnTopButton/OnTopButton.js +6 -5
- package/node/components/InfiniteTreeList/OnTopButton/styles.d.ts +4 -0
- package/node/components/InfiniteTreeList/OnTopButton/styles.js +13 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.d.ts +23 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.js +15 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.js +17 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/Item.d.ts +10 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/Item.js +25 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/index.js +18 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/types.d.ts +8 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/types.js +2 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/index.js +17 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.d.ts +12 -0
- package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.js +16 -0
- package/node/components/InfiniteTreeList/ParentItems/ParentItems.d.ts +11 -0
- package/node/components/InfiniteTreeList/ParentItems/ParentItems.js +15 -0
- package/node/components/InfiniteTreeList/ParentItems/index.d.ts +3 -0
- package/node/components/InfiniteTreeList/ParentItems/index.js +19 -0
- package/node/components/InfiniteTreeList/ParentItems/types.d.ts +8 -0
- package/node/components/InfiniteTreeList/ParentItems/types.js +2 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.d.ts +9 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.js +26 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.d.ts +1 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.js +9 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.js +17 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.js +17 -0
- package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.d.ts +20 -0
- package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.js +13 -0
- package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.js +17 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.d.ts +5 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.js +42 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/index.js +18 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/styles.d.ts +9 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/styles.js +11 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/types.d.ts +6 -0
- package/node/components/InfiniteTreeList/TreeItem/ParentSlot/types.js +2 -0
- package/node/components/InfiniteTreeList/TreeItem/TreeItem.d.ts +5 -2
- package/node/components/InfiniteTreeList/TreeItem/TreeItem.js +31 -4
- package/node/components/InfiniteTreeList/TreeItem/constants.d.ts +3 -0
- package/node/components/InfiniteTreeList/TreeItem/constants.js +3 -1
- package/node/components/InfiniteTreeList/TreeItem/styles.d.ts +0 -3
- package/node/components/InfiniteTreeList/TreeItem/styles.js +23 -8
- package/node/components/InfiniteTreeList/TreeItem/types.d.ts +4 -9
- package/node/components/InfiniteTreeList/TreeItem/useLogic/useLogic.d.ts +29 -9
- package/node/components/InfiniteTreeList/TreeItem/useLogic/useLogic.js +60 -18
- package/node/components/InfiniteTreeList/constants.d.ts +14 -2
- package/node/components/InfiniteTreeList/constants.js +15 -3
- package/node/components/InfiniteTreeList/hooks/index.d.ts +5 -0
- package/node/components/InfiniteTreeList/hooks/index.js +21 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/index.js +18 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/types.d.ts +43 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/types.js +2 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.d.ts +20 -0
- package/node/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.js +119 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/index.js +18 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/types.d.ts +29 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/types.js +2 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.d.ts +6 -0
- package/node/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.js +39 -0
- package/node/components/InfiniteTreeList/hooks/useExpandNotifier/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/hooks/useExpandNotifier/index.js +17 -0
- package/node/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.d.ts +8 -0
- package/node/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.js +23 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/index.js +18 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/types.d.ts +20 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/types.js +2 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.d.ts +15 -0
- package/node/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.js +92 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/index.d.ts +2 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/index.js +18 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/types.d.ts +25 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/types.js +2 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/useListScroll.d.ts +29 -0
- package/node/components/InfiniteTreeList/hooks/useListScroll/useListScroll.js +63 -0
- package/node/components/InfiniteTreeList/index.d.ts +1 -1
- package/node/components/InfiniteTreeList/public.d.ts +1 -1
- package/node/components/InfiniteTreeList/types.d.ts +83 -17
- package/node/components/InfiniteTreeList/useLogic/useLogic.d.ts +22 -12
- package/node/components/InfiniteTreeList/useLogic/useLogic.js +64 -69
- package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.js +10 -0
- package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.js +8 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.js +9 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.d.ts +6 -0
- package/node/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.js +10 -0
- package/node/components/InfiniteTreeList/utils/checkIsDirectChild/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkIsDirectChild/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.d.ts +12 -0
- package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.js +18 -0
- package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.js +20 -0
- package/node/components/InfiniteTreeList/utils/checkIsSameChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/checkIsSameChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.js +9 -0
- package/node/components/InfiniteTreeList/utils/countDirectChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/countDirectChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.d.ts +24 -0
- package/node/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.js +39 -0
- package/node/components/InfiniteTreeList/utils/createParentSlots/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/createParentSlots/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.d.ts +21 -0
- package/node/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.js +44 -0
- package/node/components/InfiniteTreeList/utils/createTailRegistry/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/createTailRegistry/index.js +5 -0
- package/node/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.js +9 -0
- package/node/components/InfiniteTreeList/utils/flattenChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/flattenChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/flattenTree/flattenTree.d.ts +6 -0
- package/node/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/flattenTree.js +9 -4
- package/node/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.d.ts +17 -0
- package/node/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.js +18 -0
- package/node/components/InfiniteTreeList/utils/getEnteringChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/getEnteringChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.d.ts +10 -0
- package/node/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.js +31 -0
- package/node/components/InfiniteTreeList/utils/getIdsToKeep/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/getIdsToKeep/index.js +17 -0
- package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.d.ts +4 -2
- package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.js +5 -4
- package/node/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.d.ts +6 -0
- package/node/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.js +22 -0
- package/node/components/InfiniteTreeList/utils/getNestedItems/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/{useLogic/utils/getDescendants → utils/getNestedItems}/index.js +1 -1
- package/node/components/InfiniteTreeList/utils/index.d.ts +20 -0
- package/node/components/InfiniteTreeList/utils/index.js +36 -0
- package/node/components/InfiniteTreeList/utils/insertChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/insertChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/insertChildren/insertChildren.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/insertChildren/insertChildren.js +45 -0
- package/node/components/InfiniteTreeList/utils/removeChildren/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/removeChildren/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/removeChildren/removeChildren.d.ts +5 -0
- package/node/components/InfiniteTreeList/utils/removeChildren/removeChildren.js +16 -0
- package/node/components/InfiniteTreeList/utils/sortCollapsed/sortCollapsed.d.ts +5 -0
- package/node/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/sortCollapsed.js +1 -6
- package/node/components/InfiniteTreeList/utils/startRemoveAnimation/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/startRemoveAnimation/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.js +9 -0
- package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.d.ts +1 -0
- package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.js +17 -0
- package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.d.ts +11 -0
- package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.js +104 -0
- package/node/components/MenuOrganization/NoData/styles.js +1 -1
- package/node/components/MenuOrganization/OrganizationButton/styles.js +1 -1
- package/node/components/MenuOrganization/OrganizationItem/styles.js +1 -1
- package/node/components/MenuOrganization/OrganizationListSkeleton/styles.js +2 -2
- package/node/components/MenuOrganization/styles.js +4 -4
- package/node/components/MinimalisticPagination/styles.js +1 -1
- package/node/components/NavMenu/Item/ItemButton/styles.js +4 -4
- package/node/components/NewStepper/Step/Description/styles.js +1 -1
- package/node/components/NewStepper/Step/Label/styles.js +2 -2
- package/node/components/NewStepper/Step/styles.js +8 -8
- package/node/components/NewStepper/styles.js +1 -1
- package/node/components/NotFoundPage/styles.js +4 -4
- package/node/components/Notification/NotificationContainer/styles.js +8 -8
- package/node/components/Notification/NotificationStackContainer/styles.js +10 -10
- package/node/components/Notification/NotificationTemplate/styles.js +3 -3
- package/node/components/NotificationList/ListItem/styles.js +1 -1
- package/node/components/NotificationList/SettingsButton/styles.js +1 -1
- package/node/components/NotificationList/styles.js +4 -4
- package/node/components/PageAside/MobileAsideButton/styles.js +1 -1
- package/node/components/PageAside/styles.js +3 -3
- package/node/components/PageAsideBlock/styles.js +2 -2
- package/node/components/PageAsideNavigation/PageAsideNavigationItem/styles.js +2 -2
- package/node/components/PageAsideNavigation/styles.js +3 -3
- package/node/components/PageContent/PageContentHeader/Description/styles.js +1 -1
- package/node/components/PageContent/PageContentHeader/PageContentHeaderActions/MobilePageContentHeaderActions/styles.js +3 -3
- package/node/components/PageContent/PageContentHeader/PageContentHeaderActions/PageContentHeaderActionsSkeleton/styles.js +1 -1
- package/node/components/PageContent/PageContentHeader/Title/styles.js +1 -1
- package/node/components/PageContent/PageContentHeader/styles.js +2 -2
- package/node/components/PageContent/styles.js +4 -4
- package/node/components/PageHeader/HeaderContent/Description/styles.js +2 -2
- package/node/components/PageHeader/HeaderContent/styles.js +4 -4
- package/node/components/PageHeader/MobilePageActions/styles.js +3 -3
- package/node/components/PageHeader/PageActions/MainActions/styles.js +1 -1
- package/node/components/PageHeader/PageActions/SecondaryActions/styles.js +2 -2
- package/node/components/PageHeader/PageActions/SecondaryVisibleActions/styles.js +2 -2
- package/node/components/PageHeader/PageActions/styles.js +4 -4
- package/node/components/PageHeader/Title/styles.js +2 -2
- package/node/components/PageHeader/styles.js +3 -3
- package/node/components/PageLayout/styles.js +3 -3
- package/node/components/PageLayoutContainer/styles.js +2 -2
- package/node/components/PageLayoutFooter/styles.js +1 -1
- package/node/components/PageLayoutLoader/styles.js +1 -1
- package/node/components/PageLayoutSection/PageLayoutSectionContainer/styles.js +2 -2
- package/node/components/PageLayoutSection/styles.js +2 -2
- package/node/components/PagePinnableAside/styles.js +3 -3
- package/node/components/Pagination/PaginationItem/styles.js +1 -1
- package/node/components/PdfViewer/ControlBar/styles.js +1 -1
- package/node/components/PdfViewer/List/styles.js +1 -1
- package/node/components/PdfViewer/PdfDocument/styles.js +1 -1
- package/node/components/PdfViewer/PdfPage/styles.js +1 -1
- package/node/components/PdfViewer/styles.js +2 -2
- package/node/components/Profile/MenuList/styles.js +3 -3
- package/node/components/Profile/ProfileSkeleton/styles.js +1 -1
- package/node/components/Profile/styles.js +3 -3
- package/node/components/Radio/styles.js +2 -2
- package/node/components/RadioCard/styles.js +6 -6
- package/node/components/RadioField/styles.js +1 -1
- package/node/components/ScrollToTopButton/styles.js +1 -1
- package/node/components/Select/styles.js +1 -1
- package/node/components/SideDialog/styles.js +1 -1
- package/node/components/SideDialogHeader/styles.js +1 -1
- package/node/components/StaticCalendar/StaticCalendarButton/styles.js +1 -1
- package/node/components/StaticCalendar/StaticCalendarGridButton/styles.js +1 -1
- package/node/components/Stepper/StepIcon/styles.js +1 -1
- package/node/components/SvgIcon/styles.js +0 -1
- package/node/components/Switch/styles.js +2 -2
- package/node/components/Tabs/styles.js +1 -1
- package/node/components/Tag/styles.js +1 -1
- package/node/components/ToggleButtonGroup/styles.js +1 -1
- package/node/components/Tree/MultipleTreeList/TreeItem/styles.js +6 -5
- package/node/components/Tree/MultipleTreeList/styles.js +7 -8
- package/node/components/Tree/TreeItem/MobileSlidePanel/MobileSlidePanelContent/styles.js +22 -20
- package/node/components/Tree/TreeItem/styles.js +19 -19
- package/node/components/Tree/TreeList/TreeItem/styles.js +4 -5
- package/node/components/Tree/TreeList/styles.js +7 -8
- package/node/components/TreeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/node/components/TreeAsyncAutocomplete/OptionsModal/styles.js +14 -15
- package/node/components/TreeAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/node/components/TreeAutocomplete/OptionsModal/styles.js +7 -8
- package/node/components/TreeLikeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/node/components/TreeLikeAsyncAutocomplete/OptionsModal/styles.js +18 -18
- package/node/components/TreeLikeAutocomplete/OptionsModal/NoData/styles.js +2 -1
- package/node/components/TreeLikeAutocomplete/OptionsModal/styles.js +9 -9
- package/node/components/TreeLikeList/TreeItem/styles.js +7 -6
- package/node/components/TreeLikeList/styles.js +6 -8
- package/node/components/fileUploading/FileInfo/styles.js +3 -3
- package/node/components/fileUploading/FileUploader/FIleList/styles.js +1 -1
- package/node/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/styles.js +1 -1
- package/node/components/fileUploading/FileUploaderDropzone/HintPlaceholder/styles.js +1 -1
- package/node/components/fileUploading/FileUploaderDropzone/PlaceholderContainer/styles.js +1 -1
- package/node/components/fileUploading/FileUploaderFile/styles.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/styles.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderDropZone/PlaceholderWrapper/styles.js +1 -1
- package/node/components/fileUploading/PreviewFileUploaderFile/FileError/styles.js +2 -2
- package/node/components/fileUploading/PreviewFileUploaderFile/FilePreview/styles.js +4 -4
- package/node/components/placeholders/Placeholder/Image/styles.js +1 -1
- package/node/components/placeholders/Placeholder/styles.js +4 -4
- package/node/components/theme/baseTheme/baseTheme.js +11 -2
- package/node/components/theme/breakpoints.d.ts +1 -0
- package/node/components/theme/breakpoints.js +1 -0
- package/node/components/theme/components/MuiAlert.js +1 -1
- package/node/components/theme/components/MuiButton.js +2 -2
- package/node/components/theme/components/MuiMenuItem.js +1 -1
- package/node/components/theme/components/MuiTextField.js +4 -4
- package/node/components/theme/types.d.ts +1 -0
- package/node/components/theme/types.js +12 -12
- package/node/components/useViewportType/useViewportType.js +1 -1
- package/node/hook-form/EditableText/EditingForm/styles.js +4 -4
- package/node/hook-form/FormFilters/AllFiltersButton/styles.js +2 -2
- package/node/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.js +2 -2
- package/node/hook-form/FormFilters/FormFiltersDialog/styles.js +2 -2
- package/node/hook-form/FormFilters/FormFiltersSkeleton/styles.js +2 -2
- package/node/hook-form/FormFilters/styles.js +2 -2
- package/node/hook-form/FormFiltersModalGroup/styles.js +1 -1
- package/node/hook-form/FormFiltersSearchField/styles.js +2 -2
- package/node/hook-form/FormPageFooterContainer/styles.js +1 -1
- package/node/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.js +3 -3
- package/node/hook-form/FormPageLayout/FormPageFooter/styles.js +3 -3
- package/node/hook-form/FormPageLayout/styles.js +1 -1
- package/node/hook-form/FormPageLayoutBase/FormMobileActions/styles.js +2 -2
- package/node/hook-form/FormPageLayoutBase/styles.js +5 -5
- package/node/hook-form/FormQuickFilters/styles.js +2 -2
- package/node/hook-form/FormWizard/styles.js +3 -3
- package/node/hook-form/FormWizardPageLayout/FormWizardFooter/styles.js +3 -3
- package/package.json +1 -1
- package/components/InfiniteTreeList/useLogic/utils/flattenTree/flattenTree.d.ts +0 -5
- package/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.d.ts +0 -10
- package/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.js +0 -22
- package/components/InfiniteTreeList/useLogic/utils/getDescendants/index.d.ts +0 -1
- package/components/InfiniteTreeList/useLogic/utils/getDescendants/index.js +0 -1
- package/components/InfiniteTreeList/useLogic/utils/index.d.ts +0 -4
- package/components/InfiniteTreeList/useLogic/utils/index.js +0 -4
- package/components/InfiniteTreeList/useLogic/utils/sortCollapsed/sortCollapsed.d.ts +0 -10
- package/node/components/InfiniteTreeList/useLogic/utils/flattenTree/flattenTree.d.ts +0 -5
- package/node/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.d.ts +0 -10
- package/node/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.js +0 -26
- package/node/components/InfiniteTreeList/useLogic/utils/getDescendants/index.d.ts +0 -1
- package/node/components/InfiniteTreeList/useLogic/utils/index.d.ts +0 -4
- package/node/components/InfiniteTreeList/useLogic/utils/index.js +0 -20
- package/node/components/InfiniteTreeList/useLogic/utils/sortCollapsed/sortCollapsed.d.ts +0 -10
- /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.d.ts +0 -0
- /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.d.ts +0 -0
- /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.js +0 -0
- /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.d.ts +0 -0
- /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.js +0 -0
- /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.d.ts +0 -0
- /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.d.ts +0 -0
- /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.js +0 -0
- /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.d.ts +0 -0
- /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.js +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.d.ts +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.js +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.d.ts +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.js +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.d.ts +0 -0
- /package/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.js +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → InfiniteTreeListItem/ErrorPlaceholder}/styles.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.js +0 -0
- /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.js +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.js +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.js +0 -0
- /package/node/components/InfiniteTreeList/{styles.d.ts → ListFooter/styles.d.ts} +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.js +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.js +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.d.ts +0 -0
- /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.js +0 -0
|
@@ -68,7 +68,7 @@ exports.StyledListItemButton = (0, styled_1.styled)(ListItemButton_2.ListItemBut
|
|
|
68
68
|
outline-offset: -2px;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
${({ theme }) => theme.breakpoints.down('
|
|
71
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
72
72
|
overflow: hidden;
|
|
73
73
|
|
|
74
74
|
min-height: 48px;
|
|
@@ -94,7 +94,7 @@ exports.NavMenuItemButtonIcon = (0, styled_1.styled)(ListItemIcon_1.ListItemIcon
|
|
|
94
94
|
exports.NavMenuItemButtonText = (0, styled_1.styled)(OverflowTypography_1.OverflowTypography) `
|
|
95
95
|
margin-left: ${({ theme }) => theme.spacing(3)};
|
|
96
96
|
|
|
97
|
-
${({ theme }) => theme.breakpoints.down('
|
|
97
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
98
98
|
width: auto;
|
|
99
99
|
margin-left: 0;
|
|
100
100
|
}
|
|
@@ -116,7 +116,7 @@ exports.NavMenuItemButtonChevron = (0, styled_1.styled)(ChevronDOutlineMd_1.Chev
|
|
|
116
116
|
});
|
|
117
117
|
}};
|
|
118
118
|
|
|
119
|
-
${({ theme }) => theme.breakpoints.down('
|
|
119
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
120
120
|
width: 24px;
|
|
121
121
|
height: 24px;
|
|
122
122
|
}
|
|
@@ -129,7 +129,7 @@ exports.EndAdornmentWrapper = styled_1.styled.div `
|
|
|
129
129
|
margin-left: auto;
|
|
130
130
|
`;
|
|
131
131
|
exports.StyledPageDotOutlineMd = (0, styled_1.styled)(PageDotOutlineMd_1.PageDotOutlineMd) `
|
|
132
|
-
${({ theme }) => theme.breakpoints.down('
|
|
132
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
133
133
|
width: 24px;
|
|
134
134
|
height: 24px;
|
|
135
135
|
}
|
|
@@ -13,7 +13,7 @@ exports.StyledTypography = (0, styled_1.styled)(Typography_1.Typography) `
|
|
|
13
13
|
|
|
14
14
|
border-left: 2px solid ${({ theme }) => theme.palette.components.border.default};
|
|
15
15
|
|
|
16
|
-
${({ theme }) => theme.breakpoints.down('
|
|
16
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
17
17
|
margin-bottom: 0;
|
|
18
18
|
margin-left: 11px;
|
|
19
19
|
padding-left: 15px;
|
|
@@ -7,7 +7,7 @@ const constants_1 = require("../../constants");
|
|
|
7
7
|
exports.MobileLabelGroup = styled_1.styled.div `
|
|
8
8
|
display: none;
|
|
9
9
|
|
|
10
|
-
${({ theme }) => theme.breakpoints.down('
|
|
10
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
11
11
|
display: flex;
|
|
12
12
|
align-items: center;
|
|
13
13
|
}
|
|
@@ -20,7 +20,7 @@ exports.MobileCompactLabel = (0, styled_1.styled)(Typography_1.Typography) `
|
|
|
20
20
|
}
|
|
21
21
|
`;
|
|
22
22
|
exports.DesktopLabel = (0, styled_1.styled)(Typography_1.Typography) `
|
|
23
|
-
${({ theme }) => theme.breakpoints.down('
|
|
23
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
24
24
|
display: none;
|
|
25
25
|
}
|
|
26
26
|
`;
|
|
@@ -90,7 +90,7 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
90
90
|
|
|
91
91
|
border-left: none;
|
|
92
92
|
|
|
93
|
-
${({ theme }) => theme.breakpoints.down('
|
|
93
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
94
94
|
padding-left: ${({ theme }) => theme.spacing(7)};
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -144,7 +144,7 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
${({ theme }) => theme.breakpoints.down('
|
|
147
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
148
148
|
&.${constants_4.stepClassnames.connectorArrow} {
|
|
149
149
|
& .${constants_4.stepClassnames.content} {
|
|
150
150
|
padding: ${({ theme }) => theme.spacing(2, 0)};
|
|
@@ -181,7 +181,7 @@ exports.IconWrapper = styled_1.styled.div `
|
|
|
181
181
|
color: ${({ theme }) => theme.palette.warning[800]};
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
${({ theme }) => theme.breakpoints.down('
|
|
184
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
185
185
|
width: 24px;
|
|
186
186
|
height: 24px;
|
|
187
187
|
}
|
|
@@ -193,7 +193,7 @@ exports.ArrowConnector = (0, styled_1.styled)(NextOutlineMd_1.NextOutlineMd) `
|
|
|
193
193
|
|
|
194
194
|
color: ${({ theme }) => theme.palette.grey[400]};
|
|
195
195
|
|
|
196
|
-
${({ theme }) => theme.breakpoints.down('
|
|
196
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
197
197
|
width: 24px;
|
|
198
198
|
height: 24px;
|
|
199
199
|
}
|
|
@@ -221,7 +221,7 @@ exports.LineConnector = styled_1.styled.div `
|
|
|
221
221
|
border-top: unset;
|
|
222
222
|
border-left: 2px solid ${({ theme }) => theme.palette.components.border.default};
|
|
223
223
|
|
|
224
|
-
${({ theme }) => theme.breakpoints.down('
|
|
224
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
225
225
|
margin-left: 11px;
|
|
226
226
|
}
|
|
227
227
|
}
|
|
@@ -239,7 +239,7 @@ exports.LabelWrapper = styled_1.styled.div `
|
|
|
239
239
|
})};
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
${({ theme }) => theme.breakpoints.down('
|
|
242
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
243
243
|
white-space: nowrap;
|
|
244
244
|
}
|
|
245
245
|
`;
|
|
@@ -248,7 +248,7 @@ exports.StepContentWrapper = styled_1.styled.div `
|
|
|
248
248
|
flex-direction: column;
|
|
249
249
|
gap: ${({ theme }) => theme.spacing(1)};
|
|
250
250
|
|
|
251
|
-
${({ theme }) => theme.breakpoints.down('
|
|
251
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
252
252
|
gap: ${({ theme }) => theme.microSpacing(1)};
|
|
253
253
|
}
|
|
254
254
|
`;
|
|
@@ -268,7 +268,7 @@ exports.StyledButton = (0, styled_1.styled)(Button_1.Button) `
|
|
|
268
268
|
background: transparent;
|
|
269
269
|
border: 0;
|
|
270
270
|
|
|
271
|
-
${({ theme }) => theme.breakpoints.down('
|
|
271
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
272
272
|
gap: ${({ theme }) => theme.microSpacing(1)};
|
|
273
273
|
|
|
274
274
|
height: auto;
|
|
@@ -16,7 +16,7 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
16
16
|
text-align: center;
|
|
17
17
|
`;
|
|
18
18
|
exports.Header = (0, styled_1.styled)(Typography_1.Typography) `
|
|
19
|
-
${({ theme }) => theme.breakpoints.down('
|
|
19
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
20
20
|
font-size: ${({ theme }) => theme.typography.h4.fontSize};
|
|
21
21
|
line-height: ${({ theme }) => theme.typography.h4.lineHeight};
|
|
22
22
|
}
|
|
@@ -24,7 +24,7 @@ exports.Header = (0, styled_1.styled)(Typography_1.Typography) `
|
|
|
24
24
|
exports.Subheader = (0, styled_1.styled)(Typography_1.Typography) `
|
|
25
25
|
margin-top: ${({ theme }) => theme.spacing(-2)};
|
|
26
26
|
margin-bottom: ${({ theme }) => theme.spacing(2)};
|
|
27
|
-
${({ theme }) => theme.breakpoints.down('
|
|
27
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
28
28
|
font-size: ${({ theme }) => theme.typography.subtitle1.fontSize};
|
|
29
29
|
line-height: ${({ theme }) => theme.typography.subtitle1.lineHeight};
|
|
30
30
|
}
|
|
@@ -33,13 +33,13 @@ exports.Image = styled_1.styled.img `
|
|
|
33
33
|
width: 500px;
|
|
34
34
|
height: 232px;
|
|
35
35
|
|
|
36
|
-
${({ theme }) => theme.breakpoints.down('
|
|
36
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
37
37
|
width: 326px;
|
|
38
38
|
height: 166px;
|
|
39
39
|
}
|
|
40
40
|
`;
|
|
41
41
|
exports.StyledPageContent = (0, styled_1.styled)(PageContent_1.PageContent) `
|
|
42
|
-
${({ theme }) => theme.breakpoints.down('
|
|
42
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
43
43
|
margin-top: ${({ theme }) => theme.spacing(4)};
|
|
44
44
|
}
|
|
45
45
|
`;
|
|
@@ -38,7 +38,7 @@ const leaveInMobile = (0, styled_1.keyframes) `
|
|
|
38
38
|
exports.Wrapper = (0, styled_1.styled)('div', {
|
|
39
39
|
shouldForwardProp: (prop) => !['$isBanner'].includes(prop),
|
|
40
40
|
}) `
|
|
41
|
-
${({ theme }) => theme.breakpoints.up('
|
|
41
|
+
${({ theme }) => theme.breakpoints.up('mobile')} {
|
|
42
42
|
${({ $isBanner, theme }) => $isBanner &&
|
|
43
43
|
`
|
|
44
44
|
position: fixed;
|
|
@@ -50,7 +50,7 @@ exports.Wrapper = (0, styled_1.styled)('div', {
|
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.Toastify__toast-container {
|
|
53
|
-
${({ theme }) => theme.breakpoints.down('
|
|
53
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
54
54
|
padding: ${({ theme }) => theme.spacing(4)};
|
|
55
55
|
}
|
|
56
56
|
}
|
|
@@ -59,7 +59,7 @@ exports.Wrapper = (0, styled_1.styled)('div', {
|
|
|
59
59
|
animation: ${leaveIn} ease-in-out ${({ theme }) => theme.transitions.duration.standard}ms;
|
|
60
60
|
animation-fill-mode: both;
|
|
61
61
|
|
|
62
|
-
${({ theme }) => theme.breakpoints.down('
|
|
62
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
63
63
|
animation: ${leaveInMobile} ease-in-out ${({ theme }) => theme.transitions.duration.standard}ms;
|
|
64
64
|
animation-fill-mode: both;
|
|
65
65
|
}
|
|
@@ -89,14 +89,14 @@ exports.Wrapper = (0, styled_1.styled)('div', {
|
|
|
89
89
|
width: 100%;
|
|
90
90
|
height: 3px;
|
|
91
91
|
}
|
|
92
|
-
${({ theme }) => theme.breakpoints.up('
|
|
92
|
+
${({ theme }) => theme.breakpoints.up('mobile')} {
|
|
93
93
|
min-height: ${constants_1.NOTIFY_HEIGHT};
|
|
94
94
|
}
|
|
95
|
-
${({ theme }) => theme.breakpoints.down('
|
|
95
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
96
96
|
min-height: ${constants_1.NOTIFY_HEIGHT_MOBILE};
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
${({ theme }) => theme.breakpoints.down('
|
|
99
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
100
100
|
margin-bottom: ${({ theme }) => theme.spacing(3)};
|
|
101
101
|
}
|
|
102
102
|
|
|
@@ -140,7 +140,7 @@ exports.Inner = (0, styled_1.styled)(react_toastify_next_1.ToastContainer, {
|
|
|
140
140
|
shouldForwardProp: (prop) => !['$isBanner'].includes(prop),
|
|
141
141
|
}) `
|
|
142
142
|
min-width: 400px;
|
|
143
|
-
${({ theme }) => theme.breakpoints.up('
|
|
143
|
+
${({ theme }) => theme.breakpoints.up('mobile')} {
|
|
144
144
|
${({ $isBanner, theme }) => $isBanner &&
|
|
145
145
|
`
|
|
146
146
|
position: relative !important;
|
|
@@ -153,7 +153,7 @@ exports.Inner = (0, styled_1.styled)(react_toastify_next_1.ToastContainer, {
|
|
|
153
153
|
`}
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
${({ theme }) => theme.breakpoints.down('
|
|
156
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
157
157
|
width: 100%;
|
|
158
158
|
min-width: unset;
|
|
159
159
|
max-width: unset;
|
|
@@ -57,7 +57,7 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
57
57
|
|
|
58
58
|
width: 432px;
|
|
59
59
|
|
|
60
|
-
${({ theme }) => theme.breakpoints.down('
|
|
60
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
61
61
|
inset: 0 0 auto;
|
|
62
62
|
|
|
63
63
|
width: 100%;
|
|
@@ -83,13 +83,13 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
83
83
|
}
|
|
84
84
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
|
85
85
|
|
|
86
|
-
${({ theme }) => theme.breakpoints.up('
|
|
86
|
+
${({ theme }) => theme.breakpoints.up('mobile')} {
|
|
87
87
|
.${constants_1.notifyClassnames.stackHost} .Toastify {
|
|
88
88
|
overflow: hidden;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
${({ theme }) => theme.breakpoints.down('
|
|
92
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
93
93
|
justify-content: flex-start;
|
|
94
94
|
|
|
95
95
|
height: auto;
|
|
@@ -192,10 +192,10 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
192
192
|
width: 100%;
|
|
193
193
|
height: 3px;
|
|
194
194
|
}
|
|
195
|
-
${({ theme }) => theme.breakpoints.up('
|
|
195
|
+
${({ theme }) => theme.breakpoints.up('mobile')} {
|
|
196
196
|
min-height: ${constants_1.NOTIFY_HEIGHT};
|
|
197
197
|
}
|
|
198
|
-
${({ theme }) => theme.breakpoints.down('
|
|
198
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
199
199
|
min-height: ${constants_1.NOTIFY_HEIGHT_MOBILE};
|
|
200
200
|
}
|
|
201
201
|
|
|
@@ -245,7 +245,7 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
/* Стили для уведомлений в стеке */
|
|
248
|
-
${({ theme }) => theme.breakpoints.up('
|
|
248
|
+
${({ theme }) => theme.breakpoints.up('mobile')} {
|
|
249
249
|
.${constants_1.notifyClassnames.stack} .${constants_1.notifyClassnames.root} {
|
|
250
250
|
position: relative;
|
|
251
251
|
transform: scale(var(--s));
|
|
@@ -281,7 +281,7 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
/* Мобильный стек в свёрнутом виде: последний в DOM (самый новый) — сверху; остальные без участия в раскладке */
|
|
284
|
-
${({ theme }) => theme.breakpoints.down('
|
|
284
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
285
285
|
&:not(.${constants_1.notifyClassnames.container}) {
|
|
286
286
|
.${constants_1.notifyClassnames.stack} {
|
|
287
287
|
position: relative;
|
|
@@ -413,7 +413,7 @@ exports.Inner = (0, styled_1.styled)(react_toastify_next_1.ToastContainer) `
|
|
|
413
413
|
}
|
|
414
414
|
|
|
415
415
|
/* Только устройства с реальным hover и ≥sm — иначе на touch :hover залипает и ломает мобильный стек */
|
|
416
|
-
${({ theme }) => theme.breakpoints.up('
|
|
416
|
+
${({ theme }) => theme.breakpoints.up('mobile')} {
|
|
417
417
|
@media (hover: hover) and (pointer: fine) {
|
|
418
418
|
&:hover {
|
|
419
419
|
overflow: hidden auto;
|
|
@@ -447,7 +447,7 @@ exports.Inner = (0, styled_1.styled)(react_toastify_next_1.ToastContainer) `
|
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
-
${({ theme }) => theme.breakpoints.down('
|
|
450
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
451
451
|
min-width: unset;
|
|
452
452
|
max-width: 100%;
|
|
453
453
|
padding-right: ${({ theme }) => theme.spacing(2)} !important;
|
|
@@ -496,7 +496,7 @@ exports.CloseButton = (0, styled_1.styled)(Button_1.Button) `
|
|
|
496
496
|
opacity: 0;
|
|
497
497
|
}
|
|
498
498
|
|
|
499
|
-
${({ theme }) => theme.breakpoints.down('
|
|
499
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
500
500
|
width: calc(100% - ${({ theme }) => theme.spacing(4)});
|
|
501
501
|
margin: ${({ theme }) => theme.spacing(0, 5, 2, 5)};
|
|
502
502
|
}
|
|
@@ -21,7 +21,7 @@ exports.Wrapper = styled_1.styled.article `
|
|
|
21
21
|
|
|
22
22
|
background: ${({ theme }) => theme.palette.background.default};
|
|
23
23
|
|
|
24
|
-
${({ theme }) => theme.breakpoints.down('
|
|
24
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
25
25
|
padding: ${({ theme }) => theme.spacing(2, 3)};
|
|
26
26
|
}
|
|
27
27
|
`;
|
|
@@ -32,7 +32,7 @@ exports.Header = styled_1.styled.header `
|
|
|
32
32
|
width: 100%;
|
|
33
33
|
min-height: 24px;
|
|
34
34
|
|
|
35
|
-
${({ theme }) => theme.breakpoints.down('
|
|
35
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
36
36
|
.${constants_1.buttonClassnames.root} {
|
|
37
37
|
width: 24px;
|
|
38
38
|
height: 24px;
|
|
@@ -55,7 +55,7 @@ exports.IconWrapper = styled_1.styled.div `
|
|
|
55
55
|
|
|
56
56
|
margin-right: ${({ theme }) => theme.spacing(2)};
|
|
57
57
|
|
|
58
|
-
${({ theme }) => theme.breakpoints.down('
|
|
58
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
59
59
|
.${constants_2.svgIconClassnames.root} {
|
|
60
60
|
width: 24px;
|
|
61
61
|
height: 24px;
|
|
@@ -43,7 +43,7 @@ exports.Wrapper = styled_1.styled.li `
|
|
|
43
43
|
background-color: ${({ theme }) => theme.palette.grey[300]};
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
${({ theme }) => theme.breakpoints.down('
|
|
46
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
47
47
|
grid-template-columns: 8px 1fr;
|
|
48
48
|
|
|
49
49
|
padding: ${({ theme }) => theme.spacing(4)};
|
|
@@ -11,7 +11,7 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
11
11
|
margin-right: ${({ theme }) => theme.spacing(1)};
|
|
12
12
|
`;
|
|
13
13
|
exports.StyledDivider = (0, styled_1.styled)(Divider_1.Divider) `
|
|
14
|
-
${({ theme }) => theme.breakpoints.down('
|
|
14
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
15
15
|
display: none;
|
|
16
16
|
}
|
|
17
17
|
`;
|
|
@@ -20,7 +20,7 @@ exports.TabsWrapper = (0, styled_1.styled)(SideDialogContent_1.SideDialogContent
|
|
|
20
20
|
max-height: 50px;
|
|
21
21
|
padding: ${({ theme }) => theme.spacing(3, 6, 0)};
|
|
22
22
|
|
|
23
|
-
${({ theme }) => theme.breakpoints.down('
|
|
23
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
24
24
|
min-height: unset;
|
|
25
25
|
max-height: unset;
|
|
26
26
|
padding: ${({ theme }) => theme.spacing(3, 4, 0)};
|
|
@@ -33,12 +33,12 @@ exports.ContentWrapper = (0, styled_1.styled)(SideDialogContent_1.SideDialogCont
|
|
|
33
33
|
padding-right: ${({ theme }) => `calc(${theme.spacing(6)} - ${constants_2.SCROLLBAR_SIZE})`};
|
|
34
34
|
padding-bottom: ${({ theme }) => theme.spacing(1)};
|
|
35
35
|
|
|
36
|
-
${({ theme }) => theme.breakpoints.down('
|
|
36
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
37
37
|
padding: ${({ theme }) => theme.spacing(0)};
|
|
38
38
|
}
|
|
39
39
|
`;
|
|
40
40
|
exports.StyledSideDialogActions = (0, styled_1.styled)(SideDialogActions_1.SideDialogActions) `
|
|
41
|
-
${({ theme }) => theme.breakpoints.down('
|
|
41
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
42
42
|
border-top-left-radius: ${({ theme }) => theme.shape.large};
|
|
43
43
|
border-top-right-radius: ${({ theme }) => theme.shape.large};
|
|
44
44
|
|
|
@@ -51,7 +51,7 @@ exports.StyledSideDialogActions = (0, styled_1.styled)(SideDialogActions_1.SideD
|
|
|
51
51
|
}
|
|
52
52
|
`;
|
|
53
53
|
exports.StyledSideDialog = (0, styled_1.styled)(SideDialog_1.SideDialog) `
|
|
54
|
-
${({ theme }) => theme.breakpoints.down('
|
|
54
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
55
55
|
& .${Drawer_1.drawerClasses.paper} {
|
|
56
56
|
height: calc(100vh - ${constants_1.OFFSET_TOP_SCREEN});
|
|
57
57
|
|
|
@@ -9,7 +9,7 @@ const styled_1 = require("../../styled");
|
|
|
9
9
|
exports.StyledButton = (0, styled_1.styled)(Button_1.Button) `
|
|
10
10
|
display: none;
|
|
11
11
|
|
|
12
|
-
${({ theme }) => theme.breakpoints.down('
|
|
12
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
13
13
|
display: flex;
|
|
14
14
|
order: 3;
|
|
15
15
|
|
|
@@ -26,14 +26,14 @@ exports.Wrapper = styled_1.styled.aside `
|
|
|
26
26
|
padding: ${({ theme }) => theme.spacing(4)};
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
${({ theme }) => theme.breakpoints.down('
|
|
29
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
30
30
|
display: none;
|
|
31
31
|
}
|
|
32
32
|
`;
|
|
33
33
|
exports.MobileAsideHeader = styled_1.styled.div `
|
|
34
34
|
display: none;
|
|
35
35
|
|
|
36
|
-
${({ theme }) => theme.breakpoints.down('
|
|
36
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
37
37
|
display: block;
|
|
38
38
|
order: 3;
|
|
39
39
|
|
|
@@ -55,7 +55,7 @@ exports.StyledDivider = (0, styled_1.styled)(Divider_1.Divider) `
|
|
|
55
55
|
exports.MobileAsideNavigation = styled_1.styled.div `
|
|
56
56
|
display: none;
|
|
57
57
|
|
|
58
|
-
${({ theme }) => theme.breakpoints.down('
|
|
58
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
59
59
|
display: block;
|
|
60
60
|
}
|
|
61
61
|
`;
|
|
@@ -21,7 +21,7 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
${({ theme }) => theme.breakpoints.down('
|
|
24
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
25
25
|
padding: ${({ theme }) => theme.spacing(4, 0)};
|
|
26
26
|
|
|
27
27
|
:first-of-type {
|
|
@@ -46,7 +46,7 @@ exports.StyledDivider = (0, styled_1.styled)(Divider_2.Divider, {
|
|
|
46
46
|
width: ${({ $isFullWidth, theme }) => ($isFullWidth ? `calc(100% + ${theme.spacing(10)})` : '100%')};
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
${({ theme }) => theme.breakpoints.down('
|
|
49
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
50
50
|
left: ${({ $isFullWidth, theme }) => $isFullWidth ? `${theme.spacing(-4)}` : '0'};
|
|
51
51
|
|
|
52
52
|
width: ${({ $isFullWidth, theme }) => $isFullWidth ? `calc(100% + ${theme.spacing(8)})` : '100%'};
|
|
@@ -61,7 +61,7 @@ exports.Wrapper = styled_1.styled.li `
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
|
|
64
|
-
${({ theme }) => theme.breakpoints.down('
|
|
64
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
65
65
|
height: 40px;
|
|
66
66
|
-webkit-tap-highlight-color: transparent;
|
|
67
67
|
|
|
@@ -110,7 +110,7 @@ exports.IconWrapper = styled_1.styled.div `
|
|
|
110
110
|
height: 20px;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
${({ theme }) => theme.breakpoints.down('
|
|
113
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
114
114
|
display: none;
|
|
115
115
|
}
|
|
116
116
|
`;
|
|
@@ -7,7 +7,7 @@ exports.Wrapper = styled_1.styled.div `
|
|
|
7
7
|
flex-direction: column;
|
|
8
8
|
gap: ${({ theme }) => theme.spacing(10)};
|
|
9
9
|
|
|
10
|
-
${({ theme }) => theme.breakpoints.down('
|
|
10
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
11
11
|
gap: ${({ theme }) => theme.spacing(3)};
|
|
12
12
|
|
|
13
13
|
width: 100%;
|
|
@@ -27,7 +27,7 @@ exports.NavigationList = styled_1.styled.ul `
|
|
|
27
27
|
|
|
28
28
|
list-style: none;
|
|
29
29
|
|
|
30
|
-
${({ theme }) => theme.breakpoints.down('
|
|
30
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
31
31
|
/* Убираем видимую полосу прокрутки в firefox */
|
|
32
32
|
scrollbar-width: none;
|
|
33
33
|
|
|
@@ -45,7 +45,7 @@ exports.NavigationList = styled_1.styled.ul `
|
|
|
45
45
|
}
|
|
46
46
|
`;
|
|
47
47
|
exports.AddonNavigationWrapper = styled_1.styled.div `
|
|
48
|
-
${({ theme }) => theme.breakpoints.down('
|
|
48
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
49
49
|
padding: ${({ theme }) => theme.spacing(0, 4)};
|
|
50
50
|
}
|
|
51
51
|
`;
|
|
@@ -19,7 +19,7 @@ exports.AddonInfoWrapper = styled_1.styled.div `
|
|
|
19
19
|
gap: ${({ theme }) => theme.spacing(3)};
|
|
20
20
|
`;
|
|
21
21
|
exports.StyledIconButton = (0, styled_1.styled)(IconButton_1.IconButton) `
|
|
22
|
-
${({ theme }) => theme.breakpoints.up('
|
|
22
|
+
${({ theme }) => theme.breakpoints.up('mobile')} {
|
|
23
23
|
display: none;
|
|
24
24
|
}
|
|
25
25
|
`;
|
|
@@ -33,12 +33,12 @@ exports.ActionsWrapper = styled_1.styled.div `
|
|
|
33
33
|
}
|
|
34
34
|
`;
|
|
35
35
|
exports.StyledMainActions = (0, styled_1.styled)(PageActions_1.MainActions) `
|
|
36
|
-
${({ theme }) => theme.breakpoints.down('
|
|
36
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
37
37
|
padding-bottom: 0;
|
|
38
38
|
}
|
|
39
39
|
`;
|
|
40
40
|
exports.StyledSkeleton = (0, styled_1.styled)(Skeleton_1.Skeleton) `
|
|
41
|
-
${({ theme }) => theme.breakpoints.up('
|
|
41
|
+
${({ theme }) => theme.breakpoints.up('mobile')} {
|
|
42
42
|
display: none;
|
|
43
43
|
}
|
|
44
44
|
`;
|
|
@@ -13,7 +13,7 @@ exports.Wrapper = styled_1.styled.header `
|
|
|
13
13
|
|
|
14
14
|
border-bottom: 1px solid ${({ theme }) => theme.palette.components.border.default};
|
|
15
15
|
|
|
16
|
-
${({ theme }) => theme.breakpoints.down('
|
|
16
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
17
17
|
gap: ${({ theme }) => theme.spacing(5)};
|
|
18
18
|
|
|
19
19
|
height: 48px;
|
|
@@ -28,7 +28,7 @@ exports.TitleBlock = styled_1.styled.div `
|
|
|
28
28
|
display: flex;
|
|
29
29
|
flex-direction: column;
|
|
30
30
|
|
|
31
|
-
${({ theme }) => theme.breakpoints.down('
|
|
31
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
32
32
|
width: 100%;
|
|
33
33
|
|
|
34
34
|
& .${constants_1.pageContentHeaderClassnames.description} {
|
|
@@ -21,7 +21,7 @@ exports.Wrapper = (0, styled_1.styled)('article', {
|
|
|
21
21
|
? `1px solid ${theme.palette.components.border.default}`
|
|
22
22
|
: 'none'};
|
|
23
23
|
|
|
24
|
-
${({ theme }) => theme.breakpoints.down('
|
|
24
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
25
25
|
overflow: unset;
|
|
26
26
|
flex-grow: 1;
|
|
27
27
|
order: 4;
|
|
@@ -76,7 +76,7 @@ exports.Content = styled_1.styled.div `
|
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
${({ theme }) => theme.breakpoints.down('
|
|
79
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
80
80
|
scrollbar-gutter: unset;
|
|
81
81
|
|
|
82
82
|
overflow: hidden;
|
|
@@ -115,14 +115,14 @@ exports.Content = styled_1.styled.div `
|
|
|
115
115
|
|
|
116
116
|
padding-right: 0;
|
|
117
117
|
|
|
118
|
-
${({ theme }) => theme.breakpoints.down('
|
|
118
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
119
119
|
scrollbar-gutter: auto;
|
|
120
120
|
|
|
121
121
|
padding: ${({ theme }) => theme.spacing(4, 4, 3)};
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
${({ theme }) => theme.breakpoints.down('
|
|
125
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
126
126
|
&&.${constants_3.pageContentClassnames.withPdfViewer} {
|
|
127
127
|
margin: 0;
|
|
128
128
|
padding-top: 0;
|
|
@@ -10,7 +10,7 @@ exports.StyledTypography = (0, styled_1.styled)(Typography_1.Typography) `
|
|
|
10
10
|
|
|
11
11
|
padding-top: ${({ theme }) => theme.spacing(1)};
|
|
12
12
|
|
|
13
|
-
${({ theme }) => theme.breakpoints.down('
|
|
13
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
14
14
|
display: none;
|
|
15
15
|
}
|
|
16
16
|
`;
|
|
@@ -20,7 +20,7 @@ exports.StyledSkeleton = (0, styled_1.styled)(Skeleton_1.Skeleton) `
|
|
|
20
20
|
|
|
21
21
|
margin: ${({ theme }) => theme.spacing(1, 0)};
|
|
22
22
|
|
|
23
|
-
${({ theme }) => theme.breakpoints.down('
|
|
23
|
+
${({ theme }) => theme.breakpoints.down('mobile')} {
|
|
24
24
|
display: none;
|
|
25
25
|
}
|
|
26
26
|
`;
|